mirror of https://github.com/acidanthera/audk.git
Change type of PcdSrIovSupport/PcdAriSupport/PcdMrIovSupport from FeatureFlag to [FixAtBuild, PcdDynamics].
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10646 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
05399810c5
commit
099f2b1882
|
@ -253,15 +253,6 @@
|
|||
## This PCD specifies whether PciBus supports the hot plug device.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE|BOOLEAN|0x0001003d
|
||||
|
||||
## This PCD specifies whether the Single Root I/O virtualization support.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSrIovSupport|TRUE|BOOLEAN|0x10000044
|
||||
|
||||
## This PCD specifies whether the Alternative Routing-ID support.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdAriSupport|TRUE|BOOLEAN|0x10000045
|
||||
|
||||
## This PCD specifies whether the Multi Root I/O virtualization support.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdMrIovSupport|FALSE|BOOLEAN|0x10000046
|
||||
|
||||
## This PCD specifies whether the PCI bus driver probes non-standard,
|
||||
# such as 2K/1K/512, granularity for PCI to PCI bridge I/O window.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdPciBridgeIoAlignmentProbe|FALSE|BOOLEAN|0x10000047
|
||||
|
@ -393,6 +384,15 @@
|
|||
# The range is valid if non-zero. The memory range size must be PcdVariableStoreSize.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0|UINT64|0x40000008
|
||||
|
||||
## This PCD specifies whether the Single Root I/O virtualization support.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSrIovSupport|TRUE|BOOLEAN|0x10000044
|
||||
|
||||
## This PCD specifies whether the Alternative Routing-ID support.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdAriSupport|TRUE|BOOLEAN|0x10000045
|
||||
|
||||
## This PCD specifies whether the Multi Root I/O virtualization support.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdMrIovSupport|FALSE|BOOLEAN|0x10000046
|
||||
|
||||
[PcdsFixedAtBuild,PcdsPatchableInModule,PcdsDynamic]
|
||||
## This PCD defines the times to print hello world string.
|
||||
# This PCD is a sample to explain FixedAtBuild UINT32 PCD usage.
|
||||
|
|
Loading…
Reference in New Issue