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.93; helo=mga11.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (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 4F04521159902 for ; Thu, 27 Sep 2018 08:41:15 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Sep 2018 08:41:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,311,1534834800"; d="scan'208";a="94361455" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga001.jf.intel.com with ESMTP; 27 Sep 2018 08:41:11 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 27 Sep 2018 08:41:11 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.183]) by shsmsx102.ccr.corp.intel.com ([169.254.2.140]) with mapi id 14.03.0319.002; Thu, 27 Sep 2018 23:41:09 +0800 From: "Gao, Liming" To: "Zhu, Yonghong" , "edk2-devel@lists.01.org" CC: "Kinney, Michael D" , "Shaw, Kevin W" Thread-Topic: [Patch] Build Spec: Update EBNF of --pcd for String type to at least one char Thread-Index: AQHUVKsFNBI1Jb6Clk2qRaXW0M76XqUER6VA Date: Thu, 27 Sep 2018 15:41:08 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E31C9DB@SHSMSX104.ccr.corp.intel.com> References: <1537864610-10616-1-git-send-email-yonghong.zhu@intel.com> In-Reply-To: <1537864610-10616-1-git-send-email-yonghong.zhu@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTFmNWRmNTAtMjcyYS00N2UzLThlOWUtMmNmYzUxZWIxZjJiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiRXgrajFTcWNjUUxJeUp6VVVwSG9PZG5yMlpZbitaWmI0OUxER3pObGtzUWpmV3R6NDlWaUFsVHk3NUFmQ3VVeiJ9 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] Build Spec: Update EBNF of --pcd for String type to at least one char 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, 27 Sep 2018 15:41:16 -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: Tuesday, September 25, 2018 4:37 PM > To: edk2-devel@lists.01.org > Cc: Gao, Liming ; Kinney, Michael D ; Shaw, Kevin W > Subject: [Patch] Build Spec: Update EBNF of --pcd for String type to at l= east one char >=20 > Update the '*' in the EBNF to '+' which means in the string there at > least need one char. the case like "" is not supported. >=20 > Cc: Liming Gao > Cc: Michael Kinney > Cc: Kevin W Shaw > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Yonghong Zhu > --- > appendix_d_buildexe_command/d4_usage.md | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/appendix_d_buildexe_command/d4_usage.md b/appendix_d_buildex= e_command/d4_usage.md > index 16c3630..00928f3 100644 > --- a/appendix_d_buildexe_command/d4_usage.md > +++ b/appendix_d_buildexe_command/d4_usage.md > @@ -214,12 +214,12 @@ precedence over PCD provided in DSC, FDF, INF, and = DEC files. > ::=3D {"0x"} {"0X"} (a-fA-F0-9){1,16} > ::=3D {} {} > ::=3D {"TRUE"} {"True"} {"true"} {"1"} {"0x1"} {"0x01"= } > ::=3D {"FALSE"} {"False"} {"false"} {"0"} {"0x0"} {"0x= 00"} > ::=3D {} {} > - ::=3D ["L"] * > - ::=3D ["L"] "\" * > + ::=3D ["L"] + > + ::=3D ["L"] "\" + > "\" > ::=3D {} {} > ::=3D 0x22 > ::=3D 0x27 > ::=3D {0x21} {(0x23 - 0x26)} {(0x28 - 0x5B)} {(0x5D - = 0x7E)} > -- > 2.6.1.windows.1