All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alistair Francis <alistair23@gmail.com>
To: "qemu-devel@nongnu.org Developers" <qemu-devel@nongnu.org>
Cc: Peter Maydell <peter.maydell@linaro.org>,
	Peter Crosthwaite <peter.crosthwaite@xilinx.com>,
	Konstanty Bialkowski <konstanty@ieee.org>,
	Martin Galvan <martin.galvan@tallertechnologies.com>
Subject: Re: [Qemu-devel] [PATCH v11 0/5] Netduino 2 Machine Model
Date: Thu, 26 Feb 2015 11:53:31 +1000	[thread overview]
Message-ID: <CAKmqyKOkSKn93MRbW3LTDPy4mGDpVbDF+-7CLmg10tzHOrRnFg@mail.gmail.com> (raw)
In-Reply-To: <cover.1424175341.git.alistair@alistair23.me>

On Tue, Feb 17, 2015 at 10:38 PM, Alistair Francis <alistair23@gmail.com> wrote:
> This patch series adds the Netduino 2 Machine to QEMU

Hello Peter Maydell,

All of these patches have been reviewed by Peter Crosthwaite. Can this
be committed now?

Thanks,

Alistair

>
> Information on the board is avalible at:
> http://www.netduino.com/netduino2/specs.htm
>
> The git tree can be found at:
> https://github.com/alistair23/qemu/tree/netduino2.11
>
> Some example code that runs on QEMU is avaliable at:
> at: https://github.com/alistair23/CSSE3010-QEMU-Examples
>
> There are more devices in the works, I figured I would just start
> with these three
>
> V11:
>  - Include/header fixes
>  - Make the CPU model a property for the SoC
> V9/V10:
>  - Correct timer device based on Peter C's comments
> V8:
>  - Update the timer device based on Peter C's comments
>  - Update the USART device based on Peter C's comments
> V7:
>  - Rebase to QEMU 2.2
> V6:
>  - Rename the three devices to STM32FXX*
>  - Correct the timer to use ns
>  - Correct the number of devices that are inited
>  - Rename memory regions
>
>
> Alistair Francis (5):
>   stm32f2xx_timer: Add the stm32f2xx Timer
>   stm32f2xx_USART: Add the stm32f2xx USART Controller
>   stm32f2xx_SYSCFG: Add the stm32f2xx SYSCFG
>   stm32f205: Add the stm32f205 SoC
>   netduino2: Add the Netduino 2 Machine
>
>  default-configs/arm-softmmu.mak    |   4 +
>  hw/arm/Makefile.objs               |   2 +
>  hw/arm/netduino2.c                 |  57 +++++++
>  hw/arm/stm32f205_soc.c             | 160 ++++++++++++++++++
>  hw/char/Makefile.objs              |   1 +
>  hw/char/stm32f2xx_usart.c          | 229 ++++++++++++++++++++++++++
>  hw/misc/Makefile.objs              |   1 +
>  hw/misc/stm32f2xx_syscfg.c         | 160 ++++++++++++++++++
>  hw/timer/Makefile.objs             |   2 +
>  hw/timer/stm32f2xx_timer.c         | 328 +++++++++++++++++++++++++++++++++++++
>  include/hw/arm/stm32f205_soc.h     |  57 +++++++
>  include/hw/char/stm32f2xx_usart.h  |  73 +++++++++
>  include/hw/misc/stm32f2xx_syscfg.h |  61 +++++++
>  include/hw/timer/stm32f2xx_timer.h | 101 ++++++++++++
>  14 files changed, 1236 insertions(+)
>  create mode 100644 hw/arm/netduino2.c
>  create mode 100644 hw/arm/stm32f205_soc.c
>  create mode 100644 hw/char/stm32f2xx_usart.c
>  create mode 100644 hw/misc/stm32f2xx_syscfg.c
>  create mode 100644 hw/timer/stm32f2xx_timer.c
>  create mode 100644 include/hw/arm/stm32f205_soc.h
>  create mode 100644 include/hw/char/stm32f2xx_usart.h
>  create mode 100644 include/hw/misc/stm32f2xx_syscfg.h
>  create mode 100644 include/hw/timer/stm32f2xx_timer.h
>
> --
> 2.1.0
>

  parent reply	other threads:[~2015-02-26  1:54 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-17 12:38 [Qemu-devel] [PATCH v11 0/5] Netduino 2 Machine Model Alistair Francis
2015-02-17 12:38 ` [Qemu-devel] [PATCH v11 1/5] stm32f2xx_timer: Add the stm32f2xx Timer Alistair Francis
2015-02-17 12:38 ` [Qemu-devel] [PATCH v11 2/5] stm32f2xx_USART: Add the stm32f2xx USART Controller Alistair Francis
2015-02-17 12:38 ` [Qemu-devel] [PATCH v11 3/5] stm32f2xx_SYSCFG: Add the stm32f2xx SYSCFG Alistair Francis
2015-02-17 12:38 ` [Qemu-devel] [PATCH v11 4/5] stm32f205: Add the stm32f205 SoC Alistair Francis
2015-02-21 17:46   ` Peter Crosthwaite
2015-02-17 12:38 ` [Qemu-devel] [PATCH v11 5/5] netduino2: Add the Netduino 2 Machine Alistair Francis
2015-02-26  1:53 ` Alistair Francis [this message]
2015-02-26  6:33   ` [Qemu-devel] [PATCH v11 0/5] Netduino 2 Machine Model Peter Maydell
2015-02-26  6:39     ` Alistair Francis
2015-03-10 12:04 ` Peter Maydell
2015-03-10 22:24   ` Alistair Francis

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=CAKmqyKOkSKn93MRbW3LTDPy4mGDpVbDF+-7CLmg10tzHOrRnFg@mail.gmail.com \
    --to=alistair23@gmail.com \
    --cc=konstanty@ieee.org \
    --cc=martin.galvan@tallertechnologies.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.