[U-Boot] Please pull u-boot-rockchip
Simon Glass
sjg at chromium.org
Sat Apr 15 18:55:38 UTC 2017
Hi Tom.
Here are the rest of the rockchip changes. I have not been able to
include the MIPI driver as it still needs work. Depending on timing
that might come later but more likely it will go to -next.
The following changes since commit fbeb33752999e7317113199ef89873d6b6916814:
buildman: Translate more strings to latin-1 (2017-04-14 12:21:48 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-rockchip.git
for you to fetch changes up to 7ee16de58bddaa9619c264313008d7e19300b42a:
rockchip: rk3399: spl: add UART0 support for SPL (2017-04-15 10:18:29 -0600)
----------------------------------------------------------------
Eddie Cai (2):
rockchip: tinker: configs: Add USB, PXE, DHCP to the default boot targets
rockchip: Add USB to the default boot targets
Heiko Stübner (3):
rockchip: cosmetic: Move rock board to its correct position
rockchip: rk3188: enable remap function
rockchip: sysreset: rk3188: Make sure remap is off on warm-resets
Kever Yang (1):
rockchip: rk3399: do not use lower address
Klaus Goger (1):
rockchip: ARM64: split RK3399-Q7 board off the RK3399-EVB board
Philipp Tomsich (4):
rockchip: spl: rk3399: disable DDR security regions for SPL
rockchip: dts: rk3399-puma: disable 'fifo-mode' in sdmmc
rockchip: dts: rk3399-puma: make the DTS dual-licensed
rockchip: rk3399: spl: add UART0 support for SPL
eric.gao at rock-chips.com (3):
rockchip: rk3399: Add missing sentinel in syscon
rockchip: i2c: Enable i2c for rk3399
rockchip: pmic: Enable RK808 for rk3399 evb
arch/arm/dts/Makefile | 2 +-
arch/arm/dts/rk3399-evb.dts | 39 ++++++++++++
arch/arm/dts/rk3399-puma.dts | 3 +-
arch/arm/dts/rk3399.dtsi | 16 +++++
arch/arm/include/asm/arch-rockchip/grf_rk3399.h | 8 +++
arch/arm/mach-rockchip/Kconfig | 2 +
arch/arm/mach-rockchip/rk3188-board.c | 18 ++++++
arch/arm/mach-rockchip/rk3399-board-spl.c | 43 ++++++++++---
arch/arm/mach-rockchip/rk3399/Kconfig | 19 ++++++
arch/arm/mach-rockchip/rk3399/syscon_rk3399.c | 1 +
board/theobroma-systems/puma_rk3399/Kconfig | 15 +++++
board/theobroma-systems/puma_rk3399/MAINTAINERS | 10 +++
board/theobroma-systems/puma_rk3399/Makefile | 7 +++
board/theobroma-systems/puma_rk3399/README | 73 ++++++++++++++++++++++
.../theobroma-systems/puma_rk3399/fit_spl_atf.its | 57 +++++++++++++++++
board/theobroma-systems/puma_rk3399/puma-rk3399.c | 71 +++++++++++++++++++++
configs/evb-rk3399_defconfig | 6 ++
configs/puma-rk3399_defconfig | 3 +-
drivers/i2c/rk_i2c.c | 1 +
drivers/sysreset/sysreset_rk3188.c | 15 +++++
include/configs/puma_rk3399.h | 27 ++++++++
include/configs/rk3399_common.h | 4 +-
include/configs/rockchip-common.h | 9 +++
include/configs/tinker_rk3288.h | 5 +-
24 files changed, 439 insertions(+), 15 deletions(-)
create mode 100644 board/theobroma-systems/puma_rk3399/Kconfig
create mode 100644 board/theobroma-systems/puma_rk3399/MAINTAINERS
create mode 100644 board/theobroma-systems/puma_rk3399/Makefile
create mode 100644 board/theobroma-systems/puma_rk3399/README
create mode 100644 board/theobroma-systems/puma_rk3399/fit_spl_atf.its
create mode 100644 board/theobroma-systems/puma_rk3399/puma-rk3399.c
create mode 100644 include/configs/puma_rk3399.h
Regards,
Simon
More information about the U-Boot
mailing list