Re: [U-Boot] [PATCH] rockchip: rk3288: Change method of loading u-boot

2016-06-12 Thread Ziyuan Xu
On 2016年06月12日 13:46, Eddie Cai wrote: Why not move arch/arm/mach-rockchip/rk3036/save_boot_param.S to arch/arm/mach-rockchip/save_boot_param.S. Then use it directly? 2016-06-12 12:29 GMT+08:00 Eddie Cai : Okay, it's make sense to me. Hi 2016-06-12 11:56

Re: [U-Boot] [PATCH] rockchip: rk3288: Change method of loading u-boot

2016-06-12 Thread Eddie Cai
Why not move arch/arm/mach-rockchip/rk3036/save_boot_param.S to arch/arm/mach-rockchip/save_boot_param.S. Then use it directly? 2016-06-12 12:29 GMT+08:00 Eddie Cai : > > Hi > > 2016-06-12 11:56 GMT+08:00 Ziyuan Xu : >> >> If we would like to boot

Re: [U-Boot] [PATCH] rockchip: rk3288: Change method of loading u-boot

2016-06-12 Thread Eddie Cai
Hi 2016-06-12 11:56 GMT+08:00 Ziyuan Xu : > If we would like to boot from SD card, we have to implement mmc driver > in SPL stage, and get a slightly larger spl binrary. RK3288's bootrom > code has the ability to load spl and u-boot. This patch tasks maskrom to > load

[U-Boot] [PATCH] rockchip: rk3288: Change method of loading u-boot

2016-06-12 Thread Ziyuan Xu
If we would like to boot from SD card, we have to implement mmc driver in SPL stage, and get a slightly larger spl binrary. RK3288's bootrom code has the ability to load spl and u-boot. This patch tasks maskrom to load u-boot. Loading sequence after rework: bootrom ==> spl ==> bootrom ==> u-boot