public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Ard Biesheuvel" <ardb@kernel.org>
To: edk2-devel-groups-io <devel@edk2.groups.io>,
	Sami Mujawar <sami.mujawar@arm.com>
Cc: "ardb+tianocore@kernel.org" <ardb+tianocore@kernel.org>,
	 "quic_llindhol@quicinc.com" <quic_llindhol@quicinc.com>,
	 "Meenakshi Aggarwal (meenakshi.aggarwal@nxp.com)"
	<meenakshi.aggarwal@nxp.com>,
	 "shuyiqi@phytium.com.cn" <shuyiqi@phytium.com.cn>,
	"jialing@phytium.com.cn" <jialing@phytium.com.cn>,
	 "xiepeng@phytium.com.cn" <xiepeng@phytium.com.cn>,
	Pierre Gondois <Pierre.Gondois@arm.com>,
	 Matteo Carlini <Matteo.Carlini@arm.com>,
	Akanksha Jain <Akanksha.Jain2@arm.com>,
	 Ben Adderson <Ben.Adderson@arm.com>,
	 "gaoliming@byosoft.com.cn" <gaoliming@byosoft.com.cn>,
	Jeremy Linton <Jeremy.Linton@arm.com>,
	 Thomas Abraham <thomas.abraham@arm.com>,
	Chandni Cherukuri <Chandni.Cherukuri@arm.com>,
	 "nhi@os.amperecomputing.com" <nhi@os.amperecomputing.com>,
	 "vunguyen@os.amperecomputing.com"
	<vunguyen@os.amperecomputing.com>,
	 "thang@os.amperecomputing.com" <thang@os.amperecomputing.com>,
	 "chuong@os.amperecomputing.com" <chuong@os.amperecomputing.com>,
	nd <nd@arm.com>
Subject: Re: [edk2-devel] [PATCH edk2-platforms v4 00/17] Fix build breaks and update IORT revision macro
Date: Wed, 27 Jul 2022 08:45:27 -0700	[thread overview]
Message-ID: <CAMj1kXGz4grxdvST2WSz3QV8th-1K12yELqqyep8aeJExZBc+Q@mail.gmail.com> (raw)
In-Reply-To: <7CD98743-53E6-4F15-BD0B-B8EAB33B756D@arm.com>

