From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-f54.google.com (mail-wr1-f54.google.com [209.85.221.54]) by mx.groups.io with SMTP id smtpd.web11.34140.1590423281707173526 for ; Mon, 25 May 2020 09:14:42 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@semihalf-com.20150623.gappssmtp.com header.s=20150623 header.b=BHC5BYb8; spf=none, err=SPF record not found (domain: semihalf.com, ip: 209.85.221.54, mailfrom: rad@semihalf.com) Received: by mail-wr1-f54.google.com with SMTP id y17so9147357wrn.11 for ; Mon, 25 May 2020 09:14:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=zv5bRWKTX+l9KGPBtVL80hoEsQQyt+fWQZ38AZS2s1E=; b=BHC5BYb8UcTLk1LzBVK4ZbN8aRSE0RRreNALlYYTTAdspUqqeDZ5Hw0GLIdKvUJGjY HvOQ6Ba+k4L7ig+lp/bmtnsU3DWagKk2/5EZRvO+7Fiic1VHo1WEbs5gj9jKQ5gb5XO1 79QXq8EdPjUjnrAls1uoipHg0js4Wfi0mwYQbT6D7ZrS2fV3WC+Gt/0xYgd99k804VvK IiQLoOANPBSkgijXBO1Pz7Q9yfK0Ws1ioEkrLFD9ppxB2oREUDnlZtlMSnEVmSruinbb IbRkwjwFxrnxQontZEqHu/FJoeWotve3LFqpiGKhurRetFA8uRi1Kt+Oo20Ll9kYyG98 cgMg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=zv5bRWKTX+l9KGPBtVL80hoEsQQyt+fWQZ38AZS2s1E=; b=LpuFiB4JbCQdYXp7CYVYVo0IMcZ+nna7YjPG5X2pnqWnZ6rSsLFZPcl3ZEKEH23CiQ 8f4ruLabczexa065qRtZMKIUlWK5AEOxwvqfwD1B85dvACktBjEhgIK6RXD0iSzK3HZA 7vhJuRY1nVFSaVQtFMoU3/vkn5ts/28tHCkKXS96mSTFcmpsPLHlVcNgt3pBgoFHiLlr gJ1wb7PWOsA6AtI/gQwkni8NUlaNKFIRDwlVZBmbjobnc+fiFGEMrx89GmoQZFMeixms ugHBC6mDu6KhtAGorSzOsR8GLKKu1rs0/7gZkyxM3qWGa8h/jqeX3UqFSDZj76Sm06Rb lw9g== X-Gm-Message-State: AOAM531ixHm3stsPpTfk7FS3NGPLfE+Fos584HrLiUJ27wxSn9tLts7g juLpX2QHabQTRXfVauTP1BdlBTOaT3a0qIEq5FEMRg== X-Google-Smtp-Source: ABdhPJyYV9evfIR8/3zUt5UyiXaIumLgs9QKofbnZ0QPIvFDDLtZoLDNvRD1heD/owd7bKXJ4RB34JIGHCcqHcGx9RI= X-Received: by 2002:a5d:4d4d:: with SMTP id a13mr6762320wru.252.1590423280247; Mon, 25 May 2020 09:14:40 -0700 (PDT) MIME-Version: 1.0 References: <20200522233944.6845-1-leif@nuviainc.com> In-Reply-To: <20200522233944.6845-1-leif@nuviainc.com> From: =?UTF-8?Q?Rados=C5=82aw_Biernacki?= Date: Mon, 25 May 2020 18:14:24 +0200 Message-ID: Subject: Re: [FIXUPS edk2-platforms 0/3] SbsaQemu layout changes and minor cleanup To: Leif Lindholm Cc: devel@edk2.groups.io, Ard Biesheuvel , Graeme Gregory , Tanmay Jagdale Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Thank you Leif. Looks good to me. Reviewed-by: Radoslaw Biernacki sob., 23 maj 2020 o 01:39 Leif Lindholm napisa=C5=82(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 > > 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 > --- > > 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/{ =3D> SbsaQemu}/Drivers/SbsaQemuPlatformDxe/SbsaQem= uPlatformDxe.c (100%) > rename Silicon/Qemu/{ =3D> SbsaQemu}/Drivers/SbsaQemuPlatformDxe/SbsaQem= uPlatformDxe.inf (92%) > rename Silicon/Qemu/{ =3D> SbsaQemu}/Library/SbsaQemuLib/SbsaQemuHelper.= S (100%) > rename Silicon/Qemu/{ =3D> SbsaQemu}/Library/SbsaQemuLib/SbsaQemuLib.c (= 100%) > rename Silicon/Qemu/{ =3D> SbsaQemu}/Library/SbsaQemuLib/SbsaQemuLib.inf= (92%) > rename Silicon/Qemu/{ =3D> SbsaQemu}/Library/SbsaQemuLib/SbsaQemuMem.c (= 100%) > rename Silicon/Qemu/{ =3D> SbsaQemu}/Library/SbsaQemuNorFlashLib/SbsaQem= uNorFlashLib.c (100%) > rename Silicon/Qemu/{ =3D> SbsaQemu}/Library/SbsaQemuNorFlashLib/SbsaQem= uNorFlashLib.inf (100%) > rename Silicon/Qemu/{ =3D> SbsaQemu}/Library/SbsaQemuPciHostBridgeLib/Sb= saQemuPciHostBridgeLib.c (100%) > rename Silicon/Qemu/{ =3D> SbsaQemu}/Library/SbsaQemuPciHostBridgeLib/Sb= saQemuPciHostBridgeLib.inf (100%) > rename Silicon/Qemu/{SbsaQemuPkg.dec =3D> SbsaQemu/SbsaQemu.dec} (93%) > > -- > 2.20.1 >