]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Change type of PcdSrIovSupport/PcdAriSupport/PcdMrIovSupport from FeatureFlag to...
authorrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 13 Jul 2010 02:23:27 +0000 (02:23 +0000)
committerrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 13 Jul 2010 02:23:27 +0000 (02:23 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10646 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/MdeModulePkg.dec

index acc773e92880bd1b4946a048e13489c081e6bee5..3875b62a5dd091ad4ce2721619422ef7a70fd721 100644 (file)
   ## This PCD specifies whether PciBus supports the hot plug device.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE|BOOLEAN|0x0001003d\r
 \r
-  ## This PCD specifies whether the Single Root I/O virtualization support.\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdSrIovSupport|TRUE|BOOLEAN|0x10000044\r
-\r
-  ## This PCD specifies whether the Alternative Routing-ID support.\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdAriSupport|TRUE|BOOLEAN|0x10000045\r
-\r
-  ## This PCD specifies whether the Multi Root I/O virtualization support.\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdMrIovSupport|FALSE|BOOLEAN|0x10000046\r
-\r
   ## This PCD specifies whether the PCI bus driver probes non-standard, \r
   #  such as 2K/1K/512, granularity for PCI to PCI bridge I/O window.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdPciBridgeIoAlignmentProbe|FALSE|BOOLEAN|0x10000047\r
   #  The range is valid if non-zero.  The memory range size must be PcdVariableStoreSize.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0|UINT64|0x40000008\r
 \r
+  ## This PCD specifies whether the Single Root I/O virtualization support.\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdSrIovSupport|TRUE|BOOLEAN|0x10000044\r
+\r
+  ## This PCD specifies whether the Alternative Routing-ID support.\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdAriSupport|TRUE|BOOLEAN|0x10000045\r
+\r
+  ## This PCD specifies whether the Multi Root I/O virtualization support.\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdMrIovSupport|FALSE|BOOLEAN|0x10000046\r
+\r
 [PcdsFixedAtBuild,PcdsPatchableInModule,PcdsDynamic]\r
   ## This PCD defines the times to print hello world string.\r
   #  This PCD is a sample to explain FixedAtBuild UINT32 PCD usage.\r