MdeModulePkg/DxeCorePerformanceLib: Install BPDT in config table

Install the performance table into the UEFI configuration table.
This will allow the shell application to get this if the system
is not using ACPI.

Signed-off-by: Jeff Brasen <jbrasen@nvidia.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
This commit is contained in:
Jeff Brasen 2023-07-01 01:30:14 +08:00 committed by mergify[bot]
parent 038499a268
commit ee942c5360
1 changed files with 2 additions and 0 deletions

View File

@ -1409,6 +1409,8 @@ ReportFpdtRecordBuffer (
&BPDTAddr,
sizeof (UINT64)
);
Status = gBS->InstallConfigurationTable (&gEdkiiFpdtExtendedFirmwarePerformanceGuid, (VOID *)(UINTN)BPDTAddr);
ASSERT_EFI_ERROR (Status);
}
//