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 | 787450af9c5946d34b3acff7fe2cc9b0600ea41b (patch) | |
tree | e6e27752e4926aa213973e84b084e2f3484e8d36 /OvmfPkg | |
parent | c3427ae4395155d671810104efb1ab7fdce6f535 (diff) | |
download | edk2-787450af9c5946d34b3acff7fe2cc9b0600ea41b.tar.gz |
OvmfPkg/OvmfXen.dsc: use OvmfDisplayPcds.dsc.inc
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'OvmfPkg')
-rw-r--r-- | OvmfPkg/OvmfXen.dsc | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/OvmfPkg/OvmfXen.dsc b/OvmfPkg/OvmfXen.dsc index 9e1e2ba852..5a244be72e 100644 --- a/OvmfPkg/OvmfXen.dsc +++ b/OvmfPkg/OvmfXen.dsc @@ -482,12 +482,7 @@ gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64|0
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
- gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1280
- gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|800
- gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0
- gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|0
gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable|FALSE
- gUefiOvmfPkgTokenSpaceGuid.PcdVideoResolutionSource|0
gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId|0
gUefiOvmfPkgTokenSpaceGuid.PcdPciIoBase|0x0
gUefiOvmfPkgTokenSpaceGuid.PcdPciIoSize|0x0
@@ -518,6 +513,8 @@ gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x00
+!include OvmfPkg/Include/Dsc/OvmfDisplayPcds.dsc.inc
+
################################################################################
#
# Components Section - list of all EDK II Modules needed by this Platform.
|