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.136; helo=mga12.intel.com; envelope-from=yonghong.zhu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) (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 6D73121CAD998 for ; Tue, 7 Aug 2018 05:16:17 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Aug 2018 05:16:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,455,1526367600"; d="scan'208";a="246843593" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga005.jf.intel.com with ESMTP; 07 Aug 2018 05:16:17 -0700 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 7 Aug 2018 05:16:16 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 7 Aug 2018 05:16:16 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.226]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.205]) with mapi id 14.03.0319.002; Tue, 7 Aug 2018 20:16:13 +0800 From: "Zhu, Yonghong" To: "Gao, Liming" , "edk2-devel@lists.01.org" Thread-Topic: [Patch] DSC Spec: Update SkuId and DefaultStore name as C name style Thread-Index: AQHULjOcuOtgyn45oEm1pI9Fa9Oz2aS0NHIg Date: Tue, 7 Aug 2018 12:16:12 +0000 Message-ID: References: <1533635209-8076-1-git-send-email-liming.gao@intel.com> In-Reply-To: <1533635209-8076-1-git-send-email-liming.gao@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch] DSC Spec: Update SkuId and DefaultStore name as C name style X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Aug 2018 12:16:18 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Yonghong Zhu =20 Best Regards, Zhu Yonghong -----Original Message----- From: Gao, Liming=20 Sent: Tuesday, August 07, 2018 5:47 PM To: edk2-devel@lists.01.org Cc: Zhu, Yonghong Subject: [Patch] DSC Spec: Update SkuId and DefaultStore name as C name sty= le Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao Cc: Yonghong Zhu --- 3_edk_ii_dsc_file_format/310_pcd_sections.md | 15 +++++--------= -- 3_edk_ii_dsc_file_format/313_[defaultstores]_section.md | 3 +-- 3_edk_ii_dsc_file_format/35_[defines]_section.md | 2 +- 3_edk_ii_dsc_file_format/37_[skuids]_section.md | 3 +-- 4 files changed, 8 insertions(+), 15 deletions(-) diff --git a/3_edk_ii_dsc_file_format/310_pcd_sections.md b/3_edk_ii_dsc_fi= le_format/310_pcd_sections.md index 1879923..741a620 100644 --- a/3_edk_ii_dsc_file_format/310_pcd_sections.md +++ b/3_edk_ii_dsc_file_format/310_pcd_sections.md @@ -138,8 +138,7 @@ file. ::=3D ["," "PcdsFeatureFlag" ]* ::=3D "." ["." ] ::=3D [ ]* - ::=3D - ::=3D + ::=3D ::=3D ::=3D {} {} {} ``` @@ -219,8 +218,7 @@ fields that are separated by the pipe character, "|". ::=3D ["," "PcdsFixedAtBuild" ]* ::=3D "." ["." ] ::=3D [ ]* - ::=3D - ::=3D + ::=3D ::=3D {} {} {= } {} ::=3D [ ] ::=3D if (pcddatumtype =3D=3D "BOOLEAN"): @@ -327,8 +325,7 @@ of the DSC file. ]* ::=3D "." ["." ] ::=3D [ ]* - ::=3D - ::=3D + ::=3D ::=3D {} {} {= } {} ::=3D [ ] ::=3D if (pcddatumtype =3D=3D "BOOLEAN"): @@ -466,8 +463,7 @@ sections of the DSC file. ::=3D "." ["." ]["." ] ::=3D [ ]* ::=3D - ::=3D - ::=3D + ::=3D ::=3D [ ] ::=3D if (pcddatumtype =3D=3D "BOOLEAN"): {} {} @@ -681,8 +677,7 @@ sec= tions of the DSC file. ::=3D "." ["." ]["." ] ::=3D [ ]* ::=3D - ::=3D - ::=3D + ::=3D ::=3D [ ] ::=3D if (pcddatumtype =3D=3D "BOOLEAN"): {} {} diff --git a/3_edk_ii_d= sc_file_format/313_[defaultstores]_section.md b/3_edk_ii_dsc_file_format/31= 3_[defaultstores]_section.md index 614ed01..23dec7d 100644 --- a/3_edk_ii_dsc_file_format/313_[defaultstores]_section.md +++ b/3_edk_ii_dsc_file_format/313_[defaultstores]_section.md @@ -47,8 +47,7 @@ be applied in PcdsDynamicHii/PcdsDynamicExHii section. ```c ::=3D "[DefaultStores]" {*} - ::=3D - ::=3D + ::=3D ``` =20 #### Example diff --git a/3_edk_ii_dsc_file_format/35_[defines]_section.md b/3_edk_ii_ds= c_file_format/35_[defines]_section.md index 3961e4c..7337415 100644 --- a/3_edk_ii_dsc_file_format/35_[defines]_section.md +++ b/3_edk_ii_dsc_file_format/35_[defines]_section.md @@ -131,7 +131,7 @@ The `!include` statement may be used in a `[Defines]` s= ection. * * ::=3D {} {(0-9)+ "." (0-9)+} - ::=3D [ ]* + ::=3D [ ]* ::=3D [ ]* ::=3D "FIX_LOAD_TOP_MEMORY_ADDRESS"
::=3D diff --git a/3_edk_ii_dsc_file_format/37_[skuids]_section.md b/3_edk_ii_dsc= _file_format/37_[skuids]_section.md index 8e70b33..4c4d990 100644 --- a/3_edk_ii_dsc_file_format/37_[skuids]_section.md +++ b/3_edk_ii_dsc_file_format/37_[skuids]_section.md @@ -52,8 +52,7 @@ The `!include` file can only contain an ASCII (not Unicod= e) list of ```c ::=3D "[SkuIds]" {*} {} - ::=3D [ ] - ::=3D + ::=3D [ ] ``` =20 #### Example -- 2.8.0.windows.1