]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
MdeModulePkg/HiiDatabaseDxe: ASSERT StringPtr
[mirror_edk2.git] / MdeModulePkg / Universal / CapsuleRuntimeDxe / CapsuleRuntimeDxe.inf
index 3849bc84a853074c8da03e2d9f96a9ca8961afb5..9da450722b51be96bdf6563e60cb610f2c3a603e 100644 (file)
@@ -4,14 +4,8 @@
 #  It installs the Capsule Architectural Protocol defined in PI1.0a to signify\r
 #  the capsule runtime services are ready.\r
 #\r
-#  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
-#  This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution.  The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#  Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.<BR>\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC ARM AARCH64\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC ARM AARCH64\r
 #\r
 \r
 [Sources]\r
   CapsuleService.c\r
   CapsuleService.h\r
 \r
-[Sources.Ia32, Sources.IPF, Sources.EBC]\r
+[Sources.Ia32, Sources.EBC, Sources.ARM, Sources.AARCH64]\r
   SaveLongModeContext.c\r
-  CapsuleReset.c\r
 \r
-[Sources.X64]\r
-  X64/SaveLongModeContext.c\r
+[Sources.Ia32, Sources.X64, Sources.ARM, Sources.AARCH64]\r
+  CapsuleCache.c\r
+\r
+[Sources.Ia32, Sources.X64, Sources.EBC]\r
   CapsuleReset.c\r
 \r
 [Sources.ARM, Sources.AARCH64]\r
-  SaveLongModeContext.c\r
   Arm/CapsuleReset.c\r
 \r
+[Sources.EBC]\r
+  CapsuleCacheNull.c\r
+\r
+[Sources.X64]\r
+  X64/SaveLongModeContext.c\r
+\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
   BaseLib\r
   PrintLib\r
   BaseMemoryLib\r
+  CacheMaintenanceLib\r
 \r
 [LibraryClasses.X64]\r
   UefiLib\r
   BaseMemoryLib\r
 \r
-[LibraryClasses.ARM, LibraryClasses.AARCH64]\r
-  CacheMaintenanceLib\r
-\r
 [Guids]\r
   ## SOMETIMES_PRODUCES   ## Variable:L"CapsuleUpdateData" # (Process across reset capsule image) for capsule updated data\r
   ## SOMETIMES_PRODUCES   ## Variable:L"CapsuleLongModeBuffer" # The long mode buffer used by IA32 Capsule PEIM to call X64 CapsuleCoalesce code to handle >4GB capsule blocks\r
@@ -92,6 +90,7 @@
 [Pcd]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule   ## SOMETIMES_CONSUMES\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule      ## SOMETIMES_CONSUMES # Populate Image requires reset support.\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleInRamSupport         ## CONSUMES\r
 \r
 [Pcd.X64]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdCapsulePeiLongModeStackSize   ## SOMETIMES_CONSUMES\r