X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FEdkModulePkg.spd;h=9a8861f838e337df37c81c0628893dc64600b0ae;hp=81109f8c7cdd1721a5fd482d3f69eb95a0a64012;hb=713ace4c9676bd90f4aebe5b53a4e833273978e2;hpb=8cf2c0a7d7d92885619ab9668b04f923b3199300 diff --git a/EdkModulePkg/EdkModulePkg.spd b/EdkModulePkg/EdkModulePkg.spd index 81109f8c7c..9a8861f838 100644 --- a/EdkModulePkg/EdkModulePkg.spd +++ b/EdkModulePkg/EdkModulePkg.spd @@ -2,7 +2,7 @@ EdkModulePkg - B6EC423C-21D2-490D-85C6-DD5864EAA674 + 68169ab0-d41b-4009-9060-292c253ac43d 0.3 Edk Module Package Reference Implementations This Module provides standard reference information for EFI/Tiano implementations. @@ -440,6 +440,7 @@ Universal/WatchdogTimer/Dxe/WatchDogTimer.msa Universal/StatusCode/Pei/PeiStatusCode.msa Universal/StatusCode/Dxe/DxeStatusCode.msa + Universal/ConPlatform/Dxe/ConPlatform.msa Include/EdkPeim.h @@ -812,6 +813,7 @@ gEfiEdkModulePkgTokenSpaceGuid UINT32 FIXED_AT_BUILD + 0x08 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. @@ -821,6 +823,7 @@ gEfiEdkModulePkgTokenSpaceGuid UINT32 FIXED_AT_BUILD + 0x0 The base address of the VPD (Vital Product Data) region. It is normally a region reserved on flash. @@ -830,6 +833,7 @@ gEfiEdkModulePkgTokenSpaceGuid BOOLEAN FEATURE_FLAG + FALSE Indicate whether platform can support update capsule across a system reset @@ -838,6 +842,7 @@ gEfiEdkModulePkgTokenSpaceGuid UINT32 FIXED_AT_BUILD + 0x0 Indicate the max size the platform can support in case of populated capsules @@ -846,6 +851,7 @@ gEfiEdkModulePkgTokenSpaceGuid UINT32 FIXED_AT_BUILD + 0x0 Indicate the max size the platform can support in case of non-populated capsules @@ -901,7 +907,7 @@ gEfiEdkModulePkgTokenSpaceGuid UINT16 FIXED_AT_BUILD PATCHABLE_IN_MODULE DYNAMIC - 4 + 1 kbytes size of GUID'ed HOB, if the GUID'ed HOB is full, create new GUID'ed HOB with this size. @@ -1000,7 +1006,7 @@ gEfiEdkModulePkgTokenSpaceGuid BOOLEAN FEATURE_FLAG - FALSE + TRUE This feature flag can be used to enable or disable the SET capability of PCD service PEIM. If a platform does not do PCD SET operation in PEI phase. This flag can be set to DISABLE to save size. @@ -1009,7 +1015,7 @@ gEfiEdkModulePkgTokenSpaceGuid BOOLEAN FEATURE_FLAG - FALSE + TRUE This feature flag can be used to enable or disable the GET size capability of PCD service PEIM. If a platform does not do PCD get size operation in PEI phase. This flag can be set to DISABLE to save size. @@ -1018,7 +1024,7 @@ gEfiEdkModulePkgTokenSpaceGuid BOOLEAN FEATURE_FLAG - FALSE + TRUE This feature flag can be used to enable or disable the Callback On SET capability of PCD service PEIM. If a platform does not register any callback on set in PEI phase. This flag can be set to DISABLE to save size. @@ -1027,7 +1033,7 @@ gEfiEdkModulePkgTokenSpaceGuid BOOLEAN FEATURE_FLAG - FALSE + TRUE This feature flag can be used to enable or disable the PCD service PEIM to handle DynamicEX PCD. If a platform has no module to use DynamicEX in PEI phase. This flag can be set to DISABLE to save size. @@ -1036,7 +1042,7 @@ gEfiGenericPlatformTokenSpaceGuid UINT32 FIXED_AT_BUILD PATCHABLE_IN_MODULE DYNAMIC - 0xFFFB0000 + 0x0 Base address of the variable section in NV firmware volume. @@ -1045,7 +1051,7 @@ gEfiGenericPlatformTokenSpaceGuid UINT32 FIXED_AT_BUILD PATCHABLE_IN_MODULE DYNAMIC - 0x0000A000 + 0x0 Size of the variable section in NV firmware volume.. @@ -1054,7 +1060,7 @@ gEfiGenericPlatformTokenSpaceGuid UINT32 FIXED_AT_BUILD PATCHABLE_IN_MODULE DYNAMIC - 0xFFFC0000 + 0x0 Base address of the FTW spare block section in NV firmware volume. @@ -1063,7 +1069,7 @@ gEfiGenericPlatformTokenSpaceGuid UINT32 FIXED_AT_BUILD PATCHABLE_IN_MODULE DYNAMIC - 0x00010000 + 0x0 Size of the FTW spare block section in NV firmware volume. @@ -1072,7 +1078,7 @@ gEfiGenericPlatformTokenSpaceGuid UINT32 FIXED_AT_BUILD PATCHABLE_IN_MODULE DYNAMIC - 0xFFFBE000 + 0x0 Base address of the FTW working block section in NV firmware volume. @@ -1081,8 +1087,53 @@ gEfiGenericPlatformTokenSpaceGuid UINT32 FIXED_AT_BUILD PATCHABLE_IN_MODULE DYNAMIC - 0x00002000 + 0x0 Size of the FTW working block section in NV firmware volume. + + PcdDxeIplSupportEfiDecompress + 0x00010034 + gEfiEdkModulePkgTokenSpaceGuid + BOOLEAN + FEATURE_FLAG + TRUE + If this feature is enabled, then the DXE IPL must support decompressing files compressed with the EFI Compression algorithm + + + PcdDxeIplSupportTianoDecompress + 0x00010035 + gEfiEdkModulePkgTokenSpaceGuid + BOOLEAN + FEATURE_FLAG + TRUE + If this feature is enabled, then the DXE IPL must support decompressing files compressed with the Tiano Compression algorithm + + + PcdDxeIplSupportCustomDecompress + 0x00010036 + gEfiEdkModulePkgTokenSpaceGuid + BOOLEAN + FEATURE_FLAG + TRUE + If this feature is enabled, then the DXE IPL must support decompressing files compressed with the Custom Compression algorithm + + + PcdDevicePathSupportDevicePathToText + 0x00010037 + gEfiEdkModulePkgTokenSpaceGuid + BOOLEAN + FEATURE_FLAG + FALSE + If TRUE, then the Device Path To Text Protocol should be produced by the platform + + + PcdDevicePathSupportDevicePathFromText + 0x00010038 + gEfiEdkModulePkgTokenSpaceGuid + BOOLEAN + FEATURE_FLAG + FALSE + If TRUE, then the Device Path From Text Protocol should be produced by the platform + \ No newline at end of file