X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FEdkModulePkg.spd;fp=EdkModulePkg%2FEdkModulePkg.spd;h=6aef854ed53b7c343039fd4d9a8796161f4924b2;hp=fe9b69630405f8c8ea790fbc059c4cbc5e388fc0;hb=98419ef4b972aade5ff5201ff6dd99561872e52c;hpb=0eaa1933bc16010889cb39a8b91cbd0a48d985b2 diff --git a/EdkModulePkg/EdkModulePkg.spd b/EdkModulePkg/EdkModulePkg.spd index fe9b696304..6aef854ed5 100644 --- a/EdkModulePkg/EdkModulePkg.spd +++ b/EdkModulePkg/EdkModulePkg.spd @@ -8,7 +8,7 @@ This Module provides standard reference information for EFI/Tiano implementations. Copyright (c) 2006 - 2007, Intel Corporation. All rights reserved. - This program and the accompanying materials are licensed and made available + This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES @@ -72,6 +72,10 @@ Include/Library/EdkGenericPlatformBdsLib.h Generic Platform Bds library + + Include/Library/PciIncompatibleDeviceSupportLib.h + This library includes the PCI incompatible devices list. + @@ -404,6 +408,7 @@ Library/EdkOemHookStatusCodeLibNull/EdkOemHookStatusCodeLibNull.msa Library/EdkGenericBdsLib/EdkGenericBdsLib.msa Library/EdkGenericPlatformBdsLib/EdkGenericPlatformBdsLib.msa + Library/EdkPciIncompatibleDeviceSupportLib/EdkPciIncompatibleDeviceSupportLib.msa Universal/Console/ConSplitter/Dxe/ConSplitter.msa Universal/Console/GraphicsConsole/Dxe/GraphicsConsole.msa Universal/Console/Terminal/Dxe/Terminal.msa @@ -919,7 +924,7 @@ UINT32 FIXED_AT_BUILD 0x08 - The maximum number of callback function, which will be triggered when + The maximum number of callback function, which will be triggered when a PCD entry is been set, can be registered for a single PCD entry in PEI phase. @@ -929,7 +934,7 @@ UINT32 FIXED_AT_BUILD 0x0 - The base address of the VPD (Vital Product Data) region. It is + The base address of the VPD (Vital Product Data) region. It is normally a region reserved on flash. @@ -966,7 +971,7 @@ BOOLEAN FEATURE_FLAG TRUE - This feature flag can be used to enable or disable the Pcd PEIM database + This feature flag can be used to enable or disable the Pcd PEIM database traverse capability. Disable it can reduce the size of final image generated. @@ -976,7 +981,7 @@ BOOLEAN FEATURE_FLAG TRUE - This feature flag can be used to enable or disable the Pcd DXE database + This feature flag can be used to enable or disable the Pcd DXE database traverse capability. Disable it can reduce the size of final image generated. @@ -1294,5 +1299,20 @@ FALSE If this PCD is set as TRUE, NT emulator will be endabled. + + PcdPciIncompatibleDeviceSupportMask + 0x0001003f + gEfiEdkModulePkgTokenSpaceGuid + UINT8 + FIXED_AT_BUILD + 0x0 + The PCD masks for PCI incompatible devices support. + Acpi_Resource_Update_Support :1; + Register_Read_Support :1; + Register_Write_Support :1; + Register_Update_Support :1; + Register_Access_Width_Support :1; + Reserved :3; + \ No newline at end of file