Re: [U-Boot] [PATCH v2 0/4] rockchip: rk3399: Update SPL generation for the RK3399

2017-03-16 Thread Kever Yang
Hi Philipp, It's great to see your patch fix the align issue in rk3399, reserve space for magic tag is a good idea which is the same with our internal code. In this case, you do not need to separate for rk3399 and other Rockchips SoCs: 1. SPL code: reserve 4-byte space for all rockchip So

[U-Boot] [PATCH v2 0/4] rockchip: rk3399: Update SPL generation for the RK3399

2017-03-15 Thread Philipp Tomsich
For the RK3399, which boots in AArch64 mode, the Boot ROM still starts execution at the instruction following the SPL boot-magic (i.e. 'RK33'). This puts the first executed instruction on an odd address (+0x4). However, we can't reasonably use for the start of the .text-section on AArch64, as it