public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH edk2-platforms 0/5] Seattle spring cleaning
@ 2018-05-15 17:37 Ard Biesheuvel
  2018-05-15 17:37 ` [PATCH edk2-platforms 1/5] Silicon/AMD/Styx: make ARM-TF and PSCI dependencies unconditional Ard Biesheuvel
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Ard Biesheuvel @ 2018-05-15 17:37 UTC (permalink / raw)
  To: edk2-devel; +Cc: leif.lindholm, alan, neko, Ard Biesheuvel

Some cleanup patches for Seattle, removing the unused code that deals
with configurations where the SCP, ARM-TF or PSCI support are absent,
which is rather pointless for a platform that is no longer under
development.

Ard Biesheuvel (5):
  Silicon/AMD/Styx: make ARM-TF and PSCI dependencies unconditional
  Silicon/AMD/Styx: remove MpBootDxe driver
  Silicon/AMD/Styx: remove support for the ACPI parking protocol
  Silicon/AMD/Styx: make ISCP dependency unconditional
  Platform/AMD/Overdrive: enable support for NVME PCIe devices

 .../AMD/OverdriveBoard/OverdriveBoard.dsc     |  20 +--
 .../AMD/OverdriveBoard/OverdriveBoard.fdf     |   6 +-
 Platform/LeMaker/CelloBoard/CelloBoard.dsc    |   3 -
 .../Overdrive1000Board/Overdrive1000Board.dsc |  19 --
 .../Overdrive1000Board/Overdrive1000Board.fdf |   5 -
 Silicon/AMD/Styx/AcpiTables/AcpiTables.inf    |   3 -
 Silicon/AMD/Styx/AcpiTables/Fadt.c            |   5 +-
 Silicon/AMD/Styx/AcpiTables/Madt.c            |  24 +--
 Silicon/AMD/Styx/AmdStyx.dec                  |  12 --
 Silicon/AMD/Styx/Common/Protocol/AmdMpBoot.h  |  39 ----
 .../AMD/Styx/Common/Protocol/AmdMpCoreInfo.h  |   7 -
 .../AMD/Styx/Drivers/MpBootDxe/MpBootDxe.c    | 170 ------------------
 .../AMD/Styx/Drivers/MpBootDxe/MpBootDxe.inf  |  53 ------
 .../AMD/Styx/Drivers/MpBootDxe/MpBootHelper.S |  87 ---------
 .../Styx/Drivers/PlatInitDxe/PlatInitDxe.c    |  91 ----------
 .../Styx/Drivers/PlatInitDxe/PlatInitDxe.inf  |   6 -
 .../Styx/Drivers/PlatInitPei/PlatInitPei.c    | 120 ++++++-------
 .../Styx/Drivers/PlatInitPei/PlatInitPei.inf  |   2 -
 .../PlatformSmbiosDxe/PlatformSmbiosDxe.c     |  40 -----
 .../PlatformSmbiosDxe/PlatformSmbiosDxe.inf   |   1 -
 .../Library/MemoryInitPei/MemoryInitPeiLib.c  |  58 +++---
 .../MemoryInitPei/MemoryInitPeiLib.inf        |   3 -
 .../RealTimeClockLib/RealTimeClockLib.c       |  16 +-
 .../RealTimeClockLib/RealTimeClockLib.inf     |   3 -
 .../Library/ResetSystemLib/ResetSystemLib.inf |   3 -
 .../StyxDtbLoaderLib/StyxDtbLoaderLib.inf     |   2 -
 26 files changed, 89 insertions(+), 709 deletions(-)
 delete mode 100644 Silicon/AMD/Styx/Common/Protocol/AmdMpBoot.h
 delete mode 100644 Silicon/AMD/Styx/Drivers/MpBootDxe/MpBootDxe.c
 delete mode 100644 Silicon/AMD/Styx/Drivers/MpBootDxe/MpBootDxe.inf
 delete mode 100644 Silicon/AMD/Styx/Drivers/MpBootDxe/MpBootHelper.S

-- 
2.17.0



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-05-22 16:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-15 17:37 [PATCH edk2-platforms 0/5] Seattle spring cleaning Ard Biesheuvel
2018-05-15 17:37 ` [PATCH edk2-platforms 1/5] Silicon/AMD/Styx: make ARM-TF and PSCI dependencies unconditional Ard Biesheuvel
2018-05-15 17:37 ` [PATCH edk2-platforms 2/5] Silicon/AMD/Styx: remove MpBootDxe driver Ard Biesheuvel
2018-05-15 17:37 ` [PATCH edk2-platforms 3/5] Silicon/AMD/Styx: remove support for the ACPI parking protocol Ard Biesheuvel
2018-05-15 17:37 ` [PATCH edk2-platforms 4/5] Silicon/AMD/Styx: make ISCP dependency unconditional Ard Biesheuvel
2018-05-15 17:37 ` [PATCH edk2-platforms 5/5] Platform/AMD/Overdrive: enable support for NVME PCIe devices Ard Biesheuvel
2018-05-22 14:56 ` [PATCH edk2-platforms 0/5] Seattle spring cleaning Leif Lindholm
2018-05-22 16:40   ` Ard Biesheuvel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox