mbox series

[U-Boot,0/5] Improve identification of ARC cores

Message ID 20181127064701.25966-1-abrodkin@synopsys.com
Headers show
Series Improve identification of ARC cores | expand

Message

Alexey Brodkin Nov. 27, 2018, 6:46 a.m. UTC
Print more complex information about ARC core we're running on.
This includes smarts for ARC core template detection,
CPU clock frequency, human-readable board·description etc.

Alexey Brodkin (5):
  ARC: Improve identification of ARC cores
  arc: Get rid of board-specific print_cpuinfo()
  arc: emsdp: Read real CPU clock value from hardware
  arc: emsdp: Refactor register and bit accesses
  arc: devboards: Implement checkboard()

 arch/arc/include/asm/arcregs.h         |  25 +++-
 arch/arc/lib/cpu.c                     | 200 ++++++++++++++++++++++---
 board/synopsys/axs10x/axs10x.c         |   8 +
 board/synopsys/emsdp/emsdp.c           |  70 +++++++--
 board/synopsys/hsdk/hsdk.c             |   8 +-
 board/synopsys/iot_devkit/iot_devkit.c |  10 --
 6 files changed, 273 insertions(+), 48 deletions(-)