summaryrefslogtreecommitdiff
path: root/Platform/AMD
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2018-05-15 18:56:42 +0200
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2018-05-22 18:10:16 +0200
commite6e87c17b396fbe6e8961f00a15ed9215d66795f (patch)
treed9023a3150b4bb2261eb65f7ec7b009559d237cc /Platform/AMD
parent735e517fefbfd7da45940a0712ba91e1a3f4752c (diff)
Silicon/AMD/Styx: make ARM-TF and PSCI dependencies unconditional
The Styx platform theoretically supports running in an environment where no ARM Trusted Firmware is running in EL3 and PSCI is not implemented. This is not a configuration that we aim to support, and so let's remove the code that implements this, especially because it is essentially dead code and unmaintained. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'Platform/AMD')
-rw-r--r--Platform/AMD/OverdriveBoard/OverdriveBoard.dsc7
1 files changed, 0 insertions, 7 deletions
diff --git a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc b/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc
index 348828e1..86061cd4 100644
--- a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc
+++ b/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc
@@ -19,7 +19,6 @@
DEFINE DO_XGBE = 1
DEFINE NUM_CORES = 8
-DEFINE DO_PSCI = 1
DEFINE DO_ISCP = 1
DEFINE DO_KCS = 1
DEFINE DO_FLASHER = FALSE
@@ -457,12 +456,6 @@ DEFINE DO_CAPSULE = FALSE
#
gEfiMdeModulePkgTokenSpaceGuid.PcdDxeNxMemoryProtectionPolicy|0xC000000000007FD1
-!if $(DO_PSCI)
- gAmdStyxTokenSpaceGuid.PcdPsciOsSupport|TRUE
-!else
- gAmdStyxTokenSpaceGuid.PcdPsciOsSupport|FALSE
-!endif
-
!if $(DO_ISCP)
gAmdStyxTokenSpaceGuid.PcdIscpSupport|TRUE
!else