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.112995.1680639084580550716 for ; Tue, 04 Apr 2023 13:11:24 -0700 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 5EA02D75; Tue, 4 Apr 2023 13:12:08 -0700 (PDT) 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 BE15B3F73F; Tue, 4 Apr 2023 13:11:23 -0700 (PDT) From: "Sam Kaynor" To: devel@edk2.groups.io Cc: Sam Kaynor , Ray Ni , Zhichao Gao Subject: [PATCH v2 0/1] Add all UEFI Config Tables to Dmem output Date: Tue, 4 Apr 2023 15:11:15 -0500 Message-Id: <20230404201116.1557339-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 v2 to correct CI formatting errors. REF: https://github.com/tianocore/edk2/pull/4239 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 = | 99 ++++++++++++++++++-- ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.u= ni | 28 ++++-- 3 files changed, 123 insertions(+), 13 deletions(-) --=20 2.25.1