Re: linux-3.6.11-rt30 smoke test on ARM

2013-03-21 Thread Frank Rowand
On 03/12/13 17:44, Frank Rowand wrote: > On 03/11/13 10:34, Sebastian Andrzej Siewior wrote: >> * Frank Rowand | 2013-03-07 20:03:18 [-0800]: >> >>> panda boot often fails due to a usb timeout, while sending a command on >>> behalf of the smsc95xx ethernet driver. >>> >>> This patch is a temporary

Re: linux-3.6.11-rt30 smoke test on ARM

2013-03-12 Thread Frank Rowand
On 03/11/13 10:34, Sebastian Andrzej Siewior wrote: > * Frank Rowand | 2013-03-07 20:03:18 [-0800]: > >> panda boot often fails due to a usb timeout, while sending a command on >> behalf of the smsc95xx ethernet driver. >> >> This patch is a temporary hack to force a retry when the timeout occurs.

Re: linux-3.6.11-rt30 smoke test on ARM

2013-03-11 Thread Sebastian Andrzej Siewior
* Frank Rowand | 2013-03-07 20:03:18 [-0800]: >panda boot often fails due to a usb timeout, while sending a command on >behalf of the smsc95xx ethernet driver. > >This patch is a temporary hack to force a retry when the timeout occurs. It looks like you overrun the chip for some reason. Can you r

linux-3.6.11-rt30 smoke test on ARM

2013-03-07 Thread Frank Rowand
linux-3.6.11-rt30 builds and boots on some ARM boards (PandaBoard, Realview) for: - SMP, PREEMPT_RT_FULL - SMP, PREEMPT_NONE - UP, PREEMPT_RT_FULL - UP, PREEMPT_NONE The PandaBoard frequently fails to boot with an eth0 error. I have only seen this for SMP, PREEMPT_NONE. This same erro

Re: linux-3.6.11-rt30 smoke test on ARM

2013-03-07 Thread Frank Rowand
On 03/07/13 19:55, Frank Rowand wrote: > linux-3.6.11-rt30 builds and boots on some ARM boards (PandaBoard, Realview) > for: > > - SMP, PREEMPT_RT_FULL > - SMP, PREEMPT_NONE > - UP, PREEMPT_RT_FULL > - UP, PREEMPT_NONE > > > The PandaBoard frequently fails to boot with an eth0 error. I