]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/MdeModulePkg.dec
MdeModulePkg: Fix IPv4 double free
[mirror_edk2.git] / MdeModulePkg / MdeModulePkg.dec
index 623d8ed6828613979688041e0a58090779eca986..efd870b61828de45046206d1b1e022de96d80547 100644 (file)
@@ -4,6 +4,7 @@
 # and libraries instances, which are used for those modules.\r
 #\r
 # Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR>\r
 # This program and the accompanying materials are licensed and made available under\r
 # the terms and conditions of the BSD License that accompanies this distribution.\r
 # The full text of the license may be found at\r
 \r
   gEfiIfrFrontPageGuid        = { 0xe58809f8, 0xfbc1, 0x48e2, { 0x88, 0x3a, 0xa3, 0x0f, 0xdc, 0x4b, 0x44, 0x1e } }\r
 \r
+  ## Include/Guid/RamDiskHii.h\r
+  gRamDiskFormSetGuid            = { 0x2a46715f, 0x3581, 0x4a55, { 0x8e, 0x73, 0x2b, 0x76, 0x9a, 0xaa, 0x30, 0xc5 }}\r
+\r
 \r
 [Ppis]\r
   ## Include/Ppi/AtaController.h\r
   # @Prompt Enable Serial device Half Hand Shake\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseHalfHandshake|FALSE|BOOLEAN|0x00010073\r
 \r
+  ## Indicates if HII data and configuration has been exported.<BR><BR>\r
+  #  Add this PCD mainly consider the use case of simulator. This PCD maybe set to FALSE for\r
+  #  simulator platform because the performance cost for this feature.\r
+  #   TRUE  - Export HII data and configuration data.<BR>\r
+  #   FALSE - Does not export HII data and configuration.<BR>\r
+  # @Prompt Enable export HII data and configuration to be used in OS runtime.\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdHiiOsRuntimeSupport|TRUE|BOOLEAN|0x00010074\r
+\r
 [PcdsFeatureFlag.IA32, PcdsFeatureFlag.X64]\r
   ## Indicates if DxeIpl should switch to long mode to enter DXE phase.\r
   #  It is assumed that 64-bit DxeCore is built in firmware if it is true; otherwise 32-bit DxeCore\r
   # @Prompt Driver guid array of VFR drivers for VarCheckHiiBin generation.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdVarCheckVfrDriverGuidArray|{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }|VOID*|0x3000103A\r
 \r
+  ## Indicates which ACPI versions are targeted by the ACPI tables exposed to the OS\r
+  #  These values are aligned with the definitions in MdePkg/Include/Protocol/AcpiSystemDescriptionTable.h\r
+  #   BIT 1 - EFI_ACPI_TABLE_VERSION_1_0B.<BR>\r
+  #   BIT 2 - EFI_ACPI_TABLE_VERSION_2_0.<BR>\r
+  #   BIT 3 - EFI_ACPI_TABLE_VERSION_3_0.<BR>\r
+  #   BIT 4 - EFI_ACPI_TABLE_VERSION_4_0.<BR>\r
+  #   BIT 5 - EFI_ACPI_TABLE_VERSION_5_0.<BR>\r
+  # @Prompt Exposed ACPI table versions.\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiExposedTableVersions|0x3E|UINT32|0x0001004c\r
+\r
 [PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]\r
   ## This PCD defines the Console output row. The default value is 25 according to UEFI spec.\r
   #  This PCD could be set to 0 then console output would be at max column and max row.\r