X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FEdkModulePkg.spd;h=7443009e2ee382143d449836eeeeb17449de0d32;hp=4b865a5630e91f0cc68b62fd1e498483e489d891;hb=7e89358a58a7f94024492e56f1102616efbc64e9;hpb=36122070ec3bde97d90ad1c4773a24ae6507c9cb diff --git a/EdkModulePkg/EdkModulePkg.spd b/EdkModulePkg/EdkModulePkg.spd index 4b865a5630..7443009e2e 100644 --- a/EdkModulePkg/EdkModulePkg.spd +++ b/EdkModulePkg/EdkModulePkg.spd @@ -1,4 +1,4 @@ - + EdkModulePkg @@ -6,7 +6,7 @@ 0.3 Edk Module Package Reference Implementations This Module provides standard reference information for EFI/Tiano implementations. - Copyright (c) 2006, Intel Corporation. + Copyright (c) 2006, Intel Corporation. All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. @@ -82,10 +82,7 @@ Bus/Pci/AtapiPassThru/Dxe/AtapiPassThru.msa Bus/Pci/CirrusLogic/Dxe/CirrusLogic5430.msa Bus/Pci/IdeBus/Dxe/idebus.msa - Bus/Pci/IdeBus/Dxe/idebusLite.msa - Bus/Pci/PciBus/Dxe/LightPciBus.msa Bus/Pci/PciBus/Dxe/PciBus.msa - Bus/Pci/PciBus/Dxe/PciBusLite.msa Bus/Pci/Uhci/Dxe/Uhci.msa Bus/Pci/Undi/RuntimeDxe/Undi.msa Bus/Scsi/ScsiBus/Dxe/ScsiBus.msa @@ -99,7 +96,7 @@ Bus/Usb/UsbMouse/Dxe/UsbMouse.msa Core/Dxe/DxeMain.msa Core/DxeIplPeim/DxeIpl.msa - Core/DxeIplPeim/DxeIplX64.msa + Core/DxeIplX64Peim/DxeIplX64.msa Core/Pei/PeiMain.msa Library/BaseCustomDecompressLibNull/BaseCustomDecompressLibNull.msa Library/BaseUefiTianoDecompressLib/BaseUefiTianoDecompressLib.msa @@ -119,7 +116,6 @@ Library/EdkMemoryStatusCodeLib/EdkMemoryStatusCodeLib.msa Library/EdkNullCustomizedDecompressLib/EdkNullCustomizedDecompressLib.msa Library/EdkPeCoffLoaderLib/EdkPeCoffLoaderLib.msa - Library/EdkPeCoffLoaderLibX64/EdkPeCoffLoaderLibX64.msa Library/EdkPeCoffLoaderX64Lib/EdkPeCoffLoaderX64Lib.msa Library/PeiPerformanceLib/PeiPerformanceLib.msa Library/EdkRuntimeStatusCodeLib/BsDataHubStatusCode/BsDataHubStatusCode.msa @@ -154,11 +150,12 @@ Universal/Security/SecurityStub/Dxe/SecurityStub.msa Universal/StatusCode/RuntimeDxe/StatusCode.msa Universal/UserInterface/HiiDataBase/Dxe/HiiDatabase.msa - Universal/UserInterface/SetupBrowser/Dxe/DriverSample/DriverSample.msa + Universal/UserInterface/DriverSample/DriverSample.msa Universal/UserInterface/SetupBrowser/Dxe/SetupBrowser.msa Universal/Variable/Pei/Variable.msa Universal/EmuVariable/RuntimeDxe/EmuVariable.msa Universal/Variable/RuntimeDxe/Variable.msa + Universal/Capsule/RuntimeDxe/CapsuleRuntime.msa Universal/WatchdogTimer/Dxe/WatchDogTimer.msa @@ -356,6 +353,11 @@ + + gEfiCapsuleArchProtocolGuid + 5053697E-2EBC-4819-90D9-0580DEEE5754 + + gEfiCustomizedDecompressProtocolGuid 9A44198E-A4A2-44E6-8A1F-39BEFDAC896F @@ -421,11 +423,6 @@ 125F2DE1-FB85-440C-A54C-4D99358A8D38 - - gEfiPerformanceProtocolGuid - FFECFFFF-923C-14D2-9E3F-22A0C969563B - - gEfiPxeDhcp4ProtocolGuid 03C4E624-AC28-11D3-9A2D-0090293FC14D @@ -518,150 +515,158 @@ PcdMaximumUnicodeStringLength 0x00000001 - FIX_ME_PcdMaximumUnicodeStringLength + gEfiMdePkgTokenSpaceGuid UINT32 FIXED_AT_BUILD 1000000 - HELP FIX ME! + If PcdMaximumUnicodeStringLength is not zero, the maximum + number of characters (not counting the NULL-terminator) in a + Unicode string cannot exceed it. PcdMaximumAsciiStringLength 0x00000002 - FIX_ME_PcdMaximumAsciiStringLength + gEfiMdePkgTokenSpaceGuid UINT32 FIXED_AT_BUILD 1000000 - HELP FIX ME! + If PcdMaximumAsciiStringLength is not zero, the maximum number + of characters (not counting the NULL-terminator) in an ASCII + string cannot exceed it. PcdMaximumLinkedListLength 0x00000003 - FIX_ME_PcdMaximumLinkedListLength + gEfiMdePkgTokenSpaceGuid UINT32 FIXED_AT_BUILD 1000000 - HELP FIX ME! + If PcdMaximumLinkedListLength is not zero, the maximum number + of nodes (not counting the list header) in a linked list + cannot exceed it. PcdSpinLockTimeout 0x00000004 - FIX_ME_PcdSpinLockTimeout + gEfiMdePkgTokenSpaceGuid UINT32 FIXED_AT_BUILD 10000000 - HELP FIX ME! + If PcdSpinLockTimeout is not zero, it stands for the timeout + value (unit: millisecond) for spin lock. PcdDebugPropertyMask 0x00000005 - FIX_ME_PcdDebugPropertyMask + gEfiMdePkgTokenSpaceGuid UINT8 FIXED_AT_BUILD 0x0f - HELP FIX ME! + The bitmask of flags that specify the enable/disable of Debug + Assert, Debug Print, Debug Code, Clear Memory, Assert + Breakpoint and Assert Deadloop. PcdDebugPrintErrorLevel 0x00000006 - FIX_ME_PcdDebugPrintErrorLevel + gEfiMdePkgTokenSpaceGuid UINT32 PATCHABLE_IN_MODULE 0x80000000 - HELP FIX ME! + The bitmask of flags that specify the kind of debug message + output when Debug Print is enabled. PcdReportStatusCodePropertyMask 0x00000007 - FIX_ME_PcdReportStatusCodePropertyMask + gEfiMdePkgTokenSpaceGuid UINT8 FIXED_AT_BUILD 0x07 - HELP FIX ME! + The bitmask of flags that specify the enable/disable of + Progress Code, Error Code and Debug Code. PcdDebugClearMemoryValue 0x00000008 - FIX_ME_PcdDebugClearMemoryValue + gEfiMdePkgTokenSpaceGuid UINT8 FIXED_AT_BUILD 0xAF - HELP FIX ME! + The value used by DebugClearMemory () to fill a certain range + of memory. PcdPerformanceLibraryPropertyMask 0x00000009 - FIX_ME_PcdPerformanceLibraryPropertyMask + gEfiMdePkgTokenSpaceGuid UINT8 FIXED_AT_BUILD 0 - HELP FIX ME! + The bitmask of flags that specify the enable/disable of + Performance Measurement. - PcdMaxPcdCallBackNumber + PcdMaxPeiPcdCallBackNumberPerPcdEntry 0x0001000f - FIX_ME_PcdMaxPcdCallBackNumber + gEfiEdkModulePkgTokenSpaceGuid UINT32 FIXED_AT_BUILD - 0 - HELP FIX ME! + 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. - PcdTestDynamicUint8 - 0x00011000 - FIX_ME_PcdTestDynamicUint8 - UINT8 - DYNAMIC - 0x01 - HELP FIX ME! - - - PcdTestDynamicUint16 - 0x00011001 - FIX_ME_PcdTestDynamicUint16 - UINT16 - DYNAMIC - 0x1234 - HELP FIX ME! - - - PcdTestDynamicUint32 - 0x00011002 - FIX_ME_PcdTestDynamicUint32 + PcdVpdBaseAddress + 0x00010010 + gEfiEdkModulePkgTokenSpaceGuid UINT32 - DYNAMIC - HELP FIX ME! - - - PcdTestDynamicUint64 - 0x00011003 - FIX_ME_PcdTestDynamicUint64 - UINT64 - DYNAMIC - HELP FIX ME! + FIXED_AT_BUILD + The base address of the VPD (Vital Product Data) region. It is + normally a region reserved on flash. - PcdTestDynamicBoolean - 0x00011004 - FIX_ME_PcdTestDynamicBoolean + PcdSupportUpdateCapsuleRest + 0x00010020 + gEfiEdkModulePkgTokenSpaceGuid BOOLEAN - DYNAMIC - HELP FIX ME! + FEATURE_FLAG + Indicate whether platform can support update capsule across a system reset - PcdMaxPeiPcdCallBackNumberPerPcdEntry - 0x0001000f - FIX_ME_PcdMaxPeiPcdCallBackNumberPerPcdEntry + PcdMaxSizePopulateCapsule + 0x00010021 + gEfiEdkModulePkgTokenSpaceGuid UINT32 FIXED_AT_BUILD - HELP FIX ME! + Indicate the max size the platform can support in case of populated capsules - PcdVpdBaseAddress - 0x00010010 - FIX_ME_PcdVpdBaseAddress + PcdMaxSizeNonPopulateCapsule + 0x00010022 + gEfiEdkModulePkgTokenSpaceGuid UINT32 FIXED_AT_BUILD - HELP FIX ME! + Indicate the max size the platform can support in case of non-populated capsules + + + PcdPeiPcdDatabaseTraverseEnabled + 0x00010020 + gEfiEdkModulePkgTokenSpaceGuid + BOOLEAN + FEATURE_FLAG + TRUE + 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. + + + PcdDxePcdDatabaseTraverseEnabled + 0x00010021 + gEfiEdkModulePkgTokenSpaceGuid + BOOLEAN + FEATURE_FLAG + TRUE + 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. \ No newline at end of file