diff options
author | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-05-02 19:48:00 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-05-02 19:48:00 +0000 |
commit | e9f7c58f25749c9a58e6d225e4103eaced867f9d (patch) | |
tree | f2f26720d245c48a69e686f2415cf5ad527fa58d /ArmPkg/Drivers/PL390Gic/PL390GicDxe.inf | |
parent | 82325f95c55c67b56f8badcd4f60101e5fc19683 (diff) | |
download | edk2-platforms-e9f7c58f25749c9a58e6d225e4103eaced867f9d.tar.xz |
ArmPkg: Replaced gArmTokenSpaceGuid.PcdGicNumInterrupts by ArmGicGetMaxNumInterrupts()
The maximum number of interrupts can be retrieve through the GIC distributor.
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13244 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPkg/Drivers/PL390Gic/PL390GicDxe.inf')
-rw-r--r-- | ArmPkg/Drivers/PL390Gic/PL390GicDxe.inf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ArmPkg/Drivers/PL390Gic/PL390GicDxe.inf b/ArmPkg/Drivers/PL390Gic/PL390GicDxe.inf index 48ae8ba82d..7239315223 100644 --- a/ArmPkg/Drivers/PL390Gic/PL390GicDxe.inf +++ b/ArmPkg/Drivers/PL390Gic/PL390GicDxe.inf @@ -1,6 +1,8 @@ #/** @file # # Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR> +# Copyright (c) 2012, ARM Ltd. All rights reserved.<BR> +# # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at @@ -22,6 +24,7 @@ [Sources.common] + PL390Gic.c PL390GicDxe.c [Packages] @@ -35,6 +38,7 @@ UefiBootServicesTableLib DebugLib PrintLib + MemoryAllocationLib UefiDriverEntryPoint IoLib @@ -45,7 +49,6 @@ [FixedPcd.common] gArmTokenSpaceGuid.PcdGicDistributorBase gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase - gArmTokenSpaceGuid.PcdGicNumInterrupts [Depex] gEfiCpuArchProtocolGuid |