From nobody Mon Apr 29 19:27:11 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 1495860055414136.5692605874915; Fri, 26 May 2017 21:40:55 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id C241721A16EED; Fri, 26 May 2017 21:39:55 -0700 (PDT) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (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 07D7A21A16ED1 for ; Fri, 26 May 2017 21:39:54 -0700 (PDT) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 May 2017 21:40:49 -0700 Received: from mdkinney-mobl.amr.corp.intel.com ([10.254.75.18]) by fmsmga006.fm.intel.com with ESMTP; 26 May 2017 21:40:49 -0700 X-Original-To: edk2-devel@lists.01.org X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,400,1491289200"; d="scan'208";a="107634868" From: Michael Kinney To: edk2-devel@lists.01.org Date: Fri, 26 May 2017 21:40:45 -0700 Message-Id: <1495860045-25468-2-git-send-email-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.6.3.windows.1 In-Reply-To: <1495860045-25468-1-git-send-email-michael.d.kinney@intel.com> References: <1495860045-25468-1-git-send-email-michael.d.kinney@intel.com> Subject: [edk2] [edk2-BuildSpecification PATCH] 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 --- README.md | 3 ++- appendix_d_buildexe_command/d4_usage.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 31 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..525a036 100644 --- a/appendix_d_buildexe_command/d4_usage.md +++ b/appendix_d_buildexe_command/d4_usage.md @@ -173,3 +173,32 @@ 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, INC, 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 {"TRUE"} {"True"} {"true"} {"1"} {"0x1"} {"0x01"} + ::=3D {"FALSE"} {"False"} {"false"} {"0"} {"0x0"} {"0x00= "} + ::=3D "0x" (a-fA-F0-9){1,16} + ::=3D ["L"] + ::=3D * + ::=3D 0x22 + ::=3D {0x21} {(0x23 - 0x5B)} {(0x5D - 0x7E)} {} + ::=3D "\" {"n"} {"t"} {"f"} {"r"} {"b"} {"0"} {"\"} {0x2= 2} + ::=3D "H" "{" "}" + ::=3D ["," ]* +``` --=20 2.6.3.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel