Changeset 105674 in vbox
- Timestamp:
- Aug 14, 2024 2:03:38 PM (9 months ago)
- svn:sync-xref-src-repo-rev:
- 164371
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/Library/Tcg2PhysicalPresenceLibQemu/DxeTcg2PhysicalPresenceLib.c
r105055 r105674 143 143 return EFI_PROTOCOL_ERROR; 144 144 } 145 146 DEBUG ((DEBUG_INFO, "[TPM2PP] mPpi=%p version=%d\n", mPpi, Config.TpmVersion)); 145 147 #else 146 148 uint64_t u64TpmPpiBase = 0; … … 151 153 mPpi = (QEMU_TPM_PPI *)(UINTN)u64TpmPpiBase; 152 154 #endif 153 154 DEBUG ((DEBUG_INFO, "[TPM2PP] mPpi=%p version=%d\n", mPpi, Config.TpmVersion));155 155 156 156 PpiAddress64 = (UINTN)mPpi;
Note:
See TracChangeset
for help on using the changeset viewer.