Add missing PcdPciIncompatibleDeviceSupportMask
Add Library instances git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2807 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -29,6 +29,12 @@
|
|||||||
<HelpText>This library includes the PCI incompatible devices list.</HelpText>
|
<HelpText>This library includes the PCI incompatible devices list.</HelpText>
|
||||||
</LibraryClass>
|
</LibraryClass>
|
||||||
</LibraryClassDeclarations>
|
</LibraryClassDeclarations>
|
||||||
|
<MsaFiles>
|
||||||
|
<Filename>Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.msa</Filename>
|
||||||
|
<Filename>Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.msa</Filename>
|
||||||
|
<Filename>Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.msa</Filename>
|
||||||
|
<Filename>Bus/Pci/PciBus/Dxe/PciBus.msa</Filename>
|
||||||
|
</MsaFiles>
|
||||||
<GuidDeclarations>
|
<GuidDeclarations>
|
||||||
<Entry Name="MemoryStatusCodeRecord" GuidTypeList="HOB">
|
<Entry Name="MemoryStatusCodeRecord" GuidTypeList="HOB">
|
||||||
<C_Name>gMemoryStatusCodeRecordGuid</C_Name>
|
<C_Name>gMemoryStatusCodeRecordGuid</C_Name>
|
||||||
@ -223,5 +229,14 @@
|
|||||||
<DefaultValue>TRUE</DefaultValue>
|
<DefaultValue>TRUE</DefaultValue>
|
||||||
<HelpText>If TRUE, the PCI bus driver will support hot plug device. If not hot plug device is supported, this feature flag can be set to FALSE to save size.</HelpText>
|
<HelpText>If TRUE, the PCI bus driver will support hot plug device. If not hot plug device is supported, this feature flag can be set to FALSE to save size.</HelpText>
|
||||||
</PcdEntry>
|
</PcdEntry>
|
||||||
|
<PcdEntry>
|
||||||
|
<C_Name>PcdPciIncompatibleDeviceSupportMask</C_Name>
|
||||||
|
<Token>0x0001003f</Token>
|
||||||
|
<TokenSpaceGuidCName>gEfiIntelFrameworkModulePkgTokenSpaceGuid</TokenSpaceGuidCName>
|
||||||
|
<DatumType>UINT8</DatumType>
|
||||||
|
<ValidUsage>FIXED_AT_BUILD</ValidUsage>
|
||||||
|
<DefaultValue>0x0</DefaultValue>
|
||||||
|
<HelpText>The PCD masks for PCI incompatible devices support.</HelpText>
|
||||||
|
</PcdEntry>
|
||||||
</PcdDeclarations>
|
</PcdDeclarations>
|
||||||
</PackageSurfaceArea>
|
</PackageSurfaceArea>
|
Reference in New Issue
Block a user