Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MdeModulePkg/SmmCorePerformanceLib: Remove offset from comm buffer de…
…st space A check validates that if perf records are being written to the comm buffer (not a buffer pointed to from the comm buffer) that enough space is available after the `SMM_BOOT_RECORD_COMMUNICATE` header in the comm buffer for the boot record size requested. That check currently removes the offset from the boot record size but that is not needed since the offset is applied to the source buffer and the record size is what is copied into the desintation (comm buffer). Signed-off-by: Michael Kubacki <[email protected]>
- Loading branch information