public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/3] ARM: TI: Enable DISPLAY_{CPU/BOARD}INFO
@ 2016-08-30  5:31 Lokesh Vutla
  2016-08-30  5:31 ` [U-Boot] [PATCH v2 1/3] ARM: AM437X: Add Silicon ID support Lokesh Vutla
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Lokesh Vutla @ 2016-08-30  5:31 UTC (permalink / raw)
  To: u-boot

This series adds ID code detection support for AM437x and enables
CONFIG_DISPLAY_{CPU/BOARD}INFO on all TI platforms.

This series is based on top of Andrew's (Kconfig: Separate AM33XX SOC config
from target board config) patch[1]

I specifically did not use tools/moveconfig.py as Tom suggested to select
these configs from targets instead of enabling it in defconfigs.

[1] http://patchwork.ozlabs.org/patch/662954/

Lokesh Vutla (3):
  ARM: AM437X: Add Silicon ID support
  ARM: TI: Enable DISPLAY_CPUINFO on all SoCs
  ARM: TI: Enable DISPLAY_BOARDINFO on all boards

 arch/arm/Kconfig                       |  6 ++++++
 arch/arm/cpu/armv7/am33xx/Kconfig      | 11 +++++++++++
 arch/arm/cpu/armv7/am33xx/sys_info.c   |  5 ++++-
 arch/arm/cpu/armv7/omap3/Kconfig       |  8 ++++++++
 arch/arm/cpu/armv7/omap5/Kconfig       |  4 ++++
 arch/arm/include/asm/arch-am33xx/cpu.h |  3 ++-
 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                         | 16 ++++++++++++++++
 include/configs/ti_armv7_keystone2.h   |  1 -
 include/configs/ti_omap4_common.h      |  2 --
 include/configs/ti_omap5_common.h      |  3 ---
 26 files changed, 69 insertions(+), 64 deletions(-)

-- 
2.9.3

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-10-04  4:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-30  5:31 [U-Boot] [PATCH v2 0/3] ARM: TI: Enable DISPLAY_{CPU/BOARD}INFO Lokesh Vutla
2016-08-30  5:31 ` [U-Boot] [PATCH v2 1/3] ARM: AM437X: Add Silicon ID support Lokesh Vutla
2016-08-30 11:20   ` Tom Rini
2016-08-30  5:31 ` [U-Boot] [PATCH v2 2/3] ARM: TI: Enable DISPLAY_CPUINFO on all SoCs Lokesh Vutla
2016-08-30 11:20   ` Tom Rini
2016-08-30  5:31 ` [U-Boot] [PATCH v2 3/3] ARM: TI: Enable DISPLAY_BOARDINFO on all boards Lokesh Vutla
2016-08-30  9:57   ` Stefan Roese
2016-08-30 11:20   ` Tom Rini
2016-10-03 13:38   ` [U-Boot] [U-Boot, v2, " Tom Rini
2016-10-04  4:05     ` Lokesh Vutla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox