
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(-)