mbox series

[U-Boot] Please pull ARC changes

Message ID 02cef406f3a499df420bf7e9d3c78422da21ac4e.camel@synopsys.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Please pull ARC changes | expand

Pull-request

git://git.denx.de/u-boot-arc.git tags/arc-updates-for-2019.01-rc1

Message

Alexey Brodkin Dec. 3, 2018, 11:32 a.m. UTC
Hi Tom,

The following changes since commit 952061352acfd24034e6990b6b7d32cded020c0a:

  drivers: rtc: correctly convert seconds to time structure (2018-12-01 18:03:14 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-arc.git tags/arc-updates-for-2019.01-rc1

for you to fetch changes up to 6ef705b1575045f7b63bf011a0774228159715b2:

  arc: devboards: Implement checkboard() (2018-12-03 14:26:53 +0300)

----------------------------------------------------------------
We introduce much better automatic identification of ARC cores.

 1. Try to match found HW features to known ARC core templates
 2. Print CPU frequency for all ARC boards
 3. Add more board-specific info

----------------------------------------------------------------
Alexey Brodkin (6):
      arc: emsdp: Bump RAM size to 16 Mb
      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 ------
 include/configs/emsdp.h                |   2 +-
 7 files changed, 274 insertions(+), 49 deletions(-)

-Alexey

Comments

Tom Rini Dec. 3, 2018, 3:32 p.m. UTC | #1
On Mon, Dec 03, 2018 at 11:32:10AM +0000, Alexey Brodkin wrote:

> Hi Tom,
> 
> The following changes since commit 952061352acfd24034e6990b6b7d32cded020c0a:
> 
>   drivers: rtc: correctly convert seconds to time structure (2018-12-01 18:03:14 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-arc.git tags/arc-updates-for-2019.01-rc1
> 
> for you to fetch changes up to 6ef705b1575045f7b63bf011a0774228159715b2:
> 
>   arc: devboards: Implement checkboard() (2018-12-03 14:26:53 +0300)
> 

Applied to u-boot/master, thanks!