[U-Boot] omap3_beagle problem booting kernel on latest u-boot

2011-09-29 Thread John Rigby
Aneesh, Dirk, Jason: During our monthly release testing of Linaro images we discovered that the kernel was pretty unreliable with the latest upstream u-boot. After bisecting we found that reverting this patch fixes the problem commit 45bf05854bc94ed8bae9e9114292895b990327ea Author: Aneesh V

Re: [U-Boot] omap3_beagle problem booting kernel on latest u-boot

2011-09-29 Thread Aneesh V
John, My primary suspect would be cache. But the fact that CONFIG_SYS_DCACHE_OFF is not helping is strange. Could you double-check this and also make sure that CONFIG_SYS_L2CACHE_OFF is enabled too. regards, Aneesh On Thursday 29 September 2011 11:50 AM, John Rigby wrote: Aneesh, Dirk, Jason:

Re: [U-Boot] omap3_beagle problem booting kernel on latest u-boot

2011-09-29 Thread John Rigby
On Thu, Sep 29, 2011 at 3:09 AM, Aneesh V ane...@ti.com wrote: John, My primary suspect would be cache. But the fact that CONFIG_SYS_DCACHE_OFF is not helping is strange. Could you double-check this and also make sure that CONFIG_SYS_L2CACHE_OFF is enabled too. Ok, verified that

Re: [U-Boot] omap3_beagle problem booting kernel on latest u-boot

2011-09-29 Thread Aneesh V
John, On Thursday 29 September 2011 09:00 PM, John Rigby wrote: On Thu, Sep 29, 2011 at 3:09 AM, Aneesh Vane...@ti.com wrote: John, My primary suspect would be cache. But the fact that CONFIG_SYS_DCACHE_OFF is not helping is strange. Could you double-check this and also make sure that