All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] Improve identification of ARC cores
@ 2018-11-27  6:46 Alexey Brodkin
  2018-11-27  6:46 ` [U-Boot] [PATCH 1/5] ARC: " Alexey Brodkin
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Alexey Brodkin @ 2018-11-27  6:46 UTC (permalink / raw)
  To: u-boot

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

-- 
2.19.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-11-27  6:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-27  6:46 [U-Boot] [PATCH 0/5] Improve identification of ARC cores Alexey Brodkin
2018-11-27  6:46 ` [U-Boot] [PATCH 1/5] ARC: " Alexey Brodkin
2018-11-27  6:46 ` [U-Boot] [PATCH 2/5] arc: Get rid of board-specific print_cpuinfo() Alexey Brodkin
2018-11-27  6:46 ` [U-Boot] [PATCH 3/5] arc: emsdp: Read real CPU clock value from hardware Alexey Brodkin
2018-11-27  6:47 ` [U-Boot] [PATCH 4/5] arc: emsdp: Refactor register and bit accesses Alexey Brodkin
2018-11-27  6:47 ` [U-Boot] [PATCH 5/5] arc: devboards: Implement checkboard() Alexey Brodkin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.