Re: [Qemu-devel] Emulating powerpc 440EP with qemu-system-ppcemb

2011-01-23 Thread Rob Landley
On 01/23/2011 01:52 PM, Dushyant Bansal wrote: > >> Those are board emulations. Does it have a 440 _cpu_ emulation? >> >> ./qemu-system-ppc -cpu ? | grep 440 >> > This is the output. > PowerPC 440-Xilinx PVR 7ff21910 > > Is this right for my requirement? I have no idea? Sounds worth

Re: [Qemu-devel] Emulating powerpc 440EP with qemu-system-ppcemb

2011-01-23 Thread Alexander Graf
On 23.01.2011, at 20:52, Andreas Färber wrote: > Am 23.01.2011 um 19:42 schrieb Rob Landley: > >> On 01/23/2011 06:59 AM, Dushyant Bansal wrote: >>> When I try to run this command, >>> # qemu-system-ppcemb -nographic -m 128 -M bamboo -kernel uImage -append "" >>> >>> I get the following outpu

Re: [Qemu-devel] Emulating powerpc 440EP with qemu-system-ppcemb

2011-01-23 Thread Edgar E. Iglesias
On Mon, Jan 24, 2011 at 01:38:35AM +0530, Dushyant Bansal wrote: > On Monday 24 January 2011 01:22 AM, Andreas Färber wrote: > > Am 23.01.2011 um 19:42 schrieb Rob Landley: > > > >> On 01/23/2011 06:59 AM, Dushyant Bansal wrote: > >>> When I try to run this command, > >>> # qemu-system-ppcemb -nog

Re: [Qemu-devel] Emulating powerpc 440EP with qemu-system-ppcemb

2011-01-23 Thread Dushyant Bansal
On Monday 24 January 2011 01:22 AM, Andreas Färber wrote: Am 23.01.2011 um 19:42 schrieb Rob Landley: On 01/23/2011 06:59 AM, Dushyant Bansal wrote: When I try to run this command, # qemu-system-ppcemb -nographic -m 128 -M bamboo -kernel uImage -append "" I get the following output and qe

Re: [Qemu-devel] Emulating powerpc 440EP with qemu-system-ppcemb

2011-01-23 Thread Dushyant Bansal
Those are board emulations. Does it have a 440 _cpu_ emulation? ./qemu-system-ppc -cpu ? | grep 440 This is the output. PowerPC 440-Xilinx PVR 7ff21910 Is this right for my requirement? This is qemu version 0.13.50. And, it seems this support has been added recently. It is missing

Re: [Qemu-devel] Emulating powerpc 440EP with qemu-system-ppcemb

2011-01-23 Thread Andreas Färber
Am 23.01.2011 um 19:42 schrieb Rob Landley: On 01/23/2011 06:59 AM, Dushyant Bansal wrote: When I try to run this command, # qemu-system-ppcemb -nographic -m 128 -M bamboo -kernel uImage - append "" I get the following output and qemu just hangs there: Trying to read privileged spr 947 3b3

Re: [Qemu-devel] Emulating powerpc 440EP with qemu-system-ppcemb

2011-01-23 Thread Rob Landley
On 01/23/2011 01:01 PM, Dushyant Bansal wrote: > I am also using > "cross-compiler-powerpc-440fp" > from the aboriginal project > (http://www.landley.net/aboriginal/downloads/binaries/) to build the > kernel

Re: [Qemu-devel] Emulating powerpc 440EP with qemu-system-ppcemb

2011-01-23 Thread Dushyant Bansal
On Monday 24 January 2011 12:12 AM, Rob Landley wrote: On 01/23/2011 06:59 AM, Dushyant Bansal wrote: Hi all, I have configured and built qemu with device tree support. qemu-version: 0.13.50 I have built kernel image (uImage) for bamboo using powerpc-440 toolchain. kernel-version: 2.6.37-rc

Re: [Qemu-devel] Emulating powerpc 440EP with qemu-system-ppcemb

2011-01-23 Thread Rob Landley
On 01/23/2011 06:59 AM, Dushyant Bansal wrote: > Hi all, > > I have configured and built qemu with device tree support. > qemu-version: 0.13.50 > I have built kernel image (uImage) for bamboo using powerpc-440 toolchain. > kernel-version: 2.6.37-rc6+ > > When I try to run this command, > # qemu-

[Qemu-devel] Emulating powerpc 440EP with qemu-system-ppcemb

2011-01-23 Thread Dushyant Bansal
Hi all, I have configured and built qemu with device tree support. qemu-version: 0.13.50 I have built kernel image (uImage) for bamboo using powerpc-440 toolchain. kernel-version: 2.6.37-rc6+ When I try to run this command, # qemu-system-ppcemb -nographic -m 128 -M bamboo -kernel uImage -appen