public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Sami Mujawar" <sami.mujawar@arm.com>
To: <devel@edk2.groups.io>
Cc: Sami Mujawar <sami.mujawar@arm.com>, <xiepeng@phytium.com.cn>,
	<jialing@phytium.com.cn>, <shuyiqi@phytium.com.cn>,
	<quic_llindhol@quicinc.com>, <Matteo.Carlini@arm.com>,
	<Akanksha.Jain2@arm.com>, <Ben.Adderson@arm.com>, <nd@arm.com>
Subject: [PATCH edk2-platforms v4 11/17] Silicon/Phytium: FT2000-4Pkg: Update for IORT revision macro renaming
Date: Thu, 14 Jul 2022 17:55:30 +0100	[thread overview]
Message-ID: <20220714165536.31344-12-sami.mujawar@arm.com> (raw)
In-Reply-To: <20220714165536.31344-1-sami.mujawar@arm.com>

The IORT Specification E.d updates the IORT table revision to 5. To
reflect this change the IORT header file has been updated to rename
the EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro which was at Rev 0 to
EFI_ACPI_IO_REMAPPING_TABLE_REVISION_00.

Therefore, update the usage of EFI_ACPI_IO_REMAPPING_TABLE_REVISION
macro in the IORT table for SynQuacer platform to
EFI_ACPI_IO_REMAPPING_TABLE_REVISION_00.

Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
Reviewed-by: Pierre Gondois <pierre.gondois@arm.com>
---
 Silicon/Phytium/FT2000-4Pkg/Drivers/AcpiTables/Iort.aslc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Silicon/Phytium/FT2000-4Pkg/Drivers/AcpiTables/Iort.aslc b/Silicon/Phytium/FT2000-4Pkg/Drivers/AcpiTables/Iort.aslc
index 4239499b68e5923604625e05a0425fc11ab6664e..9c3a5eea72cbeb20ef48450789630a15094f0372 100644
--- a/Silicon/Phytium/FT2000-4Pkg/Drivers/AcpiTables/Iort.aslc
+++ b/Silicon/Phytium/FT2000-4Pkg/Drivers/AcpiTables/Iort.aslc
@@ -42,7 +42,7 @@ STATIC PHYTIUM_IO_REMAPPING_STRUCTURE Iort = {
   {
     PHYTIUM_ACPI_HEADER (EFI_ACPI_6_0_IO_REMAPPING_TABLE_SIGNATURE,
                   PHYTIUM_IO_REMAPPING_STRUCTURE,
-                  EFI_ACPI_IO_REMAPPING_TABLE_REVISION),
+                  EFI_ACPI_IO_REMAPPING_TABLE_REVISION_00),
     2,                                              // NumNodes
     sizeof (EFI_ACPI_6_0_IO_REMAPPING_TABLE),       // NodeOffset
     0                                               // Reserved
-- 
'Guid(CE165669-3EF3-493F-B85D-6190EE5B9759)'


  parent reply	other threads:[~2022-07-14 16:56 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 ` Sami Mujawar [this message]
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

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=20220714165536.31344-12-sami.mujawar@arm.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