Skip to content

Commit

Permalink
OvmfPkg/MicroVM: use PeiPcdLib for PEI_CORE
Browse files Browse the repository at this point in the history
Since commit d64d1e1 ("MdeModulePkg: PeiMain: Introduce
implementation of delayed dispatch") the pei core wants read PCDs, so
the NULL lib doesn't cut it any more.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
  • Loading branch information
kraxel authored and mergify[bot] committed Jan 15, 2025
1 parent ac9a6ee commit d6f828b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OvmfPkg/Microvm/MicrovmX64.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@
!else
DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort.inf
!endif
PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
CcProbeLib|OvmfPkg/Library/CcProbeLib/SecPeiCcProbeLib.inf

Expand Down

0 comments on commit d6f828b

Please sign in to comment.