From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.24; helo=mga09.intel.com; envelope-from=hao.a.wu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (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 71FBE211BD5E9 for ; Wed, 30 Jan 2019 19:14:04 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Jan 2019 19:14:03 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,543,1539673200"; d="scan'208";a="122743827" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga003.jf.intel.com with ESMTP; 30 Jan 2019 19:14:03 -0800 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 30 Jan 2019 19:14:03 -0800 Received: from shsmsx154.ccr.corp.intel.com (10.239.6.54) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 30 Jan 2019 19:14:02 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.102]) by SHSMSX154.ccr.corp.intel.com ([169.254.7.232]) with mapi id 14.03.0415.000; Thu, 31 Jan 2019 11:13:59 +0800 From: "Wu, Hao A" To: "Chen, Chen A" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [PATCH v2 0/3] FatPkg/GPT: Introduce GPT patch v3 Thread-Index: AQHUt5Ns0JcaLppl80mlaF2CmsKVYKXItkWw Date: Thu, 31 Jan 2019 03:13:59 +0000 Message-ID: References: <20190129052737.16272-1-chen.a.chen@intel.com> In-Reply-To: <20190129052737.16272-1-chen.a.chen@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH v2 0/3] FatPkg/GPT: Introduce GPT patch v3 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 03:14:04 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Ch= en > A Chen > Sent: Tuesday, January 29, 2019 1:28 PM > To: edk2-devel@lists.01.org > Subject: [edk2] [PATCH v2 0/3] FatPkg/GPT: Introduce GPT patch v3 >=20 > No function change, fix code style issue. Thanks for the contribution. Series has been pushed @8a9301cdd7..0d18f5db32. Best Regards, Hao Wu >=20 > Chen A Chen (3): > FatPkg: Break down Part.c file. > MdePkg/UefiGpt.h: Add new definition for enable GPT support > FatPkg: Add GPT check in FatPei to support Capsule-on-Disk feature. >=20 > FatPkg/FatPei/Eltorito.c | 239 ++++++++++++++++++ > FatPkg/FatPei/FatLitePeim.h | 3 +- > FatPkg/FatPei/FatPei.inf | 7 +- > FatPkg/FatPei/Gpt.c | 548 > ++++++++++++++++++++++++++++++++++++++++++ > FatPkg/FatPei/Mbr.c | 181 ++++++++++++++ > FatPkg/FatPei/Part.c | 434 +++------------------------------ > MdePkg/Include/Uefi/UefiGpt.h | 6 +- > 7 files changed, 1020 insertions(+), 398 deletions(-) > create mode 100644 FatPkg/FatPei/Eltorito.c > create mode 100644 FatPkg/FatPei/Gpt.c > create mode 100644 FatPkg/FatPei/Mbr.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