[U-Boot] [PATCH 1/5] rockchip: rk3328: add spl board file support

Simon Glass sjg at chromium.org
Sat May 18 16:08:12 UTC 2019


On Wed, 8 May 2019 at 00:35, Matwey V. Kornilov
<matwey.kornilov at gmail.com> wrote:
>
> From: Kever Yang <kever.yang at rock-chips.com>
>
> rk3328 spl is locate at dram, so do not have strict size limit,
> suppose to enable storage media controller driver, load ATF and
> U-Boot, then boot into ATF.
>
> Signed-off-by: Kever Yang <kever.yang at rock-chips.com>
> [cherry picked from https://github.com/rockchip-linux/u-boot/commit/4ebe3968b683190cb8e5741aa7227b4fa7497874 with minor modifications]
> Signed-off-by: Matwey V. Kornilov <matwey.kornilov at gmail.com>
> ---
>  arch/arm/mach-rockchip/Makefile           |  1 +
>  arch/arm/mach-rockchip/rk3328-board-spl.c | 59 +++++++++++++++++++++++++++++++
>  2 files changed, 60 insertions(+)
>  create mode 100644 arch/arm/mach-rockchip/rk3328-board-spl.c

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list