From nobody Fri Apr 19 04:13:04 2024 Delivered-To: importer@patchew.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; Authentication-Results: mx.zoho.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; Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1495916224488983.8202086450115; Sat, 27 May 2017 13:17:04 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 1A6EB21A16ED1; Sat, 27 May 2017 13:16:04 -0700 (PDT) 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 6700821A16EC6 for ; Sat, 27 May 2017 13:16:02 -0700 (PDT) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 May 2017 13:16:58 -0700 Received: from mdkinney-mobl.amr.corp.intel.com ([10.252.129.193]) by fmsmga002.fm.intel.com with ESMTP; 27 May 2017 13:16:58 -0700 X-Original-To: edk2-devel@lists.01.org X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,404,1491289200"; d="scan'208";a="1175182259" From: Michael Kinney To: edk2-devel@lists.01.org Date: Sat, 27 May 2017 13:16:53 -0700 Message-Id: <1495916213-32912-2-git-send-email-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.6.3.windows.1 In-Reply-To: <1495916213-32912-1-git-send-email-michael.d.kinney@intel.com> References: <1495916213-32912-1-git-send-email-michael.d.kinney@intel.com> Subject: [edk2] [edk2-BuildSpecification PATCH V2] Add EBNF for --pcd flag command line flag X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 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" https://bugzilla.tianocore.org/show_bug.cgi?id=3D523 Cc: Liming Gao Cc: Yonghong Zhu Cc: Kevin W Shaw Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael Kinney Reviewed-by: Yonghong Zhu --- README.md | 3 ++- appendix_d_buildexe_command/d4_usage.md | 32 +++++++++++++++++++++++++++++= +++ 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 16fcc4a..00fd89d 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ Copyright (c) 2008-2017, Intel Corporation. All rights = reserved. | | Remove Unicode file storage requirement; refer to the Multi= -String UNI File Format Specification instead. = = = | = | | | Clarify BUILDRULEORDER = = = = | = | | | Add support for INF statement in an FD region. = = = = | = | -| 1.27 | Convert to Gitbook = = = = | A= pril 2017 | +| 1.27 | Convert to Gitbook = = = = | M= ay 2017 | | | [#471](https://bugzilla.tianocore.org/show_bug.cgi?id=3D471= ) Build spec: only copy the "TianoCore" Userextension section into "As Buil= t" INF = = |= | | | [#472](https://bugzilla.tianocore.org/show_bug.cgi?id=3D472= ) [Build Spec] Extend macro usage in the !include statements for DSC/FDF fi= les = = |= | | | [#483](https://bugzilla.tianocore.org/show_bug.cgi?id=3D483= ) Build Spec: add description for merge Pre-build and Post-build into build= process = = |= | @@ -212,3 +212,4 @@ Copyright (c) 2008-2017, Intel Corporation. All rights = reserved. | | [#504](https://bugzilla.tianocore.org/show_bug.cgi?id=3D504= ) Update build report to support -Y HASH option = = = |= | | | [#508](https://bugzilla.tianocore.org/show_bug.cgi?id=3D508= ) Build Spec: Add sections to PCD report for PCDs only used in conditions P= CDs that are not used anywhere = = |= | | | [#480](https://bugzilla.tianocore.org/show_bug.cgi?id=3D480= ) Build spec: add description for Override PCD value on the command line = = = |= | +| | [#523](https://bugzilla.tianocore.org/show_bug.cgi?id=3D523= ) Build spec: add EBNF for the --pcd syntax in the Section D.4 = = = |= | diff --git a/appendix_d_buildexe_command/d4_usage.md b/appendix_d_buildexe_= command/d4_usage.md index 6271d4f..b71f2d0 100644 --- a/appendix_d_buildexe_command/d4_usage.md +++ b/appendix_d_buildexe_command/d4_usage.md @@ -173,3 +173,35 @@ precedence over Macros defined in the DSC and FDF file= s. ::=3D

::=3D "-"

"-"

"-"

"-" ``` + +### D.4.3 PCD Option Definition + +This section provides the EBNF for the `--pcd` option, which allows users = to +specify PCD values on the command-line. PCD values on the command-line take +precedence over PCD provided in DSC, FDF, INF, and DEC files. + +#### Prototype + +```c + ::=3D "--pcd" ["=3D" ] + ::=3D 0x20 + ::=3D + + ::=3D [ "."] + ::=3D C Variable Name of the Token Space GUID + ::=3D C Variable Name of the PCD + ::=3D {} {} {} {} + ::=3D {} {} + ::=3D {(0-9)} {(1-9)(0-9)+} + ::=3D {"0x"} {"0X"} (a-fA-F0-9){1,16} + ::=3D {} {} + ::=3D {"TRUE"} {"True"} {"true"} {"1"} {"0x1"} {"0x01"} + ::=3D {"FALSE"} {"False"} {"false"} {"0"} {"0x0"} {"0x00= "} + ::=3D ["L"] + ::=3D * + ::=3D 0x22 + ::=3D {0x21} {(0x23 - 0x5B)} {(0x5D - 0x7E)} {} + ::=3D "\" {"n"} {"t"} {"f"} {"r"} {"b"} {"0"} {"\"} {0x2= 2} + ::=3D "H" "{" "}" + ::=3D ["," ]* + ::=3D {"0x"} {"0X"} (a-fA-F0-9){1,2} +``` --=20 2.6.3.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel