Add PcdPciExpressBaseAddress info to MdePkg.spd

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1275 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8 2006-08-15 09:51:45 +00:00
parent ef2172494f
commit 94f446c081
1 changed files with 9 additions and 0 deletions

View File

@ -2330,5 +2330,14 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<HelpText>The bitmask of flags that specify the enable/disable of Post
Code, Post Code Description.</HelpText>
</PcdEntry>
<PcdEntry>
<C_Name>PcdPciExpressBaseAddress</C_Name>
<Token>0x0000000a</Token>
<TokenSpaceGuidCName>gEfiMdePkgTokenSpaceGuid</TokenSpaceGuidCName>
<DatumType>UINT64</DatumType>
<ValidUsage>FIXED_AT_BUILD PATCHABLE_IN_MODULE</ValidUsage>
<DefaultValue>0xE0000000</DefaultValue>
<HelpText>The base address of PCI Express MMIO window.</HelpText>
</PcdEntry>
</PcdDeclarations>
</PackageSurfaceArea>