mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
The values of BootRecordDataPayloadSize and CommSize are incorrect. BootRecordDataPayloadSize should equal to SmmBootRecordDataSize - SmmBootRecordDataRetrieved CommSize should equal to OFFSET_OF (EFI_MM_COMMUNICATE_HEADER,Data) \ + (UINTN)MmCommBufferHeader->MessageLength SmmCommData->BootRecordSize should be set to BootRecordDataPayloadSize, instead of the total size of entire Smm boot record data. Signed-off-by: Wei6 Xu <wei6.xu@intel.com> |
||
|---|---|---|
| .. | ||
| DxeCorePerformanceLib.c | ||
| DxeCorePerformanceLib.inf | ||
| DxeCorePerformanceLib.uni | ||
| DxeCorePerformanceLibInternal.h | ||