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.web08.8182.1611841378846624409 for ; Thu, 28 Jan 2021 05:42:59 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: vijayenthiran.subramaniam@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 3EEB013A1; Thu, 28 Jan 2021 05:42:57 -0800 (PST) Received: from usa.arm.com (a074939-lin.blr.arm.com [10.162.16.84]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 4A4063F719; Thu, 28 Jan 2021 05:42:55 -0800 (PST) From: "Vijayenthiran Subramaniam" To: devel@edk2.groups.io, leif@nuviainc.com, ardb+tianocore@kernel.org, sami.mujawar@arm.com Cc: thomas.abraham@arm.com Subject: [edk2-platforms] [PATCH v1 0/3] Add HMAT tables for RD multi-chip platforms Date: Thu, 28 Jan 2021 19:12:28 +0530 Message-Id: <1611841351-5039-1-git-send-email-vijayenthiran.subramaniam@arm.com> X-Mailer: git-send-email 2.7.4 This patch series adds HMAT tables for Arm's Neoverse reference design multi-chip platforms. The first patch in the series adds helper macros to create HMAT table within SgiPkg and the rest two patches adds HMAT table for RD-N1-Edge-X2 and RD-V1-MC platforms respectively. This patch series adds HMAT tables for RD multi-chip platforms. The first patch in the series adds helper macros to create HMAT table within SgiPkg and the rest two patches adds HMAT table for RD-N1-Edge-X2 and RD-V1-MC platforms respectively. Vijayenthiran Subramaniam (3): Platform/ARM/SgiPkg: Add helper macros for HMAT table Platform/ARM/SgiPkg: Add HMAT ACPI table for RdN1EdgeX2 Platform/ARM/SgiPkg: Add HMAT ACPI table for RD-V1-MC .../AcpiTables/RdN1EdgeX2AcpiTables.inf | 1 + .../SgiPkg/AcpiTables/RdV1McAcpiTables.inf | 1 + Platform/ARM/SgiPkg/Include/SgiAcpiHeader.h | 110 ++++++++++++++ .../SgiPkg/AcpiTables/RdN1EdgeX2/Hmat.aslc | 108 ++++++++++++++ .../ARM/SgiPkg/AcpiTables/RdV1Mc/Hmat.aslc | 138 ++++++++++++++++++ 5 files changed, 358 insertions(+) create mode 100644 Platform/ARM/SgiPkg/AcpiTables/RdN1EdgeX2/Hmat.aslc create mode 100644 Platform/ARM/SgiPkg/AcpiTables/RdV1Mc/Hmat.aslc -- 2.17.1