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 A965381F44 for ; Fri, 2 Dec 2016 06:43:02 -0800 (PST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP; 02 Dec 2016 06:43:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,287,1477983600"; d="scan'208";a="38069655" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga005.jf.intel.com with ESMTP; 02 Dec 2016 06:43:02 -0800 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 2 Dec 2016 06:43:01 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 2 Dec 2016 06:43:01 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.239]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.116]) with mapi id 14.03.0248.002; Fri, 2 Dec 2016 22:42:58 +0800 From: "Yao, Jiewen" To: "Kinney, Michael D" , "edk2-devel@lists.01.org" CC: "Wei, David" , "Guo, Mang" Thread-Topic: [Patch v2 0/4] Fix SOURCE_DEBUG_ENABLE Thread-Index: AQHSTB9d/1LnkGRGvkevcS6SVGsZ1KD0vHAQ Date: Fri, 2 Dec 2016 14:42:57 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C50386DF922@shsmsx102.ccr.corp.intel.com> References: <1480630066-16504-1-git-send-email-michael.d.kinney@intel.com> In-Reply-To: <1480630066-16504-1-git-send-email-michael.d.kinney@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch v2 0/4] Fix SOURCE_DEBUG_ENABLE X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Dec 2016 14:43:02 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: jiewen.yao@intel.com > -----Original Message----- > From: Kinney, Michael D > Sent: Friday, December 2, 2016 6:08 AM > To: edk2-devel@lists.01.org > Cc: Yao, Jiewen ; Wei, David > ; Guo, Mang > Subject: [Patch v2 0/4] Fix SOURCE_DEBUG_ENABLE >=20 > Changes in V2 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > * Fix build failure when SOURCE_DEBUG_ENABLE is FALSE >=20 > Fix SOURCE_DEBUG_ENABLE feature that includes updates to library > mappings, PCD settings, and adding DebugAgent UART Console as one > of the possible console devices in the PlatformBdsLib. >=20 > The series also cleans up a few inconsistencies in the DSC files > and updates PlatformPkgGccX64.dsc to match PlatformPkgX64.dsc. >=20 > Cc: Jiewen Yao > Cc: David Wei > Cc: Mang Guo > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Michael Kinney >=20 > Michael Kinney (4): > Vlv2TbltDevicePkg: Make !if statement usage consistent > Vlv2TbltDevicePkg: Fix SOURCE_DEBUG_ENABLE feature > Vlv2TbltDevicePkg/PlatformBdsLib: Add DebugAgent Console > Vlv2TbltDevicePkg: Update PlatformPkgGccX64.dsc >=20 > .../Library/PlatformBdsLib/BdsPlatform.h | 13 +++- > .../Library/PlatformBdsLib/PlatformBdsLib.inf | 1 + > .../Library/PlatformBdsLib/PlatformData.c | 48 > +++++++++++++- > Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc | 77 > ++++++++++------------ > Vlv2TbltDevicePkg/PlatformPkgIA32.dsc | 15 +++-- > Vlv2TbltDevicePkg/PlatformPkgX64.dsc | 26 ++++---- > 6 files changed, 119 insertions(+), 61 deletions(-) >=20 > -- > 2.6.3.windows.1