summaryrefslogtreecommitdiff
path: root/Platform/AMD
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2018-05-15 18:29:02 +0200
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2018-05-22 18:10:35 +0200
commite42a99a79653c4a4d8f19d2d78aa43238d351f13 (patch)
tree56ac3181598f6363dc78f08845f95529de4c8753 /Platform/AMD
parente6e87c17b396fbe6e8961f00a15ed9215d66795f (diff)
Silicon/AMD/Styx: remove MpBootDxe driver
MpBootDxe implements support for the ACPI Parking Protocol and the DT based spintable protocol to bring up secondaries, neither of which are recommended on systems implementing EL3, are not enabled in the default build configuration of the platforms that include it and is therefore essentially dead code. (Note that this driver DEPEXes on a protocol that never gets installed when building this platform with ARM-TF and PSCI support, which we now do unconditionally) So let's remove it from the platform descriptions that refer to it, and remove the code altogether as well. 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.dsc5
-rw-r--r--Platform/AMD/OverdriveBoard/OverdriveBoard.fdf5
2 files changed, 0 insertions, 10 deletions
diff --git a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc b/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc
index 86061cd4..26b91ca8 100644
--- a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc
+++ b/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc
@@ -630,11 +630,6 @@ DEFINE DO_CAPSULE = FALSE
MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
#
- # MP-Boot: ACPI[Parking Protocol] + FDT[Spin-Table]
- #
- Silicon/AMD/Styx/Drivers/MpBootDxe/MpBootDxe.inf
-
- #
# AHCI Support
#
MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
diff --git a/Platform/AMD/OverdriveBoard/OverdriveBoard.fdf b/Platform/AMD/OverdriveBoard/OverdriveBoard.fdf
index 3abc1279..737e31d8 100644
--- a/Platform/AMD/OverdriveBoard/OverdriveBoard.fdf
+++ b/Platform/AMD/OverdriveBoard/OverdriveBoard.fdf
@@ -223,11 +223,6 @@ READ_LOCK_STATUS = TRUE
INF MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
#
- # MP-Boot: ACPI[Parking Protocol] + FDT[Spin-Table]
- #
- INF Silicon/AMD/Styx/Drivers/MpBootDxe/MpBootDxe.inf
-
- #
# SMBIOS Support
#
INF MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf