From 787450af9c5946d34b3acff7fe2cc9b0600ea41b Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 15 Jan 2025 13:22:57 +0100 Subject: OvmfPkg/OvmfXen.dsc: use OvmfDisplayPcds.dsc.inc Signed-off-by: Gerd Hoffmann --- OvmfPkg/OvmfXen.dsc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'OvmfPkg') 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. -- cgit