[U-Boot] [PULL] Please pull u-boot-rockchip/master

Dr. Philipp Tomsich philipp.tomsich at theobroma-systems.com
Sat Jul 21 00:00:05 UTC 2018


Tom,

The first batch of changes for u-boot-rockchip/master in this iteration is ready for you to pull.
The associated Travis report (prior to the rebase) is at
	https://travis-ci.org/ptomsich/u-boot-rockchip/builds/406299101

Thanks,
Philipp.


The following changes since commit 0dd1fc09bb16869fd8adaaad082cd554c60b2c1a:

  board/imgtec/boston: Add new defconfigs to the MAINTAINERS list (2018-07-20 15:55:10 -0400)

are available in the git repository at:

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

for you to fetch changes up to a2a5053a15e4059c7445737d60f7b8425ca863f8:

  rockchip: utilize CONFIG_DEFAULT_FDT_FILE (2018-07-21 01:56:59 +0200)

----------------------------------------------------------------
Alexander Kochetkov (2):
      rockchip: i2c: enable i2c controller for rk3066 and rk3188
      rockchip: rk3188: add rk_board_late_init() hook

Carlo Caione (3):
      rk3288: veyron: Init boot-on regulators
      rk3288: Disable JTAG function from sdmmc0 IO
      rockchip: veyron: Set vcc33_sd regulator value

Heinrich Schuchardt (3):
      rockchip: evb-rk3399: correct README for board bring up
      rockchip: doc: clarify usage of CONFIG_SPL_ROCKCHIP_BACK_TO_BROM
      rockchip: rk3399: spl: add missing \n to output

Jakob Unterwurzacher (1):
      rockchip: board: lion-rk3368: increase phy autonegotiation timeout

Klaus Goger (2):
      rockchip: rk3399: change boot_target based on u-boot, spl-boot-device
      rockchip: utilize CONFIG_DEFAULT_FDT_FILE

Philipp Tomsich (4):
      smartweb: use SPL_TINY_MEMSET
      spl: record boot_device into spl_image and call spl_perform_fixups
      spl: document 'chosen/u-boot, spl-boot-device'
      rockchip: rk3399: inject 'u-boot, spl-boot-device' for next-stage

 arch/arm/mach-rockchip/rk3188-board.c             |  7 +-
 arch/arm/mach-rockchip/rk3288-board.c             | 26 ++++++-
 arch/arm/mach-rockchip/rk3399-board-spl.c         | 50 +++++++++++-
 board/rockchip/evb_rk3399/README                  |  2 +-
 board/theobroma-systems/puma_rk3399/puma-rk3399.c | 74 ++++++++++++++++++
 common/spl/spl.c                                  | 12 ++-
 configs/chromebit_mickey_defconfig                |  1 +
 configs/chromebook_jerry_defconfig                |  1 +
 configs/chromebook_minnie_defconfig               |  1 +
 configs/evb-px5_defconfig                         |  1 +
 configs/evb-rk3036_defconfig                      |  1 +
 configs/evb-rk3128_defconfig                      |  1 +
 configs/evb-rk3229_defconfig                      |  1 +
 configs/evb-rk3288_defconfig                      |  1 +
 configs/evb-rk3328_defconfig                      |  1 +
 configs/evb-rk3399_defconfig                      |  1 +
 configs/evb-rv1108_defconfig                      |  1 +
 configs/fennec-rk3288_defconfig                   |  1 +
 configs/firefly-rk3288_defconfig                  |  1 +
 configs/firefly-rk3399_defconfig                  |  1 +
 configs/geekbox_defconfig                         |  1 +
 configs/kylin-rk3036_defconfig                    |  1 +
 configs/lion-rk3368_defconfig                     |  1 +
 configs/miqi-rk3288_defconfig                     |  1 +
 configs/phycore-rk3288_defconfig                  |  1 +
 configs/popmetal-rk3288_defconfig                 |  1 +
 configs/puma-rk3399_defconfig                     |  1 +
 configs/rock2_defconfig                           |  1 +
 configs/rock_defconfig                            |  1 +
 configs/sheep-rk3368_defconfig                    |  1 +
 configs/smartweb_defconfig                        |  1 +
 configs/tinker-rk3288_defconfig                   |  1 +
 configs/vyasa-rk3288_defconfig                    |  1 +
 doc/README.rockchip                               |  8 +-
 doc/device-tree-bindings/chosen.txt               | 10 +++
 drivers/i2c/rk_i2c.c                              | 94 +++++++++++++++++++++--
 include/configs/lion_rk3368.h                     |  2 +
 include/configs/rk3036_common.h                   |  1 +
 include/configs/rk3128_common.h                   |  1 +
 include/configs/rk3188_common.h                   |  1 +
 include/configs/rk322x_common.h                   |  1 +
 include/configs/rk3288_common.h                   |  2 +-
 include/configs/rk3328_common.h                   |  1 +
 include/configs/rk3368_common.h                   |  1 +
 include/configs/rk3399_common.h                   |  2 +-
 include/spl.h                                     |  7 ++
 46 files changed, 312 insertions(+), 17 deletions(-)



More information about the U-Boot mailing list