Re: [PATCH] UefiPayloadPkg: Change some configuration of the payload
Yuanhao Xie
Hi Ray,
toggle quoted messageShow quoted text
The reason why we use PeiDxeDebugLibReportStatusCode instead of BaseDebugLibSerialPort is that Base Debug library is based on Serial Port library, and it can only send debug messages to serial port device, while SerialPort supports to print debug msg in other places. Thanks Yuanhao
-----Original Message-----
From: Ni, Ray <ray.ni@...> Sent: Friday, April 1, 2022 10:05 AM To: Xie, Yuanhao <yuanhao.xie@...>; devel@edk2.groups.io Cc: Dong, Guo <guo.dong@...>; Ma, Maurice <maurice.ma@...>; You, Benjamin <benjamin.you@...>; Rhodes, Sean <sean@...>; Liu, Zhiguang <zhiguang.liu@...> Subject: RE: [PATCH] UefiPayloadPkg: Change some configuration of the payload If DxeCore uses the ReportStatusCode instance, some debug messages may disappear comparing to the case using SerialPort instance. Because the ReportStatusCode driver runs a bit later. Is it for saving the payload binary size?
|
|