]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/MdeModulePkg.dec
MdeModulePkg: disable properties table generation but retain the code
[mirror_edk2.git] / MdeModulePkg / MdeModulePkg.dec
index f75a74af256c5db6c5c1f1d48d80b9ff4f8e103b..497574cb087022cdcc8b865c3d352e4da6d3ea5f 100644 (file)
@@ -3,7 +3,8 @@
 # It also provides the definitions(including PPIs/PROTOCOLs/GUIDs and library classes)\r
 # and libraries instances, which are used for those modules.\r
 #\r
-# Copyright (c) 2007 - 2019, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.\r
+# Copyright (c) 2007 - 2020, Intel Corporation. All rights reserved.<BR>\r
 # Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR>\r
 # (C) Copyright 2016 - 2019 Hewlett Packard Enterprise Development LP<BR>\r
 # Copyright (c) 2017, AMD Incorporated. All rights reserved.<BR>\r
   gEfiLockBoxProtocolGuid        = { 0xbd445d79, 0xb7ad, 0x4f04, { 0x9a, 0xd8, 0x29, 0xbd, 0x20, 0x40, 0xeb, 0x3c }}\r
 \r
   ## Include/Protocol/FormBrowserEx.h\r
-  gEfiFormBrowserExProtocolGuid = { 0x1f73b18d, 0x4630, 0x43c1, { 0xa1, 0xde, 0x6f, 0x80, 0x85, 0x5d, 0x7d, 0xa4 } }\r
   gEdkiiFormBrowserExProtocolGuid = { 0x1f73b18d, 0x4630, 0x43c1, { 0xa1, 0xde, 0x6f, 0x80, 0x85, 0x5d, 0x7d, 0xa4 } }\r
 \r
   ## Include/Protocol/EbcVmTest.h\r
   ## Include/Protocol/PeCoffImageEmulator.h\r
   gEdkiiPeCoffImageEmulatorProtocolGuid = { 0x96f46153, 0x97a7, 0x4793, { 0xac, 0xc1, 0xfa, 0x19, 0xbf, 0x78, 0xea, 0x97 } }\r
 \r
+  ## Include/Protocol/PlatformBootManager.h\r
+  gEdkiiPlatformBootManagerProtocolGuid = { 0xaa17add4, 0x756c, 0x460d, { 0x94, 0xb8, 0x43, 0x88, 0xd7, 0xfb, 0x3e, 0x59 } }\r
+\r
 #\r
 # [Error.gEfiMdeModulePkgTokenSpaceGuid]\r
 #   0x80000001 | Invalid value provided.\r
   # @Prompt Degrade 64-bit PCI MMIO BARs for legacy BIOS option ROMs\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdPciDegradeResourceForOptionRom|TRUE|BOOLEAN|0x0001003a\r
 \r
+  ## Indicates if the platform can support process non-reset capsule image at runtime.<BR><BR>\r
+  #   TRUE  - Supports process non-reset capsule image at runtime.<BR>\r
+  #   FALSE - Does not support process non-reset capsule image at runtime.<BR>\r
+  # @Prompt Enable process non-reset capsule image at runtime.\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdSupportProcessCapsuleAtRuntime|FALSE|BOOLEAN|0x00010079\r
+\r
 [PcdsFeatureFlag.IA32, PcdsFeatureFlag.ARM, PcdsFeatureFlag.AARCH64]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdPciDegradeResourceForOptionRom|FALSE|BOOLEAN|0x0001003a\r
 \r
   # @Prompt Flag to request system reboot after processing capsule.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdSystemRebootAfterCapsuleProcessFlag|0x0001|UINT16|0x0000006d\r
 \r
-  ## Publish PropertiesTable or not.\r
-  #\r
-  # If this PCD is TRUE, DxeCore publishs PropertiesTable.\r
-  # DxeCore evaluates if all runtime drivers has 4K aligned PE sections. If all\r
-  # PE sections in runtime drivers are 4K aligned, DxeCore sets BIT0 in\r
-  # PropertiesTable. Or DxeCore clears BIT0 in PropertiesTable.\r
-  # If this PCD is FALSE, DxeCore does not publish PropertiesTable.\r
-  #\r
-  # If PropertiesTable has BIT0 set, DxeCore uses below policy in UEFI memory map:\r
-  #   1) Use EfiRuntimeServicesCode for runtime driver PE image code section and\r
-  #      use EfiRuntimeServicesData for runtime driver PE image header and other section.\r
-  #   2) Set EfiRuntimeServicesCode to be EFI_MEMORY_RO.\r
-  #   3) Set EfiRuntimeServicesData to be EFI_MEMORY_XP.\r
-  #   4) Set EfiMemoryMappedIO and EfiMemoryMappedIOPortSpace to be EFI_MEMORY_XP.\r
-  #\r
-  # NOTE: Platform need gurantee this PCD is set correctly. Platform should set\r
-  # this PCD to be TURE if and only if all runtime driver has seperated Code/Data\r
-  # section. If PE code/data sections are merged, the result is unpredictable.\r
-  #\r
-  # UEFI 2.6 specification does not recommend to use this BIT0 attribute.\r
-  #\r
-  # @Prompt Publish UEFI PropertiesTable.\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdPropertiesTableEnable|FALSE|BOOLEAN|0x0000006e\r
-\r
   ## Default OEM ID for ACPI table creation, its length must be 0x6 bytes to follow ACPI specification.\r
   # @Prompt Default OEM ID for ACPI table creation.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemId|"INTEL "|VOID*|0x30001034\r