public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 1/3] UefiPayloadPkg: Allow full screen setup mode
@ 2022-07-04 19:39 Sean Rhodes
  2022-07-04 19:39 ` [PATCH 2/3] UefiPayloadPkg/PlatformBootManagerLib: Evenly space boot prompt Sean Rhodes
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Sean Rhodes @ 2022-07-04 19:39 UTC (permalink / raw)
  To: devel; +Cc: Sean Rhodes, Guo Dong, Ray Ni, Maurice Ma, Benjamin You

Set PCDs ConOutRow, ConOutColumn, SetupConOutRow and SetupConOutColumn
to 0 to allow front page to full the screen.

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>
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
---
 UefiPayloadPkg/UefiPayloadPkg.dsc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/UefiPayloadPkg/UefiPayloadPkg.dsc b/UefiPayloadPkg/UefiPayloadPkg.dsc
index cfcf38578d..0923f9f1fa 100644
--- a/UefiPayloadPkg/UefiPayloadPkg.dsc
+++ b/UefiPayloadPkg/UefiPayloadPkg.dsc
@@ -504,8 +504,10 @@
   ## The PCD is used to specify the video vertical resolution of text setup.
   gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|0
 
-  gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|31
-  gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|100
+  gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0
+  gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|0
+  gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow|0
+  gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn|0
   gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0
   gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseSize|0
   gEfiMdeModulePkgTokenSpaceGuid.PcdGhcbBase|0
-- 
2.34.1


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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-04 19:39 [PATCH 1/3] UefiPayloadPkg: Allow full screen setup mode Sean Rhodes
2022-07-04 19:39 ` [PATCH 2/3] UefiPayloadPkg/PlatformBootManagerLib: Evenly space boot prompt Sean Rhodes
2022-07-16  1:12   ` [edk2-devel] " Guo Dong
2022-07-04 19:39 ` [PATCH 3/3] UefiPayloadPkg/PlatformBootManagerLib: Correct spacing in " Sean Rhodes
2022-07-05  9:02 ` [edk2-devel] [PATCH 1/3] UefiPayloadPkg: Allow full screen setup mode Sheng Lean Tan

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