]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
UefiCpuPkg/PiSmmCpuDxeSmm: patch "gSmbase" with PatchInstructionX86()
[mirror_edk2.git] / IntelFrameworkModulePkg / IntelFrameworkModulePkg.dec
index 14380d1cb9abfcad495928c218bf389cc26d487d..5327242172b5f6d7b3d610761118eeecbcc81b30 100644 (file)
@@ -4,7 +4,7 @@
 # This package contains the definitions and module implementation\r
 # which follows Intel EFI Framework Specification.\r
 #\r
-# Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.<BR>\r
 #\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
@@ -21,7 +21,7 @@
   PACKAGE_NAME                   = IntelFrameworkModulePkg\r
   PACKAGE_UNI_FILE               = IntelFrameworkModulePkg.uni\r
   PACKAGE_GUID                   = 88894582-7553-4822-B484-624E24B6DECF\r
-  PACKAGE_VERSION                = 0.94\r
+  PACKAGE_VERSION                = 0.96\r
 \r
 [Includes]\r
   Include                        # Root include for the package\r
   #  Include/Protocol/IsaAcpi.h\r
   gEfiIsaAcpiProtocolGuid        = { 0x64a892dc, 0x5561, 0x4536, { 0x92, 0xc7, 0x79, 0x9b, 0xfc, 0x18, 0x33, 0x55 }}\r
 \r
-  ## PS/2 policy protocol abstracts the specific platform initialization and setting.\r
-  #  Include/Protocol/Ps2Policy.h\r
-  gEfiPs2PolicyProtocolGuid      = { 0x4DF19259, 0xDC71, 0x4D46, { 0xBE, 0xF1, 0x35, 0x7B, 0xB5, 0x78, 0xC4, 0x18 }}\r
-\r
   ## OEM Badging Protocol defines the interface to get the OEM badging image with the dispaly attribute.\r
   #  Include/Protocol/OEMBadging.h\r
   gEfiOEMBadgingProtocolGuid     = { 0x170E13C0, 0xBF1B, 0x4218, { 0x87, 0x1D, 0x2A, 0xBD, 0xC6, 0xF8, 0x87, 0xBC }}\r
   # @Prompt Turn on Legacy Support in S3 Boot\r
   gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformCsmSupport|TRUE|BOOLEAN|0x00010044\r
 \r
-  ## Indicates if PS2 keyboard does a extended verification during start.\r
-  #  Extended verification will take some performance. It can be set to FALSE for boot performance.<BR><BR>\r
-  #   TRUE  - Turn on PS2 keyboard extended verification.<BR>\r
-  #   FALSE - Turn off PS2 keyboard extended verification.<BR>\r
-  # @Prompt Turn on PS2 Keyboard Extended Verification\r
-  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPs2KbdExtendedVerification|TRUE|BOOLEAN|0x00010045\r
-\r
   ## Indicates if Framework Acpi Support protocol is installed.<BR><BR>  \r
   #   TRUE  - Install Framework Acpi Support protocol.<BR>\r
   #   FALSE - Doesn't install Framework Acpi Support protocol.<BR>\r
   # @Prompt Enable Framework Acpi Support\r
   gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdInstallAcpiSupportProtocol|TRUE|BOOLEAN|0x00010046\r
 \r
-\r
-  ## Indicates if PS2 mouse does a extended verification during start.\r
-  #  Extended verification will take some performance. It can be set to FALSE for boot performance.<BR><BR>\r
-  #   TRUE  - Turn on PS2 mouse extended verification. <BR>\r
-  #   FALSE - Turn off PS2 mouse extended verification. <BR>\r
-  # @Prompt Turn on PS2 Mouse Extended Verification\r
-  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPs2MouseExtendedVerification|TRUE|BOOLEAN|0x00010047\r
-\r
   ## Indicates if only Boot logo is showed and all message output is disabled in BDS.<BR><BR>\r
   #   TRUE  - Only Boot Logo is showed in boot.<BR>\r
   #   FALSE - All messages and Boot Logo are showed in boot.<BR>\r
   # @Prompt Boot State Flag\r
   gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBootState|TRUE|BOOLEAN|0x0001002f\r
 \r
