summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
diff options
context:
space:
mode:
authorOlivier Martin <olivier.martin@arm.com>2015-02-16 10:21:06 +0000
committeroliviermartin <oliviermartin@Edk2>2015-02-16 10:21:06 +0000
commit919697ae6c70a9b3898b0512d8086bdc448775fc (patch)
treed4ceba16edb1c2026c9f69dc4d72fdb4aaf7c4d4 /ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
parent90ed18ca87ef876848d479ac1c314af15169b712 (diff)
downloadedk2-919697ae6c70a9b3898b0512d8086bdc448775fc.tar.gz
edk2-919697ae6c70a9b3898b0512d8086bdc448775fc.tar.bz2
edk2-919697ae6c70a9b3898b0512d8086bdc448775fc.zip
ArmPkg/ArmGic: Added GICv3 specific definitions
ARM GICv3 specification introduces some new components and registers. This patch adds their definitions. The most important GICv3 component is the GIC Redistributor. It supports LPIs (Locality-specific peripheral Interrupt), 8+ CPU configuration. Some GIC distributor registers have moved to the GIC redistributor. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <olivier.martin@arm.com> Tested-by: Ard Biesheuvel <ard@linaro.org> Reviewed-by: Ard Biesheuvel <ard@linaro.org> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16872 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPkg/Drivers/ArmGic/ArmGicDxe.inf')
-rw-r--r--ArmPkg/Drivers/ArmGic/ArmGicDxe.inf1
1 files changed, 1 insertions, 0 deletions
diff --git a/ArmPkg/Drivers/ArmGic/ArmGicDxe.inf b/ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
index 2d46706a76..92f3b1d312 100644
--- a/ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
+++ b/ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
@@ -52,6 +52,7 @@
[Pcd.common]
gArmTokenSpaceGuid.PcdGicDistributorBase
+ gArmTokenSpaceGuid.PcdGicRedistributorsBase
gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase
[Depex]