Releases: intel/metee
Releases · intel/metee
6.2.1
6.2.0
6.1.0
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