* [PATCH v2 0/2] CapsuleApp: Introduce Patch v2
@ 2019-01-28 6:55 Chen A Chen
0 siblings, 0 replies; only message in thread
From: Chen A Chen @ 2019-01-28 6:55 UTC (permalink / raw)
To: edk2-devel
Follow Gao,Liming and Yao,jiewen's comments, the MdeModulePkg should not
depends on ShellPkg. Remove the first patch of v1 that was used to refine
code with ShelLib, so the v2 has only 2 patch file.
Chen A Chen (2):
MdePkg/UefiSpec.h: Add definition to support Capsule-on-Disk feature.
MdeModulePkg/CapsuleApp: Enhance CapsuleApp to support
Capsule-on-Disk.
MdeModulePkg/Application/CapsuleApp/CapsuleApp.c | 153 +++-
MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf | 8 +
MdeModulePkg/Application/CapsuleApp/CapsuleDump.c | 535 +++++++++++++-
.../Application/CapsuleApp/CapsuleOnDisk.c | 802 +++++++++++++++++++++
MdeModulePkg/Include/Library/UefiBootManagerLib.h | 19 +
MdeModulePkg/Library/UefiBootManagerLib/BmBoot.c | 22 +
MdePkg/Include/Uefi/UefiSpec.h | 5 +
7 files changed, 1529 insertions(+), 15 deletions(-)
create mode 100644 MdeModulePkg/Application/CapsuleApp/CapsuleOnDisk.c
--
2.16.2.windows.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-01-28 6:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-28 6:55 [PATCH v2 0/2] CapsuleApp: Introduce Patch v2 Chen A Chen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox