Re: [U-Boot] non SPL boot on beagleboard-xm

2012-01-25 Thread Marek Vasut
> On 01/25/2012 08:43 AM, Peter Meerwald wrote: > > Hello Tom, > > > >>> MLO/SPL + current u-boot breaks the USB ethernet patches (i.e. booting > >>> via tftp) > >> > >> Even with 'dc off' before you start usb? > > > > I was not aware of the u-boot command 'dc off' -- yes, it solve my USB > > et

Re: [U-Boot] non SPL boot on beagleboard-xm

2012-01-25 Thread Tom Rini
On 01/25/2012 08:43 AM, Peter Meerwald wrote: > Hello Tom, > >>> MLO/SPL + current u-boot breaks the USB ethernet patches (i.e. booting via >>> tftp) > >> Even with 'dc off' before you start usb? > > I was not aware of the u-boot command 'dc off' -- yes, it solve my USB > ethernet problem > >

Re: [U-Boot] non SPL boot on beagleboard-xm

2012-01-25 Thread Peter Meerwald
Hello Tom, > > MLO/SPL + current u-boot breaks the USB ethernet patches (i.e. booting via > > tftp) > Even with 'dc off' before you start usb? I was not aware of the u-boot command 'dc off' -- yes, it solve my USB ethernet problem here is my story (from bisecting): v2011.06 + Koen et al. pat

Re: [U-Boot] non SPL boot on beagleboard-xm

2012-01-25 Thread Tom Rini
On 01/25/2012 03:03 AM, Peter Meerwald wrote: > Hello Tom, > >>> I can boot u-boot built from git commit >>> b609009801b8a00644926f49b7d0d0cc0d3d8797 successfully, but it fails with >>> git commit ee08a8260a3a7f6ef2001cfa3e7b6137b485f40a: > >> The current implementation (after poking some of the

Re: [U-Boot] non SPL boot on beagleboard-xm

2012-01-25 Thread Peter Meerwald
Hello Tom, > > I can boot u-boot built from git commit > > b609009801b8a00644926f49b7d0d0cc0d3d8797 successfully, but it fails with > > git commit ee08a8260a3a7f6ef2001cfa3e7b6137b485f40a: > The current implementation (after poking some of the other > beagleboard.org folks) requires SPL. It's no

Re: [U-Boot] non SPL boot on beagleboard-xm

2012-01-24 Thread Tom Rini
On Tue, Jan 24, 2012 at 10:02 AM, Peter Meerwald wrote: > Hello, > > I can boot u-boot built from git commit > b609009801b8a00644926f49b7d0d0cc0d3d8797 successfully, but it fails with > git commit ee08a8260a3a7f6ef2001cfa3e7b6137b485f40a: The current implementation (after poking some of the other