qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
To: Aurelien Jarno <aurelien@aurel32.net>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 1/2] Implement basic part of SA-1110/SA-1100
Date: Tue, 19 Apr 2011 18:53:56 +0400	[thread overview]
Message-ID: <BANLkTi==DgoN7DTdgASuM8Ybi+4KOU2wBw@mail.gmail.com> (raw)
In-Reply-To: <20110418180206.GQ10979@hall.aurel32.net>

On 4/18/11, Aurelien Jarno <aurelien@aurel32.net> wrote:
> On Thu, Apr 14, 2011 at 10:18:02AM +0400, Dmitry Eremin-Solenikov wrote:
>> Basic implementation of DEC/Intel SA-1100/SA-1110 chips emulation.
>> Implemented:
>>  - IRQs
>>  - GPIO
>>  - PPC
>>  - RTC
>>  - UARTs (no IrDA/etc.)
>>  - OST reused from pxa25x
>>
>> Everything else is TODO (esp. PM/idle/sleep!) - see the todo in the
>> hw/strongarm.c
>>
>> V5:
>>   * syntax fixup
>>
>> V4:
>>   * use bitnames to access RTC and UART registers
>>   * drop unused casts
>>   * disable debug printfs in GPIO code
>>
>> V3:
>>   * fix the name of UART VMSD
>>   * fix RTSR reg offset
>>   * add SSP support
>>
>> V2:
>>   * removed all strongarm variants except latest
>>   * dropped unused casts
>>   * fixed PIC vmstate
>>   * fixed new devices created with version_id = 1
>>
>> Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
>> ---
>>  Makefile.target     |    1 +
>>  hw/strongarm.c      | 1587
>> +++++++++++++++++++++++++++++++++++++++++++++++++++
>>  hw/strongarm.h      |   64 ++
>>  target-arm/cpu.h    |    3 +
>>  target-arm/helper.c |    9 +
>>  5 files changed, 1664 insertions(+), 0 deletions(-)
>>  create mode 100644 hw/strongarm.c
>>  create mode 100644 hw/strongarm.h
>
> It seems we are slowly converging, and this is almost ready. See my
> comments below.

I hope not to spam this ML with patches :) Will send V6 in a moment.

-- 
With best wishes
Dmitry

  reply	other threads:[~2011-04-19 14:54 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-14  6:18 [Qemu-devel] [PATCH 1/2] Implement basic part of SA-1110/SA-1100 Dmitry Eremin-Solenikov
2011-04-14  6:18 ` [Qemu-devel] [PATCH 2/2] Basic implementation of Sharp Zaurus SL-5500 collie PDA Dmitry Eremin-Solenikov
2011-04-16  9:25 ` [Qemu-devel] [PATCH 1/2] Implement basic part of SA-1110/SA-1100 Dmitry Eremin-Solenikov
2011-04-18 18:02 ` Aurelien Jarno
2011-04-19 14:53   ` Dmitry Eremin-Solenikov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-04-19 14:56 Dmitry Eremin-Solenikov
2011-04-20 11:00 ` Aurelien Jarno
2011-04-21 11:55   ` Dmitry Eremin-Solenikov
2011-04-12 13:09 [Qemu-devel] [PATCH 0/2] StrongARM/Sharp Zaurus SL-5500 support Dmitry Eremin-Solenikov
2011-04-12 13:09 ` [Qemu-devel] [PATCH 1/2] Implement basic part of SA-1110/SA-1100 Dmitry Eremin-Solenikov
2011-04-12 21:32   ` Aurelien Jarno
2011-03-22 14:53 Dmitry Eremin-Solenikov
2011-03-22 15:34 ` Peter Maydell
2011-03-22 16:08   ` Dmitry Eremin-Solenikov
2011-03-22 17:09 ` Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='BANLkTi==DgoN7DTdgASuM8Ybi+4KOU2wBw@mail.gmail.com' \
    --to=dbaryshkov@gmail.com \
    --cc=aurelien@aurel32.net \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).