Skip to content

Commit

Permalink
MdeModulePkg/DxeCorePerformanceLib: Install BPDT in config table
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
  • Loading branch information
jbrasen authored and mergify[bot] committed Nov 6, 2023
1 parent 038499a commit ee942c5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1409,6 +1409,8 @@ ReportFpdtRecordBuffer (
&BPDTAddr,
sizeof (UINT64)
);
Status = gBS->InstallConfigurationTable (&gEdkiiFpdtExtendedFirmwarePerformanceGuid, (VOID *)(UINTN)BPDTAddr);
ASSERT_EFI_ERROR (Status);
}

//
Expand Down

0 comments on commit ee942c5

Please sign in to comment.