diff options
author | Ryan Harkin <ryan.harkin@linaro.org> | 2016-03-01 07:44:39 +0000 |
---|---|---|
committer | Leif Lindholm <leif.lindholm@linaro.org> | 2016-03-01 18:04:36 +0000 |
commit | cde024957bb2907185180e221c58fdff39ec11f5 (patch) | |
tree | c6c60630c145652303044da66a32e673bf54521e /ArmPlatformPkg | |
parent | 5f67844615baa56fd9e67597a00adcc6b7387ef9 (diff) | |
download | edk2-cde024957bb2907185180e221c58fdff39ec11f5.tar.gz edk2-cde024957bb2907185180e221c58fdff39ec11f5.tar.bz2 edk2-cde024957bb2907185180e221c58fdff39ec11f5.zip |
ArmPlatformPkg/PL180MciDxe: fix Depex for TC2
PL180 on TC2 has a dependency on gEfiCpuArchProtocolGuid. Without
adding the dependency, TC2 will crash in the PL180 driver.
This problem has been present since d340ef7 when TC2 stopped booting.
However, it was masked by 300fc77 which prevented PL180 from running on
TC2 due to TC2 using a version on PL180 newer than that documented
publicly.
[1] https://github.com/tianocore/edk2/commit/d340ef7
2014-08-26
ArmPkg/ArmArchTimerLib: Remove non required [depex] and IoLib
[2] https://github.com/tianocore/edk2/commit/300fc77
2015-08-25
ArmPlatformPkg/PL180MciDxe: check PrimeCell ID before initializing
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'ArmPlatformPkg')
-rw-r--r-- | ArmPlatformPkg/Drivers/PL180MciDxe/PL180MciDxe.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmPlatformPkg/Drivers/PL180MciDxe/PL180MciDxe.inf b/ArmPlatformPkg/Drivers/PL180MciDxe/PL180MciDxe.inf index 418fbac78a..03d5ba5709 100644 --- a/ArmPlatformPkg/Drivers/PL180MciDxe/PL180MciDxe.inf +++ b/ArmPlatformPkg/Drivers/PL180MciDxe/PL180MciDxe.inf @@ -49,4 +49,4 @@ gArmPlatformTokenSpaceGuid.PcdPL180MciBaseAddress
[Depex]
- TRUE
+ gEfiCpuArchProtocolGuid
|