public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Ard Biesheuvel" <ard.biesheuvel@linaro.org>
To: Pete Batard <pete@akeo.ie>
Cc: edk2-devel-groups-io <devel@edk2.groups.io>,
	"Leif Lindholm" <leif@nuviainc.com>,
	"Philippe Mathieu-Daudé" <philmd@redhat.com>,
	"Andrei Warkentin" <awarkentin@vmware.com>
Subject: Re: [edk2-devel][PATCH v2 0/6] Platform/RPi: User config improvements
Date: Tue, 3 Mar 2020 15:07:36 +0100	[thread overview]
Message-ID: <CAKv+Gu_CNgTY+3j1oP9eUfwHDrk44wfYK+36ssMPuRsT5pW__Q@mail.gmail.com> (raw)
In-Reply-To: <20200303130814.3092-1-pete@akeo.ie>

On Tue, 3 Mar 2020 at 14:08, Pete Batard <pete@akeo.ie> wrote:
>
> Changes from v1:
> * Split first commit into 2 patches.
> * Clarify commit message for 3/6 and remove extra line-removal hunk.
> * Improve and clarify computation of 3G+ segment size in
>   ConfigDxe.c/ApplyVariables ().
> * Minor whitespace fixes (e.g. "3GB" -> "3 GB" in strings).
>
> Andrei Warkentin (4):
>   Platform/RPi: Add firmware call to read installed memory size
>   Platform/RPi: Use GetModelInstalledMB () to read RAM size
>   Platform/RPi: Separate RAM descriptors between 0-3 GB and 3+ GB
>   Platform/RPi: Make 3GB/4GB a runtime (BIOS setup) choice
>
> Pete Batard (2):
>   Platform/RPi: Make Device Tree provision a runtime (BIOS setup) choice
>   Platform/RPi/ConfigDxe: Improve RPi configuration form

Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

Pushed as d5f7c68948a3..dac18ca51781

Thanks!

>
>  Platform/RaspberryPi/Drivers/ConfigDxe/ConfigDxe.c                 | 80 ++++++++++++++++---
>  Platform/RaspberryPi/Drivers/ConfigDxe/ConfigDxe.inf               |  9 ++-
>  Platform/RaspberryPi/Drivers/ConfigDxe/ConfigDxeHii.uni            | 38 ++++++---
>  Platform/RaspberryPi/Drivers/ConfigDxe/ConfigDxeHii.vfr            | 84 +++++++++++++++++---
>  Platform/RaspberryPi/Drivers/FdtDxe/FdtDxe.c                       |  5 ++
>  Platform/RaspberryPi/Drivers/FdtDxe/FdtDxe.inf                     |  3 +
>  Platform/RaspberryPi/Drivers/PlatformSmbiosDxe/PlatformSmbiosDxe.c | 10 +--
>  Platform/RaspberryPi/Drivers/RpiFirmwareDxe/RpiFirmwareDxe.c       | 29 ++++++-
>  Platform/RaspberryPi/Include/Protocol/RpiFirmware.h                | 47 ++++++-----
>  Platform/RaspberryPi/Library/PlatformLib/PlatformLib.inf           |  3 -
>  Platform/RaspberryPi/Library/PlatformLib/RaspberryPiMem.c          | 32 +++++---
>  Platform/RaspberryPi/RPi3/RPi3.dsc                                 | 11 +++
>  Platform/RaspberryPi/RPi4/RPi4.dsc                                 | 16 ++--
>  Platform/RaspberryPi/RPi4/RPi4.fdf                                 |  2 -
>  Platform/RaspberryPi/RPi4/Readme.md                                | 15 ++--
>  Platform/RaspberryPi/RaspberryPi.dec                               |  6 +-
>  16 files changed, 297 insertions(+), 93 deletions(-)
>
> --
> 2.21.0.windows.1
>

      parent reply	other threads:[~2020-03-03 14:07 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-03 13:08 [edk2-devel][PATCH v2 0/6] Platform/RPi: User config improvements Pete Batard
2020-03-03 13:08 ` [edk2-devel][PATCH v2 1/6] Platform/RPi: Add firmware call to read installed memory size Pete Batard
2020-03-03 13:08 ` [edk2-devel][PATCH v2 2/6] Platform/RPi: Use GetModelInstalledMB () to read RAM size Pete Batard
2020-03-03 13:08 ` [edk2-devel][PATCH v2 3/6] Platform/RPi: Separate RAM descriptors between 0-3 GB and 3+ GB Pete Batard
2020-03-03 13:08 ` [edk2-devel][PATCH v2 4/6] Platform/RPi: Make 3GB/4GB a runtime (BIOS setup) choice Pete Batard
2020-03-03 13:08 ` [edk2-devel][PATCH v2 5/6] Platform/RPi: Make Device Tree provision " Pete Batard
2020-03-03 13:08 ` [edk2-devel][PATCH v2 6/6] Platform/RPi/ConfigDxe: Improve RPi configuration form Pete Batard
2020-03-03 16:17   ` Andrei Warkentin
     [not found]   ` <15F8D78E42129034.31276@groups.io>
2020-03-03 16:20     ` Andrei Warkentin
2020-03-03 14:07 ` 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_CNgTY+3j1oP9eUfwHDrk44wfYK+36ssMPuRsT5pW__Q@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