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.126; helo=mga18.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org 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 5EB512115F513 for ; Sat, 29 Sep 2018 19:08:33 -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 orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Sep 2018 19:08:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,322,1534834800"; d="scan'208";a="78598895" Received: from lgao4-mobl1.ccr.corp.intel.com ([10.249.174.172]) by orsmga006.jf.intel.com with ESMTP; 29 Sep 2018 19:08:32 -0700 From: Liming Gao To: edk2-devel@lists.01.org Date: Sun, 30 Sep 2018 10:08:13 +0800 Message-Id: <20180930020813.29428-1-liming.gao@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 Subject: [Patch] FDF spec: Support Structure PCD field assignment syntax in [Defines] section 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: Sun, 30 Sep 2018 02:08:33 -0000 Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao Cc: Yonghong Zhu --- 3_edk_ii_fdf_file_format/34_[defines]_section.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3_edk_ii_fdf_file_format/34_[defines]_section.md b/3_edk_ii_fdf_file_format/34_[defines]_section.md index 4c8d08f..1bc30d9 100644 --- a/3_edk_ii_fdf_file_format/34_[defines]_section.md +++ b/3_edk_ii_fdf_file_format/34_[defines]_section.md @@ -61,7 +61,7 @@ Conditional statements may be used anywhere within this section. ::= {} {} {} ::= ::= {} {(0-9)+ "." (0-9)+} - ::= "SET" [] + ::= "SET" {} {} [] ::= {} {} {} {} {} {} {} ``` -- 2.10.0.windows.1