qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Can we run code for ARM920T core (at91rm9200) in qemu
@ 2009-01-01 11:02 vibisreenivasan
  2009-01-01 15:43 ` M. Warner Losh
  0 siblings, 1 reply; 7+ messages in thread
From: vibisreenivasan @ 2009-01-01 11:02 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paul Brook

Hello,
	Can we run code compiled for at91rm9200 (uses arm920T core) in 
	latest version of qemu.
	
	Is there any support for ARM7TDMI core.?

Thanks & Regards
vibi sreenivasan

 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] Can we run code for ARM920T core (at91rm9200) in qemu
  2009-01-01 11:02 [Qemu-devel] Can we run code for ARM920T core (at91rm9200) in qemu vibisreenivasan
@ 2009-01-01 15:43 ` M. Warner Losh
  2009-01-01 20:40   ` [Qemu-devel] " Måns Rullgård
  2009-01-02  5:03   ` [Qemu-devel] " vibisreenivasan
  0 siblings, 2 replies; 7+ messages in thread
From: M. Warner Losh @ 2009-01-01 15:43 UTC (permalink / raw)
  To: vibi_sreenivasan, qemu-devel; +Cc: paul

In message: <1230807743.20314.4.camel@localhost.localdomain>
            vibisreenivasan <vibi_sreenivasan@cms.com> writes:
: 	Can we run code compiled for at91rm9200 (uses arm920T core) in 
: 	latest version of qemu.

Maybe in userland emulation, but there's no at91rm9200 emulation right
now.

Warner

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Qemu-devel] Re: Can we run code for ARM920T core (at91rm9200) in qemu
  2009-01-01 15:43 ` M. Warner Losh
@ 2009-01-01 20:40   ` Måns Rullgård
  2009-01-02  5:03   ` [Qemu-devel] " vibisreenivasan
  1 sibling, 0 replies; 7+ messages in thread
From: Måns Rullgård @ 2009-01-01 20:40 UTC (permalink / raw)
  To: qemu-devel

"M. Warner Losh" <imp@bsdimp.com> writes:

> In message: <1230807743.20314.4.camel@localhost.localdomain>
>             vibisreenivasan <vibi_sreenivasan@cms.com> writes:
> : 	Can we run code compiled for at91rm9200 (uses arm920T core) in 
> : 	latest version of qemu.
>
> Maybe in userland emulation,

The ARM userspace instruction set seems to work well.

> but there's no at91rm9200 emulation right now.

-- 
Måns Rullgård
mans@mansr.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] Can we run code for ARM920T core (at91rm9200) in qemu
  2009-01-01 15:43 ` M. Warner Losh
  2009-01-01 20:40   ` [Qemu-devel] " Måns Rullgård
@ 2009-01-02  5:03   ` vibisreenivasan
  2009-01-04  7:31     ` andrzej zaborowski
  1 sibling, 1 reply; 7+ messages in thread
From: vibisreenivasan @ 2009-01-02  5:03 UTC (permalink / raw)
  To: M. Warner Losh; +Cc: qemu-devel, paul

hi Warner,
	Thanks for the fast response.
	Is there any one working on adding support for ARM920T core.
	
	Can any one give me some points on how to add support for
	ARM920T core.
	
	thanks & regards 
	vibi sreenivasan


On Thu, 2009-01-01 at 08:43 -0700, M. Warner Losh wrote:
> In message: <1230807743.20314.4.camel@localhost.localdomain>
>             vibisreenivasan <vibi_sreenivasan@cms.com> writes:
> : 	Can we run code compiled for at91rm9200 (uses arm920T core) in 
> : 	latest version of qemu.
> 
> Maybe in userland emulation, but there's no at91rm9200 emulation right
> now.
> 
> Warner
> 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] Can we run code for ARM920T core (at91rm9200) in qemu
  2009-01-02  5:03   ` [Qemu-devel] " vibisreenivasan
