ArmVirtPkg/VirtFdtDxe: remove GIC discovery
Now that we moved the GIC discovery to our ArmGicArchLib implementation, we can remove it from VirtFdtDxe, since it is no longer used. Remove the PcdArmGicRevision declaration and definitions as well: VirtFdtDxe no longer sets it, and no other drivers consume its value. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
@@ -72,11 +72,6 @@
|
||||
gArmVirtTokenSpaceGuid.PcdFwCfgDataAddress|0x0|UINT64|0x00000005
|
||||
gArmVirtTokenSpaceGuid.PcdFwCfgDmaAddress|0x0|UINT64|0x00000009
|
||||
|
||||
#
|
||||
# Supported GIC revision (2, 3, ...)
|
||||
#
|
||||
gArmVirtTokenSpaceGuid.PcdArmGicRevision|0x0|UINT32|0x00000008
|
||||
|
||||
[PcdsFeatureFlag]
|
||||
#
|
||||
# "Map PCI MMIO as Cached"
|
||||
|
Reference in New Issue
Block a user