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.web11.29622.1613385915681404913 for ; Mon, 15 Feb 2021 02:45:15 -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 2FC621FB; Mon, 15 Feb 2021 02:45:15 -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 B0E163F40C; Mon, 15 Feb 2021 02:45:13 -0800 (PST) From: "Pranav Madhu" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Sami Mujawar Subject: [edk2-platforms][PATCH V1 0/3] ACPI cleanup for RD-V1 Date: Mon, 15 Feb 2021 16:15:04 +0530 Message-Id: <20210215104507.3773-1-pranav.madhu@arm.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable This patch series contains assorted cleanups for the RD-V1 platform ACPI tables. The first patch in this series includes the SSDT table for both the RD-V1 single chip and multi-chip platform. The subsequent patches in this series cleanup the ACPI processor ID and MPIDR values for RD-V1 in multichip configuration. Pranav Madhu (3): Platform/Sgi: include SSDT table for RD-V1 platform Platform/Sgi: fix the list of CPU devices on RD-V1-MC platform Platform/Sgi: fix CPU acpi-id for RD-V1-MC platform .../ARM/SgiPkg/AcpiTables/RdV1AcpiTables.inf | 1 + .../SgiPkg/AcpiTables/RdV1McAcpiTables.inf | 1 + .../ARM/SgiPkg/AcpiTables/RdV1Mc/Dsdt.asl | 6 ----- .../ARM/SgiPkg/AcpiTables/RdV1Mc/Madt.aslc | 24 +++++++++---------- 4 files changed, 14 insertions(+), 18 deletions(-) --=20 2.17.1