* [PATCH] UefiPayloadPkg: Set console rows and columns to 100
@ 2022-07-01 21:50 Sean Rhodes
2022-07-05 9:06 ` [edk2-devel] " Sheng Lean Tan
0 siblings, 1 reply; 3+ messages in thread
From: Sean Rhodes @ 2022-07-01 21:50 UTC (permalink / raw)
To: devel; +Cc: Sean Rhodes, Guo Dong, Ray Ni, Maurice Ma, Benjamin You
Set the Pcd's relating to console to 100 to make UiApp fill the
display
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 | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/UefiPayloadPkg/UefiPayloadPkg.dsc b/UefiPayloadPkg/UefiPayloadPkg.dsc
index cfcf38578d..3896d64397 100644
--- a/UefiPayloadPkg/UefiPayloadPkg.dsc
+++ b/UefiPayloadPkg/UefiPayloadPkg.dsc
@@ -504,7 +504,9 @@
## The PCD is used to specify the video vertical resolution of text setup.
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|0
- gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|31
+ gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn|100
+ gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow|100
+ gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|100
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|100
gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0
gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseSize|0
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-07-12 7:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-01 21:50 [PATCH] UefiPayloadPkg: Set console rows and columns to 100 Sean Rhodes
2022-07-05 9:06 ` [edk2-devel] " Sheng Lean Tan
2022-07-12 7:28 ` Sean Rhodes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox