[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/8] target-arm queue
From: |
Peter Maydell |
Subject: |
[PULL 0/8] target-arm queue |
Date: |
Mon, 3 Aug 2020 20:33:51 +0100 |
Handful of bugfixes for rc2. None of these are particularly critical
or exciting.
-- PMM
The following changes since commit 45a150aa2b3492acf6691c7bdbeb25a8545d8345:
Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-08-03'
into staging (2020-08-03 15:13:49 +0100)
are available in the Git repository at:
https://git.linaro.org/people/pmaydell/qemu-arm.git
tags/pull-target-arm-20200803
for you to fetch changes up to 13557fd392890cbd985bceba7f717e01efd674b8:
hw/timer/imx_epit: Avoid assertion when CR.SWR is written (2020-08-03
17:56:11 +0100)
----------------------------------------------------------------
target-arm queue:
* hw/timer/imx_epit: Avoid assertion when CR.SWR is written
* netduino2, netduinoplus2, microbit: set system_clock_scale so that
SysTick running on the CPU clock works
* target/arm: Avoid maybe-uninitialized warning with gcc 4.9
* target/arm: Fix AddPAC error indication
* Make AIRCR.SYSRESETREQ actually reset the system for the
microbit, mps2-*, musca-*, netduino* boards
----------------------------------------------------------------
Kaige Li (1):
target/arm: Avoid maybe-uninitialized warning with gcc 4.9
Peter Maydell (6):
hw/arm/netduino2, netduinoplus2: Set system_clock_scale
include/hw/irq.h: New function qemu_irq_is_connected()
hw/intc/armv7m_nvic: Provide default "reset the system" behaviour for
SYSRESETREQ
msf2-soc, stellaris: Don't wire up SYSRESETREQ
hw/arm/nrf51_soc: Set system_clock_scale
hw/timer/imx_epit: Avoid assertion when CR.SWR is written
Richard Henderson (1):
target/arm: Fix AddPAC error indication
include/hw/arm/armv7m.h | 4 +++-
include/hw/irq.h | 18 ++++++++++++++++++
hw/arm/msf2-soc.c | 11 -----------
hw/arm/netduino2.c | 10 ++++++++++
hw/arm/netduinoplus2.c | 10 ++++++++++
hw/arm/nrf51_soc.c | 5 +++++
hw/arm/stellaris.c | 12 ------------
hw/intc/armv7m_nvic.c | 17 ++++++++++++++++-
hw/timer/imx_epit.c | 13 ++++++++++---
target/arm/pauth_helper.c | 6 +++++-
target/arm/translate-a64.c | 2 +-
tests/tcg/aarch64/pauth-5.c | 33 +++++++++++++++++++++++++++++++++
tests/tcg/aarch64/Makefile.target | 2 +-
13 files changed, 112 insertions(+), 31 deletions(-)
create mode 100644 tests/tcg/aarch64/pauth-5.c
- [PULL 0/8] target-arm queue,
Peter Maydell <=
- [PULL 1/8] hw/arm/netduino2, netduinoplus2: Set system_clock_scale, Peter Maydell, 2020/08/03
- [PULL 2/8] include/hw/irq.h: New function qemu_irq_is_connected(), Peter Maydell, 2020/08/03
- [PULL 3/8] hw/intc/armv7m_nvic: Provide default "reset the system" behaviour for SYSRESETREQ, Peter Maydell, 2020/08/03
- [PULL 4/8] msf2-soc, stellaris: Don't wire up SYSRESETREQ, Peter Maydell, 2020/08/03
- [PULL 5/8] target/arm: Fix AddPAC error indication, Peter Maydell, 2020/08/03
- [PULL 6/8] target/arm: Avoid maybe-uninitialized warning with gcc 4.9, Peter Maydell, 2020/08/03
- [PULL 7/8] hw/arm/nrf51_soc: Set system_clock_scale, Peter Maydell, 2020/08/03
- [PULL 8/8] hw/timer/imx_epit: Avoid assertion when CR.SWR is written, Peter Maydell, 2020/08/03
- Re: [PULL 0/8] target-arm queue, Peter Maydell, 2020/08/03