From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.93; helo=mga11.intel.com; envelope-from=chen.a.chen@intel.com; receiver=edk2-devel@lists.01.org Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id C1B09211C280D for ; Wed, 30 Jan 2019 18:34:27 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Jan 2019 18:34:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,543,1539673200"; d="scan'208";a="315057760" Received: from chenche4.ccr.corp.intel.com ([10.239.9.12]) by fmsmga006.fm.intel.com with ESMTP; 30 Jan 2019 18:34:26 -0800 From: Chen A Chen To: edk2-devel@lists.01.org Date: Thu, 31 Jan 2019 10:34:14 +0800 Message-Id: <20190131023418.11816-1-chen.a.chen@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 Subject: [PATCH v4 0/4] Introduce CapsuleApp patch v4 X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jan 2019 02:34:28 -0000 No functionality change. Fix ECC and code style issue. Already pass CR process. https://git-amr-7.devtools.intel.com/gerrit/#/c/39023/ 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 | 160 +++- MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf | 8 + MdeModulePkg/Application/CapsuleApp/CapsuleDump.c | 538 +++++++++++++- .../Application/CapsuleApp/CapsuleOnDisk.c | 808 +++++++++++++++++++++ MdeModulePkg/Include/Library/UefiBootManagerLib.h | 21 +- MdeModulePkg/Library/UefiBootManagerLib/BmBoot.c | 24 +- MdeModulePkg/MdeModulePkg.dsc | 1 + MdePkg/Include/Uefi/UefiSpec.h | 5 + 8 files changed, 1546 insertions(+), 19 deletions(-) create mode 100644 MdeModulePkg/Application/CapsuleApp/CapsuleOnDisk.c -- 2.16.2.windows.1