
Hi Bin,
Thanks for your suggestion, I already find the root cause.
This patch change the image package and lead to all Rockchip SoCs
with BACK_TO_BROM enabled can not work.
https://www.mail-archive.com/u-boot@lists.denx.de/msg245567.html
Is it possible to do verify commits for different platform like kernelci for kernel patches in U-Boot?
Thanks, - Kever On 05/17/2017 05:24 PM, Bin Meng wrote:
Hi Kever,
On Wed, May 17, 2017 at 4:43 PM, Kever Yang kever.yang@rock-chips.com wrote:
I don't know which patch break Rockchip armv7 SoC on latest source code. The SPL works fine, but it hang at some unknown place in U-Boot, I can't get any log event I enable the DEBUG option.
I test with below commit 4125bbc Merge branch 'master' of git://git.denx.de/u-boot-mmc
armv8 work fine, but armv7 not works, I test with rk3288 and another WIP SoC, both of them hangs without any log message.
Any one have any clue?
You can use 'git bisect' to identify which commit breaks the things.
Regards, Bin