* [Qemu-devel] [PULL v2 0/6] target-arm queue
@ 2018-10-30 13:23 Peter Maydell
2018-10-30 13:32 ` Peter Maydell
0 siblings, 1 reply; 2+ messages in thread
From: Peter Maydell @ 2018-10-30 13:23 UTC (permalink / raw)
To: qemu-devel
Respin to fix some accidental wrong Author lines, no content
changes.
-- PMM
The following changes since commit 0bbba1665ca2e7f1c80d4797077fe57bad58898e:
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-october-2018-part-4' into staging (2018-10-30 10:45:49 +0000)
are available in the Git repository at:
https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20181030
for you to fetch changes up to 1f5a65a188210509bfb0c025fc91635c8436b98a:
tests/boot-serial-test: Add microbit board testcase (2018-10-30 13:20:18 +0000)
----------------------------------------------------------------
target-arm queue:
* microbit: Add the UART to our nRF51 SoC model
* Add a virtual Xilinx Versal board "xlnx-versal-virt"
* hw/arm/virt: Set VIRT_COMPAT_3_0 compat
----------------------------------------------------------------
Edgar E. Iglesias (2):
hw/arm: versal: Add a model of Xilinx Versal SoC
hw/arm: versal: Add a virtual Xilinx Versal board
Eric Auger (1):
hw/arm/virt: Set VIRT_COMPAT_3_0 compat
Julia Suvorova (3):
hw/char: Implement nRF51 SoC UART
hw/arm/nrf51_soc: Connect UART to nRF51 SoC
tests/boot-serial-test: Add microbit board testcase
hw/arm/Makefile.objs | 1 +
hw/char/Makefile.objs | 1 +
include/hw/arm/nrf51_soc.h | 3 +
include/hw/arm/xlnx-versal.h | 122 +++++++++
include/hw/char/nrf51_uart.h | 78 ++++++
hw/arm/microbit.c | 2 +
hw/arm/nrf51_soc.c | 20 ++
hw/arm/virt.c | 4 +
hw/arm/xlnx-versal-virt.c | 493 ++++++++++++++++++++++++++++++++++++
hw/arm/xlnx-versal.c | 323 +++++++++++++++++++++++
hw/char/nrf51_uart.c | 330 ++++++++++++++++++++++++
tests/boot-serial-test.c | 19 ++
default-configs/aarch64-softmmu.mak | 1 +
hw/char/trace-events | 4 +
14 files changed, 1401 insertions(+)
create mode 100644 include/hw/arm/xlnx-versal.h
create mode 100644 include/hw/char/nrf51_uart.h
create mode 100644 hw/arm/xlnx-versal-virt.c
create mode 100644 hw/arm/xlnx-versal.c
create mode 100644 hw/char/nrf51_uart.c
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [Qemu-devel] [PULL v2 0/6] target-arm queue
2018-10-30 13:23 [Qemu-devel] [PULL v2 0/6] target-arm queue Peter Maydell
@ 2018-10-30 13:32 ` Peter Maydell
0 siblings, 0 replies; 2+ messages in thread
From: Peter Maydell @ 2018-10-30 13:32 UTC (permalink / raw)
To: QEMU Developers
On 30 October 2018 at 13:23, Peter Maydell <peter.maydell@linaro.org> wrote:
> Respin to fix some accidental wrong Author lines, no content
> changes.
>
> -- PMM
>
> The following changes since commit 0bbba1665ca2e7f1c80d4797077fe57bad58898e:
>
> Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-october-2018-part-4' into staging (2018-10-30 10:45:49 +0000)
>
> are available in the Git repository at:
>
> https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20181030
>
> for you to fetch changes up to 1f5a65a188210509bfb0c025fc91635c8436b98a:
>
> tests/boot-serial-test: Add microbit board testcase (2018-10-30 13:20:18 +0000)
>
> ----------------------------------------------------------------
> target-arm queue:
> * microbit: Add the UART to our nRF51 SoC model
> * Add a virtual Xilinx Versal board "xlnx-versal-virt"
> * hw/arm/virt: Set VIRT_COMPAT_3_0 compat
>
> ----------------------------------------------------------------
> Edgar E. Iglesias (2):
> hw/arm: versal: Add a model of Xilinx Versal SoC
> hw/arm: versal: Add a virtual Xilinx Versal board
>
> Eric Auger (1):
> hw/arm/virt: Set VIRT_COMPAT_3_0 compat
>
> Julia Suvorova (3):
> hw/char: Implement nRF51 SoC UART
> hw/arm/nrf51_soc: Connect UART to nRF51 SoC
> tests/boot-serial-test: Add microbit board testcase
Bah, and now I find a compile failure in the versal board patches.
v3 coming up at some point.
thanks
-- PMM
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-10-30 13:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-30 13:23 [Qemu-devel] [PULL v2 0/6] target-arm queue Peter Maydell
2018-10-30 13:32 ` Peter Maydell
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).