diff options
author | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-06-20 21:30:51 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-06-20 21:30:51 +0000 |
commit | d7b6c49b78be068e5ad964933ef4bd71746a07ed (patch) | |
tree | 815e9da01b064eda5ac6d6768694f0c4a6a39d03 /ArmPkg/Drivers/PL390Gic/PL390GicDxe.inf | |
parent | e7c2a83b3b5d40a7be33267799cc22fe867745cf (diff) | |
download | edk2-platforms-d7b6c49b78be068e5ad964933ef4bd71746a07ed.tar.xz |
ArmPkg/CpuDxe: Change chain of dependency for CpuDxe and PL390Gic
Previously the CPU driver had a dependency on the GIC driver.
But by design is should be the opposite. The CPU driver installs the
CPU protocol that exposes the exception registration function.
And then, the interrupt controller registers its IRQ handler through
this interface.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11860 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPkg/Drivers/PL390Gic/PL390GicDxe.inf')
-rw-r--r-- | ArmPkg/Drivers/PL390Gic/PL390GicDxe.inf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ArmPkg/Drivers/PL390Gic/PL390GicDxe.inf b/ArmPkg/Drivers/PL390Gic/PL390GicDxe.inf index 907756542a..3baa902a63 100644 --- a/ArmPkg/Drivers/PL390Gic/PL390GicDxe.inf +++ b/ArmPkg/Drivers/PL390Gic/PL390GicDxe.inf @@ -51,5 +51,5 @@ gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase gArmTokenSpaceGuid.PcdGicNumInterrupts -[depex] - TRUE +[Depex] + gEfiCpuArchProtocolGuid |