diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2025-01-10 13:58:08 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-01-15 07:55:41 +0000 |
commit | d6f828b3849e5adcf9a04d3c16e79388db9b3614 (patch) | |
tree | 411c1aaba3e54761d5c911dd8fd6a200ddfc0e9f /OvmfPkg | |
parent | ac9a6eed02e263484e2ebbdc130f022ef6810b13 (diff) | |
download | edk2-d6f828b3849e5adcf9a04d3c16e79388db9b3614.tar.gz |
OvmfPkg/MicroVM: use PeiPcdLib for PEI_CORE
Since commit d64d1e195ceb ("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>
Diffstat (limited to 'OvmfPkg')
-rw-r--r-- | OvmfPkg/Microvm/MicrovmX64.dsc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OvmfPkg/Microvm/MicrovmX64.dsc b/OvmfPkg/Microvm/MicrovmX64.dsc index 4ac2fc2640..287f0b36ea 100644 --- a/OvmfPkg/Microvm/MicrovmX64.dsc +++ b/OvmfPkg/Microvm/MicrovmX64.dsc @@ -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
|