From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.8943.1646915767069068175 for ; Thu, 10 Mar 2022 04:36:07 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: pranav.madhu@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id A82931691; Thu, 10 Mar 2022 04:36:06 -0800 (PST) Received: from usa.arm.com (a074742.blr.arm.com [10.162.16.32]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 62C723FA27; Thu, 10 Mar 2022 04:36:05 -0800 (PST) From: "Pranav Madhu" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Sami Mujawar Subject: [edk2-platforms][PATCH V1 0/9] Upadate the ACPI tables for RD platforms Date: Thu, 10 Mar 2022 18:05:50 +0530 Message-Id: <20220310123559.18945-1-pranav.madhu@arm.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Arm infrastructure reference design platforms uses ACPI tables to provide the hardware information to the operating system. Currently the ACPI tables are aligned with ACPI v6.2 and v6.3 specification. This patch series update the tables to ACPI v6.4 specificaion. The first patch in this series update the generic tables which are common for all platfoms. The subsequent patches in this series update platform specific ACPI tables to v6.4 for the respective platform. This patch series also update the headers in the .aslc files to match the coding style as per edk2 coding guidelines. Link to github branch with the patches in this series - https://github.com/Pranav-Madhu/edk2-platforms/tree/topics/acpi64_for_rd_= platforms Pranav Madhu (9): Platform/Sgi: Update ACPI version to v6.4 Platform/Sgi: Update ACPI version to v6.4 for SGI-575 platform Platform/Sgi: Update ACPI version to v6.4 for Rd-N1-Edge platform Platform/Sgi: Update ACPI version to v6.4 for Rd-N1-Edge-X2 platform Platform/Sgi: Update ACPI version to v6.4 for Rd-E1-Edge platform Platform/Sgi: Update ACPI version to v6.4 for Rd-V1 platform Platform/Sgi: Update ACPI version to v6.4 for Rd-V1-MC platform Platform/Sgi: Update ACPI version to v6.4 for Rd-N2 platform Platform/Sgi: Update ACPI version to v6.4 for Rd-N2-Cfg1 platform Platform/ARM/SgiPkg/Include/SgiAcpiHeader.h | 221 ++++++++-------- Platform/ARM/SgiPkg/AcpiTables/Dbg2.aslc | 30 ++- Platform/ARM/SgiPkg/AcpiTables/Fadt.aslc | 38 +-- Platform/ARM/SgiPkg/AcpiTables/Gtdt.aslc | 69 ++--- Platform/ARM/SgiPkg/AcpiTables/Mcfg.aslc | 26 +- .../ARM/SgiPkg/AcpiTables/RdE1Edge/Madt.aslc | 247 +++++++++--------- .../ARM/SgiPkg/AcpiTables/RdE1Edge/Pptt.aslc | 115 ++++---- .../ARM/SgiPkg/AcpiTables/RdN1Edge/Madt.aslc | 105 ++++---- .../ARM/SgiPkg/AcpiTables/RdN1Edge/Pptt.aslc | 97 +++---- .../SgiPkg/AcpiTables/RdN1EdgeX2/Hmat.aslc | 52 ++-- .../SgiPkg/AcpiTables/RdN1EdgeX2/Madt.aslc | 151 ++++++----- .../SgiPkg/AcpiTables/RdN1EdgeX2/Pptt.aslc | 101 +++---- .../SgiPkg/AcpiTables/RdN1EdgeX2/Srat.aslc | 74 +++--- Platform/ARM/SgiPkg/AcpiTables/RdN2/Madt.aslc | 163 ++++++------ Platform/ARM/SgiPkg/AcpiTables/RdN2/Pptt.aslc | 84 +++--- .../ARM/SgiPkg/AcpiTables/RdN2Cfg1/Madt.aslc | 112 ++++---- .../ARM/SgiPkg/AcpiTables/RdN2Cfg1/Pptt.aslc | 80 +++--- Platform/ARM/SgiPkg/AcpiTables/RdV1/Madt.aslc | 159 +++++------ Platform/ARM/SgiPkg/AcpiTables/RdV1/Pptt.aslc | 84 +++--- .../ARM/SgiPkg/AcpiTables/RdV1Mc/Hmat.aslc | 64 +++-- .../ARM/SgiPkg/AcpiTables/RdV1Mc/Madt.aslc | 165 ++++++------ .../ARM/SgiPkg/AcpiTables/RdV1Mc/Pptt.aslc | 88 ++++--- .../ARM/SgiPkg/AcpiTables/RdV1Mc/Srat.aslc | 82 +++--- .../ARM/SgiPkg/AcpiTables/Sgi575/Madt.aslc | 105 ++++---- .../ARM/SgiPkg/AcpiTables/Sgi575/Pptt.aslc | 86 +++--- Platform/ARM/SgiPkg/AcpiTables/Spcr.aslc | 29 +- 26 files changed, 1375 insertions(+), 1252 deletions(-) --=20 2.17.1