X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FCapsuleRuntimeDxe%2FCapsuleRuntimeDxe.inf;h=2ab29ba339b2cd3f759328de622f1fe7c397e0c5;hp=3e0d992cc19febbbb5bcc9e7325bf49c178a8491;hb=3f9dcac0f2d3bb5cb02d68ee916b76d0f8cd973e;hpb=58612f248fe1d008df3aafb29862f9f3aaa60ec5 diff --git a/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf b/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf index 3e0d992cc1..2ab29ba339 100644 --- a/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf +++ b/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf @@ -2,10 +2,10 @@ # # Capsule Runtime Driver produces two UEFI capsule runtime services. # (UpdateCapsule, QueryCapsuleCapabilities) -# It installs the Capsule Architectural Protocol (EDKII extension definition) to signify +# It installs the Capsule Architectural Protocol defined in PI1.0a to signify # the capsule runtime services are ready. # -# Copyright (c) 2006 - 2008, Intel Corporation.
+# Copyright (c) 2006 - 2009, Intel Corporation.
# All rights reserved. This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at @@ -55,9 +55,9 @@ [FeaturePcd] gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset -[FixedPcd] +[Pcd] gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule - gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule + gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule || PcdSupportUpdateCapsuleReset ## Populate Image requires reset support. [Depex] gEfiVariableWriteArchProtocolGuid ## Depends on variable write functionality to produce capsule data variable