Re: [edk2] [PATCH] IntelSiliconPkg/MicrocodeUpdateDxe: Refine debug messages

2018-02-01 Thread Wu, Hao A
Sure, I will modify the messages before pushing the change. Best Regards, Hao Wu > -Original Message- > From: Zeng, Star > Sent: Friday, February 02, 2018 10:15 AM > To: Wu, Hao A; edk2-devel@lists.01.org > Cc: Yao, Jiewen; Zeng, Star > Subject: RE: [PATCH]

Re: [edk2] [PATCH] IntelSiliconPkg/MicrocodeUpdateDxe: Refine debug messages

2018-02-01 Thread Zeng, Star
Minor comments. How about to update the error message like below? + DEBUG((DEBUG_ERROR, "VerifyMicrocode - The extended checksum is incorrect\n")); -> + DEBUG((DEBUG_ERROR, "VerifyMicrocode - The checksum for extended table is incorrect\n")); +

[edk2] [PATCH] IntelSiliconPkg/MicrocodeUpdateDxe: Refine debug messages

2018-01-24 Thread Hao Wu
Refine the debug messages during the verification of microcode to make them more clear. Cc: Jiewen Yao Cc: Star Zeng Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Hao Wu ---