Re: [U-Boot] [PATCH 8/8] rockchip: rk3288: make both evb variants use atf

2019-05-07 Thread Heiko Stuebner
Hi Kever, Am Dienstag, 7. Mai 2019, 03:54:32 CEST schrieb 杨凯: > 1 does aarch32 using atf the same way like aarch64? eg. the load/boot flow is: > tpl->spl->atf->u-boot Yep, exactly like this - which is the beauty of using ATF :-) Btw. core rk3288 support meanwhile also reached upstream ATF:

Re: [U-Boot] [PATCH 8/8] rockchip: rk3288: make both evb variants use atf

2019-05-06 Thread Kever Yang
Hi Heiko, On 04/05/2019 04:30 PM, Heiko Stuebner wrote: > Enable both rk3288-evb variants to load an ATF binary between > spl and u-boot proper. Does this the same as aarch64 boot/load flow? tpl->spl->atf->u-boot > > Doing the regular spl->u-boot load of course still stays possible > with this

[U-Boot] [PATCH 8/8] rockchip: rk3288: make both evb variants use atf

2019-04-05 Thread Heiko Stuebner
Enable both rk3288-evb variants to load an ATF binary between spl and u-boot proper. Doing the regular spl->u-boot load of course still stays possible with this change. Signed-off-by: Heiko Stuebner --- board/rockchip/evb_rk3288/evb-rk3288.c| 12 +-