mirror of https://github.com/acidanthera/audk.git
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:
parent
513f3f4447
commit
55b4e522d7
|
@ -29,6 +29,12 @@
|
|||
<HelpText>This library includes the PCI incompatible devices list.</HelpText>
|
||||
</LibraryClass>
|
||||
</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>
|
||||
<Entry Name="MemoryStatusCodeRecord" GuidTypeList="HOB">
|
||||
<C_Name>gMemoryStatusCodeRecordGuid</C_Name>
|
||||
|
@ -223,5 +229,14 @@
|
|||
<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>
|
||||
</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>
|
||||
</PackageSurfaceArea>
|
Loading…
Reference in New Issue