OvmfPkg/OvmfDisplayPcds.dsc.inc: set SetupConOut too

Setting PcdSetupConOut* to zero turns on autodetection mode
for rows and cols, so the firmware setup application will use
the use complete available screen space.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
Gerd Hoffmann 2025-01-15 13:13:34 +01:00 committed by mergify[bot]
parent df35307196
commit f9a0e54953

View File

@ -8,4 +8,6 @@
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|800
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|0
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow|0
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn|0
gUefiOvmfPkgTokenSpaceGuid.PcdVideoResolutionSource|0