public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2 0/3] UefiPayloadPkg: Enhance the logic to add ConIn and ConOut
@ 2022-05-12 10:54 Zhiguang Liu
  2022-05-12 10:54 ` [PATCH v2 1/3] UefiPayloadPkg: Simplify code logic Zhiguang Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Zhiguang Liu @ 2022-05-12 10:54 UTC (permalink / raw)
  To: devel

Fix the bug that in some platform, there is no serial output or graphics output.
Code passed open CI, and pleae check in https://github.com/tianocore/edk2/pull/2864

V2:
Remove the unused parameters.
Also, this is a bug fix, hope it can be merged before this stable tag.

Zhiguang Liu (3):
  UefiPayloadPkg: Simplify code logic
  UefiPayloadPkg: Add Serial IO device path according to related
    protocol
  UefiPayloadPkg: Connect all root bridge in
    PlatformBootManagerBeforeConsole

 .../PlatformBootManagerLib.inf                |   2 +
 .../PlatformBootManagerLib/PlatformConsole.c  | 286 +++++-------------
 .../PlatformBootManagerLib/PlatformConsole.h  |   6 +-
 3 files changed, 80 insertions(+), 214 deletions(-)

-- 
2.32.0.windows.2


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

end of thread, other threads:[~2022-05-12 16:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-12 10:54 [PATCH v2 0/3] UefiPayloadPkg: Enhance the logic to add ConIn and ConOut Zhiguang Liu
2022-05-12 10:54 ` [PATCH v2 1/3] UefiPayloadPkg: Simplify code logic Zhiguang Liu
2022-05-12 16:45   ` Guo Dong
2022-05-12 10:54 ` [PATCH v2 2/3] UefiPayloadPkg: Add Serial IO device path according to related protocol Zhiguang Liu
2022-05-12 16:45   ` Guo Dong
2022-05-12 10:54 ` [PATCH v2 3/3] UefiPayloadPkg: Connect all root bridge in PlatformBootManagerBeforeConsole Zhiguang Liu
2022-05-12 16:45   ` Guo Dong

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