Sam: Thanks for your update. This version patch is good to me. Reviewed-by: Liming Gao <[email protected]>
Besides, is there a Pull Request for this patch set? Thanks Liming > -----邮件原件----- > 发件人: Sam Kaynor <[email protected]> > 发送时间: 2024年5月1日 22:58 > 收件人: [email protected] > 抄送: Ray Ni <[email protected]>; Zhichao Gao <[email protected]>; > Michael D Kinney <[email protected]>; Liming Gao > <[email protected]>; Zhiguang Liu <[email protected]>; Stuart > Yoder <[email protected]> > 主题: [PATCH v7 0/5] Adding support for veborse UEFI Table dumping to > Dmem.c > > 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 > > v6->v7: > - Additional patch to separate UEFI and EBBR Guids > > Cc: Ray Ni <[email protected]> > Cc: Zhichao Gao <[email protected]> > Cc: Michael D Kinney <[email protected]> > Cc: Liming Gao <[email protected]> > Cc: Zhiguang Liu <[email protected]> > Cc: Stuart Yoder <[email protected]> > Signed-off-by: Sam Kaynor <[email protected]> > > 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/UefiShellDebug1CommandsL > ib.inf | 4 + > MdePkg/Include/Guid/ConformanceProfiles.h > | 63 ++++ > ShellPkg/Library/UefiShellDebug1CommandsLib/Dmem.c > | 321 ++++++++++++++++++-- > > ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsL > ib.uni | 31 +- > 5 files changed, 402 insertions(+), 27 deletions(-) > create mode 100644 MdePkg/Include/Guid/ConformanceProfiles.h > > -- > 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#118582): https://edk2.groups.io/g/devel/message/118582 Mute This Topic: https://groups.io/mt/105933482/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
