Re: [U-Boot] [PATCH] rockchip: add TPL_TINY_FRAMEWORK support

2018-08-29 Thread Dr. Philipp Tomsich
> On 28 Aug 2018, at 11:23, Kever Yang wrote: > > Rockchip BootRom support load firmware from storage media twice, > one for ddr sdram init code into sram and another time to load > firmware into DDR. For ddr sdram init code(which is TPL in U-Boot > project), it's OK to re-use the stack and vect

[U-Boot] [PATCH] rockchip: add TPL_TINY_FRAMEWORK support

2018-08-28 Thread Kever Yang
Rockchip BootRom support load firmware from storage media twice, one for ddr sdram init code into sram and another time to load firmware into DDR. For ddr sdram init code(which is TPL in U-Boot project), it's OK to re-use the stack and vector table. In order to get more available sram space, we nee