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

2024-03-29 Thread Gao, Zhichao
You didn't resolve the feedback from: stuart.yo...@arm.com.
All the address parameters are not used, just check the null pointer without 
use them.

Thanks,
Zhichao

> -Original Message-
> From: Sam Kaynor 
> Sent: Wednesday, March 20, 2024 3:11 AM
> To: devel@edk2.groups.io
> Cc: stuart.yo...@arm.com; Sam Kaynor ; Ni, Ray
> ; Gao, Zhichao ; Kinney,
> Michael D ; Liming Gao
> ; Liu, Zhiguang 
> Subject: [PATCH v2 0/3] Adding support for verbose UEFI Table dumping to
> Dmem.c
> 
> v1->v2:
> - Changed how the Conformance Profile Table is iterated
> - Changed how the Image Execution Table is iterated
> 
> Cc: Ray Ni 
> Cc: Zhichao Gao 
> Cc: Michael D Kinney 
> Cc: Liming Gao 
> Cc: Zhiguang Liu 
> Signed-off-by: Sam Kaynor 
> 
> 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/UefiShellDebug1Commands
> Lib.inf |   3 +
>  MdePkg/Include/Guid/ConformanceProfiles.h  | 
>  57 +
>  ShellPkg/Library/UefiShellDebug1CommandsLib/Dmem.c | 
> 269
> 
> 
> ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1Commands
> Lib.uni |  30 ++-
>  5 files changed, 364 insertions(+), 2 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 (#117230): https://edk2.groups.io/g/devel/message/117230
Mute This Topic: https://groups.io/mt/105030764/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




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

2024-03-19 Thread Sam Kaynor
v1->v2:
- Changed how the Conformance Profile Table is iterated
- Changed how the Image Execution Table is iterated

Cc: Ray Ni 
Cc: Zhichao Gao 
Cc: Michael D Kinney 
Cc: Liming Gao 
Cc: Zhiguang Liu 
Signed-off-by: Sam Kaynor 

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 | 
269 
 ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.uni |  
30 ++-
 5 files changed, 364 insertions(+), 2 deletions(-)
 create mode 100644 MdePkg/Include/Guid/ConformanceProfiles.h

-- 
2.34.1