mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-31 01:24:12 +02:00
OvmfPkg: move display pcds to OvmfDisplayPcds.dsc.inc include file
This way we have the display configuration in a single place and need to change one file only to update all build variants. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
2091e449f1
commit
c3427ae439
9
OvmfPkg/Include/Dsc/OvmfDisplayPcds.dsc.inc
Normal file
9
OvmfPkg/Include/Dsc/OvmfDisplayPcds.dsc.inc
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
##
|
||||||
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
|
##
|
||||||
|
|
||||||
|
gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1280
|
||||||
|
gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|800
|
||||||
|
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0
|
||||||
|
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|0
|
||||||
|
gUefiOvmfPkgTokenSpaceGuid.PcdVideoResolutionSource|0
|
@ -602,12 +602,7 @@
|
|||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64|0
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64|0
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1280
|
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|800
|
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0
|
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|0
|
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable|FALSE
|
gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable|FALSE
|
||||||
gUefiOvmfPkgTokenSpaceGuid.PcdVideoResolutionSource|0
|
|
||||||
gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId|0
|
gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId|0
|
||||||
gUefiOvmfPkgTokenSpaceGuid.PcdPciIoBase|0x0
|
gUefiOvmfPkgTokenSpaceGuid.PcdPciIoBase|0x0
|
||||||
gUefiOvmfPkgTokenSpaceGuid.PcdPciIoSize|0x0
|
gUefiOvmfPkgTokenSpaceGuid.PcdPciIoSize|0x0
|
||||||
@ -653,6 +648,8 @@
|
|||||||
|
|
||||||
gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x00
|
gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x00
|
||||||
|
|
||||||
|
!include OvmfPkg/Include/Dsc/OvmfDisplayPcds.dsc.inc
|
||||||
|
|
||||||
!include NetworkPkg/NetworkDynamicPcds.dsc.inc
|
!include NetworkPkg/NetworkDynamicPcds.dsc.inc
|
||||||
|
|
||||||
# Set ConfidentialComputing defaults
|
# Set ConfidentialComputing defaults
|
||||||
|
@ -609,12 +609,7 @@
|
|||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
|
||||||
!endif
|
!endif
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1280
|
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|800
|
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0
|
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|0
|
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable|FALSE
|
gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable|FALSE
|
||||||
gUefiOvmfPkgTokenSpaceGuid.PcdVideoResolutionSource|0
|
|
||||||
gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId|0
|
gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId|0
|
||||||
gUefiOvmfPkgTokenSpaceGuid.PcdPciIoBase|0x0
|
gUefiOvmfPkgTokenSpaceGuid.PcdPciIoBase|0x0
|
||||||
gUefiOvmfPkgTokenSpaceGuid.PcdPciIoSize|0x0
|
gUefiOvmfPkgTokenSpaceGuid.PcdPciIoSize|0x0
|
||||||
@ -660,6 +655,7 @@
|
|||||||
gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x00
|
gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x00
|
||||||
|
|
||||||
!include OvmfPkg/Include/Dsc/OvmfTpmPcds.dsc.inc
|
!include OvmfPkg/Include/Dsc/OvmfTpmPcds.dsc.inc
|
||||||
|
!include OvmfPkg/Include/Dsc/OvmfDisplayPcds.dsc.inc
|
||||||
|
|
||||||
!include NetworkPkg/NetworkDynamicPcds.dsc.inc
|
!include NetworkPkg/NetworkDynamicPcds.dsc.inc
|
||||||
|
|
||||||
|
@ -620,12 +620,7 @@
|
|||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
|
||||||
!endif
|
!endif
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1280
|
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|800
|
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0
|
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|0
|
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable|FALSE
|
gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable|FALSE
|
||||||
gUefiOvmfPkgTokenSpaceGuid.PcdVideoResolutionSource|0
|
|
||||||
gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId|0
|
gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId|0
|
||||||
gUefiOvmfPkgTokenSpaceGuid.PcdPciIoBase|0x0
|
gUefiOvmfPkgTokenSpaceGuid.PcdPciIoBase|0x0
|
||||||
gUefiOvmfPkgTokenSpaceGuid.PcdPciIoSize|0x0
|
gUefiOvmfPkgTokenSpaceGuid.PcdPciIoSize|0x0
|
||||||
@ -671,6 +666,7 @@
|
|||||||
gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x00
|
gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x00
|
||||||
|
|
||||||
!include OvmfPkg/Include/Dsc/OvmfTpmPcds.dsc.inc
|
!include OvmfPkg/Include/Dsc/OvmfTpmPcds.dsc.inc
|
||||||
|
!include OvmfPkg/Include/Dsc/OvmfDisplayPcds.dsc.inc
|
||||||
|
|
||||||
# Set ConfidentialComputing defaults
|
# Set ConfidentialComputing defaults
|
||||||
gEfiMdePkgTokenSpaceGuid.PcdConfidentialComputingGuestAttr|0
|
gEfiMdePkgTokenSpaceGuid.PcdConfidentialComputingGuestAttr|0
|
||||||
|
@ -642,12 +642,7 @@
|
|||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
|
||||||
!endif
|
!endif
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1280
|
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|800
|
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0
|
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|0
|
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable|FALSE
|
gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable|FALSE
|
||||||
gUefiOvmfPkgTokenSpaceGuid.PcdVideoResolutionSource|0
|
|
||||||
gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId|0
|
gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId|0
|
||||||
gUefiOvmfPkgTokenSpaceGuid.PcdPciIoBase|0x0
|
gUefiOvmfPkgTokenSpaceGuid.PcdPciIoBase|0x0
|
||||||
gUefiOvmfPkgTokenSpaceGuid.PcdPciIoSize|0x0
|
gUefiOvmfPkgTokenSpaceGuid.PcdPciIoSize|0x0
|
||||||
@ -695,6 +690,7 @@
|
|||||||
gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x00
|
gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x00
|
||||||
|
|
||||||
!include OvmfPkg/Include/Dsc/OvmfTpmPcds.dsc.inc
|
!include OvmfPkg/Include/Dsc/OvmfTpmPcds.dsc.inc
|
||||||
|
!include OvmfPkg/Include/Dsc/OvmfDisplayPcds.dsc.inc
|
||||||
|
|
||||||
!include NetworkPkg/NetworkDynamicPcds.dsc.inc
|
!include NetworkPkg/NetworkDynamicPcds.dsc.inc
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user