From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 2902D21951C86 for ; Tue, 25 Apr 2017 23:56:57 -0700 (PDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Apr 2017 23:56:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,253,1488873600"; d="scan'208";a="1140266267" Received: from mdkinney-mobl.amr.corp.intel.com ([10.255.230.13]) by fmsmga001.fm.intel.com with ESMTP; 25 Apr 2017 23:56:55 -0700 From: Michael Kinney To: edk2-devel@lists.01.org Cc: Liming Gao , Yonghong Zhu , Kevin W Shaw Date: Tue, 25 Apr 2017 23:56:50 -0700 Message-Id: <1493189812-10248-1-git-send-email-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.6.3.windows.1 Subject: [edk2-BuildSpecification PATCH V2 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: Wed, 26 Apr 2017 06:56:57 -0000 https://bugzilla.tianocore.org/show_bug.cgi?id=480 GitHub branch for review: * https://github.com/mdkinney/edk2-BuildSpecification/tree/Bugzilla_480_CommandLinePcdOverride_V2 GitHub word diff view of the patches in this series: * [1/2] https://github.com/mdkinney/edk2-BuildSpecification/commit/53408b682ae7e31a4a98e96fb6ed3e9843605dd2?w=1 * [2/2] https://github.com/mdkinney/edk2-BuildSpecification/commit/9dd3bf48cbdfc0ace23141127b2b471e58d59b53?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 +++++++++++--------- .../87_generated_asbuilt_inf_files.md | 2 +- README.md | 1 + appendix_d_buildexe_command/d4_usage.md | 1 + 7 files changed, 75 insertions(+), 47 deletions(-) -- 2.6.3.windows.1