public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2] UefiPayloadPkg/UefiPayloadPkg.fdf: Update DXE Apriori list
@ 2021-11-12  8:40 Gao
  2021-11-12 12:30 ` Ni, Ray
  0 siblings, 1 reply; 2+ messages in thread
From: Gao @ 2021-11-12  8:40 UTC (permalink / raw)
  To: devel; +Cc: Gao Cheng, Guo Dong, Ray Ni, Maurice Ma, Benjamin You

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3729

Put ReportStatusCodeRouterRuntimeDxe and StatusCodeHandlerRuntimeDxe in
DXE Apriori list to enable DEBUG() via serial port through
PeiDxeDebugLibReportStatusCode DebugLib instance as early as possible.

Signed-off-by: Gao Cheng <gao.cheng@intel.com>
Cc: Guo Dong <guo.dong@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Maurice Ma <maurice.ma@intel.com>
Cc: Benjamin You <benjamin.you@intel.com>
---
 UefiPayloadPkg/UefiPayloadPkg.fdf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/UefiPayloadPkg/UefiPayloadPkg.fdf b/UefiPayloadPkg/UefiPayloadPkg.fdf
index 2f5cb17f62..dd2dc1bf56 100644
--- a/UefiPayloadPkg/UefiPayloadPkg.fdf
+++ b/UefiPayloadPkg/UefiPayloadPkg.fdf
@@ -87,6 +87,8 @@ APRIORI DXE {
   INF  MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
   INF  MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
   INF  UefiPayloadPkg/BlSupportDxe/BlSupportDxe.inf
+  INF  MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
+  INF  MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
 }
 
 #
-- 
2.26.2.windows.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] UefiPayloadPkg/UefiPayloadPkg.fdf: Update DXE Apriori list
  2021-11-12  8:40 [PATCH v2] UefiPayloadPkg/UefiPayloadPkg.fdf: Update DXE Apriori list Gao
@ 2021-11-12 12:30 ` Ni, Ray
  0 siblings, 0 replies; 2+ messages in thread
From: Ni, Ray @ 2021-11-12 12:30 UTC (permalink / raw)
  To: Cheng, Gao, devel@edk2.groups.io; +Cc: Dong, Guo, Ma, Maurice, You, Benjamin

Gao,

> 
>    INF  UefiPayloadPkg/BlSupportDxe/BlSupportDxe.inf
> 
> +  INF  MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
> 
> +  INF  MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf

Sorry I might not noticed that you put the two drivers after BlSupportDxe.
Is there any issue that prevent you add them before BlSupportDxe?


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-12 12:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-12  8:40 [PATCH v2] UefiPayloadPkg/UefiPayloadPkg.fdf: Update DXE Apriori list Gao
2021-11-12 12:30 ` Ni, Ray

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox