MdeModulePkg: Update DumpImageRecord() in ImagePropertiesRecordLib
Update DumpImageRecord() to be DumpImageRecords(), and improve the debug output. The function will output at DEBUG_INFO instead, and the function will be run in DXE and SMM MAT logic when the MAT is installed at EndOfDxe on DEBUG builds. Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Dandan Bi <dandan.bi@intel.com> Cc: Jiaxin Wu <jiaxin.wu@intel.com> Cc: Ray Ni <ray.ni@intel.com> Signed-off-by: Taylor Beebe <taylor.d.beebe@gmail.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
This commit is contained in:
committed by
mergify[bot]
parent
3565ee6c29
commit
4ec2fab279
@@ -182,13 +182,13 @@ FindImageRecord (
|
||||
);
|
||||
|
||||
/**
|
||||
Dump image record.
|
||||
Debug dumps the input list of IMAGE_PROPERTIES_RECORD structs.
|
||||
|
||||
@param[in] ImageRecordList A list of IMAGE_PROPERTIES_RECORD entries
|
||||
@param[in] ImageRecordList Head of the IMAGE_PROPERTIES_RECORD list
|
||||
**/
|
||||
VOID
|
||||
EFIAPI
|
||||
DumpImageRecord (
|
||||
DumpImageRecords (
|
||||
IN LIST_ENTRY *ImageRecordList
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user