From: Ard Biesheuvel <ard.biesheuvel@linaro.org>
To: Leif Lindholm <leif.lindholm@linaro.org>
Cc: "edk2-devel@lists.01.org" <edk2-devel@lists.01.org>,
Alan Ott <alan@softiron.co.uk>, Matt Sealey <neko@bakuhatsu.net>
Subject: Re: [PATCH edk2-platforms 0/5] Seattle spring cleaning
Date: Tue, 22 May 2018 18:40:55 +0200 [thread overview]
Message-ID: <CAKv+Gu_e1gPiRiWiDUoUOmUhtmBcXOqEG_wt6cduEeWUe6bFmw@mail.gmail.com> (raw)
In-Reply-To: <20180522145619.cspqr5hpex4lnsw2@bivouac.eciton.net>
On 22 May 2018 at 16:56, Leif Lindholm <leif.lindholm@linaro.org> wrote:
> On Tue, May 15, 2018 at 07:37:31PM +0200, Ard Biesheuvel wrote:
>> 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
>
> For the series:
> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
>
Thanks
Pushed as 735e517fefbf..e174fc77d3bb
>
>> .../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
>>
prev parent reply other threads:[~2018-05-22 16:40 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAKv+Gu_e1gPiRiWiDUoUOmUhtmBcXOqEG_wt6cduEeWUe6bFmw@mail.gmail.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox