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 DE4E2211D507C for ; Wed, 6 Mar 2019 00:40:23 -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; 06 Mar 2019 00:40:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,447,1544515200"; d="scan'208";a="131654342" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga003.jf.intel.com with ESMTP; 06 Mar 2019 00:40:20 -0800 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 6 Mar 2019 00:40:20 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX119.amr.corp.intel.com (10.18.124.207) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 6 Mar 2019 00:40:20 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.74]) by shsmsx102.ccr.corp.intel.com ([169.254.2.163]) with mapi id 14.03.0415.000; Wed, 6 Mar 2019 16:40:18 +0800 From: "Gao, Liming" To: "Feng, Bob C" , "edk2-devel@lists.01.org" Thread-Topic: [Patch] Document: Add PCD flexible format value EBNF in Fdf. Thread-Index: AQHU0yupwbURA1rtjE24i++VTd5fjaX+ShWw Date: Wed, 6 Mar 2019 08:40:17 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E3FC496@SHSMSX104.ccr.corp.intel.com> References: <20190305081542.24744-1-bob.c.feng@intel.com> In-Reply-To: <20190305081542.24744-1-bob.c.feng@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYmY0OTk4ZmItY2M2Yi00MDQ0LTlmYWMtZjMwOTYyYTkyMWVjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiR2t1dzNvWkRiU1NRc2hxYXFcL21pZHhTRDhvaTl6aHMzQ3YrUkt0OCtOVUNXcW40YXplcnNGNnJWOWRBeDRyZysifQ== 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] Document: Add PCD flexible format value EBNF in Fdf. 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: Wed, 06 Mar 2019 08:40:24 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao > -----Original Message----- > From: Feng, Bob C > Sent: Tuesday, March 5, 2019 12:16 AM > To: edk2-devel@lists.01.org > Cc: Feng, Bob C ; Gao, Liming ; Zhu, Yonghong > Subject: [Patch] Document: Add PCD flexible format value EBNF in Fdf. >=20 > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D541 >=20 > This patch is to add flexible PCD value format EBNF into Fdf spec. >=20 > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Bob Feng > Cc: Liming Gao > Cc: Yonghong Zhu > --- > 3_edk_ii_fdf_file_format/32_fdf_definition.md | 25 ++++++++++++++++--- > 3_edk_ii_fdf_file_format/35_[fd]_sections.md | 4 +-- > 3_edk_ii_fdf_file_format/36_[fv]_sections.md | 4 +-- > .../37_[capsule]_sections.md | 4 +-- > 4 files changed, 27 insertions(+), 10 deletions(-) >=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 db098cf..2b044ab 100644 > --- a/3_edk_ii_fdf_file_format/32_fdf_definition.md > +++ b/3_edk_ii_fdf_file_format/32_fdf_definition.md > @@ -1,9 +1,9 @@ >