mirror of https://github.com/acidanthera/audk.git
Expand the PcdSrIovSystemPageSize type to PcdsPatchableInModule.
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Kinney Michael <michael.d.kinney@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14476 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
73c5c61904
commit
28f5d708e7
|
@ -699,12 +699,6 @@
|
||||||
## This PCD specifies whether the Single Root I/O virtualization support.
|
## This PCD specifies whether the Single Root I/O virtualization support.
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSrIovSupport|TRUE|BOOLEAN|0x10000044
|
gEfiMdeModulePkgTokenSpaceGuid.PcdSrIovSupport|TRUE|BOOLEAN|0x10000044
|
||||||
|
|
||||||
## Single root I/O virtualization virtual function memory BAR alignment
|
|
||||||
# BITN set indicates 2 of n+12 power
|
|
||||||
# BIT0 set indicates 4KB alignment
|
|
||||||
# BIT1 set indicates 8KB alignment
|
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSrIovSystemPageSize|0x1|UINT32|0x10000047
|
|
||||||
|
|
||||||
## This PCD specifies whether the Alternative Routing-ID support.
|
## This PCD specifies whether the Alternative Routing-ID support.
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdAriSupport|TRUE|BOOLEAN|0x10000045
|
gEfiMdeModulePkgTokenSpaceGuid.PcdAriSupport|TRUE|BOOLEAN|0x10000045
|
||||||
|
|
||||||
|
@ -712,6 +706,12 @@
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdMrIovSupport|FALSE|BOOLEAN|0x10000046
|
gEfiMdeModulePkgTokenSpaceGuid.PcdMrIovSupport|FALSE|BOOLEAN|0x10000046
|
||||||
|
|
||||||
[PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]
|
[PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]
|
||||||
|
## Single root I/O virtualization virtual function memory BAR alignment
|
||||||
|
# BITN set indicates 2 of n+12 power
|
||||||
|
# BIT0 set indicates 4KB alignment
|
||||||
|
# BIT1 set indicates 8KB alignment
|
||||||
|
gEfiMdeModulePkgTokenSpaceGuid.PcdSrIovSystemPageSize|0x1|UINT32|0x10000047
|
||||||
|
|
||||||
## This PCD defines the times to print hello world string.
|
## This PCD defines the times to print hello world string.
|
||||||
# This PCD is a sample to explain FixedAtBuild UINT32 PCD usage.
|
# This PCD is a sample to explain FixedAtBuild UINT32 PCD usage.
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintTimes|1|UINT32|0x40000005
|
gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintTimes|1|UINT32|0x40000005
|
||||||
|
|
Loading…
Reference in New Issue