summaryrefslogtreecommitdiff
path: root/ArmVirtPkg/ArmVirtQemu.fdf
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2016-04-06 14:37:21 +0200
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2016-04-07 18:16:53 +0200
commit874399d4b1aa96bec5db05bbd358a16c6f5e1457 (patch)
tree53d0e7533eafb1d745e6daa0f30f5aa5b9094489 /ArmVirtPkg/ArmVirtQemu.fdf
parent31b3b02acaa788e55270b3fb1205c8a82f0749f4 (diff)
downloadedk2-874399d4b1aa96bec5db05bbd358a16c6f5e1457.zip
edk2-874399d4b1aa96bec5db05bbd358a16c6f5e1457.tar.gz
edk2-874399d4b1aa96bec5db05bbd358a16c6f5e1457.tar.bz2
ArmVirtPkg: drop dependency on PeiPcdLib for PEI Pcd.inf
The PcdPeim dynamic PCD driver is dispatched explicitly via an 'A PRIORI' declaration in the platform DSC. Without that declaration, the PEI module can never be dispatched since it transitively (via PeiPcdLib) depends on a PPI it produces itself. So use the NULL PcdLib explicitly only for this driver. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'ArmVirtPkg/ArmVirtQemu.fdf')
-rw-r--r--ArmVirtPkg/ArmVirtQemu.fdf3
1 files changed, 0 insertions, 3 deletions
diff --git a/ArmVirtPkg/ArmVirtQemu.fdf b/ArmVirtPkg/ArmVirtQemu.fdf
index c973beb..8740526 100644
--- a/ArmVirtPkg/ArmVirtQemu.fdf
+++ b/ArmVirtPkg/ArmVirtQemu.fdf
@@ -258,9 +258,6 @@ READ_STATUS = TRUE
READ_LOCK_CAP = TRUE
READ_LOCK_STATUS = TRUE
- APRIORI PEI {
- INF MdeModulePkg/Universal/PCD/Pei/Pcd.inf
- }
INF ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf
INF MdeModulePkg/Core/Pei/PeiMain.inf
INF ArmPlatformPkg/PlatformPei/PlatformPeim.inf