diff options
author | Chen A Chen <chen.a.chen@intel.com> | 2019-01-25 13:19:20 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2019-01-31 14:07:58 +0800 |
commit | 1cf40fbcf6c40ab02fa3da8e34b3d74e192ac704 (patch) | |
tree | f4128c07894fa23d4e322d14e45bdd9112e9cb44 | |
parent | 02021d2ea4f64be3f29d4a0d9707a60889f3f71b (diff) | |
download | edk2-1cf40fbcf6c40ab02fa3da8e34b3d74e192ac704.tar.gz edk2-1cf40fbcf6c40ab02fa3da8e34b3d74e192ac704.tar.bz2 edk2-1cf40fbcf6c40ab02fa3da8e34b3d74e192ac704.zip |
MdePkg/UefiSpec.h: Add definition to support Capsule-on-Disk feature
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>
-rw-r--r-- | MdePkg/Include/Uefi/UefiSpec.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MdePkg/Include/Uefi/UefiSpec.h b/MdePkg/Include/Uefi/UefiSpec.h index 75af99de50..8e7b96f09a 100644 --- a/MdePkg/Include/Uefi/UefiSpec.h +++ b/MdePkg/Include/Uefi/UefiSpec.h @@ -2201,6 +2201,11 @@ typedef struct { #error Unknown Processor Type
#endif
+//
+// The directory within the active EFI System Partition defined for delivery of capsule to firmware
+//
+#define EFI_CAPSULE_FILE_DIRECTORY L"\\EFI\\UpdateCapsule\\"
+
#include <Uefi/UefiPxe.h>
#include <Uefi/UefiGpt.h>
#include <Uefi/UefiInternalFormRepresentation.h>
|