Skip to content

Releases: intel/igsc

V0.3.0

28 Feb 18:53

Choose a tag to compare

[V0.3.0] - 2022-01-17

Added

  1. Add accelrator fabric PSC update
  2. In field repair command support
  3. Fix spelling of word 'firmware'

V0.2.6

28 Feb 17:56

Choose a tag to compare

igsc: cli: print device BDF as a hexadecimal numbers
igsc: lib: udev: parse device BDF as hexadecimal
igsc: doc: fix igsc documentation

V0.2.5

21 Nov 09:57

Choose a tag to compare

[v0.2.5] - 2021-08-30

Added

  1. scripts: add vscode build script

Fixed

  1. lib: check integer overflow in oprom parser
  2. lib: try reconnect in a loop after firmware reset
  3. lib: fix the gsc_msleep function
  4. cli: fix debug print of sent data hex dump

V0.2.3: igsc: version 0.2.2

13 Jun 20:09

Choose a tag to compare

[v0.2.3] - 2021-06-06

Added

  1. lib: use generic BIT macro

Fixed

  1. oprom: fix type size comparison issue in oprom_parser.c
  2. cli: add a message when permission denied
  3. lib: add permission denied error code to the library
  4. lib: restart firmware update in case of an error
  5. lib: add timeout teewrite and teewrite
  6. cli: prefix the firmware version in print
  7. lib: CMake: require UDev library and header on Linux
  8. CMake: set DEBUG defines in Debug mode
  9. cli: oprom: fix print if good devid is not found in the image
  10. oprom: use %d for uint32_t in debug prints

V0.2.2: igsc: version 0.2.2

13 Jun 20:08

Choose a tag to compare

[v0.2.2] - 2021-03-21

Added

  1. doc: add no_update flow to the documenation
  2. lib: send no update message at the end of firmware update
  3. lib: generalize image update flow
  4. lib: export tee handlers functions to the internal header

Fixed

V0.2.1

22 Dec 20:26

Choose a tag to compare

[v0.2.1] - 2020-12-22

Added

  1. lib: add igsc_internal.h with struct igsc_lib_ctx
  2. doc: add firmware status code retrieval functions
  3. cli: add firmware status print in verbose mode
  4. lib: add return code from the firmware HECI messages
  5. lib: add heci buffer trace (in debug code)
  6. Add Apache 2 license file

Fixed

  1. metee.wrap use https instead of ssh for metee
  2. cmake: drop REQUIRED for metee find_library
  3. merge igsc_export.h into igsc_lib.h
  4. README.md use uniform name for build directory
  5. Add missing stack protection compilation flags
  6. test: fix pointer sign conversion
  7. Fix uninitialized variable warning in oprom_parser

v0.2.0

08 Oct 18:31

Choose a tag to compare

[v0.2.0] - 2020-10-08

Added

  1. get image type API

Fixed

  1. Fixed few spelling errors

V0.1.4

29 Sep 11:06

Choose a tag to compare

[v0.1.4] - 2020-09-21

Added

  1. Add requirements and tests

Fixed

  1. cmake: add security compilation flags

Changed

  1. lib: make enumeration part of the library optional
  2. build: make cli binary build to be optional
  3. build: remove dependency on cmake in meson