X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=IntelFrameworkModulePkg%2FIntelFrameworkModulePkg.dec;h=8bbde8e2c9c8ae00e36be603e5019dade709d37c;hb=b970ed6829d973d48e1a5b73d5de1d969c2ee384;hp=2baee1a93e0fc8ee26e302fe9ecf80b0585805da;hpb=48695d70bd22ccdf74156cf2a810d452a3e17481;p=mirror_edk2.git diff --git a/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec b/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec index 2baee1a93e..8bbde8e2c9 100644 --- a/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec +++ b/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec @@ -4,7 +4,7 @@ # This package contains the definitions and module implementation # which follows Intel EFI Framework Specification. # -# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.
+# Copyright (c) 2007 - 2015, 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 @@ -21,7 +21,7 @@ PACKAGE_NAME = IntelFrameworkModulePkg PACKAGE_UNI_FILE = IntelFrameworkModulePkg.uni PACKAGE_GUID = 88894582-7553-4822-B484-624E24B6DECF - PACKAGE_VERSION = 0.93 + PACKAGE_VERSION = 0.96 [Includes] Include # Root include for the package @@ -46,11 +46,6 @@ # Include/Guid/TianoDecompress.h gTianoCustomDecompressGuid = { 0xA31280AD, 0x481E, 0x41B6, { 0x95, 0xE8, 0x12, 0x7F, 0x4C, 0x98, 0x47, 0x79 }} - ## GUID indicates the LZMA custom compress/decompress algorithm. - # Include/Guid/LzmaDecompress.h - gLzmaCustomDecompressGuid = { 0xEE4E5898, 0x3914, 0x4259, { 0x9D, 0x6E, 0xDC, 0x7B, 0xD7, 0x94, 0x03, 0xCF }} - gLzmaF86CustomDecompressGuid = { 0xD42AE6BD, 0x1352, 0x4bfb, { 0x90, 0x9A, 0xCA, 0x72, 0xA6, 0xEA, 0xE8, 0x89 }} - ## Include/Guid/AcpiVariable.h gEfiAcpiVariableCompatiblityGuid = { 0xc020489e, 0x6db2, 0x4ef2, { 0x9a, 0xa5, 0xca, 0x6, 0xfc, 0x11, 0xd3, 0x6a }} @@ -193,41 +188,6 @@ # @Prompt Boot State Flag gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBootState|TRUE|BOOLEAN|0x0001002f - ## The number of seconds that the firmware will wait before initiating the original default boot selection. - # A value of 0 indicates that the default boot selection is to be initiated immediately on boot. - # The value of 0xFFFF then firmware will wait for user input before booting. - # @Prompt Boot Timeout (s) - gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut|0xffff|UINT16|0x40000001 - - ## Error level for hardware recorder. - # If value 0, platform does not support feature of hardware error record. - # @Prompt Error Level For Hardware Recorder - gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel|0|UINT16|0x40000002 - -[PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx] - # The 4 PCDs below are used to specify the video resolution and text mode of text setup. - # To make text setup work in this resolution, PcdVideoHorizontalResolution, PcdVideoVerticalResolution, - # PcdConOutColumn and PcdConOutRow in MdeModulePkg.dec should be created as PcdsDynamic or PcdsDynamicEx - # in platform DSC file. Then BDS setup will update these PCDs defined in MdeModulePkg.dec and reconnect - # console drivers (GraphicsConsole, Terminal, Consplitter) to make the video resolution and text mode work - # for text setup. - - ## Specify the video horizontal resolution of text setup. - # @Prompt Video Horizontal Resolution of Text Setup - gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|800|UINT32|0x50000001 - - ## Specify the video vertical resolution of text setup. - # @Prompt Video Vertical Resolution of Text Setup - gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|600|UINT32|0x50000002 - - ## Specify the console output column of text setup. - # @Prompt Console Output Column of Text Setup - gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdSetupConOutColumn|80|UINT32|0x50000003 - - ## Specify the console output row of text setup. - # @Prompt Console Output Row of Text Setup - gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdSetupConOutRow|25|UINT32|0x50000004 - [PcdsFixedAtBuild, PcdsDynamic, PcdsDynamicEx, PcdsPatchableInModule] ## I/O Base address of floppy device controller. # @Prompt I/O Base Address of Floppy Device Controller @@ -271,11 +231,15 @@ # The value should be a multiple of 4KB. # The range should be below the EBDA reserved range from # (CONVENTIONAL_MEMORY_TOP - Reserved EBDA Memory Size) to CONVENTIONAL_MEMORY_TOP. + # @Prompt Reserved Memory Base Address for OPROM + # @Expression 0x80000001 | (gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdOpromReservedMemoryBase >= 0x20000) AND ((gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdOpromReservedMemoryBase & 0x1000) == 0) gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdOpromReservedMemoryBase|0x60000|UINT32|0x3000000c ## Specify memory size with bytes for OPROM to find free memory. # The value should be a multiple of 4KB. And the range should be below the EBDA reserved range from # (CONVENTIONAL_MEMORY_TOP - Reserved EBDA Memory Size) to CONVENTIONAL_MEMORY_TOP. + # @Prompt Reserved Memory Size for OPROM + # @Expression 0x80000001 | (gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdOpromReservedMemorySize < 0x80000) AND ((gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdOpromReservedMemorySize & 0x1000) == 0) gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdOpromReservedMemorySize|0x28000|UINT32|0x3000000d ## Specify memory size with page number for a pre-allocated reserved memory to be used