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.31; helo=mga06.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (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 2F74C210ED0E0 for ; Thu, 7 Jun 2018 01:15:34 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Jun 2018 01:15:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,486,1520924400"; d="scan'208";a="235142211" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga005.fm.intel.com with ESMTP; 07 Jun 2018 01:15:33 -0700 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 7 Jun 2018 01:15:33 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 7 Jun 2018 01:15:32 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.87]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.51]) with mapi id 14.03.0319.002; Thu, 7 Jun 2018 16:15:30 +0800 From: "Gao, Liming" To: "Zhu, Yonghong" , "edk2-devel@lists.01.org" CC: "Kinney, Michael D" , "Shaw, Kevin W" Thread-Topic: [edk2] [Patch] DSC Spec: Update two typo and definition Thread-Index: AQHT/WVD5S0HdmmQVUWhk66y6S+dk6RUdJOA Date: Thu, 7 Jun 2018 08:15:30 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E29416A@SHSMSX104.ccr.corp.intel.com> References: <1528268932-9532-1-git-send-email-yonghong.zhu@intel.com> In-Reply-To: <1528268932-9532-1-git-send-email-yonghong.zhu@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 two typo and definition X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jun 2018 08:15:34 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of >Yonghong Zhu >Sent: Wednesday, June 06, 2018 3:09 PM >To: edk2-devel@lists.01.org >Cc: Kinney, Michael D ; Shaw, Kevin W >; Gao, Liming >Subject: [edk2] [Patch] DSC Spec: Update two typo and >definition > >1. Update two typo >2. Correct the to use {} {}, this issue >was caused by flexible PCD value format extend. > >Cc: Liming Gao >Cc: Michael Kinney >Cc: Kevin W Shaw >Contributed-under: TianoCore Contribution Agreement 1.1 >Signed-off-by: Yonghong Zhu >--- > 3_edk_ii_dsc_file_format/310_pcd_sections.md | 4 ++-- > 3_edk_ii_dsc_file_format/311_[components]_sections.md | 12 +++++++----- > 2 files changed, 9 insertions(+), 7 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 4eaa15c..607c479 100644 >--- a/3_edk_ii_dsc_file_format/310_pcd_sections.md >+++ b/3_edk_ii_dsc_file_format/310_pcd_sections.md >@@ -496,11 +496,11 @@ sections of the DSC file. > {} {} > elif(pcddatumtype =3D=3D "UINT64"): > {} {} > else: > >- ::=3D [ ] >+ ::=3D {} {} [ ] > ::=3D > ::=3D {} {} > ::=3D [] > ::=3D > ::=3D [ ] >@@ -711,11 +711,11 @@ sections of the DSC file. > {} {} > elif (pcddatumtype =3D=3D "UINT64"): > {} {} > else: > >- ::=3D [ ] >+ ::=3D {} {} [ ] > ::=3D > ::=3D {} {} > ::=3D [] > ::=3D > ::=3D [ ] >diff --git a/3_edk_ii_dsc_file_format/311_[components]_sections.md >b/3_edk_ii_dsc_file_format/311_[components]_sections.md >index 5a3594a..7e24bac 100644 >--- a/3_edk_ii_dsc_file_format/311_[components]_sections.md >+++ b/3_edk_ii_dsc_file_format/311_[components]_sections.md >@@ -1,9 +1,9 @@ >