Hi Olof,
On Sat, Apr 05, 2014 at 07:24:11AM -0700, Olof's autobooter wrote:
Failed boards:
cubie multi_v7_defconfig : FAILED 1:06.34
I think you have the same issue Kevin had. You're loading the DT too close to the kernel, which is erasing the dtb whenever it uncompresses itself.
cubie2 sunxi_defconfig : FAILED 1:21.10 cubie2 multi_v7_defconfig : FAILED 1:08.11 cubie2 multi_lpae_defconfig : FAILED 1:04.54
What revision of u-boot are you using?
I think you have the same issue Kevin had too, where the bootloader doesn't set the arch timer's CNTFRQ, resulting in a crash in the driver.
Thanks! Maxime