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 126ED2095E529 for ; Mon, 25 Sep 2017 20:35:28 -0700 (PDT) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Sep 2017 20:38:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,439,1500966000"; d="scan'208";a="153313986" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga005.jf.intel.com with ESMTP; 25 Sep 2017 20:38:40 -0700 Received: from fmsmsx102.amr.corp.intel.com (10.18.124.200) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 25 Sep 2017 20:38:09 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX102.amr.corp.intel.com (10.18.124.200) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 25 Sep 2017 20:38:09 -0700 Received: from shsmsx152.ccr.corp.intel.com ([169.254.6.93]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.98]) with mapi id 14.03.0319.002; Tue, 26 Sep 2017 11:38:06 +0800 From: "Gao, Liming" To: "Zhu, Yonghong" , "edk2-devel@lists.01.org" CC: "Kinney, Michael D" , "Shaw, Kevin W" Thread-Topic: [Patch] FDF Spec: Per PI 1.6 to extend FFS alignment to 16M Thread-Index: AQHTNbBNGU4ia31/x02UxD7ttwpYoKLGhlNA Date: Tue, 26 Sep 2017 03:38:05 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E15D620@SHSMSX152.ccr.corp.intel.com> References: <1506310930-13104-1-git-send-email-yonghong.zhu@intel.com> In-Reply-To: <1506310930-13104-1-git-send-email-yonghong.zhu@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch] FDF Spec: Per PI 1.6 to extend FFS alignment to 16M X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Sep 2017 03:35:29 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao > -----Original Message----- > From: Zhu, Yonghong > Sent: Monday, September 25, 2017 11:42 AM > To: edk2-devel@lists.01.org > Cc: Gao, Liming ; Kinney, Michael D ; Shaw, Kevin W > Subject: [Patch] FDF Spec: Per PI 1.6 to extend FFS alignment to 16M >=20 > Cc: Liming Gao > Cc: Michael Kinney > Cc: Kevin W Shaw > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Yonghong Zhu > --- > 2_fdf_design_discussion/25_[fv]_sections.md | 4 ++-- > 3_edk_ii_fdf_file_format/32_fdf_definition.md | 4 +++- > README.md | 1 + > 3 files changed, 6 insertions(+), 3 deletions(-) >=20 > diff --git a/2_fdf_design_discussion/25_[fv]_sections.md b/2_fdf_design_d= iscussion/25_[fv]_sections.md > index 928455c..82755dd 100644 > --- a/2_fdf_design_discussion/25_[fv]_sections.md > +++ b/2_fdf_design_discussion/25_[fv]_sections.md > @@ -339,12 +339,12 @@ The `Fixed` and `Checksum` attributes are boolean f= lags, both default to >=20 > The Alignment attribute requires the "=3D value". >=20 > * `Fixed` - File can not be moved, default (not specified) is relocate-a= ble. >=20 > -* `Alignment` - Data (value is one of: 1, 2 4, 8, 16, 32, 64 128, 512, 1= K, 2K, > - 4K, 8K, 16K, 32K, 64K) byte aligned > +* `Alignment` - Data (value is one of: 1, 2, 4, 8, 16, 32, 64, 128, 512,= 1K, 2K, > + 4K, 8K, 16K, 32K, 64K, 128K, 256K, 512K, 1M, 2M, 4M, 8M, 16M) byte ali= gned >=20 > * `Checksum` - It is recommended that this be controlled on an entire FV= basis > not at the file level, however, we are including this attribute for > completeness. >=20 > diff --git a/3_edk_ii_fdf_file_format/32_fdf_definition.md b/3_edk_ii_fdf= _file_format/32_fdf_definition.md > index 67976b5..1379db4 100644 > --- a/3_edk_ii_fdf_file_format/32_fdf_definition.md > +++ b/3_edk_ii_fdf_file_format/32_fdf_definition.md > @@ -225,11 +225,13 @@ The following are common definitions used by multip= le section types. > {"4K"} {"8K"} {"16K"} {"32K"} {"64K"} > {"128K"} {"256K"} {"512K"} {"1M"} {"2M"} {"4M= "} > {"8M"} {"16M"} {"32M"} {"64M"} > {"128M"} {"256M"} {"512M"} {"1G"} {"2G"} > ::=3D {"Auto"} {"8"} {"16"} {"32"} {"64"} {"128"} > - {"512"} {"1K"} {"4K"} {"32K"} {"64K"} > + {"512"} {"1K"} {"4K"} {"32K"} {"64K"} {"128K"= } > + {"256K"} {"512K"} {"1M"} {"2M"} {"4M"} {"8M"} > + {"16M"} > ``` >=20 > ********** > **Note:** When using the characters "|" or "||" in an expression, the > expression must be encapsulated in open "(" and close ")" parenthesis. > diff --git a/README.md b/README.md > index 7ff8f36..71c92fc 100644 > --- a/README.md > +++ b/README.md > @@ -206,5 +206,6 @@ Copyright (c) 2006-2017, Intel Corporation. All right= s reserved. > | | [#142](https://bugzilla.tianocore.org/show_bug.cgi?id=3D1= 42) Update EDK II FDF Specification to allow sections in > any order | = | > | | [#478](https://bugzilla.tianocore.org/show_bug.cgi?id=3D4= 78) FDF spec: extend the to support > and | = | > | | [#353](https://bugzilla.tianocore.org/show_bug.cgi?id=3D3= 53) Build spec: Allow nested includes in DSC and FDF files > | | > | | [#520](https://bugzilla.tianocore.org/show_bug.cgi?id=3D5= 20) FDF spec: Update Precedence of PCD Values > | | > | | [#585](https://bugzilla.tianocore.org/show_bug.cgi?id=3D5= 85) FDF Spec: Update the FDF_SPECIFICATION version to > 0x0001001B or 1.27 | = | > +| | Per PI 1.6 to extend FFS alignment to 16M > | | > -- > 2.6.1.windows.1