Changeset 109053 in vbox
- Timestamp:
- Apr 22, 2025 2:03:52 PM (12 days ago)
- svn:sync-xref-src-repo-rev:
- 168587
- Location:
- trunk/src/libs/libtpms-0.10.0/src/tpm2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/libtpms-0.10.0/src/tpm2/Global.h
r108932 r109053 792 792 typedef struct 793 793 { 794 #ifndef VBOX /* PERSISTENT_DATA_PLATFORM_SPACE is 0, msvc chokes on it. */ 794 795 // data provided by the platform library during manufacturing. 795 796 // Opaque to the TPM Core library, but may be used by the platform library. 796 797 BYTE platformReserved[PERSISTENT_DATA_PLATFORM_SPACE]; 798 #endif 797 799 798 800 //********************************************************************************* -
trunk/src/libs/libtpms-0.10.0/src/tpm2/Manufacture.c
r108932 r109053 163 163 gp.firmwareV2 = _plat__GetTpmFirmwareVersionLow(); 164 164 165 #ifndef VBOX /* PERSISTENT_DATA_PLATFORM_SPACE is 0, msvc chokes on it. */ 165 166 _plat__GetPlatformManufactureData(gp.platformReserved, 166 167 sizeof(gp.platformReserved)); 167 168 168 169 NV_SYNC_PERSISTENT(platformReserved); 170 #endif 169 171 170 172 NV_SYNC_PERSISTENT(firmwareV1);
Note:
See TracChangeset
for help on using the changeset viewer.