mbox series

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

Message ID 3C9A1084-7B42-461B-9119-5A3990030AF0@theobroma-systems.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,PULL] Please pull u-boot-rockchip | expand

Pull-request

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

Message

Philipp Tomsich Nov. 7, 2017, 8:20 a.m. UTC
Tom,

Here’s another pull-request for u-boot-rockchip for some last-minute DTS-updates and
config-changes for the upcoming release.

Regards,
Philipp.


The following changes since commit 7a69604bce9a9a9476753af64e5a1870880c1333:

  Prepare v2017.11-rc4 (2017-11-06 18:25:37 -0500)

are available in the git repository at:

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

for you to fetch changes up to 021a8ae00a2f9adcba460add4b69da7bc569fd52:

  rockchip: remove SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR from defconfig (2017-11-07 09:16:58 +0100)

----------------------------------------------------------------
Kever Yang (6):
      rockchip: rock: remove CONFIG_ENV_OFFSET
      rockchip: config: sync the ENV offset from rockchip legacy U-Boot
      rockchip: config: use common CONFIG_ENV_SIZE for all SoCs
      spl: set SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to 0x4000 for rockchip
      rockchip: doc: update U-Boot location info
      rockchip: remove SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR from defconfig

Klaus Goger (3):
      rockchip: dts: Use defines for pin names in rk3399-puma.dtsi and rk3368-lion.dts
      rockchip: dts: rk3399: change sd-card io voltage to 3.0V
      rockchip: board: puma_rk3399: make env location selectable via Kconfig

Philipp Tomsich (3):
      rockchip: dts: rk3399-puma: fix the modelling of BIOS_DISABLE
      rockchip: dts: rk3399-puma: update usbhub_enable regulator
      rockchip: dts: rk3399-puma: update USB configuration

 arch/arm/dts/rk3368-lion.dts      |  2 +-
 arch/arm/dts/rk3399-firefly.dts   |  4 ++--
 arch/arm/dts/rk3399-puma.dtsi     | 64 ++++++++++++++++++++++++++++++++--------------------------------
 common/spl/Kconfig                |  3 ++-
 configs/evb-rk3399_defconfig      |  1 -
 configs/firefly-rk3399_defconfig  |  1 -
 doc/README.rockchip               |  6 +++---
 include/configs/evb_rk3229.h      |  2 --
 include/configs/kylin_rk3036.h    |  2 --
 include/configs/lion_rk3368.h     |  1 -
 include/configs/puma_rk3399.h     |  8 ++++++++
 include/configs/rk3036_common.h   |  1 -
 include/configs/rk3188_common.h   |  1 -
 include/configs/rk322x_common.h   |  1 -
 include/configs/rk3288_common.h   |  1 -
 include/configs/rk3328_common.h   |  1 -
 include/configs/rk3399_common.h   |  1 -
 include/configs/rock.h            | 14 --------------
 include/configs/rockchip-common.h | 16 ++++------------
 include/configs/sheep_rk3368.h    |  1 -
 20 files changed, 52 insertions(+), 79 deletions(-)

Comments

Tom Rini Nov. 7, 2017, 10:29 p.m. UTC | #1
On Tue, Nov 07, 2017 at 09:20:20AM +0100, Dr. Philipp Tomsich wrote:

> Tom,
> 
> Here’s another pull-request for u-boot-rockchip for some last-minute DTS-updates and
> config-changes for the upcoming release.
> 
> Regards,
> Philipp.
> 
> 
> The following changes since commit 7a69604bce9a9a9476753af64e5a1870880c1333:
> 
>   Prepare v2017.11-rc4 (2017-11-06 18:25:37 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-rockchip.git master
> 
> for you to fetch changes up to 021a8ae00a2f9adcba460add4b69da7bc569fd52:
> 
>   rockchip: remove SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR from defconfig (2017-11-07 09:16:58 +0100)
> 

Applied to u-boot/master, thanks!