[U-Boot] Please pull u-boot-rockchip

Philipp Tomsich philipp.tomsich at theobroma-systems.com
Thu Dec 6 15:09:42 UTC 2018


Tom,

the following changes have gone through Travis prior to the rebase and tagging
as https://travis-ci.org/ptomsich/u-boot-rockchip/builds/464122086

Thanks,
Philipp.


The following changes since commit 2a055ea53260ac8addeeb94eb671172844bc9106:

  Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dm (2018-12-05 20:32:25 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-rockchip.git for-master-20181206

for you to fetch changes up to 467877341a4169f1a8c50b7ebe4c0e6fd28da727:

  rockchip: rk3399: Add Ficus EE board support (2018-12-06 16:04:49 +0100)

----------------------------------------------------------------
- Changes the declaration of regs_phy in dwc2-otg to uintptr_t
  to ensure it can be cast to void* for use with writel().
- Add the Rock960 and Ficus boards.

----------------------------------------------------------------
Manivannan Sadhasivam (3):
      rockchip: rk3399: Add common Rock960 family from Vamrs
      rockchip: rk3399: Add Rock960 CE board support
      rockchip: rk3399: Add Ficus EE board support

Philipp Tomsich (1):
      usb: dwc2-otg: make regs_phy (in platdata) a uintptr_t

Randy Li (1):
      arm: dts: rockchip: add some common pin-settings to rk3399

 arch/arm/dts/Makefile                          |    2 +
 arch/arm/dts/rk3399-ficus.dts                  |   78 +++++++
 arch/arm/dts/rk3399-rock960.dts                |   45 ++++
 arch/arm/dts/rk3399-rock960.dtsi               |  506 +++++++++++++++++++++++++++++++++++++++++
 arch/arm/dts/rk3399-sdram-lpddr3-2GB-1600.dtsi | 1536 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/dts/rk3399.dtsi                       |   55 ++++-
 arch/arm/mach-rockchip/rk3399/Kconfig          |   26 +++
 board/vamrs/rock960_rk3399/Kconfig             |   15 ++
 board/vamrs/rock960_rk3399/MAINTAINERS         |    6 +
 board/vamrs/rock960_rk3399/Makefile            |    6 +
 board/vamrs/rock960_rk3399/README              |  152 +++++++++++++
 board/vamrs/rock960_rk3399/rock960-rk3399.c    |   50 +++++
 configs/ficus-rk3399_defconfig                 |   71 ++++++
 configs/rock960-rk3399_defconfig               |   69 ++++++
 include/configs/rock960_rk3399.h               |   15 ++
 include/usb/dwc2_udc.h                         |    2 +-
 16 files changed, 2627 insertions(+), 7 deletions(-)
 create mode 100644 arch/arm/dts/rk3399-ficus.dts
 create mode 100644 arch/arm/dts/rk3399-rock960.dts
 create mode 100644 arch/arm/dts/rk3399-rock960.dtsi
 create mode 100644 arch/arm/dts/rk3399-sdram-lpddr3-2GB-1600.dtsi
 create mode 100644 board/vamrs/rock960_rk3399/Kconfig
 create mode 100644 board/vamrs/rock960_rk3399/MAINTAINERS
 create mode 100644 board/vamrs/rock960_rk3399/Makefile
 create mode 100644 board/vamrs/rock960_rk3399/README
 create mode 100644 board/vamrs/rock960_rk3399/rock960-rk3399.c
 create mode 100644 configs/ficus-rk3399_defconfig
 create mode 100644 configs/rock960-rk3399_defconfig
 create mode 100644 include/configs/rock960_rk3399.h




More information about the U-Boot mailing list