[U-Boot] [PATCH 0/2] ARC: Allow per-board more precise CPU identification

Alexey Brodkin alexey.brodkin at synopsys.com
Thu Oct 11 20:08:26 UTC 2018


Some of ARC boards do sport real silicon and given how flexible ARC cores
might be configured it's hard to tell what "template" was used initially.

For FPGA-based boards we're left with basic info derived from IDENTITY
register but for real silicon we may know more details so let's print
them then.

Alexey Brodkin (2):
  ARC: make generic print_cpuinfo() weak
  iot_dk/hsdk: Implement its own print_cpuinfo()

 arch/arc/lib/cpu.c                     | 2 +-
 board/synopsys/hsdk/hsdk.c             | 8 ++++++++
 board/synopsys/iot_devkit/iot_devkit.c | 8 ++++++++
 3 files changed, 17 insertions(+), 1 deletion(-)

-- 
2.7.4




More information about the U-Boot mailing list