mbox series

[U-Boot,v2,0/5] arm: k3: Print cpu and board names during boot

Message ID 20190927080215.2084-1-lokeshvutla@ti.com
Headers show
Series arm: k3: Print cpu and board names during boot | expand

Message

Lokesh Vutla Sept. 27, 2019, 8:02 a.m. UTC
This series adds support for printing CPU name and board name for all
k3 devices. Also a misc update for getting tisci handle

Changes since v1:
- Dropped unused headers
- Dropped using array names for Soc and revision

Lokesh Vutla (5):
  arm: k3: Add support for printing CPUINFO
  board: am65x: Print board name and version during boot
  configs: j721e_evm_a72: Enable DISPLAY_CPUINFO
  configs: am65x_evm_a53: Enable DISPLAY_CPUINFO
  arm: k3: Use driver_name to get ti_sci handle

 arch/arm/mach-k3/common.c                | 45 +++++++++++++++++++++++-
 arch/arm/mach-k3/common.h                |  6 ++++
 arch/arm/mach-k3/include/mach/hardware.h | 18 ++++++++++
 board/ti/am65x/evm.c                     | 15 +++++++-
 configs/am65x_evm_a53_defconfig          |  1 -
 configs/am65x_hs_evm_a53_defconfig       |  1 -
 configs/j721e_evm_a72_defconfig          |  1 -
 7 files changed, 82 insertions(+), 5 deletions(-)