Browse Source

Hisilicon/D06: Correct PcdGicInterruptInterfaceBase

The PcdGicInterruptInterfaceBase(0xFE000000) is wrong,
it just copy from D05/D03. Maybe somewhere will need
the right value of Pcd.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ming Huang <ming.huang@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Ming Huang 5 years ago
parent
commit
4ad87899d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Platform/Hisilicon/D06/D06.dsc

+ 1 - 1
Platform/Hisilicon/D06/D06.dsc

@@ -181,7 +181,7 @@
   gHisiTokenSpaceGuid.PcdArmPrimaryCoreTemp|0x80010000
   gArmTokenSpaceGuid.PcdGicDistributorBase|0xAE000000
   gArmTokenSpaceGuid.PcdGicRedistributorsBase|0xAE100000
-  gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0xFE000000
+  gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x9B000000