Re: [U-Boot] [PATCH v2 1/2] rockchip: rk3288: Add TPL_LDSCRIPT

2018-02-26 Thread Dr. Philipp Tomsich
Kever, Cleaning this up will be great. Once ready, we can merge this onto next … Regards, Philipp. > On 26 Feb 2018, at 07:26, Kever Yang wrote: > > > I prefer to share the TPL script between all Rockchip SoCs, > > and put this at arch/arm/mach-rockchip/. > > I got one in my local branch, w

Re: [U-Boot] [PATCH v2 1/2] rockchip: rk3288: Add TPL_LDSCRIPT

2018-02-25 Thread Kever Yang
I prefer to share the TPL script between all Rockchip SoCs, and put this at arch/arm/mach-rockchip/. I got one in my local branch, will update it once I clean up everything. Thanks, - Kever On 02/23/2018 03:43 PM, Jagan Teki wrote: > Due to size limitations in SPL by adding falcon mode, > rk32

Re: [U-Boot] [PATCH v2 1/2] rockchip: rk3288: Add TPL_LDSCRIPT

2018-02-25 Thread Kever Yang
I prefer to share the TPL script between all Rockchip SoCs, and put this at arch/arm/mach-rockchip/. I got one in my local branch, will update it once I clean up everything. Thanks, - Kever On 02/23/2018 03:43 PM, Jagan Teki wrote: > Due to size limitations in SPL by adding falcon mode, > rk32

[U-Boot] [PATCH v2 1/2] rockchip: rk3288: Add TPL_LDSCRIPT

2018-02-22 Thread Jagan Teki
Due to size limitations in SPL by adding falcon mode, rk3288 support TPL. In order to not overlap SPL_TEXT_BASE add TPL_TEXT_BASE with u-boot-tpl.lds that intern call u-boot-spl.lds with proper TEXT_BASE values. Signed-off-by: Jagan Teki Acked-by: Philipp Tomsich --- Changes for v2: - none arc