]> git.baikalelectronics.ru Git - uboot.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)
commit0b23e517974d2c4fda081d36048c0ca54188a430
treeaeddf4854f2785a1587d7fec9ccf0ef58eae94b5
parent9b80e5bd3c896ad490c306d4aa42a8710d3dca5c
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