mirror of https://github.com/acidanthera/audk.git
ArmVirtPkg: clear PcdConOut{Row,Column}
ConSplitterDxe will pick the highest available resolution then, thereby making better use of the available display space. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn> Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
This commit is contained in:
parent
5a17629902
commit
96e1d337e0
|
@ -259,6 +259,8 @@
|
|||
gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|800
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|0
|
||||
|
||||
#
|
||||
# SMBIOS entry point version
|
||||
|
|
|
@ -238,6 +238,8 @@
|
|||
gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|800
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|0
|
||||
|
||||
#
|
||||
# SMBIOS entry point version
|
||||
|
|
Loading…
Reference in New Issue