From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (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 8655321951C8F for ; Tue, 25 Apr 2017 11:55:44 -0700 (PDT) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP; 25 Apr 2017 11:55:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,250,1488873600"; d="scan'208";a="92081458" Received: from mdkinney-mobl.amr.corp.intel.com ([10.241.98.55]) by orsmga005.jf.intel.com with ESMTP; 25 Apr 2017 11:55:44 -0700 From: Michael Kinney To: edk2-devel@lists.01.org Cc: Liming Gao , Yonghong Zhu , Kevin W Shaw Date: Tue, 25 Apr 2017 11:55:38 -0700 Message-Id: <1493146540-13060-1-git-send-email-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.6.3.windows.1 Subject: [ edk2-BuildSpecification PATCH 0/2] Add --pcd flag to override PCD values on command line 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: , X-List-Received-Date: Tue, 25 Apr 2017 18:55:44 -0000 https://bugzilla.tianocore.org/show_bug.cgi?id=480 GitHub branch for review: * https://github.com/mdkinney/edk2-BuildSpecification/tree/Bugzilla_480_CommandLinePcdOverride GitHub word diff view of the patches in this series: * [1/2] https://github.com/mdkinney/edk2-BuildSpecification/commit/2bec147a4f988c97a05d93d2c113673b0e9fa2ba?w=1 * [2/2] https://github.com/mdkinney/edk2-BuildSpecification/commit/2e771af54931855a4f3ee39465e51df31312b314?w=1 Cc: Liming Gao Cc: Yonghong Zhu Cc: Kevin W Shaw Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael Kinney Michael Kinney (2): Clean up minor formatting issues Add --pcd flag to override PCD values on command line .../43_pre-build_stage_overview.md | 35 ++++++++++---------- .../45_post-build_stage.md | 12 +++---- .../82_auto-generation_process.md | 37 ++++++++++++++++++---- .../84_auto-generated_pcd_database_file.md | 34 +++++++++++--------- README.md | 1 + appendix_d_buildexe_command/d4_usage.md | 1 + 6 files changed, 74 insertions(+), 46 deletions(-) -- 2.6.3.windows.1