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:
committed by
mergify[bot]
parent
df35307196
commit
f9a0e54953
@@ -8,4 +8,6 @@
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|800
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|0
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow|0
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn|0
|
||||
gUefiOvmfPkgTokenSpaceGuid.PcdVideoResolutionSource|0
|
||||
|
||||
Reference in New Issue
Block a user