Pull request: u-boot-rockchip-20220318
Kever Yang
kever.yang at rock-chips.com
Fri Mar 18 14:57:16 CET 2022
Hi Tom,
Please pull the rockchip update and fixes:
- Fix for chromebook gru and bob board;
- some fix on driver like dram and saradc;
Gitlab ci:
https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip/pipelines/11330
Thanks,
- Kever
The following changes since commit e7fb67df319cec410c20906bbf33936a6f7479b2:
Merge https://source.denx.de/u-boot/custodians/u-boot-mmc (2022-03-16 08:13:16 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20220318
for you to fetch changes up to 861682b596b81f988d522edd4c1c76341de112a2:
rockchip: ram: sdram_rk3x88: replace comma by semicolon (2022-03-18 18:12:03 +0800)
----------------------------------------------------------------
Alper Nebi Yasak (3):
rockchip: gru: Set up SoC IO domain registers
rockchip: bob: Enable more configs
rockchip: Set default LNX_KRNL_IMG_TEXT_OFFSET_BASE to SYS_TEXT_BASE
Giulio Benetti (1):
rockchip: saradc: remove double semi-colon
Johan Jonker (2):
MAINTAINERS: add rockchip regex for more files and directories
rockchip: ram: sdram_rk3x88: replace comma by semicolon
Leonidas-Panagiotis Papadakos (1):
rockchip: rk3328: enable USB mass storage on Renegade
Marty E. Plummer (1):
rockchip: rk3399: Add support for chromebook_kevin
Simon Glass (1):
rockchip: gru: Add more devicetree settings
MAINTAINERS | 4 +
arch/arm/dts/Makefile | 1 +
arch/arm/dts/rk3399-gru-kevin-u-boot.dtsi | 11 +++
arch/arm/dts/rk3399-gru-u-boot.dtsi | 55 +++++++++++++
arch/arm/mach-rockchip/Kconfig | 3 +
arch/arm/mach-rockchip/rk3399/Kconfig | 11 +++
arch/arm/mach-rockchip/rk3399/rk3399.c | 3 +-
arch/arm/mach-rockchip/spl.c | 3 +-
board/google/gru/Kconfig | 16 ++++
board/google/gru/MAINTAINERS | 8 ++
board/google/gru/gru.c | 54 ++++++++++++-
configs/chromebook_bob_defconfig | 22 ++++-
configs/chromebook_kevin_defconfig | 111 ++++++++++++++++++++++++++
configs/roc-cc-rk3328_defconfig | 1 +
doc/board/rockchip/rockchip.rst | 1 +
drivers/adc/rockchip-saradc.c | 2 +-
drivers/ram/rockchip/sdram_rk3188.c | 2 +-
drivers/ram/rockchip/sdram_rk3288.c | 2 +-
include/configs/gru.h | 3 +
include/dt-bindings/input/linux-event-codes.h | 3 +-
20 files changed, 308 insertions(+), 8 deletions(-)
create mode 100644 arch/arm/dts/rk3399-gru-kevin-u-boot.dtsi
create mode 100644 configs/chromebook_kevin_defconfig
More information about the U-Boot
mailing list