[U-Boot] [PATCH 0/3] rockchip: rk3188 fixed early stage and radxarock board
Heiko Stuebner
heiko at sntech.de
Thu Mar 23 23:41:31 UTC 2017
Applies on top of current rockchip master branch and needs
Kever's early_init patch for rk3188 and rk3399.
After this one series, there is of course still
rockchip: rk3188: fixups and armclk speedup
series and
rockchip: rk3188: enable remap function
patch open.
changes compared to the original patches:
- made it apply on top of current rockchip master
- arranged in a way to not create build errors
- so adapted the TPL_LIBGENERIC patch to be in front
of the rock board addition
Heiko Stuebner (3):
rockchip: rk3188: enable TPL_LIBGENERIC for generic memset
rockchip: rk3188: Add Radxa Rock board
rockchip: rk3188: add README.rockchip paragraph describing sd boot
arch/arm/dts/Makefile | 1 +
arch/arm/dts/rk3188-radxarock.dts | 382 ++++++++++++++++++++++++++++++++++
arch/arm/mach-rockchip/rk3188/Kconfig | 14 ++
board/radxa/rock/Kconfig | 15 ++
board/radxa/rock/MAINTAINERS | 6 +
board/radxa/rock/Makefile | 7 +
board/radxa/rock/rock.c | 7 +
configs/rock_defconfig | 58 ++++++
doc/README.rockchip | 26 +++
include/configs/rock.h | 30 +++
10 files changed, 546 insertions(+)
create mode 100644 arch/arm/dts/rk3188-radxarock.dts
create mode 100644 board/radxa/rock/Kconfig
create mode 100644 board/radxa/rock/MAINTAINERS
create mode 100644 board/radxa/rock/Makefile
create mode 100644 board/radxa/rock/rock.c
create mode 100644 configs/rock_defconfig
create mode 100644 include/configs/rock.h
--
2.11.0
More information about the U-Boot
mailing list