mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-26 23:24:03 +02:00
Fixed tracker #49
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@231 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
6749d10be5
commit
3df952e152
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
Copyright (c) 2006, Intel Corporation
|
Copyright (c) 2006, Intel Corporation
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
@ -106,7 +106,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
<ModuleSA Arch="IA32" FvBinding="NULL" ModuleName="UefiDevicePathLibDevicePathProtocol" />
|
<ModuleSA Arch="IA32" FvBinding="NULL" ModuleName="UefiDevicePathLibDevicePathProtocol" />
|
||||||
<ModuleSA Arch="IA32" FvBinding="NULL" ModuleName="HiiLib" />
|
<ModuleSA Arch="IA32" FvBinding="NULL" ModuleName="HiiLib" />
|
||||||
<ModuleSA Arch="IA32" FvBinding="NULL" ModuleName="PeiResourcePublicationLib" />
|
<ModuleSA Arch="IA32" FvBinding="NULL" ModuleName="PeiResourcePublicationLib" />
|
||||||
|
|
||||||
</OTHER_COMPONENTS>
|
</OTHER_COMPONENTS>
|
||||||
</TianoImage>
|
</TianoImage>
|
||||||
<PcdBuildDeclarations>
|
<PcdBuildDeclarations>
|
||||||
@ -272,6 +271,24 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
<GuidOffset>0</GuidOffset>
|
<GuidOffset>0</GuidOffset>
|
||||||
<DefaultValue>0x0</DefaultValue>
|
<DefaultValue>0x0</DefaultValue>
|
||||||
</PcdBuildData>
|
</PcdBuildData>
|
||||||
|
<PcdBuildData ItemType="FIXED_AT_BUILD">
|
||||||
|
<C_Name>PcdPciExpressBaseAddress</C_Name>
|
||||||
|
<Token>0x0000000A</Token>
|
||||||
|
<DatumType>UINT64</DatumType>
|
||||||
|
<HiiEnable>false</HiiEnable>
|
||||||
|
<VpdEnable>false</VpdEnable>
|
||||||
|
<AlternateNameSpaceEnable>false</AlternateNameSpaceEnable>
|
||||||
|
<SkuEnable>false</SkuEnable>
|
||||||
|
<SkuDataArrayEnable>false</SkuDataArrayEnable>
|
||||||
|
<MaxSku>0</MaxSku>
|
||||||
|
<SkuId>0</SkuId>
|
||||||
|
<DatumSize>4</DatumSize>
|
||||||
|
<VariableGuid>0</VariableGuid>
|
||||||
|
<VariableName>L""</VariableName>
|
||||||
|
<DataOffset>0</DataOffset>
|
||||||
|
<GuidOffset>0</GuidOffset>
|
||||||
|
<DefaultValue>0xE0000000</DefaultValue>
|
||||||
|
</PcdBuildData>
|
||||||
</PcdBuildDeclarations>
|
</PcdBuildDeclarations>
|
||||||
<BuildOptions>
|
<BuildOptions>
|
||||||
<OutputDirectory IntermediateDirectories="UNIFIED"/>
|
<OutputDirectory IntermediateDirectories="UNIFIED"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user