@ 2009-01-04  7:31     ` andrzej zaborowski
  2009-01-05 10:43       ` vibisreenivasan
  2009-01-05 10:51       ` [Qemu-devel] HOW TO ADD SUPPORT FOR A NEW arm926 based board (at91sam9260ek) vibisreenivasan
  0 siblings, 2 replies; 7+ messages in thread
From: andrzej zaborowski @ 2009-01-04  7:31 UTC (permalink / raw)
  To: vibi_sreenivasan, qemu-devel

2009/1/2 vibisreenivasan <vibi_sreenivasan@cms.com>:
> hi Warner,
>        Thanks for the fast response.
>        Is there any one working on adding support for ARM920T core.
>
>        Can any one give me some points on how to add support for
>        ARM920T core.

Most (all?) of the instructions ARM920T supports are in ARM926 too so
most of the changes would be restricting the exisitng instruction set
to generate faults on v5-only instructions.  If you don't care about
the faults then mostly anything that runs on ARM920T will run in qemu
as is.  The openmoko qemu tree emulates a cpu with an ARM920T core but
without implementing the differences from arm926.

Cheers

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] Can we run code for ARM920T core (at91rm9200) in qemu
  2009-01-04  7:31     ` andrzej zaborowski
@ 2009-01-05 10:43       ` vibisreenivasan
  2009-01-05 10:51       ` [Qemu-devel] HOW TO ADD SUPPORT FOR A NEW arm926 based board (at91sam9260ek) vibisreenivasan
  1 sibling, 0 replies; 7+ messages in thread
From: vibisreenivasan @ 2009-01-05 10:43 UTC (permalink / raw)
  To: andrzej zaborowski; +Cc: qemu-devel

Thanks for the reply..
Any Idea about qemu support for ARM7TDMI core?Any one planning to
implement that?
regards
vibi sreenivasan

On Sun, 2009-01-04 at 08:31 +0100, andrzej zaborowski wrote:
> 2009/1/2 vibisreenivasan <vibi_sreenivasan@cms.com>:
> > hi Warner,
> >        Thanks for the fast response.
> >        Is there any one working on adding support for ARM920T core.
> >
> >        Can any one give me some points on how to add support for
> >        ARM920T core.
> 
> Most (all?) of the instructions ARM920T supports are in ARM926 too so
> most of the changes would be restricting the exisitng instruction set
> to generate faults on v5-only instructions.  If you don't care about
> the faults then mostly anything that runs on ARM920T will run in qemu
> as is.  The openmoko qemu tree emulates a cpu with an ARM920T core but
> without implementing the differences from arm926.
> 
> Cheers

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Qemu-devel] HOW TO ADD SUPPORT FOR A NEW arm926 based board (at91sam9260ek)
  2009-01-04  7:31     ` andrzej zaborowski
  2009-01-05 10:43       ` vibisreenivasan
@ 2009-01-05 10:51       ` vibisreenivasan
  1 sibling, 0 replies; 7+ messages in thread
From: vibisreenivasan @ 2009-01-05 10:51 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paul Brook

hello,
	Can any one please give me any details on how to add a new 
	board to qemu . I want to emulate at91sam9260ek.

Thanks & Regards
vibi sreenivasan

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-01-05 10:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-01 11:02 [Qemu-devel] Can we run code for ARM920T core (at91rm9200) in qemu vibisreenivasan
2009-01-01 15:43 ` M. Warner Losh
2009-01-01 20:40   ` [Qemu-devel] " Måns Rullgård
2009-01-02  5:03   ` [Qemu-devel] " vibisreenivasan
2009-01-04  7:31     ` andrzej zaborowski
2009-01-05 10:43       ` vibisreenivasan
2009-01-05 10:51       ` [Qemu-devel] HOW TO ADD SUPPORT FOR A NEW arm926 based board (at91sam9260ek) vibisreenivasan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).