]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Universal / CapsuleRuntimeDxe / CapsuleRuntimeDxe.inf
index 9ab04ce1b301a9296c4ea96fddb30ee0753f784d..ad7af5fe623a6958b69582566ffd4867cc015c94 100644 (file)
@@ -1,18 +1,18 @@
 ## @file\r
 #  Capsule Runtime Driver produces two UEFI capsule runtime services: (UpdateCapsule, QueryCapsuleCapabilities).\r
 #\r
-#  It installs the Capsule Architectural Protocol defined in PI1.0a to signify \r
+#  It installs the Capsule Architectural Protocol defined in PI1.0a to signify\r
 #  the capsule runtime services are ready.\r
-#  \r
-#  Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>\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
+#\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
-#  \r
+#\r
 ##\r
 \r
 [Defines]\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\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, Sources.ARM, Sources.AARCH64]\r
+[Sources.Ia32, Sources.EBC, Sources.ARM, Sources.AARCH64]\r
   SaveLongModeContext.c\r
+  CapsuleReset.c\r
 \r
 [Sources.X64]\r
   X64/SaveLongModeContext.c\r
+  CapsuleReset.c\r
+\r
+[Sources.ARM, Sources.AARCH64]\r
+  SaveLongModeContext.c\r
+  Arm/CapsuleReset.c\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
@@ -59,6 +66,9 @@
   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