From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (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 CB39B81C6A for ; Tue, 29 Nov 2016 20:14:25 -0800 (PST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP; 29 Nov 2016 20:14:25 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,720,1473145200"; d="scan'208";a="1075397182" Received: from mdkinney-mobl.amr.corp.intel.com ([10.232.100.16]) by fmsmga001.fm.intel.com with ESMTP; 29 Nov 2016 20:14:25 -0800 From: Michael Kinney To: edk2-devel@lists.01.org Cc: Jiewen Yao , David Wei , Mang Guo Date: Tue, 29 Nov 2016 20:14:19 -0800 Message-Id: <1480479263-5252-1-git-send-email-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.6.3.windows.1 Subject: [Patch 0/4] Vlv2TbltDevicePkg: 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: Wed, 30 Nov 2016 04:14:25 -0000 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. The series also cleans up a few inconsistencies in the DSC files and updates PlatformPkgGccX64.dsc to match PlatformPkgX64.dsc. Cc: Jiewen Yao Cc: David Wei Cc: Mang Guo Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Michael Kinney Michael Kinney (4): Vlv2TbltDevicePkg: Make !if statement usage consistent Vlv2TbltDevicePkg: Fix SOURCE_DEBUG_ENABLE feature Vlv2TbltDevicePkg/PlatformBdsLib: Add DebugAgent Console Vlv2TbltDevicePkg: Update PlatformPkgGccX64.dsc .../Library/PlatformBdsLib/BdsPlatform.h | 13 +++- .../Library/PlatformBdsLib/PlatformBdsLib.inf | 1 + .../Library/PlatformBdsLib/PlatformData.c | 48 +++++++++++++- Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc | 75 ++++++++++------------ Vlv2TbltDevicePkg/PlatformPkgIA32.dsc | 13 ++-- Vlv2TbltDevicePkg/PlatformPkgX64.dsc | 24 +++---- 6 files changed, 113 insertions(+), 61 deletions(-) -- 2.6.3.windows.1