From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (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 C089A81F1F for ; Thu, 1 Dec 2016 14:07:51 -0800 (PST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga101.fm.intel.com with ESMTP; 01 Dec 2016 14:07:51 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,284,1477983600"; d="scan'208";a="37964920" Received: from mdkinney-mobl.amr.corp.intel.com ([10.254.72.205]) by fmsmga005.fm.intel.com with ESMTP; 01 Dec 2016 14:07:50 -0800 From: Michael Kinney To: edk2-devel@lists.01.org Cc: Jiewen Yao , David Wei , Mang Guo Date: Thu, 1 Dec 2016 14:07:42 -0800 Message-Id: <1480630066-16504-1-git-send-email-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.6.3.windows.1 Subject: [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: Thu, 01 Dec 2016 22:07:51 -0000 Changes in V2 ============= * Fix build failure when SOURCE_DEBUG_ENABLE is FALSE 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 | 77 ++++++++++------------ Vlv2TbltDevicePkg/PlatformPkgIA32.dsc | 15 +++-- Vlv2TbltDevicePkg/PlatformPkgX64.dsc | 26 ++++---- 6 files changed, 119 insertions(+), 61 deletions(-) -- 2.6.3.windows.1