[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 00/12] target-arm queue
From: |
Peter Maydell |
Subject: |
[PULL 00/12] target-arm queue |
Date: |
Fri, 20 Dec 2019 14:26:32 +0000 |
One last arm pullreq before I stop work for the end of the year...
-- PMM
The following changes since commit 8e5943260a8f765216674ee87ce8588cc4e7463e:
Merge remote-tracking branch
'remotes/vivier2/tags/trivial-branch-pull-request' into staging (2019-12-20
12:46:10 +0000)
are available in the Git repository at:
https://git.linaro.org/people/pmaydell/qemu-arm.git
tags/pull-target-arm-20191220
for you to fetch changes up to c8fa6079eb35888587f1be27c1590da4edcc5098:
arm/arm-powerctl: rebuild hflags after setting CP15 bits in arm_set_cpu_on()
(2019-12-20 14:03:00 +0000)
----------------------------------------------------------------
target-arm queue:
* Support emulating the generic timers at frequencies other than 62.5MHz
* Various fixes for SMMUv3 emulation bugs
* Improve assert error message for hflags mismatches
* arm-powerctl: rebuild hflags after setting CP15 bits in arm_set_cpu_on()
----------------------------------------------------------------
Andrew Jeffery (4):
target/arm: Remove redundant scaling of nexttick
target/arm: Abstract the generic timer frequency
target/arm: Prepare generic timer for per-platform CNTFRQ
ast2600: Configure CNTFRQ at 1125MHz
Niek Linnenbank (1):
arm/arm-powerctl: rebuild hflags after setting CP15 bits in
arm_set_cpu_on()
Philippe Mathieu-Daudé (1):
target/arm: Display helpful message when hflags mismatch
Simon Veith (6):
hw/arm/smmuv3: Apply address mask to linear strtab base address
hw/arm/smmuv3: Correct SMMU_BASE_ADDR_MASK value
hw/arm/smmuv3: Check stream IDs against actual table LOG2SIZE
hw/arm/smmuv3: Align stream table base address to table size
hw/arm/smmuv3: Use correct bit positions in EVT_SET_ADDR2 macro
hw/arm/smmuv3: Report F_STE_FETCH fault address in correct word position
hw/arm/smmuv3-internal.h | 6 ++---
target/arm/cpu.h | 5 ++++
hw/arm/aspeed_ast2600.c | 3 +++
hw/arm/smmuv3.c | 28 +++++++++++++++-----
target/arm/arm-powerctl.c | 3 +++
target/arm/cpu.c | 65 +++++++++++++++++++++++++++++++++++++++++------
target/arm/helper.c | 42 +++++++++++++++++++++++-------
7 files changed, 125 insertions(+), 27 deletions(-)
- [PULL 00/12] target-arm queue,
Peter Maydell <=
- [PULL 01/12] target/arm: Remove redundant scaling of nexttick, Peter Maydell, 2019/12/20
- [PULL 02/12] target/arm: Abstract the generic timer frequency, Peter Maydell, 2019/12/20
- [PULL 03/12] target/arm: Prepare generic timer for per-platform CNTFRQ, Peter Maydell, 2019/12/20
- [PULL 04/12] ast2600: Configure CNTFRQ at 1125MHz, Peter Maydell, 2019/12/20
- [PULL 05/12] hw/arm/smmuv3: Apply address mask to linear strtab base address, Peter Maydell, 2019/12/20
- [PULL 06/12] hw/arm/smmuv3: Correct SMMU_BASE_ADDR_MASK value, Peter Maydell, 2019/12/20
- [PULL 07/12] hw/arm/smmuv3: Check stream IDs against actual table LOG2SIZE, Peter Maydell, 2019/12/20
- [PULL 08/12] hw/arm/smmuv3: Align stream table base address to table size, Peter Maydell, 2019/12/20
- [PULL 09/12] hw/arm/smmuv3: Use correct bit positions in EVT_SET_ADDR2 macro, Peter Maydell, 2019/12/20
- [PULL 10/12] hw/arm/smmuv3: Report F_STE_FETCH fault address in correct word position, Peter Maydell, 2019/12/20