All of lore.kernel.org
 help / color / mirror / Atom feed
From: Li Guang <lig.fnst@cn.fujitsu.com>
To: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Cc: Peter Maydell <peter.maydell@linaro.org>,
	"qemu-devel@nongnu.org Developers" <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH v6 0/5] add sunxi machine type
Date: Wed, 27 Nov 2013 16:35:50 +0800	[thread overview]
Message-ID: <5295AEE6.1000404@cn.fujitsu.com> (raw)
In-Reply-To: <CAEgOgz6AcGji7gPDUyrESkPX0A7r3t15_NF-SE=h+VZXe_OHZQ@mail.gmail.com>

Peter Crosthwaite wrote:
> Hi Liguang,
>
> On Wed, Nov 27, 2013 at 6:23 PM, liguang<lig.fnst@cn.fujitsu.com>  wrote:
>    
>> this patch-set implemented a device-reduced
>> machine type for Allwinner's sunxi series SoC,
>> like sunxi-4i/5i/7i ...
>>
>> now, It can support sunxi-4i with a cortex-a8 processor.
>> and will support more later, like sunxi-7i with cortex-a7,
>> and will add more devices.
>>
>> v2: split timer and interrupt controller emulation into
>>          their corresponding files.
>>
>> v3:
>> 1. change loader_start address
>> 2. add 64-bit counter
>> 3. fixup fail to clear interrup status issue
>>
>> v4:
>> 1. add VMSD
>> 2. use defines of magic number for readability
>> 3. code cleanup
>>
>> v5:
>> 1. add VMSTATE_PTIMER_ARRAY
>> 2. code cleanup
>>
>> v6:
>> 1. fix a fiq lost issue pointed out by Peter Crosthwaite
>> 2. code cleanup
>>
>>      
> These respins are getting pretty thick and fast. You should give the
> other maintainers at least overnight (if not a few days) to weigh in
> as well.
>
>
>    
OK,  thanks!
just a little busy on other jobs, :-)
>    
>> TODO:
>> 1. add BROM support
>> 2. add more devices
>> 3. add sunxi-7i support
>>
>> test:
>> can boot-up officially released linux kernel.
>>
>> reference:
>> http://linux-sunxi.org/Main_Page
>>
>> Li Guang (5)
>>           hw/ptimer: add VMSTATE_PTIMER_ARRAY
>>           hw/timer: add sunxi timer device
>>           hw/intc: add sunxi interrupt controller device
>>           hw/arm: add sunxi machine type
>>           MAINTAINERS: add myself to maintain sunxi machine
>>
>> MAINTAINERS                     |   9 +++++++++
>> default-configs/arm-softmmu.mak |   3 +
>> hw/arm/Makefile.objs            |   1 +
>> hw/arm/sunxi-soc.c              |  98 ++++++++++++++++++++++++++++++++++++++++++++++++++
>> hw/intc/Makefile.objs           |   1 +
>> hw/intc/sunxi-pic.c             | 244 +++++++++++++++++++++++++++++++++++++++
>> hw/timer/Makefile.objs          |   1 +
>> hw/timer/sunxi-pit.c            | 276 +++++++++++++++++++++++++++++++++++++++
>> include/hw/intc/sunxi-pic.h     |  20 +++
>> include/hw/ptimer.h             |   3 +++
>> include/hw/timer/sunxi-pit.h    |  37 +++++
>> 11 files changed, 693 insertions(+), 0 deletions(-)
>>   create mode 100644 hw/timer/sunxi-pit.c
>>   create mode 100644 include/hw/timer/sunxi-pit.h
>>   create mode 100644 hw/intc/sunxi-pic.c
>>   create mode 100644 include/hw/intc/sunxi-pic.h
>>   create mode 100644 hw/arm/sunxi-soc.c
>>
>>
>>
>>      
>    

      reply	other threads:[~2013-11-27  8:37 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-27  8:23 [Qemu-devel] [PATCH v6 0/5] add sunxi machine type liguang
2013-11-27  8:23 ` [Qemu-devel] [PATCH v6 1/5] hw/ptimer: add VMSTATE_PTIMER_ARRAY liguang
2013-11-29 11:01   ` Peter Maydell
2013-11-29 11:11     ` Peter Maydell
2013-12-02  4:28       ` Li Guang
2013-11-27  8:23 ` [Qemu-devel] [PATCH v6 2/5] hw/timer: add sunxi timer device liguang
2013-11-27  8:23 ` [Qemu-devel] [PATCH v6 3/5] hw/intc: add sunxi interrupt controller device liguang
2013-11-27  8:23 ` [Qemu-devel] [PATCH v6 4/5] hw/arm: add sunxi machine type liguang
2013-11-27  8:23 ` [Qemu-devel] [PATCH v6 5/5] MAINTAINERS: add myself to maintain sunxi machine liguang
2013-11-27  8:28 ` [Qemu-devel] [PATCH v6 0/5] add sunxi machine type Peter Crosthwaite
2013-11-27  8:35   ` Li Guang [this message]

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=5295AEE6.1000404@cn.fujitsu.com \
    --to=lig.fnst@cn.fujitsu.com \
    --cc=peter.crosthwaite@xilinx.com \
    --cc=peter.maydell@linaro.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.