[edk2-devel] [PATCH v1 0/3] Adding support for verbose UEFI Table dumping to Dmem.c

Sam Kaynor posted 3 patches 3 months ago
Failed in applying to current master (apply log)
MdePkg/MdePkg.dec                                                          |   7 +
ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf |   3 +
MdePkg/Include/Guid/ConformanceProfiles.h                                  |  57 ++++
ShellPkg/Library/UefiShellDebug1CommandsLib/Dmem.c                         | 277 ++++++++++++++++++++
ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.uni |  30 ++-
5 files changed, 372 insertions(+), 2 deletions(-)
create mode 100644 MdePkg/Include/Guid/ConformanceProfiles.h
[edk2-devel] [PATCH v1 0/3] Adding support for verbose UEFI Table dumping to Dmem.c
Posted by Sam Kaynor 3 months ago
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, the Image Execution Table, and the Conformance Profiles table.

Supporting objects are added 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

Cc: Ray Ni <ray.ni@intel.com>
Cc: Zhichao Gao <zhichao.gao@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Signed-off-by: Sam Kaynor <Sam.Kaynor@arm.com>

Sam Kaynor (3):
  ShellPkg: UefiShellDebug1CommandsLib: Dumping RT Properties in Dmem.c
  ShellPkg: UefiShellDebug1CommandsLib: Image Execution Table in Dmem.c
  ShellPkg: UefiShellDebug1CommandsLib: Conformance Profiles in Dmem.c

 MdePkg/MdePkg.dec                                                          |   7 +
 ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf |   3 +
 MdePkg/Include/Guid/ConformanceProfiles.h                                  |  57 ++++
 ShellPkg/Library/UefiShellDebug1CommandsLib/Dmem.c                         | 277 ++++++++++++++++++++
 ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.uni |  30 ++-
 5 files changed, 372 insertions(+), 2 deletions(-)
 create mode 100644 MdePkg/Include/Guid/ConformanceProfiles.h

-- 
2.25.1