From nobody Fri May 3 10:28:56 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org; dmarc=fail(p=none dis=none) header.from=intel.com Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1528268937820402.1847340629515; Wed, 6 Jun 2018 00:08:57 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 6E8EB2117505A; Wed, 6 Jun 2018 00:08:56 -0700 (PDT) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) (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 7A3F721168219 for ; Wed, 6 Jun 2018 00:08:55 -0700 (PDT) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Jun 2018 00:08:54 -0700 Received: from shwdeopenpsi168.ccr.corp.intel.com ([10.239.158.129]) by fmsmga004.fm.intel.com with ESMTP; 06 Jun 2018 00:08:53 -0700 X-Original-To: edk2-devel@lists.01.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.126; helo=mga18.intel.com; envelope-from=yonghong.zhu@intel.com; receiver=edk2-devel@lists.01.org X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,482,1520924400"; d="scan'208";a="60780570" From: Yonghong Zhu To: edk2-devel@lists.01.org Date: Wed, 6 Jun 2018 15:08:52 +0800 Message-Id: <1528268932-9532-1-git-send-email-yonghong.zhu@intel.com> X-Mailer: git-send-email 2.6.1.windows.1 Subject: [edk2] [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: , Cc: Michael Kinney , Kevin W Shaw , Liming Gao MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail: RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" 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 Reviewed-by: Liming Gao --- 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_fi= le_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 @@