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 845EB210F41C6 for ; Wed, 22 Aug 2018 00:15:22 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Aug 2018 00:15:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,273,1531810800"; d="scan'208";a="79046852" Received: from shwdeopenpsi168.ccr.corp.intel.com ([10.239.158.129]) by fmsmga002.fm.intel.com with ESMTP; 22 Aug 2018 00:15:20 -0700 From: Yonghong Zhu To: edk2-devel@lists.01.org Cc: Liming Gao , Michael Kinney , Kevin W Shaw Date: Wed, 22 Aug 2018 15:15:16 +0800 Message-Id: <1534922116-13656-1-git-send-email-yonghong.zhu@intel.com> X-Mailer: git-send-email 2.6.1.windows.1 MIME-Version: 1.0 Subject: [Patch] DSC Spec: Correct expression operator, update some typo and remove IPF 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: Wed, 22 Aug 2018 07:15:22 -0000 Content-Type: text/plain; charset=y Content-Transfer-Encoding: 8bit 1. Update the Table 5 about the expression operator 2. Update some typo and remove some not used items 3. Remove IPF Cc: Liming Gao Cc: Michael Kinney Cc: Kevin W Shaw Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Yonghong Zhu --- .../211_[components]_section_processing.md | 3 +- 2_dsc_overview/22_build_description_file_format.md | 32 +++++++++-------- 2_dsc_overview/24_[buildoptions]_section.md | 2 +- .../26_[libraries]_section_processing.md | 1 - .../27_[libraryclasses]_section_processing.md | 1 - 2_dsc_overview/28_pcd_section_processing.md | 13 ++++--- 2_dsc_overview/29_pcd_sections.md | 10 +++--- 3_edk_ii_dsc_file_format/310_pcd_sections.md | 42 ++++++++++++++-------- .../311_[components]_sections.md | 2 +- .../33_platform_dsc_definition.md | 39 +++++++------------- .../36_[buildoptions]_sections.md | 4 +-- .../39_[libraryclasses]_sections.md | 2 +- README.md | 2 +- 13 files changed, 76 insertions(+), 77 deletions(-) diff --git a/2_dsc_overview/211_[components]_section_processing.md b/2_dsc_overview/211_[components]_section_processing.md index 0adffd5..140f09c 100644 --- a/2_dsc_overview/211_[components]_section_processing.md +++ b/2_dsc_overview/211_[components]_section_processing.md @@ -1,9 +1,9 @@