Releases: intel/igsc
Releases · intel/igsc
V0.3.0
V0.2.6
V0.2.5
V0.2.3: igsc: version 0.2.2
[v0.2.3] - 2021-06-06
Added
- lib: use generic BIT macro
Fixed
- oprom: fix type size comparison issue in oprom_parser.c
- cli: add a message when permission denied
- lib: add permission denied error code to the library
- lib: restart firmware update in case of an error
- lib: add timeout teewrite and teewrite
- cli: prefix the firmware version in print
- lib: CMake: require UDev library and header on Linux
- CMake: set DEBUG defines in Debug mode
- cli: oprom: fix print if good devid is not found in the image
- oprom: use %d for uint32_t in debug prints
V0.2.2: igsc: version 0.2.2
[v0.2.2] - 2021-03-21
Added
- doc: add no_update flow to the documenation
- lib: send no update message at the end of firmware update
- lib: generalize image update flow
- lib: export tee handlers functions to the internal header
Fixed
V0.2.1
[v0.2.1] - 2020-12-22
Added
- lib: add igsc_internal.h with struct igsc_lib_ctx
- doc: add firmware status code retrieval functions
- cli: add firmware status print in verbose mode
- lib: add return code from the firmware HECI messages
- lib: add heci buffer trace (in debug code)
- Add Apache 2 license file
Fixed
- metee.wrap use https instead of ssh for metee
- cmake: drop REQUIRED for metee find_library
- merge igsc_export.h into igsc_lib.h
- README.md use uniform name for build directory
- Add missing stack protection compilation flags
- test: fix pointer sign conversion
- Fix uninitialized variable warning in oprom_parser