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.web10.2780.1675804836434109090 for ; Tue, 07 Feb 2023 13:20:36 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: sam.kaynor@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 CA8B41042; Tue, 7 Feb 2023 13:21:17 -0800 (PST) Received: from beelzebub.ast.arm.com (u203625-lin.austin.arm.com [10.118.28.39]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 50B623F703; Tue, 7 Feb 2023 13:20:35 -0800 (PST) From: "Sam Kaynor" To: devel@edk2.groups.io Cc: Sam Kaynor , Ray Ni , Zhichao Gao Subject: [PATCH v1 0/1] Add all UEFI Config Tables to Dmem output Date: Tue, 7 Feb 2023 15:19:56 -0600 Message-Id: <20230207211957.62077-1-Sam.Kaynor@arm.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Currently, several important UEFI defined config tables are not present in the output of Dmem. This patch implements dumping the presence of all UEFI Config Tables defined in UEFI Specification 2.10 REF: https://github.com/skaynor/edk2/tree/uefi_config_tables_dmem_v1 Cc: Ray Ni Cc: Zhichao Gao Sam Kaynor (1): ShellPkg: UefiShellDebug1CommandsLib: Uefi Config Tables in Dmem.c ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.i= nf | 9 ++ ShellPkg/Library/UefiShellDebug1CommandsLib/Dmem.c = | 89 ++++++++++++++++++-- ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.u= ni | 28 ++++-- 3 files changed, 112 insertions(+), 14 deletions(-) --=20 2.25.1