1
v2: dropped a couple of cadence_gem changes to ID regs that
1
Changes v2->v3:
2
caused new clang sanitizer warnings.
2
dropped the aspeed new board patch as it fails in
3
tests/qom-test on OSX (intermittently).
3
4
5
thanks
4
-- PMM
6
-- PMM
5
7
6
The following changes since commit dddb37495b844270088e68e3bf30b764d48d863f:
8
The following changes since commit f9bec781379dd7ccf9d01b4b6a79a9ec82c192e5:
7
9
8
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20181015.0' into staging (2018-10-15 18:44:04 +0100)
10
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20191022' into staging (2019-10-22 13:45:09 +0100)
9
11
10
are available in the Git repository at:
12
are available in the Git repository at:
11
13
12
https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20181016-1
14
https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20191022-2
13
15
14
for you to fetch changes up to 2ef297af07196c29446556537861f8e7dfeeae7b:
16
for you to fetch changes up to 90600829b3355b8d27b791b893095c18f529aec3:
15
17
16
coccinelle: new inplace-byteswaps.cocci to remove inplace-byteswapping calls (2018-10-16 17:14:55 +0100)
18
hw/arm/digic4: Inline digic4_board_setup_ram() function (2019-10-22 17:44:01 +0100)
17
19
18
----------------------------------------------------------------
20
----------------------------------------------------------------
19
target-arm queue:
21
* Fix sign-extension for SMLAL* instructions
20
* hw/arm/virt: add DT property /secure-chosen/stdout-path indicating secure UART
22
* Various ptimer device conversions to new transaction API
21
* target/arm: Fix aarch64_sve_change_el wrt EL0
23
* Add a dummy Samsung SDHCI controller model to exynos4 boards
22
* target/arm: Define fields of ISAR registers
24
* Minor refactorings of RAM creation for some arm boards
23
* target/arm: Align cortex-r5 id_isar0
24
* target/arm: Fix cortex-a7 id_isar0
25
* net/cadence_gem: Fix various bugs, add support for new
26
features that will be used by the Xilinx Versal board
27
* target-arm: powerctl: Enable HVC when starting CPUs to EL2
28
* target/arm: Add the Cortex-A72
29
* target/arm: Mark PMINTENCLR and PMINTENCLR_EL1 accesses as possibly doing IO
30
* target/arm: Mask PMOVSR writes based on supported counters
31
* target/arm: Initialize ARMMMUFaultInfo in v7m_stack_read/write
32
* coccinelle: new inplace-byteswaps.cocci to remove inplace-byteswapping calls
33
25
34
----------------------------------------------------------------
26
----------------------------------------------------------------
35
Aaron Lindsay (2):
27
Guenter Roeck (1):
36
target/arm: Mark PMINTENCLR and PMINTENCLR_EL1 accesses as possibly doing IO
28
hw/timer/exynos4210_mct: Initialize ptimer before starting it
37
target/arm: Mask PMOVSR writes based on supported counters
38
29
39
Edgar E. Iglesias (8):
30
Peter Maydell (7):
40
net: cadence_gem: Disable TSU feature bit
31
hw/timer/arm_mptimer.c: Undo accidental rename of arm_mptimer_init()
41
net: cadence_gem: Use uint32_t for 32bit descriptor words
32
hw/timer/puv3_ost.c: Switch to transaction-based ptimer API
42
net: cadence_gem: Add macro with max number of descriptor words
33
hw/timer/sh_timer: Switch to transaction-based ptimer API
43
net: cadence_gem: Add support for extended descriptors
34
hw/timer/lm32_timer: Switch to transaction-based ptimer API
44
net: cadence_gem: Add support for selecting the DMA MemoryRegion
35
hw/timer/altera_timer.c: Switch to transaction-based ptimer API
45
net: cadence_gem: Implement support for 64bit descriptor addresses
36
hw/watchdog/etraxfs_timer.c: Switch to transaction-based ptimer API
46
target-arm: powerctl: Enable HVC when starting CPUs to EL2
37
hw/m68k/mcf5208.c: Switch to transaction-based ptimer API
47
target/arm: Add the Cortex-A72
48
38
49
Jerome Forissier (1):
39
Philippe Mathieu-Daudé (9):
50
hw/arm/virt: add DT property /secure-chosen/stdout-path indicating secure UART
40
hw/sd/sdhci: Add a comment to distinct the i.MX eSDHC functions
41
hw/sd/sdhci: Add dummy Samsung SDHCI controller
42
hw/arm/exynos4210: Use the Samsung s3c SDHCI controller
43
hw/arm/xilinx_zynq: Use the IEC binary prefix definitions
44
hw/arm/mps2: Use the IEC binary prefix definitions
45
hw/arm/collie: Create the RAM in the board
46
hw/arm/omap2: Create the RAM in the board
47
hw/arm/omap1: Create the RAM in the board
48
hw/arm/digic4: Inline digic4_board_setup_ram() function
51
49
52
Peter Maydell (2):
50
Richard Henderson (1):
53
target/arm: Initialize ARMMMUFaultInfo in v7m_stack_read/write
51
target/arm: Fix sign-extension for SMLAL*
54
coccinelle: new inplace-byteswaps.cocci to remove inplace-byteswapping calls
55
52
56
Richard Henderson (4):
53
hw/arm/strongarm.h | 4 +--
57
target/arm: Fix aarch64_sve_change_el wrt EL0
54
include/hw/arm/omap.h | 10 +++----
58
target/arm: Define fields of ISAR registers
55
include/hw/sd/sdhci.h | 2 ++
59
target/arm: Align cortex-r5 id_isar0
56
hw/arm/collie.c | 8 ++++--
60
target/arm: Fix cortex-a7 id_isar0
57
hw/arm/digic_boards.c | 9 ++-----
58
hw/arm/exynos4210.c | 2 +-
59
hw/arm/mps2-tz.c | 3 ++-
60
hw/arm/mps2.c | 3 ++-
61
hw/arm/nseries.c | 10 ++++---
62
hw/arm/omap1.c | 12 ++++-----
63
hw/arm/omap2.c | 13 ++++-----
64
hw/arm/omap_sx1.c | 8 ++++--
65
hw/arm/palm.c | 8 ++++--
66
hw/arm/strongarm.c | 7 +----
67
hw/arm/xilinx_zynq.c | 3 ++-
68
hw/m68k/mcf5208.c | 9 ++++---
69
hw/sd/sdhci.c | 68 ++++++++++++++++++++++++++++++++++++++++++++++-
70
hw/timer/altera_timer.c | 13 ++++++---
71
hw/timer/arm_mptimer.c | 4 +--
72
hw/timer/etraxfs_timer.c | 23 +++++++++-------
73
hw/timer/exynos4210_mct.c | 2 +-
74
hw/timer/lm32_timer.c | 13 ++++++---
75
hw/timer/puv3_ost.c | 9 ++++---
76
hw/timer/sh_timer.c | 13 ++++++---
77
target/arm/translate.c | 4 ++-
78
25 files changed, 174 insertions(+), 86 deletions(-)
61
79
62
include/hw/net/cadence_gem.h | 7 +-
63
target/arm/cpu.h | 95 ++++++++++++++-
64
hw/arm/virt.c | 4 +
65
hw/net/cadence_gem.c | 185 ++++++++++++++++++++---------
66
target/arm/arm-powerctl.c | 10 ++
67
target/arm/cpu.c | 7 +-
68
target/arm/cpu64.c | 66 +++++++++-
69
target/arm/helper.c | 27 +++--
70
target/arm/op_helper.c | 6 +-
71
scripts/coccinelle/inplace-byteswaps.cocci | 65 ++++++++++
72
10 files changed, 402 insertions(+), 70 deletions(-)
73
create mode 100644 scripts/coccinelle/inplace-byteswaps.cocci
74
diff view generated by jsdifflib