Skip to content

Releases: intel/igsc

Release V0.9.4

08 Oct 11:59
Compare
Choose a tag to compare

[v0.9.4] - 2024-09-19

Added

  1. lib: add timestamps to logs
  2. cli: implement read firmware status register in cli
  3. lib: implement read firmware status register library API
  4. cli: print error message when device iterator failed

Changed

  1. lib: don't suppress metee error messages in debug mode

Fixed

  1. igsc: lib: fix device enumeration in linux

Full Changelog: V0.9.2...V0.9.4

Release V0.9.3

25 Jul 14:10
Compare
Choose a tag to compare

[v0.9.3] - 2024-07-23

Fixed

  1. conan: fix typo in conan.cmake
  2. lib: fix typos in the library
  3. doc: fix typos in api documentation
  4. ci: fix-up codespell configuration
  5. ut: check for null before strlen in test_strdup
  6. lib: fix igsc_get_log_callback_func prototype

Added

  1. lib: add soc4 hardware sku

Full Changelog: V0.9.2...V0.9.3

V0.9.2

25 Jul 05:46
Compare
Choose a tag to compare

[v0.9.2] - 2024-07-15

Fixed

  1. lib: fix parameter check in igsc_gfsp_heci_cmd

Release V0.9.0

20 Jul 11:51
Compare
Choose a tag to compare

[v0.9.0] - 2024-06-20

Added

  1. lib: adding support to print IGSC debug logs via callback function
  2. lib: add dedicated arb svn support
  3. cli: add dedicated arb svn support
  4. tests: add dedicated arb svn support

Fixed

  1. lib: drop version check from igsc_device_fwdata_update
  2. cli: fix fw data update check

Full Changelog: V0.8.21...V0.9.0

Release V0.8.21

20 Jul 10:46
Compare
Choose a tag to compare

[v0.8.21] - 2024-05-26

Changed

  1. lib: pop the metee library version to 4.1.0 in conan
  2. lib: set verbose metee mode

Full Changelog: V0.8.20...V0.8.21

V0.8.20

18 Jul 13:14
Compare
Choose a tag to compare

[v0.8.20] - 2024-05-22

Fixed

  1. lib: ignore return value of write on fwu_end command

V0.8.19

17 Jul 15:12
Compare
Choose a tag to compare

[v0.8.19] - 2024-05-17

Added

  1. cli: implement retry mechanism when device is busy
  2. lib: return busy indication on special connect failures

Fixed

  1. lib: fix fwdata heci response struct

Removed

  1. Doxygen: drop HTML timestamp

V0.8.18

16 Jul 09:52
Compare
Choose a tag to compare

[v0.8.18] - 2024-02-20

Added

  1. doc: add documentation for arb svn library api
  2. ut: add tests for arb svn API
  3. cli: implement arb svn commands in cli
  4. lib: implement arb svn library API

Fixed

  1. cli: fix description of the device in oem version command
  2. doc: fix doc generation errors and warnings
  3. CHANGELOG: fix item numbering

V0.8.17: igsc: bump version to 0.8.17

16 Jul 06:29
Compare
Choose a tag to compare

[v0.8.17] - 2024-1-03

Added

  1. docs: add igsc_device_update_late_binding_config
  2. ut: add test for igsc_device_update_late_binding_config
  3. cli: add late-binding command line option
  4. lib: implement igsc_device_update_late_binding_config api
  5. lib: add general gfsp heci command api
  6. cli: add gfsp generic command to cli
  7. ut: add tests for general gfsp heci cmd library api
  8. doc: add generic gfsp heci message api documentation
  9. README: add testing compilation explanation

Fixed

  1. lib: make OEM version an array of uint_8 instead of char
  2. ut: fix handle initialization

Changed

  1. cli: print firmware status as hex form

V0.8.16

02 Nov 09:34
Compare
Choose a tag to compare

IGSC FUL

[v0.8.16] - 2023-10-31

Added

  1. cli: add delay between the update and get firmware version