]> git.ipfire.org Git - u-boot.git/commit
rk3288: vyasa: Add TPL support
authorJagan Teki <jagan@amarulasolutions.com>
Wed, 27 Sep 2017 17:33:12 +0000 (23:03 +0530)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Sat, 30 Sep 2017 22:33:33 +0000 (00:33 +0200)
commit532cb7f5ada0cc3779c33606d760ec99f6aa847a
treeaeddf4854f2785a1587d7fec9ccf0ef58eae94b5
parenta982d5156db0587f5118a118c7e9f18d4c70891d
rk3288: vyasa: Add TPL support

Since the size of SPL can't be exceeded 0x8000 bytes in RK3288,
it is not possible add new SPL features like Falcon mode or etc.

So add TPL stage so-that adding new features to SPL is possible.
- TPL: DRAM init, clocks
- SPL: MMC, falcon, etc

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
arch/arm/mach-rockchip/Makefile
arch/arm/mach-rockchip/rk3288-board-spl.c
arch/arm/mach-rockchip/rk3288-board-tpl.c [new file with mode: 0644]
arch/arm/mach-rockchip/rk3288/Kconfig
configs/vyasa-rk3288_defconfig
doc/README.rockchip
include/configs/rk3288_common.h