[U-Boot] [PATCH v2 0/3] ARM: TI: Enable DISPLAY_{CPU/BOARD}INFO

Lokesh Vutla lokeshvutla at ti.com
Tue Aug 30 07:31:31 CEST 2016


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



More information about the U-Boot mailing list