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.24; helo=mga09.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (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 ED0BE22135D21 for ; Tue, 20 Mar 2018 00:01:36 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Mar 2018 00:08:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,334,1517904000"; d="scan'208";a="209713116" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga005.jf.intel.com with ESMTP; 20 Mar 2018 00:08:05 -0700 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 20 Mar 2018 00:08:05 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 20 Mar 2018 00:08:04 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.226]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.235]) with mapi id 14.03.0319.002; Tue, 20 Mar 2018 15:08:02 +0800 From: "Gao, Liming" To: "Zhu, Yonghong" , "edk2-devel@lists.01.org" CC: "Kinney, Michael D" , "Shaw, Kevin W" Thread-Topic: [Patch] Build spec: Add DSC DEFAULT as optional line in Global PCD Section Thread-Index: AQHTvyRpwGHuxw12eECpgMmK75sMeaPYtgMw Date: Tue, 20 Mar 2018 07:08:02 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E1E9334@SHSMSX104.ccr.corp.intel.com> References: <1521424110-1588-1-git-send-email-yonghong.zhu@intel.com> In-Reply-To: <1521424110-1588-1-git-send-email-yonghong.zhu@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch] Build spec: Add DSC DEFAULT as optional line in Global PCD Section X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Mar 2018 07:01:37 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao > -----Original Message----- > From: Zhu, Yonghong > Sent: Monday, March 19, 2018 9:49 AM > To: edk2-devel@lists.01.org > Cc: Gao, Liming ; Kinney, Michael D ; Shaw, Kevin W > Subject: [Patch] Build spec: Add DSC DEFAULT as optional line in Global P= CD Section >=20 > Because of the PCD value may override by build option, so current build > report also display the DSC DEFAULT value. >=20 > Cc: Liming Gao > Cc: Michael Kinney > Cc: Kevin W Shaw > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Yonghong Zhu > --- > 13_build_reports/136_global_pcd_section.md | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) >=20 > diff --git a/13_build_reports/136_global_pcd_section.md b/13_build_report= s/136_global_pcd_section.md > index c300920..a9661b6 100644 > --- a/13_build_reports/136_global_pcd_section.md > +++ b/13_build_reports/136_global_pcd_section.md > @@ -106,11 +106,16 @@ gTokenSpaceGuid > 0x0001FFF > ``` >=20 > #### 13.6.2.2 Default (optional) line >=20 > -The second optional line is present if the value from the DEC was overri= dden. > +The second optional line is present if the value from the DSC was overri= dden > +by build option. It is formatted as follows: > + > +`DSC DEFAULT =3D ` > + > +The third optional line is present if the value from the DEC was overrid= den. > It is formatted as follows: >=20 > `DEC DEFAULT =3D ` >=20 > #### Example > -- > 2.6.1.windows.1