diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2025-01-15 13:22:57 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-01-20 11:43:58 +0000 |
commit | 2b72a70cd1ed1a22e0bbe189c130209696b5a34e (patch) | |
tree | 7fb9ced9d6085a481be0160466a1e78c6a221416 /OvmfPkg/RiscVVirt | |
parent | 787450af9c5946d34b3acff7fe2cc9b0600ea41b (diff) | |
download | edk2-2b72a70cd1ed1a22e0bbe189c130209696b5a34e.tar.gz |
OvmfPkg/RiscVVirtQemu.dsc: use OvmfDisplayPcds.dsc.inc
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'OvmfPkg/RiscVVirt')
-rw-r--r-- | OvmfPkg/RiscVVirt/RiscVVirtQemu.dsc | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/OvmfPkg/RiscVVirt/RiscVVirtQemu.dsc b/OvmfPkg/RiscVVirt/RiscVVirtQemu.dsc index 55ce41aca4..29c8319863 100644 --- a/OvmfPkg/RiscVVirt/RiscVVirtQemu.dsc +++ b/OvmfPkg/RiscVVirt/RiscVVirtQemu.dsc @@ -201,17 +201,6 @@ gEfiMdePkgTokenSpaceGuid.PcdPciIoTranslation|0x0
#
- # Set video resolution for boot options and for text setup.
- # PlatformDxe can set the former at runtime.
- #
- gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1280
- gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|800
- gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
- gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
- gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0
- gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|0
-
- #
# SMBIOS entry point version
#
gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300
@@ -223,6 +212,8 @@ gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
+!include OvmfPkg/Include/Dsc/OvmfDisplayPcds.dsc.inc
+
!include NetworkPkg/NetworkDynamicPcds.dsc.inc
#
|