-  ## The number of seconds that the firmware will wait before initiating the original default boot selection. \r
-  #  A value of 0 indicates that the default boot selection is to be initiated immediately on boot. \r
-  #  The value of 0xFFFF then firmware will wait for user input before booting.\r
-  # @Prompt Boot Timeout (s)\r
-  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut|0xffff|UINT16|0x40000001\r
-\r
-  ## Error level for hardware recorder. \r
-  #  If value 0, platform does not support feature of hardware error record.\r
-  # @Prompt Error Level For Hardware Recorder\r
-  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel|0|UINT16|0x40000002\r
-\r
-[PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]\r
-  #  The 4 PCDs below are used to specify the video resolution and text mode of text setup.\r
-  #  To make text setup work in this resolution, PcdVideoHorizontalResolution, PcdVideoVerticalResolution,\r
-  #  PcdConOutColumn and PcdConOutRow in MdeModulePkg.dec should be created as PcdsDynamic or PcdsDynamicEx\r
-  #  in platform DSC file. Then BDS setup will update these PCDs defined in MdeModulePkg.dec and reconnect\r
-  #  console drivers (GraphicsConsole, Terminal, Consplitter) to make the video resolution and text mode work\r
-  #  for text setup.\r
-\r
-  ## Specify the video horizontal resolution of text setup.\r
-  # @Prompt Video Horizontal Resolution of Text Setup\r
-  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|800|UINT32|0x50000001\r
-  \r
-  ## Specify the video vertical resolution of text setup.\r
-  # @Prompt Video Vertical Resolution of Text Setup\r
-  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|600|UINT32|0x50000002\r
-\r
-  ## Specify the console output column of text setup.\r
-  # @Prompt Console Output Column of Text Setup\r
-  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdSetupConOutColumn|80|UINT32|0x50000003\r
-  \r
-  ## Specify the console output row of text setup.\r
-  # @Prompt Console Output Row of Text Setup\r
-  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdSetupConOutRow|25|UINT32|0x50000004\r
-\r
 [PcdsFixedAtBuild, PcdsDynamic, PcdsDynamicEx, PcdsPatchableInModule]\r
   ## I/O Base address of floppy device controller.\r
   # @Prompt I/O Base Address of Floppy Device Controller\r
   # The value should be a multiple of 4KB.\r
   # The range should be below the EBDA reserved range from \r
   # (CONVENTIONAL_MEMORY_TOP - Reserved EBDA Memory Size) to CONVENTIONAL_MEMORY_TOP.\r
+  # @Prompt Reserved Memory Base Address for OPROM\r
+  # @Expression 0x80000001 | (gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdOpromReservedMemoryBase >= 0x20000) AND ((gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdOpromReservedMemoryBase & 0x1000) == 0)\r
   gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdOpromReservedMemoryBase|0x60000|UINT32|0x3000000c\r
   \r
   ## Specify memory size with bytes for OPROM to find free memory.\r
   #  The value should be a multiple of 4KB. And the range should be below the EBDA reserved range from \r
   # (CONVENTIONAL_MEMORY_TOP - Reserved EBDA Memory Size) to CONVENTIONAL_MEMORY_TOP.\r
+  # @Prompt Reserved Memory Size for OPROM\r
+  # @Expression 0x80000001 | (gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdOpromReservedMemorySize < 0x80000) AND ((gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdOpromReservedMemorySize & 0x1000) == 0)\r
   gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdOpromReservedMemorySize|0x28000|UINT32|0x3000000d\r
 \r
   ## Specify memory size with page number for a pre-allocated reserved memory to be used\r
   # @Prompt Reserved S3 Boot ACPI Memory Size\r
   gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdS3AcpiReservedMemorySize|0x8000|UINT32|0x30000006\r
 \r
-  ## Specify memory size for boot script executor stack usage in S3 phase.\r
-  #  The default size 32K. When changing the value make sure the memory size is large enough \r
-  #  to meet boot script executor requirement in the S3 phase.\r
-  # @Prompt Reserved S3 Boot Script Stack ACPI Memory Size\r
-  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdS3BootScriptStackSize|0x8000|UINT32|0x30000007\r
-\r
   ## Specify the end of address below 1MB for the OPROM.\r
   #  The last shadowed OpROM should not exceed this address.\r
   # @Prompt Top Address of Shadowed Legacy OpROM\r
   # @Expression 0x80000001 | (gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdHighPmmMemorySize & 0x1000) == 0\r
   gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdHighPmmMemorySize|0x400000|UINT32|0x3000000a\r
 \r
-  ## Indicates if to use the optimized timing for best PS2 detection performance.\r
-  #  Note this PCD could be set to TRUE for best boot performance and set to FALSE for best device compatibility.<BR><BR>\r
-  #   TRUE  - Use the optimized timing for best PS2 detection performance.<BR>\r
-  #   FALSE - Use the normal timing to detect PS2.<BR>\r
-  # @Prompt Enable fast PS2 detection\r
-  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdFastPS2Detection|FALSE|BOOLEAN|0x3000000b\r
-\r
 [UserExtensions.TianoCore."ExtraFiles"]\r
   IntelFrameworkModulePkgExtra.uni\r