mbox series

[U-Boot] Pull request: u-boot-sunxi/master

Message ID 20180703163909.12668-1-jagan@amarulasolutions.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Pull request: u-boot-sunxi/master | expand

Pull-request

git://git.denx.de/u-boot-sunxi.git master

Message

Jagan Teki July 3, 2018, 4:39 p.m. UTC
Hi Tom,

Please pull this PR.

thanks,
Jagan.

The following changes since commit f58e779513be36e30ce46838fb467e12ac6a5539:

  Merge tag 'arc-updates-for-2018.07-rc2' of git://git.denx.de/u-boot-arc (2018-06-15 09:38:16 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-sunxi.git master

for you to fetch changes up to be0d217952222b2bd3ed071de9bb0c66d8cc80d9:

  arm: timer: sunxi: add Allwinner timer erratum workaround (2018-07-03 22:00:00 +0530)

----------------------------------------------------------------
Andre Przywara (2):
      arm: timer: factor out FSL arch timer erratum workaround
      arm: timer: sunxi: add Allwinner timer erratum workaround

Hauke Mehrtens (2):
      sun8i: h2: Add initial Orange Pi R1 support
      sun50i: h5: Add initial Orange Pi Zero Plus support

 arch/arm/cpu/armv8/generic_timer.c            |  55 ++++++++--
 arch/arm/dts/Makefile                         |   2 +
 arch/arm/dts/sun50i-h5-orangepi-zero-plus.dts | 145 ++++++++++++++++++++++++++
 arch/arm/dts/sun8i-h2-plus-orangepi-r1.dts    | 101 ++++++++++++++++++
 arch/arm/mach-sunxi/Kconfig                   |   4 +
 board/sunxi/MAINTAINERS                       |  10 ++
 configs/orangepi_r1_defconfig                 |  16 +++
 configs/orangepi_zero_plus_defconfig          |  16 +++
 8 files changed, 343 insertions(+), 6 deletions(-)
 create mode 100644 arch/arm/dts/sun50i-h5-orangepi-zero-plus.dts
 create mode 100644 arch/arm/dts/sun8i-h2-plus-orangepi-r1.dts
 create mode 100644 configs/orangepi_r1_defconfig
 create mode 100644 configs/orangepi_zero_plus_defconfig

Comments

Tom Rini July 4, 2018, 4:28 p.m. UTC | #1
On Tue, Jul 03, 2018 at 10:09:09PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR.
> 
> thanks,
> Jagan.
> 
> The following changes since commit f58e779513be36e30ce46838fb467e12ac6a5539:
> 
>   Merge tag 'arc-updates-for-2018.07-rc2' of git://git.denx.de/u-boot-arc (2018-06-15 09:38:16 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-sunxi.git master
> 
> for you to fetch changes up to be0d217952222b2bd3ed071de9bb0c66d8cc80d9:
> 
>   arm: timer: sunxi: add Allwinner timer erratum workaround (2018-07-03 22:00:00 +0530)
> 

Applied to u-boot/master, thanks!