Re: [U-Boot] [PATCH v2 3/3] ARM: TI: Enable DISPLAY_BOARDINFO on all boards

2016-08-30 Thread Tom Rini
On Tue, Aug 30, 2016 at 11:01:34AM +0530, Lokesh Vutla wrote:

> Delete board specific Kconfig entries for DISPLAY_BOARDINFO and create a 
> common
> entry. Select it for all TI SoCs and the boards that already has Kconfig 
> entry.
> 
> Signed-off-by: Lokesh Vutla 

Reviewed-by: Tom Rini 

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH v2 3/3] ARM: TI: Enable DISPLAY_BOARDINFO on all boards

2016-08-30 Thread Stefan Roese

On 30.08.2016 07:31, Lokesh Vutla wrote:

Delete board specific Kconfig entries for DISPLAY_BOARDINFO and create a common
entry. Select it for all TI SoCs and the boards that already has Kconfig entry.

Signed-off-by: Lokesh Vutla 
---
 arch/arm/cpu/armv7/am33xx/Kconfig | 11 +++
 arch/arm/cpu/armv7/omap3/Kconfig  |  8 
 arch/arm/cpu/armv7/omap5/Kconfig  |  4 
 arch/arm/mach-keystone/Kconfig|  4 
 arch/powerpc/cpu/ppc4xx/Kconfig   | 14 ++
 board/amcc/acadia/Kconfig |  4 
 board/amcc/bamboo/Kconfig |  4 
 board/amcc/bubinga/Kconfig|  4 
 board/amcc/canyonlands/Kconfig|  4 
 board/amcc/katmai/Kconfig |  4 
 board/amcc/kilauea/Kconfig|  4 
 board/amcc/luan/Kconfig   |  4 
 board/amcc/makalu/Kconfig |  4 
 board/amcc/redwood/Kconfig|  4 
 board/amcc/sequoia/Kconfig|  4 
 board/amcc/walnut/Kconfig |  4 
 board/amcc/yosemite/Kconfig   |  4 
 board/amcc/yucca/Kconfig  |  4 
 board/liebherr/lwmon5/Kconfig |  4 
 common/Kconfig|  8 
 include/configs/ti_omap4_common.h |  1 -
 include/configs/ti_omap5_common.h |  2 --
 22 files changed, 49 insertions(+), 59 deletions(-)


Reviewed-by: Stefan Roese 

Thanks,
Stefan
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH v2 3/3] ARM: TI: Enable DISPLAY_BOARDINFO on all boards

2016-08-29 Thread Lokesh Vutla
Delete board specific Kconfig entries for DISPLAY_BOARDINFO and create a common
entry. Select it for all TI SoCs and the boards that already has Kconfig entry.

Signed-off-by: Lokesh Vutla 
---
 arch/arm/cpu/armv7/am33xx/Kconfig | 11 +++
 arch/arm/cpu/armv7/omap3/Kconfig  |  8 
 arch/arm/cpu/armv7/omap5/Kconfig  |  4 
 arch/arm/mach-keystone/Kconfig|  4 
 arch/powerpc/cpu/ppc4xx/Kconfig   | 14 ++
 board/amcc/acadia/Kconfig |  4 
 board/amcc/bamboo/Kconfig |  4 
 board/amcc/bubinga/Kconfig|  4 
 board/amcc/canyonlands/Kconfig|  4 
 board/amcc/katmai/Kconfig |  4 
 board/amcc/kilauea/Kconfig|  4 
 board/amcc/luan/Kconfig   |  4 
 board/amcc/makalu/Kconfig |  4 
 board/amcc/redwood/Kconfig|  4 
 board/amcc/sequoia/Kconfig|  4 
 board/amcc/walnut/Kconfig |  4 
 board/amcc/yosemite/Kconfig   |  4 
 board/amcc/yucca/Kconfig  |  4 
 board/liebherr/lwmon5/Kconfig |  4 
 common/Kconfig|  8 
 include/configs/ti_omap4_common.h |  1 -
 include/configs/ti_omap5_common.h |  2 --
 22 files changed, 49 insertions(+), 59 deletions(-)

