-
- Downloads
rockchip: add option to change method of loading u-boot
If we would like to boot from SD card, we have to implement mmc driver in SPL stage, and get a slightly large SPL binary. Rockchip SoC's bootrom code has the ability to load spl and u-boot, then boot. If CONFIG_ROCKCHIP_SPL_BACK_TO_BROM is enabled, the spl will return to bootrom in board_init_f(), then bootrom loads u-boot binary. Loading sequence after rework: bootrom ==> spl ==> bootrom ==> u-boot Signed-off-by:Ziyuan Xu <xzy.xu@rock-chips.com> Acked-by:
Simon Glass <sjg@chromium.org> Fixed up spelling of U-Boot, boorom, opinion->option, Rochchip: Signed-off-by:
Simon Glass <sjg@chromium.org>
Showing
- arch/arm/mach-rockchip/Kconfig 8 additions, 0 deletionsarch/arm/mach-rockchip/Kconfig
- arch/arm/mach-rockchip/Makefile 1 addition, 0 deletionsarch/arm/mach-rockchip/Makefile
- arch/arm/mach-rockchip/board.c 33 additions, 0 deletionsarch/arm/mach-rockchip/board.c
- arch/arm/mach-rockchip/rk3036/Makefile 0 additions, 1 deletionarch/arm/mach-rockchip/rk3036/Makefile
- arch/arm/mach-rockchip/rk3288-board-spl.c 4 additions, 1 deletionarch/arm/mach-rockchip/rk3288-board-spl.c
- arch/arm/mach-rockchip/save_boot_param.S 1 addition, 1 deletionarch/arm/mach-rockchip/save_boot_param.S
- doc/README.rockchip 14 additions, 0 deletionsdoc/README.rockchip
- include/configs/rk3288_common.h 5 additions, 0 deletionsinclude/configs/rk3288_common.h
Please register or sign in to comment