]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Change the PcdSrIovSystemPageSize from type of [PcdFixedAtBuild] to [PcdFixedAtBuild...
authorRuiyu Ni <ruiyu.ni@intel.com>
Tue, 16 Jul 2013 03:02:00 +0000 (03:02 +0000)
committerniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 16 Jul 2013 03:02:00 +0000 (03:02 +0000)
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14471 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/MdeModulePkg.dec

index ba922a935be89d5bf469cde3de51bc2e37b92762..6ddfde5a2c1b4129a4235eb45bd1a576663b3036 100644 (file)
   ## FFS filename to find the capsule coalesce image.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleCoalesceFile|{ 0xA6, 0xE4, 0xFD, 0xF7, 0x4C, 0x29, 0x3c, 0x49, 0xB5, 0x0F, 0x97, 0x34, 0x55, 0x3B, 0xB7, 0x57 }|VOID*|0x30000017\r
 \r
   ## FFS filename to find the capsule coalesce image.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleCoalesceFile|{ 0xA6, 0xE4, 0xFD, 0xF7, 0x4C, 0x29, 0x3c, 0x49, 0xB5, 0x0F, 0x97, 0x34, 0x55, 0x3B, 0xB7, 0x57 }|VOID*|0x30000017\r
 \r
-  ## Single root I/O virtualization virtual function memory BAR alignment\r
-  #  BITN set indicates 2 of n+12 power\r
-  #  BIT0 set indicates 4KB alignment\r
-  #  BIT1 set indicates 8KB alignment\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdSrIovSystemPageSize|0x1|UINT32|0x10000047\r
-  \r
   ## Flag of enabling/disabling the feature of Loading Module at Fixed Address \r
   #  -1: Enable the feature as fixed offset to TOLM\r
   #   0: Disable the feature.\r
   #  Positive Value:  Enable the feature as fixed absolute address, and the value is the top memory address \r
   gEfiMdeModulePkgTokenSpaceGuid.PcdLoadModuleAtFixAddressEnable|0|UINT64|0x30001015\r
   ## Flag of enabling/disabling the feature of Loading Module at Fixed Address \r
   #  -1: Enable the feature as fixed offset to TOLM\r
   #   0: Disable the feature.\r
   #  Positive Value:  Enable the feature as fixed absolute address, and the value is the top memory address \r
   gEfiMdeModulePkgTokenSpaceGuid.PcdLoadModuleAtFixAddressEnable|0|UINT64|0x30001015\r
-  \r
+\r
   ## Smbios version\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0207|UINT16|0x00010055\r
 \r
   ## Smbios version\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0207|UINT16|0x00010055\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 Single Root I/O virtualization support.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdSrIovSupport|TRUE|BOOLEAN|0x10000044\r
 \r
+  ## Single root I/O virtualization virtual function memory BAR alignment\r
+  #  BITN set indicates 2 of n+12 power\r
+  #  BIT0 set indicates 4KB alignment\r
+  #  BIT1 set indicates 8KB alignment\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdSrIovSystemPageSize|0x1|UINT32|0x10000047\r
+\r
   ## This PCD specifies whether the Alternative Routing-ID support.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdAriSupport|TRUE|BOOLEAN|0x10000045\r
 \r
   ## This PCD specifies whether the Alternative Routing-ID support.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdAriSupport|TRUE|BOOLEAN|0x10000045\r
 \r