Releases: intel/metee
Releases Β· intel/metee
Release list
6.2.4
6.2.3
[6.2.3]
Fixed
- Linux: pick libmei 1.8.3 - empty kind fix
- Linux: return NOT_SUPPORTED on ENODATA
- Linux: use the right side of cancel pipe
- EFI: error out on wrong type
- EFI: add missed status to prints
- Windows: limit buffer size
Removed
- drop conan support
6.2.2
6.2.1
6.2.0
6.1.0
[6.1.0]
Fixed
- fix cpp wrapper and add sample
- efi: use %s in external debug prefix
Changed
- Linux: import libmei 1.8.0
Added
- samples: gsc: search for gscfi device
- samples: print FW status in GSC
- CMake: Windows: add release and debug 64 all preset
6.0.2
6.0.1
6.0.0
[6.0.0]
Note: Backward incompatible ABI change:
The struct TEEHANDLE struct is packed(1) now
Added field to store V2 logger callback.
Changed
- Linux: pull libmei 1.7.0
- CMake: consume four-part version
- Windows: fix copyright format
Added
- Windows: C# OOP wrapper
- TeeInitFull2 API
5.0.0
[5.0.0]
Note: Backward incompatible API change:
The HECI_DEVICE_KIND_* enums and kind field in struct tee_device_address
are renamed to HECI_HW_TYPE_* and hw_type field to avoid clash with
device kind value provided by OS drivers.
Changed
- EFI: Decrease HW register polling timeout
- EFI: Refactor HECI_DEVICE_KIND
- Linux: pull libmei 1.6.4
Fixed
- EFI: Change propertyMap array type to CHAR8*
- EFI: Fixing compilation errors with GCC
- account for old Windows driver
Added
- CMake: Windows: add release 64 static preset
- Add cpp wrapper
- TeeGetKind API