This adds an additional option to the dmem UEFI shell command for verbose 
dumping of a couple of UEFI tables.

The tables specified are the RT Properties Table, Image Execution Table, and 
Conformance Profiles Table.

Supporting objects are odded in the .inf and .uni files relating to Dmem.c and 
an additional header file for the Conformance Profiles Table was added.

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4352

PR: https://github.com/tianocore/edk2/pull/5679

v7->v8:
- All CI errors were corrected

Cc: Ray Ni <ray...@intel.com>
Cc: Zhichao Gao <zhichao....@intel.com>
Cc: Michael D Kinney <michael.d.kin...@intel.com>
Cc: Liming Gao <gaolim...@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang....@intel.com>
Cc: Stuart Yoder <stuart.yo...@arm.com>
Signed-off-by: Sam Kaynor <sam.kay...@arm.com>

Sam Kaynor (5):
  ShellPkg: UefiShellDebug1CommandsLib: Dumping RT Properties in Dmem.c
  ShellPkg: UefiShellDebug1CommandsLib: Image Execution Table in Dmem.c
  MdePkg: Adding support for EFI_CONFORMANCE_PROFILE_TABLE
  MdePkg: Adding EBBR EFI_CONFORMANCE_PROFILE_TABLE GUIDs
  ShellPkg: UefiShellDebug1CommandsLib: Conformance Profiles in Dmem.c

 MdePkg/MdePkg.dec                                                          |  
10 +
 ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf |   
4 +
 MdePkg/Include/Guid/ConformanceProfiles.h                                  |  
67 +++++
 ShellPkg/Library/UefiShellDebug1CommandsLib/Dmem.c                         | 
282 +++++++++++++++++++-
 ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.uni |  
31 ++-
 5 files changed, 390 insertions(+), 4 deletions(-)
 create mode 100644 MdePkg/Include/Guid/ConformanceProfiles.h

-- 
2.34.1

Reply via email to