public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Chen A Chen <chen.a.chen@intel.com>
To: edk2-devel@lists.01.org
Subject: [PATCH v3 0/4] Introduce CapsuleApp patch v3
Date: Tue, 29 Jan 2019 15:43:37 +0800	[thread overview]
Message-ID: <20190129074341.7032-1-chen.a.chen@intel.com> (raw)

Fix Typo and code style issue, no any function change.
According to package owner's input, Split this patch to smaller granularity.

Chen A Chen (4):
  MdePkg/UefiSpec.h: Add definition to support Capsule-on-Disk feature
  MdeModulePkg/CapsuleApp: Add a function used to get next DevicePath
  MdeModulePkg/CapsuleApp: Add functions to support Capsule-on-Disk
  MdeModulePkg/CapsuleApp: Enhance CapsuleApp to support Capsule-on-Disk

 MdeModulePkg/Application/CapsuleApp/CapsuleApp.c   | 155 +++-
 MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf |   8 +
 MdeModulePkg/Application/CapsuleApp/CapsuleDump.c  | 538 +++++++++++++-
 .../Application/CapsuleApp/CapsuleOnDisk.c         | 806 +++++++++++++++++++++
 MdeModulePkg/Include/Library/UefiBootManagerLib.h  |  21 +-
 MdeModulePkg/Library/UefiBootManagerLib/BmBoot.c   |  24 +-
 MdePkg/Include/Uefi/UefiSpec.h                     |   5 +
 7 files changed, 1538 insertions(+), 19 deletions(-)
 create mode 100644 MdeModulePkg/Application/CapsuleApp/CapsuleOnDisk.c

-- 
2.16.2.windows.1



             reply	other threads:[~2019-01-29  7:43 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-29  7:43 Chen A Chen [this message]
2019-01-29  7:43 ` [PATCH v3 1/4] MdePkg/UefiSpec.h: Add definition to support Capsule-on-Disk feature Chen A Chen
2019-01-29  9:00   ` Ni, Ray
2019-01-29  7:43 ` [PATCH v3 2/4] MdeModulePkg/CapsuleApp: Add a function used to get next DevicePath Chen A Chen
2019-01-29 14:02   ` Wang, Jian J
2019-01-29  7:43 ` [PATCH v3 3/4] MdeModulePkg/CapsuleApp: Add functions to support Capsule-on-Disk Chen A Chen
2019-01-29 14:02   ` Wang, Jian J
2019-01-29  7:43 ` [PATCH v3 4/4] MdeModulePkg/CapsuleApp: Enhance CapsuleApp " Chen A Chen
2019-01-29 14:01   ` Wang, Jian J

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190129074341.7032-1-chen.a.chen@intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox