mbox

[GIT,PULL] u-boot-uniphier/master

Message ID CAK7LNASk7jfBm+=ipjDrJkCySGH3AjrLVZM_XHXmCLkWzB++Qw@mail.gmail.com
State New
Headers show

Pull-request

git://git.dexn.de/u-boot-uniphier.git master

Message

Masahiro Yamada May 17, 2017, 1:14 p.m. UTC
Hi Tom,

Please pull UniPhier updates for v2017.07:

- Add workaround code to make LD20 SoC boot from ARM Trusted Firmware
- Sync DT with Linux to fix DTC warnings
- Add new SoC support code
- Misc fix, updates

The following changes since commit 4125bbcef6a998ce8580a1f5c53c8c93a56a125b:

  Merge branch 'master' of git://git.denx.de/u-boot-mmc (2017-05-16
08:10:50 -0400)

are available in the git repository at:

  git://git.dexn.de/u-boot-uniphier.git master

for you to fetch changes up to 81afa9c9a3a9c006a6555e4abf7a75875eb3e926:

  ARM: uniphier: add more init code for PXs3 (2017-05-17 21:56:17 +0900)

----------------------------------------------------------------
Masahiro Yamada (6):
      ARM: uniphier: fix MODEL field of REVISION register
      ARM: uniphier: add usbupdate command
      ARM: uniphier: add weird workaround code for LD20
      ARM: dts: uniphier: sync DT with Linux
      ARM: uniphier: move kernel physical base to 0x82080000
      ARM: uniphier: add more init code for PXs3

 arch/arm/dts/uniphier-ld11.dtsi                       |  2 +-
 arch/arm/dts/uniphier-ld20.dtsi                       |  2 +-
 arch/arm/dts/uniphier-ld4.dtsi                        | 42
+++++++++++++++++++++++++++++---
 arch/arm/dts/uniphier-pro4.dtsi                       | 42
+++++++++++++++++++++++++++++---
 arch/arm/dts/uniphier-pro5.dtsi                       |  2 +-
 arch/arm/dts/uniphier-pxs2.dtsi                       |  2 +-
 arch/arm/dts/uniphier-pxs3.dtsi                       | 40
++++++++++++++++++++++++++++--
 arch/arm/dts/uniphier-sld3.dtsi                       | 42
+++++++++++++++++++++++++++++---
 arch/arm/dts/uniphier-sld8.dtsi                       | 42
+++++++++++++++++++++++++++++---
 arch/arm/dts/uniphier-support-card.dtsi               | 42
+++++++++++++++++++++++++++++---
 arch/arm/mach-uniphier/arm64/Makefile                 |  2 ++
 arch/arm/mach-uniphier/arm64/lowlevel_init.S          | 14 +++++++++++
 arch/arm/mach-uniphier/board_init.c                   |  1 +
 arch/arm/mach-uniphier/boot-device/Makefile           |  1 +
 arch/arm/mach-uniphier/boot-device/boot-device-pxs3.c | 41
+++++++++++++++++++++++++++++++
 arch/arm/mach-uniphier/boot-device/boot-device.c      | 10 ++++++++
 arch/arm/mach-uniphier/boot-device/boot-device.h      |  3 +++
 arch/arm/mach-uniphier/clk/Makefile                   |  2 +-
 arch/arm/mach-uniphier/clk/clk-pxs3.c                 | 17 +++++++++++++
 arch/arm/mach-uniphier/init.h                         |  1 +
 arch/arm/mach-uniphier/sg-regs.h                      |  1 +
 arch/arm/mach-uniphier/soc-info.c                     |  2 +-
 include/configs/uniphier.h                            |  7 +++++-
 23 files changed, 336 insertions(+), 24 deletions(-)
 create mode 100644 arch/arm/mach-uniphier/arm64/lowlevel_init.S
 create mode 100644 arch/arm/mach-uniphier/boot-device/boot-device-pxs3.c
 create mode 100644 arch/arm/mach-uniphier/clk/clk-pxs3.c

Comments

Tom Rini May 17, 2017, 9:13 p.m. UTC | #1
On Wed, May 17, 2017 at 10:14:18PM +0900, Masahiro Yamada wrote:

> Hi Tom,

> 

> Please pull UniPhier updates for v2017.07:

> 

> - Add workaround code to make LD20 SoC boot from ARM Trusted Firmware

> - Sync DT with Linux to fix DTC warnings

> - Add new SoC support code

> - Misc fix, updates

> 

> The following changes since commit 4125bbcef6a998ce8580a1f5c53c8c93a56a125b:

> 

>   Merge branch 'master' of git://git.denx.de/u-boot-mmc (2017-05-16

> 08:10:50 -0400)

> 

> are available in the git repository at:

> 

>   git://git.dexn.de/u-boot-uniphier.git master

> 

> for you to fetch changes up to 81afa9c9a3a9c006a6555e4abf7a75875eb3e926:

> 

>   ARM: uniphier: add more init code for PXs3 (2017-05-17 21:56:17 +0900)

> 


Applied to u-boot/master, thanks!

-- 
Tom