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=liming.gao@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 90780211B1121 for ; Mon, 28 Jan 2019 00:33:06 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Jan 2019 00:33:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,533,1539673200"; d="scan'208";a="139350367" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga004.fm.intel.com with ESMTP; 28 Jan 2019 00:33:04 -0800 Received: from shsmsx154.ccr.corp.intel.com (10.239.6.54) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 28 Jan 2019 00:33:04 -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; Mon, 28 Jan 2019 16:33:02 +0800 From: "Gao, Liming" To: "Chen, Chen A" , "edk2-devel@lists.01.org" CC: "Kinney, Michael D" , "Zhang, Chao B" Thread-Topic: [PATCH v2 2/3] MdePkg/UefiGpt.h: Add new definition for enable GPT support Thread-Index: AQHUts43/KK1Sw3+e0eXq+5vlKh8JaXEV+yg Date: Mon, 28 Jan 2019 08:33:02 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E3D13D1@SHSMSX104.ccr.corp.intel.com> References: <20190128055601.4940-1-chen.a.chen@intel.com> <20190128055601.4940-3-chen.a.chen@intel.com> In-Reply-To: <20190128055601.4940-3-chen.a.chen@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTMxNTgxODctNWEzZi00MzhjLTgyZjAtYjcxYTNjNDE1MWZkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiXC9FNGNLZDZCSWh1TEJyalFmbmJDSHpVSWFPaHE5YTJWQndzMm1vSnJ6ZWloWGtpb2ltaHM4a0tFYmgyd0UyUWkifQ== 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 v2 2/3] MdePkg/UefiGpt.h: Add new definition for enable GPT support 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: Mon, 28 Jan 2019 08:33:06 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao > -----Original Message----- > From: Chen, Chen A > Sent: Monday, January 28, 2019 1:56 PM > To: edk2-devel@lists.01.org > Cc: Chen, Chen A ; Gao, Liming ; Kinney, Michael D ; > Zhang, Chao B > Subject: [PATCH v2 2/3] MdePkg/UefiGpt.h: Add new definition for enable G= PT support >=20 > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1470 >=20 > This definition comes from UEFI Spec and used to support GPT in FatPei dr= iver. >=20 > Cc: Liming Gao > Cc: Michael D Kinney > Cc: Zhang Chao B > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Chen A Chen > --- > MdePkg/Include/Uefi/UefiGpt.h | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) >=20 > diff --git a/MdePkg/Include/Uefi/UefiGpt.h b/MdePkg/Include/Uefi/UefiGpt.= h > index f635b05390..e4e919beaf 100644 > --- a/MdePkg/Include/Uefi/UefiGpt.h > +++ b/MdePkg/Include/Uefi/UefiGpt.h > @@ -1,7 +1,7 @@ > /** @file > EFI Guid Partition Table Format Definition. >=20 > -Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
> +Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.
> This program and the accompanying materials are licensed and made availa= ble under > the terms and conditions of the BSD License that accompanies this distri= bution. > The full text of the license may be found at > @@ -24,6 +24,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EIT= HER EXPRESS OR IMPLIED. > /// EFI Partition Table Signature: "EFI PART". > /// > #define EFI_PTAB_HEADER_ID SIGNATURE_64 ('E','F','I',' ','P','A','R= ','T') > +/// > +/// Minimum bytes reserve for EFI entry array buffer. > +/// > +#define EFI_GPT_PART_ENTRY_MIN_SIZE 16384 >=20 > #pragma pack(1) >=20 > -- > 2.16.2.windows.1