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.5882.1613559744661787833 for ; Wed, 17 Feb 2021 03:02:24 -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 2F2C131B; Wed, 17 Feb 2021 03:02:23 -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 3CF053F73B; Wed, 17 Feb 2021 03:02:21 -0800 (PST) From: "Vijayenthiran Subramaniam" To: sami.mujawar@arm.com, devel@edk2.groups.io, leif@nuviainc.com, ardb+tianocore@kernel.org Cc: thomas.abraham@arm.com Subject: [edk2-platforms] [PATCH v3 0/3] Add HMAT tables for RD multi-chip platforms Date: Wed, 17 Feb 2021 16:31:54 +0530 Message-Id: <1613559717-30499-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 v2: - Coding style fixes 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 | 3 +- .../SgiPkg/AcpiTables/RdV1McAcpiTables.inf | 3 +- Platform/ARM/SgiPkg/Include/SgiAcpiHeader.h | 113 ++++++++++++- .../SgiPkg/AcpiTables/RdN1EdgeX2/Hmat.aslc | 121 ++++++++++++++ .../ARM/SgiPkg/AcpiTables/RdV1Mc/Hmat.aslc | 153 ++++++++++++++++++ 5 files changed, 390 insertions(+), 3 deletions(-) create mode 100644 Platform/ARM/SgiPkg/AcpiTables/RdN1EdgeX2/Hmat.aslc create mode 100644 Platform/ARM/SgiPkg/AcpiTables/RdV1Mc/Hmat.aslc -- 2.17.1