On Wed, 27 Jul 2022 at 02:21, Sami Mujawar <sami.mujawar@arm.com> wrote:
>
> Hi All,
>
> Bugzilla: https://bugzilla.tianocore.org/show_bug.cgi?id=3458
>
> The edk2 patch series for IORT Rev E.d updates has been submitted to the mailing list and has been reviewed at
> https://edk2.groups.io/g/devel/message/91361
>
> The corresponding edk2-platforms series is posted on the mailing list at https://edk2.groups.io/g/devel/message/91543
>
> The edk2-platforms series fixes a number of build breaks as well as makes the necessary updates to reflect the changes due to IORT Rev E.d updates.
>
> I would prefer this patch series to be merged in the edk2-stable202208 tag. Therefore, requesting review for the edk2-platform patches from the respective maintainers for the following modules:
> - Silicon/AMD/Styx
> - Silicon/Socionext/SynQuacer
> - Platform/LeMaker
> - Platform/Socionext
> - Silicon/NXP & Platform/NXP/*
>

For the associated fixes for all the above:

Reviewed-by: Ard Biesheuvel <ardb@kernel.org>

Feel free to push all of these changes when you feel it is appropriate.


> On 19/07/2022, 17:24, "devel@edk2.groups.io on behalf of Sami Mujawar via groups.io" <devel@edk2.groups.io on behalf of sami.mujawar=arm.com@groups.io> wrote:
>
>     Hi All,
>
>     The IORT Rev E.d seriesfor edk2 has received the r-b from the respective
>     maintainers.
>
>     Can the following package maintainers review this series and provide
>     feedback, please?
>
>     - Silicon/AMD/Styx
>
>     - Silicon/Socionext/SynQuacer
>
>     - Platform/LeMaker
>
>     - Platform/Socionext
>
>     - Silicon/NXP & Platform/NXP/*
>
>     Regards,
>
>     Sami Mujawar
>
>     On 14/07/2022 05:55 pm, Sami Mujawar wrote:
>     > This v4 series includes 5 additional patches (13-17) that
>     > fix various build breaks caused by changes in edk2 repo.
>     > The patches 1-12 have not changed between v3 series, except
>     > updates to the r-b received.
>     >
>     > The v3 patch series renames the EFI_ACPI_IO_REMAPPING_TABLE_REV0
>     > macro to EFI_ACPI_IO_REMAPPING_TABLE_REVISION_00 based on the
>     > feedback received. It also includes an additional patch that fixes
>     > the build break in CelloBoard due to missing VariablePolicyHelperLib
>     > dependency.
>     >
>     > The v2 patch series fixes the build break in Ampere/Jade and
>     > Pythium/FT2000-4 due to missing VariableFlashInfoLib dependency
>     > and also updates the IORT revision macro.
>     >
>     > The IORT Rev E.d specification updates the IORT table revision
>     > to 5. Following this the IORT table revision macro
>     > EFI_ACPI_IO_REMAPPING_TABLE_REVISION which was at Rev 0 has
>     > been renamed to EFI_ACPI_IO_REMAPPING_TABLE_REV0. Therefore,
>     > this series updates the following platforms to reflect this
>     > renaming:
>     >   - FVP
>     >   - Morello FVP
>     >   - SGI
>     >   - AMD/Styx
>     >   - Socionext/SynQuacer
>     >   - RaspberryPi
>     >   - N1SDP
>     >   - Ampere/Jade
>     >   - Pythium/FT2000-4
>     >
>     > Note: This patch series is dependent on the edk2 patch series:
>     >    "[PATCH v6 0/8] IORT Rev E.d specification updates"
>     >    (https://edk2.groups.io/g/devel/message/91361), which must
>     >    be merged in edk2 before this patch series can be integrated.
>     >
>     > The changes can be seen at:
>     > https://github.com/samimujawar/edk2-platforms/tree/1527_iort_rev_ed_platforms_v4
>     >
>     > Sami Mujawar (17):
>     >    Platform/ARM: FVP: Update for IORT revision macro renaming
>     >    Platform/ARM: Morello: Update for IORT revision macro renaming
>     >    Platform/ARM: SGI: Update for IORT revision macro renaming
>     >    Silicon/AMD/Styx: Update for IORT revision macro renaming
>     >    Silicon/Socionext/SynQuacer: Update for IORT revision macro renaming
>     >    Platform/RaspberryPi: Update for IORT revision macro renaming
>     >    Platform/ARM: N1SDP: Update for IORT revision macro renaming
>     >    Silicon/Ampere: Add VariableFlashInfoLib
>     >    Platform/Ampere: JadePkg: Update for IORT revision macro renaming
>     >    Silicon/Phytium: Add VariableFlashInfoLib
>     >    Silicon/Phytium: FT2000-4Pkg: Update for IORT revision macro renaming
>     >    Platform/LeMaker: Fix missing dependency on VariablePolicyHelperLib
>     >    Platform/Socionext: Fix missing dependency on VariableFlashInfoLib
>     >    Silicon/NXP: Fix missing dependency on VariableFlashInfoLib
>     >    Platform/NXP/LS1043aRdbPk: Fix build break due to change in
>     >      ARM_CORE_INFO
>     >    Platform/NXP/LS1046aFrwyPkg: Fix build break due to change in
>     >      ARM_CORE_INFO
>     >    Platform/NXP/LX2160aRdbPkg: Fix build break due to change in
>     >      ARM_CORE_INFO
>     >
>     >   Platform/ARM/Morello/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManagerFvp.c  | 2 +-
>     >   Platform/ARM/N1Sdp/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManager.c       | 2 +-
>     >   Platform/ARM/SgiPkg/AcpiTables/Iort.aslc                                                     | 2 +-
>     >   Platform/ARM/VExpressPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManager.c | 2 +-
>     >   Platform/Ampere/JadePkg/Drivers/AcpiPlatformDxe/AcpiIort.c                                   | 2 +-
>     >   Platform/LeMaker/CelloBoard/CelloBoard.dsc                                                   | 1 +
>     >   Platform/NXP/LS1043aRdbPkg/Library/ArmPlatformLib/ArmPlatformLib.c                           | 2 +-
>     >   Platform/NXP/LS1046aFrwyPkg/Library/ArmPlatformLib/ArmPlatformLib.c                          | 2 +-
>     >   Platform/NXP/LX2160aRdbPkg/Library/ArmPlatformLib/ArmPlatformLib.c                           | 2 +-
>     >   Platform/RaspberryPi/AcpiTables/Iort.aslc                                                    | 2 +-
>     >   Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc                                         | 1 +
>     >   Silicon/AMD/Styx/Drivers/AcpiPlatformDxe/Iort.aslc                                           | 2 +-
>     >   Silicon/Ampere/AmpereAltraPkg/AmpereAltraPkg.dsc.inc                                         | 1 +
>     >   Silicon/NXP/NxpQoriqLs.dsc.inc                                                               | 1 +
>     >   Silicon/Phytium/FT2000-4Pkg/Drivers/AcpiTables/Iort.aslc                                     | 2 +-
>     >   Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dsc.inc                                    | 1 +
>     >   Silicon/Socionext/SynQuacer/AcpiTables/Iort.aslc                                             | 2 +-
>     >   17 files changed, 17 insertions(+), 12 deletions(-)
>     >
>
>
>
>
>
>
>
>
> 
>
>

      reply	other threads:[~2022-07-27 15:45 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-14 16:55 [PATCH edk2-platforms v4 00/17] Fix build breaks and update IORT revision macro Sami Mujawar
2022-07-14 16:55 ` [PATCH edk2-platforms v4 01/17] Platform/ARM: FVP: Update for IORT revision macro renaming Sami Mujawar
2022-07-14 16:55 ` [PATCH edk2-platforms v4 02/17] Platform/ARM: Morello: " Sami Mujawar
2022-07-14 16:55 ` [PATCH edk2-platforms v4 03/17] Platform/ARM: SGI: " Sami Mujawar
2022-07-14 16:55 ` [PATCH edk2-platforms v4 04/17] Silicon/AMD/Styx: " Sami Mujawar
2022-07-14 16:55 ` [PATCH edk2-platforms v4 05/17] Silicon/Socionext/SynQuacer: " Sami Mujawar
2022-07-14 16:55 ` [PATCH edk2-platforms v4 06/17] Platform/RaspberryPi: " Sami Mujawar
2022-07-14 16:55 ` [PATCH edk2-platforms v4 07/17] Platform/ARM: N1SDP: " Sami Mujawar
2022-07-14 16:55 ` [PATCH edk2-platforms v4 08/17] Silicon/Ampere: Add VariableFlashInfoLib Sami Mujawar
2022-07-14 16:55 ` [PATCH edk2-platforms v4 09/17] Platform/Ampere: JadePkg: Update for IORT revision macro renaming Sami Mujawar
2022-07-14 16:55 ` [PATCH edk2-platforms v4 10/17] Silicon/Phytium: Add VariableFlashInfoLib Sami Mujawar
2022-07-14 16:55 ` [PATCH edk2-platforms v4 11/17] Silicon/Phytium: FT2000-4Pkg: Update for IORT revision macro renaming Sami Mujawar
2022-07-14 16:55 ` [PATCH edk2-platforms v4 12/17] Platform/LeMaker: Fix missing dependency on VariablePolicyHelperLib Sami Mujawar
2022-07-14 16:55 ` [PATCH edk2-platforms v4 13/17] Platform/Socionext: Fix missing dependency on VariableFlashInfoLib Sami Mujawar
2022-07-14 16:55 ` [PATCH edk2-platforms v4 14/17] Silicon/NXP: " Sami Mujawar
2022-07-14 16:55 ` [PATCH edk2-platforms v4 15/17] Platform/NXP/LS1043aRdbPk: Fix build break due to change in ARM_CORE_INFO Sami Mujawar
2022-07-14 16:55 ` [PATCH edk2-platforms v4 16/17] Platform/NXP/LS1046aFrwyPkg: " Sami Mujawar
2022-07-14 16:55 ` [PATCH edk2-platforms v4 17/17] Platform/NXP/LX2160aRdbPkg: " Sami Mujawar
2022-07-19 16:22 ` [PATCH edk2-platforms v4 00/17] Fix build breaks and update IORT revision macro Sami Mujawar
     [not found] ` <17034793F9AA5ACF.21682@groups.io>
2022-07-27  9:21   ` [edk2-devel] " Sami Mujawar
2022-07-27 15:45     ` 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=CAMj1kXGz4grxdvST2WSz3QV8th-1K12yELqqyep8aeJExZBc+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