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.151; helo=mga17.intel.com; envelope-from=jian.j.wang@intel.com; receiver=edk2-devel@lists.01.org Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) (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 01B8C211C3842 for ; Wed, 30 Jan 2019 18:47:33 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Jan 2019 18:47:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,543,1539673200"; d="scan'208";a="120844115" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga008.fm.intel.com with ESMTP; 30 Jan 2019 18:47:33 -0800 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 30 Jan 2019 18:47:33 -0800 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 30 Jan 2019 18:47:32 -0800 Received: from shsmsx107.ccr.corp.intel.com ([169.254.9.162]) by SHSMSX153.ccr.corp.intel.com ([169.254.12.190]) with mapi id 14.03.0415.000; Thu, 31 Jan 2019 10:47:31 +0800 From: "Wang, Jian J" To: "Chen, Chen A" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [PATCH v4 0/4] Introduce CapsuleApp patch v4 Thread-Index: AQHUuQ2CDrItBB2nHEmiai0Id4c446XIqqLw Date: Thu, 31 Jan 2019 02:47:30 +0000 Message-ID: References: <20190131023418.11816-1-chen.a.chen@intel.com> In-Reply-To: <20190131023418.11816-1-chen.a.chen@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTZhZTM0NzEtN2NlYy00OTkxLThhMDktOGI2MzA1ZDZlNjI5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiVjR1dkptMzB0bThHUm02djI0cUp0XC9DM2o1YVQ0eXpXeEFINDB0YkVrRWhQNndEeGEyUm9TOUhIcWJZRHlwZjkifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [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:47:34 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Chen, I just noticed that there's another patch series in which a new interface C= harToUpper() is introduced in BaseLib which can be used to replace your local equivalent= one UpperCaseString(). I would suggest to hold your patch for a while and use t= he new=20 interface instead once that patch series is pushed. Sorry for the late remi= nd. Regards, Jian > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Ch= en > A Chen > Sent: Thursday, January 31, 2019 10:34 AM > To: edk2-devel@lists.01.org > Subject: [edk2] [PATCH v4 0/4] Introduce CapsuleApp patch v4 >=20 > No functionality change. > Fix ECC and code style issue. > Already pass CR process. > https://git-amr-7.devtools.intel.com/gerrit/#/c/39023/ >=20 > 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 >=20 > 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 >=20 > -- > 2.16.2.windows.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel