mirror of https://github.com/acidanthera/audk.git
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:
parent
038499a268
commit
ee942c5360
|
@ -1409,6 +1409,8 @@ ReportFpdtRecordBuffer (
|
|||
&BPDTAddr,
|
||||
sizeof (UINT64)
|
||||
);
|
||||
Status = gBS->InstallConfigurationTable (&gEdkiiFpdtExtendedFirmwarePerformanceGuid, (VOID *)(UINTN)BPDTAddr);
|
||||
ASSERT_EFI_ERROR (Status);
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue