public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Radosław Biernacki" <rad@semihalf.com>
To: Leif Lindholm <leif@nuviainc.com>
Cc: devel@edk2.groups.io, Ard Biesheuvel <ard.biesheuvel@arm.com>,
	 Graeme Gregory <graeme.gregory@linaro.org>,
	Tanmay Jagdale <tanmay.jagdale@linaro.org>
Subject: Re: [FIXUPS edk2-platforms 0/3] SbsaQemu layout changes and minor cleanup
Date: Mon, 25 May 2020 18:14:24 +0200	[thread overview]
Message-ID: <CAOs-w0K095gemQLQY96GqGT-PUG8Lu-ZdAHrW0V2aNmuZ9R1rw@mail.gmail.com> (raw)
In-Reply-To: <20200522233944.6845-1-leif@nuviainc.com>

Thank you Leif.
Looks good to me.

Reviewed-by: Radoslaw Biernacki <rad@semihalf.com>

sob., 23 maj 2020 o 01:39 Leif Lindholm <leif@nuviainc.com> napisał(a):
>
> The SbsaQemu platform port has been in flight for a long time now,
> so to facilitate getting it merged, here is a set of proposed layout
> changes and minor tweaks that I would prefer to have included.
>
> I also propose changing the commit message as follows:
> ---
> SbsaQemu: add port for SbsaQemu platform
>
> From: Radoslaw Biernacki <radoslaw.biernacki@linaro.org>
>
> The QEMU sbsa-ref platform provides an SBSA-compliant platform,
> providing EL3/EL2 support, non-virtio inerfaces, etc. This patch adds
> initial support for this platform.
>
> We are using FDF to compose EFI flash images with TF-A images.
> Flash0 (secure) is used by BL1 and FIP (BL2 + BL31).
> Flash1 contains EFI code and EFI variables.
>
> Signed-off-by: Tanmay Jagdale <tanmay.jagdale@linaro.org>
> ---
>
> If Graeme, Radek, or Tanmay acks this set, I will squash this into the
> v4 SbsaQemu patch and push it.
>
> Leif Lindholm (3):
>   Silicon/Qemu: mirror Platform layout
>   Silicon/Qemu: clean up SbsaQemu.dec
>   Maintainers.txt: update format
>
>  Maintainers.txt                               | 23 ++++++++-----------
>  Platform/Qemu/SbsaQemu/SbsaQemu.dsc           |  8 +++----
>  Platform/Qemu/SbsaQemu/SbsaQemu.fdf           |  2 +-
>  .../SbsaQemuPlatformDxe/SbsaQemuPlatformDxe.c |  0
>  .../SbsaQemuPlatformDxe.inf                   |  2 +-
>  .../Library/SbsaQemuLib/SbsaQemuHelper.S      |  0
>  .../Library/SbsaQemuLib/SbsaQemuLib.c         |  0
>  .../Library/SbsaQemuLib/SbsaQemuLib.inf       |  2 +-
>  .../Library/SbsaQemuLib/SbsaQemuMem.c         |  0
>  .../SbsaQemuNorFlashLib/SbsaQemuNorFlashLib.c |  0
>  .../SbsaQemuNorFlashLib.inf                   |  0
>  .../SbsaQemuPciHostBridgeLib.c                |  0
>  .../SbsaQemuPciHostBridgeLib.inf              |  0
>  .../SbsaQemu.dec}                             |  3 ---
>  14 files changed, 16 insertions(+), 24 deletions(-)
>  rename Silicon/Qemu/{ => SbsaQemu}/Drivers/SbsaQemuPlatformDxe/SbsaQemuPlatformDxe.c (100%)
>  rename Silicon/Qemu/{ => SbsaQemu}/Drivers/SbsaQemuPlatformDxe/SbsaQemuPlatformDxe.inf (92%)
>  rename Silicon/Qemu/{ => SbsaQemu}/Library/SbsaQemuLib/SbsaQemuHelper.S (100%)
>  rename Silicon/Qemu/{ => SbsaQemu}/Library/SbsaQemuLib/SbsaQemuLib.c (100%)
>  rename Silicon/Qemu/{ => SbsaQemu}/Library/SbsaQemuLib/SbsaQemuLib.inf (92%)
>  rename Silicon/Qemu/{ => SbsaQemu}/Library/SbsaQemuLib/SbsaQemuMem.c (100%)
>  rename Silicon/Qemu/{ => SbsaQemu}/Library/SbsaQemuNorFlashLib/SbsaQemuNorFlashLib.c (100%)
>  rename Silicon/Qemu/{ => SbsaQemu}/Library/SbsaQemuNorFlashLib/SbsaQemuNorFlashLib.inf (100%)
>  rename Silicon/Qemu/{ => SbsaQemu}/Library/SbsaQemuPciHostBridgeLib/SbsaQemuPciHostBridgeLib.c (100%)
>  rename Silicon/Qemu/{ => SbsaQemu}/Library/SbsaQemuPciHostBridgeLib/SbsaQemuPciHostBridgeLib.inf (100%)
>  rename Silicon/Qemu/{SbsaQemuPkg.dec => SbsaQemu/SbsaQemu.dec} (93%)
>
> --
> 2.20.1
>

      parent reply	other threads:[~2020-05-25 16:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-22 23:39 [FIXUPS edk2-platforms 0/3] SbsaQemu layout changes and minor cleanup Leif Lindholm
2020-05-22 23:39 ` [FIXUPS edk2-platforms 1/3] Silicon/Qemu: mirror Platform layout Leif Lindholm
2020-05-25 12:50   ` [edk2-devel] " Philippe Mathieu-Daudé
2020-05-22 23:39 ` [FIXUPS edk2-platforms 2/3] Silicon/Qemu: clean up SbsaQemu.dec Leif Lindholm
2020-05-22 23:39 ` [FIXUPS edk2-platforms 3/3] Maintainers.txt: update format Leif Lindholm
2020-05-23 20:49 ` [FIXUPS edk2-platforms 0/3] SbsaQemu layout changes and minor cleanup graeme.gregory
2020-05-25 12:53 ` [edk2-devel] " Philippe Mathieu-Daudé
2020-05-25 16:14 ` Radosław Biernacki [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=CAOs-w0K095gemQLQY96GqGT-PUG8Lu-ZdAHrW0V2aNmuZ9R1rw@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