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.115; helo=mga14.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (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 72293210D97B2 for ; Tue, 7 Aug 2018 02:47:00 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Aug 2018 02:46:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,454,1526367600"; d="scan'208";a="64147684" Received: from shwde7172.ccr.corp.intel.com ([10.239.158.25]) by orsmga006.jf.intel.com with ESMTP; 07 Aug 2018 02:46:58 -0700 From: Liming Gao To: edk2-devel@lists.01.org Date: Tue, 7 Aug 2018 17:46:49 +0800 Message-Id: <1533635209-8076-1-git-send-email-liming.gao@intel.com> X-Mailer: git-send-email 2.8.0.windows.1 Subject: [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 09:47:00 -0000 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_file_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. ::= ["," "PcdsFeatureFlag" ]* ::= "." ["." ] ::= [ ]* - ::= - ::= + ::= ::= ::= {} {} {} ``` @@ -219,8 +218,7 @@ fields that are separated by the pipe character, "|". ::= ["," "PcdsFixedAtBuild" ]* ::= "." ["." ] ::= [ ]* - ::= - ::= + ::= ::= {} {} {} {} ::= [ ] ::= if (pcddatumtype == "BOOLEAN"): @@ -327,8 +325,7 @@ of the DSC file. ]* ::= "." ["." ] ::= [ ]* - ::= - ::= + ::= ::= {} {} {} {} ::= [ ] ::= if (pcddatumtype == "BOOLEAN"): @@ -466,8 +463,7 @@ sections of the DSC file. ::= "." ["." ]["." ] ::= [ ]* ::= - ::= - ::= + ::= ::= [ ] ::= if (pcddatumtype == "BOOLEAN"): {} {} @@ -681,8 +677,7 @@ sections of the DSC file. ::= "." ["." ]["." ] ::= [ ]* ::= - ::= - ::= + ::= ::= [ ] ::= if (pcddatumtype == "BOOLEAN"): {} {} diff --git a/3_edk_ii_dsc_file_format/313_[defaultstores]_section.md b/3_edk_ii_dsc_file_format/313_[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 ::= "[DefaultStores]" {*} - ::= - ::= + ::= ``` #### Example diff --git a/3_edk_ii_dsc_file_format/35_[defines]_section.md b/3_edk_ii_dsc_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]` section. * * ::= {} {(0-9)+ "." (0-9)+} - ::= [ ]* + ::= [ ]* ::= [ ]* ::= "FIX_LOAD_TOP_MEMORY_ADDRESS"
::= 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 Unicode) list of ```c ::= "[SkuIds]" {*} {} - ::= [ ] - ::= + ::= [ ] ``` #### Example -- 2.8.0.windows.1