Re: [U-Boot] qemu-x86 issues

2016-12-03 Thread Pavel Machek
Hi! > > Bah, lemme correct myself. MIPS* and PowerPC fail due to sleep taking > > slightly too long. x86 is the only one where it's just way too fast. > > But this is not true once Linux itself is up. > > > > U-Boot uses x86 TSC timer as the delay timer. Right now the timer > frequency is hard-

Re: [U-Boot] qemu-x86 issues

2016-10-19 Thread Tom Rini
On Wed, Oct 19, 2016 at 11:18:00AM +0800, Bin Meng wrote: > Hi Tom, > > On Tue, Oct 18, 2016 at 9:35 PM, Tom Rini wrote: > > On Tue, Oct 18, 2016 at 09:19:59AM -0400, Tom Rini wrote: > >> On Tue, Oct 18, 2016 at 10:36:41AM +0800, Bin Meng wrote: > >> > Hi Tom, > >> > > >> > On Sat, Oct 15, 2016 a

Re: [U-Boot] qemu-x86 issues

2016-10-18 Thread Bin Meng
Hi Tom, On Tue, Oct 18, 2016 at 9:35 PM, Tom Rini wrote: > On Tue, Oct 18, 2016 at 09:19:59AM -0400, Tom Rini wrote: >> On Tue, Oct 18, 2016 at 10:36:41AM +0800, Bin Meng wrote: >> > Hi Tom, >> > >> > On Sat, Oct 15, 2016 at 7:32 AM, Tom Rini wrote: >> > > Hey guys, >> > > >> > > After making St

Re: [U-Boot] qemu-x86 issues

2016-10-18 Thread Tom Rini
On Tue, Oct 18, 2016 at 09:19:59AM -0400, Tom Rini wrote: > On Tue, Oct 18, 2016 at 10:36:41AM +0800, Bin Meng wrote: > > Hi Tom, > > > > On Sat, Oct 15, 2016 at 7:32 AM, Tom Rini wrote: > > > Hey guys, > > > > > > After making Stephen's scripts work with qemu today, I've started > > > testing ou

Re: [U-Boot] qemu-x86 issues

2016-10-18 Thread Tom Rini
On Tue, Oct 18, 2016 at 10:36:41AM +0800, Bin Meng wrote: > Hi Tom, > > On Sat, Oct 15, 2016 at 7:32 AM, Tom Rini wrote: > > Hey guys, > > > > After making Stephen's scripts work with qemu today, I've started > > testing out what platforms I can test out via qemu. I've found two > > problems wit

Re: [U-Boot] qemu-x86 issues

2016-10-17 Thread Bin Meng
Hi Tom, On Sat, Oct 15, 2016 at 7:32 AM, Tom Rini wrote: > Hey guys, > > After making Stephen's scripts work with qemu today, I've started > testing out what platforms I can test out via qemu. I've found two > problems with qemu-x86. First, there's a real problem with the network. > I run qemu

[U-Boot] qemu-x86 issues

2016-10-14 Thread Tom Rini
Hey guys, After making Stephen's scripts work with qemu today, I've started testing out what platforms I can test out via qemu. I've found two problems with qemu-x86. First, there's a real problem with the network. I run qemu with "-nographic -cpu qemu32 -netdev user,id=net0,tftp=/tftpboot -devi