diff --git a/arch/arm/cpu/armv7/am33xx/Kconfig 
b/arch/arm/cpu/armv7/am33xx/Kconfig
index e57e6fb..394db1a 100644
--- a/arch/arm/cpu/armv7/am33xx/Kconfig
+++ b/arch/arm/cpu/armv7/am33xx/Kconfig
@@ -10,6 +10,7 @@ config TARGET_AM335X_EVM
select DM_SERIAL
select DM_GPIO
select TI_I2C_BOARD_DETECT
+   select DISPLAY_BOARDINFO
help
  This option specifies support for the AM335x
  GP and HS EVM development platforms. The AM335x
@@ -23,28 +24,33 @@ config TARGET_AM335X_BALTOS
select DM
select DM_SERIAL
select DM_GPIO
+   select DISPLAY_BOARDINFO
 
 config TARGET_AM335X_IGEP0033
bool "Support am335x_igep0033"
select DM
select DM_SERIAL
select DM_GPIO
+   select DISPLAY_BOARDINFO
 
 config TARGET_AM335X_SHC
bool "Support am335x based shc board from bosch"
select DM
select DM_SERIAL
select DM_GPIO
+   select DISPLAY_BOARDINFO
 
 config TARGET_AM335X_SL50
bool "Support am335x_sl50"
select DM
select DM_SERIAL
+   select DISPLAY_BOARDINFO
 
 config TARGET_BAV335X
bool "Support bav335x"
select DM
select DM_SERIAL
+   select DISPLAY_BOARDINFO
help
  The BAV335x OEM Network Processor integrates all the functions of an
  embedded network computer in a small, easy to use SODIMM module which
@@ -59,24 +65,28 @@ config TARGET_CM_T335
select DM
select DM_SERIAL
select DM_GPIO
+   select DISPLAY_BOARDINFO
 
 config TARGET_PCM051
bool "Support pcm051"
select DM
select DM_SERIAL
select DM_GPIO
+   select DISPLAY_BOARDINFO
 
 config TARGET_PENGWYN
bool "Support pengwyn"
select DM
select DM_SERIAL
select DM_GPIO
+   select DISPLAY_BOARDINFO
 
 config TARGET_PEPPER
bool "Support pepper"
select DM
select DM_SERIAL
select DM_GPIO
+   select DISPLAY_BOARDINFO
 
 endchoice
 
@@ -86,6 +96,7 @@ if AM43XX
 config TARGET_AM43XX_EVM
bool "Support am43xx_evm"
select TI_I2C_BOARD_DETECT
+   select DISPLAY_BOARDINFO
help
  This option specifies support for the AM43xx
  GP and HS EVM development platforms.The AM437x
diff --git a/arch/arm/cpu/armv7/omap3/Kconfig b/arch/arm/cpu/armv7/omap3/Kconfig
index 99a25f9..c4f1808 100644
--- a/arch/arm/cpu/armv7/omap3/Kconfig
+++ b/arch/arm/cpu/armv7/omap3/Kconfig
@@ -15,6 +15,7 @@ config TARGET_OMAP3_BEAGLE
select DM
select DM_SERIAL
select DM_GPIO
+   select DISPLAY_BOARDINFO
 
 config TARGET_CM_T35
bool "CompuLab CM-T3530 and CM-T3730 boards"
@@ -27,6 +28,7 @@ config TARGET_DEVKIT8000
select DM
select DM_SERIAL
select DM_GPIO
+   select DISPLAY_BOARDINFO
 
 config TARGET_OMAP3_EVM
bool "TI OMAP3 EVM"
@@ -36,18 +38,21 @@ config TARGET_OMAP3_IGEP00X0
select DM
select DM_SERIAL
select DM_GPIO
+   select DISPLAY_BOARDINFO
 
 config TARGET_OMAP3_OVERO
bool "OMAP35xx Gumstix Overo"
select DM
select DM_SERIAL
select DM_GPIO
+   select DISPLAY_BOARDINFO
 
 config TARGET_OMAP3_ZOOM1
bool "TI Zoom1"
select DM
select DM_SERIAL
select DM_GPIO
+   select DISPLAY_BOARDINFO
 
 config TARGET_AM3517_CRANE
bool "am3517_crane"
@@ -69,6 +74,7 @@ config TARGET_OMAP3_LOGIC
select DM
select DM_SERIAL
select DM_GPIO
+   select DISPLAY_BOARDINFO
 
 config TARGET_NOKIA_RX51
bool "Nokia RX51"
@@ -84,12 +90,14 @@ config TARGET_OMAP3_CAIRO
select DM