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.6661.1612343276583943228 for ; Wed, 03 Feb 2021 01:07:56 -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 2CFB8ED1; Wed, 3 Feb 2021 01:07:46 -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 F29663F694; Wed, 3 Feb 2021 01:07:43 -0800 (PST) From: "Vijayenthiran Subramaniam" To: devel@edk2.groups.io, Jonathan.Cameron@Huawei.com, leif@nuviainc.com, ardb+tianocore@kernel.org, sami.mujawar@arm.com Cc: thomas.abraham@arm.com Subject: [edk2-platforms] [PATCH v2 0/3] Add HMAT tables for RD multi-chip platforms Date: Wed, 3 Feb 2021 14:37:14 +0530 Message-Id: <1612343237-27310-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 fixed virtual 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. Changes since v1: - Fix typo reported here: https://edk2.groups.io/g/devel/message/70855 - Add comment in the HMAT table about the latency values: https://edk2.groups.io/g/devel/message/71012 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 | 114 ++++++++++++++ .../ARM/SgiPkg/AcpiTables/RdV1Mc/Hmat.aslc | 144 ++++++++++++++++++ 5 files changed, 370 insertions(+) create mode 100644 Platform/ARM/SgiPkg/AcpiTables/RdN1EdgeX2/Hmat.aslc create mode 100644 Platform/ARM/SgiPkg/AcpiTables/RdV1Mc/Hmat.aslc -- 2.17.1