From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 111ADAC0E9B for ; Fri, 18 Aug 2023 11:42:10 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=eIuN3Kk3GFsGejD1PaHVkyRqA9Itcv/d+TYGEmmHAQM=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1692358929; v=1; b=PLdTdhb673oz2TKaBMM5+o1yCm1HB4iIA2DNshMFcoz2vrlVeZAaJ+pr+EjJLWhsTvaYfvIV hfi8ao/EqxP9AOMf4IUX0YQI9aMMPLVRHpLL8awGg/ndMku5eLbB9lYDCzAF55xR6Z6xN8HNJQI WR47kshqxW+cxABIkJJIms+A= X-Received: by 127.0.0.2 with SMTP id hp0MYY7687511xuCa9LFH89O; Fri, 18 Aug 2023 04:42:09 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.9027.1692358928619660311 for ; Fri, 18 Aug 2023 04:42:09 -0700 X-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 62E59D75; Fri, 18 Aug 2023 04:42:48 -0700 (PDT) X-Received: from usa.arm.com (iss-desktop03.cambridge.arm.com [10.1.196.33]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id CEF0E3F762; Fri, 18 Aug 2023 04:42:06 -0700 (PDT) From: "Rohit Mathew" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao , Thomas Abraham , Sami Mujawar , James Morse , Zhichao Gao Subject: [edk2-devel] [PATCH V4 0/3] MPAM ACPI definitions and parser Date: Fri, 18 Aug 2023 12:41:59 +0100 Message-Id: <20230818114159.456840-1-Rohit.Mathew@arm.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,rohit.mathew@arm.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: uWWk8CsTcXUpmNy9aTMwAForx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=PLdTdhb6; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=arm.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io This series adds the following - definitions corresponding to MPAM ACPI 2.0 specification. - MPAM parser An MPAM ACPI table formulated using the newly added MPAM ACPI definitions= were validated on the linux kernel tree at [1]. The same table was parsed via acpiview using the newly added parser. Certain aspects of the MPAM ACPI specification are still not implemented by the kernel tree. These aspects= were verified only using acpiview. Changes since V1: - Addressed comments on MPAM ACPI definitions from Sami. - V1 did not incorporate the parser. V2 has this implemented. Changes since V2: - Addressed comments related to Interface/Link type defintions from Sam= i. Changes since v3: - Addressed comments from Pierre Changes can be found at: https://github.com/rohit-arm/edk2/tree/mpam_acpi CI results can be found at: https://github.com/tianocore/edk2/pull/4748 [1] https://git.kernel.org/pub/scm/linux/kernel/git/morse/linux.git/log/?= h=3Dmpam/snapshot/v6.5-rc1 Rohit Mathew (3): MdePkg/IndustryStandard: Add definitions for MPAM ACPI specification ShellPkg: acpiview: Add routine to print 16 chars ShellPkg/AcpiView: Add MPAM Parser MdePkg/Include/IndustryStandard/Acpi65.h = | 7 +- MdePkg/Include/IndustryStandard/Mpam.h = | 246 ++++ ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiParser.c = | 39 +- ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiParser.h = | 39 +- ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Mpam/MpamParser.c = | 1256 ++++++++++++++++++++ ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Mpam/MpamParser.h = | 31 + ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib= .c | 3 +- ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib= .inf | 4 +- ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib= .uni | 3 +- 9 files changed, 1622 insertions(+), 6 deletions(-) create mode 100644 MdePkg/Include/IndustryStandard/Mpam.h create mode 100644 ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/= Mpam/MpamParser.c create mode 100644 ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/= Mpam/MpamParser.h --=20 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#107847): https://edk2.groups.io/g/devel/message/107847 Mute This Topic: https://groups.io/mt/100818595/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-