diff options
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 |