Re: [edk2] [Patch v2 0/4] Fix SOURCE_DEBUG_ENABLE

2016-12-02 Thread Yao, Jiewen
Reviewed-by: jiewen@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
> 
> 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

___
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel


[edk2] [Patch v2 0/4] Fix SOURCE_DEBUG_ENABLE

2016-12-01 Thread Michael Kinney
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

___
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel