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>,
Laszlo Ersek <lersek@redhat.com>
Subject: Re: [PATCH v2 0/2] ArmplatformPkg: clean up PL011 support library
Date: Fri, 17 Nov 2017 10:06:50 +0000 [thread overview]
Message-ID: <CAKv+Gu-1ka95HMeLgMT_Ys3SOxSx4=pq+UeReU46vqUfAdjJEg@mail.gmail.com> (raw)
In-Reply-To: <20171116184107.vvqi6iwl4sq7tm3v@bivouac.eciton.net>
On 16 November 2017 at 18:41, Leif Lindholm <leif.lindholm@linaro.org> wrote:
> On Thu, Nov 16, 2017 at 05:47:06PM +0000, Ard Biesheuvel wrote:
>> Clean up the PL011 UART support library, by moving it into the appropriate
>> place for libraries, and splitting the header file into an implementation
>> and an interface part.
>
> For the series:
> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
>
Pushed as
12156134fe82 ArmPlatformPkg: reorganize PL011 code
1195b8578764 ArmVirtPkg: switch to new PL011UartLib implementation
(with Laszlo's feedback incorporated)
>> Ard Biesheuvel (2):
>> ArmPlatformPkg: reorganize PL011 code
>> ArmVirtPkg: switch to new PL011UartLib implementation
>>
>> ArmPlatformPkg/ArmPlatformPkg.dec | 3 +
>> ArmPlatformPkg/Include/Library/PL011UartLib.h | 187 ++++++++
>> ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.c | 5 +-
>> ArmPlatformPkg/Library/PL011UartLib/PL011Uart.h | 120 +++++
>> ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.c | 474 ++++++++++++++++++++
>> ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf | 43 ++
>> ArmVirtPkg/ArmVirt.dsc.inc | 2 +-
>> ArmVirtPkg/Library/FdtPL011SerialPortLib/EarlyFdtPL011SerialPortLib.c | 5 +-
>> ArmVirtPkg/Library/FdtPL011SerialPortLib/FdtPL011SerialPortLib.c | 5 +-
>> 9 files changed, 834 insertions(+), 10 deletions(-)
>> create mode 100644 ArmPlatformPkg/Include/Library/PL011UartLib.h
>> create mode 100644 ArmPlatformPkg/Library/PL011UartLib/PL011Uart.h
>> create mode 100644 ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.c
>> create mode 100644 ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf
>>
>> --
>> 2.11.0
>>
prev parent reply other threads:[~2017-11-17 10:02 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-16 17:47 [PATCH v2 0/2] ArmplatformPkg: clean up PL011 support library Ard Biesheuvel
2017-11-16 17:47 ` [PATCH v2 1/2] ArmPlatformPkg: reorganize PL011 code Ard Biesheuvel
2017-11-16 17:47 ` [PATCH v2 2/2] ArmVirtPkg: switch to new PL011UartLib implementation Ard Biesheuvel
2017-11-16 22:17 ` Laszlo Ersek
2017-11-17 10:01 ` Ard Biesheuvel
2017-11-16 18:41 ` [PATCH v2 0/2] ArmplatformPkg: clean up PL011 support library Leif Lindholm
2017-11-17 10:06 ` 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-1ka95HMeLgMT_Ys3SOxSx4=pq+UeReU46vqUfAdjJEg@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