]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg/UefiSpec.h: Add definition to support Capsule-on-Disk feature
authorChen A Chen <chen.a.chen@intel.com>
Fri, 25 Jan 2019 05:19:20 +0000 (13:19 +0800)
committerLiming Gao <liming.gao@intel.com>
Thu, 31 Jan 2019 06:07:58 +0000 (14:07 +0800)
BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=1482

UEFI Spec define this definition to support Capsule-on-Disk.

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Zhang Chao B <chao.b.zhang@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Chen A Chen <chen.a.chen@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
MdePkg/Include/Uefi/UefiSpec.h

index 75af99de505b63624d076d362c63df731b92dac9..8e7b96f09a1f27af8b729f60d766a11e5f88dee8 100644 (file)
@@ -2201,6 +2201,11 @@ typedef struct {
   #error Unknown Processor Type\r
 #endif\r
 \r
+//\r
+// The directory within the active EFI System Partition defined for delivery of capsule to firmware\r
+//\r
+#define EFI_CAPSULE_FILE_DIRECTORY            L"\\EFI\\UpdateCapsule\\"\r
+\r
 #include <Uefi/UefiPxe.h>\r
 #include <Uefi/UefiGpt.h>\r
 #include <Uefi/UefiInternalFormRepresentation.h>\r