1 | Second ARM pull request of this week; this one has my next | 1 | The following changes since commit 7e7eb9f852a46b51a71ae9d82590b2e4d28827ee: |
---|---|---|---|
2 | set of v8M patches and a handful of more minor stuff from | ||
3 | other people. | ||
4 | 2 | ||
5 | thanks | 3 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-01-28' into staging (2021-01-28 22:43:18 +0000) |
6 | -- PMM | ||
7 | 4 | ||
8 | The following changes since commit 8ee5f9b3ecc94e3eb7a8235f4b2c3ec9024807f6: | 5 | are available in the Git repository at: |
9 | 6 | ||
10 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2017-09-07 10:45:18 +0100) | 7 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20210129 |
11 | 8 | ||
12 | are available in the git repository at: | 9 | for you to fetch changes up to 11749122e1a86866591306d43603d2795a3dea1a: |
13 | 10 | ||
14 | git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20170907 | 11 | hw/arm/stellaris: Remove board-creation reset of STELLARIS_SYS (2021-01-29 10:47:29 +0000) |
15 | |||
16 | for you to fetch changes up to c99a55d38dd5b5131f3fcbbaf41828a09ee62544: | ||
17 | |||
18 | target/arm: Add Jazelle feature (2017-09-07 13:54:55 +0100) | ||
19 | 12 | ||
20 | ---------------------------------------------------------------- | 13 | ---------------------------------------------------------------- |
21 | target-arm: | 14 | target-arm queue: |
22 | * cleanups converting to DEFINE_PROP_LINK | 15 | * Implement ID_PFR2 |
23 | * allwinner-a10: mark as not user-creatable | 16 | * Conditionalize DBGDIDR |
24 | * initial patches working towards ARMv8M support | 17 | * rename xlnx-zcu102.canbusN properties |
25 | * implement generating aborts on memory transaction failures | 18 | * provide powerdown/reset mechanism for secure firmware on 'virt' board |
26 | * make BXJ behave correctly (ie not UNDEF) on ARMv6-and-later | 19 | * hw/misc: Fix arith overflow in NPCM7XX PWM module |
20 | * target/arm: Replace magic value by MMU_DATA_LOAD definition | ||
21 | * configure: fix preadv errors on Catalina macOS with new XCode | ||
22 | * Various configure and other cleanups in preparation for iOS support | ||
23 | * hvf: Add hypervisor entitlement to output binaries (needed for Big Sur) | ||
24 | * Implement pvpanic-pci device | ||
25 | * Convert the CMSDK timer devices to the Clock framework | ||
27 | 26 | ||
28 | ---------------------------------------------------------------- | 27 | ---------------------------------------------------------------- |
29 | Fam Zheng (6): | 28 | Alexander Graf (1): |
30 | armv7m: Convert bitband.source-memory to DEFINE_PROP_LINK | 29 | hvf: Add hypervisor entitlement to output binaries |
31 | armv7m: Convert armv7m.memory to DEFINE_PROP_LINK | ||
32 | gicv3: Convert to DEFINE_PROP_LINK | ||
33 | xlnx_zynqmp: Convert to DEFINE_PROP_LINK | ||
34 | xilinx_axienet: Convert to DEFINE_PROP_LINK | ||
35 | xilinx_axidma: Convert to DEFINE_PROP_LINK | ||
36 | 30 | ||
37 | Peter Maydell (23): | 31 | Hao Wu (1): |
38 | target/arm: Implement ARMv8M's PMSAv8 registers | 32 | hw/misc: Fix arith overflow in NPCM7XX PWM module |
39 | target/arm: Implement new PMSAv8 behaviour | ||
40 | target/arm: Add state field, feature bit and migration for v8M secure state | ||
41 | target/arm: Register second AddressSpace for secure v8M CPUs | ||
42 | target/arm: Add MMU indexes for secure v8M | ||
43 | target/arm: Make BASEPRI register banked for v8M | ||
44 | target/arm: Make PRIMASK register banked for v8M | ||
45 | target/arm: Make FAULTMASK register banked for v8M | ||
46 | target/arm: Make CONTROL register banked for v8M | ||
47 | nvic: Add NS alias SCS region | ||
48 | target/arm: Make VTOR register banked for v8M | ||
49 | target/arm: Make MPU_MAIR0, MPU_MAIR1 registers banked for v8M | ||
50 | target/arm: Make MPU_RBAR, MPU_RLAR banked for v8M | ||
51 | target/arm: Make MPU_RNR register banked for v8M | ||
52 | target/arm: Make MPU_CTRL register banked for v8M | ||
53 | target/arm: Make CCR register banked for v8M | ||
54 | target/arm: Make MMFAR banked for v8M | ||
55 | target/arm: Make CFSR register banked for v8M | ||
56 | target/arm: Move regime_is_secure() to target/arm/internals.h | ||
57 | target/arm: Implement BXNS, and banked stack pointers | ||
58 | boards.h: Define new flag ignore_memory_transaction_failures | ||
59 | hw/arm: Set ignore_memory_transaction_failures for most ARM boards | ||
60 | target/arm: Implement new do_transaction_failed hook | ||
61 | 33 | ||
62 | Portia Stephens (1): | 34 | Joelle van Dyne (7): |
63 | target/arm: Add Jazelle feature | 35 | configure: cross-compiling with empty cross_prefix |
36 | osdep: build with non-working system() function | ||
37 | darwin: remove redundant dependency declaration | ||
38 | darwin: fix cross-compiling for Darwin | ||
39 | configure: cross compile should use x86_64 cpu_family | ||
40 | darwin: detect CoreAudio for build | ||
41 | darwin: remove 64-bit build detection on 32-bit OS | ||
64 | 42 | ||
65 | Thomas Huth (1): | 43 | Maxim Uvarov (3): |
66 | hw/arm/allwinner-a10: Mark the allwinner-a10 device with user_creatable = false | 44 | hw: gpio: implement gpio-pwr driver for qemu reset/poweroff |
45 | arm-virt: refactor gpios creation | ||
46 | arm-virt: add secure pl061 for reset/power down | ||
67 | 47 | ||
68 | include/hw/boards.h | 11 ++ | 48 | Mihai Carabas (4): |
69 | include/hw/intc/armv7m_nvic.h | 1 + | 49 | hw/misc/pvpanic: split-out generic and bus dependent code |
70 | include/qom/cpu.h | 7 +- | 50 | hw/misc/pvpanic: add PCI interface support |
71 | target/arm/cpu.h | 101 ++++++++++++-- | 51 | pvpanic : update pvpanic spec document |
72 | target/arm/helper.h | 2 + | 52 | tests/qtest: add a test case for pvpanic-pci |
73 | target/arm/internals.h | 36 +++++ | ||
74 | target/arm/translate.h | 1 + | ||
75 | hw/arm/allwinner-a10.c | 2 + | ||
76 | hw/arm/armv7m.c | 16 +-- | ||
77 | hw/arm/aspeed.c | 3 + | ||
78 | hw/arm/collie.c | 1 + | ||
79 | hw/arm/cubieboard.c | 1 + | ||
80 | hw/arm/digic_boards.c | 1 + | ||
81 | hw/arm/exynos4_boards.c | 2 + | ||
82 | hw/arm/gumstix.c | 2 + | ||
83 | hw/arm/highbank.c | 2 + | ||
84 | hw/arm/imx25_pdk.c | 1 + | ||
85 | hw/arm/integratorcp.c | 1 + | ||
86 | hw/arm/kzm.c | 1 + | ||
87 | hw/arm/mainstone.c | 1 + | ||
88 | hw/arm/musicpal.c | 1 + | ||
89 | hw/arm/netduino2.c | 1 + | ||
90 | hw/arm/nseries.c | 2 + | ||
91 | hw/arm/omap_sx1.c | 2 + | ||
92 | hw/arm/palm.c | 1 + | ||
93 | hw/arm/raspi.c | 1 + | ||
94 | hw/arm/realview.c | 4 + | ||
95 | hw/arm/sabrelite.c | 1 + | ||
96 | hw/arm/spitz.c | 4 + | ||
97 | hw/arm/stellaris.c | 2 + | ||
98 | hw/arm/tosa.c | 1 + | ||
99 | hw/arm/versatilepb.c | 2 + | ||
100 | hw/arm/vexpress.c | 1 + | ||
101 | hw/arm/xilinx_zynq.c | 1 + | ||
102 | hw/arm/xlnx-ep108.c | 2 + | ||
103 | hw/arm/xlnx-zynqmp.c | 7 +- | ||
104 | hw/arm/z2.c | 1 + | ||
105 | hw/dma/xilinx_axidma.c | 16 +-- | ||
106 | hw/intc/arm_gicv3_its_kvm.c | 19 +-- | ||
107 | hw/intc/armv7m_nvic.c | 291 ++++++++++++++++++++++++++++++++------ | ||
108 | hw/net/xilinx_axienet.c | 16 +-- | ||
109 | qom/cpu.c | 16 +++ | ||
110 | target/arm/cpu.c | 88 +++++++++--- | ||
111 | target/arm/helper.c | 315 +++++++++++++++++++++++++++++++++--------- | ||
112 | target/arm/machine.c | 105 ++++++++++++-- | ||
113 | target/arm/op_helper.c | 43 ++++++ | ||
114 | target/arm/translate.c | 54 +++++++- | ||
115 | scripts/device-crash-test | 1 - | ||
116 | 48 files changed, 978 insertions(+), 213 deletions(-) | ||
117 | 53 | ||
54 | Paolo Bonzini (1): | ||
55 | arm: rename xlnx-zcu102.canbusN properties | ||
56 | |||
57 | Peter Maydell (26): | ||
58 | configure: Move preadv check to meson.build | ||
59 | ptimer: Add new ptimer_set_period_from_clock() function | ||
60 | clock: Add new clock_has_source() function | ||
61 | tests: Add a simple test of the CMSDK APB timer | ||
62 | tests: Add a simple test of the CMSDK APB watchdog | ||
63 | tests: Add a simple test of the CMSDK APB dual timer | ||
64 | hw/timer/cmsdk-apb-timer: Rename CMSDKAPBTIMER struct to CMSDKAPBTimer | ||
65 | hw/timer/cmsdk-apb-timer: Add Clock input | ||
66 | hw/timer/cmsdk-apb-dualtimer: Add Clock input | ||
67 | hw/watchdog/cmsdk-apb-watchdog: Add Clock input | ||
68 | hw/arm/armsse: Rename "MAINCLK" property to "MAINCLK_FRQ" | ||
69 | hw/arm/armsse: Wire up clocks | ||
70 | hw/arm/mps2: Inline CMSDK_APB_TIMER creation | ||
71 | hw/arm/mps2: Create and connect SYSCLK Clock | ||
72 | hw/arm/mps2-tz: Create and connect ARMSSE Clocks | ||
73 | hw/arm/musca: Create and connect ARMSSE Clocks | ||
74 | hw/arm/stellaris: Convert SSYS to QOM device | ||
75 | hw/arm/stellaris: Create Clock input for watchdog | ||
76 | hw/timer/cmsdk-apb-timer: Convert to use Clock input | ||
77 | hw/timer/cmsdk-apb-dualtimer: Convert to use Clock input | ||
78 | hw/watchdog/cmsdk-apb-watchdog: Convert to use Clock input | ||
79 | tests/qtest/cmsdk-apb-watchdog-test: Test clock changes | ||
80 | hw/arm/armsse: Use Clock to set system_clock_scale | ||
81 | arm: Don't set freq properties on CMSDK timer, dualtimer, watchdog, ARMSSE | ||
82 | arm: Remove frq properties on CMSDK timer, dualtimer, watchdog, ARMSSE | ||
83 | hw/arm/stellaris: Remove board-creation reset of STELLARIS_SYS | ||
84 | |||
85 | Philippe Mathieu-Daudé (1): | ||
86 | target/arm: Replace magic value by MMU_DATA_LOAD definition | ||
87 | |||
88 | Richard Henderson (2): | ||
89 | target/arm: Implement ID_PFR2 | ||
90 | target/arm: Conditionalize DBGDIDR | ||
91 | |||
92 | docs/devel/clocks.rst | 16 +++ | ||
93 | docs/specs/pci-ids.txt | 1 + | ||
94 | docs/specs/pvpanic.txt | 13 ++- | ||
95 | docs/system/arm/virt.rst | 2 + | ||
96 | configure | 78 ++++++++------ | ||
97 | meson.build | 34 ++++++- | ||
98 | include/hw/arm/armsse.h | 14 ++- | ||
99 | include/hw/arm/virt.h | 2 + | ||
100 | include/hw/clock.h | 15 +++ | ||
101 | include/hw/misc/pvpanic.h | 24 ++++- | ||
102 | include/hw/pci/pci.h | 1 + | ||
103 | include/hw/ptimer.h | 22 ++++ | ||
104 | include/hw/timer/cmsdk-apb-dualtimer.h | 5 +- | ||
105 | include/hw/timer/cmsdk-apb-timer.h | 34 ++----- | ||
106 | include/hw/watchdog/cmsdk-apb-watchdog.h | 5 +- | ||
107 | include/qemu/osdep.h | 12 +++ | ||
108 | include/qemu/typedefs.h | 1 + | ||
109 | target/arm/cpu.h | 1 + | ||
110 | hw/arm/armsse.c | 48 ++++++--- | ||
111 | hw/arm/mps2-tz.c | 14 ++- | ||
112 | hw/arm/mps2.c | 28 ++++- | ||
113 | hw/arm/musca.c | 13 ++- | ||
114 | hw/arm/stellaris.c | 170 +++++++++++++++++++++++-------- | ||
115 | hw/arm/virt.c | 111 ++++++++++++++++---- | ||
116 | hw/arm/xlnx-zcu102.c | 4 +- | ||
117 | hw/core/ptimer.c | 34 +++++++ | ||
118 | hw/gpio/gpio_pwr.c | 70 +++++++++++++ | ||
119 | hw/misc/npcm7xx_pwm.c | 23 ++++- | ||
120 | hw/misc/pvpanic-isa.c | 94 +++++++++++++++++ | ||
121 | hw/misc/pvpanic-pci.c | 94 +++++++++++++++++ | ||
122 | hw/misc/pvpanic.c | 85 ++-------------- | ||
123 | hw/timer/cmsdk-apb-dualtimer.c | 53 +++++++--- | ||
124 | hw/timer/cmsdk-apb-timer.c | 55 +++++----- | ||
125 | hw/watchdog/cmsdk-apb-watchdog.c | 29 ++++-- | ||
126 | target/arm/helper.c | 27 +++-- | ||
127 | target/arm/kvm64.c | 2 + | ||
128 | tests/qtest/cmsdk-apb-dualtimer-test.c | 130 +++++++++++++++++++++++ | ||
129 | tests/qtest/cmsdk-apb-timer-test.c | 75 ++++++++++++++ | ||
130 | tests/qtest/cmsdk-apb-watchdog-test.c | 131 ++++++++++++++++++++++++ | ||
131 | tests/qtest/npcm7xx_pwm-test.c | 4 +- | ||
132 | tests/qtest/pvpanic-pci-test.c | 94 +++++++++++++++++ | ||
133 | tests/qtest/xlnx-can-test.c | 30 +++--- | ||
134 | MAINTAINERS | 3 + | ||
135 | accel/hvf/entitlements.plist | 8 ++ | ||
136 | hw/arm/Kconfig | 1 + | ||
137 | hw/gpio/Kconfig | 3 + | ||
138 | hw/gpio/meson.build | 1 + | ||
139 | hw/i386/Kconfig | 2 +- | ||
140 | hw/misc/Kconfig | 12 ++- | ||
141 | hw/misc/meson.build | 4 +- | ||
142 | scripts/entitlement.sh | 13 +++ | ||
143 | tests/qtest/meson.build | 6 +- | ||
144 | 52 files changed, 1432 insertions(+), 319 deletions(-) | ||
145 | create mode 100644 hw/gpio/gpio_pwr.c | ||
146 | create mode 100644 hw/misc/pvpanic-isa.c | ||
147 | create mode 100644 hw/misc/pvpanic-pci.c | ||
148 | create mode 100644 tests/qtest/cmsdk-apb-dualtimer-test.c | ||
149 | create mode 100644 tests/qtest/cmsdk-apb-timer-test.c | ||
150 | create mode 100644 tests/qtest/cmsdk-apb-watchdog-test.c | ||
151 | create mode 100644 tests/qtest/pvpanic-pci-test.c | ||
152 | create mode 100644 accel/hvf/entitlements.plist | ||
153 | create mode 100755 scripts/entitlement.sh | ||
154 | diff view generated by jsdifflib |
1 | Make the CFSR register banked if v8M security extensions are enabled. | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Not all the bits in this register are banked: the BFSR | 3 | This was defined at some point before ARMv8.4, and will |
4 | bits [15:8] are shared between S and NS, and we store them | 4 | shortly be used by new processor descriptions. |
5 | in the NS copy of the register. | ||
6 | 5 | ||
6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
8 | Message-id: 20210120204400.1056582-1-richard.henderson@linaro.org | ||
7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
8 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
9 | Message-id: 1503414539-28762-19-git-send-email-peter.maydell@linaro.org | ||
10 | --- | 10 | --- |
11 | target/arm/cpu.h | 7 ++++++- | 11 | target/arm/cpu.h | 1 + |
12 | hw/intc/armv7m_nvic.c | 15 +++++++++++++-- | 12 | target/arm/helper.c | 4 ++-- |
13 | target/arm/helper.c | 18 +++++++++--------- | 13 | target/arm/kvm64.c | 2 ++ |
14 | target/arm/machine.c | 3 ++- | 14 | 3 files changed, 5 insertions(+), 2 deletions(-) |
15 | 4 files changed, 30 insertions(+), 13 deletions(-) | ||
16 | 15 | ||
17 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | 16 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h |
18 | index XXXXXXX..XXXXXXX 100644 | 17 | index XXXXXXX..XXXXXXX 100644 |
19 | --- a/target/arm/cpu.h | 18 | --- a/target/arm/cpu.h |
20 | +++ b/target/arm/cpu.h | 19 | +++ b/target/arm/cpu.h |
21 | @@ -XXX,XX +XXX,XX @@ typedef struct CPUARMState { | 20 | @@ -XXX,XX +XXX,XX @@ struct ARMCPU { |
22 | uint32_t basepri[2]; | 21 | uint32_t id_mmfr4; |
23 | uint32_t control[2]; | 22 | uint32_t id_pfr0; |
24 | uint32_t ccr[2]; /* Configuration and Control */ | 23 | uint32_t id_pfr1; |
25 | - uint32_t cfsr; /* Configurable Fault Status */ | 24 | + uint32_t id_pfr2; |
26 | + uint32_t cfsr[2]; /* Configurable Fault Status */ | 25 | uint32_t mvfr0; |
27 | uint32_t hfsr; /* HardFault Status */ | 26 | uint32_t mvfr1; |
28 | uint32_t dfsr; /* Debug Fault Status Register */ | 27 | uint32_t mvfr2; |
29 | uint32_t mmfar[2]; /* MemManage Fault Address */ | ||
30 | @@ -XXX,XX +XXX,XX @@ FIELD(V7M_CFSR, NOCP, 16 + 3, 1) | ||
31 | FIELD(V7M_CFSR, UNALIGNED, 16 + 8, 1) | ||
32 | FIELD(V7M_CFSR, DIVBYZERO, 16 + 9, 1) | ||
33 | |||
34 | +/* V7M CFSR bit masks covering all of the subregister bits */ | ||
35 | +FIELD(V7M_CFSR, MMFSR, 0, 8) | ||
36 | +FIELD(V7M_CFSR, BFSR, 8, 8) | ||
37 | +FIELD(V7M_CFSR, UFSR, 16, 16) | ||
38 | + | ||
39 | /* V7M HFSR bits */ | ||
40 | FIELD(V7M_HFSR, VECTTBL, 1, 1) | ||
41 | FIELD(V7M_HFSR, FORCED, 30, 1) | ||
42 | diff --git a/hw/intc/armv7m_nvic.c b/hw/intc/armv7m_nvic.c | ||
43 | index XXXXXXX..XXXXXXX 100644 | ||
44 | --- a/hw/intc/armv7m_nvic.c | ||
45 | +++ b/hw/intc/armv7m_nvic.c | ||
46 | @@ -XXX,XX +XXX,XX @@ static uint32_t nvic_readl(NVICState *s, uint32_t offset, MemTxAttrs attrs) | ||
47 | } | ||
48 | return val; | ||
49 | case 0xd28: /* Configurable Fault Status. */ | ||
50 | - return cpu->env.v7m.cfsr; | ||
51 | + /* The BFSR bits [15:8] are shared between security states | ||
52 | + * and we store them in the NS copy | ||
53 | + */ | ||
54 | + val = cpu->env.v7m.cfsr[attrs.secure]; | ||
55 | + val |= cpu->env.v7m.cfsr[M_REG_NS] & R_V7M_CFSR_BFSR_MASK; | ||
56 | + return val; | ||
57 | case 0xd2c: /* Hard Fault Status. */ | ||
58 | return cpu->env.v7m.hfsr; | ||
59 | case 0xd30: /* Debug Fault Status. */ | ||
60 | @@ -XXX,XX +XXX,XX @@ static void nvic_writel(NVICState *s, uint32_t offset, uint32_t value, | ||
61 | nvic_irq_update(s); | ||
62 | break; | ||
63 | case 0xd28: /* Configurable Fault Status. */ | ||
64 | - cpu->env.v7m.cfsr &= ~value; /* W1C */ | ||
65 | + cpu->env.v7m.cfsr[attrs.secure] &= ~value; /* W1C */ | ||
66 | + if (attrs.secure) { | ||
67 | + /* The BFSR bits [15:8] are shared between security states | ||
68 | + * and we store them in the NS copy. | ||
69 | + */ | ||
70 | + cpu->env.v7m.cfsr[M_REG_NS] &= ~(value & R_V7M_CFSR_BFSR_MASK); | ||
71 | + } | ||
72 | break; | ||
73 | case 0xd2c: /* Hard Fault Status. */ | ||
74 | cpu->env.v7m.hfsr &= ~value; /* W1C */ | ||
75 | diff --git a/target/arm/helper.c b/target/arm/helper.c | 28 | diff --git a/target/arm/helper.c b/target/arm/helper.c |
76 | index XXXXXXX..XXXXXXX 100644 | 29 | index XXXXXXX..XXXXXXX 100644 |
77 | --- a/target/arm/helper.c | 30 | --- a/target/arm/helper.c |
78 | +++ b/target/arm/helper.c | 31 | +++ b/target/arm/helper.c |
79 | @@ -XXX,XX +XXX,XX @@ static void do_v7m_exception_exit(ARMCPU *cpu) | 32 | @@ -XXX,XX +XXX,XX @@ void register_cp_regs_for_features(ARMCPU *cpu) |
80 | /* Bad exception return: instead of popping the exception | 33 | .access = PL1_R, .type = ARM_CP_CONST, |
81 | * stack, directly take a usage fault on the current stack. | 34 | .accessfn = access_aa64_tid3, |
82 | */ | 35 | .resetvalue = 0 }, |
83 | - env->v7m.cfsr |= R_V7M_CFSR_INVPC_MASK; | 36 | - { .name = "MVFR4_EL1_RESERVED", .state = ARM_CP_STATE_AA64, |
84 | + env->v7m.cfsr[env->v7m.secure] |= R_V7M_CFSR_INVPC_MASK; | 37 | + { .name = "ID_PFR2", .state = ARM_CP_STATE_BOTH, |
85 | armv7m_nvic_set_pending(env->nvic, ARMV7M_EXCP_USAGE); | 38 | .opc0 = 3, .opc1 = 0, .crn = 0, .crm = 3, .opc2 = 4, |
86 | v7m_exception_taken(cpu, type | 0xf0000000); | 39 | .access = PL1_R, .type = ARM_CP_CONST, |
87 | qemu_log_mask(CPU_LOG_INT, "...taking UsageFault on existing " | 40 | .accessfn = access_aa64_tid3, |
88 | @@ -XXX,XX +XXX,XX @@ static void do_v7m_exception_exit(ARMCPU *cpu) | 41 | - .resetvalue = 0 }, |
89 | if (return_to_handler != arm_v7m_is_handler_mode(env)) { | 42 | + .resetvalue = cpu->isar.id_pfr2 }, |
90 | /* Take an INVPC UsageFault by pushing the stack again. */ | 43 | { .name = "MVFR5_EL1_RESERVED", .state = ARM_CP_STATE_AA64, |
91 | armv7m_nvic_set_pending(env->nvic, ARMV7M_EXCP_USAGE); | 44 | .opc0 = 3, .opc1 = 0, .crn = 0, .crm = 3, .opc2 = 5, |
92 | - env->v7m.cfsr |= R_V7M_CFSR_INVPC_MASK; | 45 | .access = PL1_R, .type = ARM_CP_CONST, |
93 | + env->v7m.cfsr[env->v7m.secure] |= R_V7M_CFSR_INVPC_MASK; | 46 | diff --git a/target/arm/kvm64.c b/target/arm/kvm64.c |
94 | v7m_push_stack(cpu); | ||
95 | v7m_exception_taken(cpu, type | 0xf0000000); | ||
96 | qemu_log_mask(CPU_LOG_INT, "...taking UsageFault on new stackframe: " | ||
97 | @@ -XXX,XX +XXX,XX @@ void arm_v7m_cpu_do_interrupt(CPUState *cs) | ||
98 | switch (cs->exception_index) { | ||
99 | case EXCP_UDEF: | ||
100 | armv7m_nvic_set_pending(env->nvic, ARMV7M_EXCP_USAGE); | ||
101 | - env->v7m.cfsr |= R_V7M_CFSR_UNDEFINSTR_MASK; | ||
102 | + env->v7m.cfsr[env->v7m.secure] |= R_V7M_CFSR_UNDEFINSTR_MASK; | ||
103 | break; | ||
104 | case EXCP_NOCP: | ||
105 | armv7m_nvic_set_pending(env->nvic, ARMV7M_EXCP_USAGE); | ||
106 | - env->v7m.cfsr |= R_V7M_CFSR_NOCP_MASK; | ||
107 | + env->v7m.cfsr[env->v7m.secure] |= R_V7M_CFSR_NOCP_MASK; | ||
108 | break; | ||
109 | case EXCP_INVSTATE: | ||
110 | armv7m_nvic_set_pending(env->nvic, ARMV7M_EXCP_USAGE); | ||
111 | - env->v7m.cfsr |= R_V7M_CFSR_INVSTATE_MASK; | ||
112 | + env->v7m.cfsr[env->v7m.secure] |= R_V7M_CFSR_INVSTATE_MASK; | ||
113 | break; | ||
114 | case EXCP_SWI: | ||
115 | /* The PC already points to the next instruction. */ | ||
116 | @@ -XXX,XX +XXX,XX @@ void arm_v7m_cpu_do_interrupt(CPUState *cs) | ||
117 | case 0x8: /* External Abort */ | ||
118 | switch (cs->exception_index) { | ||
119 | case EXCP_PREFETCH_ABORT: | ||
120 | - env->v7m.cfsr |= R_V7M_CFSR_PRECISERR_MASK; | ||
121 | + env->v7m.cfsr[M_REG_NS] |= R_V7M_CFSR_PRECISERR_MASK; | ||
122 | qemu_log_mask(CPU_LOG_INT, "...with CFSR.PRECISERR\n"); | ||
123 | break; | ||
124 | case EXCP_DATA_ABORT: | ||
125 | - env->v7m.cfsr |= | ||
126 | + env->v7m.cfsr[M_REG_NS] |= | ||
127 | (R_V7M_CFSR_IBUSERR_MASK | R_V7M_CFSR_BFARVALID_MASK); | ||
128 | env->v7m.bfar = env->exception.vaddress; | ||
129 | qemu_log_mask(CPU_LOG_INT, | ||
130 | @@ -XXX,XX +XXX,XX @@ void arm_v7m_cpu_do_interrupt(CPUState *cs) | ||
131 | */ | ||
132 | switch (cs->exception_index) { | ||
133 | case EXCP_PREFETCH_ABORT: | ||
134 | - env->v7m.cfsr |= R_V7M_CFSR_IACCVIOL_MASK; | ||
135 | + env->v7m.cfsr[env->v7m.secure] |= R_V7M_CFSR_IACCVIOL_MASK; | ||
136 | qemu_log_mask(CPU_LOG_INT, "...with CFSR.IACCVIOL\n"); | ||
137 | break; | ||
138 | case EXCP_DATA_ABORT: | ||
139 | - env->v7m.cfsr |= | ||
140 | + env->v7m.cfsr[env->v7m.secure] |= | ||
141 | (R_V7M_CFSR_DACCVIOL_MASK | R_V7M_CFSR_MMARVALID_MASK); | ||
142 | env->v7m.mmfar[env->v7m.secure] = env->exception.vaddress; | ||
143 | qemu_log_mask(CPU_LOG_INT, | ||
144 | diff --git a/target/arm/machine.c b/target/arm/machine.c | ||
145 | index XXXXXXX..XXXXXXX 100644 | 47 | index XXXXXXX..XXXXXXX 100644 |
146 | --- a/target/arm/machine.c | 48 | --- a/target/arm/kvm64.c |
147 | +++ b/target/arm/machine.c | 49 | +++ b/target/arm/kvm64.c |
148 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_m = { | 50 | @@ -XXX,XX +XXX,XX @@ bool kvm_arm_get_host_cpu_features(ARMHostCPUFeatures *ahcf) |
149 | VMSTATE_UINT32(env.v7m.basepri[M_REG_NS], ARMCPU), | 51 | ARM64_SYS_REG(3, 0, 0, 1, 0)); |
150 | VMSTATE_UINT32(env.v7m.control[M_REG_NS], ARMCPU), | 52 | err |= read_sys_reg32(fdarray[2], &ahcf->isar.id_pfr1, |
151 | VMSTATE_UINT32(env.v7m.ccr[M_REG_NS], ARMCPU), | 53 | ARM64_SYS_REG(3, 0, 0, 1, 1)); |
152 | - VMSTATE_UINT32(env.v7m.cfsr, ARMCPU), | 54 | + err |= read_sys_reg32(fdarray[2], &ahcf->isar.id_pfr2, |
153 | + VMSTATE_UINT32(env.v7m.cfsr[M_REG_NS], ARMCPU), | 55 | + ARM64_SYS_REG(3, 0, 0, 3, 4)); |
154 | VMSTATE_UINT32(env.v7m.hfsr, ARMCPU), | 56 | err |= read_sys_reg32(fdarray[2], &ahcf->isar.id_dfr0, |
155 | VMSTATE_UINT32(env.v7m.dfsr, ARMCPU), | 57 | ARM64_SYS_REG(3, 0, 0, 1, 2)); |
156 | VMSTATE_UINT32(env.v7m.mmfar[M_REG_NS], ARMCPU), | 58 | err |= read_sys_reg32(fdarray[2], &ahcf->isar.id_mmfr0, |
157 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_m_security = { | ||
158 | VMSTATE_UINT32(env.v7m.mpu_ctrl[M_REG_S], ARMCPU), | ||
159 | VMSTATE_UINT32(env.v7m.ccr[M_REG_S], ARMCPU), | ||
160 | VMSTATE_UINT32(env.v7m.mmfar[M_REG_S], ARMCPU), | ||
161 | + VMSTATE_UINT32(env.v7m.cfsr[M_REG_S], ARMCPU), | ||
162 | VMSTATE_END_OF_LIST() | ||
163 | } | ||
164 | }; | ||
165 | -- | 59 | -- |
166 | 2.7.4 | 60 | 2.20.1 |
167 | 61 | ||
168 | 62 | diff view generated by jsdifflib |
1 | Make the MMFAR register banked if v8M security extensions are | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | enabled. | ||
3 | 2 | ||
3 | Only define the register if it exists for the cpu. | ||
4 | |||
5 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
6 | Message-id: 20210120031656.737646-1-richard.henderson@linaro.org | ||
7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
6 | Message-id: 1503414539-28762-18-git-send-email-peter.maydell@linaro.org | ||
7 | --- | 9 | --- |
8 | target/arm/cpu.h | 2 +- | 10 | target/arm/helper.c | 21 +++++++++++++++------ |
9 | hw/intc/armv7m_nvic.c | 4 ++-- | 11 | 1 file changed, 15 insertions(+), 6 deletions(-) |
10 | target/arm/helper.c | 4 ++-- | ||
11 | target/arm/machine.c | 3 ++- | ||
12 | 4 files changed, 7 insertions(+), 6 deletions(-) | ||
13 | 12 | ||
14 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | ||
15 | index XXXXXXX..XXXXXXX 100644 | ||
16 | --- a/target/arm/cpu.h | ||
17 | +++ b/target/arm/cpu.h | ||
18 | @@ -XXX,XX +XXX,XX @@ typedef struct CPUARMState { | ||
19 | uint32_t cfsr; /* Configurable Fault Status */ | ||
20 | uint32_t hfsr; /* HardFault Status */ | ||
21 | uint32_t dfsr; /* Debug Fault Status Register */ | ||
22 | - uint32_t mmfar; /* MemManage Fault Address */ | ||
23 | + uint32_t mmfar[2]; /* MemManage Fault Address */ | ||
24 | uint32_t bfar; /* BusFault Address */ | ||
25 | unsigned mpu_ctrl[2]; /* MPU_CTRL */ | ||
26 | int exception; | ||
27 | diff --git a/hw/intc/armv7m_nvic.c b/hw/intc/armv7m_nvic.c | ||
28 | index XXXXXXX..XXXXXXX 100644 | ||
29 | --- a/hw/intc/armv7m_nvic.c | ||
30 | +++ b/hw/intc/armv7m_nvic.c | ||
31 | @@ -XXX,XX +XXX,XX @@ static uint32_t nvic_readl(NVICState *s, uint32_t offset, MemTxAttrs attrs) | ||
32 | case 0xd30: /* Debug Fault Status. */ | ||
33 | return cpu->env.v7m.dfsr; | ||
34 | case 0xd34: /* MMFAR MemManage Fault Address */ | ||
35 | - return cpu->env.v7m.mmfar; | ||
36 | + return cpu->env.v7m.mmfar[attrs.secure]; | ||
37 | case 0xd38: /* Bus Fault Address. */ | ||
38 | return cpu->env.v7m.bfar; | ||
39 | case 0xd3c: /* Aux Fault Status. */ | ||
40 | @@ -XXX,XX +XXX,XX @@ static void nvic_writel(NVICState *s, uint32_t offset, uint32_t value, | ||
41 | cpu->env.v7m.dfsr &= ~value; /* W1C */ | ||
42 | break; | ||
43 | case 0xd34: /* Mem Manage Address. */ | ||
44 | - cpu->env.v7m.mmfar = value; | ||
45 | + cpu->env.v7m.mmfar[attrs.secure] = value; | ||
46 | return; | ||
47 | case 0xd38: /* Bus Fault Address. */ | ||
48 | cpu->env.v7m.bfar = value; | ||
49 | diff --git a/target/arm/helper.c b/target/arm/helper.c | 13 | diff --git a/target/arm/helper.c b/target/arm/helper.c |
50 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
51 | --- a/target/arm/helper.c | 15 | --- a/target/arm/helper.c |
52 | +++ b/target/arm/helper.c | 16 | +++ b/target/arm/helper.c |
53 | @@ -XXX,XX +XXX,XX @@ void arm_v7m_cpu_do_interrupt(CPUState *cs) | 17 | @@ -XXX,XX +XXX,XX @@ static void define_debug_regs(ARMCPU *cpu) |
54 | case EXCP_DATA_ABORT: | 18 | */ |
55 | env->v7m.cfsr |= | 19 | int i; |
56 | (R_V7M_CFSR_DACCVIOL_MASK | R_V7M_CFSR_MMARVALID_MASK); | 20 | int wrps, brps, ctx_cmps; |
57 | - env->v7m.mmfar = env->exception.vaddress; | 21 | - ARMCPRegInfo dbgdidr = { |
58 | + env->v7m.mmfar[env->v7m.secure] = env->exception.vaddress; | 22 | - .name = "DBGDIDR", .cp = 14, .crn = 0, .crm = 0, .opc1 = 0, .opc2 = 0, |
59 | qemu_log_mask(CPU_LOG_INT, | 23 | - .access = PL0_R, .accessfn = access_tda, |
60 | "...with CFSR.DACCVIOL and MMFAR 0x%x\n", | 24 | - .type = ARM_CP_CONST, .resetvalue = cpu->isar.dbgdidr, |
61 | - env->v7m.mmfar); | 25 | - }; |
62 | + env->v7m.mmfar[env->v7m.secure]); | 26 | + |
63 | break; | 27 | + /* |
64 | } | 28 | + * The Arm ARM says DBGDIDR is optional and deprecated if EL1 cannot |
65 | armv7m_nvic_set_pending(env->nvic, ARMV7M_EXCP_MEM); | 29 | + * use AArch32. Given that bit 15 is RES1, if the value is 0 then |
66 | diff --git a/target/arm/machine.c b/target/arm/machine.c | 30 | + * the register must not exist for this cpu. |
67 | index XXXXXXX..XXXXXXX 100644 | 31 | + */ |
68 | --- a/target/arm/machine.c | 32 | + if (cpu->isar.dbgdidr != 0) { |
69 | +++ b/target/arm/machine.c | 33 | + ARMCPRegInfo dbgdidr = { |
70 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_m = { | 34 | + .name = "DBGDIDR", .cp = 14, .crn = 0, .crm = 0, |
71 | VMSTATE_UINT32(env.v7m.cfsr, ARMCPU), | 35 | + .opc1 = 0, .opc2 = 0, |
72 | VMSTATE_UINT32(env.v7m.hfsr, ARMCPU), | 36 | + .access = PL0_R, .accessfn = access_tda, |
73 | VMSTATE_UINT32(env.v7m.dfsr, ARMCPU), | 37 | + .type = ARM_CP_CONST, .resetvalue = cpu->isar.dbgdidr, |
74 | - VMSTATE_UINT32(env.v7m.mmfar, ARMCPU), | 38 | + }; |
75 | + VMSTATE_UINT32(env.v7m.mmfar[M_REG_NS], ARMCPU), | 39 | + define_one_arm_cp_reg(cpu, &dbgdidr); |
76 | VMSTATE_UINT32(env.v7m.bfar, ARMCPU), | 40 | + } |
77 | VMSTATE_UINT32(env.v7m.mpu_ctrl[M_REG_NS], ARMCPU), | 41 | |
78 | VMSTATE_INT32(env.v7m.exception, ARMCPU), | 42 | /* Note that all these register fields hold "number of Xs minus 1". */ |
79 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_m_security = { | 43 | brps = arm_num_brps(cpu); |
80 | VMSTATE_VALIDATE("secure MPU_RNR is valid", s_rnr_vmstate_validate), | 44 | @@ -XXX,XX +XXX,XX @@ static void define_debug_regs(ARMCPU *cpu) |
81 | VMSTATE_UINT32(env.v7m.mpu_ctrl[M_REG_S], ARMCPU), | 45 | |
82 | VMSTATE_UINT32(env.v7m.ccr[M_REG_S], ARMCPU), | 46 | assert(ctx_cmps <= brps); |
83 | + VMSTATE_UINT32(env.v7m.mmfar[M_REG_S], ARMCPU), | 47 | |
84 | VMSTATE_END_OF_LIST() | 48 | - define_one_arm_cp_reg(cpu, &dbgdidr); |
85 | } | 49 | define_arm_cp_regs(cpu, debug_cp_reginfo); |
86 | }; | 50 | |
51 | if (arm_feature(&cpu->env, ARM_FEATURE_LPAE)) { | ||
87 | -- | 52 | -- |
88 | 2.7.4 | 53 | 2.20.1 |
89 | 54 | ||
90 | 55 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | From: Paolo Bonzini <pbonzini@redhat.com> | ||
1 | 2 | ||
3 | The properties to attach a CANBUS object to the xlnx-zcu102 machine have | ||
4 | a period in them. We want to use periods in properties for compound QAPI types, | ||
5 | and besides the "xlnx-zcu102." prefix is both unnecessary and different | ||
6 | from any other machine property name. Remove it. | ||
7 | |||
8 | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | ||
9 | Message-id: 20210118162537.779542-1-pbonzini@redhat.com | ||
10 | Reviewed-by: Vikram Garhwal <fnu.vikram@xilinx.com> | ||
11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
12 | --- | ||
13 | hw/arm/xlnx-zcu102.c | 4 ++-- | ||
14 | tests/qtest/xlnx-can-test.c | 30 +++++++++++++++--------------- | ||
15 | 2 files changed, 17 insertions(+), 17 deletions(-) | ||
16 | |||
17 | diff --git a/hw/arm/xlnx-zcu102.c b/hw/arm/xlnx-zcu102.c | ||
18 | index XXXXXXX..XXXXXXX 100644 | ||
19 | --- a/hw/arm/xlnx-zcu102.c | ||
20 | +++ b/hw/arm/xlnx-zcu102.c | ||
21 | @@ -XXX,XX +XXX,XX @@ static void xlnx_zcu102_machine_instance_init(Object *obj) | ||
22 | s->secure = false; | ||
23 | /* Default to virt (EL2) being disabled */ | ||
24 | s->virt = false; | ||
25 | - object_property_add_link(obj, "xlnx-zcu102.canbus0", TYPE_CAN_BUS, | ||
26 | + object_property_add_link(obj, "canbus0", TYPE_CAN_BUS, | ||
27 | (Object **)&s->canbus[0], | ||
28 | object_property_allow_set_link, | ||
29 | 0); | ||
30 | |||
31 | - object_property_add_link(obj, "xlnx-zcu102.canbus1", TYPE_CAN_BUS, | ||
32 | + object_property_add_link(obj, "canbus1", TYPE_CAN_BUS, | ||
33 | (Object **)&s->canbus[1], | ||
34 | object_property_allow_set_link, | ||
35 | 0); | ||
36 | diff --git a/tests/qtest/xlnx-can-test.c b/tests/qtest/xlnx-can-test.c | ||
37 | index XXXXXXX..XXXXXXX 100644 | ||
38 | --- a/tests/qtest/xlnx-can-test.c | ||
39 | +++ b/tests/qtest/xlnx-can-test.c | ||
40 | @@ -XXX,XX +XXX,XX @@ static void test_can_bus(void) | ||
41 | uint8_t can_timestamp = 1; | ||
42 | |||
43 | QTestState *qts = qtest_init("-machine xlnx-zcu102" | ||
44 | - " -object can-bus,id=canbus0" | ||
45 | - " -machine xlnx-zcu102.canbus0=canbus0" | ||
46 | - " -machine xlnx-zcu102.canbus1=canbus0" | ||
47 | + " -object can-bus,id=canbus" | ||
48 | + " -machine canbus0=canbus" | ||
49 | + " -machine canbus1=canbus" | ||
50 | ); | ||
51 | |||
52 | /* Configure the CAN0 and CAN1. */ | ||
53 | @@ -XXX,XX +XXX,XX @@ static void test_can_loopback(void) | ||
54 | uint32_t status = 0; | ||
55 | |||
56 | QTestState *qts = qtest_init("-machine xlnx-zcu102" | ||
57 | - " -object can-bus,id=canbus0" | ||
58 | - " -machine xlnx-zcu102.canbus0=canbus0" | ||
59 | - " -machine xlnx-zcu102.canbus1=canbus0" | ||
60 | + " -object can-bus,id=canbus" | ||
61 | + " -machine canbus0=canbus" | ||
62 | + " -machine canbus1=canbus" | ||
63 | ); | ||
64 | |||
65 | /* Configure the CAN0 in loopback mode. */ | ||
66 | @@ -XXX,XX +XXX,XX @@ static void test_can_filter(void) | ||
67 | uint8_t can_timestamp = 1; | ||
68 | |||
69 | QTestState *qts = qtest_init("-machine xlnx-zcu102" | ||
70 | - " -object can-bus,id=canbus0" | ||
71 | - " -machine xlnx-zcu102.canbus0=canbus0" | ||
72 | - " -machine xlnx-zcu102.canbus1=canbus0" | ||
73 | + " -object can-bus,id=canbus" | ||
74 | + " -machine canbus0=canbus" | ||
75 | + " -machine canbus1=canbus" | ||
76 | ); | ||
77 | |||
78 | /* Configure the CAN0 and CAN1. */ | ||
79 | @@ -XXX,XX +XXX,XX @@ static void test_can_sleepmode(void) | ||
80 | uint8_t can_timestamp = 1; | ||
81 | |||
82 | QTestState *qts = qtest_init("-machine xlnx-zcu102" | ||
83 | - " -object can-bus,id=canbus0" | ||
84 | - " -machine xlnx-zcu102.canbus0=canbus0" | ||
85 | - " -machine xlnx-zcu102.canbus1=canbus0" | ||
86 | + " -object can-bus,id=canbus" | ||
87 | + " -machine canbus0=canbus" | ||
88 | + " -machine canbus1=canbus" | ||
89 | ); | ||
90 | |||
91 | /* Configure the CAN0. */ | ||
92 | @@ -XXX,XX +XXX,XX @@ static void test_can_snoopmode(void) | ||
93 | uint8_t can_timestamp = 1; | ||
94 | |||
95 | QTestState *qts = qtest_init("-machine xlnx-zcu102" | ||
96 | - " -object can-bus,id=canbus0" | ||
97 | - " -machine xlnx-zcu102.canbus0=canbus0" | ||
98 | - " -machine xlnx-zcu102.canbus1=canbus0" | ||
99 | + " -object can-bus,id=canbus" | ||
100 | + " -machine canbus0=canbus" | ||
101 | + " -machine canbus1=canbus" | ||
102 | ); | ||
103 | |||
104 | /* Configure the CAN0. */ | ||
105 | -- | ||
106 | 2.20.1 | ||
107 | |||
108 | diff view generated by jsdifflib |
1 | From: Portia Stephens <portia.stephens@xilinx.com> | 1 | From: Maxim Uvarov <maxim.uvarov@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | This adds a feature bit indicating support of the (trivial) Jazelle | 3 | Implement gpio-pwr driver to allow reboot and poweroff machine. |
4 | implementation if ARM_FEATURE_V6 is set or if the processor is arm926 | 4 | This is simple driver with just 2 gpios lines. Current use case |
5 | or arm1026. This fixes the issue that any BXJ instruction will | 5 | is to reboot and poweroff virt machine in secure mode. Secure |
6 | result in an illegal_op. BXJ instructions will now check if the | 6 | pl066 gpio chip is needed for that. |
7 | architecture supports ARM_FEATURE_JAZELLE. | ||
8 | 7 | ||
9 | Signed-off-by: Portia Stephens <portia.stephens@xilinx.com> | 8 | Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> |
10 | Reviewed-by: Alistair Francis <alistair.francis@xilinx.com> | 9 | Reviewed-by: Hao Wu <wuhaotsh@google.com> |
11 | Message-id: 20170905211232.11092-1-portia.stephens@xilinx.com | ||
12 | [PMM: edited commit message and comment text a bit] | ||
13 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
14 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
15 | --- | 12 | --- |
16 | target/arm/cpu.h | 1 + | 13 | hw/gpio/gpio_pwr.c | 70 +++++++++++++++++++++++++++++++++++++++++++++ |
17 | target/arm/cpu.c | 3 +++ | 14 | hw/gpio/Kconfig | 3 ++ |
18 | target/arm/translate.c | 2 +- | 15 | hw/gpio/meson.build | 1 + |
19 | 3 files changed, 5 insertions(+), 1 deletion(-) | 16 | 3 files changed, 74 insertions(+) |
17 | create mode 100644 hw/gpio/gpio_pwr.c | ||
20 | 18 | ||
21 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | 19 | diff --git a/hw/gpio/gpio_pwr.c b/hw/gpio/gpio_pwr.c |
20 | new file mode 100644 | ||
21 | index XXXXXXX..XXXXXXX | ||
22 | --- /dev/null | ||
23 | +++ b/hw/gpio/gpio_pwr.c | ||
24 | @@ -XXX,XX +XXX,XX @@ | ||
25 | +/* | ||
26 | + * GPIO qemu power controller | ||
27 | + * | ||
28 | + * Copyright (c) 2020 Linaro Limited | ||
29 | + * | ||
30 | + * Author: Maxim Uvarov <maxim.uvarov@linaro.org> | ||
31 | + * | ||
32 | + * Virtual gpio driver which can be used on top of pl061 | ||
33 | + * to reboot and shutdown qemu virtual machine. One of use | ||
34 | + * case is gpio driver for secure world application (ARM | ||
35 | + * Trusted Firmware.). | ||
36 | + * | ||
37 | + * This work is licensed under the terms of the GNU GPL, version 2 or later. | ||
38 | + * See the COPYING file in the top-level directory. | ||
39 | + * SPDX-License-Identifier: GPL-2.0-or-later | ||
40 | + */ | ||
41 | + | ||
42 | +/* | ||
43 | + * QEMU interface: | ||
44 | + * two named input GPIO lines: | ||
45 | + * 'reset' : when asserted, trigger system reset | ||
46 | + * 'shutdown' : when asserted, trigger system shutdown | ||
47 | + */ | ||
48 | + | ||
49 | +#include "qemu/osdep.h" | ||
50 | +#include "hw/sysbus.h" | ||
51 | +#include "sysemu/runstate.h" | ||
52 | + | ||
53 | +#define TYPE_GPIOPWR "gpio-pwr" | ||
54 | +OBJECT_DECLARE_SIMPLE_TYPE(GPIO_PWR_State, GPIOPWR) | ||
55 | + | ||
56 | +struct GPIO_PWR_State { | ||
57 | + SysBusDevice parent_obj; | ||
58 | +}; | ||
59 | + | ||
60 | +static void gpio_pwr_reset(void *opaque, int n, int level) | ||
61 | +{ | ||
62 | + if (level) { | ||
63 | + qemu_system_reset_request(SHUTDOWN_CAUSE_GUEST_RESET); | ||
64 | + } | ||
65 | +} | ||
66 | + | ||
67 | +static void gpio_pwr_shutdown(void *opaque, int n, int level) | ||
68 | +{ | ||
69 | + if (level) { | ||
70 | + qemu_system_reset_request(SHUTDOWN_CAUSE_GUEST_SHUTDOWN); | ||
71 | + } | ||
72 | +} | ||
73 | + | ||
74 | +static void gpio_pwr_init(Object *obj) | ||
75 | +{ | ||
76 | + DeviceState *dev = DEVICE(obj); | ||
77 | + | ||
78 | + qdev_init_gpio_in_named(dev, gpio_pwr_reset, "reset", 1); | ||
79 | + qdev_init_gpio_in_named(dev, gpio_pwr_shutdown, "shutdown", 1); | ||
80 | +} | ||
81 | + | ||
82 | +static const TypeInfo gpio_pwr_info = { | ||
83 | + .name = TYPE_GPIOPWR, | ||
84 | + .parent = TYPE_SYS_BUS_DEVICE, | ||
85 | + .instance_size = sizeof(GPIO_PWR_State), | ||
86 | + .instance_init = gpio_pwr_init, | ||
87 | +}; | ||
88 | + | ||
89 | +static void gpio_pwr_register_types(void) | ||
90 | +{ | ||
91 | + type_register_static(&gpio_pwr_info); | ||
92 | +} | ||
93 | + | ||
94 | +type_init(gpio_pwr_register_types) | ||
95 | diff --git a/hw/gpio/Kconfig b/hw/gpio/Kconfig | ||
22 | index XXXXXXX..XXXXXXX 100644 | 96 | index XXXXXXX..XXXXXXX 100644 |
23 | --- a/target/arm/cpu.h | 97 | --- a/hw/gpio/Kconfig |
24 | +++ b/target/arm/cpu.h | 98 | +++ b/hw/gpio/Kconfig |
25 | @@ -XXX,XX +XXX,XX @@ enum arm_features { | 99 | @@ -XXX,XX +XXX,XX @@ config PL061 |
26 | ARM_FEATURE_PMU, /* has PMU support */ | 100 | config GPIO_KEY |
27 | ARM_FEATURE_VBAR, /* has cp15 VBAR */ | 101 | bool |
28 | ARM_FEATURE_M_SECURITY, /* M profile Security Extension */ | 102 | |
29 | + ARM_FEATURE_JAZELLE, /* has (trivial) Jazelle implementation */ | 103 | +config GPIO_PWR |
30 | }; | 104 | + bool |
31 | 105 | + | |
32 | static inline int arm_feature(CPUARMState *env, int feature) | 106 | config SIFIVE_GPIO |
33 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c | 107 | bool |
108 | diff --git a/hw/gpio/meson.build b/hw/gpio/meson.build | ||
34 | index XXXXXXX..XXXXXXX 100644 | 109 | index XXXXXXX..XXXXXXX 100644 |
35 | --- a/target/arm/cpu.c | 110 | --- a/hw/gpio/meson.build |
36 | +++ b/target/arm/cpu.c | 111 | +++ b/hw/gpio/meson.build |
37 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_realizefn(DeviceState *dev, Error **errp) | ||
38 | } | ||
39 | if (arm_feature(env, ARM_FEATURE_V6)) { | ||
40 | set_feature(env, ARM_FEATURE_V5); | ||
41 | + set_feature(env, ARM_FEATURE_JAZELLE); | ||
42 | if (!arm_feature(env, ARM_FEATURE_M)) { | ||
43 | set_feature(env, ARM_FEATURE_AUXCR); | ||
44 | } | ||
45 | @@ -XXX,XX +XXX,XX @@ static void arm926_initfn(Object *obj) | ||
46 | set_feature(&cpu->env, ARM_FEATURE_VFP); | ||
47 | set_feature(&cpu->env, ARM_FEATURE_DUMMY_C15_REGS); | ||
48 | set_feature(&cpu->env, ARM_FEATURE_CACHE_TEST_CLEAN); | ||
49 | + set_feature(&cpu->env, ARM_FEATURE_JAZELLE); | ||
50 | cpu->midr = 0x41069265; | ||
51 | cpu->reset_fpsid = 0x41011090; | ||
52 | cpu->ctr = 0x1dd20d2; | ||
53 | @@ -XXX,XX +XXX,XX @@ static void arm1026_initfn(Object *obj) | ||
54 | set_feature(&cpu->env, ARM_FEATURE_AUXCR); | ||
55 | set_feature(&cpu->env, ARM_FEATURE_DUMMY_C15_REGS); | ||
56 | set_feature(&cpu->env, ARM_FEATURE_CACHE_TEST_CLEAN); | ||
57 | + set_feature(&cpu->env, ARM_FEATURE_JAZELLE); | ||
58 | cpu->midr = 0x4106a262; | ||
59 | cpu->reset_fpsid = 0x410110a0; | ||
60 | cpu->ctr = 0x1dd20d2; | ||
61 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
62 | index XXXXXXX..XXXXXXX 100644 | ||
63 | --- a/target/arm/translate.c | ||
64 | +++ b/target/arm/translate.c | ||
65 | @@ -XXX,XX +XXX,XX @@ | 112 | @@ -XXX,XX +XXX,XX @@ |
66 | #define ENABLE_ARCH_5 arm_dc_feature(s, ARM_FEATURE_V5) | 113 | softmmu_ss.add(when: 'CONFIG_E500', if_true: files('mpc8xxx.c')) |
67 | /* currently all emulated v5 cores are also v5TE, so don't bother */ | 114 | softmmu_ss.add(when: 'CONFIG_GPIO_KEY', if_true: files('gpio_key.c')) |
68 | #define ENABLE_ARCH_5TE arm_dc_feature(s, ARM_FEATURE_V5) | 115 | +softmmu_ss.add(when: 'CONFIG_GPIO_PWR', if_true: files('gpio_pwr.c')) |
69 | -#define ENABLE_ARCH_5J 0 | 116 | softmmu_ss.add(when: 'CONFIG_MAX7310', if_true: files('max7310.c')) |
70 | +#define ENABLE_ARCH_5J arm_dc_feature(s, ARM_FEATURE_JAZELLE) | 117 | softmmu_ss.add(when: 'CONFIG_PL061', if_true: files('pl061.c')) |
71 | #define ENABLE_ARCH_6 arm_dc_feature(s, ARM_FEATURE_V6) | 118 | softmmu_ss.add(when: 'CONFIG_PUV3', if_true: files('puv3_gpio.c')) |
72 | #define ENABLE_ARCH_6K arm_dc_feature(s, ARM_FEATURE_V6K) | ||
73 | #define ENABLE_ARCH_6T2 arm_dc_feature(s, ARM_FEATURE_THUMB2) | ||
74 | -- | 119 | -- |
75 | 2.7.4 | 120 | 2.20.1 |
76 | 121 | ||
77 | 122 | diff view generated by jsdifflib |
1 | From: Thomas Huth <thuth@redhat.com> | 1 | From: Maxim Uvarov <maxim.uvarov@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | QEMU currently exits unexpectedly when the user accidentially | 3 | No functional change. Just refactor code to better |
4 | tries to do something like this: | 4 | support secure and normal world gpios. |
5 | 5 | ||
6 | $ aarch64-softmmu/qemu-system-aarch64 -S -M integratorcp -nographic | 6 | Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> |
7 | QEMU 2.9.93 monitor - type 'help' for more information | 7 | Reviewed-by: Andrew Jones <drjones@redhat.com> |
8 | (qemu) device_add allwinner-a10 | ||
9 | Unsupported NIC model: smc91c111 | ||
10 | |||
11 | Exiting just due to a "device_add" should not happen. Looking closer | ||
12 | at the the realize and instance_init function of this device also | ||
13 | reveals that it is using serial_hds and nd_table directly there, so | ||
14 | this device is clearly not creatable by the user and should be marked | ||
15 | accordingly. | ||
16 | |||
17 | Signed-off-by: Thomas Huth <thuth@redhat.com> | ||
18 | Reviewed-by: Eduardo Habkost <ehabkost@redhat.com> | ||
19 | Message-id: 1503416789-32080-1-git-send-email-thuth@redhat.com | ||
20 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
21 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
22 | --- | 9 | --- |
23 | hw/arm/allwinner-a10.c | 2 ++ | 10 | hw/arm/virt.c | 57 ++++++++++++++++++++++++++++++++------------------- |
24 | scripts/device-crash-test | 1 - | 11 | 1 file changed, 36 insertions(+), 21 deletions(-) |
25 | 2 files changed, 2 insertions(+), 1 deletion(-) | ||
26 | 12 | ||
27 | diff --git a/hw/arm/allwinner-a10.c b/hw/arm/allwinner-a10.c | 13 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c |
28 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
29 | --- a/hw/arm/allwinner-a10.c | 15 | --- a/hw/arm/virt.c |
30 | +++ b/hw/arm/allwinner-a10.c | 16 | +++ b/hw/arm/virt.c |
31 | @@ -XXX,XX +XXX,XX @@ static void aw_a10_class_init(ObjectClass *oc, void *data) | 17 | @@ -XXX,XX +XXX,XX @@ static void virt_powerdown_req(Notifier *n, void *opaque) |
32 | DeviceClass *dc = DEVICE_CLASS(oc); | 18 | } |
33 | |||
34 | dc->realize = aw_a10_realize; | ||
35 | + /* Reason: Uses serial_hds in realize and nd_table in instance_init */ | ||
36 | + dc->user_creatable = false; | ||
37 | } | 19 | } |
38 | 20 | ||
39 | static const TypeInfo aw_a10_type_info = { | 21 | -static void create_gpio(const VirtMachineState *vms) |
40 | diff --git a/scripts/device-crash-test b/scripts/device-crash-test | 22 | +static void create_gpio_keys(const VirtMachineState *vms, |
41 | index XXXXXXX..XXXXXXX 100755 | 23 | + DeviceState *pl061_dev, |
42 | --- a/scripts/device-crash-test | 24 | + uint32_t phandle) |
43 | +++ b/scripts/device-crash-test | 25 | +{ |
44 | @@ -XXX,XX +XXX,XX @@ ERROR_WHITELIST = [ | 26 | + gpio_key_dev = sysbus_create_simple("gpio-key", -1, |
45 | {'log':r"Device [\w.,-]+ can not be dynamically instantiated"}, | 27 | + qdev_get_gpio_in(pl061_dev, 3)); |
46 | {'log':r"Platform Bus: Can not fit MMIO region of size "}, | 28 | + |
47 | # other more specific errors we will ignore: | 29 | + qemu_fdt_add_subnode(vms->fdt, "/gpio-keys"); |
48 | - {'device':'allwinner-a10', 'log':"Unsupported NIC model:"}, | 30 | + qemu_fdt_setprop_string(vms->fdt, "/gpio-keys", "compatible", "gpio-keys"); |
49 | {'device':'.*-spapr-cpu-core', 'log':r"CPU core type should be"}, | 31 | + qemu_fdt_setprop_cell(vms->fdt, "/gpio-keys", "#size-cells", 0); |
50 | {'log':r"MSI(-X)? is not supported by interrupt controller"}, | 32 | + qemu_fdt_setprop_cell(vms->fdt, "/gpio-keys", "#address-cells", 1); |
51 | {'log':r"pxb-pcie? devices cannot reside on a PCIe? bus"}, | 33 | + |
34 | + qemu_fdt_add_subnode(vms->fdt, "/gpio-keys/poweroff"); | ||
35 | + qemu_fdt_setprop_string(vms->fdt, "/gpio-keys/poweroff", | ||
36 | + "label", "GPIO Key Poweroff"); | ||
37 | + qemu_fdt_setprop_cell(vms->fdt, "/gpio-keys/poweroff", "linux,code", | ||
38 | + KEY_POWER); | ||
39 | + qemu_fdt_setprop_cells(vms->fdt, "/gpio-keys/poweroff", | ||
40 | + "gpios", phandle, 3, 0); | ||
41 | +} | ||
42 | + | ||
43 | +static void create_gpio_devices(const VirtMachineState *vms, int gpio, | ||
44 | + MemoryRegion *mem) | ||
45 | { | ||
46 | char *nodename; | ||
47 | DeviceState *pl061_dev; | ||
48 | - hwaddr base = vms->memmap[VIRT_GPIO].base; | ||
49 | - hwaddr size = vms->memmap[VIRT_GPIO].size; | ||
50 | - int irq = vms->irqmap[VIRT_GPIO]; | ||
51 | + hwaddr base = vms->memmap[gpio].base; | ||
52 | + hwaddr size = vms->memmap[gpio].size; | ||
53 | + int irq = vms->irqmap[gpio]; | ||
54 | const char compat[] = "arm,pl061\0arm,primecell"; | ||
55 | + SysBusDevice *s; | ||
56 | |||
57 | - pl061_dev = sysbus_create_simple("pl061", base, | ||
58 | - qdev_get_gpio_in(vms->gic, irq)); | ||
59 | + pl061_dev = qdev_new("pl061"); | ||
60 | + s = SYS_BUS_DEVICE(pl061_dev); | ||
61 | + sysbus_realize_and_unref(s, &error_fatal); | ||
62 | + memory_region_add_subregion(mem, base, sysbus_mmio_get_region(s, 0)); | ||
63 | + sysbus_connect_irq(s, 0, qdev_get_gpio_in(vms->gic, irq)); | ||
64 | |||
65 | uint32_t phandle = qemu_fdt_alloc_phandle(vms->fdt); | ||
66 | nodename = g_strdup_printf("/pl061@%" PRIx64, base); | ||
67 | @@ -XXX,XX +XXX,XX @@ static void create_gpio(const VirtMachineState *vms) | ||
68 | qemu_fdt_setprop_string(vms->fdt, nodename, "clock-names", "apb_pclk"); | ||
69 | qemu_fdt_setprop_cell(vms->fdt, nodename, "phandle", phandle); | ||
70 | |||
71 | - gpio_key_dev = sysbus_create_simple("gpio-key", -1, | ||
72 | - qdev_get_gpio_in(pl061_dev, 3)); | ||
73 | - qemu_fdt_add_subnode(vms->fdt, "/gpio-keys"); | ||
74 | - qemu_fdt_setprop_string(vms->fdt, "/gpio-keys", "compatible", "gpio-keys"); | ||
75 | - qemu_fdt_setprop_cell(vms->fdt, "/gpio-keys", "#size-cells", 0); | ||
76 | - qemu_fdt_setprop_cell(vms->fdt, "/gpio-keys", "#address-cells", 1); | ||
77 | - | ||
78 | - qemu_fdt_add_subnode(vms->fdt, "/gpio-keys/poweroff"); | ||
79 | - qemu_fdt_setprop_string(vms->fdt, "/gpio-keys/poweroff", | ||
80 | - "label", "GPIO Key Poweroff"); | ||
81 | - qemu_fdt_setprop_cell(vms->fdt, "/gpio-keys/poweroff", "linux,code", | ||
82 | - KEY_POWER); | ||
83 | - qemu_fdt_setprop_cells(vms->fdt, "/gpio-keys/poweroff", | ||
84 | - "gpios", phandle, 3, 0); | ||
85 | g_free(nodename); | ||
86 | + | ||
87 | + /* Child gpio devices */ | ||
88 | + create_gpio_keys(vms, pl061_dev, phandle); | ||
89 | } | ||
90 | |||
91 | static void create_virtio_devices(const VirtMachineState *vms) | ||
92 | @@ -XXX,XX +XXX,XX @@ static void machvirt_init(MachineState *machine) | ||
93 | if (has_ged && aarch64 && firmware_loaded && virt_is_acpi_enabled(vms)) { | ||
94 | vms->acpi_dev = create_acpi_ged(vms); | ||
95 | } else { | ||
96 | - create_gpio(vms); | ||
97 | + create_gpio_devices(vms, VIRT_GPIO, sysmem); | ||
98 | } | ||
99 | |||
100 | /* connect powerdown request */ | ||
52 | -- | 101 | -- |
53 | 2.7.4 | 102 | 2.20.1 |
54 | 103 | ||
55 | 104 | diff view generated by jsdifflib |
1 | From: Fam Zheng <famz@redhat.com> | 1 | From: Maxim Uvarov <maxim.uvarov@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Signed-off-by: Fam Zheng <famz@redhat.com> | 3 | Add secure pl061 for reset/power down machine from |
4 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 4 | the secure world (Arm Trusted Firmware). Connect it |
5 | Message-id: 20170905131149.10669-7-famz@redhat.com | 5 | with gpio-pwr driver. |
6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 6 | |
7 | Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> | ||
8 | Reviewed-by: Andrew Jones <drjones@redhat.com> | ||
9 | [PMM: Added mention of the new device to the documentation] | ||
7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
8 | --- | 11 | --- |
9 | hw/dma/xilinx_axidma.c | 16 ++++------------ | 12 | docs/system/arm/virt.rst | 2 ++ |
10 | 1 file changed, 4 insertions(+), 12 deletions(-) | 13 | include/hw/arm/virt.h | 2 ++ |
14 | hw/arm/virt.c | 56 +++++++++++++++++++++++++++++++++++++++- | ||
15 | hw/arm/Kconfig | 1 + | ||
16 | 4 files changed, 60 insertions(+), 1 deletion(-) | ||
11 | 17 | ||
12 | diff --git a/hw/dma/xilinx_axidma.c b/hw/dma/xilinx_axidma.c | 18 | diff --git a/docs/system/arm/virt.rst b/docs/system/arm/virt.rst |
13 | index XXXXXXX..XXXXXXX 100644 | 19 | index XXXXXXX..XXXXXXX 100644 |
14 | --- a/hw/dma/xilinx_axidma.c | 20 | --- a/docs/system/arm/virt.rst |
15 | +++ b/hw/dma/xilinx_axidma.c | 21 | +++ b/docs/system/arm/virt.rst |
16 | @@ -XXX,XX +XXX,XX @@ static void xilinx_axidma_init(Object *obj) | 22 | @@ -XXX,XX +XXX,XX @@ The virt board supports: |
17 | XilinxAXIDMA *s = XILINX_AXI_DMA(obj); | 23 | - Secure-World-only devices if the CPU has TrustZone: |
18 | SysBusDevice *sbd = SYS_BUS_DEVICE(obj); | 24 | |
19 | 25 | - A second PL011 UART | |
20 | - object_property_add_link(obj, "axistream-connected", TYPE_STREAM_SLAVE, | 26 | + - A second PL061 GPIO controller, with GPIO lines for triggering |
21 | - (Object **)&s->tx_data_dev, | 27 | + a system reset or system poweroff |
22 | - qdev_prop_allow_set_link_before_realize, | 28 | - A secure flash memory |
23 | - OBJ_PROP_LINK_UNREF_ON_RELEASE, | 29 | - 16MB of secure RAM |
24 | - &error_abort); | 30 | |
25 | - object_property_add_link(obj, "axistream-control-connected", | 31 | diff --git a/include/hw/arm/virt.h b/include/hw/arm/virt.h |
26 | - TYPE_STREAM_SLAVE, | 32 | index XXXXXXX..XXXXXXX 100644 |
27 | - (Object **)&s->tx_control_dev, | 33 | --- a/include/hw/arm/virt.h |
28 | - qdev_prop_allow_set_link_before_realize, | 34 | +++ b/include/hw/arm/virt.h |
29 | - OBJ_PROP_LINK_UNREF_ON_RELEASE, | 35 | @@ -XXX,XX +XXX,XX @@ enum { |
30 | - &error_abort); | 36 | VIRT_GPIO, |
31 | - | 37 | VIRT_SECURE_UART, |
32 | object_initialize(&s->rx_data_dev, sizeof(s->rx_data_dev), | 38 | VIRT_SECURE_MEM, |
33 | TYPE_XILINX_AXI_DMA_DATA_STREAM); | 39 | + VIRT_SECURE_GPIO, |
34 | object_initialize(&s->rx_control_dev, sizeof(s->rx_control_dev), | 40 | VIRT_PCDIMM_ACPI, |
35 | @@ -XXX,XX +XXX,XX @@ static void xilinx_axidma_init(Object *obj) | 41 | VIRT_ACPI_GED, |
36 | 42 | VIRT_NVDIMM_ACPI, | |
37 | static Property axidma_properties[] = { | 43 | @@ -XXX,XX +XXX,XX @@ struct VirtMachineClass { |
38 | DEFINE_PROP_UINT32("freqhz", XilinxAXIDMA, freqhz, 50000000), | 44 | bool kvm_no_adjvtime; |
39 | + DEFINE_PROP_LINK("axistream-connected", XilinxAXIDMA, | 45 | bool no_kvm_steal_time; |
40 | + tx_data_dev, TYPE_STREAM_SLAVE, StreamSlave *), | 46 | bool acpi_expose_flash; |
41 | + DEFINE_PROP_LINK("axistream-control-connected", XilinxAXIDMA, | 47 | + bool no_secure_gpio; |
42 | + tx_control_dev, TYPE_STREAM_SLAVE, StreamSlave *), | ||
43 | DEFINE_PROP_END_OF_LIST(), | ||
44 | }; | 48 | }; |
45 | 49 | ||
50 | struct VirtMachineState { | ||
51 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c | ||
52 | index XXXXXXX..XXXXXXX 100644 | ||
53 | --- a/hw/arm/virt.c | ||
54 | +++ b/hw/arm/virt.c | ||
55 | @@ -XXX,XX +XXX,XX @@ static const MemMapEntry base_memmap[] = { | ||
56 | [VIRT_ACPI_GED] = { 0x09080000, ACPI_GED_EVT_SEL_LEN }, | ||
57 | [VIRT_NVDIMM_ACPI] = { 0x09090000, NVDIMM_ACPI_IO_LEN}, | ||
58 | [VIRT_PVTIME] = { 0x090a0000, 0x00010000 }, | ||
59 | + [VIRT_SECURE_GPIO] = { 0x090b0000, 0x00001000 }, | ||
60 | [VIRT_MMIO] = { 0x0a000000, 0x00000200 }, | ||
61 | /* ...repeating for a total of NUM_VIRTIO_TRANSPORTS, each of that size */ | ||
62 | [VIRT_PLATFORM_BUS] = { 0x0c000000, 0x02000000 }, | ||
63 | @@ -XXX,XX +XXX,XX @@ static void create_gpio_keys(const VirtMachineState *vms, | ||
64 | "gpios", phandle, 3, 0); | ||
65 | } | ||
66 | |||
67 | +#define SECURE_GPIO_POWEROFF 0 | ||
68 | +#define SECURE_GPIO_RESET 1 | ||
69 | + | ||
70 | +static void create_secure_gpio_pwr(const VirtMachineState *vms, | ||
71 | + DeviceState *pl061_dev, | ||
72 | + uint32_t phandle) | ||
73 | +{ | ||
74 | + DeviceState *gpio_pwr_dev; | ||
75 | + | ||
76 | + /* gpio-pwr */ | ||
77 | + gpio_pwr_dev = sysbus_create_simple("gpio-pwr", -1, NULL); | ||
78 | + | ||
79 | + /* connect secure pl061 to gpio-pwr */ | ||
80 | + qdev_connect_gpio_out(pl061_dev, SECURE_GPIO_RESET, | ||
81 | + qdev_get_gpio_in_named(gpio_pwr_dev, "reset", 0)); | ||
82 | + qdev_connect_gpio_out(pl061_dev, SECURE_GPIO_POWEROFF, | ||
83 | + qdev_get_gpio_in_named(gpio_pwr_dev, "shutdown", 0)); | ||
84 | + | ||
85 | + qemu_fdt_add_subnode(vms->fdt, "/gpio-poweroff"); | ||
86 | + qemu_fdt_setprop_string(vms->fdt, "/gpio-poweroff", "compatible", | ||
87 | + "gpio-poweroff"); | ||
88 | + qemu_fdt_setprop_cells(vms->fdt, "/gpio-poweroff", | ||
89 | + "gpios", phandle, SECURE_GPIO_POWEROFF, 0); | ||
90 | + qemu_fdt_setprop_string(vms->fdt, "/gpio-poweroff", "status", "disabled"); | ||
91 | + qemu_fdt_setprop_string(vms->fdt, "/gpio-poweroff", "secure-status", | ||
92 | + "okay"); | ||
93 | + | ||
94 | + qemu_fdt_add_subnode(vms->fdt, "/gpio-restart"); | ||
95 | + qemu_fdt_setprop_string(vms->fdt, "/gpio-restart", "compatible", | ||
96 | + "gpio-restart"); | ||
97 | + qemu_fdt_setprop_cells(vms->fdt, "/gpio-restart", | ||
98 | + "gpios", phandle, SECURE_GPIO_RESET, 0); | ||
99 | + qemu_fdt_setprop_string(vms->fdt, "/gpio-restart", "status", "disabled"); | ||
100 | + qemu_fdt_setprop_string(vms->fdt, "/gpio-restart", "secure-status", | ||
101 | + "okay"); | ||
102 | +} | ||
103 | + | ||
104 | static void create_gpio_devices(const VirtMachineState *vms, int gpio, | ||
105 | MemoryRegion *mem) | ||
106 | { | ||
107 | @@ -XXX,XX +XXX,XX @@ static void create_gpio_devices(const VirtMachineState *vms, int gpio, | ||
108 | qemu_fdt_setprop_string(vms->fdt, nodename, "clock-names", "apb_pclk"); | ||
109 | qemu_fdt_setprop_cell(vms->fdt, nodename, "phandle", phandle); | ||
110 | |||
111 | + if (gpio != VIRT_GPIO) { | ||
112 | + /* Mark as not usable by the normal world */ | ||
113 | + qemu_fdt_setprop_string(vms->fdt, nodename, "status", "disabled"); | ||
114 | + qemu_fdt_setprop_string(vms->fdt, nodename, "secure-status", "okay"); | ||
115 | + } | ||
116 | g_free(nodename); | ||
117 | |||
118 | /* Child gpio devices */ | ||
119 | - create_gpio_keys(vms, pl061_dev, phandle); | ||
120 | + if (gpio == VIRT_GPIO) { | ||
121 | + create_gpio_keys(vms, pl061_dev, phandle); | ||
122 | + } else { | ||
123 | + create_secure_gpio_pwr(vms, pl061_dev, phandle); | ||
124 | + } | ||
125 | } | ||
126 | |||
127 | static void create_virtio_devices(const VirtMachineState *vms) | ||
128 | @@ -XXX,XX +XXX,XX @@ static void machvirt_init(MachineState *machine) | ||
129 | create_gpio_devices(vms, VIRT_GPIO, sysmem); | ||
130 | } | ||
131 | |||
132 | + if (vms->secure && !vmc->no_secure_gpio) { | ||
133 | + create_gpio_devices(vms, VIRT_SECURE_GPIO, secure_sysmem); | ||
134 | + } | ||
135 | + | ||
136 | /* connect powerdown request */ | ||
137 | vms->powerdown_notifier.notify = virt_powerdown_req; | ||
138 | qemu_register_powerdown_notifier(&vms->powerdown_notifier); | ||
139 | @@ -XXX,XX +XXX,XX @@ DEFINE_VIRT_MACHINE_AS_LATEST(6, 0) | ||
140 | |||
141 | static void virt_machine_5_2_options(MachineClass *mc) | ||
142 | { | ||
143 | + VirtMachineClass *vmc = VIRT_MACHINE_CLASS(OBJECT_CLASS(mc)); | ||
144 | + | ||
145 | virt_machine_6_0_options(mc); | ||
146 | compat_props_add(mc->compat_props, hw_compat_5_2, hw_compat_5_2_len); | ||
147 | + vmc->no_secure_gpio = true; | ||
148 | } | ||
149 | DEFINE_VIRT_MACHINE(5, 2) | ||
150 | |||
151 | diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig | ||
152 | index XXXXXXX..XXXXXXX 100644 | ||
153 | --- a/hw/arm/Kconfig | ||
154 | +++ b/hw/arm/Kconfig | ||
155 | @@ -XXX,XX +XXX,XX @@ config ARM_VIRT | ||
156 | select PL011 # UART | ||
157 | select PL031 # RTC | ||
158 | select PL061 # GPIO | ||
159 | + select GPIO_PWR | ||
160 | select PLATFORM_BUS | ||
161 | select SMBIOS | ||
162 | select VIRTIO_MMIO | ||
46 | -- | 163 | -- |
47 | 2.7.4 | 164 | 2.20.1 |
48 | 165 | ||
49 | 166 | diff view generated by jsdifflib |
1 | From: Fam Zheng <famz@redhat.com> | 1 | From: Hao Wu <wuhaotsh@google.com> |
---|---|---|---|
2 | 2 | ||
3 | Signed-off-by: Fam Zheng <famz@redhat.com> | 3 | Fix potential overflow problem when calculating pwm_duty. |
4 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 4 | 1. Ensure p->cmr and p->cnr to be from [0,65535], according to the |
5 | Message-id: 20170905131149.10669-5-famz@redhat.com | 5 | hardware specification. |
6 | 2. Changed duty to uint32_t. However, since MAX_DUTY * (p->cmr+1) | ||
7 | can excceed UINT32_MAX, we convert them to uint64_t in computation | ||
8 | and converted them back to uint32_t. | ||
9 | (duty is guaranteed to be <= MAX_DUTY so it won't overflow.) | ||
10 | |||
11 | Fixes: CID 1442342 | ||
12 | Suggested-by: Peter Maydell <peter.maydell@linaro.org> | ||
13 | Reviewed-by: Doug Evans <dje@google.com> | ||
14 | Signed-off-by: Hao Wu <wuhaotsh@google.com> | ||
15 | Message-id: 20210127011142.2122790-1-wuhaotsh@google.com | ||
6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 16 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 17 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
8 | --- | 18 | --- |
9 | hw/arm/xlnx-zynqmp.c | 7 ++----- | 19 | hw/misc/npcm7xx_pwm.c | 23 +++++++++++++++++++---- |
10 | 1 file changed, 2 insertions(+), 5 deletions(-) | 20 | tests/qtest/npcm7xx_pwm-test.c | 4 ++-- |
21 | 2 files changed, 21 insertions(+), 6 deletions(-) | ||
11 | 22 | ||
12 | diff --git a/hw/arm/xlnx-zynqmp.c b/hw/arm/xlnx-zynqmp.c | 23 | diff --git a/hw/misc/npcm7xx_pwm.c b/hw/misc/npcm7xx_pwm.c |
13 | index XXXXXXX..XXXXXXX 100644 | 24 | index XXXXXXX..XXXXXXX 100644 |
14 | --- a/hw/arm/xlnx-zynqmp.c | 25 | --- a/hw/misc/npcm7xx_pwm.c |
15 | +++ b/hw/arm/xlnx-zynqmp.c | 26 | +++ b/hw/misc/npcm7xx_pwm.c |
16 | @@ -XXX,XX +XXX,XX @@ static void xlnx_zynqmp_init(Object *obj) | 27 | @@ -XXX,XX +XXX,XX @@ REG32(NPCM7XX_PWM_PWDR3, 0x50); |
17 | &error_abort); | 28 | #define NPCM7XX_CH_INV BIT(2) |
29 | #define NPCM7XX_CH_MOD BIT(3) | ||
30 | |||
31 | +#define NPCM7XX_MAX_CMR 65535 | ||
32 | +#define NPCM7XX_MAX_CNR 65535 | ||
33 | + | ||
34 | /* Offset of each PWM channel's prescaler in the PPR register. */ | ||
35 | static const int npcm7xx_ppr_base[] = { 0, 0, 8, 8 }; | ||
36 | /* Offset of each PWM channel's clock selector in the CSR register. */ | ||
37 | @@ -XXX,XX +XXX,XX @@ static uint32_t npcm7xx_pwm_calculate_freq(NPCM7xxPWM *p) | ||
38 | |||
39 | static uint32_t npcm7xx_pwm_calculate_duty(NPCM7xxPWM *p) | ||
40 | { | ||
41 | - uint64_t duty; | ||
42 | + uint32_t duty; | ||
43 | |||
44 | if (p->running) { | ||
45 | if (p->cnr == 0) { | ||
46 | @@ -XXX,XX +XXX,XX @@ static uint32_t npcm7xx_pwm_calculate_duty(NPCM7xxPWM *p) | ||
47 | } else if (p->cmr >= p->cnr) { | ||
48 | duty = NPCM7XX_PWM_MAX_DUTY; | ||
49 | } else { | ||
50 | - duty = NPCM7XX_PWM_MAX_DUTY * (p->cmr + 1) / (p->cnr + 1); | ||
51 | + duty = (uint64_t)NPCM7XX_PWM_MAX_DUTY * (p->cmr + 1) / (p->cnr + 1); | ||
52 | } | ||
53 | } else { | ||
54 | duty = 0; | ||
55 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_pwm_write(void *opaque, hwaddr offset, | ||
56 | case A_NPCM7XX_PWM_CNR2: | ||
57 | case A_NPCM7XX_PWM_CNR3: | ||
58 | p = &s->pwm[npcm7xx_cnr_index(offset)]; | ||
59 | - p->cnr = value; | ||
60 | + if (value > NPCM7XX_MAX_CNR) { | ||
61 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
62 | + "%s: invalid cnr value: %u", __func__, value); | ||
63 | + p->cnr = NPCM7XX_MAX_CNR; | ||
64 | + } else { | ||
65 | + p->cnr = value; | ||
66 | + } | ||
67 | npcm7xx_pwm_update_output(p); | ||
68 | break; | ||
69 | |||
70 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_pwm_write(void *opaque, hwaddr offset, | ||
71 | case A_NPCM7XX_PWM_CMR2: | ||
72 | case A_NPCM7XX_PWM_CMR3: | ||
73 | p = &s->pwm[npcm7xx_cmr_index(offset)]; | ||
74 | - p->cmr = value; | ||
75 | + if (value > NPCM7XX_MAX_CMR) { | ||
76 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
77 | + "%s: invalid cmr value: %u", __func__, value); | ||
78 | + p->cmr = NPCM7XX_MAX_CMR; | ||
79 | + } else { | ||
80 | + p->cmr = value; | ||
81 | + } | ||
82 | npcm7xx_pwm_update_output(p); | ||
83 | break; | ||
84 | |||
85 | diff --git a/tests/qtest/npcm7xx_pwm-test.c b/tests/qtest/npcm7xx_pwm-test.c | ||
86 | index XXXXXXX..XXXXXXX 100644 | ||
87 | --- a/tests/qtest/npcm7xx_pwm-test.c | ||
88 | +++ b/tests/qtest/npcm7xx_pwm-test.c | ||
89 | @@ -XXX,XX +XXX,XX @@ static uint64_t pwm_compute_freq(QTestState *qts, uint32_t ppr, uint32_t csr, | ||
90 | |||
91 | static uint64_t pwm_compute_duty(uint32_t cnr, uint32_t cmr, bool inverted) | ||
92 | { | ||
93 | - uint64_t duty; | ||
94 | + uint32_t duty; | ||
95 | |||
96 | if (cnr == 0) { | ||
97 | /* PWM is stopped. */ | ||
98 | @@ -XXX,XX +XXX,XX @@ static uint64_t pwm_compute_duty(uint32_t cnr, uint32_t cmr, bool inverted) | ||
99 | } else if (cmr >= cnr) { | ||
100 | duty = MAX_DUTY; | ||
101 | } else { | ||
102 | - duty = MAX_DUTY * (cmr + 1) / (cnr + 1); | ||
103 | + duty = (uint64_t)MAX_DUTY * (cmr + 1) / (cnr + 1); | ||
18 | } | 104 | } |
19 | 105 | ||
20 | - object_property_add_link(obj, "ddr-ram", TYPE_MEMORY_REGION, | 106 | if (inverted) { |
21 | - (Object **)&s->ddr_ram, | ||
22 | - qdev_prop_allow_set_link_before_realize, | ||
23 | - OBJ_PROP_LINK_UNREF_ON_RELEASE, &error_abort); | ||
24 | - | ||
25 | object_initialize(&s->gic, sizeof(s->gic), gic_class_name()); | ||
26 | qdev_set_parent_bus(DEVICE(&s->gic), sysbus_get_default()); | ||
27 | |||
28 | @@ -XXX,XX +XXX,XX @@ static Property xlnx_zynqmp_props[] = { | ||
29 | DEFINE_PROP_STRING("boot-cpu", XlnxZynqMPState, boot_cpu), | ||
30 | DEFINE_PROP_BOOL("secure", XlnxZynqMPState, secure, false), | ||
31 | DEFINE_PROP_BOOL("has_rpu", XlnxZynqMPState, has_rpu, false), | ||
32 | + DEFINE_PROP_LINK("ddr-ram", XlnxZynqMPState, ddr_ram, TYPE_MEMORY_REGION, | ||
33 | + MemoryRegion *), | ||
34 | DEFINE_PROP_END_OF_LIST() | ||
35 | }; | ||
36 | |||
37 | -- | 107 | -- |
38 | 2.7.4 | 108 | 2.20.1 |
39 | 109 | ||
40 | 110 | diff view generated by jsdifflib |
1 | Make the MPU registers MPU_MAIR0 and MPU_MAIR1 banked if v8M security | 1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> |
---|---|---|---|
2 | extensions are enabled. | ||
3 | 2 | ||
4 | We can freely add more items to vmstate_m_security without | 3 | cpu_get_phys_page_debug() uses 'DATA LOAD' MMU access type. |
5 | breaking migration compatibility, because no CPU currently | ||
6 | has the ARM_FEATURE_M_SECURITY bit enabled and so this | ||
7 | subsection is not yet used by anything. | ||
8 | 4 | ||
5 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
6 | Message-id: 20210127232822.3530782-1-f4bug@amsat.org | ||
7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
11 | Message-id: 1503414539-28762-14-git-send-email-peter.maydell@linaro.org | ||
12 | --- | 9 | --- |
13 | target/arm/cpu.h | 4 ++-- | 10 | target/arm/helper.c | 2 +- |
14 | hw/intc/armv7m_nvic.c | 8 ++++---- | 11 | 1 file changed, 1 insertion(+), 1 deletion(-) |
15 | target/arm/cpu.c | 26 ++++++++++++++++++++------ | ||
16 | target/arm/helper.c | 11 ++++++----- | ||
17 | target/arm/machine.c | 12 ++++++++---- | ||
18 | 5 files changed, 40 insertions(+), 21 deletions(-) | ||
19 | 12 | ||
20 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | ||
21 | index XXXXXXX..XXXXXXX 100644 | ||
22 | --- a/target/arm/cpu.h | ||
23 | +++ b/target/arm/cpu.h | ||
24 | @@ -XXX,XX +XXX,XX @@ typedef struct CPUARMState { | ||
25 | * pmsav7.rnr (region number register) | ||
26 | * pmsav7_dregion (number of configured regions) | ||
27 | */ | ||
28 | - uint32_t *rbar; | ||
29 | - uint32_t *rlar; | ||
30 | + uint32_t *rbar[2]; | ||
31 | + uint32_t *rlar[2]; | ||
32 | uint32_t mair0[2]; | ||
33 | uint32_t mair1[2]; | ||
34 | } pmsav8; | ||
35 | diff --git a/hw/intc/armv7m_nvic.c b/hw/intc/armv7m_nvic.c | ||
36 | index XXXXXXX..XXXXXXX 100644 | ||
37 | --- a/hw/intc/armv7m_nvic.c | ||
38 | +++ b/hw/intc/armv7m_nvic.c | ||
39 | @@ -XXX,XX +XXX,XX @@ static uint32_t nvic_readl(NVICState *s, uint32_t offset, MemTxAttrs attrs) | ||
40 | if (region >= cpu->pmsav7_dregion) { | ||
41 | return 0; | ||
42 | } | ||
43 | - return cpu->env.pmsav8.rbar[region]; | ||
44 | + return cpu->env.pmsav8.rbar[attrs.secure][region]; | ||
45 | } | ||
46 | |||
47 | if (region >= cpu->pmsav7_dregion) { | ||
48 | @@ -XXX,XX +XXX,XX @@ static uint32_t nvic_readl(NVICState *s, uint32_t offset, MemTxAttrs attrs) | ||
49 | if (region >= cpu->pmsav7_dregion) { | ||
50 | return 0; | ||
51 | } | ||
52 | - return cpu->env.pmsav8.rlar[region]; | ||
53 | + return cpu->env.pmsav8.rlar[attrs.secure][region]; | ||
54 | } | ||
55 | |||
56 | if (region >= cpu->pmsav7_dregion) { | ||
57 | @@ -XXX,XX +XXX,XX @@ static void nvic_writel(NVICState *s, uint32_t offset, uint32_t value, | ||
58 | if (region >= cpu->pmsav7_dregion) { | ||
59 | return; | ||
60 | } | ||
61 | - cpu->env.pmsav8.rbar[region] = value; | ||
62 | + cpu->env.pmsav8.rbar[attrs.secure][region] = value; | ||
63 | tlb_flush(CPU(cpu)); | ||
64 | return; | ||
65 | } | ||
66 | @@ -XXX,XX +XXX,XX @@ static void nvic_writel(NVICState *s, uint32_t offset, uint32_t value, | ||
67 | if (region >= cpu->pmsav7_dregion) { | ||
68 | return; | ||
69 | } | ||
70 | - cpu->env.pmsav8.rlar[region] = value; | ||
71 | + cpu->env.pmsav8.rlar[attrs.secure][region] = value; | ||
72 | tlb_flush(CPU(cpu)); | ||
73 | return; | ||
74 | } | ||
75 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c | ||
76 | index XXXXXXX..XXXXXXX 100644 | ||
77 | --- a/target/arm/cpu.c | ||
78 | +++ b/target/arm/cpu.c | ||
79 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_reset(CPUState *s) | ||
80 | if (arm_feature(env, ARM_FEATURE_PMSA)) { | ||
81 | if (cpu->pmsav7_dregion > 0) { | ||
82 | if (arm_feature(env, ARM_FEATURE_V8)) { | ||
83 | - memset(env->pmsav8.rbar, 0, | ||
84 | - sizeof(*env->pmsav8.rbar) * cpu->pmsav7_dregion); | ||
85 | - memset(env->pmsav8.rlar, 0, | ||
86 | - sizeof(*env->pmsav8.rlar) * cpu->pmsav7_dregion); | ||
87 | + memset(env->pmsav8.rbar[M_REG_NS], 0, | ||
88 | + sizeof(*env->pmsav8.rbar[M_REG_NS]) | ||
89 | + * cpu->pmsav7_dregion); | ||
90 | + memset(env->pmsav8.rlar[M_REG_NS], 0, | ||
91 | + sizeof(*env->pmsav8.rlar[M_REG_NS]) | ||
92 | + * cpu->pmsav7_dregion); | ||
93 | + if (arm_feature(env, ARM_FEATURE_M_SECURITY)) { | ||
94 | + memset(env->pmsav8.rbar[M_REG_S], 0, | ||
95 | + sizeof(*env->pmsav8.rbar[M_REG_S]) | ||
96 | + * cpu->pmsav7_dregion); | ||
97 | + memset(env->pmsav8.rlar[M_REG_S], 0, | ||
98 | + sizeof(*env->pmsav8.rlar[M_REG_S]) | ||
99 | + * cpu->pmsav7_dregion); | ||
100 | + } | ||
101 | } else if (arm_feature(env, ARM_FEATURE_V7)) { | ||
102 | memset(env->pmsav7.drbar, 0, | ||
103 | sizeof(*env->pmsav7.drbar) * cpu->pmsav7_dregion); | ||
104 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_realizefn(DeviceState *dev, Error **errp) | ||
105 | if (nr) { | ||
106 | if (arm_feature(env, ARM_FEATURE_V8)) { | ||
107 | /* PMSAv8 */ | ||
108 | - env->pmsav8.rbar = g_new0(uint32_t, nr); | ||
109 | - env->pmsav8.rlar = g_new0(uint32_t, nr); | ||
110 | + env->pmsav8.rbar[M_REG_NS] = g_new0(uint32_t, nr); | ||
111 | + env->pmsav8.rlar[M_REG_NS] = g_new0(uint32_t, nr); | ||
112 | + if (arm_feature(env, ARM_FEATURE_M_SECURITY)) { | ||
113 | + env->pmsav8.rbar[M_REG_S] = g_new0(uint32_t, nr); | ||
114 | + env->pmsav8.rlar[M_REG_S] = g_new0(uint32_t, nr); | ||
115 | + } | ||
116 | } else { | ||
117 | env->pmsav7.drbar = g_new0(uint32_t, nr); | ||
118 | env->pmsav7.drsr = g_new0(uint32_t, nr); | ||
119 | diff --git a/target/arm/helper.c b/target/arm/helper.c | 13 | diff --git a/target/arm/helper.c b/target/arm/helper.c |
120 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
121 | --- a/target/arm/helper.c | 15 | --- a/target/arm/helper.c |
122 | +++ b/target/arm/helper.c | 16 | +++ b/target/arm/helper.c |
123 | @@ -XXX,XX +XXX,XX @@ static bool get_phys_addr_pmsav8(CPUARMState *env, uint32_t address, | 17 | @@ -XXX,XX +XXX,XX @@ hwaddr arm_cpu_get_phys_page_attrs_debug(CPUState *cs, vaddr addr, |
124 | { | 18 | |
125 | ARMCPU *cpu = arm_env_get_cpu(env); | 19 | *attrs = (MemTxAttrs) {}; |
126 | bool is_user = regime_is_user(env, mmu_idx); | 20 | |
127 | + uint32_t secure = regime_is_secure(env, mmu_idx); | 21 | - ret = get_phys_addr(env, addr, 0, mmu_idx, &phys_addr, |
128 | int n; | 22 | + ret = get_phys_addr(env, addr, MMU_DATA_LOAD, mmu_idx, &phys_addr, |
129 | int matchregion = -1; | 23 | attrs, &prot, &page_size, &fi, &cacheattrs); |
130 | bool hit = false; | 24 | |
131 | @@ -XXX,XX +XXX,XX @@ static bool get_phys_addr_pmsav8(CPUARMState *env, uint32_t address, | 25 | if (ret) { |
132 | * with bits [4:0] all zeroes, but the limit address is bits | ||
133 | * [31:5] from the register with bits [4:0] all ones. | ||
134 | */ | ||
135 | - uint32_t base = env->pmsav8.rbar[n] & ~0x1f; | ||
136 | - uint32_t limit = env->pmsav8.rlar[n] | 0x1f; | ||
137 | + uint32_t base = env->pmsav8.rbar[secure][n] & ~0x1f; | ||
138 | + uint32_t limit = env->pmsav8.rlar[secure][n] | 0x1f; | ||
139 | |||
140 | - if (!(env->pmsav8.rlar[n] & 0x1)) { | ||
141 | + if (!(env->pmsav8.rlar[secure][n] & 0x1)) { | ||
142 | /* Region disabled */ | ||
143 | continue; | ||
144 | } | ||
145 | @@ -XXX,XX +XXX,XX @@ static bool get_phys_addr_pmsav8(CPUARMState *env, uint32_t address, | ||
146 | /* hit using the background region */ | ||
147 | get_phys_addr_pmsav7_default(env, mmu_idx, address, prot); | ||
148 | } else { | ||
149 | - uint32_t ap = extract32(env->pmsav8.rbar[matchregion], 1, 2); | ||
150 | - uint32_t xn = extract32(env->pmsav8.rbar[matchregion], 0, 1); | ||
151 | + uint32_t ap = extract32(env->pmsav8.rbar[secure][matchregion], 1, 2); | ||
152 | + uint32_t xn = extract32(env->pmsav8.rbar[secure][matchregion], 0, 1); | ||
153 | |||
154 | if (m_is_system_region(env, address)) { | ||
155 | /* System space is always execute never */ | ||
156 | diff --git a/target/arm/machine.c b/target/arm/machine.c | ||
157 | index XXXXXXX..XXXXXXX 100644 | ||
158 | --- a/target/arm/machine.c | ||
159 | +++ b/target/arm/machine.c | ||
160 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_pmsav8 = { | ||
161 | .minimum_version_id = 1, | ||
162 | .needed = pmsav8_needed, | ||
163 | .fields = (VMStateField[]) { | ||
164 | - VMSTATE_VARRAY_UINT32(env.pmsav8.rbar, ARMCPU, pmsav7_dregion, 0, | ||
165 | - vmstate_info_uint32, uint32_t), | ||
166 | - VMSTATE_VARRAY_UINT32(env.pmsav8.rlar, ARMCPU, pmsav7_dregion, 0, | ||
167 | - vmstate_info_uint32, uint32_t), | ||
168 | + VMSTATE_VARRAY_UINT32(env.pmsav8.rbar[M_REG_NS], ARMCPU, pmsav7_dregion, | ||
169 | + 0, vmstate_info_uint32, uint32_t), | ||
170 | + VMSTATE_VARRAY_UINT32(env.pmsav8.rlar[M_REG_NS], ARMCPU, pmsav7_dregion, | ||
171 | + 0, vmstate_info_uint32, uint32_t), | ||
172 | VMSTATE_UINT32(env.pmsav8.mair0[M_REG_NS], ARMCPU), | ||
173 | VMSTATE_UINT32(env.pmsav8.mair1[M_REG_NS], ARMCPU), | ||
174 | VMSTATE_END_OF_LIST() | ||
175 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_m_security = { | ||
176 | VMSTATE_UINT32(env.v7m.vecbase[M_REG_S], ARMCPU), | ||
177 | VMSTATE_UINT32(env.pmsav8.mair0[M_REG_S], ARMCPU), | ||
178 | VMSTATE_UINT32(env.pmsav8.mair1[M_REG_S], ARMCPU), | ||
179 | + VMSTATE_VARRAY_UINT32(env.pmsav8.rbar[M_REG_S], ARMCPU, pmsav7_dregion, | ||
180 | + 0, vmstate_info_uint32, uint32_t), | ||
181 | + VMSTATE_VARRAY_UINT32(env.pmsav8.rlar[M_REG_S], ARMCPU, pmsav7_dregion, | ||
182 | + 0, vmstate_info_uint32, uint32_t), | ||
183 | VMSTATE_END_OF_LIST() | ||
184 | } | ||
185 | }; | ||
186 | -- | 26 | -- |
187 | 2.7.4 | 27 | 2.20.1 |
188 | 28 | ||
189 | 29 | diff view generated by jsdifflib |
1 | Now that MPU lookups can return different results for v8M | 1 | Move the preadv availability check to meson.build. This is what we |
---|---|---|---|
2 | when the CPU is in secure vs non-secure state, we need to | 2 | want to be doing for host-OS-feature-checks anyway, but it also fixes |
3 | have separate MMU indexes; add the secure counterparts | 3 | a problem with building for macOS with the most recent XCode SDK on a |
4 | to the existing three M profile MMU indexes. | 4 | Catalina host. |
5 | |||
6 | On that configuration, 'preadv()' is provided as a weak symbol, so | ||
7 | that programs can be built with optional support for it and make a | ||
8 | runtime availability check to see whether the preadv() they have is a | ||
9 | working one or one which they must not call because it will | ||
10 | runtime-assert. QEMU's configure test passes (unless you're building | ||
11 | with --enable-werror) because the test program using preadv() | ||
12 | compiles, but then QEMU crashes at runtime when preadv() is called, | ||
13 | with errors like: | ||
14 | |||
15 | dyld: lazy symbol binding failed: Symbol not found: _preadv | ||
16 | Referenced from: /Users/pm215/src/qemu/./build/x86/tests/test-replication | ||
17 | Expected in: /usr/lib/libSystem.B.dylib | ||
18 | |||
19 | dyld: Symbol not found: _preadv | ||
20 | Referenced from: /Users/pm215/src/qemu/./build/x86/tests/test-replication | ||
21 | Expected in: /usr/lib/libSystem.B.dylib | ||
22 | |||
23 | Meson's own function availability check has a special case for macOS | ||
24 | which adds '-Wl,-no_weak_imports' to the compiler flags, which forces | ||
25 | the test to require the real function, not the macOS-version-too-old | ||
26 | stub. | ||
27 | |||
28 | So this commit fixes the bug where macOS builds on Catalina currently | ||
29 | require --disable-werror. | ||
5 | 30 | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 31 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 32 | Acked-by: Paolo Bonzini <pbonzini@redhat.com> |
8 | Message-id: 1503414539-28762-6-git-send-email-peter.maydell@linaro.org | 33 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
34 | Message-id: 20210126155846.17109-1-peter.maydell@linaro.org | ||
9 | --- | 35 | --- |
10 | target/arm/cpu.h | 19 +++++++++++++++++-- | 36 | configure | 16 ---------------- |
11 | target/arm/helper.c | 9 ++++++++- | 37 | meson.build | 4 +++- |
12 | 2 files changed, 25 insertions(+), 3 deletions(-) | 38 | 2 files changed, 3 insertions(+), 17 deletions(-) |
13 | 39 | ||
14 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | 40 | diff --git a/configure b/configure |
41 | index XXXXXXX..XXXXXXX 100755 | ||
42 | --- a/configure | ||
43 | +++ b/configure | ||
44 | @@ -XXX,XX +XXX,XX @@ if compile_prog "" "" ; then | ||
45 | iovec=yes | ||
46 | fi | ||
47 | |||
48 | -########################################## | ||
49 | -# preadv probe | ||
50 | -cat > $TMPC <<EOF | ||
51 | -#include <sys/types.h> | ||
52 | -#include <sys/uio.h> | ||
53 | -#include <unistd.h> | ||
54 | -int main(void) { return preadv(0, 0, 0, 0); } | ||
55 | -EOF | ||
56 | -preadv=no | ||
57 | -if compile_prog "" "" ; then | ||
58 | - preadv=yes | ||
59 | -fi | ||
60 | - | ||
61 | ########################################## | ||
62 | # fdt probe | ||
63 | |||
64 | @@ -XXX,XX +XXX,XX @@ fi | ||
65 | if test "$iovec" = "yes" ; then | ||
66 | echo "CONFIG_IOVEC=y" >> $config_host_mak | ||
67 | fi | ||
68 | -if test "$preadv" = "yes" ; then | ||
69 | - echo "CONFIG_PREADV=y" >> $config_host_mak | ||
70 | -fi | ||
71 | if test "$membarrier" = "yes" ; then | ||
72 | echo "CONFIG_MEMBARRIER=y" >> $config_host_mak | ||
73 | fi | ||
74 | diff --git a/meson.build b/meson.build | ||
15 | index XXXXXXX..XXXXXXX 100644 | 75 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/target/arm/cpu.h | 76 | --- a/meson.build |
17 | +++ b/target/arm/cpu.h | 77 | +++ b/meson.build |
18 | @@ -XXX,XX +XXX,XX @@ static inline bool arm_excp_unmasked(CPUState *cs, unsigned int excp_idx, | 78 | @@ -XXX,XX +XXX,XX @@ config_host_data.set('HAVE_PTY_H', cc.has_header('pty.h')) |
19 | * Execution priority negative (this is like privileged, but the | 79 | config_host_data.set('HAVE_SYS_IOCCOM_H', cc.has_header('sys/ioccom.h')) |
20 | * MPU HFNMIENA bit means that it may have different access permission | 80 | config_host_data.set('HAVE_SYS_KCOV_H', cc.has_header('sys/kcov.h')) |
21 | * check results to normal privileged code, so can't share a TLB). | 81 | |
22 | + * If the CPU supports the v8M Security Extension then there are also: | 82 | +config_host_data.set('CONFIG_PREADV', cc.has_function('preadv', prefix: '#include <sys/uio.h>')) |
23 | + * Secure User | ||
24 | + * Secure Privileged | ||
25 | + * Secure, execution priority negative | ||
26 | * | ||
27 | * The ARMMMUIdx and the mmu index value used by the core QEMU TLB code | ||
28 | * are not quite the same -- different CPU types (most notably M profile | ||
29 | @@ -XXX,XX +XXX,XX @@ typedef enum ARMMMUIdx { | ||
30 | ARMMMUIdx_MUser = 0 | ARM_MMU_IDX_M, | ||
31 | ARMMMUIdx_MPriv = 1 | ARM_MMU_IDX_M, | ||
32 | ARMMMUIdx_MNegPri = 2 | ARM_MMU_IDX_M, | ||
33 | + ARMMMUIdx_MSUser = 3 | ARM_MMU_IDX_M, | ||
34 | + ARMMMUIdx_MSPriv = 4 | ARM_MMU_IDX_M, | ||
35 | + ARMMMUIdx_MSNegPri = 5 | ARM_MMU_IDX_M, | ||
36 | /* Indexes below here don't have TLBs and are used only for AT system | ||
37 | * instructions or for the first stage of an S12 page table walk. | ||
38 | */ | ||
39 | @@ -XXX,XX +XXX,XX @@ typedef enum ARMMMUIdxBit { | ||
40 | ARMMMUIdxBit_MUser = 1 << 0, | ||
41 | ARMMMUIdxBit_MPriv = 1 << 1, | ||
42 | ARMMMUIdxBit_MNegPri = 1 << 2, | ||
43 | + ARMMMUIdxBit_MSUser = 1 << 3, | ||
44 | + ARMMMUIdxBit_MSPriv = 1 << 4, | ||
45 | + ARMMMUIdxBit_MSNegPri = 1 << 5, | ||
46 | } ARMMMUIdxBit; | ||
47 | |||
48 | #define MMU_USER_IDX 0 | ||
49 | @@ -XXX,XX +XXX,XX @@ static inline int arm_mmu_idx_to_el(ARMMMUIdx mmu_idx) | ||
50 | case ARM_MMU_IDX_A: | ||
51 | return mmu_idx & 3; | ||
52 | case ARM_MMU_IDX_M: | ||
53 | - return mmu_idx == ARMMMUIdx_MUser ? 0 : 1; | ||
54 | + return (mmu_idx == ARMMMUIdx_MUser || mmu_idx == ARMMMUIdx_MSUser) | ||
55 | + ? 0 : 1; | ||
56 | default: | ||
57 | g_assert_not_reached(); | ||
58 | } | ||
59 | @@ -XXX,XX +XXX,XX @@ static inline int cpu_mmu_index(CPUARMState *env, bool ifetch) | ||
60 | */ | ||
61 | if ((env->v7m.exception > 0 && env->v7m.exception <= 3) | ||
62 | || env->v7m.faultmask) { | ||
63 | - return arm_to_core_mmu_idx(ARMMMUIdx_MNegPri); | ||
64 | + mmu_idx = ARMMMUIdx_MNegPri; | ||
65 | + } | ||
66 | + | 83 | + |
67 | + if (env->v7m.secure) { | 84 | ignored = ['CONFIG_QEMU_INTERP_PREFIX'] # actually per-target |
68 | + mmu_idx += ARMMMUIdx_MSUser; | 85 | arrays = ['CONFIG_AUDIO_DRIVERS', 'CONFIG_BDRV_RW_WHITELIST', 'CONFIG_BDRV_RO_WHITELIST'] |
69 | } | 86 | strings = ['HOST_DSOSUF', 'CONFIG_IASL'] |
70 | 87 | @@ -XXX,XX +XXX,XX @@ summary_info += {'PIE': get_option('b_pie')} | |
71 | return arm_to_core_mmu_idx(mmu_idx); | 88 | summary_info += {'static build': config_host.has_key('CONFIG_STATIC')} |
72 | diff --git a/target/arm/helper.c b/target/arm/helper.c | 89 | summary_info += {'malloc trim support': has_malloc_trim} |
73 | index XXXXXXX..XXXXXXX 100644 | 90 | summary_info += {'membarrier': config_host.has_key('CONFIG_MEMBARRIER')} |
74 | --- a/target/arm/helper.c | 91 | -summary_info += {'preadv support': config_host.has_key('CONFIG_PREADV')} |
75 | +++ b/target/arm/helper.c | 92 | +summary_info += {'preadv support': config_host_data.get('CONFIG_PREADV')} |
76 | @@ -XXX,XX +XXX,XX @@ static inline uint32_t regime_el(CPUARMState *env, ARMMMUIdx mmu_idx) | 93 | summary_info += {'fdatasync': config_host.has_key('CONFIG_FDATASYNC')} |
77 | case ARMMMUIdx_MPriv: | 94 | summary_info += {'madvise': config_host.has_key('CONFIG_MADVISE')} |
78 | case ARMMMUIdx_MNegPri: | 95 | summary_info += {'posix_madvise': config_host.has_key('CONFIG_POSIX_MADVISE')} |
79 | case ARMMMUIdx_MUser: | ||
80 | + case ARMMMUIdx_MSPriv: | ||
81 | + case ARMMMUIdx_MSNegPri: | ||
82 | + case ARMMMUIdx_MSUser: | ||
83 | return 1; | ||
84 | default: | ||
85 | g_assert_not_reached(); | ||
86 | @@ -XXX,XX +XXX,XX @@ static inline bool regime_is_secure(CPUARMState *env, ARMMMUIdx mmu_idx) | ||
87 | case ARMMMUIdx_S1E3: | ||
88 | case ARMMMUIdx_S1SE0: | ||
89 | case ARMMMUIdx_S1SE1: | ||
90 | + case ARMMMUIdx_MSPriv: | ||
91 | + case ARMMMUIdx_MSNegPri: | ||
92 | + case ARMMMUIdx_MSUser: | ||
93 | return true; | ||
94 | default: | ||
95 | g_assert_not_reached(); | ||
96 | @@ -XXX,XX +XXX,XX @@ static inline bool regime_translation_disabled(CPUARMState *env, | ||
97 | (R_V7M_MPU_CTRL_ENABLE_MASK | R_V7M_MPU_CTRL_HFNMIENA_MASK)) { | ||
98 | case R_V7M_MPU_CTRL_ENABLE_MASK: | ||
99 | /* Enabled, but not for HardFault and NMI */ | ||
100 | - return mmu_idx == ARMMMUIdx_MNegPri; | ||
101 | + return mmu_idx == ARMMMUIdx_MNegPri || | ||
102 | + mmu_idx == ARMMMUIdx_MSNegPri; | ||
103 | case R_V7M_MPU_CTRL_ENABLE_MASK | R_V7M_MPU_CTRL_HFNMIENA_MASK: | ||
104 | /* Enabled for all cases */ | ||
105 | return false; | ||
106 | -- | 96 | -- |
107 | 2.7.4 | 97 | 2.20.1 |
108 | 98 | ||
109 | 99 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | From: Joelle van Dyne <j@getutm.app> | ||
1 | 2 | ||
3 | The iOS toolchain does not use the host prefix naming convention. So we | ||
4 | need to enable cross-compile options while allowing the PREFIX to be | ||
5 | blank. | ||
6 | |||
7 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
8 | Signed-off-by: Joelle van Dyne <j@getutm.app> | ||
9 | Message-id: 20210126012457.39046-3-j@getutm.app | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
11 | --- | ||
12 | configure | 6 ++++-- | ||
13 | 1 file changed, 4 insertions(+), 2 deletions(-) | ||
14 | |||
15 | diff --git a/configure b/configure | ||
16 | index XXXXXXX..XXXXXXX 100755 | ||
17 | --- a/configure | ||
18 | +++ b/configure | ||
19 | @@ -XXX,XX +XXX,XX @@ cpu="" | ||
20 | iasl="iasl" | ||
21 | interp_prefix="/usr/gnemul/qemu-%M" | ||
22 | static="no" | ||
23 | +cross_compile="no" | ||
24 | cross_prefix="" | ||
25 | audio_drv_list="" | ||
26 | block_drv_rw_whitelist="" | ||
27 | @@ -XXX,XX +XXX,XX @@ for opt do | ||
28 | optarg=$(expr "x$opt" : 'x[^=]*=\(.*\)') | ||
29 | case "$opt" in | ||
30 | --cross-prefix=*) cross_prefix="$optarg" | ||
31 | + cross_compile="yes" | ||
32 | ;; | ||
33 | --cc=*) CC="$optarg" | ||
34 | ;; | ||
35 | @@ -XXX,XX +XXX,XX @@ $(echo Deprecated targets: $deprecated_targets_list | \ | ||
36 | --target-list-exclude=LIST exclude a set of targets from the default target-list | ||
37 | |||
38 | Advanced options (experts only): | ||
39 | - --cross-prefix=PREFIX use PREFIX for compile tools [$cross_prefix] | ||
40 | + --cross-prefix=PREFIX use PREFIX for compile tools, PREFIX can be blank [$cross_prefix] | ||
41 | --cc=CC use C compiler CC [$cc] | ||
42 | --iasl=IASL use ACPI compiler IASL [$iasl] | ||
43 | --host-cc=CC use C compiler CC [$host_cc] for code run at | ||
44 | @@ -XXX,XX +XXX,XX @@ if has $sdl2_config; then | ||
45 | fi | ||
46 | echo "strip = [$(meson_quote $strip)]" >> $cross | ||
47 | echo "windres = [$(meson_quote $windres)]" >> $cross | ||
48 | -if test -n "$cross_prefix"; then | ||
49 | +if test "$cross_compile" = "yes"; then | ||
50 | cross_arg="--cross-file config-meson.cross" | ||
51 | echo "[host_machine]" >> $cross | ||
52 | if test "$mingw32" = "yes" ; then | ||
53 | -- | ||
54 | 2.20.1 | ||
55 | |||
56 | diff view generated by jsdifflib |
1 | From: Fam Zheng <famz@redhat.com> | 1 | From: Joelle van Dyne <j@getutm.app> |
---|---|---|---|
2 | 2 | ||
3 | Signed-off-by: Fam Zheng <famz@redhat.com> | 3 | Build without error on hosts without a working system(). If system() |
4 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 4 | is called, return -1 with ENOSYS. |
5 | Message-id: 20170905131149.10669-6-famz@redhat.com | 5 | |
6 | Signed-off-by: Joelle van Dyne <j@getutm.app> | ||
7 | Message-id: 20210126012457.39046-6-j@getutm.app | ||
6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
8 | --- | 10 | --- |
9 | hw/net/xilinx_axienet.c | 16 ++++------------ | 11 | meson.build | 1 + |
10 | 1 file changed, 4 insertions(+), 12 deletions(-) | 12 | include/qemu/osdep.h | 12 ++++++++++++ |
13 | 2 files changed, 13 insertions(+) | ||
11 | 14 | ||
12 | diff --git a/hw/net/xilinx_axienet.c b/hw/net/xilinx_axienet.c | 15 | diff --git a/meson.build b/meson.build |
13 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
14 | --- a/hw/net/xilinx_axienet.c | 17 | --- a/meson.build |
15 | +++ b/hw/net/xilinx_axienet.c | 18 | +++ b/meson.build |
16 | @@ -XXX,XX +XXX,XX @@ static void xilinx_enet_init(Object *obj) | 19 | @@ -XXX,XX +XXX,XX @@ config_host_data.set('HAVE_DRM_H', cc.has_header('libdrm/drm.h')) |
17 | XilinxAXIEnet *s = XILINX_AXI_ENET(obj); | 20 | config_host_data.set('HAVE_PTY_H', cc.has_header('pty.h')) |
18 | SysBusDevice *sbd = SYS_BUS_DEVICE(obj); | 21 | config_host_data.set('HAVE_SYS_IOCCOM_H', cc.has_header('sys/ioccom.h')) |
19 | 22 | config_host_data.set('HAVE_SYS_KCOV_H', cc.has_header('sys/kcov.h')) | |
20 | - object_property_add_link(obj, "axistream-connected", TYPE_STREAM_SLAVE, | 23 | +config_host_data.set('HAVE_SYSTEM_FUNCTION', cc.has_function('system', prefix: '#include <stdlib.h>')) |
21 | - (Object **) &s->tx_data_dev, | 24 | |
22 | - qdev_prop_allow_set_link_before_realize, | 25 | config_host_data.set('CONFIG_PREADV', cc.has_function('preadv', prefix: '#include <sys/uio.h>')) |
23 | - OBJ_PROP_LINK_UNREF_ON_RELEASE, | 26 | |
24 | - &error_abort); | 27 | diff --git a/include/qemu/osdep.h b/include/qemu/osdep.h |
25 | - object_property_add_link(obj, "axistream-control-connected", | 28 | index XXXXXXX..XXXXXXX 100644 |
26 | - TYPE_STREAM_SLAVE, | 29 | --- a/include/qemu/osdep.h |
27 | - (Object **) &s->tx_control_dev, | 30 | +++ b/include/qemu/osdep.h |
28 | - qdev_prop_allow_set_link_before_realize, | 31 | @@ -XXX,XX +XXX,XX @@ static inline void qemu_thread_jit_write(void) {} |
29 | - OBJ_PROP_LINK_UNREF_ON_RELEASE, | 32 | static inline void qemu_thread_jit_execute(void) {} |
30 | - &error_abort); | 33 | #endif |
31 | - | 34 | |
32 | object_initialize(&s->rx_data_dev, sizeof(s->rx_data_dev), | 35 | +/** |
33 | TYPE_XILINX_AXI_ENET_DATA_STREAM); | 36 | + * Platforms which do not support system() return ENOSYS |
34 | object_initialize(&s->rx_control_dev, sizeof(s->rx_control_dev), | 37 | + */ |
35 | @@ -XXX,XX +XXX,XX @@ static Property xilinx_enet_properties[] = { | 38 | +#ifndef HAVE_SYSTEM_FUNCTION |
36 | DEFINE_PROP_UINT32("rxmem", XilinxAXIEnet, c_rxmem, 0x1000), | 39 | +#define system platform_does_not_support_system |
37 | DEFINE_PROP_UINT32("txmem", XilinxAXIEnet, c_txmem, 0x1000), | 40 | +static inline int platform_does_not_support_system(const char *command) |
38 | DEFINE_NIC_PROPERTIES(XilinxAXIEnet, conf), | 41 | +{ |
39 | + DEFINE_PROP_LINK("axistream-connected", XilinxAXIEnet, | 42 | + errno = ENOSYS; |
40 | + tx_data_dev, TYPE_STREAM_SLAVE, StreamSlave *), | 43 | + return -1; |
41 | + DEFINE_PROP_LINK("axistream-control-connected", XilinxAXIEnet, | 44 | +} |
42 | + tx_control_dev, TYPE_STREAM_SLAVE, StreamSlave *), | 45 | +#endif /* !HAVE_SYSTEM_FUNCTION */ |
43 | DEFINE_PROP_END_OF_LIST(), | 46 | + |
44 | }; | 47 | #endif |
45 | |||
46 | -- | 48 | -- |
47 | 2.7.4 | 49 | 2.20.1 |
48 | 50 | ||
49 | 51 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | From: Joelle van Dyne <j@getutm.app> | ||
1 | 2 | ||
3 | Meson will find CoreFoundation, IOKit, and Cocoa as needed. | ||
4 | |||
5 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
6 | Signed-off-by: Joelle van Dyne <j@getutm.app> | ||
7 | Message-id: 20210126012457.39046-7-j@getutm.app | ||
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
9 | --- | ||
10 | configure | 1 - | ||
11 | 1 file changed, 1 deletion(-) | ||
12 | |||
13 | diff --git a/configure b/configure | ||
14 | index XXXXXXX..XXXXXXX 100755 | ||
15 | --- a/configure | ||
16 | +++ b/configure | ||
17 | @@ -XXX,XX +XXX,XX @@ Darwin) | ||
18 | fi | ||
19 | audio_drv_list="coreaudio try-sdl" | ||
20 | audio_possible_drivers="coreaudio sdl" | ||
21 | - QEMU_LDFLAGS="-framework CoreFoundation -framework IOKit $QEMU_LDFLAGS" | ||
22 | # Disable attempts to use ObjectiveC features in os/object.h since they | ||
23 | # won't work when we're compiling with gcc as a C compiler. | ||
24 | QEMU_CFLAGS="-DOS_OBJECT_USE_OBJC=0 $QEMU_CFLAGS" | ||
25 | -- | ||
26 | 2.20.1 | ||
27 | |||
28 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | From: Joelle van Dyne <j@getutm.app> | ||
1 | 2 | ||
3 | Add objc to the Meson cross file as well as detection of Darwin. | ||
4 | |||
5 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
6 | Signed-off-by: Joelle van Dyne <j@getutm.app> | ||
7 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
8 | Message-id: 20210126012457.39046-8-j@getutm.app | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
10 | --- | ||
11 | configure | 4 ++++ | ||
12 | 1 file changed, 4 insertions(+) | ||
13 | |||
14 | diff --git a/configure b/configure | ||
15 | index XXXXXXX..XXXXXXX 100755 | ||
16 | --- a/configure | ||
17 | +++ b/configure | ||
18 | @@ -XXX,XX +XXX,XX @@ echo "cpp_link_args = [${LDFLAGS:+$(meson_quote $LDFLAGS)}]" >> $cross | ||
19 | echo "[binaries]" >> $cross | ||
20 | echo "c = [$(meson_quote $cc)]" >> $cross | ||
21 | test -n "$cxx" && echo "cpp = [$(meson_quote $cxx)]" >> $cross | ||
22 | +test -n "$objcc" && echo "objc = [$(meson_quote $objcc)]" >> $cross | ||
23 | echo "ar = [$(meson_quote $ar)]" >> $cross | ||
24 | echo "nm = [$(meson_quote $nm)]" >> $cross | ||
25 | echo "pkgconfig = [$(meson_quote $pkg_config_exe)]" >> $cross | ||
26 | @@ -XXX,XX +XXX,XX @@ if test "$cross_compile" = "yes"; then | ||
27 | if test "$linux" = "yes" ; then | ||
28 | echo "system = 'linux'" >> $cross | ||
29 | fi | ||
30 | + if test "$darwin" = "yes" ; then | ||
31 | + echo "system = 'darwin'" >> $cross | ||
32 | + fi | ||
33 | case "$ARCH" in | ||
34 | i386|x86_64) | ||
35 | echo "cpu_family = 'x86'" >> $cross | ||
36 | -- | ||
37 | 2.20.1 | ||
38 | |||
39 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | From: Joelle van Dyne <j@getutm.app> | ||
1 | 2 | ||
3 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
4 | Signed-off-by: Joelle van Dyne <j@getutm.app> | ||
5 | Message-id: 20210126012457.39046-9-j@getutm.app | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
7 | --- | ||
8 | configure | 5 ++++- | ||
9 | 1 file changed, 4 insertions(+), 1 deletion(-) | ||
10 | |||
11 | diff --git a/configure b/configure | ||
12 | index XXXXXXX..XXXXXXX 100755 | ||
13 | --- a/configure | ||
14 | +++ b/configure | ||
15 | @@ -XXX,XX +XXX,XX @@ if test "$cross_compile" = "yes"; then | ||
16 | echo "system = 'darwin'" >> $cross | ||
17 | fi | ||
18 | case "$ARCH" in | ||
19 | - i386|x86_64) | ||
20 | + i386) | ||
21 | echo "cpu_family = 'x86'" >> $cross | ||
22 | ;; | ||
23 | + x86_64) | ||
24 | + echo "cpu_family = 'x86_64'" >> $cross | ||
25 | + ;; | ||
26 | ppc64le) | ||
27 | echo "cpu_family = 'ppc64'" >> $cross | ||
28 | ;; | ||
29 | -- | ||
30 | 2.20.1 | ||
31 | |||
32 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | From: Joelle van Dyne <j@getutm.app> | ||
1 | 2 | ||
3 | On iOS there is no CoreAudio, so we should not assume Darwin always | ||
4 | has it. | ||
5 | |||
6 | Signed-off-by: Joelle van Dyne <j@getutm.app> | ||
7 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
8 | Message-id: 20210126012457.39046-11-j@getutm.app | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
10 | --- | ||
11 | configure | 35 +++++++++++++++++++++++++++++++++-- | ||
12 | 1 file changed, 33 insertions(+), 2 deletions(-) | ||
13 | |||
14 | diff --git a/configure b/configure | ||
15 | index XXXXXXX..XXXXXXX 100755 | ||
16 | --- a/configure | ||
17 | +++ b/configure | ||
18 | @@ -XXX,XX +XXX,XX @@ fdt="auto" | ||
19 | netmap="no" | ||
20 | sdl="auto" | ||
21 | sdl_image="auto" | ||
22 | +coreaudio="auto" | ||
23 | virtiofsd="auto" | ||
24 | virtfs="auto" | ||
25 | libudev="auto" | ||
26 | @@ -XXX,XX +XXX,XX @@ Darwin) | ||
27 | QEMU_CFLAGS="-arch x86_64 $QEMU_CFLAGS" | ||
28 | QEMU_LDFLAGS="-arch x86_64 $QEMU_LDFLAGS" | ||
29 | fi | ||
30 | - audio_drv_list="coreaudio try-sdl" | ||
31 | + audio_drv_list="try-coreaudio try-sdl" | ||
32 | audio_possible_drivers="coreaudio sdl" | ||
33 | # Disable attempts to use ObjectiveC features in os/object.h since they | ||
34 | # won't work when we're compiling with gcc as a C compiler. | ||
35 | @@ -XXX,XX +XXX,XX @@ EOF | ||
36 | fi | ||
37 | fi | ||
38 | |||
39 | +########################################## | ||
40 | +# detect CoreAudio | ||
41 | +if test "$coreaudio" != "no" ; then | ||
42 | + coreaudio_libs="-framework CoreAudio" | ||
43 | + cat > $TMPC << EOF | ||
44 | +#include <CoreAudio/CoreAudio.h> | ||
45 | +int main(void) | ||
46 | +{ | ||
47 | + return (int)AudioGetCurrentHostTime(); | ||
48 | +} | ||
49 | +EOF | ||
50 | + if compile_prog "" "$coreaudio_libs" ; then | ||
51 | + coreaudio=yes | ||
52 | + else | ||
53 | + coreaudio=no | ||
54 | + fi | ||
55 | +fi | ||
56 | + | ||
57 | ########################################## | ||
58 | # Sound support libraries probe | ||
59 | |||
60 | @@ -XXX,XX +XXX,XX @@ for drv in $audio_drv_list; do | ||
61 | fi | ||
62 | ;; | ||
63 | |||
64 | - coreaudio) | ||
65 | + coreaudio | try-coreaudio) | ||
66 | + if test "$coreaudio" = "no"; then | ||
67 | + if test "$drv" = "try-coreaudio"; then | ||
68 | + audio_drv_list=$(echo "$audio_drv_list" | sed -e 's/try-coreaudio//') | ||
69 | + else | ||
70 | + error_exit "$drv check failed" \ | ||
71 | + "Make sure to have the $drv is available." | ||
72 | + fi | ||
73 | + else | ||
74 | coreaudio_libs="-framework CoreAudio" | ||
75 | + if test "$drv" = "try-coreaudio"; then | ||
76 | + audio_drv_list=$(echo "$audio_drv_list" | sed -e 's/try-coreaudio/coreaudio/') | ||
77 | + fi | ||
78 | + fi | ||
79 | ;; | ||
80 | |||
81 | dsound) | ||
82 | -- | ||
83 | 2.20.1 | ||
84 | |||
85 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | From: Joelle van Dyne <j@getutm.app> | ||
1 | 2 | ||
3 | A workaround added in early days of 64-bit OSX forced x86_64 if the | ||
4 | host machine had 64-bit support. This creates issues when cross- | ||
5 | compiling for ARM64. Additionally, the user can always use --cpu=* to | ||
6 | manually set the host CPU and therefore this workaround should be | ||
7 | removed. | ||
8 | |||
9 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
10 | Signed-off-by: Joelle van Dyne <j@getutm.app> | ||
11 | Message-id: 20210126012457.39046-12-j@getutm.app | ||
12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
13 | --- | ||
14 | configure | 11 ----------- | ||
15 | 1 file changed, 11 deletions(-) | ||
16 | |||
17 | diff --git a/configure b/configure | ||
18 | index XXXXXXX..XXXXXXX 100755 | ||
19 | --- a/configure | ||
20 | +++ b/configure | ||
21 | @@ -XXX,XX +XXX,XX @@ fi | ||
22 | # the correct CPU with the --cpu option. | ||
23 | case $targetos in | ||
24 | Darwin) | ||
25 | - # on Leopard most of the system is 32-bit, so we have to ask the kernel if we can | ||
26 | - # run 64-bit userspace code. | ||
27 | - # If the user didn't specify a CPU explicitly and the kernel says this is | ||
28 | - # 64 bit hw, then assume x86_64. Otherwise fall through to the usual detection code. | ||
29 | - if test -z "$cpu" && test "$(sysctl -n hw.optional.x86_64)" = "1"; then | ||
30 | - cpu="x86_64" | ||
31 | - fi | ||
32 | HOST_DSOSUF=".dylib" | ||
33 | ;; | ||
34 | SunOS) | ||
35 | @@ -XXX,XX +XXX,XX @@ OpenBSD) | ||
36 | Darwin) | ||
37 | bsd="yes" | ||
38 | darwin="yes" | ||
39 | - if [ "$cpu" = "x86_64" ] ; then | ||
40 | - QEMU_CFLAGS="-arch x86_64 $QEMU_CFLAGS" | ||
41 | - QEMU_LDFLAGS="-arch x86_64 $QEMU_LDFLAGS" | ||
42 | - fi | ||
43 | audio_drv_list="try-coreaudio try-sdl" | ||
44 | audio_possible_drivers="coreaudio sdl" | ||
45 | # Disable attempts to use ObjectiveC features in os/object.h since they | ||
46 | -- | ||
47 | 2.20.1 | ||
48 | |||
49 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | From: Alexander Graf <agraf@csgraf.de> | ||
1 | 2 | ||
3 | In macOS 11, QEMU only gets access to Hypervisor.framework if it has the | ||
4 | respective entitlement. Add an entitlement template and automatically self | ||
5 | sign and apply the entitlement in the build. | ||
6 | |||
7 | Signed-off-by: Alexander Graf <agraf@csgraf.de> | ||
8 | Reviewed-by: Roman Bolshakov <r.bolshakov@yadro.com> | ||
9 | Tested-by: Roman Bolshakov <r.bolshakov@yadro.com> | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
11 | --- | ||
12 | meson.build | 29 +++++++++++++++++++++++++---- | ||
13 | accel/hvf/entitlements.plist | 8 ++++++++ | ||
14 | scripts/entitlement.sh | 13 +++++++++++++ | ||
15 | 3 files changed, 46 insertions(+), 4 deletions(-) | ||
16 | create mode 100644 accel/hvf/entitlements.plist | ||
17 | create mode 100755 scripts/entitlement.sh | ||
18 | |||
19 | diff --git a/meson.build b/meson.build | ||
20 | index XXXXXXX..XXXXXXX 100644 | ||
21 | --- a/meson.build | ||
22 | +++ b/meson.build | ||
23 | @@ -XXX,XX +XXX,XX @@ foreach target : target_dirs | ||
24 | }] | ||
25 | endif | ||
26 | foreach exe: execs | ||
27 | - emulators += {exe['name']: | ||
28 | - executable(exe['name'], exe['sources'], | ||
29 | - install: true, | ||
30 | + exe_name = exe['name'] | ||
31 | + exe_sign = 'CONFIG_HVF' in config_target | ||
32 | + if exe_sign | ||
33 | + exe_name += '-unsigned' | ||
34 | + endif | ||
35 | + | ||
36 | + emulator = executable(exe_name, exe['sources'], | ||
37 | + install: not exe_sign, | ||
38 | c_args: c_args, | ||
39 | dependencies: arch_deps + deps + exe['dependencies'], | ||
40 | objects: lib.extract_all_objects(recursive: true), | ||
41 | @@ -XXX,XX +XXX,XX @@ foreach target : target_dirs | ||
42 | link_depends: [block_syms, qemu_syms] + exe.get('link_depends', []), | ||
43 | link_args: link_args, | ||
44 | gui_app: exe['gui']) | ||
45 | - } | ||
46 | + | ||
47 | + if exe_sign | ||
48 | + emulators += {exe['name'] : custom_target(exe['name'], | ||
49 | + install: true, | ||
50 | + install_dir: get_option('bindir'), | ||
51 | + depends: emulator, | ||
52 | + output: exe['name'], | ||
53 | + command: [ | ||
54 | + meson.current_source_dir() / 'scripts/entitlement.sh', | ||
55 | + meson.current_build_dir() / exe_name, | ||
56 | + meson.current_build_dir() / exe['name'], | ||
57 | + meson.current_source_dir() / 'accel/hvf/entitlements.plist' | ||
58 | + ]) | ||
59 | + } | ||
60 | + else | ||
61 | + emulators += {exe['name']: emulator} | ||
62 | + endif | ||
63 | |||
64 | if 'CONFIG_TRACE_SYSTEMTAP' in config_host | ||
65 | foreach stp: [ | ||
66 | diff --git a/accel/hvf/entitlements.plist b/accel/hvf/entitlements.plist | ||
67 | new file mode 100644 | ||
68 | index XXXXXXX..XXXXXXX | ||
69 | --- /dev/null | ||
70 | +++ b/accel/hvf/entitlements.plist | ||
71 | @@ -XXX,XX +XXX,XX @@ | ||
72 | +<?xml version="1.0" encoding="UTF-8"?> | ||
73 | +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
74 | +<plist version="1.0"> | ||
75 | +<dict> | ||
76 | + <key>com.apple.security.hypervisor</key> | ||
77 | + <true/> | ||
78 | +</dict> | ||
79 | +</plist> | ||
80 | diff --git a/scripts/entitlement.sh b/scripts/entitlement.sh | ||
81 | new file mode 100755 | ||
82 | index XXXXXXX..XXXXXXX | ||
83 | --- /dev/null | ||
84 | +++ b/scripts/entitlement.sh | ||
85 | @@ -XXX,XX +XXX,XX @@ | ||
86 | +#!/bin/sh -e | ||
87 | +# | ||
88 | +# Helper script for the build process to apply entitlements | ||
89 | + | ||
90 | +SRC="$1" | ||
91 | +DST="$2" | ||
92 | +ENTITLEMENT="$3" | ||
93 | + | ||
94 | +trap 'rm "$DST.tmp"' exit | ||
95 | +cp -af "$SRC" "$DST.tmp" | ||
96 | +codesign --entitlements "$ENTITLEMENT" --force -s - "$DST.tmp" | ||
97 | +mv "$DST.tmp" "$DST" | ||
98 | +trap '' exit | ||
99 | -- | ||
100 | 2.20.1 | ||
101 | |||
102 | diff view generated by jsdifflib |
1 | From: Fam Zheng <famz@redhat.com> | 1 | From: Mihai Carabas <mihai.carabas@oracle.com> |
---|---|---|---|
2 | 2 | ||
3 | Signed-off-by: Fam Zheng <famz@redhat.com> | 3 | To ease the PCI device addition in next patches, split the code as follows: |
4 | Message-id: 20170905131149.10669-4-famz@redhat.com | 4 | - generic code (read/write/setup) is being kept in pvpanic.c |
5 | - ISA dependent code moved to pvpanic-isa.c | ||
6 | |||
7 | Also, rename: | ||
8 | - ISA_PVPANIC_DEVICE -> PVPANIC_ISA_DEVICE. | ||
9 | - TYPE_PVPANIC -> TYPE_PVPANIC_ISA. | ||
10 | - MemoryRegion io -> mr. | ||
11 | - pvpanic_ioport_* in pvpanic_*. | ||
12 | |||
13 | Update the build system with the new files and config structure. | ||
14 | |||
15 | Signed-off-by: Mihai Carabas <mihai.carabas@oracle.com> | ||
5 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 16 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 17 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
7 | --- | 18 | --- |
8 | hw/intc/arm_gicv3_its_kvm.c | 19 +++++++------------ | 19 | include/hw/misc/pvpanic.h | 23 +++++++++- |
9 | 1 file changed, 7 insertions(+), 12 deletions(-) | 20 | hw/misc/pvpanic-isa.c | 94 +++++++++++++++++++++++++++++++++++++++ |
10 | 21 | hw/misc/pvpanic.c | 85 +++-------------------------------- | |
11 | diff --git a/hw/intc/arm_gicv3_its_kvm.c b/hw/intc/arm_gicv3_its_kvm.c | 22 | hw/i386/Kconfig | 2 +- |
12 | index XXXXXXX..XXXXXXX 100644 | 23 | hw/misc/Kconfig | 6 ++- |
13 | --- a/hw/intc/arm_gicv3_its_kvm.c | 24 | hw/misc/meson.build | 3 +- |
14 | +++ b/hw/intc/arm_gicv3_its_kvm.c | 25 | tests/qtest/meson.build | 2 +- |
15 | @@ -XXX,XX +XXX,XX @@ static void kvm_arm_its_realize(DeviceState *dev, Error **errp) | 26 | 7 files changed, 130 insertions(+), 85 deletions(-) |
16 | qemu_add_vm_change_state_handler(vm_change_state_handler, s); | 27 | create mode 100644 hw/misc/pvpanic-isa.c |
17 | } | 28 | |
18 | 29 | diff --git a/include/hw/misc/pvpanic.h b/include/hw/misc/pvpanic.h | |
19 | -static void kvm_arm_its_init(Object *obj) | 30 | index XXXXXXX..XXXXXXX 100644 |
20 | -{ | 31 | --- a/include/hw/misc/pvpanic.h |
21 | - GICv3ITSState *s = KVM_ARM_ITS(obj); | 32 | +++ b/include/hw/misc/pvpanic.h |
22 | - | 33 | @@ -XXX,XX +XXX,XX @@ |
23 | - object_property_add_link(obj, "parent-gicv3", | 34 | |
24 | - "kvm-arm-gicv3", (Object **)&s->gicv3, | 35 | #include "qom/object.h" |
25 | - object_property_allow_set_link, | 36 | |
26 | - OBJ_PROP_LINK_UNREF_ON_RELEASE, | 37 | -#define TYPE_PVPANIC "pvpanic" |
27 | - &error_abort); | 38 | +#define TYPE_PVPANIC_ISA_DEVICE "pvpanic" |
28 | -} | 39 | |
29 | - | 40 | #define PVPANIC_IOPORT_PROP "ioport" |
30 | /** | 41 | |
31 | * kvm_arm_its_pre_save - handles the saving of ITS registers. | 42 | +/* The bit of supported pv event, TODO: include uapi header and remove this */ |
32 | * ITS tables are flushed into guest RAM separately and earlier, | 43 | +#define PVPANIC_F_PANICKED 0 |
33 | @@ -XXX,XX +XXX,XX @@ static void kvm_arm_its_post_load(GICv3ITSState *s) | 44 | +#define PVPANIC_F_CRASHLOADED 1 |
34 | GITS_CTLR, &s->ctlr, true, &error_abort); | 45 | + |
35 | } | 46 | +/* The pv event value */ |
36 | 47 | +#define PVPANIC_PANICKED (1 << PVPANIC_F_PANICKED) | |
37 | +static Property kvm_arm_its_props[] = { | 48 | +#define PVPANIC_CRASHLOADED (1 << PVPANIC_F_CRASHLOADED) |
38 | + DEFINE_PROP_LINK("parent-gicv3", GICv3ITSState, gicv3, "kvm-arm-gicv3", | 49 | + |
39 | + GICv3State *), | 50 | +/* |
51 | + * PVPanicState for any device type | ||
52 | + */ | ||
53 | +typedef struct PVPanicState PVPanicState; | ||
54 | +struct PVPanicState { | ||
55 | + MemoryRegion mr; | ||
56 | + uint8_t events; | ||
57 | +}; | ||
58 | + | ||
59 | +void pvpanic_setup_io(PVPanicState *s, DeviceState *dev, unsigned size); | ||
60 | + | ||
61 | static inline uint16_t pvpanic_port(void) | ||
62 | { | ||
63 | - Object *o = object_resolve_path_type("", TYPE_PVPANIC, NULL); | ||
64 | + Object *o = object_resolve_path_type("", TYPE_PVPANIC_ISA_DEVICE, NULL); | ||
65 | if (!o) { | ||
66 | return 0; | ||
67 | } | ||
68 | diff --git a/hw/misc/pvpanic-isa.c b/hw/misc/pvpanic-isa.c | ||
69 | new file mode 100644 | ||
70 | index XXXXXXX..XXXXXXX | ||
71 | --- /dev/null | ||
72 | +++ b/hw/misc/pvpanic-isa.c | ||
73 | @@ -XXX,XX +XXX,XX @@ | ||
74 | +/* | ||
75 | + * QEMU simulated pvpanic device. | ||
76 | + * | ||
77 | + * Copyright Fujitsu, Corp. 2013 | ||
78 | + * | ||
79 | + * Authors: | ||
80 | + * Wen Congyang <wency@cn.fujitsu.com> | ||
81 | + * Hu Tao <hutao@cn.fujitsu.com> | ||
82 | + * | ||
83 | + * This work is licensed under the terms of the GNU GPL, version 2 or later. | ||
84 | + * See the COPYING file in the top-level directory. | ||
85 | + * | ||
86 | + */ | ||
87 | + | ||
88 | +#include "qemu/osdep.h" | ||
89 | +#include "qemu/log.h" | ||
90 | +#include "qemu/module.h" | ||
91 | +#include "sysemu/runstate.h" | ||
92 | + | ||
93 | +#include "hw/nvram/fw_cfg.h" | ||
94 | +#include "hw/qdev-properties.h" | ||
95 | +#include "hw/misc/pvpanic.h" | ||
96 | +#include "qom/object.h" | ||
97 | +#include "hw/isa/isa.h" | ||
98 | + | ||
99 | +OBJECT_DECLARE_SIMPLE_TYPE(PVPanicISAState, PVPANIC_ISA_DEVICE) | ||
100 | + | ||
101 | +/* | ||
102 | + * PVPanicISAState for ISA device and | ||
103 | + * use ioport. | ||
104 | + */ | ||
105 | +struct PVPanicISAState { | ||
106 | + ISADevice parent_obj; | ||
107 | + | ||
108 | + uint16_t ioport; | ||
109 | + PVPanicState pvpanic; | ||
110 | +}; | ||
111 | + | ||
112 | +static void pvpanic_isa_initfn(Object *obj) | ||
113 | +{ | ||
114 | + PVPanicISAState *s = PVPANIC_ISA_DEVICE(obj); | ||
115 | + | ||
116 | + pvpanic_setup_io(&s->pvpanic, DEVICE(s), 1); | ||
117 | +} | ||
118 | + | ||
119 | +static void pvpanic_isa_realizefn(DeviceState *dev, Error **errp) | ||
120 | +{ | ||
121 | + ISADevice *d = ISA_DEVICE(dev); | ||
122 | + PVPanicISAState *s = PVPANIC_ISA_DEVICE(dev); | ||
123 | + PVPanicState *ps = &s->pvpanic; | ||
124 | + FWCfgState *fw_cfg = fw_cfg_find(); | ||
125 | + uint16_t *pvpanic_port; | ||
126 | + | ||
127 | + if (!fw_cfg) { | ||
128 | + return; | ||
129 | + } | ||
130 | + | ||
131 | + pvpanic_port = g_malloc(sizeof(*pvpanic_port)); | ||
132 | + *pvpanic_port = cpu_to_le16(s->ioport); | ||
133 | + fw_cfg_add_file(fw_cfg, "etc/pvpanic-port", pvpanic_port, | ||
134 | + sizeof(*pvpanic_port)); | ||
135 | + | ||
136 | + isa_register_ioport(d, &ps->mr, s->ioport); | ||
137 | +} | ||
138 | + | ||
139 | +static Property pvpanic_isa_properties[] = { | ||
140 | + DEFINE_PROP_UINT16(PVPANIC_IOPORT_PROP, PVPanicISAState, ioport, 0x505), | ||
141 | + DEFINE_PROP_UINT8("events", PVPanicISAState, pvpanic.events, PVPANIC_PANICKED | PVPANIC_CRASHLOADED), | ||
40 | + DEFINE_PROP_END_OF_LIST(), | 142 | + DEFINE_PROP_END_OF_LIST(), |
41 | +}; | 143 | +}; |
42 | + | 144 | + |
43 | static void kvm_arm_its_class_init(ObjectClass *klass, void *data) | 145 | +static void pvpanic_isa_class_init(ObjectClass *klass, void *data) |
44 | { | 146 | +{ |
45 | DeviceClass *dc = DEVICE_CLASS(klass); | 147 | + DeviceClass *dc = DEVICE_CLASS(klass); |
46 | GICv3ITSCommonClass *icc = ARM_GICV3_ITS_COMMON_CLASS(klass); | 148 | + |
47 | 149 | + dc->realize = pvpanic_isa_realizefn; | |
48 | dc->realize = kvm_arm_its_realize; | 150 | + device_class_set_props(dc, pvpanic_isa_properties); |
49 | + dc->props = kvm_arm_its_props; | 151 | + set_bit(DEVICE_CATEGORY_MISC, dc->categories); |
50 | icc->send_msi = kvm_its_send_msi; | 152 | +} |
51 | icc->pre_save = kvm_arm_its_pre_save; | 153 | + |
52 | icc->post_load = kvm_arm_its_post_load; | 154 | +static TypeInfo pvpanic_isa_info = { |
53 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo kvm_arm_its_info = { | 155 | + .name = TYPE_PVPANIC_ISA_DEVICE, |
54 | .name = TYPE_KVM_ARM_ITS, | 156 | + .parent = TYPE_ISA_DEVICE, |
55 | .parent = TYPE_ARM_GICV3_ITS_COMMON, | 157 | + .instance_size = sizeof(PVPanicISAState), |
56 | .instance_size = sizeof(GICv3ITSState), | 158 | + .instance_init = pvpanic_isa_initfn, |
57 | - .instance_init = kvm_arm_its_init, | 159 | + .class_init = pvpanic_isa_class_init, |
58 | .class_init = kvm_arm_its_class_init, | 160 | +}; |
161 | + | ||
162 | +static void pvpanic_register_types(void) | ||
163 | +{ | ||
164 | + type_register_static(&pvpanic_isa_info); | ||
165 | +} | ||
166 | + | ||
167 | +type_init(pvpanic_register_types) | ||
168 | diff --git a/hw/misc/pvpanic.c b/hw/misc/pvpanic.c | ||
169 | index XXXXXXX..XXXXXXX 100644 | ||
170 | --- a/hw/misc/pvpanic.c | ||
171 | +++ b/hw/misc/pvpanic.c | ||
172 | @@ -XXX,XX +XXX,XX @@ | ||
173 | #include "hw/misc/pvpanic.h" | ||
174 | #include "qom/object.h" | ||
175 | |||
176 | -/* The bit of supported pv event, TODO: include uapi header and remove this */ | ||
177 | -#define PVPANIC_F_PANICKED 0 | ||
178 | -#define PVPANIC_F_CRASHLOADED 1 | ||
179 | - | ||
180 | -/* The pv event value */ | ||
181 | -#define PVPANIC_PANICKED (1 << PVPANIC_F_PANICKED) | ||
182 | -#define PVPANIC_CRASHLOADED (1 << PVPANIC_F_CRASHLOADED) | ||
183 | - | ||
184 | -typedef struct PVPanicState PVPanicState; | ||
185 | -DECLARE_INSTANCE_CHECKER(PVPanicState, ISA_PVPANIC_DEVICE, | ||
186 | - TYPE_PVPANIC) | ||
187 | - | ||
188 | static void handle_event(int event) | ||
189 | { | ||
190 | static bool logged; | ||
191 | @@ -XXX,XX +XXX,XX @@ static void handle_event(int event) | ||
192 | } | ||
193 | } | ||
194 | |||
195 | -#include "hw/isa/isa.h" | ||
196 | - | ||
197 | -struct PVPanicState { | ||
198 | - ISADevice parent_obj; | ||
199 | - | ||
200 | - MemoryRegion io; | ||
201 | - uint16_t ioport; | ||
202 | - uint8_t events; | ||
203 | -}; | ||
204 | - | ||
205 | /* return supported events on read */ | ||
206 | -static uint64_t pvpanic_ioport_read(void *opaque, hwaddr addr, unsigned size) | ||
207 | +static uint64_t pvpanic_read(void *opaque, hwaddr addr, unsigned size) | ||
208 | { | ||
209 | PVPanicState *pvp = opaque; | ||
210 | return pvp->events; | ||
211 | } | ||
212 | |||
213 | -static void pvpanic_ioport_write(void *opaque, hwaddr addr, uint64_t val, | ||
214 | +static void pvpanic_write(void *opaque, hwaddr addr, uint64_t val, | ||
215 | unsigned size) | ||
216 | { | ||
217 | handle_event(val); | ||
218 | } | ||
219 | |||
220 | static const MemoryRegionOps pvpanic_ops = { | ||
221 | - .read = pvpanic_ioport_read, | ||
222 | - .write = pvpanic_ioport_write, | ||
223 | + .read = pvpanic_read, | ||
224 | + .write = pvpanic_write, | ||
225 | .impl = { | ||
226 | .min_access_size = 1, | ||
227 | .max_access_size = 1, | ||
228 | }, | ||
59 | }; | 229 | }; |
60 | 230 | ||
231 | -static void pvpanic_isa_initfn(Object *obj) | ||
232 | +void pvpanic_setup_io(PVPanicState *s, DeviceState *dev, unsigned size) | ||
233 | { | ||
234 | - PVPanicState *s = ISA_PVPANIC_DEVICE(obj); | ||
235 | - | ||
236 | - memory_region_init_io(&s->io, OBJECT(s), &pvpanic_ops, s, "pvpanic", 1); | ||
237 | + memory_region_init_io(&s->mr, OBJECT(dev), &pvpanic_ops, s, "pvpanic", size); | ||
238 | } | ||
239 | - | ||
240 | -static void pvpanic_isa_realizefn(DeviceState *dev, Error **errp) | ||
241 | -{ | ||
242 | - ISADevice *d = ISA_DEVICE(dev); | ||
243 | - PVPanicState *s = ISA_PVPANIC_DEVICE(dev); | ||
244 | - FWCfgState *fw_cfg = fw_cfg_find(); | ||
245 | - uint16_t *pvpanic_port; | ||
246 | - | ||
247 | - if (!fw_cfg) { | ||
248 | - return; | ||
249 | - } | ||
250 | - | ||
251 | - pvpanic_port = g_malloc(sizeof(*pvpanic_port)); | ||
252 | - *pvpanic_port = cpu_to_le16(s->ioport); | ||
253 | - fw_cfg_add_file(fw_cfg, "etc/pvpanic-port", pvpanic_port, | ||
254 | - sizeof(*pvpanic_port)); | ||
255 | - | ||
256 | - isa_register_ioport(d, &s->io, s->ioport); | ||
257 | -} | ||
258 | - | ||
259 | -static Property pvpanic_isa_properties[] = { | ||
260 | - DEFINE_PROP_UINT16(PVPANIC_IOPORT_PROP, PVPanicState, ioport, 0x505), | ||
261 | - DEFINE_PROP_UINT8("events", PVPanicState, events, PVPANIC_PANICKED | PVPANIC_CRASHLOADED), | ||
262 | - DEFINE_PROP_END_OF_LIST(), | ||
263 | -}; | ||
264 | - | ||
265 | -static void pvpanic_isa_class_init(ObjectClass *klass, void *data) | ||
266 | -{ | ||
267 | - DeviceClass *dc = DEVICE_CLASS(klass); | ||
268 | - | ||
269 | - dc->realize = pvpanic_isa_realizefn; | ||
270 | - device_class_set_props(dc, pvpanic_isa_properties); | ||
271 | - set_bit(DEVICE_CATEGORY_MISC, dc->categories); | ||
272 | -} | ||
273 | - | ||
274 | -static TypeInfo pvpanic_isa_info = { | ||
275 | - .name = TYPE_PVPANIC, | ||
276 | - .parent = TYPE_ISA_DEVICE, | ||
277 | - .instance_size = sizeof(PVPanicState), | ||
278 | - .instance_init = pvpanic_isa_initfn, | ||
279 | - .class_init = pvpanic_isa_class_init, | ||
280 | -}; | ||
281 | - | ||
282 | -static void pvpanic_register_types(void) | ||
283 | -{ | ||
284 | - type_register_static(&pvpanic_isa_info); | ||
285 | -} | ||
286 | - | ||
287 | -type_init(pvpanic_register_types) | ||
288 | diff --git a/hw/i386/Kconfig b/hw/i386/Kconfig | ||
289 | index XXXXXXX..XXXXXXX 100644 | ||
290 | --- a/hw/i386/Kconfig | ||
291 | +++ b/hw/i386/Kconfig | ||
292 | @@ -XXX,XX +XXX,XX @@ config PC | ||
293 | imply ISA_DEBUG | ||
294 | imply PARALLEL | ||
295 | imply PCI_DEVICES | ||
296 | - imply PVPANIC | ||
297 | + imply PVPANIC_ISA | ||
298 | imply QXL | ||
299 | imply SEV | ||
300 | imply SGA | ||
301 | diff --git a/hw/misc/Kconfig b/hw/misc/Kconfig | ||
302 | index XXXXXXX..XXXXXXX 100644 | ||
303 | --- a/hw/misc/Kconfig | ||
304 | +++ b/hw/misc/Kconfig | ||
305 | @@ -XXX,XX +XXX,XX @@ config IOTKIT_SYSCTL | ||
306 | config IOTKIT_SYSINFO | ||
307 | bool | ||
308 | |||
309 | -config PVPANIC | ||
310 | +config PVPANIC_COMMON | ||
311 | + bool | ||
312 | + | ||
313 | +config PVPANIC_ISA | ||
314 | bool | ||
315 | depends on ISA_BUS | ||
316 | + select PVPANIC_COMMON | ||
317 | |||
318 | config AUX | ||
319 | bool | ||
320 | diff --git a/hw/misc/meson.build b/hw/misc/meson.build | ||
321 | index XXXXXXX..XXXXXXX 100644 | ||
322 | --- a/hw/misc/meson.build | ||
323 | +++ b/hw/misc/meson.build | ||
324 | @@ -XXX,XX +XXX,XX @@ softmmu_ss.add(when: 'CONFIG_EMC141X', if_true: files('emc141x.c')) | ||
325 | softmmu_ss.add(when: 'CONFIG_UNIMP', if_true: files('unimp.c')) | ||
326 | softmmu_ss.add(when: 'CONFIG_EMPTY_SLOT', if_true: files('empty_slot.c')) | ||
327 | softmmu_ss.add(when: 'CONFIG_LED', if_true: files('led.c')) | ||
328 | +softmmu_ss.add(when: 'CONFIG_PVPANIC_COMMON', if_true: files('pvpanic.c')) | ||
329 | |||
330 | # ARM devices | ||
331 | softmmu_ss.add(when: 'CONFIG_PL310', if_true: files('arm_l2x0.c')) | ||
332 | @@ -XXX,XX +XXX,XX @@ softmmu_ss.add(when: 'CONFIG_IOTKIT_SYSINFO', if_true: files('iotkit-sysinfo.c') | ||
333 | softmmu_ss.add(when: 'CONFIG_ARMSSE_CPUID', if_true: files('armsse-cpuid.c')) | ||
334 | softmmu_ss.add(when: 'CONFIG_ARMSSE_MHU', if_true: files('armsse-mhu.c')) | ||
335 | |||
336 | -softmmu_ss.add(when: 'CONFIG_PVPANIC', if_true: files('pvpanic.c')) | ||
337 | +softmmu_ss.add(when: 'CONFIG_PVPANIC_ISA', if_true: files('pvpanic-isa.c')) | ||
338 | softmmu_ss.add(when: 'CONFIG_AUX', if_true: files('auxbus.c')) | ||
339 | softmmu_ss.add(when: 'CONFIG_ASPEED_SOC', if_true: files('aspeed_scu.c', 'aspeed_sdmc.c', 'aspeed_xdma.c')) | ||
340 | softmmu_ss.add(when: 'CONFIG_MSF2', if_true: files('msf2-sysreg.c')) | ||
341 | diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build | ||
342 | index XXXXXXX..XXXXXXX 100644 | ||
343 | --- a/tests/qtest/meson.build | ||
344 | +++ b/tests/qtest/meson.build | ||
345 | @@ -XXX,XX +XXX,XX @@ qtests_i386 = \ | ||
346 | (config_host.has_key('CONFIG_LINUX') and \ | ||
347 | config_all_devices.has_key('CONFIG_ISA_IPMI_BT') ? ['ipmi-bt-test'] : []) + \ | ||
348 | (config_all_devices.has_key('CONFIG_WDT_IB700') ? ['wdt_ib700-test'] : []) + \ | ||
349 | - (config_all_devices.has_key('CONFIG_PVPANIC') ? ['pvpanic-test'] : []) + \ | ||
350 | + (config_all_devices.has_key('CONFIG_PVPANIC_ISA') ? ['pvpanic-test'] : []) + \ | ||
351 | (config_all_devices.has_key('CONFIG_HDA') ? ['intel-hda-test'] : []) + \ | ||
352 | (config_all_devices.has_key('CONFIG_I82801B11') ? ['i82801b11-test'] : []) + \ | ||
353 | (config_all_devices.has_key('CONFIG_IOH3420') ? ['ioh3420-test'] : []) + \ | ||
61 | -- | 354 | -- |
62 | 2.7.4 | 355 | 2.20.1 |
63 | 356 | ||
64 | 357 | diff view generated by jsdifflib |
1 | As the first step in implementing ARM v8M's security extension: | 1 | From: Mihai Carabas <mihai.carabas@oracle.com> |
---|---|---|---|
2 | * add a new feature bit ARM_FEATURE_M_SECURITY | ||
3 | * add the CPU state field that indicates whether the CPU is | ||
4 | currently in the secure state | ||
5 | * add a migration subsection for this new state | ||
6 | (we will add the Secure copies of banked register state | ||
7 | to this subsection in later patches) | ||
8 | * add a #define for the one new-in-v8M exception type | ||
9 | * make the CPU debug log print S/NS status | ||
10 | 2 | ||
3 | Add PCI interface support for PVPANIC device. Create a new file pvpanic-pci.c | ||
4 | where the PCI specific routines reside and update the build system with the new | ||
5 | files and config structure. | ||
6 | |||
7 | Signed-off-by: Mihai Carabas <mihai.carabas@oracle.com> | ||
8 | Reviewed-by: Gerd Hoffmann <kraxel@redhat.com> | ||
9 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
10 | Signed-off-by: Mihai Carabas <mihai.carabas@oracle.com> | ||
11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
12 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
13 | Message-id: 1503414539-28762-4-git-send-email-peter.maydell@linaro.org | ||
14 | --- | 12 | --- |
15 | target/arm/cpu.h | 3 +++ | 13 | docs/specs/pci-ids.txt | 1 + |
16 | target/arm/cpu.c | 4 ++++ | 14 | include/hw/misc/pvpanic.h | 1 + |
17 | target/arm/machine.c | 20 ++++++++++++++++++++ | 15 | include/hw/pci/pci.h | 1 + |
18 | target/arm/translate.c | 8 +++++++- | 16 | hw/misc/pvpanic-pci.c | 94 +++++++++++++++++++++++++++++++++++++++ |
19 | 4 files changed, 34 insertions(+), 1 deletion(-) | 17 | hw/misc/Kconfig | 6 +++ |
18 | hw/misc/meson.build | 1 + | ||
19 | 6 files changed, 104 insertions(+) | ||
20 | create mode 100644 hw/misc/pvpanic-pci.c | ||
20 | 21 | ||
21 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | 22 | diff --git a/docs/specs/pci-ids.txt b/docs/specs/pci-ids.txt |
22 | index XXXXXXX..XXXXXXX 100644 | 23 | index XXXXXXX..XXXXXXX 100644 |
23 | --- a/target/arm/cpu.h | 24 | --- a/docs/specs/pci-ids.txt |
24 | +++ b/target/arm/cpu.h | 25 | +++ b/docs/specs/pci-ids.txt |
26 | @@ -XXX,XX +XXX,XX @@ PCI devices (other than virtio): | ||
27 | 1b36:000d PCI xhci usb host adapter | ||
28 | 1b36:000f mdpy (mdev sample device), linux/samples/vfio-mdev/mdpy.c | ||
29 | 1b36:0010 PCIe NVMe device (-device nvme) | ||
30 | +1b36:0011 PCI PVPanic device (-device pvpanic-pci) | ||
31 | |||
32 | All these devices are documented in docs/specs. | ||
33 | |||
34 | diff --git a/include/hw/misc/pvpanic.h b/include/hw/misc/pvpanic.h | ||
35 | index XXXXXXX..XXXXXXX 100644 | ||
36 | --- a/include/hw/misc/pvpanic.h | ||
37 | +++ b/include/hw/misc/pvpanic.h | ||
25 | @@ -XXX,XX +XXX,XX @@ | 38 | @@ -XXX,XX +XXX,XX @@ |
26 | #define ARMV7M_EXCP_MEM 4 | 39 | #include "qom/object.h" |
27 | #define ARMV7M_EXCP_BUS 5 | 40 | |
28 | #define ARMV7M_EXCP_USAGE 6 | 41 | #define TYPE_PVPANIC_ISA_DEVICE "pvpanic" |
29 | +#define ARMV7M_EXCP_SECURE 7 | 42 | +#define TYPE_PVPANIC_PCI_DEVICE "pvpanic-pci" |
30 | #define ARMV7M_EXCP_SVC 11 | 43 | |
31 | #define ARMV7M_EXCP_DEBUG 12 | 44 | #define PVPANIC_IOPORT_PROP "ioport" |
32 | #define ARMV7M_EXCP_PENDSV 14 | 45 | |
33 | @@ -XXX,XX +XXX,XX @@ typedef struct CPUARMState { | 46 | diff --git a/include/hw/pci/pci.h b/include/hw/pci/pci.h |
34 | int exception; | ||
35 | uint32_t primask; | ||
36 | uint32_t faultmask; | ||
37 | + uint32_t secure; /* Is CPU in Secure state? (not guest visible) */ | ||
38 | } v7m; | ||
39 | |||
40 | /* Information associated with an exception about to be taken: | ||
41 | @@ -XXX,XX +XXX,XX @@ enum arm_features { | ||
42 | ARM_FEATURE_THUMB_DSP, /* DSP insns supported in the Thumb encodings */ | ||
43 | ARM_FEATURE_PMU, /* has PMU support */ | ||
44 | ARM_FEATURE_VBAR, /* has cp15 VBAR */ | ||
45 | + ARM_FEATURE_M_SECURITY, /* M profile Security Extension */ | ||
46 | }; | ||
47 | |||
48 | static inline int arm_feature(CPUARMState *env, int feature) | ||
49 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c | ||
50 | index XXXXXXX..XXXXXXX 100644 | 47 | index XXXXXXX..XXXXXXX 100644 |
51 | --- a/target/arm/cpu.c | 48 | --- a/include/hw/pci/pci.h |
52 | +++ b/target/arm/cpu.c | 49 | +++ b/include/hw/pci/pci.h |
53 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_reset(CPUState *s) | 50 | @@ -XXX,XX +XXX,XX @@ extern bool pci_available; |
54 | uint32_t initial_pc; /* Loaded from 0x4 */ | 51 | #define PCI_DEVICE_ID_REDHAT_PCIE_BRIDGE 0x000e |
55 | uint8_t *rom; | 52 | #define PCI_DEVICE_ID_REDHAT_MDPY 0x000f |
56 | 53 | #define PCI_DEVICE_ID_REDHAT_NVME 0x0010 | |
57 | + if (arm_feature(env, ARM_FEATURE_M_SECURITY)) { | 54 | +#define PCI_DEVICE_ID_REDHAT_PVPANIC 0x0011 |
58 | + env->v7m.secure = true; | 55 | #define PCI_DEVICE_ID_REDHAT_QXL 0x0100 |
59 | + } | 56 | |
57 | #define FMT_PCIBUS PRIx64 | ||
58 | diff --git a/hw/misc/pvpanic-pci.c b/hw/misc/pvpanic-pci.c | ||
59 | new file mode 100644 | ||
60 | index XXXXXXX..XXXXXXX | ||
61 | --- /dev/null | ||
62 | +++ b/hw/misc/pvpanic-pci.c | ||
63 | @@ -XXX,XX +XXX,XX @@ | ||
64 | +/* | ||
65 | + * QEMU simulated PCI pvpanic device. | ||
66 | + * | ||
67 | + * Copyright (C) 2020 Oracle | ||
68 | + * | ||
69 | + * Authors: | ||
70 | + * Mihai Carabas <mihai.carabas@oracle.com> | ||
71 | + * | ||
72 | + * This work is licensed under the terms of the GNU GPL, version 2 or later. | ||
73 | + * See the COPYING file in the top-level directory. | ||
74 | + * | ||
75 | + */ | ||
60 | + | 76 | + |
61 | /* The reset value of this bit is IMPDEF, but ARM recommends | 77 | +#include "qemu/osdep.h" |
62 | * that it resets to 1, so QEMU always does that rather than making | 78 | +#include "qemu/log.h" |
63 | * it dependent on CPU model. | 79 | +#include "qemu/module.h" |
64 | diff --git a/target/arm/machine.c b/target/arm/machine.c | 80 | +#include "sysemu/runstate.h" |
65 | index XXXXXXX..XXXXXXX 100644 | ||
66 | --- a/target/arm/machine.c | ||
67 | +++ b/target/arm/machine.c | ||
68 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_pmsav8 = { | ||
69 | } | ||
70 | }; | ||
71 | |||
72 | +static bool m_security_needed(void *opaque) | ||
73 | +{ | ||
74 | + ARMCPU *cpu = opaque; | ||
75 | + CPUARMState *env = &cpu->env; | ||
76 | + | 81 | + |
77 | + return arm_feature(env, ARM_FEATURE_M_SECURITY); | 82 | +#include "hw/nvram/fw_cfg.h" |
78 | +} | 83 | +#include "hw/qdev-properties.h" |
84 | +#include "migration/vmstate.h" | ||
85 | +#include "hw/misc/pvpanic.h" | ||
86 | +#include "qom/object.h" | ||
87 | +#include "hw/pci/pci.h" | ||
79 | + | 88 | + |
80 | +static const VMStateDescription vmstate_m_security = { | 89 | +OBJECT_DECLARE_SIMPLE_TYPE(PVPanicPCIState, PVPANIC_PCI_DEVICE) |
81 | + .name = "cpu/m-security", | 90 | + |
91 | +/* | ||
92 | + * PVPanicPCIState for PCI device | ||
93 | + */ | ||
94 | +typedef struct PVPanicPCIState { | ||
95 | + PCIDevice dev; | ||
96 | + PVPanicState pvpanic; | ||
97 | +} PVPanicPCIState; | ||
98 | + | ||
99 | +static const VMStateDescription vmstate_pvpanic_pci = { | ||
100 | + .name = "pvpanic-pci", | ||
82 | + .version_id = 1, | 101 | + .version_id = 1, |
83 | + .minimum_version_id = 1, | 102 | + .minimum_version_id = 1, |
84 | + .needed = m_security_needed, | ||
85 | + .fields = (VMStateField[]) { | 103 | + .fields = (VMStateField[]) { |
86 | + VMSTATE_UINT32(env.v7m.secure, ARMCPU), | 104 | + VMSTATE_PCI_DEVICE(dev, PVPanicPCIState), |
87 | + VMSTATE_END_OF_LIST() | 105 | + VMSTATE_END_OF_LIST() |
88 | + } | 106 | + } |
89 | +}; | 107 | +}; |
90 | + | 108 | + |
91 | static int get_cpsr(QEMUFile *f, void *opaque, size_t size, | 109 | +static void pvpanic_pci_realizefn(PCIDevice *dev, Error **errp) |
92 | VMStateField *field) | 110 | +{ |
93 | { | 111 | + PVPanicPCIState *s = PVPANIC_PCI_DEVICE(dev); |
94 | @@ -XXX,XX +XXX,XX @@ const VMStateDescription vmstate_arm_cpu = { | 112 | + PVPanicState *ps = &s->pvpanic; |
95 | &vmstate_pmsav7_rnr, | 113 | + |
96 | &vmstate_pmsav7, | 114 | + pvpanic_setup_io(&s->pvpanic, DEVICE(s), 2); |
97 | &vmstate_pmsav8, | 115 | + |
98 | + &vmstate_m_security, | 116 | + pci_register_bar(dev, 0, PCI_BASE_ADDRESS_SPACE_MEMORY, &ps->mr); |
99 | NULL | 117 | +} |
100 | } | 118 | + |
101 | }; | 119 | +static Property pvpanic_pci_properties[] = { |
102 | diff --git a/target/arm/translate.c b/target/arm/translate.c | 120 | + DEFINE_PROP_UINT8("events", PVPanicPCIState, pvpanic.events, PVPANIC_PANICKED | PVPANIC_CRASHLOADED), |
121 | + DEFINE_PROP_END_OF_LIST(), | ||
122 | +}; | ||
123 | + | ||
124 | +static void pvpanic_pci_class_init(ObjectClass *klass, void *data) | ||
125 | +{ | ||
126 | + DeviceClass *dc = DEVICE_CLASS(klass); | ||
127 | + PCIDeviceClass *pc = PCI_DEVICE_CLASS(klass); | ||
128 | + | ||
129 | + device_class_set_props(dc, pvpanic_pci_properties); | ||
130 | + | ||
131 | + pc->realize = pvpanic_pci_realizefn; | ||
132 | + pc->vendor_id = PCI_VENDOR_ID_REDHAT; | ||
133 | + pc->device_id = PCI_DEVICE_ID_REDHAT_PVPANIC; | ||
134 | + pc->revision = 1; | ||
135 | + pc->class_id = PCI_CLASS_SYSTEM_OTHER; | ||
136 | + dc->vmsd = &vmstate_pvpanic_pci; | ||
137 | + | ||
138 | + set_bit(DEVICE_CATEGORY_MISC, dc->categories); | ||
139 | +} | ||
140 | + | ||
141 | +static TypeInfo pvpanic_pci_info = { | ||
142 | + .name = TYPE_PVPANIC_PCI_DEVICE, | ||
143 | + .parent = TYPE_PCI_DEVICE, | ||
144 | + .instance_size = sizeof(PVPanicPCIState), | ||
145 | + .class_init = pvpanic_pci_class_init, | ||
146 | + .interfaces = (InterfaceInfo[]) { | ||
147 | + { INTERFACE_CONVENTIONAL_PCI_DEVICE }, | ||
148 | + { } | ||
149 | + } | ||
150 | +}; | ||
151 | + | ||
152 | +static void pvpanic_register_types(void) | ||
153 | +{ | ||
154 | + type_register_static(&pvpanic_pci_info); | ||
155 | +} | ||
156 | + | ||
157 | +type_init(pvpanic_register_types); | ||
158 | diff --git a/hw/misc/Kconfig b/hw/misc/Kconfig | ||
103 | index XXXXXXX..XXXXXXX 100644 | 159 | index XXXXXXX..XXXXXXX 100644 |
104 | --- a/target/arm/translate.c | 160 | --- a/hw/misc/Kconfig |
105 | +++ b/target/arm/translate.c | 161 | +++ b/hw/misc/Kconfig |
106 | @@ -XXX,XX +XXX,XX @@ void arm_cpu_dump_state(CPUState *cs, FILE *f, fprintf_function cpu_fprintf, | 162 | @@ -XXX,XX +XXX,XX @@ config IOTKIT_SYSINFO |
107 | if (arm_feature(env, ARM_FEATURE_M)) { | 163 | config PVPANIC_COMMON |
108 | uint32_t xpsr = xpsr_read(env); | 164 | bool |
109 | const char *mode; | 165 | |
110 | + const char *ns_status = ""; | 166 | +config PVPANIC_PCI |
167 | + bool | ||
168 | + default y if PCI_DEVICES | ||
169 | + depends on PCI | ||
170 | + select PVPANIC_COMMON | ||
111 | + | 171 | + |
112 | + if (arm_feature(env, ARM_FEATURE_M_SECURITY)) { | 172 | config PVPANIC_ISA |
113 | + ns_status = env->v7m.secure ? "S " : "NS "; | 173 | bool |
114 | + } | 174 | depends on ISA_BUS |
115 | 175 | diff --git a/hw/misc/meson.build b/hw/misc/meson.build | |
116 | if (xpsr & XPSR_EXCP) { | 176 | index XXXXXXX..XXXXXXX 100644 |
117 | mode = "handler"; | 177 | --- a/hw/misc/meson.build |
118 | @@ -XXX,XX +XXX,XX @@ void arm_cpu_dump_state(CPUState *cs, FILE *f, fprintf_function cpu_fprintf, | 178 | +++ b/hw/misc/meson.build |
119 | } | 179 | @@ -XXX,XX +XXX,XX @@ softmmu_ss.add(when: 'CONFIG_ARMSSE_CPUID', if_true: files('armsse-cpuid.c')) |
120 | } | 180 | softmmu_ss.add(when: 'CONFIG_ARMSSE_MHU', if_true: files('armsse-mhu.c')) |
121 | 181 | ||
122 | - cpu_fprintf(f, "XPSR=%08x %c%c%c%c %c %s\n", | 182 | softmmu_ss.add(when: 'CONFIG_PVPANIC_ISA', if_true: files('pvpanic-isa.c')) |
123 | + cpu_fprintf(f, "XPSR=%08x %c%c%c%c %c %s%s\n", | 183 | +softmmu_ss.add(when: 'CONFIG_PVPANIC_PCI', if_true: files('pvpanic-pci.c')) |
124 | xpsr, | 184 | softmmu_ss.add(when: 'CONFIG_AUX', if_true: files('auxbus.c')) |
125 | xpsr & XPSR_N ? 'N' : '-', | 185 | softmmu_ss.add(when: 'CONFIG_ASPEED_SOC', if_true: files('aspeed_scu.c', 'aspeed_sdmc.c', 'aspeed_xdma.c')) |
126 | xpsr & XPSR_Z ? 'Z' : '-', | 186 | softmmu_ss.add(when: 'CONFIG_MSF2', if_true: files('msf2-sysreg.c')) |
127 | xpsr & XPSR_C ? 'C' : '-', | ||
128 | xpsr & XPSR_V ? 'V' : '-', | ||
129 | xpsr & XPSR_T ? 'T' : 'A', | ||
130 | + ns_status, | ||
131 | mode); | ||
132 | } else { | ||
133 | uint32_t psr = cpsr_read(env); | ||
134 | -- | 187 | -- |
135 | 2.7.4 | 188 | 2.20.1 |
136 | 189 | ||
137 | 190 | diff view generated by jsdifflib |
1 | From: Fam Zheng <famz@redhat.com> | 1 | From: Mihai Carabas <mihai.carabas@oracle.com> |
---|---|---|---|
2 | 2 | ||
3 | Signed-off-by: Fam Zheng <famz@redhat.com> | 3 | Add pvpanic PCI device support details in docs/specs/pvpanic.txt. |
4 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 4 | |
5 | Message-id: 20170905131149.10669-3-famz@redhat.com | 5 | Signed-off-by: Mihai Carabas <mihai.carabas@oracle.com> |
6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
8 | --- | 8 | --- |
9 | hw/arm/armv7m.c | 8 ++------ | 9 | docs/specs/pvpanic.txt | 13 ++++++++++++- |
10 | 1 file changed, 2 insertions(+), 6 deletions(-) | 10 | 1 file changed, 12 insertions(+), 1 deletion(-) |
11 | 11 | ||
12 | diff --git a/hw/arm/armv7m.c b/hw/arm/armv7m.c | 12 | diff --git a/docs/specs/pvpanic.txt b/docs/specs/pvpanic.txt |
13 | index XXXXXXX..XXXXXXX 100644 | 13 | index XXXXXXX..XXXXXXX 100644 |
14 | --- a/hw/arm/armv7m.c | 14 | --- a/docs/specs/pvpanic.txt |
15 | +++ b/hw/arm/armv7m.c | 15 | +++ b/docs/specs/pvpanic.txt |
16 | @@ -XXX,XX +XXX,XX @@ static void armv7m_instance_init(Object *obj) | 16 | @@ -XXX,XX +XXX,XX @@ |
17 | 17 | PVPANIC DEVICE | |
18 | /* Can't init the cpu here, we don't yet know which model to use */ | 18 | ============== |
19 | 19 | ||
20 | - object_property_add_link(obj, "memory", | 20 | -pvpanic device is a simulated ISA device, through which a guest panic |
21 | - TYPE_MEMORY_REGION, | 21 | +pvpanic device is a simulated device, through which a guest panic |
22 | - (Object **)&s->board_memory, | 22 | event is sent to qemu, and a QMP event is generated. This allows |
23 | - qdev_prop_allow_set_link_before_realize, | 23 | management apps (e.g. libvirt) to be notified and respond to the event. |
24 | - OBJ_PROP_LINK_UNREF_ON_RELEASE, | 24 | |
25 | - &error_abort); | 25 | @@ -XXX,XX +XXX,XX @@ The management app has the option of waiting for GUEST_PANICKED events, |
26 | memory_region_init(&s->container, obj, "armv7m-container", UINT64_MAX); | 26 | and/or polling for guest-panicked RunState, to learn when the pvpanic |
27 | 27 | device has fired a panic event. | |
28 | object_initialize(&s->nvic, sizeof(s->nvic), TYPE_NVIC); | 28 | |
29 | @@ -XXX,XX +XXX,XX @@ static void armv7m_realize(DeviceState *dev, Error **errp) | 29 | +The pvpanic device can be implemented as an ISA device (using IOPORT) or as a |
30 | 30 | +PCI device. | |
31 | static Property armv7m_properties[] = { | 31 | + |
32 | DEFINE_PROP_STRING("cpu-model", ARMv7MState, cpu_model), | 32 | ISA Interface |
33 | + DEFINE_PROP_LINK("memory", ARMv7MState, board_memory, TYPE_MEMORY_REGION, | 33 | ------------- |
34 | + MemoryRegion *), | 34 | |
35 | DEFINE_PROP_END_OF_LIST(), | 35 | @@ -XXX,XX +XXX,XX @@ bit 1: a guest panic has happened and will be handled by the guest; |
36 | }; | 36 | the host should record it or report it, but should not affect |
37 | the execution of the guest. | ||
38 | |||
39 | +PCI Interface | ||
40 | +------------- | ||
41 | + | ||
42 | +The PCI interface is similar to the ISA interface except that it uses an MMIO | ||
43 | +address space provided by its BAR0, 1 byte long. Any machine with a PCI bus | ||
44 | +can enable a pvpanic device by adding '-device pvpanic-pci' to the command | ||
45 | +line. | ||
46 | + | ||
47 | ACPI Interface | ||
48 | -------------- | ||
37 | 49 | ||
38 | -- | 50 | -- |
39 | 2.7.4 | 51 | 2.20.1 |
40 | 52 | ||
41 | 53 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | From: Mihai Carabas <mihai.carabas@oracle.com> | ||
1 | 2 | ||
3 | Add a test case for pvpanic-pci device. The scenario is the same as pvpanic | ||
4 | ISA device, but is using the PCI bus. | ||
5 | |||
6 | Signed-off-by: Mihai Carabas <mihai.carabas@oracle.com> | ||
7 | Acked-by: Thomas Huth <thuth@redhat.com> | ||
8 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
9 | Signed-off-by: Mihai Carabas <mihai.carabas@oracle.com> | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
11 | --- | ||
12 | tests/qtest/pvpanic-pci-test.c | 94 ++++++++++++++++++++++++++++++++++ | ||
13 | tests/qtest/meson.build | 1 + | ||
14 | 2 files changed, 95 insertions(+) | ||
15 | create mode 100644 tests/qtest/pvpanic-pci-test.c | ||
16 | |||
17 | diff --git a/tests/qtest/pvpanic-pci-test.c b/tests/qtest/pvpanic-pci-test.c | ||
18 | new file mode 100644 | ||
19 | index XXXXXXX..XXXXXXX | ||
20 | --- /dev/null | ||
21 | +++ b/tests/qtest/pvpanic-pci-test.c | ||
22 | @@ -XXX,XX +XXX,XX @@ | ||
23 | +/* | ||
24 | + * QTest testcase for PV Panic PCI device | ||
25 | + * | ||
26 | + * Copyright (C) 2020 Oracle | ||
27 | + * | ||
28 | + * Authors: | ||
29 | + * Mihai Carabas <mihai.carabas@oracle.com> | ||
30 | + * | ||
31 | + * This work is licensed under the terms of the GNU GPL, version 2 or later. | ||
32 | + * See the COPYING file in the top-level directory. | ||
33 | + * | ||
34 | + */ | ||
35 | + | ||
36 | +#include "qemu/osdep.h" | ||
37 | +#include "libqos/libqtest.h" | ||
38 | +#include "qapi/qmp/qdict.h" | ||
39 | +#include "libqos/pci.h" | ||
40 | +#include "libqos/pci-pc.h" | ||
41 | +#include "hw/pci/pci_regs.h" | ||
42 | + | ||
43 | +static void test_panic_nopause(void) | ||
44 | +{ | ||
45 | + uint8_t val; | ||
46 | + QDict *response, *data; | ||
47 | + QTestState *qts; | ||
48 | + QPCIBus *pcibus; | ||
49 | + QPCIDevice *dev; | ||
50 | + QPCIBar bar; | ||
51 | + | ||
52 | + qts = qtest_init("-device pvpanic-pci,addr=04.0 -action panic=none"); | ||
53 | + pcibus = qpci_new_pc(qts, NULL); | ||
54 | + dev = qpci_device_find(pcibus, QPCI_DEVFN(0x4, 0x0)); | ||
55 | + qpci_device_enable(dev); | ||
56 | + bar = qpci_iomap(dev, 0, NULL); | ||
57 | + | ||
58 | + qpci_memread(dev, bar, 0, &val, sizeof(val)); | ||
59 | + g_assert_cmpuint(val, ==, 3); | ||
60 | + | ||
61 | + val = 1; | ||
62 | + qpci_memwrite(dev, bar, 0, &val, sizeof(val)); | ||
63 | + | ||
64 | + response = qtest_qmp_eventwait_ref(qts, "GUEST_PANICKED"); | ||
65 | + g_assert(qdict_haskey(response, "data")); | ||
66 | + data = qdict_get_qdict(response, "data"); | ||
67 | + g_assert(qdict_haskey(data, "action")); | ||
68 | + g_assert_cmpstr(qdict_get_str(data, "action"), ==, "run"); | ||
69 | + qobject_unref(response); | ||
70 | + | ||
71 | + qtest_quit(qts); | ||
72 | +} | ||
73 | + | ||
74 | +static void test_panic(void) | ||
75 | +{ | ||
76 | + uint8_t val; | ||
77 | + QDict *response, *data; | ||
78 | + QTestState *qts; | ||
79 | + QPCIBus *pcibus; | ||
80 | + QPCIDevice *dev; | ||
81 | + QPCIBar bar; | ||
82 | + | ||
83 | + qts = qtest_init("-device pvpanic-pci,addr=04.0 -action panic=pause"); | ||
84 | + pcibus = qpci_new_pc(qts, NULL); | ||
85 | + dev = qpci_device_find(pcibus, QPCI_DEVFN(0x4, 0x0)); | ||
86 | + qpci_device_enable(dev); | ||
87 | + bar = qpci_iomap(dev, 0, NULL); | ||
88 | + | ||
89 | + qpci_memread(dev, bar, 0, &val, sizeof(val)); | ||
90 | + g_assert_cmpuint(val, ==, 3); | ||
91 | + | ||
92 | + val = 1; | ||
93 | + qpci_memwrite(dev, bar, 0, &val, sizeof(val)); | ||
94 | + | ||
95 | + response = qtest_qmp_eventwait_ref(qts, "GUEST_PANICKED"); | ||
96 | + g_assert(qdict_haskey(response, "data")); | ||
97 | + data = qdict_get_qdict(response, "data"); | ||
98 | + g_assert(qdict_haskey(data, "action")); | ||
99 | + g_assert_cmpstr(qdict_get_str(data, "action"), ==, "pause"); | ||
100 | + qobject_unref(response); | ||
101 | + | ||
102 | + qtest_quit(qts); | ||
103 | +} | ||
104 | + | ||
105 | +int main(int argc, char **argv) | ||
106 | +{ | ||
107 | + int ret; | ||
108 | + | ||
109 | + g_test_init(&argc, &argv, NULL); | ||
110 | + qtest_add_func("/pvpanic-pci/panic", test_panic); | ||
111 | + qtest_add_func("/pvpanic-pci/panic-nopause", test_panic_nopause); | ||
112 | + | ||
113 | + ret = g_test_run(); | ||
114 | + | ||
115 | + return ret; | ||
116 | +} | ||
117 | diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build | ||
118 | index XXXXXXX..XXXXXXX 100644 | ||
119 | --- a/tests/qtest/meson.build | ||
120 | +++ b/tests/qtest/meson.build | ||
121 | @@ -XXX,XX +XXX,XX @@ qtests_i386 = \ | ||
122 | config_all_devices.has_key('CONFIG_ISA_IPMI_BT') ? ['ipmi-bt-test'] : []) + \ | ||
123 | (config_all_devices.has_key('CONFIG_WDT_IB700') ? ['wdt_ib700-test'] : []) + \ | ||
124 | (config_all_devices.has_key('CONFIG_PVPANIC_ISA') ? ['pvpanic-test'] : []) + \ | ||
125 | + (config_all_devices.has_key('CONFIG_PVPANIC_PCI') ? ['pvpanic-pci-test'] : []) + \ | ||
126 | (config_all_devices.has_key('CONFIG_HDA') ? ['intel-hda-test'] : []) + \ | ||
127 | (config_all_devices.has_key('CONFIG_I82801B11') ? ['i82801b11-test'] : []) + \ | ||
128 | (config_all_devices.has_key('CONFIG_IOH3420') ? ['ioh3420-test'] : []) + \ | ||
129 | -- | ||
130 | 2.20.1 | ||
131 | |||
132 | diff view generated by jsdifflib |
1 | Move the regime_is_secure() utility function to internals.h; | 1 | The ptimer API currently provides two methods for setting the period: |
---|---|---|---|
2 | we are going to want to call it from translate.c. | 2 | ptimer_set_period(), which takes a period in nanoseconds, and |
3 | ptimer_set_freq(), which takes a frequency in Hz. Neither of these | ||
4 | lines up nicely with the Clock API, because although both the Clock | ||
5 | and the ptimer track the frequency using a representation of whole | ||
6 | and fractional nanoseconds, conversion via either period-in-ns or | ||
7 | frequency-in-Hz will introduce a rounding error. | ||
8 | |||
9 | Add a new function ptimer_set_period_from_clock() which takes the | ||
10 | Clock object directly to avoid the rounding issues. This includes a | ||
11 | facility for the user to specify that there is a frequency divider | ||
12 | between the Clock proper and the timer, as some timer devices like | ||
13 | the CMSDK APB dualtimer need this. | ||
14 | |||
15 | To avoid having to drag in clock.h from ptimer.h we add the Clock | ||
16 | type to typedefs.h. | ||
3 | 17 | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 18 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 19 | Reviewed-by: Luc Michel <luc@lmichel.fr> |
6 | Message-id: 1503414539-28762-20-git-send-email-peter.maydell@linaro.org | 20 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
21 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
22 | Message-id: 20210128114145.20536-2-peter.maydell@linaro.org | ||
23 | Message-id: 20210121190622.22000-2-peter.maydell@linaro.org | ||
7 | --- | 24 | --- |
8 | target/arm/internals.h | 26 ++++++++++++++++++++++++++ | 25 | include/hw/ptimer.h | 22 ++++++++++++++++++++++ |
9 | target/arm/helper.c | 26 -------------------------- | 26 | include/qemu/typedefs.h | 1 + |
10 | 2 files changed, 26 insertions(+), 26 deletions(-) | 27 | hw/core/ptimer.c | 34 ++++++++++++++++++++++++++++++++++ |
28 | 3 files changed, 57 insertions(+) | ||
11 | 29 | ||
12 | diff --git a/target/arm/internals.h b/target/arm/internals.h | 30 | diff --git a/include/hw/ptimer.h b/include/hw/ptimer.h |
13 | index XXXXXXX..XXXXXXX 100644 | 31 | index XXXXXXX..XXXXXXX 100644 |
14 | --- a/target/arm/internals.h | 32 | --- a/include/hw/ptimer.h |
15 | +++ b/target/arm/internals.h | 33 | +++ b/include/hw/ptimer.h |
16 | @@ -XXX,XX +XXX,XX @@ static inline void arm_call_el_change_hook(ARMCPU *cpu) | 34 | @@ -XXX,XX +XXX,XX @@ void ptimer_transaction_commit(ptimer_state *s); |
35 | */ | ||
36 | void ptimer_set_period(ptimer_state *s, int64_t period); | ||
37 | |||
38 | +/** | ||
39 | + * ptimer_set_period_from_clock - Set counter increment from a Clock | ||
40 | + * @s: ptimer to configure | ||
41 | + * @clk: pointer to Clock object to take period from | ||
42 | + * @divisor: value to scale the clock frequency down by | ||
43 | + * | ||
44 | + * If the ptimer is being driven from a Clock, this is the preferred | ||
45 | + * way to tell the ptimer about the period, because it avoids any | ||
46 | + * possible rounding errors that might happen if the internal | ||
47 | + * representation of the Clock period was converted to either a period | ||
48 | + * in ns or a frequency in Hz. | ||
49 | + * | ||
50 | + * If the ptimer should run at the same frequency as the clock, | ||
51 | + * pass 1 as the @divisor; if the ptimer should run at half the | ||
52 | + * frequency, pass 2, and so on. | ||
53 | + * | ||
54 | + * This function will assert if it is called outside a | ||
55 | + * ptimer_transaction_begin/commit block. | ||
56 | + */ | ||
57 | +void ptimer_set_period_from_clock(ptimer_state *s, const Clock *clock, | ||
58 | + unsigned int divisor); | ||
59 | + | ||
60 | /** | ||
61 | * ptimer_set_freq - Set counter frequency in Hz | ||
62 | * @s: ptimer to configure | ||
63 | diff --git a/include/qemu/typedefs.h b/include/qemu/typedefs.h | ||
64 | index XXXXXXX..XXXXXXX 100644 | ||
65 | --- a/include/qemu/typedefs.h | ||
66 | +++ b/include/qemu/typedefs.h | ||
67 | @@ -XXX,XX +XXX,XX @@ typedef struct BlockDriverState BlockDriverState; | ||
68 | typedef struct BusClass BusClass; | ||
69 | typedef struct BusState BusState; | ||
70 | typedef struct Chardev Chardev; | ||
71 | +typedef struct Clock Clock; | ||
72 | typedef struct CompatProperty CompatProperty; | ||
73 | typedef struct CoMutex CoMutex; | ||
74 | typedef struct CPUAddressSpace CPUAddressSpace; | ||
75 | diff --git a/hw/core/ptimer.c b/hw/core/ptimer.c | ||
76 | index XXXXXXX..XXXXXXX 100644 | ||
77 | --- a/hw/core/ptimer.c | ||
78 | +++ b/hw/core/ptimer.c | ||
79 | @@ -XXX,XX +XXX,XX @@ | ||
80 | #include "sysemu/qtest.h" | ||
81 | #include "block/aio.h" | ||
82 | #include "sysemu/cpus.h" | ||
83 | +#include "hw/clock.h" | ||
84 | |||
85 | #define DELTA_ADJUST 1 | ||
86 | #define DELTA_NO_ADJUST -1 | ||
87 | @@ -XXX,XX +XXX,XX @@ void ptimer_set_period(ptimer_state *s, int64_t period) | ||
17 | } | 88 | } |
18 | } | 89 | } |
19 | 90 | ||
20 | +/* Return true if this address translation regime is secure */ | 91 | +/* Set counter increment interval from a Clock */ |
21 | +static inline bool regime_is_secure(CPUARMState *env, ARMMMUIdx mmu_idx) | 92 | +void ptimer_set_period_from_clock(ptimer_state *s, const Clock *clk, |
93 | + unsigned int divisor) | ||
22 | +{ | 94 | +{ |
23 | + switch (mmu_idx) { | 95 | + /* |
24 | + case ARMMMUIdx_S12NSE0: | 96 | + * The raw clock period is a 64-bit value in units of 2^-32 ns; |
25 | + case ARMMMUIdx_S12NSE1: | 97 | + * put another way it's a 32.32 fixed-point ns value. Our internal |
26 | + case ARMMMUIdx_S1NSE0: | 98 | + * representation of the period is 64.32 fixed point ns, so |
27 | + case ARMMMUIdx_S1NSE1: | 99 | + * the conversion is simple. |
28 | + case ARMMMUIdx_S1E2: | 100 | + */ |
29 | + case ARMMMUIdx_S2NS: | 101 | + uint64_t raw_period = clock_get(clk); |
30 | + case ARMMMUIdx_MPriv: | 102 | + uint64_t period_frac; |
31 | + case ARMMMUIdx_MNegPri: | 103 | + |
32 | + case ARMMMUIdx_MUser: | 104 | + assert(s->in_transaction); |
33 | + return false; | 105 | + s->delta = ptimer_get_count(s); |
34 | + case ARMMMUIdx_S1E3: | 106 | + s->period = extract64(raw_period, 32, 32); |
35 | + case ARMMMUIdx_S1SE0: | 107 | + period_frac = extract64(raw_period, 0, 32); |
36 | + case ARMMMUIdx_S1SE1: | 108 | + /* |
37 | + case ARMMMUIdx_MSPriv: | 109 | + * divisor specifies a possible frequency divisor between the |
38 | + case ARMMMUIdx_MSNegPri: | 110 | + * clock and the timer, so it is a multiplier on the period. |
39 | + case ARMMMUIdx_MSUser: | 111 | + * We do the multiply after splitting the raw period out into |
40 | + return true; | 112 | + * period and frac to avoid having to do a 32*64->96 multiply. |
41 | + default: | 113 | + */ |
42 | + g_assert_not_reached(); | 114 | + s->period *= divisor; |
115 | + period_frac *= divisor; | ||
116 | + s->period += extract64(period_frac, 32, 32); | ||
117 | + s->period_frac = (uint32_t)period_frac; | ||
118 | + | ||
119 | + if (s->enabled) { | ||
120 | + s->need_reload = true; | ||
43 | + } | 121 | + } |
44 | +} | 122 | +} |
45 | + | 123 | + |
46 | #endif | 124 | /* Set counter frequency in Hz. */ |
47 | diff --git a/target/arm/helper.c b/target/arm/helper.c | 125 | void ptimer_set_freq(ptimer_state *s, uint32_t freq) |
48 | index XXXXXXX..XXXXXXX 100644 | ||
49 | --- a/target/arm/helper.c | ||
50 | +++ b/target/arm/helper.c | ||
51 | @@ -XXX,XX +XXX,XX @@ static inline uint32_t regime_el(CPUARMState *env, ARMMMUIdx mmu_idx) | ||
52 | } | ||
53 | } | ||
54 | |||
55 | -/* Return true if this address translation regime is secure */ | ||
56 | -static inline bool regime_is_secure(CPUARMState *env, ARMMMUIdx mmu_idx) | ||
57 | -{ | ||
58 | - switch (mmu_idx) { | ||
59 | - case ARMMMUIdx_S12NSE0: | ||
60 | - case ARMMMUIdx_S12NSE1: | ||
61 | - case ARMMMUIdx_S1NSE0: | ||
62 | - case ARMMMUIdx_S1NSE1: | ||
63 | - case ARMMMUIdx_S1E2: | ||
64 | - case ARMMMUIdx_S2NS: | ||
65 | - case ARMMMUIdx_MPriv: | ||
66 | - case ARMMMUIdx_MNegPri: | ||
67 | - case ARMMMUIdx_MUser: | ||
68 | - return false; | ||
69 | - case ARMMMUIdx_S1E3: | ||
70 | - case ARMMMUIdx_S1SE0: | ||
71 | - case ARMMMUIdx_S1SE1: | ||
72 | - case ARMMMUIdx_MSPriv: | ||
73 | - case ARMMMUIdx_MSNegPri: | ||
74 | - case ARMMMUIdx_MSUser: | ||
75 | - return true; | ||
76 | - default: | ||
77 | - g_assert_not_reached(); | ||
78 | - } | ||
79 | -} | ||
80 | - | ||
81 | /* Return the SCTLR value which controls this address translation regime */ | ||
82 | static inline uint32_t regime_sctlr(CPUARMState *env, ARMMMUIdx mmu_idx) | ||
83 | { | 126 | { |
84 | -- | 127 | -- |
85 | 2.7.4 | 128 | 2.20.1 |
86 | 129 | ||
87 | 130 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | Add a function for checking whether a clock has a source. This is | ||
2 | useful for devices which have input clocks that must be wired up by | ||
3 | the board as it allows them to fail in realize rather than ploughing | ||
4 | on with a zero-period clock. | ||
1 | 5 | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
7 | Reviewed-by: Luc Michel <luc@lmichel.fr> | ||
8 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
9 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
10 | Message-id: 20210128114145.20536-3-peter.maydell@linaro.org | ||
11 | Message-id: 20210121190622.22000-3-peter.maydell@linaro.org | ||
12 | --- | ||
13 | docs/devel/clocks.rst | 16 ++++++++++++++++ | ||
14 | include/hw/clock.h | 15 +++++++++++++++ | ||
15 | 2 files changed, 31 insertions(+) | ||
16 | |||
17 | diff --git a/docs/devel/clocks.rst b/docs/devel/clocks.rst | ||
18 | index XXXXXXX..XXXXXXX 100644 | ||
19 | --- a/docs/devel/clocks.rst | ||
20 | +++ b/docs/devel/clocks.rst | ||
21 | @@ -XXX,XX +XXX,XX @@ object during device instance init. For example: | ||
22 | /* set initial value to 10ns / 100MHz */ | ||
23 | clock_set_ns(clk, 10); | ||
24 | |||
25 | +To enforce that the clock is wired up by the board code, you can | ||
26 | +call ``clock_has_source()`` in your device's realize method: | ||
27 | + | ||
28 | +.. code-block:: c | ||
29 | + | ||
30 | + if (!clock_has_source(s->clk)) { | ||
31 | + error_setg(errp, "MyDevice: clk input must be connected"); | ||
32 | + return; | ||
33 | + } | ||
34 | + | ||
35 | +Note that this only checks that the clock has been wired up; it is | ||
36 | +still possible that the output clock connected to it is disabled | ||
37 | +or has not yet been configured, in which case the period will be | ||
38 | +zero. You should use the clock callback to find out when the clock | ||
39 | +period changes. | ||
40 | + | ||
41 | Fetching clock frequency/period | ||
42 | ------------------------------- | ||
43 | |||
44 | diff --git a/include/hw/clock.h b/include/hw/clock.h | ||
45 | index XXXXXXX..XXXXXXX 100644 | ||
46 | --- a/include/hw/clock.h | ||
47 | +++ b/include/hw/clock.h | ||
48 | @@ -XXX,XX +XXX,XX @@ void clock_clear_callback(Clock *clk); | ||
49 | */ | ||
50 | void clock_set_source(Clock *clk, Clock *src); | ||
51 | |||
52 | +/** | ||
53 | + * clock_has_source: | ||
54 | + * @clk: the clock | ||
55 | + * | ||
56 | + * Returns true if the clock has a source clock connected to it. | ||
57 | + * This is useful for devices which have input clocks which must | ||
58 | + * be connected by the board/SoC code which creates them. The | ||
59 | + * device code can use this to check in its realize method that | ||
60 | + * the clock has been connected. | ||
61 | + */ | ||
62 | +static inline bool clock_has_source(const Clock *clk) | ||
63 | +{ | ||
64 | + return clk->source != NULL; | ||
65 | +} | ||
66 | + | ||
67 | /** | ||
68 | * clock_set: | ||
69 | * @clk: the clock to initialize. | ||
70 | -- | ||
71 | 2.20.1 | ||
72 | |||
73 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | Add a simple test of the CMSDK APB timer, since we're about to do | ||
2 | some refactoring of how it is clocked. | ||
1 | 3 | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
5 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
6 | Reviewed-by: Luc Michel <luc@lmichel.fr> | ||
7 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
8 | Message-id: 20210128114145.20536-4-peter.maydell@linaro.org | ||
9 | Message-id: 20210121190622.22000-4-peter.maydell@linaro.org | ||
10 | --- | ||
11 | tests/qtest/cmsdk-apb-timer-test.c | 75 ++++++++++++++++++++++++++++++ | ||
12 | MAINTAINERS | 1 + | ||
13 | tests/qtest/meson.build | 1 + | ||
14 | 3 files changed, 77 insertions(+) | ||
15 | create mode 100644 tests/qtest/cmsdk-apb-timer-test.c | ||
16 | |||
17 | diff --git a/tests/qtest/cmsdk-apb-timer-test.c b/tests/qtest/cmsdk-apb-timer-test.c | ||
18 | new file mode 100644 | ||
19 | index XXXXXXX..XXXXXXX | ||
20 | --- /dev/null | ||
21 | +++ b/tests/qtest/cmsdk-apb-timer-test.c | ||
22 | @@ -XXX,XX +XXX,XX @@ | ||
23 | +/* | ||
24 | + * QTest testcase for the CMSDK APB timer device | ||
25 | + * | ||
26 | + * Copyright (c) 2021 Linaro Limited | ||
27 | + * | ||
28 | + * This program is free software; you can redistribute it and/or modify it | ||
29 | + * under the terms of the GNU General Public License as published by the | ||
30 | + * Free Software Foundation; either version 2 of the License, or | ||
31 | + * (at your option) any later version. | ||
32 | + * | ||
33 | + * This program is distributed in the hope that it will be useful, but WITHOUT | ||
34 | + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
35 | + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
36 | + * for more details. | ||
37 | + */ | ||
38 | + | ||
39 | +#include "qemu/osdep.h" | ||
40 | +#include "libqtest-single.h" | ||
41 | + | ||
42 | +/* IoTKit/ARMSSE-200 timer0; driven at 25MHz in mps2-an385, so 40ns per tick */ | ||
43 | +#define TIMER_BASE 0x40000000 | ||
44 | + | ||
45 | +#define CTRL 0 | ||
46 | +#define VALUE 4 | ||
47 | +#define RELOAD 8 | ||
48 | +#define INTSTATUS 0xc | ||
49 | + | ||
50 | +static void test_timer(void) | ||
51 | +{ | ||
52 | + g_assert_true(readl(TIMER_BASE + INTSTATUS) == 0); | ||
53 | + | ||
54 | + /* Start timer: will fire after 40 * 1000 == 40000 ns */ | ||
55 | + writel(TIMER_BASE + RELOAD, 1000); | ||
56 | + writel(TIMER_BASE + CTRL, 9); | ||
57 | + | ||
58 | + /* Step to just past the 500th tick and check VALUE */ | ||
59 | + clock_step(40 * 500 + 1); | ||
60 | + g_assert_cmpuint(readl(TIMER_BASE + INTSTATUS), ==, 0); | ||
61 | + g_assert_cmpuint(readl(TIMER_BASE + VALUE), ==, 500); | ||
62 | + | ||
63 | + /* Just past the 1000th tick: timer should have fired */ | ||
64 | + clock_step(40 * 500); | ||
65 | + g_assert_cmpuint(readl(TIMER_BASE + INTSTATUS), ==, 1); | ||
66 | + g_assert_cmpuint(readl(TIMER_BASE + VALUE), ==, 0); | ||
67 | + | ||
68 | + /* VALUE reloads at the following tick */ | ||
69 | + clock_step(40); | ||
70 | + g_assert_cmpuint(readl(TIMER_BASE + VALUE), ==, 1000); | ||
71 | + | ||
72 | + /* Check write-1-to-clear behaviour of INTSTATUS */ | ||
73 | + writel(TIMER_BASE + INTSTATUS, 0); | ||
74 | + g_assert_cmpuint(readl(TIMER_BASE + INTSTATUS), ==, 1); | ||
75 | + writel(TIMER_BASE + INTSTATUS, 1); | ||
76 | + g_assert_cmpuint(readl(TIMER_BASE + INTSTATUS), ==, 0); | ||
77 | + | ||
78 | + /* Turn off the timer */ | ||
79 | + writel(TIMER_BASE + CTRL, 0); | ||
80 | +} | ||
81 | + | ||
82 | +int main(int argc, char **argv) | ||
83 | +{ | ||
84 | + int r; | ||
85 | + | ||
86 | + g_test_init(&argc, &argv, NULL); | ||
87 | + | ||
88 | + qtest_start("-machine mps2-an385"); | ||
89 | + | ||
90 | + qtest_add_func("/cmsdk-apb-timer/timer", test_timer); | ||
91 | + | ||
92 | + r = g_test_run(); | ||
93 | + | ||
94 | + qtest_end(); | ||
95 | + | ||
96 | + return r; | ||
97 | +} | ||
98 | diff --git a/MAINTAINERS b/MAINTAINERS | ||
99 | index XXXXXXX..XXXXXXX 100644 | ||
100 | --- a/MAINTAINERS | ||
101 | +++ b/MAINTAINERS | ||
102 | @@ -XXX,XX +XXX,XX @@ F: include/hw/rtc/pl031.h | ||
103 | F: include/hw/arm/primecell.h | ||
104 | F: hw/timer/cmsdk-apb-timer.c | ||
105 | F: include/hw/timer/cmsdk-apb-timer.h | ||
106 | +F: tests/qtest/cmsdk-apb-timer-test.c | ||
107 | F: hw/timer/cmsdk-apb-dualtimer.c | ||
108 | F: include/hw/timer/cmsdk-apb-dualtimer.h | ||
109 | F: hw/char/cmsdk-apb-uart.c | ||
110 | diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build | ||
111 | index XXXXXXX..XXXXXXX 100644 | ||
112 | --- a/tests/qtest/meson.build | ||
113 | +++ b/tests/qtest/meson.build | ||
114 | @@ -XXX,XX +XXX,XX @@ qtests_npcm7xx = \ | ||
115 | 'npcm7xx_timer-test', | ||
116 | 'npcm7xx_watchdog_timer-test'] | ||
117 | qtests_arm = \ | ||
118 | + (config_all_devices.has_key('CONFIG_CMSDK_APB_TIMER') ? ['cmsdk-apb-timer-test'] : []) + \ | ||
119 | (config_all_devices.has_key('CONFIG_PFLASH_CFI02') ? ['pflash-cfi02-test'] : []) + \ | ||
120 | (config_all_devices.has_key('CONFIG_NPCM7XX') ? qtests_npcm7xx : []) + \ | ||
121 | ['arm-cpu-features', | ||
122 | -- | ||
123 | 2.20.1 | ||
124 | |||
125 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | Add a simple test of the CMSDK watchdog, since we're about to do some | ||
2 | refactoring of how it is clocked. | ||
1 | 3 | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
5 | Reviewed-by: Luc Michel <luc@lmichel.fr> | ||
6 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
7 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
8 | Message-id: 20210128114145.20536-5-peter.maydell@linaro.org | ||
9 | Message-id: 20210121190622.22000-5-peter.maydell@linaro.org | ||
10 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
11 | --- | ||
12 | tests/qtest/cmsdk-apb-watchdog-test.c | 79 +++++++++++++++++++++++++++ | ||
13 | MAINTAINERS | 1 + | ||
14 | tests/qtest/meson.build | 1 + | ||
15 | 3 files changed, 81 insertions(+) | ||
16 | create mode 100644 tests/qtest/cmsdk-apb-watchdog-test.c | ||
17 | |||
18 | diff --git a/tests/qtest/cmsdk-apb-watchdog-test.c b/tests/qtest/cmsdk-apb-watchdog-test.c | ||
19 | new file mode 100644 | ||
20 | index XXXXXXX..XXXXXXX | ||
21 | --- /dev/null | ||
22 | +++ b/tests/qtest/cmsdk-apb-watchdog-test.c | ||
23 | @@ -XXX,XX +XXX,XX @@ | ||
24 | +/* | ||
25 | + * QTest testcase for the CMSDK APB watchdog device | ||
26 | + * | ||
27 | + * Copyright (c) 2021 Linaro Limited | ||
28 | + * | ||
29 | + * This program is free software; you can redistribute it and/or modify it | ||
30 | + * under the terms of the GNU General Public License as published by the | ||
31 | + * Free Software Foundation; either version 2 of the License, or | ||
32 | + * (at your option) any later version. | ||
33 | + * | ||
34 | + * This program is distributed in the hope that it will be useful, but WITHOUT | ||
35 | + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
36 | + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
37 | + * for more details. | ||
38 | + */ | ||
39 | + | ||
40 | +#include "qemu/osdep.h" | ||
41 | +#include "libqtest-single.h" | ||
42 | + | ||
43 | +/* | ||
44 | + * lm3s811evb watchdog; at board startup this runs at 200MHz / 16 == 12.5MHz, | ||
45 | + * which is 80ns per tick. | ||
46 | + */ | ||
47 | +#define WDOG_BASE 0x40000000 | ||
48 | + | ||
49 | +#define WDOGLOAD 0 | ||
50 | +#define WDOGVALUE 4 | ||
51 | +#define WDOGCONTROL 8 | ||
52 | +#define WDOGINTCLR 0xc | ||
53 | +#define WDOGRIS 0x10 | ||
54 | +#define WDOGMIS 0x14 | ||
55 | +#define WDOGLOCK 0xc00 | ||
56 | + | ||
57 | +static void test_watchdog(void) | ||
58 | +{ | ||
59 | + g_assert_cmpuint(readl(WDOG_BASE + WDOGRIS), ==, 0); | ||
60 | + | ||
61 | + writel(WDOG_BASE + WDOGCONTROL, 1); | ||
62 | + writel(WDOG_BASE + WDOGLOAD, 1000); | ||
63 | + | ||
64 | + /* Step to just past the 500th tick */ | ||
65 | + clock_step(500 * 80 + 1); | ||
66 | + g_assert_cmpuint(readl(WDOG_BASE + WDOGRIS), ==, 0); | ||
67 | + g_assert_cmpuint(readl(WDOG_BASE + WDOGVALUE), ==, 500); | ||
68 | + | ||
69 | + /* Just past the 1000th tick: timer should have fired */ | ||
70 | + clock_step(500 * 80); | ||
71 | + g_assert_cmpuint(readl(WDOG_BASE + WDOGRIS), ==, 1); | ||
72 | + g_assert_cmpuint(readl(WDOG_BASE + WDOGVALUE), ==, 0); | ||
73 | + | ||
74 | + /* VALUE reloads at following tick */ | ||
75 | + clock_step(80); | ||
76 | + g_assert_cmpuint(readl(WDOG_BASE + WDOGVALUE), ==, 1000); | ||
77 | + | ||
78 | + /* Writing any value to WDOGINTCLR clears the interrupt and reloads */ | ||
79 | + clock_step(500 * 80); | ||
80 | + g_assert_cmpuint(readl(WDOG_BASE + WDOGVALUE), ==, 500); | ||
81 | + g_assert_cmpuint(readl(WDOG_BASE + WDOGRIS), ==, 1); | ||
82 | + writel(WDOG_BASE + WDOGINTCLR, 0); | ||
83 | + g_assert_cmpuint(readl(WDOG_BASE + WDOGVALUE), ==, 1000); | ||
84 | + g_assert_cmpuint(readl(WDOG_BASE + WDOGRIS), ==, 0); | ||
85 | +} | ||
86 | + | ||
87 | +int main(int argc, char **argv) | ||
88 | +{ | ||
89 | + int r; | ||
90 | + | ||
91 | + g_test_init(&argc, &argv, NULL); | ||
92 | + | ||
93 | + qtest_start("-machine lm3s811evb"); | ||
94 | + | ||
95 | + qtest_add_func("/cmsdk-apb-watchdog/watchdog", test_watchdog); | ||
96 | + | ||
97 | + r = g_test_run(); | ||
98 | + | ||
99 | + qtest_end(); | ||
100 | + | ||
101 | + return r; | ||
102 | +} | ||
103 | diff --git a/MAINTAINERS b/MAINTAINERS | ||
104 | index XXXXXXX..XXXXXXX 100644 | ||
105 | --- a/MAINTAINERS | ||
106 | +++ b/MAINTAINERS | ||
107 | @@ -XXX,XX +XXX,XX @@ F: hw/char/cmsdk-apb-uart.c | ||
108 | F: include/hw/char/cmsdk-apb-uart.h | ||
109 | F: hw/watchdog/cmsdk-apb-watchdog.c | ||
110 | F: include/hw/watchdog/cmsdk-apb-watchdog.h | ||
111 | +F: tests/qtest/cmsdk-apb-watchdog-test.c | ||
112 | F: hw/misc/tz-ppc.c | ||
113 | F: include/hw/misc/tz-ppc.h | ||
114 | F: hw/misc/tz-mpc.c | ||
115 | diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build | ||
116 | index XXXXXXX..XXXXXXX 100644 | ||
117 | --- a/tests/qtest/meson.build | ||
118 | +++ b/tests/qtest/meson.build | ||
119 | @@ -XXX,XX +XXX,XX @@ qtests_npcm7xx = \ | ||
120 | 'npcm7xx_watchdog_timer-test'] | ||
121 | qtests_arm = \ | ||
122 | (config_all_devices.has_key('CONFIG_CMSDK_APB_TIMER') ? ['cmsdk-apb-timer-test'] : []) + \ | ||
123 | + (config_all_devices.has_key('CONFIG_CMSDK_APB_WATCHDOG') ? ['cmsdk-apb-watchdog-test'] : []) + \ | ||
124 | (config_all_devices.has_key('CONFIG_PFLASH_CFI02') ? ['pflash-cfi02-test'] : []) + \ | ||
125 | (config_all_devices.has_key('CONFIG_NPCM7XX') ? qtests_npcm7xx : []) + \ | ||
126 | ['arm-cpu-features', | ||
127 | -- | ||
128 | 2.20.1 | ||
129 | |||
130 | diff view generated by jsdifflib |
1 | If a v8M CPU supports the security extension then we need to | 1 | Add a simple test of the CMSDK dual timer, since we're about to do |
---|---|---|---|
2 | give it two AddressSpaces, the same way we do already for | 2 | some refactoring of how it is clocked. |
3 | an A profile core with EL3. | ||
4 | 3 | ||
5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 5 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
7 | Message-id: 1503414539-28762-5-git-send-email-peter.maydell@linaro.org | 6 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
7 | Reviewed-by: Luc Michel <luc@lmichel.fr> | ||
8 | Message-id: 20210128114145.20536-6-peter.maydell@linaro.org | ||
9 | Message-id: 20210121190622.22000-6-peter.maydell@linaro.org | ||
8 | --- | 10 | --- |
9 | target/arm/cpu.c | 13 ++++++------- | 11 | tests/qtest/cmsdk-apb-dualtimer-test.c | 130 +++++++++++++++++++++++++ |
10 | 1 file changed, 6 insertions(+), 7 deletions(-) | 12 | MAINTAINERS | 1 + |
13 | tests/qtest/meson.build | 1 + | ||
14 | 3 files changed, 132 insertions(+) | ||
15 | create mode 100644 tests/qtest/cmsdk-apb-dualtimer-test.c | ||
11 | 16 | ||
12 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c | 17 | diff --git a/tests/qtest/cmsdk-apb-dualtimer-test.c b/tests/qtest/cmsdk-apb-dualtimer-test.c |
18 | new file mode 100644 | ||
19 | index XXXXXXX..XXXXXXX | ||
20 | --- /dev/null | ||
21 | +++ b/tests/qtest/cmsdk-apb-dualtimer-test.c | ||
22 | @@ -XXX,XX +XXX,XX @@ | ||
23 | +/* | ||
24 | + * QTest testcase for the CMSDK APB dualtimer device | ||
25 | + * | ||
26 | + * Copyright (c) 2021 Linaro Limited | ||
27 | + * | ||
28 | + * This program is free software; you can redistribute it and/or modify it | ||
29 | + * under the terms of the GNU General Public License as published by the | ||
30 | + * Free Software Foundation; either version 2 of the License, or | ||
31 | + * (at your option) any later version. | ||
32 | + * | ||
33 | + * This program is distributed in the hope that it will be useful, but WITHOUT | ||
34 | + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
35 | + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
36 | + * for more details. | ||
37 | + */ | ||
38 | + | ||
39 | +#include "qemu/osdep.h" | ||
40 | +#include "libqtest-single.h" | ||
41 | + | ||
42 | +/* IoTKit/ARMSSE dualtimer; driven at 25MHz in mps2-an385, so 40ns per tick */ | ||
43 | +#define TIMER_BASE 0x40002000 | ||
44 | + | ||
45 | +#define TIMER1LOAD 0 | ||
46 | +#define TIMER1VALUE 4 | ||
47 | +#define TIMER1CONTROL 8 | ||
48 | +#define TIMER1INTCLR 0xc | ||
49 | +#define TIMER1RIS 0x10 | ||
50 | +#define TIMER1MIS 0x14 | ||
51 | +#define TIMER1BGLOAD 0x18 | ||
52 | + | ||
53 | +#define TIMER2LOAD 0x20 | ||
54 | +#define TIMER2VALUE 0x24 | ||
55 | +#define TIMER2CONTROL 0x28 | ||
56 | +#define TIMER2INTCLR 0x2c | ||
57 | +#define TIMER2RIS 0x30 | ||
58 | +#define TIMER2MIS 0x34 | ||
59 | +#define TIMER2BGLOAD 0x38 | ||
60 | + | ||
61 | +#define CTRL_ENABLE (1 << 7) | ||
62 | +#define CTRL_PERIODIC (1 << 6) | ||
63 | +#define CTRL_INTEN (1 << 5) | ||
64 | +#define CTRL_PRESCALE_1 (0 << 2) | ||
65 | +#define CTRL_PRESCALE_16 (1 << 2) | ||
66 | +#define CTRL_PRESCALE_256 (2 << 2) | ||
67 | +#define CTRL_32BIT (1 << 1) | ||
68 | +#define CTRL_ONESHOT (1 << 0) | ||
69 | + | ||
70 | +static void test_dualtimer(void) | ||
71 | +{ | ||
72 | + g_assert_true(readl(TIMER_BASE + TIMER1RIS) == 0); | ||
73 | + | ||
74 | + /* Start timer: will fire after 40000 ns */ | ||
75 | + writel(TIMER_BASE + TIMER1LOAD, 1000); | ||
76 | + /* enable in free-running, wrapping, interrupt mode */ | ||
77 | + writel(TIMER_BASE + TIMER1CONTROL, CTRL_ENABLE | CTRL_INTEN); | ||
78 | + | ||
79 | + /* Step to just past the 500th tick and check VALUE */ | ||
80 | + clock_step(500 * 40 + 1); | ||
81 | + g_assert_cmpuint(readl(TIMER_BASE + TIMER1RIS), ==, 0); | ||
82 | + g_assert_cmpuint(readl(TIMER_BASE + TIMER1VALUE), ==, 500); | ||
83 | + | ||
84 | + /* Just past the 1000th tick: timer should have fired */ | ||
85 | + clock_step(500 * 40); | ||
86 | + g_assert_cmpuint(readl(TIMER_BASE + TIMER1RIS), ==, 1); | ||
87 | + g_assert_cmpuint(readl(TIMER_BASE + TIMER1VALUE), ==, 0); | ||
88 | + | ||
89 | + /* | ||
90 | + * We are in free-running wrapping 16-bit mode, so on the following | ||
91 | + * tick VALUE should have wrapped round to 0xffff. | ||
92 | + */ | ||
93 | + clock_step(40); | ||
94 | + g_assert_cmpuint(readl(TIMER_BASE + TIMER1VALUE), ==, 0xffff); | ||
95 | + | ||
96 | + /* Check that any write to INTCLR clears interrupt */ | ||
97 | + writel(TIMER_BASE + TIMER1INTCLR, 1); | ||
98 | + g_assert_cmpuint(readl(TIMER_BASE + TIMER1RIS), ==, 0); | ||
99 | + | ||
100 | + /* Turn off the timer */ | ||
101 | + writel(TIMER_BASE + TIMER1CONTROL, 0); | ||
102 | +} | ||
103 | + | ||
104 | +static void test_prescale(void) | ||
105 | +{ | ||
106 | + g_assert_true(readl(TIMER_BASE + TIMER2RIS) == 0); | ||
107 | + | ||
108 | + /* Start timer: will fire after 40 * 256 * 1000 == 1024000 ns */ | ||
109 | + writel(TIMER_BASE + TIMER2LOAD, 1000); | ||
110 | + /* enable in periodic, wrapping, interrupt mode, prescale 256 */ | ||
111 | + writel(TIMER_BASE + TIMER2CONTROL, | ||
112 | + CTRL_ENABLE | CTRL_INTEN | CTRL_PERIODIC | CTRL_PRESCALE_256); | ||
113 | + | ||
114 | + /* Step to just past the 500th tick and check VALUE */ | ||
115 | + clock_step(40 * 256 * 501); | ||
116 | + g_assert_cmpuint(readl(TIMER_BASE + TIMER2RIS), ==, 0); | ||
117 | + g_assert_cmpuint(readl(TIMER_BASE + TIMER2VALUE), ==, 500); | ||
118 | + | ||
119 | + /* Just past the 1000th tick: timer should have fired */ | ||
120 | + clock_step(40 * 256 * 500); | ||
121 | + g_assert_cmpuint(readl(TIMER_BASE + TIMER2RIS), ==, 1); | ||
122 | + g_assert_cmpuint(readl(TIMER_BASE + TIMER2VALUE), ==, 0); | ||
123 | + | ||
124 | + /* In periodic mode the tick VALUE now reloads */ | ||
125 | + clock_step(40 * 256); | ||
126 | + g_assert_cmpuint(readl(TIMER_BASE + TIMER2VALUE), ==, 1000); | ||
127 | + | ||
128 | + /* Check that any write to INTCLR clears interrupt */ | ||
129 | + writel(TIMER_BASE + TIMER2INTCLR, 1); | ||
130 | + g_assert_cmpuint(readl(TIMER_BASE + TIMER2RIS), ==, 0); | ||
131 | + | ||
132 | + /* Turn off the timer */ | ||
133 | + writel(TIMER_BASE + TIMER2CONTROL, 0); | ||
134 | +} | ||
135 | + | ||
136 | +int main(int argc, char **argv) | ||
137 | +{ | ||
138 | + int r; | ||
139 | + | ||
140 | + g_test_init(&argc, &argv, NULL); | ||
141 | + | ||
142 | + qtest_start("-machine mps2-an385"); | ||
143 | + | ||
144 | + qtest_add_func("/cmsdk-apb-dualtimer/dualtimer", test_dualtimer); | ||
145 | + qtest_add_func("/cmsdk-apb-dualtimer/prescale", test_prescale); | ||
146 | + | ||
147 | + r = g_test_run(); | ||
148 | + | ||
149 | + qtest_end(); | ||
150 | + | ||
151 | + return r; | ||
152 | +} | ||
153 | diff --git a/MAINTAINERS b/MAINTAINERS | ||
13 | index XXXXXXX..XXXXXXX 100644 | 154 | index XXXXXXX..XXXXXXX 100644 |
14 | --- a/target/arm/cpu.c | 155 | --- a/MAINTAINERS |
15 | +++ b/target/arm/cpu.c | 156 | +++ b/MAINTAINERS |
16 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_realizefn(DeviceState *dev, Error **errp) | 157 | @@ -XXX,XX +XXX,XX @@ F: include/hw/timer/cmsdk-apb-timer.h |
17 | init_cpreg_list(cpu); | 158 | F: tests/qtest/cmsdk-apb-timer-test.c |
18 | 159 | F: hw/timer/cmsdk-apb-dualtimer.c | |
19 | #ifndef CONFIG_USER_ONLY | 160 | F: include/hw/timer/cmsdk-apb-dualtimer.h |
20 | - if (cpu->has_el3) { | 161 | +F: tests/qtest/cmsdk-apb-dualtimer-test.c |
21 | - cs->num_ases = 2; | 162 | F: hw/char/cmsdk-apb-uart.c |
22 | - } else { | 163 | F: include/hw/char/cmsdk-apb-uart.h |
23 | - cs->num_ases = 1; | 164 | F: hw/watchdog/cmsdk-apb-watchdog.c |
24 | - } | 165 | diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build |
25 | - | 166 | index XXXXXXX..XXXXXXX 100644 |
26 | - if (cpu->has_el3) { | 167 | --- a/tests/qtest/meson.build |
27 | + if (cpu->has_el3 || arm_feature(env, ARM_FEATURE_M_SECURITY)) { | 168 | +++ b/tests/qtest/meson.build |
28 | AddressSpace *as; | 169 | @@ -XXX,XX +XXX,XX @@ qtests_npcm7xx = \ |
29 | 170 | 'npcm7xx_timer-test', | |
30 | + cs->num_ases = 2; | 171 | 'npcm7xx_watchdog_timer-test'] |
31 | + | 172 | qtests_arm = \ |
32 | if (!cpu->secure_memory) { | 173 | + (config_all_devices.has_key('CONFIG_CMSDK_APB_DUALTIMER') ? ['cmsdk-apb-dualtimer-test'] : []) + \ |
33 | cpu->secure_memory = cs->memory; | 174 | (config_all_devices.has_key('CONFIG_CMSDK_APB_TIMER') ? ['cmsdk-apb-timer-test'] : []) + \ |
34 | } | 175 | (config_all_devices.has_key('CONFIG_CMSDK_APB_WATCHDOG') ? ['cmsdk-apb-watchdog-test'] : []) + \ |
35 | as = address_space_init_shareable(cpu->secure_memory, | 176 | (config_all_devices.has_key('CONFIG_PFLASH_CFI02') ? ['pflash-cfi02-test'] : []) + \ |
36 | "cpu-secure-memory"); | ||
37 | cpu_address_space_init(cs, as, ARMASIdx_S); | ||
38 | + } else { | ||
39 | + cs->num_ases = 1; | ||
40 | } | ||
41 | + | ||
42 | cpu_address_space_init(cs, | ||
43 | address_space_init_shareable(cs->memory, | ||
44 | "cpu-memory"), | ||
45 | -- | 177 | -- |
46 | 2.7.4 | 178 | 2.20.1 |
47 | 179 | ||
48 | 180 | diff view generated by jsdifflib |
1 | Make the CCR register banked if v8M security extensions are enabled. | 1 | The state struct for the CMSDK APB timer device doesn't follow our |
---|---|---|---|
2 | usual naming convention of camelcase -- "CMSDK" and "APB" are both | ||
3 | acronyms, but "TIMER" is not so should not be all-uppercase. | ||
4 | Globally rename the struct to "CMSDKAPBTimer" (bringing it into line | ||
5 | with CMSDKAPBWatchdog and CMSDKAPBDualTimer; CMSDKAPBUART remains | ||
6 | as-is because "UART" is an acronym). | ||
2 | 7 | ||
3 | This is slightly more complicated than the other "add banking" | 8 | Commit created with: |
4 | patches because there is one bit in the register which is not | 9 | perl -p -i -e 's/CMSDKAPBTIMER/CMSDKAPBTimer/g' hw/timer/cmsdk-apb-timer.c include/hw/arm/armsse.h include/hw/timer/cmsdk-apb-timer.h |
5 | banked. We keep the live data in the NS copy of the register, | ||
6 | and adjust it on register reads and writes. (Since we don't | ||
7 | currently implement the behaviour that the bit controls, there | ||
8 | is nowhere else that needs to care.) | ||
9 | |||
10 | This patch includes the enforcement of the bits which are newly | ||
11 | RES1 in ARMv8M. | ||
12 | 10 | ||
13 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
14 | Message-id: 1503414539-28762-17-git-send-email-peter.maydell@linaro.org | 12 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
13 | Reviewed-by: Luc Michel <luc@lmichel.fr> | ||
14 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
15 | Message-id: 20210128114145.20536-7-peter.maydell@linaro.org | ||
16 | Message-id: 20210121190622.22000-7-peter.maydell@linaro.org | ||
15 | --- | 17 | --- |
16 | target/arm/cpu.h | 2 +- | 18 | include/hw/arm/armsse.h | 6 +++--- |
17 | hw/intc/armv7m_nvic.c | 33 +++++++++++++++++++++++++++------ | 19 | include/hw/timer/cmsdk-apb-timer.h | 4 ++-- |
18 | target/arm/cpu.c | 12 +++++++++--- | 20 | hw/timer/cmsdk-apb-timer.c | 28 ++++++++++++++-------------- |
19 | target/arm/helper.c | 5 +++-- | 21 | 3 files changed, 19 insertions(+), 19 deletions(-) |
20 | target/arm/machine.c | 3 ++- | ||
21 | 5 files changed, 42 insertions(+), 13 deletions(-) | ||
22 | 22 | ||
23 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | 23 | diff --git a/include/hw/arm/armsse.h b/include/hw/arm/armsse.h |
24 | index XXXXXXX..XXXXXXX 100644 | 24 | index XXXXXXX..XXXXXXX 100644 |
25 | --- a/target/arm/cpu.h | 25 | --- a/include/hw/arm/armsse.h |
26 | +++ b/target/arm/cpu.h | 26 | +++ b/include/hw/arm/armsse.h |
27 | @@ -XXX,XX +XXX,XX @@ typedef struct CPUARMState { | 27 | @@ -XXX,XX +XXX,XX @@ struct ARMSSE { |
28 | uint32_t vecbase[2]; | 28 | TZPPC apb_ppc0; |
29 | uint32_t basepri[2]; | 29 | TZPPC apb_ppc1; |
30 | uint32_t control[2]; | 30 | TZMPC mpc[IOTS_NUM_MPC]; |
31 | - uint32_t ccr; /* Configuration and Control */ | 31 | - CMSDKAPBTIMER timer0; |
32 | + uint32_t ccr[2]; /* Configuration and Control */ | 32 | - CMSDKAPBTIMER timer1; |
33 | uint32_t cfsr; /* Configurable Fault Status */ | 33 | - CMSDKAPBTIMER s32ktimer; |
34 | uint32_t hfsr; /* HardFault Status */ | 34 | + CMSDKAPBTimer timer0; |
35 | uint32_t dfsr; /* Debug Fault Status Register */ | 35 | + CMSDKAPBTimer timer1; |
36 | diff --git a/hw/intc/armv7m_nvic.c b/hw/intc/armv7m_nvic.c | 36 | + CMSDKAPBTimer s32ktimer; |
37 | qemu_or_irq ppc_irq_orgate; | ||
38 | SplitIRQ sec_resp_splitter; | ||
39 | SplitIRQ ppc_irq_splitter[NUM_PPCS]; | ||
40 | diff --git a/include/hw/timer/cmsdk-apb-timer.h b/include/hw/timer/cmsdk-apb-timer.h | ||
37 | index XXXXXXX..XXXXXXX 100644 | 41 | index XXXXXXX..XXXXXXX 100644 |
38 | --- a/hw/intc/armv7m_nvic.c | 42 | --- a/include/hw/timer/cmsdk-apb-timer.h |
39 | +++ b/hw/intc/armv7m_nvic.c | 43 | +++ b/include/hw/timer/cmsdk-apb-timer.h |
40 | @@ -XXX,XX +XXX,XX @@ static uint32_t nvic_readl(NVICState *s, uint32_t offset, MemTxAttrs attrs) | 44 | @@ -XXX,XX +XXX,XX @@ |
41 | /* TODO: Implement SLEEPONEXIT. */ | 45 | #include "qom/object.h" |
42 | return 0; | 46 | |
43 | case 0xd14: /* Configuration Control. */ | 47 | #define TYPE_CMSDK_APB_TIMER "cmsdk-apb-timer" |
44 | - return cpu->env.v7m.ccr; | 48 | -OBJECT_DECLARE_SIMPLE_TYPE(CMSDKAPBTIMER, CMSDK_APB_TIMER) |
45 | + /* The BFHFNMIGN bit is the only non-banked bit; we | 49 | +OBJECT_DECLARE_SIMPLE_TYPE(CMSDKAPBTimer, CMSDK_APB_TIMER) |
46 | + * keep it in the non-secure copy of the register. | 50 | |
47 | + */ | 51 | -struct CMSDKAPBTIMER { |
48 | + val = cpu->env.v7m.ccr[attrs.secure]; | 52 | +struct CMSDKAPBTimer { |
49 | + val |= cpu->env.v7m.ccr[M_REG_NS] & R_V7M_CCR_BFHFNMIGN_MASK; | 53 | /*< private >*/ |
50 | + return val; | 54 | SysBusDevice parent_obj; |
51 | case 0xd24: /* System Handler Status. */ | 55 | |
52 | val = 0; | 56 | diff --git a/hw/timer/cmsdk-apb-timer.c b/hw/timer/cmsdk-apb-timer.c |
53 | if (s->vectors[ARMV7M_EXCP_MEM].active) { | 57 | index XXXXXXX..XXXXXXX 100644 |
54 | @@ -XXX,XX +XXX,XX @@ static void nvic_writel(NVICState *s, uint32_t offset, uint32_t value, | 58 | --- a/hw/timer/cmsdk-apb-timer.c |
55 | R_V7M_CCR_USERSETMPEND_MASK | | 59 | +++ b/hw/timer/cmsdk-apb-timer.c |
56 | R_V7M_CCR_NONBASETHRDENA_MASK); | 60 | @@ -XXX,XX +XXX,XX @@ static const int timer_id[] = { |
57 | 61 | 0x0d, 0xf0, 0x05, 0xb1, /* CID0..CID3 */ | |
58 | - cpu->env.v7m.ccr = value; | 62 | }; |
59 | + if (arm_feature(&cpu->env, ARM_FEATURE_V8)) { | 63 | |
60 | + /* v8M makes NONBASETHRDENA and STKALIGN be RES1 */ | 64 | -static void cmsdk_apb_timer_update(CMSDKAPBTIMER *s) |
61 | + value |= R_V7M_CCR_NONBASETHRDENA_MASK | 65 | +static void cmsdk_apb_timer_update(CMSDKAPBTimer *s) |
62 | + | R_V7M_CCR_STKALIGN_MASK; | 66 | { |
63 | + } | 67 | qemu_set_irq(s->timerint, !!(s->intstatus & R_INTSTATUS_IRQ_MASK)); |
64 | + if (attrs.secure) { | ||
65 | + /* the BFHFNMIGN bit is not banked; keep that in the NS copy */ | ||
66 | + cpu->env.v7m.ccr[M_REG_NS] = | ||
67 | + (cpu->env.v7m.ccr[M_REG_NS] & ~R_V7M_CCR_BFHFNMIGN_MASK) | ||
68 | + | (value & R_V7M_CCR_BFHFNMIGN_MASK); | ||
69 | + value &= ~R_V7M_CCR_BFHFNMIGN_MASK; | ||
70 | + } | ||
71 | + | ||
72 | + cpu->env.v7m.ccr[attrs.secure] = value; | ||
73 | break; | ||
74 | case 0xd24: /* System Handler Control. */ | ||
75 | s->vectors[ARMV7M_EXCP_MEM].active = (value & (1 << 0)) != 0; | ||
76 | @@ -XXX,XX +XXX,XX @@ static void nvic_writel(NVICState *s, uint32_t offset, uint32_t value, | ||
77 | } | ||
78 | } | 68 | } |
79 | 69 | ||
80 | -static bool nvic_user_access_ok(NVICState *s, hwaddr offset) | 70 | static uint64_t cmsdk_apb_timer_read(void *opaque, hwaddr offset, unsigned size) |
81 | +static bool nvic_user_access_ok(NVICState *s, hwaddr offset, MemTxAttrs attrs) | ||
82 | { | 71 | { |
83 | /* Return true if unprivileged access to this register is permitted. */ | 72 | - CMSDKAPBTIMER *s = CMSDK_APB_TIMER(opaque); |
73 | + CMSDKAPBTimer *s = CMSDK_APB_TIMER(opaque); | ||
74 | uint64_t r; | ||
75 | |||
84 | switch (offset) { | 76 | switch (offset) { |
85 | case 0xf00: /* STIR: accessible only if CCR.USERSETMPEND permits */ | 77 | @@ -XXX,XX +XXX,XX @@ static uint64_t cmsdk_apb_timer_read(void *opaque, hwaddr offset, unsigned size) |
86 | - return s->cpu->env.v7m.ccr & R_V7M_CCR_USERSETMPEND_MASK; | 78 | static void cmsdk_apb_timer_write(void *opaque, hwaddr offset, uint64_t value, |
87 | + /* For access via STIR_NS it is the NS CCR.USERSETMPEND that | 79 | unsigned size) |
88 | + * controls access even though the CPU is in Secure state (I_QDKX). | 80 | { |
89 | + */ | 81 | - CMSDKAPBTIMER *s = CMSDK_APB_TIMER(opaque); |
90 | + return s->cpu->env.v7m.ccr[attrs.secure] & R_V7M_CCR_USERSETMPEND_MASK; | 82 | + CMSDKAPBTimer *s = CMSDK_APB_TIMER(opaque); |
91 | default: | 83 | |
92 | /* All other user accesses cause a BusFault unconditionally */ | 84 | trace_cmsdk_apb_timer_write(offset, value, size); |
93 | return false; | 85 | |
94 | @@ -XXX,XX +XXX,XX @@ static MemTxResult nvic_sysreg_read(void *opaque, hwaddr addr, | 86 | @@ -XXX,XX +XXX,XX @@ static const MemoryRegionOps cmsdk_apb_timer_ops = { |
95 | unsigned i, startvec, end; | 87 | |
96 | uint32_t val; | 88 | static void cmsdk_apb_timer_tick(void *opaque) |
97 | 89 | { | |
98 | - if (attrs.user && !nvic_user_access_ok(s, addr)) { | 90 | - CMSDKAPBTIMER *s = CMSDK_APB_TIMER(opaque); |
99 | + if (attrs.user && !nvic_user_access_ok(s, addr, attrs)) { | 91 | + CMSDKAPBTimer *s = CMSDK_APB_TIMER(opaque); |
100 | /* Generate BusFault for unprivileged accesses */ | 92 | |
101 | return MEMTX_ERROR; | 93 | if (s->ctrl & R_CTRL_IRQEN_MASK) { |
102 | } | 94 | s->intstatus |= R_INTSTATUS_IRQ_MASK; |
103 | @@ -XXX,XX +XXX,XX @@ static MemTxResult nvic_sysreg_write(void *opaque, hwaddr addr, | 95 | @@ -XXX,XX +XXX,XX @@ static void cmsdk_apb_timer_tick(void *opaque) |
104 | 96 | ||
105 | trace_nvic_sysreg_write(addr, value, size); | 97 | static void cmsdk_apb_timer_reset(DeviceState *dev) |
106 | 98 | { | |
107 | - if (attrs.user && !nvic_user_access_ok(s, addr)) { | 99 | - CMSDKAPBTIMER *s = CMSDK_APB_TIMER(dev); |
108 | + if (attrs.user && !nvic_user_access_ok(s, addr, attrs)) { | 100 | + CMSDKAPBTimer *s = CMSDK_APB_TIMER(dev); |
109 | /* Generate BusFault for unprivileged accesses */ | 101 | |
110 | return MEMTX_ERROR; | 102 | trace_cmsdk_apb_timer_reset(); |
111 | } | 103 | s->ctrl = 0; |
112 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c | 104 | @@ -XXX,XX +XXX,XX @@ static void cmsdk_apb_timer_reset(DeviceState *dev) |
113 | index XXXXXXX..XXXXXXX 100644 | 105 | static void cmsdk_apb_timer_init(Object *obj) |
114 | --- a/target/arm/cpu.c | 106 | { |
115 | +++ b/target/arm/cpu.c | 107 | SysBusDevice *sbd = SYS_BUS_DEVICE(obj); |
116 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_reset(CPUState *s) | 108 | - CMSDKAPBTIMER *s = CMSDK_APB_TIMER(obj); |
117 | env->v7m.secure = true; | 109 | + CMSDKAPBTimer *s = CMSDK_APB_TIMER(obj); |
118 | } | 110 | |
119 | 111 | memory_region_init_io(&s->iomem, obj, &cmsdk_apb_timer_ops, | |
120 | - /* The reset value of this bit is IMPDEF, but ARM recommends | 112 | s, "cmsdk-apb-timer", 0x1000); |
121 | + /* In v7M the reset value of this bit is IMPDEF, but ARM recommends | 113 | @@ -XXX,XX +XXX,XX @@ static void cmsdk_apb_timer_init(Object *obj) |
122 | * that it resets to 1, so QEMU always does that rather than making | 114 | |
123 | - * it dependent on CPU model. | 115 | static void cmsdk_apb_timer_realize(DeviceState *dev, Error **errp) |
124 | + * it dependent on CPU model. In v8M it is RES1. | 116 | { |
125 | */ | 117 | - CMSDKAPBTIMER *s = CMSDK_APB_TIMER(dev); |
126 | - env->v7m.ccr = R_V7M_CCR_STKALIGN_MASK; | 118 | + CMSDKAPBTimer *s = CMSDK_APB_TIMER(dev); |
127 | + env->v7m.ccr[M_REG_NS] = R_V7M_CCR_STKALIGN_MASK; | 119 | |
128 | + env->v7m.ccr[M_REG_S] = R_V7M_CCR_STKALIGN_MASK; | 120 | if (s->pclk_frq == 0) { |
129 | + if (arm_feature(env, ARM_FEATURE_V8)) { | 121 | error_setg(errp, "CMSDK APB timer: pclk-frq property must be set"); |
130 | + /* in v8M the NONBASETHRDENA bit [0] is RES1 */ | 122 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription cmsdk_apb_timer_vmstate = { |
131 | + env->v7m.ccr[M_REG_NS] |= R_V7M_CCR_NONBASETHRDENA_MASK; | 123 | .version_id = 1, |
132 | + env->v7m.ccr[M_REG_S] |= R_V7M_CCR_NONBASETHRDENA_MASK; | 124 | .minimum_version_id = 1, |
133 | + } | 125 | .fields = (VMStateField[]) { |
134 | 126 | - VMSTATE_PTIMER(timer, CMSDKAPBTIMER), | |
135 | /* Unlike A/R profile, M profile defines the reset LR value */ | 127 | - VMSTATE_UINT32(ctrl, CMSDKAPBTIMER), |
136 | env->regs[14] = 0xffffffff; | 128 | - VMSTATE_UINT32(value, CMSDKAPBTIMER), |
137 | diff --git a/target/arm/helper.c b/target/arm/helper.c | 129 | - VMSTATE_UINT32(reload, CMSDKAPBTIMER), |
138 | index XXXXXXX..XXXXXXX 100644 | 130 | - VMSTATE_UINT32(intstatus, CMSDKAPBTIMER), |
139 | --- a/target/arm/helper.c | 131 | + VMSTATE_PTIMER(timer, CMSDKAPBTimer), |
140 | +++ b/target/arm/helper.c | 132 | + VMSTATE_UINT32(ctrl, CMSDKAPBTimer), |
141 | @@ -XXX,XX +XXX,XX @@ static void v7m_push_stack(ARMCPU *cpu) | 133 | + VMSTATE_UINT32(value, CMSDKAPBTimer), |
142 | uint32_t xpsr = xpsr_read(env); | 134 | + VMSTATE_UINT32(reload, CMSDKAPBTimer), |
143 | 135 | + VMSTATE_UINT32(intstatus, CMSDKAPBTimer), | |
144 | /* Align stack pointer if the guest wants that */ | ||
145 | - if ((env->regs[13] & 4) && (env->v7m.ccr & R_V7M_CCR_STKALIGN_MASK)) { | ||
146 | + if ((env->regs[13] & 4) && | ||
147 | + (env->v7m.ccr[env->v7m.secure] & R_V7M_CCR_STKALIGN_MASK)) { | ||
148 | env->regs[13] -= 4; | ||
149 | xpsr |= XPSR_SPREALIGN; | ||
150 | } | ||
151 | @@ -XXX,XX +XXX,XX @@ static void do_v7m_exception_exit(ARMCPU *cpu) | ||
152 | /* fall through */ | ||
153 | case 9: /* Return to Thread using Main stack */ | ||
154 | if (!rettobase && | ||
155 | - !(env->v7m.ccr & R_V7M_CCR_NONBASETHRDENA_MASK)) { | ||
156 | + !(env->v7m.ccr[env->v7m.secure] & R_V7M_CCR_NONBASETHRDENA_MASK)) { | ||
157 | ufault = true; | ||
158 | } | ||
159 | break; | ||
160 | diff --git a/target/arm/machine.c b/target/arm/machine.c | ||
161 | index XXXXXXX..XXXXXXX 100644 | ||
162 | --- a/target/arm/machine.c | ||
163 | +++ b/target/arm/machine.c | ||
164 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_m = { | ||
165 | VMSTATE_UINT32(env.v7m.vecbase[M_REG_NS], ARMCPU), | ||
166 | VMSTATE_UINT32(env.v7m.basepri[M_REG_NS], ARMCPU), | ||
167 | VMSTATE_UINT32(env.v7m.control[M_REG_NS], ARMCPU), | ||
168 | - VMSTATE_UINT32(env.v7m.ccr, ARMCPU), | ||
169 | + VMSTATE_UINT32(env.v7m.ccr[M_REG_NS], ARMCPU), | ||
170 | VMSTATE_UINT32(env.v7m.cfsr, ARMCPU), | ||
171 | VMSTATE_UINT32(env.v7m.hfsr, ARMCPU), | ||
172 | VMSTATE_UINT32(env.v7m.dfsr, ARMCPU), | ||
173 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_m_security = { | ||
174 | VMSTATE_UINT32(env.pmsav7.rnr[M_REG_S], ARMCPU), | ||
175 | VMSTATE_VALIDATE("secure MPU_RNR is valid", s_rnr_vmstate_validate), | ||
176 | VMSTATE_UINT32(env.v7m.mpu_ctrl[M_REG_S], ARMCPU), | ||
177 | + VMSTATE_UINT32(env.v7m.ccr[M_REG_S], ARMCPU), | ||
178 | VMSTATE_END_OF_LIST() | 136 | VMSTATE_END_OF_LIST() |
179 | } | 137 | } |
180 | }; | 138 | }; |
139 | |||
140 | static Property cmsdk_apb_timer_properties[] = { | ||
141 | - DEFINE_PROP_UINT32("pclk-frq", CMSDKAPBTIMER, pclk_frq, 0), | ||
142 | + DEFINE_PROP_UINT32("pclk-frq", CMSDKAPBTimer, pclk_frq, 0), | ||
143 | DEFINE_PROP_END_OF_LIST(), | ||
144 | }; | ||
145 | |||
146 | @@ -XXX,XX +XXX,XX @@ static void cmsdk_apb_timer_class_init(ObjectClass *klass, void *data) | ||
147 | static const TypeInfo cmsdk_apb_timer_info = { | ||
148 | .name = TYPE_CMSDK_APB_TIMER, | ||
149 | .parent = TYPE_SYS_BUS_DEVICE, | ||
150 | - .instance_size = sizeof(CMSDKAPBTIMER), | ||
151 | + .instance_size = sizeof(CMSDKAPBTimer), | ||
152 | .instance_init = cmsdk_apb_timer_init, | ||
153 | .class_init = cmsdk_apb_timer_class_init, | ||
154 | }; | ||
181 | -- | 155 | -- |
182 | 2.7.4 | 156 | 2.20.1 |
183 | 157 | ||
184 | 158 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | As the first step in converting the CMSDK_APB_TIMER device to the | ||
2 | Clock framework, add a Clock input. For the moment we do nothing | ||
3 | with this clock; we will change the behaviour from using the pclk-frq | ||
4 | property to using the Clock once all the users of this device have | ||
5 | been converted to wire up the Clock. | ||
1 | 6 | ||
7 | Since the device doesn't already have a doc comment for its "QEMU | ||
8 | interface", we add one including the new Clock. | ||
9 | |||
10 | This is a migration compatibility break for machines mps2-an505, | ||
11 | mps2-an521, musca-a, musca-b1. | ||
12 | |||
13 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
14 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
15 | Reviewed-by: Luc Michel <luc@lmichel.fr> | ||
16 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
17 | Message-id: 20210128114145.20536-8-peter.maydell@linaro.org | ||
18 | Message-id: 20210121190622.22000-8-peter.maydell@linaro.org | ||
19 | --- | ||
20 | include/hw/timer/cmsdk-apb-timer.h | 9 +++++++++ | ||
21 | hw/timer/cmsdk-apb-timer.c | 7 +++++-- | ||
22 | 2 files changed, 14 insertions(+), 2 deletions(-) | ||
23 | |||
24 | diff --git a/include/hw/timer/cmsdk-apb-timer.h b/include/hw/timer/cmsdk-apb-timer.h | ||
25 | index XXXXXXX..XXXXXXX 100644 | ||
26 | --- a/include/hw/timer/cmsdk-apb-timer.h | ||
27 | +++ b/include/hw/timer/cmsdk-apb-timer.h | ||
28 | @@ -XXX,XX +XXX,XX @@ | ||
29 | #include "hw/qdev-properties.h" | ||
30 | #include "hw/sysbus.h" | ||
31 | #include "hw/ptimer.h" | ||
32 | +#include "hw/clock.h" | ||
33 | #include "qom/object.h" | ||
34 | |||
35 | #define TYPE_CMSDK_APB_TIMER "cmsdk-apb-timer" | ||
36 | OBJECT_DECLARE_SIMPLE_TYPE(CMSDKAPBTimer, CMSDK_APB_TIMER) | ||
37 | |||
38 | +/* | ||
39 | + * QEMU interface: | ||
40 | + * + QOM property "pclk-frq": frequency at which the timer is clocked | ||
41 | + * + Clock input "pclk": clock for the timer | ||
42 | + * + sysbus MMIO region 0: the register bank | ||
43 | + * + sysbus IRQ 0: timer interrupt TIMERINT | ||
44 | + */ | ||
45 | struct CMSDKAPBTimer { | ||
46 | /*< private >*/ | ||
47 | SysBusDevice parent_obj; | ||
48 | @@ -XXX,XX +XXX,XX @@ struct CMSDKAPBTimer { | ||
49 | qemu_irq timerint; | ||
50 | uint32_t pclk_frq; | ||
51 | struct ptimer_state *timer; | ||
52 | + Clock *pclk; | ||
53 | |||
54 | uint32_t ctrl; | ||
55 | uint32_t value; | ||
56 | diff --git a/hw/timer/cmsdk-apb-timer.c b/hw/timer/cmsdk-apb-timer.c | ||
57 | index XXXXXXX..XXXXXXX 100644 | ||
58 | --- a/hw/timer/cmsdk-apb-timer.c | ||
59 | +++ b/hw/timer/cmsdk-apb-timer.c | ||
60 | @@ -XXX,XX +XXX,XX @@ | ||
61 | #include "hw/sysbus.h" | ||
62 | #include "hw/irq.h" | ||
63 | #include "hw/registerfields.h" | ||
64 | +#include "hw/qdev-clock.h" | ||
65 | #include "hw/timer/cmsdk-apb-timer.h" | ||
66 | #include "migration/vmstate.h" | ||
67 | |||
68 | @@ -XXX,XX +XXX,XX @@ static void cmsdk_apb_timer_init(Object *obj) | ||
69 | s, "cmsdk-apb-timer", 0x1000); | ||
70 | sysbus_init_mmio(sbd, &s->iomem); | ||
71 | sysbus_init_irq(sbd, &s->timerint); | ||
72 | + s->pclk = qdev_init_clock_in(DEVICE(s), "pclk", NULL, NULL); | ||
73 | } | ||
74 | |||
75 | static void cmsdk_apb_timer_realize(DeviceState *dev, Error **errp) | ||
76 | @@ -XXX,XX +XXX,XX @@ static void cmsdk_apb_timer_realize(DeviceState *dev, Error **errp) | ||
77 | |||
78 | static const VMStateDescription cmsdk_apb_timer_vmstate = { | ||
79 | .name = "cmsdk-apb-timer", | ||
80 | - .version_id = 1, | ||
81 | - .minimum_version_id = 1, | ||
82 | + .version_id = 2, | ||
83 | + .minimum_version_id = 2, | ||
84 | .fields = (VMStateField[]) { | ||
85 | VMSTATE_PTIMER(timer, CMSDKAPBTimer), | ||
86 | + VMSTATE_CLOCK(pclk, CMSDKAPBTimer), | ||
87 | VMSTATE_UINT32(ctrl, CMSDKAPBTimer), | ||
88 | VMSTATE_UINT32(value, CMSDKAPBTimer), | ||
89 | VMSTATE_UINT32(reload, CMSDKAPBTimer), | ||
90 | -- | ||
91 | 2.20.1 | ||
92 | |||
93 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | As the first step in converting the CMSDK_APB_DUALTIMER device to the | ||
2 | Clock framework, add a Clock input. For the moment we do nothing | ||
3 | with this clock; we will change the behaviour from using the pclk-frq | ||
4 | property to using the Clock once all the users of this device have | ||
5 | been converted to wire up the Clock. | ||
1 | 6 | ||
7 | We take the opportunity to correct the name of the clock input to | ||
8 | match the hardware -- the dual timer names the clock which drives the | ||
9 | timers TIMCLK. (It does also have a 'pclk' input, which is used only | ||
10 | for the register and APB bus logic; on the SSE-200 these clocks are | ||
11 | both connected together.) | ||
12 | |||
13 | This is a migration compatibility break for machines mps2-an385, | ||
14 | mps2-an386, mps2-an500, mps2-an511, mps2-an505, mps2-an521, musca-a, | ||
15 | musca-b1. | ||
16 | |||
17 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
18 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
19 | Reviewed-by: Luc Michel <luc@lmichel.fr> | ||
20 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
21 | Message-id: 20210128114145.20536-9-peter.maydell@linaro.org | ||
22 | Message-id: 20210121190622.22000-9-peter.maydell@linaro.org | ||
23 | --- | ||
24 | include/hw/timer/cmsdk-apb-dualtimer.h | 3 +++ | ||
25 | hw/timer/cmsdk-apb-dualtimer.c | 7 +++++-- | ||
26 | 2 files changed, 8 insertions(+), 2 deletions(-) | ||
27 | |||
28 | diff --git a/include/hw/timer/cmsdk-apb-dualtimer.h b/include/hw/timer/cmsdk-apb-dualtimer.h | ||
29 | index XXXXXXX..XXXXXXX 100644 | ||
30 | --- a/include/hw/timer/cmsdk-apb-dualtimer.h | ||
31 | +++ b/include/hw/timer/cmsdk-apb-dualtimer.h | ||
32 | @@ -XXX,XX +XXX,XX @@ | ||
33 | * | ||
34 | * QEMU interface: | ||
35 | * + QOM property "pclk-frq": frequency at which the timer is clocked | ||
36 | + * + Clock input "TIMCLK": clock (for both timers) | ||
37 | * + sysbus MMIO region 0: the register bank | ||
38 | * + sysbus IRQ 0: combined timer interrupt TIMINTC | ||
39 | * + sysbus IRO 1: timer block 1 interrupt TIMINT1 | ||
40 | @@ -XXX,XX +XXX,XX @@ | ||
41 | |||
42 | #include "hw/sysbus.h" | ||
43 | #include "hw/ptimer.h" | ||
44 | +#include "hw/clock.h" | ||
45 | #include "qom/object.h" | ||
46 | |||
47 | #define TYPE_CMSDK_APB_DUALTIMER "cmsdk-apb-dualtimer" | ||
48 | @@ -XXX,XX +XXX,XX @@ struct CMSDKAPBDualTimer { | ||
49 | MemoryRegion iomem; | ||
50 | qemu_irq timerintc; | ||
51 | uint32_t pclk_frq; | ||
52 | + Clock *timclk; | ||
53 | |||
54 | CMSDKAPBDualTimerModule timermod[CMSDK_APB_DUALTIMER_NUM_MODULES]; | ||
55 | uint32_t timeritcr; | ||
56 | diff --git a/hw/timer/cmsdk-apb-dualtimer.c b/hw/timer/cmsdk-apb-dualtimer.c | ||
57 | index XXXXXXX..XXXXXXX 100644 | ||
58 | --- a/hw/timer/cmsdk-apb-dualtimer.c | ||
59 | +++ b/hw/timer/cmsdk-apb-dualtimer.c | ||
60 | @@ -XXX,XX +XXX,XX @@ | ||
61 | #include "hw/irq.h" | ||
62 | #include "hw/qdev-properties.h" | ||
63 | #include "hw/registerfields.h" | ||
64 | +#include "hw/qdev-clock.h" | ||
65 | #include "hw/timer/cmsdk-apb-dualtimer.h" | ||
66 | #include "migration/vmstate.h" | ||
67 | |||
68 | @@ -XXX,XX +XXX,XX @@ static void cmsdk_apb_dualtimer_init(Object *obj) | ||
69 | for (i = 0; i < ARRAY_SIZE(s->timermod); i++) { | ||
70 | sysbus_init_irq(sbd, &s->timermod[i].timerint); | ||
71 | } | ||
72 | + s->timclk = qdev_init_clock_in(DEVICE(s), "TIMCLK", NULL, NULL); | ||
73 | } | ||
74 | |||
75 | static void cmsdk_apb_dualtimer_realize(DeviceState *dev, Error **errp) | ||
76 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription cmsdk_dualtimermod_vmstate = { | ||
77 | |||
78 | static const VMStateDescription cmsdk_apb_dualtimer_vmstate = { | ||
79 | .name = "cmsdk-apb-dualtimer", | ||
80 | - .version_id = 1, | ||
81 | - .minimum_version_id = 1, | ||
82 | + .version_id = 2, | ||
83 | + .minimum_version_id = 2, | ||
84 | .fields = (VMStateField[]) { | ||
85 | + VMSTATE_CLOCK(timclk, CMSDKAPBDualTimer), | ||
86 | VMSTATE_STRUCT_ARRAY(timermod, CMSDKAPBDualTimer, | ||
87 | CMSDK_APB_DUALTIMER_NUM_MODULES, | ||
88 | 1, cmsdk_dualtimermod_vmstate, | ||
89 | -- | ||
90 | 2.20.1 | ||
91 | |||
92 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | As the first step in converting the CMSDK_APB_TIMER device to the | ||
2 | Clock framework, add a Clock input. For the moment we do nothing | ||
3 | with this clock; we will change the behaviour from using the | ||
4 | wdogclk-frq property to using the Clock once all the users of this | ||
5 | device have been converted to wire up the Clock. | ||
1 | 6 | ||
7 | This is a migration compatibility break for machines mps2-an385, | ||
8 | mps2-an386, mps2-an500, mps2-an511, mps2-an505, mps2-an521, musca-a, | ||
9 | musca-b1, lm3s811evb, lm3s6965evb. | ||
10 | |||
11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
12 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
13 | Reviewed-by: Luc Michel <luc@lmichel.fr> | ||
14 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
15 | Message-id: 20210128114145.20536-10-peter.maydell@linaro.org | ||
16 | Message-id: 20210121190622.22000-10-peter.maydell@linaro.org | ||
17 | --- | ||
18 | include/hw/watchdog/cmsdk-apb-watchdog.h | 3 +++ | ||
19 | hw/watchdog/cmsdk-apb-watchdog.c | 7 +++++-- | ||
20 | 2 files changed, 8 insertions(+), 2 deletions(-) | ||
21 | |||
22 | diff --git a/include/hw/watchdog/cmsdk-apb-watchdog.h b/include/hw/watchdog/cmsdk-apb-watchdog.h | ||
23 | index XXXXXXX..XXXXXXX 100644 | ||
24 | --- a/include/hw/watchdog/cmsdk-apb-watchdog.h | ||
25 | +++ b/include/hw/watchdog/cmsdk-apb-watchdog.h | ||
26 | @@ -XXX,XX +XXX,XX @@ | ||
27 | * | ||
28 | * QEMU interface: | ||
29 | * + QOM property "wdogclk-frq": frequency at which the watchdog is clocked | ||
30 | + * + Clock input "WDOGCLK": clock for the watchdog's timer | ||
31 | * + sysbus MMIO region 0: the register bank | ||
32 | * + sysbus IRQ 0: watchdog interrupt | ||
33 | * | ||
34 | @@ -XXX,XX +XXX,XX @@ | ||
35 | |||
36 | #include "hw/sysbus.h" | ||
37 | #include "hw/ptimer.h" | ||
38 | +#include "hw/clock.h" | ||
39 | #include "qom/object.h" | ||
40 | |||
41 | #define TYPE_CMSDK_APB_WATCHDOG "cmsdk-apb-watchdog" | ||
42 | @@ -XXX,XX +XXX,XX @@ struct CMSDKAPBWatchdog { | ||
43 | uint32_t wdogclk_frq; | ||
44 | bool is_luminary; | ||
45 | struct ptimer_state *timer; | ||
46 | + Clock *wdogclk; | ||
47 | |||
48 | uint32_t control; | ||
49 | uint32_t intstatus; | ||
50 | diff --git a/hw/watchdog/cmsdk-apb-watchdog.c b/hw/watchdog/cmsdk-apb-watchdog.c | ||
51 | index XXXXXXX..XXXXXXX 100644 | ||
52 | --- a/hw/watchdog/cmsdk-apb-watchdog.c | ||
53 | +++ b/hw/watchdog/cmsdk-apb-watchdog.c | ||
54 | @@ -XXX,XX +XXX,XX @@ | ||
55 | #include "hw/irq.h" | ||
56 | #include "hw/qdev-properties.h" | ||
57 | #include "hw/registerfields.h" | ||
58 | +#include "hw/qdev-clock.h" | ||
59 | #include "hw/watchdog/cmsdk-apb-watchdog.h" | ||
60 | #include "migration/vmstate.h" | ||
61 | |||
62 | @@ -XXX,XX +XXX,XX @@ static void cmsdk_apb_watchdog_init(Object *obj) | ||
63 | s, "cmsdk-apb-watchdog", 0x1000); | ||
64 | sysbus_init_mmio(sbd, &s->iomem); | ||
65 | sysbus_init_irq(sbd, &s->wdogint); | ||
66 | + s->wdogclk = qdev_init_clock_in(DEVICE(s), "WDOGCLK", NULL, NULL); | ||
67 | |||
68 | s->is_luminary = false; | ||
69 | s->id = cmsdk_apb_watchdog_id; | ||
70 | @@ -XXX,XX +XXX,XX @@ static void cmsdk_apb_watchdog_realize(DeviceState *dev, Error **errp) | ||
71 | |||
72 | static const VMStateDescription cmsdk_apb_watchdog_vmstate = { | ||
73 | .name = "cmsdk-apb-watchdog", | ||
74 | - .version_id = 1, | ||
75 | - .minimum_version_id = 1, | ||
76 | + .version_id = 2, | ||
77 | + .minimum_version_id = 2, | ||
78 | .fields = (VMStateField[]) { | ||
79 | + VMSTATE_CLOCK(wdogclk, CMSDKAPBWatchdog), | ||
80 | VMSTATE_PTIMER(timer, CMSDKAPBWatchdog), | ||
81 | VMSTATE_UINT32(control, CMSDKAPBWatchdog), | ||
82 | VMSTATE_UINT32(intstatus, CMSDKAPBWatchdog), | ||
83 | -- | ||
84 | 2.20.1 | ||
85 | |||
86 | diff view generated by jsdifflib |
1 | Make the MPU_RNR register banked if v8M security extensions are | 1 | While we transition the ARMSSE code from integer properties |
---|---|---|---|
2 | enabled. | 2 | specifying clock frequencies to Clock objects, we want to have the |
3 | device provide both at once. We want the final name of the main | ||
4 | input Clock to be "MAINCLK", following the hardware name. | ||
5 | Unfortunately creating an input Clock with a name X creates an | ||
6 | under-the-hood QOM property X; for "MAINCLK" this clashes with the | ||
7 | existing UINT32 property of that name. | ||
8 | |||
9 | Rename the UINT32 property to MAINCLK_FRQ so it can coexist with the | ||
10 | MAINCLK Clock; once the transition is complete MAINCLK_FRQ will be | ||
11 | deleted. | ||
12 | |||
13 | Commit created with: | ||
14 | perl -p -i -e 's/MAINCLK/MAINCLK_FRQ/g' hw/arm/{armsse,mps2-tz,musca}.c include/hw/arm/armsse.h | ||
3 | 15 | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 16 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 17 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
6 | Message-id: 1503414539-28762-15-git-send-email-peter.maydell@linaro.org | 18 | Reviewed-by: Luc Michel <luc@lmichel.fr> |
19 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
20 | Message-id: 20210128114145.20536-11-peter.maydell@linaro.org | ||
21 | Message-id: 20210121190622.22000-11-peter.maydell@linaro.org | ||
7 | --- | 22 | --- |
8 | target/arm/cpu.h | 2 +- | 23 | include/hw/arm/armsse.h | 2 +- |
9 | hw/intc/armv7m_nvic.c | 18 +++++++++--------- | 24 | hw/arm/armsse.c | 6 +++--- |
10 | target/arm/cpu.c | 3 ++- | 25 | hw/arm/mps2-tz.c | 2 +- |
11 | target/arm/helper.c | 6 +++--- | 26 | hw/arm/musca.c | 2 +- |
12 | target/arm/machine.c | 13 +++++++++++-- | 27 | 4 files changed, 6 insertions(+), 6 deletions(-) |
13 | 5 files changed, 26 insertions(+), 16 deletions(-) | ||
14 | 28 | ||
15 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | 29 | diff --git a/include/hw/arm/armsse.h b/include/hw/arm/armsse.h |
16 | index XXXXXXX..XXXXXXX 100644 | 30 | index XXXXXXX..XXXXXXX 100644 |
17 | --- a/target/arm/cpu.h | 31 | --- a/include/hw/arm/armsse.h |
18 | +++ b/target/arm/cpu.h | 32 | +++ b/include/hw/arm/armsse.h |
19 | @@ -XXX,XX +XXX,XX @@ typedef struct CPUARMState { | 33 | @@ -XXX,XX +XXX,XX @@ |
20 | uint32_t *drbar; | 34 | * QEMU interface: |
21 | uint32_t *drsr; | 35 | * + QOM property "memory" is a MemoryRegion containing the devices provided |
22 | uint32_t *dracr; | 36 | * by the board model. |
23 | - uint32_t rnr; | 37 | - * + QOM property "MAINCLK" is the frequency of the main system clock |
24 | + uint32_t rnr[2]; | 38 | + * + QOM property "MAINCLK_FRQ" is the frequency of the main system clock |
25 | } pmsav7; | 39 | * + QOM property "EXP_NUMIRQ" sets the number of expansion interrupts. |
26 | 40 | * (In hardware, the SSE-200 permits the number of expansion interrupts | |
27 | /* PMSAv8 MPU */ | 41 | * for the two CPUs to be configured separately, but we restrict it to |
28 | diff --git a/hw/intc/armv7m_nvic.c b/hw/intc/armv7m_nvic.c | 42 | diff --git a/hw/arm/armsse.c b/hw/arm/armsse.c |
29 | index XXXXXXX..XXXXXXX 100644 | 43 | index XXXXXXX..XXXXXXX 100644 |
30 | --- a/hw/intc/armv7m_nvic.c | 44 | --- a/hw/arm/armsse.c |
31 | +++ b/hw/intc/armv7m_nvic.c | 45 | +++ b/hw/arm/armsse.c |
32 | @@ -XXX,XX +XXX,XX @@ static uint32_t nvic_readl(NVICState *s, uint32_t offset, MemTxAttrs attrs) | 46 | @@ -XXX,XX +XXX,XX @@ static Property iotkit_properties[] = { |
33 | case 0xd94: /* MPU_CTRL */ | 47 | DEFINE_PROP_LINK("memory", ARMSSE, board_memory, TYPE_MEMORY_REGION, |
34 | return cpu->env.v7m.mpu_ctrl; | 48 | MemoryRegion *), |
35 | case 0xd98: /* MPU_RNR */ | 49 | DEFINE_PROP_UINT32("EXP_NUMIRQ", ARMSSE, exp_numirq, 64), |
36 | - return cpu->env.pmsav7.rnr; | 50 | - DEFINE_PROP_UINT32("MAINCLK", ARMSSE, mainclk_frq, 0), |
37 | + return cpu->env.pmsav7.rnr[attrs.secure]; | 51 | + DEFINE_PROP_UINT32("MAINCLK_FRQ", ARMSSE, mainclk_frq, 0), |
38 | case 0xd9c: /* MPU_RBAR */ | 52 | DEFINE_PROP_UINT32("SRAM_ADDR_WIDTH", ARMSSE, sram_addr_width, 15), |
39 | case 0xda4: /* MPU_RBAR_A1 */ | 53 | DEFINE_PROP_UINT32("init-svtor", ARMSSE, init_svtor, 0x10000000), |
40 | case 0xdac: /* MPU_RBAR_A2 */ | 54 | DEFINE_PROP_BOOL("CPU0_FPU", ARMSSE, cpu_fpu[0], true), |
41 | case 0xdb4: /* MPU_RBAR_A3 */ | 55 | @@ -XXX,XX +XXX,XX @@ static Property armsse_properties[] = { |
42 | { | 56 | DEFINE_PROP_LINK("memory", ARMSSE, board_memory, TYPE_MEMORY_REGION, |
43 | - int region = cpu->env.pmsav7.rnr; | 57 | MemoryRegion *), |
44 | + int region = cpu->env.pmsav7.rnr[attrs.secure]; | 58 | DEFINE_PROP_UINT32("EXP_NUMIRQ", ARMSSE, exp_numirq, 64), |
45 | 59 | - DEFINE_PROP_UINT32("MAINCLK", ARMSSE, mainclk_frq, 0), | |
46 | if (arm_feature(&cpu->env, ARM_FEATURE_V8)) { | 60 | + DEFINE_PROP_UINT32("MAINCLK_FRQ", ARMSSE, mainclk_frq, 0), |
47 | /* PMSAv8M handling of the aliases is different from v7M: | 61 | DEFINE_PROP_UINT32("SRAM_ADDR_WIDTH", ARMSSE, sram_addr_width, 15), |
48 | @@ -XXX,XX +XXX,XX @@ static uint32_t nvic_readl(NVICState *s, uint32_t offset, MemTxAttrs attrs) | 62 | DEFINE_PROP_UINT32("init-svtor", ARMSSE, init_svtor, 0x10000000), |
49 | case 0xdb0: /* MPU_RASR_A2 (v7M), MPU_RLAR_A2 (v8M) */ | 63 | DEFINE_PROP_BOOL("CPU0_FPU", ARMSSE, cpu_fpu[0], false), |
50 | case 0xdb8: /* MPU_RASR_A3 (v7M), MPU_RLAR_A3 (v8M) */ | 64 | @@ -XXX,XX +XXX,XX @@ static void armsse_realize(DeviceState *dev, Error **errp) |
51 | { | ||
52 | - int region = cpu->env.pmsav7.rnr; | ||
53 | + int region = cpu->env.pmsav7.rnr[attrs.secure]; | ||
54 | |||
55 | if (arm_feature(&cpu->env, ARM_FEATURE_V8)) { | ||
56 | /* PMSAv8M handling of the aliases is different from v7M: | ||
57 | @@ -XXX,XX +XXX,XX @@ static void nvic_writel(NVICState *s, uint32_t offset, uint32_t value, | ||
58 | PRIu32 "/%" PRIu32 "\n", | ||
59 | value, cpu->pmsav7_dregion); | ||
60 | } else { | ||
61 | - cpu->env.pmsav7.rnr = value; | ||
62 | + cpu->env.pmsav7.rnr[attrs.secure] = value; | ||
63 | } | ||
64 | break; | ||
65 | case 0xd9c: /* MPU_RBAR */ | ||
66 | @@ -XXX,XX +XXX,XX @@ static void nvic_writel(NVICState *s, uint32_t offset, uint32_t value, | ||
67 | */ | ||
68 | int aliasno = (offset - 0xd9c) / 8; /* 0..3 */ | ||
69 | |||
70 | - region = cpu->env.pmsav7.rnr; | ||
71 | + region = cpu->env.pmsav7.rnr[attrs.secure]; | ||
72 | if (aliasno) { | ||
73 | region = deposit32(region, 0, 2, aliasno); | ||
74 | } | ||
75 | @@ -XXX,XX +XXX,XX @@ static void nvic_writel(NVICState *s, uint32_t offset, uint32_t value, | ||
76 | region, cpu->pmsav7_dregion); | ||
77 | return; | ||
78 | } | ||
79 | - cpu->env.pmsav7.rnr = region; | ||
80 | + cpu->env.pmsav7.rnr[attrs.secure] = region; | ||
81 | } else { | ||
82 | - region = cpu->env.pmsav7.rnr; | ||
83 | + region = cpu->env.pmsav7.rnr[attrs.secure]; | ||
84 | } | ||
85 | |||
86 | if (region >= cpu->pmsav7_dregion) { | ||
87 | @@ -XXX,XX +XXX,XX @@ static void nvic_writel(NVICState *s, uint32_t offset, uint32_t value, | ||
88 | case 0xdb0: /* MPU_RASR_A2 (v7M), MPU_RLAR_A2 (v8M) */ | ||
89 | case 0xdb8: /* MPU_RASR_A3 (v7M), MPU_RLAR_A3 (v8M) */ | ||
90 | { | ||
91 | - int region = cpu->env.pmsav7.rnr; | ||
92 | + int region = cpu->env.pmsav7.rnr[attrs.secure]; | ||
93 | |||
94 | if (arm_feature(&cpu->env, ARM_FEATURE_V8)) { | ||
95 | /* PMSAv8M handling of the aliases is different from v7M: | ||
96 | @@ -XXX,XX +XXX,XX @@ static void nvic_writel(NVICState *s, uint32_t offset, uint32_t value, | ||
97 | */ | ||
98 | int aliasno = (offset - 0xd9c) / 8; /* 0..3 */ | ||
99 | |||
100 | - region = cpu->env.pmsav7.rnr; | ||
101 | + region = cpu->env.pmsav7.rnr[attrs.secure]; | ||
102 | if (aliasno) { | ||
103 | region = deposit32(region, 0, 2, aliasno); | ||
104 | } | ||
105 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c | ||
106 | index XXXXXXX..XXXXXXX 100644 | ||
107 | --- a/target/arm/cpu.c | ||
108 | +++ b/target/arm/cpu.c | ||
109 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_reset(CPUState *s) | ||
110 | sizeof(*env->pmsav7.dracr) * cpu->pmsav7_dregion); | ||
111 | } | ||
112 | } | ||
113 | - env->pmsav7.rnr = 0; | ||
114 | + env->pmsav7.rnr[M_REG_NS] = 0; | ||
115 | + env->pmsav7.rnr[M_REG_S] = 0; | ||
116 | env->pmsav8.mair0[M_REG_NS] = 0; | ||
117 | env->pmsav8.mair0[M_REG_S] = 0; | ||
118 | env->pmsav8.mair1[M_REG_NS] = 0; | ||
119 | diff --git a/target/arm/helper.c b/target/arm/helper.c | ||
120 | index XXXXXXX..XXXXXXX 100644 | ||
121 | --- a/target/arm/helper.c | ||
122 | +++ b/target/arm/helper.c | ||
123 | @@ -XXX,XX +XXX,XX @@ static uint64_t pmsav7_read(CPUARMState *env, const ARMCPRegInfo *ri) | ||
124 | return 0; | ||
125 | } | 65 | } |
126 | 66 | ||
127 | - u32p += env->pmsav7.rnr; | 67 | if (!s->mainclk_frq) { |
128 | + u32p += env->pmsav7.rnr[M_REG_NS]; | 68 | - error_setg(errp, "MAINCLK property was not set"); |
129 | return *u32p; | 69 | + error_setg(errp, "MAINCLK_FRQ property was not set"); |
130 | } | ||
131 | |||
132 | @@ -XXX,XX +XXX,XX @@ static void pmsav7_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
133 | return; | 70 | return; |
134 | } | 71 | } |
135 | 72 | ||
136 | - u32p += env->pmsav7.rnr; | 73 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c |
137 | + u32p += env->pmsav7.rnr[M_REG_NS]; | ||
138 | tlb_flush(CPU(cpu)); /* Mappings may have changed - purge! */ | ||
139 | *u32p = value; | ||
140 | } | ||
141 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo pmsav7_cp_reginfo[] = { | ||
142 | .resetfn = arm_cp_reset_ignore }, | ||
143 | { .name = "RGNR", .cp = 15, .crn = 6, .opc1 = 0, .crm = 2, .opc2 = 0, | ||
144 | .access = PL1_RW, | ||
145 | - .fieldoffset = offsetof(CPUARMState, pmsav7.rnr), | ||
146 | + .fieldoffset = offsetof(CPUARMState, pmsav7.rnr[M_REG_NS]), | ||
147 | .writefn = pmsav7_rgnr_write, | ||
148 | .resetfn = arm_cp_reset_ignore }, | ||
149 | REGINFO_SENTINEL | ||
150 | diff --git a/target/arm/machine.c b/target/arm/machine.c | ||
151 | index XXXXXXX..XXXXXXX 100644 | 74 | index XXXXXXX..XXXXXXX 100644 |
152 | --- a/target/arm/machine.c | 75 | --- a/hw/arm/mps2-tz.c |
153 | +++ b/target/arm/machine.c | 76 | +++ b/hw/arm/mps2-tz.c |
154 | @@ -XXX,XX +XXX,XX @@ static bool pmsav7_rgnr_vmstate_validate(void *opaque, int version_id) | 77 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) |
155 | { | 78 | object_property_set_link(OBJECT(&mms->iotkit), "memory", |
156 | ARMCPU *cpu = opaque; | 79 | OBJECT(system_memory), &error_abort); |
157 | 80 | qdev_prop_set_uint32(iotkitdev, "EXP_NUMIRQ", MPS2TZ_NUMIRQ); | |
158 | - return cpu->env.pmsav7.rnr < cpu->pmsav7_dregion; | 81 | - qdev_prop_set_uint32(iotkitdev, "MAINCLK", SYSCLK_FRQ); |
159 | + return cpu->env.pmsav7.rnr[M_REG_NS] < cpu->pmsav7_dregion; | 82 | + qdev_prop_set_uint32(iotkitdev, "MAINCLK_FRQ", SYSCLK_FRQ); |
160 | } | 83 | sysbus_realize(SYS_BUS_DEVICE(&mms->iotkit), &error_fatal); |
161 | 84 | ||
162 | static const VMStateDescription vmstate_pmsav7 = { | 85 | /* |
163 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_pmsav7_rnr = { | 86 | diff --git a/hw/arm/musca.c b/hw/arm/musca.c |
164 | .minimum_version_id = 1, | 87 | index XXXXXXX..XXXXXXX 100644 |
165 | .needed = pmsav7_rnr_needed, | 88 | --- a/hw/arm/musca.c |
166 | .fields = (VMStateField[]) { | 89 | +++ b/hw/arm/musca.c |
167 | - VMSTATE_UINT32(env.pmsav7.rnr, ARMCPU), | 90 | @@ -XXX,XX +XXX,XX @@ static void musca_init(MachineState *machine) |
168 | + VMSTATE_UINT32(env.pmsav7.rnr[M_REG_NS], ARMCPU), | 91 | qdev_prop_set_uint32(ssedev, "EXP_NUMIRQ", mmc->num_irqs); |
169 | VMSTATE_END_OF_LIST() | 92 | qdev_prop_set_uint32(ssedev, "init-svtor", mmc->init_svtor); |
170 | } | 93 | qdev_prop_set_uint32(ssedev, "SRAM_ADDR_WIDTH", mmc->sram_addr_width); |
171 | }; | 94 | - qdev_prop_set_uint32(ssedev, "MAINCLK", SYSCLK_FRQ); |
172 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_pmsav8 = { | 95 | + qdev_prop_set_uint32(ssedev, "MAINCLK_FRQ", SYSCLK_FRQ); |
173 | } | 96 | /* |
174 | }; | 97 | * Musca-A takes the default SSE-200 FPU/DSP settings (ie no for |
175 | 98 | * CPU0 and yes for CPU1); Musca-B1 explicitly enables them for CPU0. | |
176 | +static bool s_rnr_vmstate_validate(void *opaque, int version_id) | ||
177 | +{ | ||
178 | + ARMCPU *cpu = opaque; | ||
179 | + | ||
180 | + return cpu->env.pmsav7.rnr[M_REG_S] < cpu->pmsav7_dregion; | ||
181 | +} | ||
182 | + | ||
183 | static bool m_security_needed(void *opaque) | ||
184 | { | ||
185 | ARMCPU *cpu = opaque; | ||
186 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_m_security = { | ||
187 | 0, vmstate_info_uint32, uint32_t), | ||
188 | VMSTATE_VARRAY_UINT32(env.pmsav8.rlar[M_REG_S], ARMCPU, pmsav7_dregion, | ||
189 | 0, vmstate_info_uint32, uint32_t), | ||
190 | + VMSTATE_UINT32(env.pmsav7.rnr[M_REG_S], ARMCPU), | ||
191 | + VMSTATE_VALIDATE("secure MPU_RNR is valid", s_rnr_vmstate_validate), | ||
192 | VMSTATE_END_OF_LIST() | ||
193 | } | ||
194 | }; | ||
195 | -- | 99 | -- |
196 | 2.7.4 | 100 | 2.20.1 |
197 | 101 | ||
198 | 102 | diff view generated by jsdifflib |
1 | Make the BASEPRI register banked if v8M security extensions are enabled. | 1 | Create two input clocks on the ARMSSE devices, one for the normal |
---|---|---|---|
2 | MAINCLK, and one for the 32KHz S32KCLK, and wire these up to the | ||
3 | appropriate devices. The old property-based clock frequency setting | ||
4 | will remain in place until conversion is complete. | ||
2 | 5 | ||
3 | Note that we do not yet implement the functionality of the new | 6 | This is a migration compatibility break for machines mps2-an505, |
4 | AIRCR.PRIS bit (which allows the effect of the NS copy of BASEPRI to | 7 | mps2-an521, musca-a, musca-b1. |
5 | be restricted). | ||
6 | 8 | ||
7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
8 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 10 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
9 | Message-id: 1503414539-28762-7-git-send-email-peter.maydell@linaro.org | 11 | Reviewed-by: Luc Michel <luc@lmichel.fr> |
12 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
13 | Message-id: 20210128114145.20536-12-peter.maydell@linaro.org | ||
14 | Message-id: 20210121190622.22000-12-peter.maydell@linaro.org | ||
10 | --- | 15 | --- |
11 | target/arm/cpu.h | 14 +++++++++++++- | 16 | include/hw/arm/armsse.h | 6 ++++++ |
12 | hw/intc/armv7m_nvic.c | 4 ++-- | 17 | hw/arm/armsse.c | 17 +++++++++++++++-- |
13 | target/arm/helper.c | 10 ++++++---- | 18 | 2 files changed, 21 insertions(+), 2 deletions(-) |
14 | target/arm/machine.c | 3 ++- | ||
15 | 4 files changed, 23 insertions(+), 8 deletions(-) | ||
16 | 19 | ||
17 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | 20 | diff --git a/include/hw/arm/armsse.h b/include/hw/arm/armsse.h |
18 | index XXXXXXX..XXXXXXX 100644 | 21 | index XXXXXXX..XXXXXXX 100644 |
19 | --- a/target/arm/cpu.h | 22 | --- a/include/hw/arm/armsse.h |
20 | +++ b/target/arm/cpu.h | 23 | +++ b/include/hw/arm/armsse.h |
21 | @@ -XXX,XX +XXX,XX @@ | 24 | @@ -XXX,XX +XXX,XX @@ |
22 | #define ARMV7M_EXCP_PENDSV 14 | 25 | * per-CPU identity and control register blocks |
23 | #define ARMV7M_EXCP_SYSTICK 15 | 26 | * |
24 | 27 | * QEMU interface: | |
25 | +/* For M profile, some registers are banked secure vs non-secure; | 28 | + * + Clock input "MAINCLK": clock for CPUs and most peripherals |
26 | + * these are represented as a 2-element array where the first element | 29 | + * + Clock input "S32KCLK": slow 32KHz clock used for a few peripherals |
27 | + * is the non-secure copy and the second is the secure copy. | 30 | * + QOM property "memory" is a MemoryRegion containing the devices provided |
28 | + * When the CPU does not have implement the security extension then | 31 | * by the board model. |
29 | + * only the first element is used. | 32 | * + QOM property "MAINCLK_FRQ" is the frequency of the main system clock |
30 | + * This means that the copy for the current security state can be | 33 | @@ -XXX,XX +XXX,XX @@ |
31 | + * accessed via env->registerfield[env->v7m.secure] (whether the security | 34 | #include "hw/misc/armsse-mhu.h" |
32 | + * extension is implemented or not). | 35 | #include "hw/misc/unimp.h" |
33 | + */ | 36 | #include "hw/or-irq.h" |
34 | +#define M_REG_NS 0 | 37 | +#include "hw/clock.h" |
35 | +#define M_REG_S 1 | 38 | #include "hw/core/split-irq.h" |
39 | #include "hw/cpu/cluster.h" | ||
40 | #include "qom/object.h" | ||
41 | @@ -XXX,XX +XXX,XX @@ struct ARMSSE { | ||
42 | |||
43 | uint32_t nsccfg; | ||
44 | |||
45 | + Clock *mainclk; | ||
46 | + Clock *s32kclk; | ||
36 | + | 47 | + |
37 | /* ARM-specific interrupt pending bits. */ | 48 | /* Properties */ |
38 | #define CPU_INTERRUPT_FIQ CPU_INTERRUPT_TGT_EXT_1 | 49 | MemoryRegion *board_memory; |
39 | #define CPU_INTERRUPT_VIRQ CPU_INTERRUPT_TGT_EXT_2 | 50 | uint32_t exp_numirq; |
40 | @@ -XXX,XX +XXX,XX @@ typedef struct CPUARMState { | 51 | diff --git a/hw/arm/armsse.c b/hw/arm/armsse.c |
41 | struct { | ||
42 | uint32_t other_sp; | ||
43 | uint32_t vecbase; | ||
44 | - uint32_t basepri; | ||
45 | + uint32_t basepri[2]; | ||
46 | uint32_t control; | ||
47 | uint32_t ccr; /* Configuration and Control */ | ||
48 | uint32_t cfsr; /* Configurable Fault Status */ | ||
49 | diff --git a/hw/intc/armv7m_nvic.c b/hw/intc/armv7m_nvic.c | ||
50 | index XXXXXXX..XXXXXXX 100644 | 52 | index XXXXXXX..XXXXXXX 100644 |
51 | --- a/hw/intc/armv7m_nvic.c | 53 | --- a/hw/arm/armsse.c |
52 | +++ b/hw/intc/armv7m_nvic.c | 54 | +++ b/hw/arm/armsse.c |
53 | @@ -XXX,XX +XXX,XX @@ static inline int nvic_exec_prio(NVICState *s) | 55 | @@ -XXX,XX +XXX,XX @@ |
54 | running = -1; | 56 | #include "hw/arm/armsse.h" |
55 | } else if (env->v7m.primask) { | 57 | #include "hw/arm/boot.h" |
56 | running = 0; | 58 | #include "hw/irq.h" |
57 | - } else if (env->v7m.basepri > 0) { | 59 | +#include "hw/qdev-clock.h" |
58 | - running = env->v7m.basepri & nvic_gprio_mask(s); | 60 | |
59 | + } else if (env->v7m.basepri[env->v7m.secure] > 0) { | 61 | /* Format of the System Information block SYS_CONFIG register */ |
60 | + running = env->v7m.basepri[env->v7m.secure] & nvic_gprio_mask(s); | 62 | typedef enum SysConfigFormat { |
61 | } else { | 63 | @@ -XXX,XX +XXX,XX @@ static void armsse_init(Object *obj) |
62 | running = NVIC_NOEXC_PRIO; /* lower than any possible priority */ | 64 | assert(info->sram_banks <= MAX_SRAM_BANKS); |
65 | assert(info->num_cpus <= SSE_MAX_CPUS); | ||
66 | |||
67 | + s->mainclk = qdev_init_clock_in(DEVICE(s), "MAINCLK", NULL, NULL); | ||
68 | + s->s32kclk = qdev_init_clock_in(DEVICE(s), "S32KCLK", NULL, NULL); | ||
69 | + | ||
70 | memory_region_init(&s->container, obj, "armsse-container", UINT64_MAX); | ||
71 | |||
72 | for (i = 0; i < info->num_cpus; i++) { | ||
73 | @@ -XXX,XX +XXX,XX @@ static void armsse_realize(DeviceState *dev, Error **errp) | ||
74 | * map its upstream ends to the right place in the container. | ||
75 | */ | ||
76 | qdev_prop_set_uint32(DEVICE(&s->timer0), "pclk-frq", s->mainclk_frq); | ||
77 | + qdev_connect_clock_in(DEVICE(&s->timer0), "pclk", s->mainclk); | ||
78 | if (!sysbus_realize(SYS_BUS_DEVICE(&s->timer0), errp)) { | ||
79 | return; | ||
63 | } | 80 | } |
64 | diff --git a/target/arm/helper.c b/target/arm/helper.c | 81 | @@ -XXX,XX +XXX,XX @@ static void armsse_realize(DeviceState *dev, Error **errp) |
65 | index XXXXXXX..XXXXXXX 100644 | 82 | &error_abort); |
66 | --- a/target/arm/helper.c | 83 | |
67 | +++ b/target/arm/helper.c | 84 | qdev_prop_set_uint32(DEVICE(&s->timer1), "pclk-frq", s->mainclk_frq); |
68 | @@ -XXX,XX +XXX,XX @@ uint32_t HELPER(v7m_mrs)(CPUARMState *env, uint32_t reg) | 85 | + qdev_connect_clock_in(DEVICE(&s->timer1), "pclk", s->mainclk); |
69 | return env->v7m.primask; | 86 | if (!sysbus_realize(SYS_BUS_DEVICE(&s->timer1), errp)) { |
70 | case 17: /* BASEPRI */ | 87 | return; |
71 | case 18: /* BASEPRI_MAX */ | 88 | } |
72 | - return env->v7m.basepri; | 89 | @@ -XXX,XX +XXX,XX @@ static void armsse_realize(DeviceState *dev, Error **errp) |
73 | + return env->v7m.basepri[env->v7m.secure]; | 90 | &error_abort); |
74 | case 19: /* FAULTMASK */ | 91 | |
75 | return env->v7m.faultmask; | 92 | qdev_prop_set_uint32(DEVICE(&s->dualtimer), "pclk-frq", s->mainclk_frq); |
76 | default: | 93 | + qdev_connect_clock_in(DEVICE(&s->dualtimer), "TIMCLK", s->mainclk); |
77 | @@ -XXX,XX +XXX,XX @@ void HELPER(v7m_msr)(CPUARMState *env, uint32_t maskreg, uint32_t val) | 94 | if (!sysbus_realize(SYS_BUS_DEVICE(&s->dualtimer), errp)) { |
78 | env->v7m.primask = val & 1; | 95 | return; |
79 | break; | 96 | } |
80 | case 17: /* BASEPRI */ | 97 | @@ -XXX,XX +XXX,XX @@ static void armsse_realize(DeviceState *dev, Error **errp) |
81 | - env->v7m.basepri = val & 0xff; | 98 | * 0x4002f000: S32K timer |
82 | + env->v7m.basepri[env->v7m.secure] = val & 0xff; | 99 | */ |
83 | break; | 100 | qdev_prop_set_uint32(DEVICE(&s->s32ktimer), "pclk-frq", S32KCLK); |
84 | case 18: /* BASEPRI_MAX */ | 101 | + qdev_connect_clock_in(DEVICE(&s->s32ktimer), "pclk", s->s32kclk); |
85 | val &= 0xff; | 102 | if (!sysbus_realize(SYS_BUS_DEVICE(&s->s32ktimer), errp)) { |
86 | - if (val != 0 && (val < env->v7m.basepri || env->v7m.basepri == 0)) | 103 | return; |
87 | - env->v7m.basepri = val; | 104 | } |
88 | + if (val != 0 && (val < env->v7m.basepri[env->v7m.secure] | 105 | @@ -XXX,XX +XXX,XX @@ static void armsse_realize(DeviceState *dev, Error **errp) |
89 | + || env->v7m.basepri[env->v7m.secure] == 0)) { | 106 | qdev_get_gpio_in_named(DEVICE(&s->armv7m), "NMI", 0)); |
90 | + env->v7m.basepri[env->v7m.secure] = val; | 107 | |
91 | + } | 108 | qdev_prop_set_uint32(DEVICE(&s->s32kwatchdog), "wdogclk-frq", S32KCLK); |
92 | break; | 109 | + qdev_connect_clock_in(DEVICE(&s->s32kwatchdog), "WDOGCLK", s->s32kclk); |
93 | case 19: /* FAULTMASK */ | 110 | if (!sysbus_realize(SYS_BUS_DEVICE(&s->s32kwatchdog), errp)) { |
94 | env->v7m.faultmask = val & 1; | 111 | return; |
95 | diff --git a/target/arm/machine.c b/target/arm/machine.c | 112 | } |
96 | index XXXXXXX..XXXXXXX 100644 | 113 | @@ -XXX,XX +XXX,XX @@ static void armsse_realize(DeviceState *dev, Error **errp) |
97 | --- a/target/arm/machine.c | 114 | /* 0x40080000 .. 0x4008ffff : ARMSSE second Base peripheral region */ |
98 | +++ b/target/arm/machine.c | 115 | |
99 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_m = { | 116 | qdev_prop_set_uint32(DEVICE(&s->nswatchdog), "wdogclk-frq", s->mainclk_frq); |
100 | .needed = m_needed, | 117 | + qdev_connect_clock_in(DEVICE(&s->nswatchdog), "WDOGCLK", s->mainclk); |
118 | if (!sysbus_realize(SYS_BUS_DEVICE(&s->nswatchdog), errp)) { | ||
119 | return; | ||
120 | } | ||
121 | @@ -XXX,XX +XXX,XX @@ static void armsse_realize(DeviceState *dev, Error **errp) | ||
122 | sysbus_mmio_map(SYS_BUS_DEVICE(&s->nswatchdog), 0, 0x40081000); | ||
123 | |||
124 | qdev_prop_set_uint32(DEVICE(&s->swatchdog), "wdogclk-frq", s->mainclk_frq); | ||
125 | + qdev_connect_clock_in(DEVICE(&s->swatchdog), "WDOGCLK", s->mainclk); | ||
126 | if (!sysbus_realize(SYS_BUS_DEVICE(&s->swatchdog), errp)) { | ||
127 | return; | ||
128 | } | ||
129 | @@ -XXX,XX +XXX,XX @@ static void armsse_idau_check(IDAUInterface *ii, uint32_t address, | ||
130 | |||
131 | static const VMStateDescription armsse_vmstate = { | ||
132 | .name = "iotkit", | ||
133 | - .version_id = 1, | ||
134 | - .minimum_version_id = 1, | ||
135 | + .version_id = 2, | ||
136 | + .minimum_version_id = 2, | ||
101 | .fields = (VMStateField[]) { | 137 | .fields = (VMStateField[]) { |
102 | VMSTATE_UINT32(env.v7m.vecbase, ARMCPU), | 138 | + VMSTATE_CLOCK(mainclk, ARMSSE), |
103 | - VMSTATE_UINT32(env.v7m.basepri, ARMCPU), | 139 | + VMSTATE_CLOCK(s32kclk, ARMSSE), |
104 | + VMSTATE_UINT32(env.v7m.basepri[M_REG_NS], ARMCPU), | 140 | VMSTATE_UINT32(nsccfg, ARMSSE), |
105 | VMSTATE_UINT32(env.v7m.control, ARMCPU), | ||
106 | VMSTATE_UINT32(env.v7m.ccr, ARMCPU), | ||
107 | VMSTATE_UINT32(env.v7m.cfsr, ARMCPU), | ||
108 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_m_security = { | ||
109 | .needed = m_security_needed, | ||
110 | .fields = (VMStateField[]) { | ||
111 | VMSTATE_UINT32(env.v7m.secure, ARMCPU), | ||
112 | + VMSTATE_UINT32(env.v7m.basepri[M_REG_S], ARMCPU), | ||
113 | VMSTATE_END_OF_LIST() | 141 | VMSTATE_END_OF_LIST() |
114 | } | 142 | } |
115 | }; | ||
116 | -- | 143 | -- |
117 | 2.7.4 | 144 | 2.20.1 |
118 | 145 | ||
119 | 146 | diff view generated by jsdifflib |
1 | Define a new MachineClass field ignore_memory_transaction_failures. | 1 | The old-style convenience function cmsdk_apb_timer_create() for |
---|---|---|---|
2 | If this is flag is true then the CPU will ignore memory transaction | 2 | creating CMSDK_APB_TIMER objects is used in only two places in |
3 | failures which should cause the CPU to take an exception due to an | 3 | mps2.c. Most of the rest of the code in that file uses the new |
4 | access to an unassigned physical address; the transaction will | 4 | "initialize in place" coding style. |
5 | instead return zero (for a read) or be ignored (for a write). This | ||
6 | should be set only by legacy board models which rely on the old | ||
7 | RAZ/WI behaviour for handling devices that QEMU does not yet model. | ||
8 | New board models should instead use "unimplemented-device" for all | ||
9 | memory ranges where the guest will attempt to probe for a device that | ||
10 | QEMU doesn't implement and a stub device is required. | ||
11 | 5 | ||
12 | We need this for ARM boards, where we're about to implement support for | 6 | We want to connect up a Clock object which should be done between the |
13 | generating external aborts on memory transaction failures. Too many | 7 | object creation and realization; rather than adding a Clock* argument |
14 | of our legacy board models rely on the RAZ/WI behaviour and we | 8 | to the convenience function, convert the timer creation code in |
15 | would break currently working guests when their "probe for device" | 9 | mps2.c to the same style as is used already for the watchdog, |
16 | code provoked an external abort rather than a RAZ. | 10 | dualtimer and other devices, and delete the now-unused convenience |
11 | function. | ||
17 | 12 | ||
18 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 13 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
19 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 14 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
20 | Reviewed-by: Alistair Francis <alistair.francis@xilinx.com> | 15 | Reviewed-by: Luc Michel <luc@lmichel.fr> |
21 | Message-id: 1504626814-23124-2-git-send-email-peter.maydell@linaro.org | 16 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
17 | Message-id: 20210128114145.20536-13-peter.maydell@linaro.org | ||
18 | Message-id: 20210121190622.22000-13-peter.maydell@linaro.org | ||
22 | --- | 19 | --- |
23 | include/hw/boards.h | 11 +++++++++++ | 20 | include/hw/timer/cmsdk-apb-timer.h | 21 --------------------- |
24 | include/qom/cpu.h | 7 ++++++- | 21 | hw/arm/mps2.c | 18 ++++++++++++++++-- |
25 | qom/cpu.c | 16 ++++++++++++++++ | 22 | 2 files changed, 16 insertions(+), 23 deletions(-) |
26 | 3 files changed, 33 insertions(+), 1 deletion(-) | ||
27 | 23 | ||
28 | diff --git a/include/hw/boards.h b/include/hw/boards.h | 24 | diff --git a/include/hw/timer/cmsdk-apb-timer.h b/include/hw/timer/cmsdk-apb-timer.h |
29 | index XXXXXXX..XXXXXXX 100644 | 25 | index XXXXXXX..XXXXXXX 100644 |
30 | --- a/include/hw/boards.h | 26 | --- a/include/hw/timer/cmsdk-apb-timer.h |
31 | +++ b/include/hw/boards.h | 27 | +++ b/include/hw/timer/cmsdk-apb-timer.h |
32 | @@ -XXX,XX +XXX,XX @@ typedef struct { | 28 | @@ -XXX,XX +XXX,XX @@ struct CMSDKAPBTimer { |
33 | * size than the target architecture's minimum. (Attempting to create | 29 | uint32_t intstatus; |
34 | * such a CPU will fail.) Note that changing this is a migration | 30 | }; |
35 | * compatibility break for the machine. | 31 | |
36 | + * @ignore_memory_transaction_failures: | 32 | -/** |
37 | + * If this is flag is true then the CPU will ignore memory transaction | 33 | - * cmsdk_apb_timer_create - convenience function to create TYPE_CMSDK_APB_TIMER |
38 | + * failures which should cause the CPU to take an exception due to an | 34 | - * @addr: location in system memory to map registers |
39 | + * access to an unassigned physical address; the transaction will instead | 35 | - * @pclk_frq: frequency in Hz of the PCLK clock (used for calculating baud rate) |
40 | + * return zero (for a read) or be ignored (for a write). This should be | 36 | - */ |
41 | + * set only by legacy board models which rely on the old RAZ/WI behaviour | 37 | -static inline DeviceState *cmsdk_apb_timer_create(hwaddr addr, |
42 | + * for handling devices that QEMU does not yet model. New board models | 38 | - qemu_irq timerint, |
43 | + * should instead use "unimplemented-device" for all memory ranges where | 39 | - uint32_t pclk_frq) |
44 | + * the guest will attempt to probe for a device that QEMU doesn't | 40 | -{ |
45 | + * implement and a stub device is required. | 41 | - DeviceState *dev; |
46 | */ | 42 | - SysBusDevice *s; |
47 | struct MachineClass { | 43 | - |
48 | /*< private >*/ | 44 | - dev = qdev_new(TYPE_CMSDK_APB_TIMER); |
49 | @@ -XXX,XX +XXX,XX @@ struct MachineClass { | 45 | - s = SYS_BUS_DEVICE(dev); |
50 | bool rom_file_has_mr; | 46 | - qdev_prop_set_uint32(dev, "pclk-frq", pclk_frq); |
51 | int minimum_page_bits; | 47 | - sysbus_realize_and_unref(s, &error_fatal); |
52 | bool has_hotpluggable_cpus; | 48 | - sysbus_mmio_map(s, 0, addr); |
53 | + bool ignore_memory_transaction_failures; | 49 | - sysbus_connect_irq(s, 0, timerint); |
54 | int numa_mem_align_shift; | 50 | - return dev; |
55 | void (*numa_auto_assign_ram)(MachineClass *mc, NodeInfo *nodes, | 51 | -} |
56 | int nb_nodes, ram_addr_t size); | 52 | - |
57 | diff --git a/include/qom/cpu.h b/include/qom/cpu.h | 53 | #endif |
54 | diff --git a/hw/arm/mps2.c b/hw/arm/mps2.c | ||
58 | index XXXXXXX..XXXXXXX 100644 | 55 | index XXXXXXX..XXXXXXX 100644 |
59 | --- a/include/qom/cpu.h | 56 | --- a/hw/arm/mps2.c |
60 | +++ b/include/qom/cpu.h | 57 | +++ b/hw/arm/mps2.c |
61 | @@ -XXX,XX +XXX,XX @@ struct qemu_work_item; | 58 | @@ -XXX,XX +XXX,XX @@ struct MPS2MachineState { |
62 | * @trace_dstate_delayed: Delayed changes to trace_dstate (includes all changes | 59 | /* CMSDK APB subsystem */ |
63 | * to @trace_dstate). | 60 | CMSDKAPBDualTimer dualtimer; |
64 | * @trace_dstate: Dynamic tracing state of events for this vCPU (bitmask). | 61 | CMSDKAPBWatchdog watchdog; |
65 | + * @ignore_memory_transaction_failures: Cached copy of the MachineState | 62 | + CMSDKAPBTimer timer[2]; |
66 | + * flag of the same name: allows the board to suppress calling of the | 63 | }; |
67 | + * CPU do_transaction_failed hook function. | 64 | |
68 | * | 65 | #define TYPE_MPS2_MACHINE "mps2" |
69 | * State of one CPU core or thread. | 66 | @@ -XXX,XX +XXX,XX @@ static void mps2_common_init(MachineState *machine) |
70 | */ | 67 | } |
71 | @@ -XXX,XX +XXX,XX @@ struct CPUState { | 68 | |
72 | */ | 69 | /* CMSDK APB subsystem */ |
73 | bool throttle_thread_scheduled; | 70 | - cmsdk_apb_timer_create(0x40000000, qdev_get_gpio_in(armv7m, 8), SYSCLK_FRQ); |
74 | 71 | - cmsdk_apb_timer_create(0x40001000, qdev_get_gpio_in(armv7m, 9), SYSCLK_FRQ); | |
75 | + bool ignore_memory_transaction_failures; | 72 | + for (i = 0; i < ARRAY_SIZE(mms->timer); i++) { |
73 | + g_autofree char *name = g_strdup_printf("timer%d", i); | ||
74 | + hwaddr base = 0x40000000 + i * 0x1000; | ||
75 | + int irqno = 8 + i; | ||
76 | + SysBusDevice *sbd; | ||
76 | + | 77 | + |
77 | /* Note that this is accessed at the start of every TB via a negative | 78 | + object_initialize_child(OBJECT(mms), name, &mms->timer[i], |
78 | offset from AREG0. Leave this field at the end so as to make the | 79 | + TYPE_CMSDK_APB_TIMER); |
79 | (absolute value) offset as small as possible. This reduces code | 80 | + sbd = SYS_BUS_DEVICE(&mms->timer[i]); |
80 | @@ -XXX,XX +XXX,XX @@ static inline void cpu_transaction_failed(CPUState *cpu, hwaddr physaddr, | 81 | + qdev_prop_set_uint32(DEVICE(&mms->timer[i]), "pclk-frq", SYSCLK_FRQ); |
81 | { | 82 | + sysbus_realize_and_unref(sbd, &error_fatal); |
82 | CPUClass *cc = CPU_GET_CLASS(cpu); | 83 | + sysbus_mmio_map(sbd, 0, base); |
83 | 84 | + sysbus_connect_irq(sbd, 0, qdev_get_gpio_in(armv7m, irqno)); | |
84 | - if (cc->do_transaction_failed) { | 85 | + } |
85 | + if (!cpu->ignore_memory_transaction_failures && cc->do_transaction_failed) { | ||
86 | cc->do_transaction_failed(cpu, physaddr, addr, size, access_type, | ||
87 | mmu_idx, attrs, response, retaddr); | ||
88 | } | ||
89 | diff --git a/qom/cpu.c b/qom/cpu.c | ||
90 | index XXXXXXX..XXXXXXX 100644 | ||
91 | --- a/qom/cpu.c | ||
92 | +++ b/qom/cpu.c | ||
93 | @@ -XXX,XX +XXX,XX @@ | ||
94 | #include "exec/cpu-common.h" | ||
95 | #include "qemu/error-report.h" | ||
96 | #include "sysemu/sysemu.h" | ||
97 | +#include "hw/boards.h" | ||
98 | #include "hw/qdev-properties.h" | ||
99 | #include "trace-root.h" | ||
100 | |||
101 | @@ -XXX,XX +XXX,XX @@ static void cpu_common_parse_features(const char *typename, char *features, | ||
102 | static void cpu_common_realizefn(DeviceState *dev, Error **errp) | ||
103 | { | ||
104 | CPUState *cpu = CPU(dev); | ||
105 | + Object *machine = qdev_get_machine(); | ||
106 | + | 86 | + |
107 | + /* qdev_get_machine() can return something that's not TYPE_MACHINE | 87 | object_initialize_child(OBJECT(mms), "dualtimer", &mms->dualtimer, |
108 | + * if this is one of the user-only emulators; in that case there's | 88 | TYPE_CMSDK_APB_DUALTIMER); |
109 | + * no need to check the ignore_memory_transaction_failures board flag. | 89 | qdev_prop_set_uint32(DEVICE(&mms->dualtimer), "pclk-frq", SYSCLK_FRQ); |
110 | + */ | ||
111 | + if (object_dynamic_cast(machine, TYPE_MACHINE)) { | ||
112 | + ObjectClass *oc = object_get_class(machine); | ||
113 | + MachineClass *mc = MACHINE_CLASS(oc); | ||
114 | + | ||
115 | + if (mc) { | ||
116 | + cpu->ignore_memory_transaction_failures = | ||
117 | + mc->ignore_memory_transaction_failures; | ||
118 | + } | ||
119 | + } | ||
120 | |||
121 | if (dev->hotplugged) { | ||
122 | cpu_synchronize_post_init(cpu); | ||
123 | -- | 90 | -- |
124 | 2.7.4 | 91 | 2.20.1 |
125 | 92 | ||
126 | 93 | diff view generated by jsdifflib |
1 | Make the MPU_CTRL register banked if v8M security extensions are | 1 | Create a fixed-frequency Clock object to be the SYSCLK, and wire it |
---|---|---|---|
2 | enabled. | 2 | up to the devices that require it. |
3 | 3 | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 5 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
6 | Message-id: 1503414539-28762-16-git-send-email-peter.maydell@linaro.org | 6 | Reviewed-by: Luc Michel <luc@lmichel.fr> |
7 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
8 | Message-id: 20210128114145.20536-14-peter.maydell@linaro.org | ||
9 | Message-id: 20210121190622.22000-14-peter.maydell@linaro.org | ||
7 | --- | 10 | --- |
8 | target/arm/cpu.h | 2 +- | 11 | hw/arm/mps2.c | 9 +++++++++ |
9 | hw/intc/armv7m_nvic.c | 9 +++++---- | 12 | 1 file changed, 9 insertions(+) |
10 | target/arm/helper.c | 5 +++-- | ||
11 | target/arm/machine.c | 3 ++- | ||
12 | 4 files changed, 11 insertions(+), 8 deletions(-) | ||
13 | 13 | ||
14 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | 14 | diff --git a/hw/arm/mps2.c b/hw/arm/mps2.c |
15 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/target/arm/cpu.h | 16 | --- a/hw/arm/mps2.c |
17 | +++ b/target/arm/cpu.h | 17 | +++ b/hw/arm/mps2.c |
18 | @@ -XXX,XX +XXX,XX @@ typedef struct CPUARMState { | 18 | @@ -XXX,XX +XXX,XX @@ |
19 | uint32_t dfsr; /* Debug Fault Status Register */ | 19 | #include "hw/net/lan9118.h" |
20 | uint32_t mmfar; /* MemManage Fault Address */ | 20 | #include "net/net.h" |
21 | uint32_t bfar; /* BusFault Address */ | 21 | #include "hw/watchdog/cmsdk-apb-watchdog.h" |
22 | - unsigned mpu_ctrl; /* MPU_CTRL */ | 22 | +#include "hw/qdev-clock.h" |
23 | + unsigned mpu_ctrl[2]; /* MPU_CTRL */ | 23 | #include "qom/object.h" |
24 | int exception; | 24 | |
25 | uint32_t primask[2]; | 25 | typedef enum MPS2FPGAType { |
26 | uint32_t faultmask[2]; | 26 | @@ -XXX,XX +XXX,XX @@ struct MPS2MachineState { |
27 | diff --git a/hw/intc/armv7m_nvic.c b/hw/intc/armv7m_nvic.c | 27 | CMSDKAPBDualTimer dualtimer; |
28 | index XXXXXXX..XXXXXXX 100644 | 28 | CMSDKAPBWatchdog watchdog; |
29 | --- a/hw/intc/armv7m_nvic.c | 29 | CMSDKAPBTimer timer[2]; |
30 | +++ b/hw/intc/armv7m_nvic.c | 30 | + Clock *sysclk; |
31 | @@ -XXX,XX +XXX,XX @@ static uint32_t nvic_readl(NVICState *s, uint32_t offset, MemTxAttrs attrs) | 31 | }; |
32 | return cpu->pmsav7_dregion << 8; | 32 | |
33 | break; | 33 | #define TYPE_MPS2_MACHINE "mps2" |
34 | case 0xd94: /* MPU_CTRL */ | 34 | @@ -XXX,XX +XXX,XX @@ static void mps2_common_init(MachineState *machine) |
35 | - return cpu->env.v7m.mpu_ctrl; | 35 | exit(EXIT_FAILURE); |
36 | + return cpu->env.v7m.mpu_ctrl[attrs.secure]; | ||
37 | case 0xd98: /* MPU_RNR */ | ||
38 | return cpu->env.pmsav7.rnr[attrs.secure]; | ||
39 | case 0xd9c: /* MPU_RBAR */ | ||
40 | @@ -XXX,XX +XXX,XX @@ static void nvic_writel(NVICState *s, uint32_t offset, uint32_t value, | ||
41 | qemu_log_mask(LOG_GUEST_ERROR, "MPU_CTRL: HFNMIENA and !ENABLE is " | ||
42 | "UNPREDICTABLE\n"); | ||
43 | } | ||
44 | - cpu->env.v7m.mpu_ctrl = value & (R_V7M_MPU_CTRL_ENABLE_MASK | | ||
45 | - R_V7M_MPU_CTRL_HFNMIENA_MASK | | ||
46 | - R_V7M_MPU_CTRL_PRIVDEFENA_MASK); | ||
47 | + cpu->env.v7m.mpu_ctrl[attrs.secure] | ||
48 | + = value & (R_V7M_MPU_CTRL_ENABLE_MASK | | ||
49 | + R_V7M_MPU_CTRL_HFNMIENA_MASK | | ||
50 | + R_V7M_MPU_CTRL_PRIVDEFENA_MASK); | ||
51 | tlb_flush(CPU(cpu)); | ||
52 | break; | ||
53 | case 0xd98: /* MPU_RNR */ | ||
54 | diff --git a/target/arm/helper.c b/target/arm/helper.c | ||
55 | index XXXXXXX..XXXXXXX 100644 | ||
56 | --- a/target/arm/helper.c | ||
57 | +++ b/target/arm/helper.c | ||
58 | @@ -XXX,XX +XXX,XX @@ static inline bool regime_translation_disabled(CPUARMState *env, | ||
59 | ARMMMUIdx mmu_idx) | ||
60 | { | ||
61 | if (arm_feature(env, ARM_FEATURE_M)) { | ||
62 | - switch (env->v7m.mpu_ctrl & | ||
63 | + switch (env->v7m.mpu_ctrl[regime_is_secure(env, mmu_idx)] & | ||
64 | (R_V7M_MPU_CTRL_ENABLE_MASK | R_V7M_MPU_CTRL_HFNMIENA_MASK)) { | ||
65 | case R_V7M_MPU_CTRL_ENABLE_MASK: | ||
66 | /* Enabled, but not for HardFault and NMI */ | ||
67 | @@ -XXX,XX +XXX,XX @@ static bool pmsav7_use_background_region(ARMCPU *cpu, | ||
68 | } | 36 | } |
69 | 37 | ||
70 | if (arm_feature(env, ARM_FEATURE_M)) { | 38 | + /* This clock doesn't need migration because it is fixed-frequency */ |
71 | - return env->v7m.mpu_ctrl & R_V7M_MPU_CTRL_PRIVDEFENA_MASK; | 39 | + mms->sysclk = clock_new(OBJECT(machine), "SYSCLK"); |
72 | + return env->v7m.mpu_ctrl[regime_is_secure(env, mmu_idx)] | 40 | + clock_set_hz(mms->sysclk, SYSCLK_FRQ); |
73 | + & R_V7M_MPU_CTRL_PRIVDEFENA_MASK; | 41 | + |
74 | } else { | 42 | /* The FPGA images have an odd combination of different RAMs, |
75 | return regime_sctlr(env, mmu_idx) & SCTLR_BR; | 43 | * because in hardware they are different implementations and |
76 | } | 44 | * connected to different buses, giving varying performance/size |
77 | diff --git a/target/arm/machine.c b/target/arm/machine.c | 45 | @@ -XXX,XX +XXX,XX @@ static void mps2_common_init(MachineState *machine) |
78 | index XXXXXXX..XXXXXXX 100644 | 46 | TYPE_CMSDK_APB_TIMER); |
79 | --- a/target/arm/machine.c | 47 | sbd = SYS_BUS_DEVICE(&mms->timer[i]); |
80 | +++ b/target/arm/machine.c | 48 | qdev_prop_set_uint32(DEVICE(&mms->timer[i]), "pclk-frq", SYSCLK_FRQ); |
81 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_m = { | 49 | + qdev_connect_clock_in(DEVICE(&mms->timer[i]), "pclk", mms->sysclk); |
82 | VMSTATE_UINT32(env.v7m.dfsr, ARMCPU), | 50 | sysbus_realize_and_unref(sbd, &error_fatal); |
83 | VMSTATE_UINT32(env.v7m.mmfar, ARMCPU), | 51 | sysbus_mmio_map(sbd, 0, base); |
84 | VMSTATE_UINT32(env.v7m.bfar, ARMCPU), | 52 | sysbus_connect_irq(sbd, 0, qdev_get_gpio_in(armv7m, irqno)); |
85 | - VMSTATE_UINT32(env.v7m.mpu_ctrl, ARMCPU), | 53 | @@ -XXX,XX +XXX,XX @@ static void mps2_common_init(MachineState *machine) |
86 | + VMSTATE_UINT32(env.v7m.mpu_ctrl[M_REG_NS], ARMCPU), | 54 | object_initialize_child(OBJECT(mms), "dualtimer", &mms->dualtimer, |
87 | VMSTATE_INT32(env.v7m.exception, ARMCPU), | 55 | TYPE_CMSDK_APB_DUALTIMER); |
88 | VMSTATE_END_OF_LIST() | 56 | qdev_prop_set_uint32(DEVICE(&mms->dualtimer), "pclk-frq", SYSCLK_FRQ); |
89 | }, | 57 | + qdev_connect_clock_in(DEVICE(&mms->dualtimer), "TIMCLK", mms->sysclk); |
90 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_m_security = { | 58 | sysbus_realize(SYS_BUS_DEVICE(&mms->dualtimer), &error_fatal); |
91 | 0, vmstate_info_uint32, uint32_t), | 59 | sysbus_connect_irq(SYS_BUS_DEVICE(&mms->dualtimer), 0, |
92 | VMSTATE_UINT32(env.pmsav7.rnr[M_REG_S], ARMCPU), | 60 | qdev_get_gpio_in(armv7m, 10)); |
93 | VMSTATE_VALIDATE("secure MPU_RNR is valid", s_rnr_vmstate_validate), | 61 | @@ -XXX,XX +XXX,XX @@ static void mps2_common_init(MachineState *machine) |
94 | + VMSTATE_UINT32(env.v7m.mpu_ctrl[M_REG_S], ARMCPU), | 62 | object_initialize_child(OBJECT(mms), "watchdog", &mms->watchdog, |
95 | VMSTATE_END_OF_LIST() | 63 | TYPE_CMSDK_APB_WATCHDOG); |
96 | } | 64 | qdev_prop_set_uint32(DEVICE(&mms->watchdog), "wdogclk-frq", SYSCLK_FRQ); |
97 | }; | 65 | + qdev_connect_clock_in(DEVICE(&mms->watchdog), "WDOGCLK", mms->sysclk); |
66 | sysbus_realize(SYS_BUS_DEVICE(&mms->watchdog), &error_fatal); | ||
67 | sysbus_connect_irq(SYS_BUS_DEVICE(&mms->watchdog), 0, | ||
68 | qdev_get_gpio_in_named(armv7m, "NMI", 0)); | ||
98 | -- | 69 | -- |
99 | 2.7.4 | 70 | 2.20.1 |
100 | 71 | ||
101 | 72 | diff view generated by jsdifflib |
1 | Make the MPU registers MPU_MAIR0 and MPU_MAIR1 banked if v8M security | 1 | Create and connect the two clocks needed by the ARMSSE. |
---|---|---|---|
2 | extensions are enabled. | ||
3 | 2 | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 3 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 4 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
6 | Message-id: 1503414539-28762-13-git-send-email-peter.maydell@linaro.org | 5 | Reviewed-by: Luc Michel <luc@lmichel.fr> |
6 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
7 | Message-id: 20210128114145.20536-15-peter.maydell@linaro.org | ||
8 | Message-id: 20210121190622.22000-15-peter.maydell@linaro.org | ||
7 | --- | 9 | --- |
8 | target/arm/cpu.h | 4 ++-- | 10 | hw/arm/mps2-tz.c | 13 +++++++++++++ |
9 | hw/intc/armv7m_nvic.c | 8 ++++---- | 11 | 1 file changed, 13 insertions(+) |
10 | target/arm/cpu.c | 6 ++++-- | ||
11 | target/arm/machine.c | 6 ++++-- | ||
12 | 4 files changed, 14 insertions(+), 10 deletions(-) | ||
13 | 12 | ||
14 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | 13 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c |
15 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/target/arm/cpu.h | 15 | --- a/hw/arm/mps2-tz.c |
17 | +++ b/target/arm/cpu.h | 16 | +++ b/hw/arm/mps2-tz.c |
18 | @@ -XXX,XX +XXX,XX @@ typedef struct CPUARMState { | 17 | @@ -XXX,XX +XXX,XX @@ |
19 | */ | 18 | #include "hw/net/lan9118.h" |
20 | uint32_t *rbar; | 19 | #include "net/net.h" |
21 | uint32_t *rlar; | 20 | #include "hw/core/split-irq.h" |
22 | - uint32_t mair0; | 21 | +#include "hw/qdev-clock.h" |
23 | - uint32_t mair1; | 22 | #include "qom/object.h" |
24 | + uint32_t mair0[2]; | 23 | |
25 | + uint32_t mair1[2]; | 24 | #define MPS2TZ_NUMIRQ 92 |
26 | } pmsav8; | 25 | @@ -XXX,XX +XXX,XX @@ struct MPS2TZMachineState { |
27 | 26 | qemu_or_irq uart_irq_orgate; | |
28 | void *nvic; | 27 | DeviceState *lan9118; |
29 | diff --git a/hw/intc/armv7m_nvic.c b/hw/intc/armv7m_nvic.c | 28 | SplitIRQ cpu_irq_splitter[MPS2TZ_NUMIRQ]; |
30 | index XXXXXXX..XXXXXXX 100644 | 29 | + Clock *sysclk; |
31 | --- a/hw/intc/armv7m_nvic.c | 30 | + Clock *s32kclk; |
32 | +++ b/hw/intc/armv7m_nvic.c | 31 | }; |
33 | @@ -XXX,XX +XXX,XX @@ static uint32_t nvic_readl(NVICState *s, uint32_t offset, MemTxAttrs attrs) | 32 | |
34 | if (!arm_feature(&cpu->env, ARM_FEATURE_V8)) { | 33 | #define TYPE_MPS2TZ_MACHINE "mps2tz" |
35 | goto bad_offset; | 34 | @@ -XXX,XX +XXX,XX @@ OBJECT_DECLARE_TYPE(MPS2TZMachineState, MPS2TZMachineClass, MPS2TZ_MACHINE) |
36 | } | 35 | |
37 | - return cpu->env.pmsav8.mair0; | 36 | /* Main SYSCLK frequency in Hz */ |
38 | + return cpu->env.pmsav8.mair0[attrs.secure]; | 37 | #define SYSCLK_FRQ 20000000 |
39 | case 0xdc4: /* MPU_MAIR1 */ | 38 | +/* Slow 32Khz S32KCLK frequency in Hz */ |
40 | if (!arm_feature(&cpu->env, ARM_FEATURE_V8)) { | 39 | +#define S32KCLK_FRQ (32 * 1000) |
41 | goto bad_offset; | 40 | |
42 | } | 41 | /* Create an alias of an entire original MemoryRegion @orig |
43 | - return cpu->env.pmsav8.mair1; | 42 | * located at @base in the memory map. |
44 | + return cpu->env.pmsav8.mair1[attrs.secure]; | 43 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) |
45 | default: | 44 | exit(EXIT_FAILURE); |
46 | bad_offset: | ||
47 | qemu_log_mask(LOG_GUEST_ERROR, "NVIC: Bad read offset 0x%x\n", offset); | ||
48 | @@ -XXX,XX +XXX,XX @@ static void nvic_writel(NVICState *s, uint32_t offset, uint32_t value, | ||
49 | } | ||
50 | if (cpu->pmsav7_dregion) { | ||
51 | /* Register is RES0 if no MPU regions are implemented */ | ||
52 | - cpu->env.pmsav8.mair0 = value; | ||
53 | + cpu->env.pmsav8.mair0[attrs.secure] = value; | ||
54 | } | ||
55 | /* We don't need to do anything else because memory attributes | ||
56 | * only affect cacheability, and we don't implement caching. | ||
57 | @@ -XXX,XX +XXX,XX @@ static void nvic_writel(NVICState *s, uint32_t offset, uint32_t value, | ||
58 | } | ||
59 | if (cpu->pmsav7_dregion) { | ||
60 | /* Register is RES0 if no MPU regions are implemented */ | ||
61 | - cpu->env.pmsav8.mair1 = value; | ||
62 | + cpu->env.pmsav8.mair1[attrs.secure] = value; | ||
63 | } | ||
64 | /* We don't need to do anything else because memory attributes | ||
65 | * only affect cacheability, and we don't implement caching. | ||
66 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c | ||
67 | index XXXXXXX..XXXXXXX 100644 | ||
68 | --- a/target/arm/cpu.c | ||
69 | +++ b/target/arm/cpu.c | ||
70 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_reset(CPUState *s) | ||
71 | } | ||
72 | } | ||
73 | env->pmsav7.rnr = 0; | ||
74 | - env->pmsav8.mair0 = 0; | ||
75 | - env->pmsav8.mair1 = 0; | ||
76 | + env->pmsav8.mair0[M_REG_NS] = 0; | ||
77 | + env->pmsav8.mair0[M_REG_S] = 0; | ||
78 | + env->pmsav8.mair1[M_REG_NS] = 0; | ||
79 | + env->pmsav8.mair1[M_REG_S] = 0; | ||
80 | } | 45 | } |
81 | 46 | ||
82 | set_flush_to_zero(1, &env->vfp.standard_fp_status); | 47 | + /* These clocks don't need migration because they are fixed-frequency */ |
83 | diff --git a/target/arm/machine.c b/target/arm/machine.c | 48 | + mms->sysclk = clock_new(OBJECT(machine), "SYSCLK"); |
84 | index XXXXXXX..XXXXXXX 100644 | 49 | + clock_set_hz(mms->sysclk, SYSCLK_FRQ); |
85 | --- a/target/arm/machine.c | 50 | + mms->s32kclk = clock_new(OBJECT(machine), "S32KCLK"); |
86 | +++ b/target/arm/machine.c | 51 | + clock_set_hz(mms->s32kclk, S32KCLK_FRQ); |
87 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_pmsav8 = { | 52 | + |
88 | vmstate_info_uint32, uint32_t), | 53 | object_initialize_child(OBJECT(machine), TYPE_IOTKIT, &mms->iotkit, |
89 | VMSTATE_VARRAY_UINT32(env.pmsav8.rlar, ARMCPU, pmsav7_dregion, 0, | 54 | mmc->armsse_type); |
90 | vmstate_info_uint32, uint32_t), | 55 | iotkitdev = DEVICE(&mms->iotkit); |
91 | - VMSTATE_UINT32(env.pmsav8.mair0, ARMCPU), | 56 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) |
92 | - VMSTATE_UINT32(env.pmsav8.mair1, ARMCPU), | 57 | OBJECT(system_memory), &error_abort); |
93 | + VMSTATE_UINT32(env.pmsav8.mair0[M_REG_NS], ARMCPU), | 58 | qdev_prop_set_uint32(iotkitdev, "EXP_NUMIRQ", MPS2TZ_NUMIRQ); |
94 | + VMSTATE_UINT32(env.pmsav8.mair1[M_REG_NS], ARMCPU), | 59 | qdev_prop_set_uint32(iotkitdev, "MAINCLK_FRQ", SYSCLK_FRQ); |
95 | VMSTATE_END_OF_LIST() | 60 | + qdev_connect_clock_in(iotkitdev, "MAINCLK", mms->sysclk); |
96 | } | 61 | + qdev_connect_clock_in(iotkitdev, "S32KCLK", mms->s32kclk); |
97 | }; | 62 | sysbus_realize(SYS_BUS_DEVICE(&mms->iotkit), &error_fatal); |
98 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_m_security = { | 63 | |
99 | VMSTATE_UINT32(env.v7m.faultmask[M_REG_S], ARMCPU), | 64 | /* |
100 | VMSTATE_UINT32(env.v7m.control[M_REG_S], ARMCPU), | ||
101 | VMSTATE_UINT32(env.v7m.vecbase[M_REG_S], ARMCPU), | ||
102 | + VMSTATE_UINT32(env.pmsav8.mair0[M_REG_S], ARMCPU), | ||
103 | + VMSTATE_UINT32(env.pmsav8.mair1[M_REG_S], ARMCPU), | ||
104 | VMSTATE_END_OF_LIST() | ||
105 | } | ||
106 | }; | ||
107 | -- | 65 | -- |
108 | 2.7.4 | 66 | 2.20.1 |
109 | 67 | ||
110 | 68 | diff view generated by jsdifflib |
1 | Make the CONTROL register banked if v8M security extensions are enabled. | 1 | Create and connect the two clocks needed by the ARMSSE. |
---|---|---|---|
2 | 2 | ||
3 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 3 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
4 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 4 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
5 | Message-id: 1503414539-28762-10-git-send-email-peter.maydell@linaro.org | 5 | Reviewed-by: Luc Michel <luc@lmichel.fr> |
6 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
7 | Message-id: 20210128114145.20536-16-peter.maydell@linaro.org | ||
8 | Message-id: 20210121190622.22000-16-peter.maydell@linaro.org | ||
6 | --- | 9 | --- |
7 | target/arm/cpu.h | 5 +++-- | 10 | hw/arm/musca.c | 12 ++++++++++++ |
8 | target/arm/helper.c | 21 +++++++++++---------- | 11 | 1 file changed, 12 insertions(+) |
9 | target/arm/machine.c | 3 ++- | ||
10 | target/arm/translate.c | 2 +- | ||
11 | 4 files changed, 17 insertions(+), 14 deletions(-) | ||
12 | 12 | ||
13 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | 13 | diff --git a/hw/arm/musca.c b/hw/arm/musca.c |
14 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
15 | --- a/target/arm/cpu.h | 15 | --- a/hw/arm/musca.c |
16 | +++ b/target/arm/cpu.h | 16 | +++ b/hw/arm/musca.c |
17 | @@ -XXX,XX +XXX,XX @@ typedef struct CPUARMState { | 17 | @@ -XXX,XX +XXX,XX @@ |
18 | uint32_t other_sp; | 18 | #include "hw/misc/tz-ppc.h" |
19 | uint32_t vecbase; | 19 | #include "hw/misc/unimp.h" |
20 | uint32_t basepri[2]; | 20 | #include "hw/rtc/pl031.h" |
21 | - uint32_t control; | 21 | +#include "hw/qdev-clock.h" |
22 | + uint32_t control[2]; | 22 | #include "qom/object.h" |
23 | uint32_t ccr; /* Configuration and Control */ | 23 | |
24 | uint32_t cfsr; /* Configurable Fault Status */ | 24 | #define MUSCA_NUMIRQ_MAX 96 |
25 | uint32_t hfsr; /* HardFault Status */ | 25 | @@ -XXX,XX +XXX,XX @@ struct MuscaMachineState { |
26 | @@ -XXX,XX +XXX,XX @@ static inline bool arm_v7m_is_handler_mode(CPUARMState *env) | 26 | UnimplementedDeviceState sdio; |
27 | static inline int arm_current_el(CPUARMState *env) | 27 | UnimplementedDeviceState gpio; |
28 | UnimplementedDeviceState cryptoisland; | ||
29 | + Clock *sysclk; | ||
30 | + Clock *s32kclk; | ||
31 | }; | ||
32 | |||
33 | #define TYPE_MUSCA_MACHINE "musca" | ||
34 | @@ -XXX,XX +XXX,XX @@ OBJECT_DECLARE_TYPE(MuscaMachineState, MuscaMachineClass, MUSCA_MACHINE) | ||
35 | * don't model that in our SSE-200 model yet. | ||
36 | */ | ||
37 | #define SYSCLK_FRQ 40000000 | ||
38 | +/* Slow 32Khz S32KCLK frequency in Hz */ | ||
39 | +#define S32KCLK_FRQ (32 * 1000) | ||
40 | |||
41 | static qemu_irq get_sse_irq_in(MuscaMachineState *mms, int irqno) | ||
28 | { | 42 | { |
29 | if (arm_feature(env, ARM_FEATURE_M)) { | 43 | @@ -XXX,XX +XXX,XX @@ static void musca_init(MachineState *machine) |
30 | - return arm_v7m_is_handler_mode(env) || !(env->v7m.control & 1); | 44 | exit(1); |
31 | + return arm_v7m_is_handler_mode(env) || | ||
32 | + !(env->v7m.control[env->v7m.secure] & 1); | ||
33 | } | 45 | } |
34 | 46 | ||
35 | if (is_a64(env)) { | 47 | + mms->sysclk = clock_new(OBJECT(machine), "SYSCLK"); |
36 | diff --git a/target/arm/helper.c b/target/arm/helper.c | 48 | + clock_set_hz(mms->sysclk, SYSCLK_FRQ); |
37 | index XXXXXXX..XXXXXXX 100644 | 49 | + mms->s32kclk = clock_new(OBJECT(machine), "S32KCLK"); |
38 | --- a/target/arm/helper.c | 50 | + clock_set_hz(mms->s32kclk, S32KCLK_FRQ); |
39 | +++ b/target/arm/helper.c | 51 | + |
40 | @@ -XXX,XX +XXX,XX @@ static uint32_t v7m_pop(CPUARMState *env) | 52 | object_initialize_child(OBJECT(machine), "sse-200", &mms->sse, |
41 | static void switch_v7m_sp(CPUARMState *env, bool new_spsel) | 53 | TYPE_SSE200); |
42 | { | 54 | ssedev = DEVICE(&mms->sse); |
43 | uint32_t tmp; | 55 | @@ -XXX,XX +XXX,XX @@ static void musca_init(MachineState *machine) |
44 | - bool old_spsel = env->v7m.control & R_V7M_CONTROL_SPSEL_MASK; | 56 | qdev_prop_set_uint32(ssedev, "init-svtor", mmc->init_svtor); |
45 | + uint32_t old_control = env->v7m.control[env->v7m.secure]; | 57 | qdev_prop_set_uint32(ssedev, "SRAM_ADDR_WIDTH", mmc->sram_addr_width); |
46 | + bool old_spsel = old_control & R_V7M_CONTROL_SPSEL_MASK; | 58 | qdev_prop_set_uint32(ssedev, "MAINCLK_FRQ", SYSCLK_FRQ); |
47 | 59 | + qdev_connect_clock_in(ssedev, "MAINCLK", mms->sysclk); | |
48 | if (old_spsel != new_spsel) { | 60 | + qdev_connect_clock_in(ssedev, "S32KCLK", mms->s32kclk); |
49 | tmp = env->v7m.other_sp; | 61 | /* |
50 | env->v7m.other_sp = env->regs[13]; | 62 | * Musca-A takes the default SSE-200 FPU/DSP settings (ie no for |
51 | env->regs[13] = tmp; | 63 | * CPU0 and yes for CPU1); Musca-B1 explicitly enables them for CPU0. |
52 | |||
53 | - env->v7m.control = deposit32(env->v7m.control, | ||
54 | + env->v7m.control[env->v7m.secure] = deposit32(old_control, | ||
55 | R_V7M_CONTROL_SPSEL_SHIFT, | ||
56 | R_V7M_CONTROL_SPSEL_LENGTH, new_spsel); | ||
57 | } | ||
58 | @@ -XXX,XX +XXX,XX @@ void arm_v7m_cpu_do_interrupt(CPUState *cs) | ||
59 | } | ||
60 | |||
61 | lr = 0xfffffff1; | ||
62 | - if (env->v7m.control & R_V7M_CONTROL_SPSEL_MASK) { | ||
63 | + if (env->v7m.control[env->v7m.secure] & R_V7M_CONTROL_SPSEL_MASK) { | ||
64 | lr |= 4; | ||
65 | } | ||
66 | if (!arm_v7m_is_handler_mode(env)) { | ||
67 | @@ -XXX,XX +XXX,XX @@ uint32_t HELPER(v7m_mrs)(CPUARMState *env, uint32_t reg) | ||
68 | return xpsr_read(env) & mask; | ||
69 | break; | ||
70 | case 20: /* CONTROL */ | ||
71 | - return env->v7m.control; | ||
72 | + return env->v7m.control[env->v7m.secure]; | ||
73 | } | ||
74 | |||
75 | if (el == 0) { | ||
76 | @@ -XXX,XX +XXX,XX @@ uint32_t HELPER(v7m_mrs)(CPUARMState *env, uint32_t reg) | ||
77 | |||
78 | switch (reg) { | ||
79 | case 8: /* MSP */ | ||
80 | - return (env->v7m.control & R_V7M_CONTROL_SPSEL_MASK) ? | ||
81 | + return (env->v7m.control[env->v7m.secure] & R_V7M_CONTROL_SPSEL_MASK) ? | ||
82 | env->v7m.other_sp : env->regs[13]; | ||
83 | case 9: /* PSP */ | ||
84 | - return (env->v7m.control & R_V7M_CONTROL_SPSEL_MASK) ? | ||
85 | + return (env->v7m.control[env->v7m.secure] & R_V7M_CONTROL_SPSEL_MASK) ? | ||
86 | env->regs[13] : env->v7m.other_sp; | ||
87 | case 16: /* PRIMASK */ | ||
88 | return env->v7m.primask[env->v7m.secure]; | ||
89 | @@ -XXX,XX +XXX,XX @@ void HELPER(v7m_msr)(CPUARMState *env, uint32_t maskreg, uint32_t val) | ||
90 | } | ||
91 | break; | ||
92 | case 8: /* MSP */ | ||
93 | - if (env->v7m.control & R_V7M_CONTROL_SPSEL_MASK) { | ||
94 | + if (env->v7m.control[env->v7m.secure] & R_V7M_CONTROL_SPSEL_MASK) { | ||
95 | env->v7m.other_sp = val; | ||
96 | } else { | ||
97 | env->regs[13] = val; | ||
98 | } | ||
99 | break; | ||
100 | case 9: /* PSP */ | ||
101 | - if (env->v7m.control & R_V7M_CONTROL_SPSEL_MASK) { | ||
102 | + if (env->v7m.control[env->v7m.secure] & R_V7M_CONTROL_SPSEL_MASK) { | ||
103 | env->regs[13] = val; | ||
104 | } else { | ||
105 | env->v7m.other_sp = val; | ||
106 | @@ -XXX,XX +XXX,XX @@ void HELPER(v7m_msr)(CPUARMState *env, uint32_t maskreg, uint32_t val) | ||
107 | if (!arm_v7m_is_handler_mode(env)) { | ||
108 | switch_v7m_sp(env, (val & R_V7M_CONTROL_SPSEL_MASK) != 0); | ||
109 | } | ||
110 | - env->v7m.control &= ~R_V7M_CONTROL_NPRIV_MASK; | ||
111 | - env->v7m.control |= val & R_V7M_CONTROL_NPRIV_MASK; | ||
112 | + env->v7m.control[env->v7m.secure] &= ~R_V7M_CONTROL_NPRIV_MASK; | ||
113 | + env->v7m.control[env->v7m.secure] |= val & R_V7M_CONTROL_NPRIV_MASK; | ||
114 | break; | ||
115 | default: | ||
116 | qemu_log_mask(LOG_GUEST_ERROR, "Attempt to write unknown special" | ||
117 | diff --git a/target/arm/machine.c b/target/arm/machine.c | ||
118 | index XXXXXXX..XXXXXXX 100644 | ||
119 | --- a/target/arm/machine.c | ||
120 | +++ b/target/arm/machine.c | ||
121 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_m = { | ||
122 | .fields = (VMStateField[]) { | ||
123 | VMSTATE_UINT32(env.v7m.vecbase, ARMCPU), | ||
124 | VMSTATE_UINT32(env.v7m.basepri[M_REG_NS], ARMCPU), | ||
125 | - VMSTATE_UINT32(env.v7m.control, ARMCPU), | ||
126 | + VMSTATE_UINT32(env.v7m.control[M_REG_NS], ARMCPU), | ||
127 | VMSTATE_UINT32(env.v7m.ccr, ARMCPU), | ||
128 | VMSTATE_UINT32(env.v7m.cfsr, ARMCPU), | ||
129 | VMSTATE_UINT32(env.v7m.hfsr, ARMCPU), | ||
130 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_m_security = { | ||
131 | VMSTATE_UINT32(env.v7m.basepri[M_REG_S], ARMCPU), | ||
132 | VMSTATE_UINT32(env.v7m.primask[M_REG_S], ARMCPU), | ||
133 | VMSTATE_UINT32(env.v7m.faultmask[M_REG_S], ARMCPU), | ||
134 | + VMSTATE_UINT32(env.v7m.control[M_REG_S], ARMCPU), | ||
135 | VMSTATE_END_OF_LIST() | ||
136 | } | ||
137 | }; | ||
138 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
139 | index XXXXXXX..XXXXXXX 100644 | ||
140 | --- a/target/arm/translate.c | ||
141 | +++ b/target/arm/translate.c | ||
142 | @@ -XXX,XX +XXX,XX @@ void arm_cpu_dump_state(CPUState *cs, FILE *f, fprintf_function cpu_fprintf, | ||
143 | if (xpsr & XPSR_EXCP) { | ||
144 | mode = "handler"; | ||
145 | } else { | ||
146 | - if (env->v7m.control & R_V7M_CONTROL_NPRIV_MASK) { | ||
147 | + if (env->v7m.control[env->v7m.secure] & R_V7M_CONTROL_NPRIV_MASK) { | ||
148 | mode = "unpriv-thread"; | ||
149 | } else { | ||
150 | mode = "priv-thread"; | ||
151 | -- | 64 | -- |
152 | 2.7.4 | 65 | 2.20.1 |
153 | 66 | ||
154 | 67 | diff view generated by jsdifflib |
1 | As part of ARMv8M, we need to add support for the PMSAv8 MPU | 1 | Convert the SSYS code in the Stellaris boards (which encapsulates the |
---|---|---|---|
2 | architecture. | 2 | system registers) to a proper QOM device. This will provide us with |
3 | 3 | somewhere to put the output Clock whose frequency depends on the | |
4 | PMSAv8 differs from PMSAv7 both in register/data layout (for instance | 4 | setting of the PLL configuration registers. |
5 | using base and limit registers rather than base and size) and also in | 5 | |
6 | behaviour (for example it does not have subregions); rather than | 6 | This is a migration compatibility break for lm3s811evb, lm3s6965evb. |
7 | trying to wedge it into the existing PMSAv7 code and data structures, | 7 | |
8 | we define separate ones. | 8 | We use 3-phase reset here because the Clock will need to propagate |
9 | 9 | its value in the hold phase. | |
10 | This commit adds the data structures which hold the state for a | 10 | |
11 | PMSAv8 MPU and the register interface to it. The implementation of | 11 | For the moment we reset the device during the board creation so that |
12 | the MPU behaviour will be added in a subsequent commit. | 12 | the system_clock_scale global gets set; this will be removed in a |
13 | subsequent commit. | ||
13 | 14 | ||
14 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 15 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
15 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 16 | Reviewed-by: Luc Michel <luc@lmichel.fr> |
16 | Message-id: 1503414539-28762-2-git-send-email-peter.maydell@linaro.org | 17 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
18 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
19 | Message-id: 20210128114145.20536-17-peter.maydell@linaro.org | ||
20 | Message-id: 20210121190622.22000-17-peter.maydell@linaro.org | ||
21 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
17 | --- | 22 | --- |
18 | target/arm/cpu.h | 13 ++++++ | 23 | hw/arm/stellaris.c | 132 ++++++++++++++++++++++++++++++++++++--------- |
19 | hw/intc/armv7m_nvic.c | 122 ++++++++++++++++++++++++++++++++++++++++++++++---- | 24 | 1 file changed, 107 insertions(+), 25 deletions(-) |
20 | target/arm/cpu.c | 36 ++++++++++----- | 25 | |
21 | target/arm/machine.c | 29 +++++++++++- | 26 | diff --git a/hw/arm/stellaris.c b/hw/arm/stellaris.c |
22 | 4 files changed, 180 insertions(+), 20 deletions(-) | ||
23 | |||
24 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | ||
25 | index XXXXXXX..XXXXXXX 100644 | 27 | index XXXXXXX..XXXXXXX 100644 |
26 | --- a/target/arm/cpu.h | 28 | --- a/hw/arm/stellaris.c |
27 | +++ b/target/arm/cpu.h | 29 | +++ b/hw/arm/stellaris.c |
28 | @@ -XXX,XX +XXX,XX @@ typedef struct CPUARMState { | 30 | @@ -XXX,XX +XXX,XX @@ static void stellaris_gptm_realize(DeviceState *dev, Error **errp) |
29 | uint32_t rnr; | 31 | |
30 | } pmsav7; | 32 | /* System controller. */ |
31 | 33 | ||
32 | + /* PMSAv8 MPU */ | 34 | -typedef struct { |
33 | + struct { | 35 | +#define TYPE_STELLARIS_SYS "stellaris-sys" |
34 | + /* The PMSAv8 implementation also shares some PMSAv7 config | 36 | +OBJECT_DECLARE_SIMPLE_TYPE(ssys_state, STELLARIS_SYS) |
35 | + * and state: | 37 | + |
36 | + * pmsav7.rnr (region number register) | 38 | +struct ssys_state { |
37 | + * pmsav7_dregion (number of configured regions) | 39 | + SysBusDevice parent_obj; |
38 | + */ | 40 | + |
39 | + uint32_t *rbar; | 41 | MemoryRegion iomem; |
40 | + uint32_t *rlar; | 42 | uint32_t pborctl; |
41 | + uint32_t mair0; | 43 | uint32_t ldopctl; |
42 | + uint32_t mair1; | 44 | @@ -XXX,XX +XXX,XX @@ typedef struct { |
43 | + } pmsav8; | 45 | uint32_t dcgc[3]; |
44 | + | 46 | uint32_t clkvclr; |
45 | void *nvic; | 47 | uint32_t ldoarst; |
46 | const struct arm_boot_info *boot_info; | 48 | + qemu_irq irq; |
47 | /* Store GICv3CPUState to access from this struct */ | 49 | + /* Properties (all read-only registers) */ |
48 | diff --git a/hw/intc/armv7m_nvic.c b/hw/intc/armv7m_nvic.c | 50 | uint32_t user0; |
49 | index XXXXXXX..XXXXXXX 100644 | 51 | uint32_t user1; |
50 | --- a/hw/intc/armv7m_nvic.c | 52 | - qemu_irq irq; |
51 | +++ b/hw/intc/armv7m_nvic.c | 53 | - stellaris_board_info *board; |
52 | @@ -XXX,XX +XXX,XX @@ static uint32_t nvic_readl(NVICState *s, uint32_t offset) | 54 | -} ssys_state; |
53 | { | 55 | + uint32_t did0; |
54 | int region = cpu->env.pmsav7.rnr; | 56 | + uint32_t did1; |
55 | 57 | + uint32_t dc0; | |
56 | + if (arm_feature(&cpu->env, ARM_FEATURE_V8)) { | 58 | + uint32_t dc1; |
57 | + /* PMSAv8M handling of the aliases is different from v7M: | 59 | + uint32_t dc2; |
58 | + * aliases A1, A2, A3 override the low two bits of the region | 60 | + uint32_t dc3; |
59 | + * number in MPU_RNR, and there is no 'region' field in the | 61 | + uint32_t dc4; |
60 | + * RBAR register. | 62 | +}; |
61 | + */ | 63 | |
62 | + int aliasno = (offset - 0xd9c) / 8; /* 0..3 */ | 64 | static void ssys_update(ssys_state *s) |
63 | + if (aliasno) { | 65 | { |
64 | + region = deposit32(region, 0, 2, aliasno); | 66 | @@ -XXX,XX +XXX,XX @@ static uint32_t pllcfg_fury[16] = { |
65 | + } | 67 | |
66 | + if (region >= cpu->pmsav7_dregion) { | 68 | static int ssys_board_class(const ssys_state *s) |
67 | + return 0; | 69 | { |
68 | + } | 70 | - uint32_t did0 = s->board->did0; |
69 | + return cpu->env.pmsav8.rbar[region]; | 71 | + uint32_t did0 = s->did0; |
70 | + } | 72 | switch (did0 & DID0_VER_MASK) { |
71 | + | 73 | case DID0_VER_0: |
72 | if (region >= cpu->pmsav7_dregion) { | 74 | return DID0_CLASS_SANDSTORM; |
73 | return 0; | 75 | @@ -XXX,XX +XXX,XX @@ static uint64_t ssys_read(void *opaque, hwaddr offset, |
74 | } | 76 | |
75 | return (cpu->env.pmsav7.drbar[region] & 0x1f) | (region & 0xf); | 77 | switch (offset) { |
76 | } | 78 | case 0x000: /* DID0 */ |
77 | - case 0xda0: /* MPU_RASR */ | 79 | - return s->board->did0; |
78 | - case 0xda8: /* MPU_RASR_A1 */ | 80 | + return s->did0; |
79 | - case 0xdb0: /* MPU_RASR_A2 */ | 81 | case 0x004: /* DID1 */ |
80 | - case 0xdb8: /* MPU_RASR_A3 */ | 82 | - return s->board->did1; |
81 | + case 0xda0: /* MPU_RASR (v7M), MPU_RLAR (v8M) */ | 83 | + return s->did1; |
82 | + case 0xda8: /* MPU_RASR_A1 (v7M), MPU_RLAR_A1 (v8M) */ | 84 | case 0x008: /* DC0 */ |
83 | + case 0xdb0: /* MPU_RASR_A2 (v7M), MPU_RLAR_A2 (v8M) */ | 85 | - return s->board->dc0; |
84 | + case 0xdb8: /* MPU_RASR_A3 (v7M), MPU_RLAR_A3 (v8M) */ | 86 | + return s->dc0; |
85 | { | 87 | case 0x010: /* DC1 */ |
86 | int region = cpu->env.pmsav7.rnr; | 88 | - return s->board->dc1; |
87 | 89 | + return s->dc1; | |
88 | + if (arm_feature(&cpu->env, ARM_FEATURE_V8)) { | 90 | case 0x014: /* DC2 */ |
89 | + /* PMSAv8M handling of the aliases is different from v7M: | 91 | - return s->board->dc2; |
90 | + * aliases A1, A2, A3 override the low two bits of the region | 92 | + return s->dc2; |
91 | + * number in MPU_RNR. | 93 | case 0x018: /* DC3 */ |
92 | + */ | 94 | - return s->board->dc3; |
93 | + int aliasno = (offset - 0xda0) / 8; /* 0..3 */ | 95 | + return s->dc3; |
94 | + if (aliasno) { | 96 | case 0x01c: /* DC4 */ |
95 | + region = deposit32(region, 0, 2, aliasno); | 97 | - return s->board->dc4; |
96 | + } | 98 | + return s->dc4; |
97 | + if (region >= cpu->pmsav7_dregion) { | 99 | case 0x030: /* PBORCTL */ |
98 | + return 0; | 100 | return s->pborctl; |
99 | + } | 101 | case 0x034: /* LDOPCTL */ |
100 | + return cpu->env.pmsav8.rlar[region]; | 102 | @@ -XXX,XX +XXX,XX @@ static const MemoryRegionOps ssys_ops = { |
101 | + } | 103 | .endianness = DEVICE_NATIVE_ENDIAN, |
102 | + | 104 | }; |
103 | if (region >= cpu->pmsav7_dregion) { | 105 | |
104 | return 0; | 106 | -static void ssys_reset(void *opaque) |
105 | } | 107 | +static void stellaris_sys_reset_enter(Object *obj, ResetType type) |
106 | return ((cpu->env.pmsav7.dracr[region] & 0xffff) << 16) | | 108 | { |
107 | (cpu->env.pmsav7.drsr[region] & 0xffff); | 109 | - ssys_state *s = (ssys_state *)opaque; |
108 | } | 110 | + ssys_state *s = STELLARIS_SYS(obj); |
109 | + case 0xdc0: /* MPU_MAIR0 */ | 111 | |
110 | + if (!arm_feature(&cpu->env, ARM_FEATURE_V8)) { | 112 | s->pborctl = 0x7ffd; |
111 | + goto bad_offset; | 113 | s->rcc = 0x078e3ac0; |
112 | + } | 114 | @@ -XXX,XX +XXX,XX @@ static void ssys_reset(void *opaque) |
113 | + return cpu->env.pmsav8.mair0; | 115 | s->rcgc[0] = 1; |
114 | + case 0xdc4: /* MPU_MAIR1 */ | 116 | s->scgc[0] = 1; |
115 | + if (!arm_feature(&cpu->env, ARM_FEATURE_V8)) { | 117 | s->dcgc[0] = 1; |
116 | + goto bad_offset; | 118 | +} |
117 | + } | 119 | + |
118 | + return cpu->env.pmsav8.mair1; | 120 | +static void stellaris_sys_reset_hold(Object *obj) |
119 | default: | 121 | +{ |
120 | + bad_offset: | 122 | + ssys_state *s = STELLARIS_SYS(obj); |
121 | qemu_log_mask(LOG_GUEST_ERROR, "NVIC: Bad read offset 0x%x\n", offset); | 123 | + |
122 | return 0; | 124 | ssys_calculate_system_clock(s); |
123 | } | ||
124 | @@ -XXX,XX +XXX,XX @@ static void nvic_writel(NVICState *s, uint32_t offset, uint32_t value) | ||
125 | { | ||
126 | int region; | ||
127 | |||
128 | + if (arm_feature(&cpu->env, ARM_FEATURE_V8)) { | ||
129 | + /* PMSAv8M handling of the aliases is different from v7M: | ||
130 | + * aliases A1, A2, A3 override the low two bits of the region | ||
131 | + * number in MPU_RNR, and there is no 'region' field in the | ||
132 | + * RBAR register. | ||
133 | + */ | ||
134 | + int aliasno = (offset - 0xd9c) / 8; /* 0..3 */ | ||
135 | + | ||
136 | + region = cpu->env.pmsav7.rnr; | ||
137 | + if (aliasno) { | ||
138 | + region = deposit32(region, 0, 2, aliasno); | ||
139 | + } | ||
140 | + if (region >= cpu->pmsav7_dregion) { | ||
141 | + return; | ||
142 | + } | ||
143 | + cpu->env.pmsav8.rbar[region] = value; | ||
144 | + tlb_flush(CPU(cpu)); | ||
145 | + return; | ||
146 | + } | ||
147 | + | ||
148 | if (value & (1 << 4)) { | ||
149 | /* VALID bit means use the region number specified in this | ||
150 | * value and also update MPU_RNR.REGION with that value. | ||
151 | @@ -XXX,XX +XXX,XX @@ static void nvic_writel(NVICState *s, uint32_t offset, uint32_t value) | ||
152 | tlb_flush(CPU(cpu)); | ||
153 | break; | ||
154 | } | ||
155 | - case 0xda0: /* MPU_RASR */ | ||
156 | - case 0xda8: /* MPU_RASR_A1 */ | ||
157 | - case 0xdb0: /* MPU_RASR_A2 */ | ||
158 | - case 0xdb8: /* MPU_RASR_A3 */ | ||
159 | + case 0xda0: /* MPU_RASR (v7M), MPU_RLAR (v8M) */ | ||
160 | + case 0xda8: /* MPU_RASR_A1 (v7M), MPU_RLAR_A1 (v8M) */ | ||
161 | + case 0xdb0: /* MPU_RASR_A2 (v7M), MPU_RLAR_A2 (v8M) */ | ||
162 | + case 0xdb8: /* MPU_RASR_A3 (v7M), MPU_RLAR_A3 (v8M) */ | ||
163 | { | ||
164 | int region = cpu->env.pmsav7.rnr; | ||
165 | |||
166 | + if (arm_feature(&cpu->env, ARM_FEATURE_V8)) { | ||
167 | + /* PMSAv8M handling of the aliases is different from v7M: | ||
168 | + * aliases A1, A2, A3 override the low two bits of the region | ||
169 | + * number in MPU_RNR. | ||
170 | + */ | ||
171 | + int aliasno = (offset - 0xd9c) / 8; /* 0..3 */ | ||
172 | + | ||
173 | + region = cpu->env.pmsav7.rnr; | ||
174 | + if (aliasno) { | ||
175 | + region = deposit32(region, 0, 2, aliasno); | ||
176 | + } | ||
177 | + if (region >= cpu->pmsav7_dregion) { | ||
178 | + return; | ||
179 | + } | ||
180 | + cpu->env.pmsav8.rlar[region] = value; | ||
181 | + tlb_flush(CPU(cpu)); | ||
182 | + return; | ||
183 | + } | ||
184 | + | ||
185 | if (region >= cpu->pmsav7_dregion) { | ||
186 | return; | ||
187 | } | ||
188 | @@ -XXX,XX +XXX,XX @@ static void nvic_writel(NVICState *s, uint32_t offset, uint32_t value) | ||
189 | tlb_flush(CPU(cpu)); | ||
190 | break; | ||
191 | } | ||
192 | + case 0xdc0: /* MPU_MAIR0 */ | ||
193 | + if (!arm_feature(&cpu->env, ARM_FEATURE_V8)) { | ||
194 | + goto bad_offset; | ||
195 | + } | ||
196 | + if (cpu->pmsav7_dregion) { | ||
197 | + /* Register is RES0 if no MPU regions are implemented */ | ||
198 | + cpu->env.pmsav8.mair0 = value; | ||
199 | + } | ||
200 | + /* We don't need to do anything else because memory attributes | ||
201 | + * only affect cacheability, and we don't implement caching. | ||
202 | + */ | ||
203 | + break; | ||
204 | + case 0xdc4: /* MPU_MAIR1 */ | ||
205 | + if (!arm_feature(&cpu->env, ARM_FEATURE_V8)) { | ||
206 | + goto bad_offset; | ||
207 | + } | ||
208 | + if (cpu->pmsav7_dregion) { | ||
209 | + /* Register is RES0 if no MPU regions are implemented */ | ||
210 | + cpu->env.pmsav8.mair1 = value; | ||
211 | + } | ||
212 | + /* We don't need to do anything else because memory attributes | ||
213 | + * only affect cacheability, and we don't implement caching. | ||
214 | + */ | ||
215 | + break; | ||
216 | case 0xf00: /* Software Triggered Interrupt Register */ | ||
217 | { | ||
218 | int excnum = (value & 0x1ff) + NVIC_FIRST_IRQ; | ||
219 | @@ -XXX,XX +XXX,XX @@ static void nvic_writel(NVICState *s, uint32_t offset, uint32_t value) | ||
220 | break; | ||
221 | } | ||
222 | default: | ||
223 | + bad_offset: | ||
224 | qemu_log_mask(LOG_GUEST_ERROR, | ||
225 | "NVIC: Bad write offset 0x%x\n", offset); | ||
226 | } | ||
227 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c | ||
228 | index XXXXXXX..XXXXXXX 100644 | ||
229 | --- a/target/arm/cpu.c | ||
230 | +++ b/target/arm/cpu.c | ||
231 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_reset(CPUState *s) | ||
232 | env->vfp.xregs[ARM_VFP_FPEXC] = 0; | ||
233 | #endif | ||
234 | |||
235 | - if (arm_feature(env, ARM_FEATURE_PMSA) && | ||
236 | - arm_feature(env, ARM_FEATURE_V7)) { | ||
237 | + if (arm_feature(env, ARM_FEATURE_PMSA)) { | ||
238 | if (cpu->pmsav7_dregion > 0) { | ||
239 | - memset(env->pmsav7.drbar, 0, | ||
240 | - sizeof(*env->pmsav7.drbar) * cpu->pmsav7_dregion); | ||
241 | - memset(env->pmsav7.drsr, 0, | ||
242 | - sizeof(*env->pmsav7.drsr) * cpu->pmsav7_dregion); | ||
243 | - memset(env->pmsav7.dracr, 0, | ||
244 | - sizeof(*env->pmsav7.dracr) * cpu->pmsav7_dregion); | ||
245 | + if (arm_feature(env, ARM_FEATURE_V8)) { | ||
246 | + memset(env->pmsav8.rbar, 0, | ||
247 | + sizeof(*env->pmsav8.rbar) * cpu->pmsav7_dregion); | ||
248 | + memset(env->pmsav8.rlar, 0, | ||
249 | + sizeof(*env->pmsav8.rlar) * cpu->pmsav7_dregion); | ||
250 | + } else if (arm_feature(env, ARM_FEATURE_V7)) { | ||
251 | + memset(env->pmsav7.drbar, 0, | ||
252 | + sizeof(*env->pmsav7.drbar) * cpu->pmsav7_dregion); | ||
253 | + memset(env->pmsav7.drsr, 0, | ||
254 | + sizeof(*env->pmsav7.drsr) * cpu->pmsav7_dregion); | ||
255 | + memset(env->pmsav7.dracr, 0, | ||
256 | + sizeof(*env->pmsav7.dracr) * cpu->pmsav7_dregion); | ||
257 | + } | ||
258 | } | ||
259 | env->pmsav7.rnr = 0; | ||
260 | + env->pmsav8.mair0 = 0; | ||
261 | + env->pmsav8.mair1 = 0; | ||
262 | } | ||
263 | |||
264 | set_flush_to_zero(1, &env->vfp.standard_fp_status); | ||
265 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_realizefn(DeviceState *dev, Error **errp) | ||
266 | } | ||
267 | |||
268 | if (nr) { | ||
269 | - env->pmsav7.drbar = g_new0(uint32_t, nr); | ||
270 | - env->pmsav7.drsr = g_new0(uint32_t, nr); | ||
271 | - env->pmsav7.dracr = g_new0(uint32_t, nr); | ||
272 | + if (arm_feature(env, ARM_FEATURE_V8)) { | ||
273 | + /* PMSAv8 */ | ||
274 | + env->pmsav8.rbar = g_new0(uint32_t, nr); | ||
275 | + env->pmsav8.rlar = g_new0(uint32_t, nr); | ||
276 | + } else { | ||
277 | + env->pmsav7.drbar = g_new0(uint32_t, nr); | ||
278 | + env->pmsav7.drsr = g_new0(uint32_t, nr); | ||
279 | + env->pmsav7.dracr = g_new0(uint32_t, nr); | ||
280 | + } | ||
281 | } | ||
282 | } | ||
283 | |||
284 | diff --git a/target/arm/machine.c b/target/arm/machine.c | ||
285 | index XXXXXXX..XXXXXXX 100644 | ||
286 | --- a/target/arm/machine.c | ||
287 | +++ b/target/arm/machine.c | ||
288 | @@ -XXX,XX +XXX,XX @@ static bool pmsav7_needed(void *opaque) | ||
289 | CPUARMState *env = &cpu->env; | ||
290 | |||
291 | return arm_feature(env, ARM_FEATURE_PMSA) && | ||
292 | - arm_feature(env, ARM_FEATURE_V7); | ||
293 | + arm_feature(env, ARM_FEATURE_V7) && | ||
294 | + !arm_feature(env, ARM_FEATURE_V8); | ||
295 | } | 125 | } |
296 | 126 | ||
297 | static bool pmsav7_rgnr_vmstate_validate(void *opaque, int version_id) | 127 | +static void stellaris_sys_reset_exit(Object *obj) |
298 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_pmsav7_rnr = { | 128 | +{ |
129 | +} | ||
130 | + | ||
131 | static int stellaris_sys_post_load(void *opaque, int version_id) | ||
132 | { | ||
133 | ssys_state *s = opaque; | ||
134 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_stellaris_sys = { | ||
299 | } | 135 | } |
300 | }; | 136 | }; |
301 | 137 | ||
302 | +static bool pmsav8_needed(void *opaque) | 138 | +static Property stellaris_sys_properties[] = { |
303 | +{ | 139 | + DEFINE_PROP_UINT32("user0", ssys_state, user0, 0), |
304 | + ARMCPU *cpu = opaque; | 140 | + DEFINE_PROP_UINT32("user1", ssys_state, user1, 0), |
305 | + CPUARMState *env = &cpu->env; | 141 | + DEFINE_PROP_UINT32("did0", ssys_state, did0, 0), |
306 | + | 142 | + DEFINE_PROP_UINT32("did1", ssys_state, did1, 0), |
307 | + return arm_feature(env, ARM_FEATURE_PMSA) && | 143 | + DEFINE_PROP_UINT32("dc0", ssys_state, dc0, 0), |
308 | + arm_feature(env, ARM_FEATURE_V8); | 144 | + DEFINE_PROP_UINT32("dc1", ssys_state, dc1, 0), |
309 | +} | 145 | + DEFINE_PROP_UINT32("dc2", ssys_state, dc2, 0), |
310 | + | 146 | + DEFINE_PROP_UINT32("dc3", ssys_state, dc3, 0), |
311 | +static const VMStateDescription vmstate_pmsav8 = { | 147 | + DEFINE_PROP_UINT32("dc4", ssys_state, dc4, 0), |
312 | + .name = "cpu/pmsav8", | 148 | + DEFINE_PROP_END_OF_LIST() |
313 | + .version_id = 1, | ||
314 | + .minimum_version_id = 1, | ||
315 | + .needed = pmsav8_needed, | ||
316 | + .fields = (VMStateField[]) { | ||
317 | + VMSTATE_VARRAY_UINT32(env.pmsav8.rbar, ARMCPU, pmsav7_dregion, 0, | ||
318 | + vmstate_info_uint32, uint32_t), | ||
319 | + VMSTATE_VARRAY_UINT32(env.pmsav8.rlar, ARMCPU, pmsav7_dregion, 0, | ||
320 | + vmstate_info_uint32, uint32_t), | ||
321 | + VMSTATE_UINT32(env.pmsav8.mair0, ARMCPU), | ||
322 | + VMSTATE_UINT32(env.pmsav8.mair1, ARMCPU), | ||
323 | + VMSTATE_END_OF_LIST() | ||
324 | + } | ||
325 | +}; | 149 | +}; |
326 | + | 150 | + |
327 | static int get_cpsr(QEMUFile *f, void *opaque, size_t size, | 151 | +static void stellaris_sys_instance_init(Object *obj) |
328 | VMStateField *field) | 152 | +{ |
329 | { | 153 | + ssys_state *s = STELLARIS_SYS(obj); |
330 | @@ -XXX,XX +XXX,XX @@ const VMStateDescription vmstate_arm_cpu = { | 154 | + SysBusDevice *sbd = SYS_BUS_DEVICE(s); |
331 | */ | 155 | + |
332 | &vmstate_pmsav7_rnr, | 156 | + memory_region_init_io(&s->iomem, obj, &ssys_ops, s, "ssys", 0x00001000); |
333 | &vmstate_pmsav7, | 157 | + sysbus_init_mmio(sbd, &s->iomem); |
334 | + &vmstate_pmsav8, | 158 | + sysbus_init_irq(sbd, &s->irq); |
335 | NULL | 159 | +} |
336 | } | 160 | + |
161 | static int stellaris_sys_init(uint32_t base, qemu_irq irq, | ||
162 | stellaris_board_info * board, | ||
163 | uint8_t *macaddr) | ||
164 | { | ||
165 | - ssys_state *s; | ||
166 | + DeviceState *dev = qdev_new(TYPE_STELLARIS_SYS); | ||
167 | + SysBusDevice *sbd = SYS_BUS_DEVICE(dev); | ||
168 | |||
169 | - s = g_new0(ssys_state, 1); | ||
170 | - s->irq = irq; | ||
171 | - s->board = board; | ||
172 | /* Most devices come preprogrammed with a MAC address in the user data. */ | ||
173 | - s->user0 = macaddr[0] | (macaddr[1] << 8) | (macaddr[2] << 16); | ||
174 | - s->user1 = macaddr[3] | (macaddr[4] << 8) | (macaddr[5] << 16); | ||
175 | + qdev_prop_set_uint32(dev, "user0", | ||
176 | + macaddr[0] | (macaddr[1] << 8) | (macaddr[2] << 16)); | ||
177 | + qdev_prop_set_uint32(dev, "user1", | ||
178 | + macaddr[3] | (macaddr[4] << 8) | (macaddr[5] << 16)); | ||
179 | + qdev_prop_set_uint32(dev, "did0", board->did0); | ||
180 | + qdev_prop_set_uint32(dev, "did1", board->did1); | ||
181 | + qdev_prop_set_uint32(dev, "dc0", board->dc0); | ||
182 | + qdev_prop_set_uint32(dev, "dc1", board->dc1); | ||
183 | + qdev_prop_set_uint32(dev, "dc2", board->dc2); | ||
184 | + qdev_prop_set_uint32(dev, "dc3", board->dc3); | ||
185 | + qdev_prop_set_uint32(dev, "dc4", board->dc4); | ||
186 | + | ||
187 | + sysbus_realize_and_unref(sbd, &error_fatal); | ||
188 | + sysbus_mmio_map(sbd, 0, base); | ||
189 | + sysbus_connect_irq(sbd, 0, irq); | ||
190 | + | ||
191 | + /* | ||
192 | + * Normally we should not be resetting devices like this during | ||
193 | + * board creation. For the moment we need to do so, because | ||
194 | + * system_clock_scale will only get set when the STELLARIS_SYS | ||
195 | + * device is reset, and we need its initial value to pass to | ||
196 | + * the watchdog device. This hack can be removed once the | ||
197 | + * watchdog has been converted to use a Clock input instead. | ||
198 | + */ | ||
199 | + device_cold_reset(dev); | ||
200 | |||
201 | - memory_region_init_io(&s->iomem, NULL, &ssys_ops, s, "ssys", 0x00001000); | ||
202 | - memory_region_add_subregion(get_system_memory(), base, &s->iomem); | ||
203 | - ssys_reset(s); | ||
204 | - vmstate_register(NULL, VMSTATE_INSTANCE_ID_ANY, &vmstate_stellaris_sys, s); | ||
205 | return 0; | ||
206 | } | ||
207 | |||
208 | - | ||
209 | /* I2C controller. */ | ||
210 | |||
211 | #define TYPE_STELLARIS_I2C "stellaris-i2c" | ||
212 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo stellaris_adc_info = { | ||
213 | .class_init = stellaris_adc_class_init, | ||
337 | }; | 214 | }; |
215 | |||
216 | +static void stellaris_sys_class_init(ObjectClass *klass, void *data) | ||
217 | +{ | ||
218 | + DeviceClass *dc = DEVICE_CLASS(klass); | ||
219 | + ResettableClass *rc = RESETTABLE_CLASS(klass); | ||
220 | + | ||
221 | + dc->vmsd = &vmstate_stellaris_sys; | ||
222 | + rc->phases.enter = stellaris_sys_reset_enter; | ||
223 | + rc->phases.hold = stellaris_sys_reset_hold; | ||
224 | + rc->phases.exit = stellaris_sys_reset_exit; | ||
225 | + device_class_set_props(dc, stellaris_sys_properties); | ||
226 | +} | ||
227 | + | ||
228 | +static const TypeInfo stellaris_sys_info = { | ||
229 | + .name = TYPE_STELLARIS_SYS, | ||
230 | + .parent = TYPE_SYS_BUS_DEVICE, | ||
231 | + .instance_size = sizeof(ssys_state), | ||
232 | + .instance_init = stellaris_sys_instance_init, | ||
233 | + .class_init = stellaris_sys_class_init, | ||
234 | +}; | ||
235 | + | ||
236 | static void stellaris_register_types(void) | ||
237 | { | ||
238 | type_register_static(&stellaris_i2c_info); | ||
239 | type_register_static(&stellaris_gptm_info); | ||
240 | type_register_static(&stellaris_adc_info); | ||
241 | + type_register_static(&stellaris_sys_info); | ||
242 | } | ||
243 | |||
244 | type_init(stellaris_register_types) | ||
338 | -- | 245 | -- |
339 | 2.7.4 | 246 | 2.20.1 |
340 | 247 | ||
341 | 248 | diff view generated by jsdifflib |
1 | Set the MachineClass flag ignore_memory_transaction_failures | 1 | Create and connect the Clock input for the watchdog device on the |
---|---|---|---|
2 | for almost all ARM boards. This means they retain the legacy | 2 | Stellaris boards. Because the Stellaris boards model the ability to |
3 | behaviour that accesses to unimplemented addresses will RAZ/WI | 3 | change the clock rate by programming PLL registers, we have to create |
4 | rather than aborting, when a subsequent commit adds support | 4 | an output Clock on the ssys_state device and wire it up to the |
5 | for external aborts. | 5 | watchdog. |
6 | 6 | ||
7 | The exceptions are: | 7 | Note that the old comment on ssys_calculate_system_clock() got the |
8 | * virt -- we know that guests won't try to prod devices | 8 | units wrong -- system_clock_scale is in nanoseconds, not |
9 | that we don't describe in the device tree or ACPI tables | 9 | milliseconds. Improve the commentary to clarify how we are |
10 | * mps2 -- this board was written to use unimplemented-device | 10 | calculating the period. |
11 | for all the ranges with devices we don't yet handle | ||
12 | |||
13 | New boards should not set the flag, but instead be written | ||
14 | like the mps2. | ||
15 | 11 | ||
16 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
17 | Reviewed-by: Alistair Francis <alistair.francis@xilinx.com> | 13 | Reviewed-by: Luc Michel <luc@lmichel.fr> |
18 | Message-id: 1504626814-23124-3-git-send-email-peter.maydell@linaro.org | 14 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
19 | For the Xilinx boards: | 15 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
20 | Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> | 16 | Message-id: 20210128114145.20536-18-peter.maydell@linaro.org |
17 | Message-id: 20210121190622.22000-18-peter.maydell@linaro.org | ||
18 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
21 | --- | 19 | --- |
22 | hw/arm/aspeed.c | 3 +++ | 20 | hw/arm/stellaris.c | 43 +++++++++++++++++++++++++++++++------------ |
23 | hw/arm/collie.c | 1 + | 21 | 1 file changed, 31 insertions(+), 12 deletions(-) |
24 | hw/arm/cubieboard.c | 1 + | ||
25 | hw/arm/digic_boards.c | 1 + | ||
26 | hw/arm/exynos4_boards.c | 2 ++ | ||
27 | hw/arm/gumstix.c | 2 ++ | ||
28 | hw/arm/highbank.c | 2 ++ | ||
29 | hw/arm/imx25_pdk.c | 1 + | ||
30 | hw/arm/integratorcp.c | 1 + | ||
31 | hw/arm/kzm.c | 1 + | ||
32 | hw/arm/mainstone.c | 1 + | ||
33 | hw/arm/musicpal.c | 1 + | ||
34 | hw/arm/netduino2.c | 1 + | ||
35 | hw/arm/nseries.c | 2 ++ | ||
36 | hw/arm/omap_sx1.c | 2 ++ | ||
37 | hw/arm/palm.c | 1 + | ||
38 | hw/arm/raspi.c | 1 + | ||
39 | hw/arm/realview.c | 4 ++++ | ||
40 | hw/arm/sabrelite.c | 1 + | ||
41 | hw/arm/spitz.c | 4 ++++ | ||
42 | hw/arm/stellaris.c | 2 ++ | ||
43 | hw/arm/tosa.c | 1 + | ||
44 | hw/arm/versatilepb.c | 2 ++ | ||
45 | hw/arm/vexpress.c | 1 + | ||
46 | hw/arm/xilinx_zynq.c | 1 + | ||
47 | hw/arm/xlnx-ep108.c | 2 ++ | ||
48 | hw/arm/z2.c | 1 + | ||
49 | 27 files changed, 43 insertions(+) | ||
50 | 22 | ||
51 | diff --git a/hw/arm/aspeed.c b/hw/arm/aspeed.c | ||
52 | index XXXXXXX..XXXXXXX 100644 | ||
53 | --- a/hw/arm/aspeed.c | ||
54 | +++ b/hw/arm/aspeed.c | ||
55 | @@ -XXX,XX +XXX,XX @@ static void palmetto_bmc_class_init(ObjectClass *oc, void *data) | ||
56 | mc->no_floppy = 1; | ||
57 | mc->no_cdrom = 1; | ||
58 | mc->no_parallel = 1; | ||
59 | + mc->ignore_memory_transaction_failures = true; | ||
60 | } | ||
61 | |||
62 | static const TypeInfo palmetto_bmc_type = { | ||
63 | @@ -XXX,XX +XXX,XX @@ static void ast2500_evb_class_init(ObjectClass *oc, void *data) | ||
64 | mc->no_floppy = 1; | ||
65 | mc->no_cdrom = 1; | ||
66 | mc->no_parallel = 1; | ||
67 | + mc->ignore_memory_transaction_failures = true; | ||
68 | } | ||
69 | |||
70 | static const TypeInfo ast2500_evb_type = { | ||
71 | @@ -XXX,XX +XXX,XX @@ static void romulus_bmc_class_init(ObjectClass *oc, void *data) | ||
72 | mc->no_floppy = 1; | ||
73 | mc->no_cdrom = 1; | ||
74 | mc->no_parallel = 1; | ||
75 | + mc->ignore_memory_transaction_failures = true; | ||
76 | } | ||
77 | |||
78 | static const TypeInfo romulus_bmc_type = { | ||
79 | diff --git a/hw/arm/collie.c b/hw/arm/collie.c | ||
80 | index XXXXXXX..XXXXXXX 100644 | ||
81 | --- a/hw/arm/collie.c | ||
82 | +++ b/hw/arm/collie.c | ||
83 | @@ -XXX,XX +XXX,XX @@ static void collie_machine_init(MachineClass *mc) | ||
84 | { | ||
85 | mc->desc = "Sharp SL-5500 (Collie) PDA (SA-1110)"; | ||
86 | mc->init = collie_init; | ||
87 | + mc->ignore_memory_transaction_failures = true; | ||
88 | } | ||
89 | |||
90 | DEFINE_MACHINE("collie", collie_machine_init) | ||
91 | diff --git a/hw/arm/cubieboard.c b/hw/arm/cubieboard.c | ||
92 | index XXXXXXX..XXXXXXX 100644 | ||
93 | --- a/hw/arm/cubieboard.c | ||
94 | +++ b/hw/arm/cubieboard.c | ||
95 | @@ -XXX,XX +XXX,XX @@ static void cubieboard_machine_init(MachineClass *mc) | ||
96 | mc->init = cubieboard_init; | ||
97 | mc->block_default_type = IF_IDE; | ||
98 | mc->units_per_default_bus = 1; | ||
99 | + mc->ignore_memory_transaction_failures = true; | ||
100 | } | ||
101 | |||
102 | DEFINE_MACHINE("cubieboard", cubieboard_machine_init) | ||
103 | diff --git a/hw/arm/digic_boards.c b/hw/arm/digic_boards.c | ||
104 | index XXXXXXX..XXXXXXX 100644 | ||
105 | --- a/hw/arm/digic_boards.c | ||
106 | +++ b/hw/arm/digic_boards.c | ||
107 | @@ -XXX,XX +XXX,XX @@ static void canon_a1100_machine_init(MachineClass *mc) | ||
108 | { | ||
109 | mc->desc = "Canon PowerShot A1100 IS"; | ||
110 | mc->init = &canon_a1100_init; | ||
111 | + mc->ignore_memory_transaction_failures = true; | ||
112 | } | ||
113 | |||
114 | DEFINE_MACHINE("canon-a1100", canon_a1100_machine_init) | ||
115 | diff --git a/hw/arm/exynos4_boards.c b/hw/arm/exynos4_boards.c | ||
116 | index XXXXXXX..XXXXXXX 100644 | ||
117 | --- a/hw/arm/exynos4_boards.c | ||
118 | +++ b/hw/arm/exynos4_boards.c | ||
119 | @@ -XXX,XX +XXX,XX @@ static void nuri_class_init(ObjectClass *oc, void *data) | ||
120 | mc->desc = "Samsung NURI board (Exynos4210)"; | ||
121 | mc->init = nuri_init; | ||
122 | mc->max_cpus = EXYNOS4210_NCPUS; | ||
123 | + mc->ignore_memory_transaction_failures = true; | ||
124 | } | ||
125 | |||
126 | static const TypeInfo nuri_type = { | ||
127 | @@ -XXX,XX +XXX,XX @@ static void smdkc210_class_init(ObjectClass *oc, void *data) | ||
128 | mc->desc = "Samsung SMDKC210 board (Exynos4210)"; | ||
129 | mc->init = smdkc210_init; | ||
130 | mc->max_cpus = EXYNOS4210_NCPUS; | ||
131 | + mc->ignore_memory_transaction_failures = true; | ||
132 | } | ||
133 | |||
134 | static const TypeInfo smdkc210_type = { | ||
135 | diff --git a/hw/arm/gumstix.c b/hw/arm/gumstix.c | ||
136 | index XXXXXXX..XXXXXXX 100644 | ||
137 | --- a/hw/arm/gumstix.c | ||
138 | +++ b/hw/arm/gumstix.c | ||
139 | @@ -XXX,XX +XXX,XX @@ static void connex_class_init(ObjectClass *oc, void *data) | ||
140 | |||
141 | mc->desc = "Gumstix Connex (PXA255)"; | ||
142 | mc->init = connex_init; | ||
143 | + mc->ignore_memory_transaction_failures = true; | ||
144 | } | ||
145 | |||
146 | static const TypeInfo connex_type = { | ||
147 | @@ -XXX,XX +XXX,XX @@ static void verdex_class_init(ObjectClass *oc, void *data) | ||
148 | |||
149 | mc->desc = "Gumstix Verdex (PXA270)"; | ||
150 | mc->init = verdex_init; | ||
151 | + mc->ignore_memory_transaction_failures = true; | ||
152 | } | ||
153 | |||
154 | static const TypeInfo verdex_type = { | ||
155 | diff --git a/hw/arm/highbank.c b/hw/arm/highbank.c | ||
156 | index XXXXXXX..XXXXXXX 100644 | ||
157 | --- a/hw/arm/highbank.c | ||
158 | +++ b/hw/arm/highbank.c | ||
159 | @@ -XXX,XX +XXX,XX @@ static void highbank_class_init(ObjectClass *oc, void *data) | ||
160 | mc->block_default_type = IF_IDE; | ||
161 | mc->units_per_default_bus = 1; | ||
162 | mc->max_cpus = 4; | ||
163 | + mc->ignore_memory_transaction_failures = true; | ||
164 | } | ||
165 | |||
166 | static const TypeInfo highbank_type = { | ||
167 | @@ -XXX,XX +XXX,XX @@ static void midway_class_init(ObjectClass *oc, void *data) | ||
168 | mc->block_default_type = IF_IDE; | ||
169 | mc->units_per_default_bus = 1; | ||
170 | mc->max_cpus = 4; | ||
171 | + mc->ignore_memory_transaction_failures = true; | ||
172 | } | ||
173 | |||
174 | static const TypeInfo midway_type = { | ||
175 | diff --git a/hw/arm/imx25_pdk.c b/hw/arm/imx25_pdk.c | ||
176 | index XXXXXXX..XXXXXXX 100644 | ||
177 | --- a/hw/arm/imx25_pdk.c | ||
178 | +++ b/hw/arm/imx25_pdk.c | ||
179 | @@ -XXX,XX +XXX,XX @@ static void imx25_pdk_machine_init(MachineClass *mc) | ||
180 | { | ||
181 | mc->desc = "ARM i.MX25 PDK board (ARM926)"; | ||
182 | mc->init = imx25_pdk_init; | ||
183 | + mc->ignore_memory_transaction_failures = true; | ||
184 | } | ||
185 | |||
186 | DEFINE_MACHINE("imx25-pdk", imx25_pdk_machine_init) | ||
187 | diff --git a/hw/arm/integratorcp.c b/hw/arm/integratorcp.c | ||
188 | index XXXXXXX..XXXXXXX 100644 | ||
189 | --- a/hw/arm/integratorcp.c | ||
190 | +++ b/hw/arm/integratorcp.c | ||
191 | @@ -XXX,XX +XXX,XX @@ static void integratorcp_machine_init(MachineClass *mc) | ||
192 | { | ||
193 | mc->desc = "ARM Integrator/CP (ARM926EJ-S)"; | ||
194 | mc->init = integratorcp_init; | ||
195 | + mc->ignore_memory_transaction_failures = true; | ||
196 | } | ||
197 | |||
198 | DEFINE_MACHINE("integratorcp", integratorcp_machine_init) | ||
199 | diff --git a/hw/arm/kzm.c b/hw/arm/kzm.c | ||
200 | index XXXXXXX..XXXXXXX 100644 | ||
201 | --- a/hw/arm/kzm.c | ||
202 | +++ b/hw/arm/kzm.c | ||
203 | @@ -XXX,XX +XXX,XX @@ static void kzm_machine_init(MachineClass *mc) | ||
204 | { | ||
205 | mc->desc = "ARM KZM Emulation Baseboard (ARM1136)"; | ||
206 | mc->init = kzm_init; | ||
207 | + mc->ignore_memory_transaction_failures = true; | ||
208 | } | ||
209 | |||
210 | DEFINE_MACHINE("kzm", kzm_machine_init) | ||
211 | diff --git a/hw/arm/mainstone.c b/hw/arm/mainstone.c | ||
212 | index XXXXXXX..XXXXXXX 100644 | ||
213 | --- a/hw/arm/mainstone.c | ||
214 | +++ b/hw/arm/mainstone.c | ||
215 | @@ -XXX,XX +XXX,XX @@ static void mainstone2_machine_init(MachineClass *mc) | ||
216 | { | ||
217 | mc->desc = "Mainstone II (PXA27x)"; | ||
218 | mc->init = mainstone_init; | ||
219 | + mc->ignore_memory_transaction_failures = true; | ||
220 | } | ||
221 | |||
222 | DEFINE_MACHINE("mainstone", mainstone2_machine_init) | ||
223 | diff --git a/hw/arm/musicpal.c b/hw/arm/musicpal.c | ||
224 | index XXXXXXX..XXXXXXX 100644 | ||
225 | --- a/hw/arm/musicpal.c | ||
226 | +++ b/hw/arm/musicpal.c | ||
227 | @@ -XXX,XX +XXX,XX @@ static void musicpal_machine_init(MachineClass *mc) | ||
228 | { | ||
229 | mc->desc = "Marvell 88w8618 / MusicPal (ARM926EJ-S)"; | ||
230 | mc->init = musicpal_init; | ||
231 | + mc->ignore_memory_transaction_failures = true; | ||
232 | } | ||
233 | |||
234 | DEFINE_MACHINE("musicpal", musicpal_machine_init) | ||
235 | diff --git a/hw/arm/netduino2.c b/hw/arm/netduino2.c | ||
236 | index XXXXXXX..XXXXXXX 100644 | ||
237 | --- a/hw/arm/netduino2.c | ||
238 | +++ b/hw/arm/netduino2.c | ||
239 | @@ -XXX,XX +XXX,XX @@ static void netduino2_machine_init(MachineClass *mc) | ||
240 | { | ||
241 | mc->desc = "Netduino 2 Machine"; | ||
242 | mc->init = netduino2_init; | ||
243 | + mc->ignore_memory_transaction_failures = true; | ||
244 | } | ||
245 | |||
246 | DEFINE_MACHINE("netduino2", netduino2_machine_init) | ||
247 | diff --git a/hw/arm/nseries.c b/hw/arm/nseries.c | ||
248 | index XXXXXXX..XXXXXXX 100644 | ||
249 | --- a/hw/arm/nseries.c | ||
250 | +++ b/hw/arm/nseries.c | ||
251 | @@ -XXX,XX +XXX,XX @@ static void n800_class_init(ObjectClass *oc, void *data) | ||
252 | mc->desc = "Nokia N800 tablet aka. RX-34 (OMAP2420)"; | ||
253 | mc->init = n800_init; | ||
254 | mc->default_boot_order = ""; | ||
255 | + mc->ignore_memory_transaction_failures = true; | ||
256 | } | ||
257 | |||
258 | static const TypeInfo n800_type = { | ||
259 | @@ -XXX,XX +XXX,XX @@ static void n810_class_init(ObjectClass *oc, void *data) | ||
260 | mc->desc = "Nokia N810 tablet aka. RX-44 (OMAP2420)"; | ||
261 | mc->init = n810_init; | ||
262 | mc->default_boot_order = ""; | ||
263 | + mc->ignore_memory_transaction_failures = true; | ||
264 | } | ||
265 | |||
266 | static const TypeInfo n810_type = { | ||
267 | diff --git a/hw/arm/omap_sx1.c b/hw/arm/omap_sx1.c | ||
268 | index XXXXXXX..XXXXXXX 100644 | ||
269 | --- a/hw/arm/omap_sx1.c | ||
270 | +++ b/hw/arm/omap_sx1.c | ||
271 | @@ -XXX,XX +XXX,XX @@ static void sx1_machine_v2_class_init(ObjectClass *oc, void *data) | ||
272 | |||
273 | mc->desc = "Siemens SX1 (OMAP310) V2"; | ||
274 | mc->init = sx1_init_v2; | ||
275 | + mc->ignore_memory_transaction_failures = true; | ||
276 | } | ||
277 | |||
278 | static const TypeInfo sx1_machine_v2_type = { | ||
279 | @@ -XXX,XX +XXX,XX @@ static void sx1_machine_v1_class_init(ObjectClass *oc, void *data) | ||
280 | |||
281 | mc->desc = "Siemens SX1 (OMAP310) V1"; | ||
282 | mc->init = sx1_init_v1; | ||
283 | + mc->ignore_memory_transaction_failures = true; | ||
284 | } | ||
285 | |||
286 | static const TypeInfo sx1_machine_v1_type = { | ||
287 | diff --git a/hw/arm/palm.c b/hw/arm/palm.c | ||
288 | index XXXXXXX..XXXXXXX 100644 | ||
289 | --- a/hw/arm/palm.c | ||
290 | +++ b/hw/arm/palm.c | ||
291 | @@ -XXX,XX +XXX,XX @@ static void palmte_machine_init(MachineClass *mc) | ||
292 | { | ||
293 | mc->desc = "Palm Tungsten|E aka. Cheetah PDA (OMAP310)"; | ||
294 | mc->init = palmte_init; | ||
295 | + mc->ignore_memory_transaction_failures = true; | ||
296 | } | ||
297 | |||
298 | DEFINE_MACHINE("cheetah", palmte_machine_init) | ||
299 | diff --git a/hw/arm/raspi.c b/hw/arm/raspi.c | ||
300 | index XXXXXXX..XXXXXXX 100644 | ||
301 | --- a/hw/arm/raspi.c | ||
302 | +++ b/hw/arm/raspi.c | ||
303 | @@ -XXX,XX +XXX,XX @@ static void raspi2_machine_init(MachineClass *mc) | ||
304 | mc->no_cdrom = 1; | ||
305 | mc->max_cpus = BCM2836_NCPUS; | ||
306 | mc->default_ram_size = 1024 * 1024 * 1024; | ||
307 | + mc->ignore_memory_transaction_failures = true; | ||
308 | }; | ||
309 | DEFINE_MACHINE("raspi2", raspi2_machine_init) | ||
310 | diff --git a/hw/arm/realview.c b/hw/arm/realview.c | ||
311 | index XXXXXXX..XXXXXXX 100644 | ||
312 | --- a/hw/arm/realview.c | ||
313 | +++ b/hw/arm/realview.c | ||
314 | @@ -XXX,XX +XXX,XX @@ static void realview_eb_class_init(ObjectClass *oc, void *data) | ||
315 | mc->desc = "ARM RealView Emulation Baseboard (ARM926EJ-S)"; | ||
316 | mc->init = realview_eb_init; | ||
317 | mc->block_default_type = IF_SCSI; | ||
318 | + mc->ignore_memory_transaction_failures = true; | ||
319 | } | ||
320 | |||
321 | static const TypeInfo realview_eb_type = { | ||
322 | @@ -XXX,XX +XXX,XX @@ static void realview_eb_mpcore_class_init(ObjectClass *oc, void *data) | ||
323 | mc->init = realview_eb_mpcore_init; | ||
324 | mc->block_default_type = IF_SCSI; | ||
325 | mc->max_cpus = 4; | ||
326 | + mc->ignore_memory_transaction_failures = true; | ||
327 | } | ||
328 | |||
329 | static const TypeInfo realview_eb_mpcore_type = { | ||
330 | @@ -XXX,XX +XXX,XX @@ static void realview_pb_a8_class_init(ObjectClass *oc, void *data) | ||
331 | |||
332 | mc->desc = "ARM RealView Platform Baseboard for Cortex-A8"; | ||
333 | mc->init = realview_pb_a8_init; | ||
334 | + mc->ignore_memory_transaction_failures = true; | ||
335 | } | ||
336 | |||
337 | static const TypeInfo realview_pb_a8_type = { | ||
338 | @@ -XXX,XX +XXX,XX @@ static void realview_pbx_a9_class_init(ObjectClass *oc, void *data) | ||
339 | mc->desc = "ARM RealView Platform Baseboard Explore for Cortex-A9"; | ||
340 | mc->init = realview_pbx_a9_init; | ||
341 | mc->max_cpus = 4; | ||
342 | + mc->ignore_memory_transaction_failures = true; | ||
343 | } | ||
344 | |||
345 | static const TypeInfo realview_pbx_a9_type = { | ||
346 | diff --git a/hw/arm/sabrelite.c b/hw/arm/sabrelite.c | ||
347 | index XXXXXXX..XXXXXXX 100644 | ||
348 | --- a/hw/arm/sabrelite.c | ||
349 | +++ b/hw/arm/sabrelite.c | ||
350 | @@ -XXX,XX +XXX,XX @@ static void sabrelite_machine_init(MachineClass *mc) | ||
351 | mc->desc = "Freescale i.MX6 Quad SABRE Lite Board (Cortex A9)"; | ||
352 | mc->init = sabrelite_init; | ||
353 | mc->max_cpus = FSL_IMX6_NUM_CPUS; | ||
354 | + mc->ignore_memory_transaction_failures = true; | ||
355 | } | ||
356 | |||
357 | DEFINE_MACHINE("sabrelite", sabrelite_machine_init) | ||
358 | diff --git a/hw/arm/spitz.c b/hw/arm/spitz.c | ||
359 | index XXXXXXX..XXXXXXX 100644 | ||
360 | --- a/hw/arm/spitz.c | ||
361 | +++ b/hw/arm/spitz.c | ||
362 | @@ -XXX,XX +XXX,XX @@ static void akitapda_class_init(ObjectClass *oc, void *data) | ||
363 | |||
364 | mc->desc = "Sharp SL-C1000 (Akita) PDA (PXA270)"; | ||
365 | mc->init = akita_init; | ||
366 | + mc->ignore_memory_transaction_failures = true; | ||
367 | } | ||
368 | |||
369 | static const TypeInfo akitapda_type = { | ||
370 | @@ -XXX,XX +XXX,XX @@ static void spitzpda_class_init(ObjectClass *oc, void *data) | ||
371 | mc->desc = "Sharp SL-C3000 (Spitz) PDA (PXA270)"; | ||
372 | mc->init = spitz_init; | ||
373 | mc->block_default_type = IF_IDE; | ||
374 | + mc->ignore_memory_transaction_failures = true; | ||
375 | } | ||
376 | |||
377 | static const TypeInfo spitzpda_type = { | ||
378 | @@ -XXX,XX +XXX,XX @@ static void borzoipda_class_init(ObjectClass *oc, void *data) | ||
379 | mc->desc = "Sharp SL-C3100 (Borzoi) PDA (PXA270)"; | ||
380 | mc->init = borzoi_init; | ||
381 | mc->block_default_type = IF_IDE; | ||
382 | + mc->ignore_memory_transaction_failures = true; | ||
383 | } | ||
384 | |||
385 | static const TypeInfo borzoipda_type = { | ||
386 | @@ -XXX,XX +XXX,XX @@ static void terrierpda_class_init(ObjectClass *oc, void *data) | ||
387 | mc->desc = "Sharp SL-C3200 (Terrier) PDA (PXA270)"; | ||
388 | mc->init = terrier_init; | ||
389 | mc->block_default_type = IF_IDE; | ||
390 | + mc->ignore_memory_transaction_failures = true; | ||
391 | } | ||
392 | |||
393 | static const TypeInfo terrierpda_type = { | ||
394 | diff --git a/hw/arm/stellaris.c b/hw/arm/stellaris.c | 23 | diff --git a/hw/arm/stellaris.c b/hw/arm/stellaris.c |
395 | index XXXXXXX..XXXXXXX 100644 | 24 | index XXXXXXX..XXXXXXX 100644 |
396 | --- a/hw/arm/stellaris.c | 25 | --- a/hw/arm/stellaris.c |
397 | +++ b/hw/arm/stellaris.c | 26 | +++ b/hw/arm/stellaris.c |
398 | @@ -XXX,XX +XXX,XX @@ static void lm3s811evb_class_init(ObjectClass *oc, void *data) | 27 | @@ -XXX,XX +XXX,XX @@ |
399 | 28 | #include "hw/watchdog/cmsdk-apb-watchdog.h" | |
400 | mc->desc = "Stellaris LM3S811EVB"; | 29 | #include "migration/vmstate.h" |
401 | mc->init = lm3s811evb_init; | 30 | #include "hw/misc/unimp.h" |
402 | + mc->ignore_memory_transaction_failures = true; | 31 | +#include "hw/qdev-clock.h" |
32 | #include "cpu.h" | ||
33 | #include "qom/object.h" | ||
34 | |||
35 | @@ -XXX,XX +XXX,XX @@ struct ssys_state { | ||
36 | uint32_t clkvclr; | ||
37 | uint32_t ldoarst; | ||
38 | qemu_irq irq; | ||
39 | + Clock *sysclk; | ||
40 | /* Properties (all read-only registers) */ | ||
41 | uint32_t user0; | ||
42 | uint32_t user1; | ||
43 | @@ -XXX,XX +XXX,XX @@ static bool ssys_use_rcc2(ssys_state *s) | ||
403 | } | 44 | } |
404 | 45 | ||
405 | static const TypeInfo lm3s811evb_type = { | 46 | /* |
406 | @@ -XXX,XX +XXX,XX @@ static void lm3s6965evb_class_init(ObjectClass *oc, void *data) | 47 | - * Caculate the sys. clock period in ms. |
407 | 48 | + * Calculate the system clock period. We only want to propagate | |
408 | mc->desc = "Stellaris LM3S6965EVB"; | 49 | + * this change to the rest of the system if we're not being called |
409 | mc->init = lm3s6965evb_init; | 50 | + * from migration post-load. |
410 | + mc->ignore_memory_transaction_failures = true; | 51 | */ |
52 | -static void ssys_calculate_system_clock(ssys_state *s) | ||
53 | +static void ssys_calculate_system_clock(ssys_state *s, bool propagate_clock) | ||
54 | { | ||
55 | + /* | ||
56 | + * SYSDIV field specifies divisor: 0 == /1, 1 == /2, etc. Input | ||
57 | + * clock is 200MHz, which is a period of 5 ns. Dividing the clock | ||
58 | + * frequency by X is the same as multiplying the period by X. | ||
59 | + */ | ||
60 | if (ssys_use_rcc2(s)) { | ||
61 | system_clock_scale = 5 * (((s->rcc2 >> 23) & 0x3f) + 1); | ||
62 | } else { | ||
63 | system_clock_scale = 5 * (((s->rcc >> 23) & 0xf) + 1); | ||
64 | } | ||
65 | + clock_set_ns(s->sysclk, system_clock_scale); | ||
66 | + if (propagate_clock) { | ||
67 | + clock_propagate(s->sysclk); | ||
68 | + } | ||
411 | } | 69 | } |
412 | 70 | ||
413 | static const TypeInfo lm3s6965evb_type = { | 71 | static void ssys_write(void *opaque, hwaddr offset, |
414 | diff --git a/hw/arm/tosa.c b/hw/arm/tosa.c | 72 | @@ -XXX,XX +XXX,XX @@ static void ssys_write(void *opaque, hwaddr offset, |
415 | index XXXXXXX..XXXXXXX 100644 | 73 | s->int_status |= (1 << 6); |
416 | --- a/hw/arm/tosa.c | 74 | } |
417 | +++ b/hw/arm/tosa.c | 75 | s->rcc = value; |
418 | @@ -XXX,XX +XXX,XX @@ static void tosapda_machine_init(MachineClass *mc) | 76 | - ssys_calculate_system_clock(s); |
419 | mc->desc = "Sharp SL-6000 (Tosa) PDA (PXA255)"; | 77 | + ssys_calculate_system_clock(s, true); |
420 | mc->init = tosa_init; | 78 | break; |
421 | mc->block_default_type = IF_IDE; | 79 | case 0x070: /* RCC2 */ |
422 | + mc->ignore_memory_transaction_failures = true; | 80 | if (ssys_board_class(s) == DID0_CLASS_SANDSTORM) { |
81 | @@ -XXX,XX +XXX,XX @@ static void ssys_write(void *opaque, hwaddr offset, | ||
82 | s->int_status |= (1 << 6); | ||
83 | } | ||
84 | s->rcc2 = value; | ||
85 | - ssys_calculate_system_clock(s); | ||
86 | + ssys_calculate_system_clock(s, true); | ||
87 | break; | ||
88 | case 0x100: /* RCGC0 */ | ||
89 | s->rcgc[0] = value; | ||
90 | @@ -XXX,XX +XXX,XX @@ static void stellaris_sys_reset_hold(Object *obj) | ||
91 | { | ||
92 | ssys_state *s = STELLARIS_SYS(obj); | ||
93 | |||
94 | - ssys_calculate_system_clock(s); | ||
95 | + /* OK to propagate clocks from the hold phase */ | ||
96 | + ssys_calculate_system_clock(s, true); | ||
423 | } | 97 | } |
424 | 98 | ||
425 | DEFINE_MACHINE("tosa", tosapda_machine_init) | 99 | static void stellaris_sys_reset_exit(Object *obj) |
426 | diff --git a/hw/arm/versatilepb.c b/hw/arm/versatilepb.c | 100 | @@ -XXX,XX +XXX,XX @@ static int stellaris_sys_post_load(void *opaque, int version_id) |
427 | index XXXXXXX..XXXXXXX 100644 | 101 | { |
428 | --- a/hw/arm/versatilepb.c | 102 | ssys_state *s = opaque; |
429 | +++ b/hw/arm/versatilepb.c | 103 | |
430 | @@ -XXX,XX +XXX,XX @@ static void versatilepb_class_init(ObjectClass *oc, void *data) | 104 | - ssys_calculate_system_clock(s); |
431 | mc->desc = "ARM Versatile/PB (ARM926EJ-S)"; | 105 | + ssys_calculate_system_clock(s, false); |
432 | mc->init = vpb_init; | 106 | |
433 | mc->block_default_type = IF_SCSI; | 107 | return 0; |
434 | + mc->ignore_memory_transaction_failures = true; | ||
435 | } | 108 | } |
436 | 109 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_stellaris_sys = { | |
437 | static const TypeInfo versatilepb_type = { | 110 | VMSTATE_UINT32_ARRAY(dcgc, ssys_state, 3), |
438 | @@ -XXX,XX +XXX,XX @@ static void versatileab_class_init(ObjectClass *oc, void *data) | 111 | VMSTATE_UINT32(clkvclr, ssys_state), |
439 | mc->desc = "ARM Versatile/AB (ARM926EJ-S)"; | 112 | VMSTATE_UINT32(ldoarst, ssys_state), |
440 | mc->init = vab_init; | 113 | + /* No field for sysclk -- handled in post-load instead */ |
441 | mc->block_default_type = IF_SCSI; | 114 | VMSTATE_END_OF_LIST() |
442 | + mc->ignore_memory_transaction_failures = true; | 115 | } |
116 | }; | ||
117 | @@ -XXX,XX +XXX,XX @@ static void stellaris_sys_instance_init(Object *obj) | ||
118 | memory_region_init_io(&s->iomem, obj, &ssys_ops, s, "ssys", 0x00001000); | ||
119 | sysbus_init_mmio(sbd, &s->iomem); | ||
120 | sysbus_init_irq(sbd, &s->irq); | ||
121 | + s->sysclk = qdev_init_clock_out(DEVICE(s), "SYSCLK"); | ||
443 | } | 122 | } |
444 | 123 | ||
445 | static const TypeInfo versatileab_type = { | 124 | -static int stellaris_sys_init(uint32_t base, qemu_irq irq, |
446 | diff --git a/hw/arm/vexpress.c b/hw/arm/vexpress.c | 125 | - stellaris_board_info * board, |
447 | index XXXXXXX..XXXXXXX 100644 | 126 | - uint8_t *macaddr) |
448 | --- a/hw/arm/vexpress.c | 127 | +static DeviceState *stellaris_sys_init(uint32_t base, qemu_irq irq, |
449 | +++ b/hw/arm/vexpress.c | 128 | + stellaris_board_info *board, |
450 | @@ -XXX,XX +XXX,XX @@ static void vexpress_class_init(ObjectClass *oc, void *data) | 129 | + uint8_t *macaddr) |
451 | mc->desc = "ARM Versatile Express"; | 130 | { |
452 | mc->init = vexpress_common_init; | 131 | DeviceState *dev = qdev_new(TYPE_STELLARIS_SYS); |
453 | mc->max_cpus = 4; | 132 | SysBusDevice *sbd = SYS_BUS_DEVICE(dev); |
454 | + mc->ignore_memory_transaction_failures = true; | 133 | @@ -XXX,XX +XXX,XX @@ static int stellaris_sys_init(uint32_t base, qemu_irq irq, |
134 | */ | ||
135 | device_cold_reset(dev); | ||
136 | |||
137 | - return 0; | ||
138 | + return dev; | ||
455 | } | 139 | } |
456 | 140 | ||
457 | static void vexpress_a9_class_init(ObjectClass *oc, void *data) | 141 | /* I2C controller. */ |
458 | diff --git a/hw/arm/xilinx_zynq.c b/hw/arm/xilinx_zynq.c | 142 | @@ -XXX,XX +XXX,XX @@ static void stellaris_init(MachineState *ms, stellaris_board_info *board) |
459 | index XXXXXXX..XXXXXXX 100644 | 143 | int flash_size; |
460 | --- a/hw/arm/xilinx_zynq.c | 144 | I2CBus *i2c; |
461 | +++ b/hw/arm/xilinx_zynq.c | 145 | DeviceState *dev; |
462 | @@ -XXX,XX +XXX,XX @@ static void zynq_machine_init(MachineClass *mc) | 146 | + DeviceState *ssys_dev; |
463 | mc->init = zynq_init; | 147 | int i; |
464 | mc->max_cpus = 1; | 148 | int j; |
465 | mc->no_sdcard = 1; | 149 | |
466 | + mc->ignore_memory_transaction_failures = true; | 150 | @@ -XXX,XX +XXX,XX @@ static void stellaris_init(MachineState *ms, stellaris_board_info *board) |
467 | } | 151 | } |
468 | 152 | } | |
469 | DEFINE_MACHINE("xilinx-zynq-a9", zynq_machine_init) | 153 | |
470 | diff --git a/hw/arm/xlnx-ep108.c b/hw/arm/xlnx-ep108.c | 154 | - stellaris_sys_init(0x400fe000, qdev_get_gpio_in(nvic, 28), |
471 | index XXXXXXX..XXXXXXX 100644 | 155 | - board, nd_table[0].macaddr.a); |
472 | --- a/hw/arm/xlnx-ep108.c | 156 | + ssys_dev = stellaris_sys_init(0x400fe000, qdev_get_gpio_in(nvic, 28), |
473 | +++ b/hw/arm/xlnx-ep108.c | 157 | + board, nd_table[0].macaddr.a); |
474 | @@ -XXX,XX +XXX,XX @@ static void xlnx_ep108_machine_init(MachineClass *mc) | 158 | |
475 | mc->init = xlnx_ep108_init; | 159 | |
476 | mc->block_default_type = IF_IDE; | 160 | if (board->dc1 & (1 << 3)) { /* watchdog present */ |
477 | mc->units_per_default_bus = 1; | 161 | @@ -XXX,XX +XXX,XX @@ static void stellaris_init(MachineState *ms, stellaris_board_info *board) |
478 | + mc->ignore_memory_transaction_failures = true; | 162 | /* system_clock_scale is valid now */ |
479 | } | 163 | uint32_t mainclk = NANOSECONDS_PER_SECOND / system_clock_scale; |
480 | 164 | qdev_prop_set_uint32(dev, "wdogclk-frq", mainclk); | |
481 | DEFINE_MACHINE("xlnx-ep108", xlnx_ep108_machine_init) | 165 | + qdev_connect_clock_in(dev, "WDOGCLK", |
482 | @@ -XXX,XX +XXX,XX @@ static void xlnx_zcu102_machine_init(MachineClass *mc) | 166 | + qdev_get_clock_out(ssys_dev, "SYSCLK")); |
483 | mc->init = xlnx_ep108_init; | 167 | |
484 | mc->block_default_type = IF_IDE; | 168 | sysbus_realize_and_unref(SYS_BUS_DEVICE(dev), &error_fatal); |
485 | mc->units_per_default_bus = 1; | 169 | sysbus_mmio_map(SYS_BUS_DEVICE(dev), |
486 | + mc->ignore_memory_transaction_failures = true; | ||
487 | } | ||
488 | |||
489 | DEFINE_MACHINE("xlnx-zcu102", xlnx_zcu102_machine_init) | ||
490 | diff --git a/hw/arm/z2.c b/hw/arm/z2.c | ||
491 | index XXXXXXX..XXXXXXX 100644 | ||
492 | --- a/hw/arm/z2.c | ||
493 | +++ b/hw/arm/z2.c | ||
494 | @@ -XXX,XX +XXX,XX @@ static void z2_machine_init(MachineClass *mc) | ||
495 | { | ||
496 | mc->desc = "Zipit Z2 (PXA27x)"; | ||
497 | mc->init = z2_init; | ||
498 | + mc->ignore_memory_transaction_failures = true; | ||
499 | } | ||
500 | |||
501 | DEFINE_MACHINE("z2", z2_machine_init) | ||
502 | -- | 170 | -- |
503 | 2.7.4 | 171 | 2.20.1 |
504 | 172 | ||
505 | 173 | diff view generated by jsdifflib |
1 | Implement the behavioural side of the new PMSAv8 specification. | 1 | Switch the CMSDK APB timer device over to using its Clock input; the |
---|---|---|---|
2 | pclk-frq property is now ignored. | ||
2 | 3 | ||
3 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
4 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 5 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
5 | Message-id: 1503414539-28762-3-git-send-email-peter.maydell@linaro.org | 6 | Reviewed-by: Luc Michel <luc@lmichel.fr> |
7 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
8 | Message-id: 20210128114145.20536-19-peter.maydell@linaro.org | ||
9 | Message-id: 20210121190622.22000-19-peter.maydell@linaro.org | ||
6 | --- | 10 | --- |
7 | target/arm/helper.c | 111 +++++++++++++++++++++++++++++++++++++++++++++++++++- | 11 | hw/timer/cmsdk-apb-timer.c | 18 ++++++++++++++---- |
8 | 1 file changed, 110 insertions(+), 1 deletion(-) | 12 | 1 file changed, 14 insertions(+), 4 deletions(-) |
9 | 13 | ||
10 | diff --git a/target/arm/helper.c b/target/arm/helper.c | 14 | diff --git a/hw/timer/cmsdk-apb-timer.c b/hw/timer/cmsdk-apb-timer.c |
11 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
12 | --- a/target/arm/helper.c | 16 | --- a/hw/timer/cmsdk-apb-timer.c |
13 | +++ b/target/arm/helper.c | 17 | +++ b/hw/timer/cmsdk-apb-timer.c |
14 | @@ -XXX,XX +XXX,XX @@ static bool get_phys_addr_pmsav7(CPUARMState *env, uint32_t address, | 18 | @@ -XXX,XX +XXX,XX @@ static void cmsdk_apb_timer_reset(DeviceState *dev) |
15 | return !(*prot & (1 << access_type)); | 19 | ptimer_transaction_commit(s->timer); |
16 | } | 20 | } |
17 | 21 | ||
18 | +static bool get_phys_addr_pmsav8(CPUARMState *env, uint32_t address, | 22 | +static void cmsdk_apb_timer_clk_update(void *opaque) |
19 | + MMUAccessType access_type, ARMMMUIdx mmu_idx, | ||
20 | + hwaddr *phys_ptr, int *prot, uint32_t *fsr) | ||
21 | +{ | 23 | +{ |
22 | + ARMCPU *cpu = arm_env_get_cpu(env); | 24 | + CMSDKAPBTimer *s = CMSDK_APB_TIMER(opaque); |
23 | + bool is_user = regime_is_user(env, mmu_idx); | ||
24 | + int n; | ||
25 | + int matchregion = -1; | ||
26 | + bool hit = false; | ||
27 | + | 25 | + |
28 | + *phys_ptr = address; | 26 | + ptimer_transaction_begin(s->timer); |
29 | + *prot = 0; | 27 | + ptimer_set_period_from_clock(s->timer, s->pclk, 1); |
30 | + | 28 | + ptimer_transaction_commit(s->timer); |
31 | + /* Unlike the ARM ARM pseudocode, we don't need to check whether this | ||
32 | + * was an exception vector read from the vector table (which is always | ||
33 | + * done using the default system address map), because those accesses | ||
34 | + * are done in arm_v7m_load_vector(), which always does a direct | ||
35 | + * read using address_space_ldl(), rather than going via this function. | ||
36 | + */ | ||
37 | + if (regime_translation_disabled(env, mmu_idx)) { /* MPU disabled */ | ||
38 | + hit = true; | ||
39 | + } else if (m_is_ppb_region(env, address)) { | ||
40 | + hit = true; | ||
41 | + } else if (pmsav7_use_background_region(cpu, mmu_idx, is_user)) { | ||
42 | + hit = true; | ||
43 | + } else { | ||
44 | + for (n = (int)cpu->pmsav7_dregion - 1; n >= 0; n--) { | ||
45 | + /* region search */ | ||
46 | + /* Note that the base address is bits [31:5] from the register | ||
47 | + * with bits [4:0] all zeroes, but the limit address is bits | ||
48 | + * [31:5] from the register with bits [4:0] all ones. | ||
49 | + */ | ||
50 | + uint32_t base = env->pmsav8.rbar[n] & ~0x1f; | ||
51 | + uint32_t limit = env->pmsav8.rlar[n] | 0x1f; | ||
52 | + | ||
53 | + if (!(env->pmsav8.rlar[n] & 0x1)) { | ||
54 | + /* Region disabled */ | ||
55 | + continue; | ||
56 | + } | ||
57 | + | ||
58 | + if (address < base || address > limit) { | ||
59 | + continue; | ||
60 | + } | ||
61 | + | ||
62 | + if (hit) { | ||
63 | + /* Multiple regions match -- always a failure (unlike | ||
64 | + * PMSAv7 where highest-numbered-region wins) | ||
65 | + */ | ||
66 | + *fsr = 0x00d; /* permission fault */ | ||
67 | + return true; | ||
68 | + } | ||
69 | + | ||
70 | + matchregion = n; | ||
71 | + hit = true; | ||
72 | + | ||
73 | + if (base & ~TARGET_PAGE_MASK) { | ||
74 | + qemu_log_mask(LOG_UNIMP, | ||
75 | + "MPU_RBAR[%d]: No support for MPU region base" | ||
76 | + "address of 0x%" PRIx32 ". Minimum alignment is " | ||
77 | + "%d\n", | ||
78 | + n, base, TARGET_PAGE_BITS); | ||
79 | + continue; | ||
80 | + } | ||
81 | + if ((limit + 1) & ~TARGET_PAGE_MASK) { | ||
82 | + qemu_log_mask(LOG_UNIMP, | ||
83 | + "MPU_RBAR[%d]: No support for MPU region limit" | ||
84 | + "address of 0x%" PRIx32 ". Minimum alignment is " | ||
85 | + "%d\n", | ||
86 | + n, limit, TARGET_PAGE_BITS); | ||
87 | + continue; | ||
88 | + } | ||
89 | + } | ||
90 | + } | ||
91 | + | ||
92 | + if (!hit) { | ||
93 | + /* background fault */ | ||
94 | + *fsr = 0; | ||
95 | + return true; | ||
96 | + } | ||
97 | + | ||
98 | + if (matchregion == -1) { | ||
99 | + /* hit using the background region */ | ||
100 | + get_phys_addr_pmsav7_default(env, mmu_idx, address, prot); | ||
101 | + } else { | ||
102 | + uint32_t ap = extract32(env->pmsav8.rbar[matchregion], 1, 2); | ||
103 | + uint32_t xn = extract32(env->pmsav8.rbar[matchregion], 0, 1); | ||
104 | + | ||
105 | + if (m_is_system_region(env, address)) { | ||
106 | + /* System space is always execute never */ | ||
107 | + xn = 1; | ||
108 | + } | ||
109 | + | ||
110 | + *prot = simple_ap_to_rw_prot(env, mmu_idx, ap); | ||
111 | + if (*prot && !xn) { | ||
112 | + *prot |= PAGE_EXEC; | ||
113 | + } | ||
114 | + /* We don't need to look the attribute up in the MAIR0/MAIR1 | ||
115 | + * registers because that only tells us about cacheability. | ||
116 | + */ | ||
117 | + } | ||
118 | + | ||
119 | + *fsr = 0x00d; /* Permission fault */ | ||
120 | + return !(*prot & (1 << access_type)); | ||
121 | +} | 29 | +} |
122 | + | 30 | + |
123 | static bool get_phys_addr_pmsav5(CPUARMState *env, uint32_t address, | 31 | static void cmsdk_apb_timer_init(Object *obj) |
124 | MMUAccessType access_type, ARMMMUIdx mmu_idx, | 32 | { |
125 | hwaddr *phys_ptr, int *prot, uint32_t *fsr) | 33 | SysBusDevice *sbd = SYS_BUS_DEVICE(obj); |
126 | @@ -XXX,XX +XXX,XX @@ static bool get_phys_addr(CPUARMState *env, target_ulong address, | 34 | @@ -XXX,XX +XXX,XX @@ static void cmsdk_apb_timer_init(Object *obj) |
127 | bool ret; | 35 | s, "cmsdk-apb-timer", 0x1000); |
128 | *page_size = TARGET_PAGE_SIZE; | 36 | sysbus_init_mmio(sbd, &s->iomem); |
129 | 37 | sysbus_init_irq(sbd, &s->timerint); | |
130 | - if (arm_feature(env, ARM_FEATURE_V7)) { | 38 | - s->pclk = qdev_init_clock_in(DEVICE(s), "pclk", NULL, NULL); |
131 | + if (arm_feature(env, ARM_FEATURE_V8)) { | 39 | + s->pclk = qdev_init_clock_in(DEVICE(s), "pclk", |
132 | + /* PMSAv8 */ | 40 | + cmsdk_apb_timer_clk_update, s); |
133 | + ret = get_phys_addr_pmsav8(env, address, access_type, mmu_idx, | 41 | } |
134 | + phys_ptr, prot, fsr); | 42 | |
135 | + } else if (arm_feature(env, ARM_FEATURE_V7)) { | 43 | static void cmsdk_apb_timer_realize(DeviceState *dev, Error **errp) |
136 | /* PMSAv7 */ | 44 | { |
137 | ret = get_phys_addr_pmsav7(env, address, access_type, mmu_idx, | 45 | CMSDKAPBTimer *s = CMSDK_APB_TIMER(dev); |
138 | phys_ptr, prot, fsr); | 46 | |
47 | - if (s->pclk_frq == 0) { | ||
48 | - error_setg(errp, "CMSDK APB timer: pclk-frq property must be set"); | ||
49 | + if (!clock_has_source(s->pclk)) { | ||
50 | + error_setg(errp, "CMSDK APB timer: pclk clock must be connected"); | ||
51 | return; | ||
52 | } | ||
53 | |||
54 | @@ -XXX,XX +XXX,XX @@ static void cmsdk_apb_timer_realize(DeviceState *dev, Error **errp) | ||
55 | PTIMER_POLICY_NO_COUNTER_ROUND_DOWN); | ||
56 | |||
57 | ptimer_transaction_begin(s->timer); | ||
58 | - ptimer_set_freq(s->timer, s->pclk_frq); | ||
59 | + ptimer_set_period_from_clock(s->timer, s->pclk, 1); | ||
60 | ptimer_transaction_commit(s->timer); | ||
61 | } | ||
62 | |||
139 | -- | 63 | -- |
140 | 2.7.4 | 64 | 2.20.1 |
141 | 65 | ||
142 | 66 | diff view generated by jsdifflib |
1 | Implement the BXNS v8M instruction, which is like BX but will do a | 1 | Switch the CMSDK APB dualtimer device over to using its Clock input; |
---|---|---|---|
2 | jump-and-switch-to-NonSecure if the branch target address has bit 0 | 2 | the pclk-frq property is now ignored. |
3 | clear. | ||
4 | |||
5 | This is the first piece of code which implements "switch to the | ||
6 | other security state", so the commit also includes the code to | ||
7 | switch the stack pointers around, which is the only complicated | ||
8 | part of switching security state. | ||
9 | |||
10 | BLXNS is more complicated than just "BXNS but set the link register", | ||
11 | so we leave it for a separate commit. | ||
12 | 3 | ||
13 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
14 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 5 | Reviewed-by: Luc Michel <luc@lmichel.fr> |
15 | Message-id: 1503414539-28762-21-git-send-email-peter.maydell@linaro.org | 6 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
7 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
8 | Message-id: 20210128114145.20536-20-peter.maydell@linaro.org | ||
9 | Message-id: 20210121190622.22000-20-peter.maydell@linaro.org | ||
10 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
16 | --- | 11 | --- |
17 | target/arm/cpu.h | 13 +++++++++ | 12 | hw/timer/cmsdk-apb-dualtimer.c | 42 ++++++++++++++++++++++++++++++---- |
18 | target/arm/helper.h | 2 ++ | 13 | 1 file changed, 37 insertions(+), 5 deletions(-) |
19 | target/arm/translate.h | 1 + | ||
20 | target/arm/helper.c | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
21 | target/arm/machine.c | 2 ++ | ||
22 | target/arm/translate.c | 42 ++++++++++++++++++++++++++- | ||
23 | 6 files changed, 138 insertions(+), 1 deletion(-) | ||
24 | 14 | ||
25 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | 15 | diff --git a/hw/timer/cmsdk-apb-dualtimer.c b/hw/timer/cmsdk-apb-dualtimer.c |
26 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
27 | --- a/target/arm/cpu.h | 17 | --- a/hw/timer/cmsdk-apb-dualtimer.c |
28 | +++ b/target/arm/cpu.h | 18 | +++ b/hw/timer/cmsdk-apb-dualtimer.c |
29 | @@ -XXX,XX +XXX,XX @@ typedef struct CPUARMState { | 19 | @@ -XXX,XX +XXX,XX @@ static void cmsdk_apb_dualtimer_update(CMSDKAPBDualTimer *s) |
30 | } cp15; | 20 | qemu_set_irq(s->timerintc, timintc); |
31 | |||
32 | struct { | ||
33 | + /* M profile has up to 4 stack pointers: | ||
34 | + * a Main Stack Pointer and a Process Stack Pointer for each | ||
35 | + * of the Secure and Non-Secure states. (If the CPU doesn't support | ||
36 | + * the security extension then it has only two SPs.) | ||
37 | + * In QEMU we always store the currently active SP in regs[13], | ||
38 | + * and the non-active SP for the current security state in | ||
39 | + * v7m.other_sp. The stack pointers for the inactive security state | ||
40 | + * are stored in other_ss_msp and other_ss_psp. | ||
41 | + * switch_v7m_security_state() is responsible for rearranging them | ||
42 | + * when we change security state. | ||
43 | + */ | ||
44 | uint32_t other_sp; | ||
45 | + uint32_t other_ss_msp; | ||
46 | + uint32_t other_ss_psp; | ||
47 | uint32_t vecbase[2]; | ||
48 | uint32_t basepri[2]; | ||
49 | uint32_t control[2]; | ||
50 | diff --git a/target/arm/helper.h b/target/arm/helper.h | ||
51 | index XXXXXXX..XXXXXXX 100644 | ||
52 | --- a/target/arm/helper.h | ||
53 | +++ b/target/arm/helper.h | ||
54 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_1(cpsr_read, i32, env) | ||
55 | DEF_HELPER_3(v7m_msr, void, env, i32, i32) | ||
56 | DEF_HELPER_2(v7m_mrs, i32, env, i32) | ||
57 | |||
58 | +DEF_HELPER_2(v7m_bxns, void, env, i32) | ||
59 | + | ||
60 | DEF_HELPER_4(access_check_cp_reg, void, env, ptr, i32, i32) | ||
61 | DEF_HELPER_3(set_cp_reg, void, env, ptr, i32) | ||
62 | DEF_HELPER_2(get_cp_reg, i32, env, ptr) | ||
63 | diff --git a/target/arm/translate.h b/target/arm/translate.h | ||
64 | index XXXXXXX..XXXXXXX 100644 | ||
65 | --- a/target/arm/translate.h | ||
66 | +++ b/target/arm/translate.h | ||
67 | @@ -XXX,XX +XXX,XX @@ typedef struct DisasContext { | ||
68 | int vec_len; | ||
69 | int vec_stride; | ||
70 | bool v7m_handler_mode; | ||
71 | + bool v8m_secure; /* true if v8M and we're in Secure mode */ | ||
72 | /* Immediate value in AArch32 SVC insn; must be set if is_jmp == DISAS_SWI | ||
73 | * so that top level loop can generate correct syndrome information. | ||
74 | */ | ||
75 | diff --git a/target/arm/helper.c b/target/arm/helper.c | ||
76 | index XXXXXXX..XXXXXXX 100644 | ||
77 | --- a/target/arm/helper.c | ||
78 | +++ b/target/arm/helper.c | ||
79 | @@ -XXX,XX +XXX,XX @@ uint32_t HELPER(v7m_mrs)(CPUARMState *env, uint32_t reg) | ||
80 | return 0; | ||
81 | } | 21 | } |
82 | 22 | ||
83 | +void HELPER(v7m_bxns)(CPUARMState *env, uint32_t dest) | 23 | +static int cmsdk_dualtimermod_divisor(CMSDKAPBDualTimerModule *m) |
84 | +{ | 24 | +{ |
85 | + /* translate.c should never generate calls here in user-only mode */ | 25 | + /* Return the divisor set by the current CONTROL.PRESCALE value */ |
86 | + g_assert_not_reached(); | 26 | + switch (FIELD_EX32(m->control, CONTROL, PRESCALE)) { |
87 | +} | 27 | + case 0: |
88 | + | 28 | + return 1; |
89 | void switch_mode(CPUARMState *env, int mode) | 29 | + case 1: |
90 | { | 30 | + return 16; |
91 | ARMCPU *cpu = arm_env_get_cpu(env); | 31 | + case 2: |
92 | @@ -XXX,XX +XXX,XX @@ static uint32_t v7m_pop(CPUARMState *env) | 32 | + case 3: /* UNDEFINED, we treat like 2 (and complained when it was set) */ |
93 | return val; | 33 | + return 256; |
94 | } | 34 | + default: |
95 | 35 | + g_assert_not_reached(); | |
96 | +/* Return true if we're using the process stack pointer (not the MSP) */ | ||
97 | +static bool v7m_using_psp(CPUARMState *env) | ||
98 | +{ | ||
99 | + /* Handler mode always uses the main stack; for thread mode | ||
100 | + * the CONTROL.SPSEL bit determines the answer. | ||
101 | + * Note that in v7M it is not possible to be in Handler mode with | ||
102 | + * CONTROL.SPSEL non-zero, but in v8M it is, so we must check both. | ||
103 | + */ | ||
104 | + return !arm_v7m_is_handler_mode(env) && | ||
105 | + env->v7m.control[env->v7m.secure] & R_V7M_CONTROL_SPSEL_MASK; | ||
106 | +} | ||
107 | + | ||
108 | /* Switch to V7M main or process stack pointer. */ | ||
109 | static void switch_v7m_sp(CPUARMState *env, bool new_spsel) | ||
110 | { | ||
111 | @@ -XXX,XX +XXX,XX @@ static void switch_v7m_sp(CPUARMState *env, bool new_spsel) | ||
112 | } | ||
113 | } | ||
114 | |||
115 | +/* Switch M profile security state between NS and S */ | ||
116 | +static void switch_v7m_security_state(CPUARMState *env, bool new_secstate) | ||
117 | +{ | ||
118 | + uint32_t new_ss_msp, new_ss_psp; | ||
119 | + | ||
120 | + if (env->v7m.secure == new_secstate) { | ||
121 | + return; | ||
122 | + } | ||
123 | + | ||
124 | + /* All the banked state is accessed by looking at env->v7m.secure | ||
125 | + * except for the stack pointer; rearrange the SP appropriately. | ||
126 | + */ | ||
127 | + new_ss_msp = env->v7m.other_ss_msp; | ||
128 | + new_ss_psp = env->v7m.other_ss_psp; | ||
129 | + | ||
130 | + if (v7m_using_psp(env)) { | ||
131 | + env->v7m.other_ss_psp = env->regs[13]; | ||
132 | + env->v7m.other_ss_msp = env->v7m.other_sp; | ||
133 | + } else { | ||
134 | + env->v7m.other_ss_msp = env->regs[13]; | ||
135 | + env->v7m.other_ss_psp = env->v7m.other_sp; | ||
136 | + } | ||
137 | + | ||
138 | + env->v7m.secure = new_secstate; | ||
139 | + | ||
140 | + if (v7m_using_psp(env)) { | ||
141 | + env->regs[13] = new_ss_psp; | ||
142 | + env->v7m.other_sp = new_ss_msp; | ||
143 | + } else { | ||
144 | + env->regs[13] = new_ss_msp; | ||
145 | + env->v7m.other_sp = new_ss_psp; | ||
146 | + } | 36 | + } |
147 | +} | 37 | +} |
148 | + | 38 | + |
149 | +void HELPER(v7m_bxns)(CPUARMState *env, uint32_t dest) | 39 | static void cmsdk_dualtimermod_write_control(CMSDKAPBDualTimerModule *m, |
40 | uint32_t newctrl) | ||
41 | { | ||
42 | @@ -XXX,XX +XXX,XX @@ static void cmsdk_dualtimermod_write_control(CMSDKAPBDualTimerModule *m, | ||
43 | default: | ||
44 | g_assert_not_reached(); | ||
45 | } | ||
46 | - ptimer_set_freq(m->timer, m->parent->pclk_frq / divisor); | ||
47 | + ptimer_set_period_from_clock(m->timer, m->parent->timclk, divisor); | ||
48 | } | ||
49 | |||
50 | if (changed & R_CONTROL_MODE_MASK) { | ||
51 | @@ -XXX,XX +XXX,XX @@ static void cmsdk_dualtimermod_reset(CMSDKAPBDualTimerModule *m) | ||
52 | * limit must both be set to 0xffff, so we wrap at 16 bits. | ||
53 | */ | ||
54 | ptimer_set_limit(m->timer, 0xffff, 1); | ||
55 | - ptimer_set_freq(m->timer, m->parent->pclk_frq); | ||
56 | + ptimer_set_period_from_clock(m->timer, m->parent->timclk, | ||
57 | + cmsdk_dualtimermod_divisor(m)); | ||
58 | ptimer_transaction_commit(m->timer); | ||
59 | } | ||
60 | |||
61 | @@ -XXX,XX +XXX,XX @@ static void cmsdk_apb_dualtimer_reset(DeviceState *dev) | ||
62 | s->timeritop = 0; | ||
63 | } | ||
64 | |||
65 | +static void cmsdk_apb_dualtimer_clk_update(void *opaque) | ||
150 | +{ | 66 | +{ |
151 | + /* Handle v7M BXNS: | 67 | + CMSDKAPBDualTimer *s = CMSDK_APB_DUALTIMER(opaque); |
152 | + * - if the return value is a magic value, do exception return (like BX) | 68 | + int i; |
153 | + * - otherwise bit 0 of the return value is the target security state | 69 | + |
154 | + */ | 70 | + for (i = 0; i < ARRAY_SIZE(s->timermod); i++) { |
155 | + if (dest >= 0xff000000) { | 71 | + CMSDKAPBDualTimerModule *m = &s->timermod[i]; |
156 | + /* This is an exception return magic value; put it where | 72 | + ptimer_transaction_begin(m->timer); |
157 | + * do_v7m_exception_exit() expects and raise EXCEPTION_EXIT. | 73 | + ptimer_set_period_from_clock(m->timer, m->parent->timclk, |
158 | + * Note that if we ever add gen_ss_advance() singlestep support to | 74 | + cmsdk_dualtimermod_divisor(m)); |
159 | + * M profile this should count as an "instruction execution complete" | 75 | + ptimer_transaction_commit(m->timer); |
160 | + * event (compare gen_bx_excret_final_code()). | ||
161 | + */ | ||
162 | + env->regs[15] = dest & ~1; | ||
163 | + env->thumb = dest & 1; | ||
164 | + HELPER(exception_internal)(env, EXCP_EXCEPTION_EXIT); | ||
165 | + /* notreached */ | ||
166 | + } | 76 | + } |
167 | + | ||
168 | + /* translate.c should have made BXNS UNDEF unless we're secure */ | ||
169 | + assert(env->v7m.secure); | ||
170 | + | ||
171 | + switch_v7m_security_state(env, dest & 1); | ||
172 | + env->thumb = 1; | ||
173 | + env->regs[15] = dest & ~1; | ||
174 | +} | 77 | +} |
175 | + | 78 | + |
176 | static uint32_t arm_v7m_load_vector(ARMCPU *cpu) | 79 | static void cmsdk_apb_dualtimer_init(Object *obj) |
177 | { | 80 | { |
178 | CPUState *cs = CPU(cpu); | 81 | SysBusDevice *sbd = SYS_BUS_DEVICE(obj); |
179 | diff --git a/target/arm/machine.c b/target/arm/machine.c | 82 | @@ -XXX,XX +XXX,XX @@ static void cmsdk_apb_dualtimer_init(Object *obj) |
180 | index XXXXXXX..XXXXXXX 100644 | 83 | for (i = 0; i < ARRAY_SIZE(s->timermod); i++) { |
181 | --- a/target/arm/machine.c | 84 | sysbus_init_irq(sbd, &s->timermod[i].timerint); |
182 | +++ b/target/arm/machine.c | 85 | } |
183 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_m_security = { | 86 | - s->timclk = qdev_init_clock_in(DEVICE(s), "TIMCLK", NULL, NULL); |
184 | .needed = m_security_needed, | 87 | + s->timclk = qdev_init_clock_in(DEVICE(s), "TIMCLK", |
185 | .fields = (VMStateField[]) { | 88 | + cmsdk_apb_dualtimer_clk_update, s); |
186 | VMSTATE_UINT32(env.v7m.secure, ARMCPU), | ||
187 | + VMSTATE_UINT32(env.v7m.other_ss_msp, ARMCPU), | ||
188 | + VMSTATE_UINT32(env.v7m.other_ss_psp, ARMCPU), | ||
189 | VMSTATE_UINT32(env.v7m.basepri[M_REG_S], ARMCPU), | ||
190 | VMSTATE_UINT32(env.v7m.primask[M_REG_S], ARMCPU), | ||
191 | VMSTATE_UINT32(env.v7m.faultmask[M_REG_S], ARMCPU), | ||
192 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
193 | index XXXXXXX..XXXXXXX 100644 | ||
194 | --- a/target/arm/translate.c | ||
195 | +++ b/target/arm/translate.c | ||
196 | @@ -XXX,XX +XXX,XX @@ static inline void gen_bx_excret_final_code(DisasContext *s) | ||
197 | gen_exception_internal(EXCP_EXCEPTION_EXIT); | ||
198 | } | 89 | } |
199 | 90 | ||
200 | +static inline void gen_bxns(DisasContext *s, int rm) | 91 | static void cmsdk_apb_dualtimer_realize(DeviceState *dev, Error **errp) |
201 | +{ | 92 | @@ -XXX,XX +XXX,XX @@ static void cmsdk_apb_dualtimer_realize(DeviceState *dev, Error **errp) |
202 | + TCGv_i32 var = load_reg(s, rm); | 93 | CMSDKAPBDualTimer *s = CMSDK_APB_DUALTIMER(dev); |
203 | + | 94 | int i; |
204 | + /* The bxns helper may raise an EXCEPTION_EXIT exception, so in theory | 95 | |
205 | + * we need to sync state before calling it, but: | 96 | - if (s->pclk_frq == 0) { |
206 | + * - we don't need to do gen_set_pc_im() because the bxns helper will | 97 | - error_setg(errp, "CMSDK APB timer: pclk-frq property must be set"); |
207 | + * always set the PC itself | 98 | + if (!clock_has_source(s->timclk)) { |
208 | + * - we don't need to do gen_set_condexec() because BXNS is UNPREDICTABLE | 99 | + error_setg(errp, "CMSDK APB dualtimer: TIMCLK clock must be connected"); |
209 | + * unless it's outside an IT block or the last insn in an IT block, | 100 | return; |
210 | + * so we know that condexec == 0 (already set at the top of the TB) | 101 | } |
211 | + * is correct in the non-UNPREDICTABLE cases, and we can choose | ||
212 | + * "zeroes the IT bits" as our UNPREDICTABLE behaviour otherwise. | ||
213 | + */ | ||
214 | + gen_helper_v7m_bxns(cpu_env, var); | ||
215 | + tcg_temp_free_i32(var); | ||
216 | + s->is_jmp = DISAS_EXIT; | ||
217 | +} | ||
218 | + | ||
219 | /* Variant of store_reg which uses branch&exchange logic when storing | ||
220 | to r15 in ARM architecture v7 and above. The source must be a temporary | ||
221 | and will be marked as dead. */ | ||
222 | @@ -XXX,XX +XXX,XX @@ static void disas_thumb_insn(CPUARMState *env, DisasContext *s) | ||
223 | */ | ||
224 | bool link = insn & (1 << 7); | ||
225 | |||
226 | - if (insn & 7) { | ||
227 | + if (insn & 3) { | ||
228 | goto undef; | ||
229 | } | ||
230 | if (link) { | ||
231 | ARCH(5); | ||
232 | } | ||
233 | + if ((insn & 4)) { | ||
234 | + /* BXNS/BLXNS: only exists for v8M with the | ||
235 | + * security extensions, and always UNDEF if NonSecure. | ||
236 | + * We don't implement these in the user-only mode | ||
237 | + * either (in theory you can use them from Secure User | ||
238 | + * mode but they are too tied in to system emulation.) | ||
239 | + */ | ||
240 | + if (!s->v8m_secure || IS_USER_ONLY) { | ||
241 | + goto undef; | ||
242 | + } | ||
243 | + if (link) { | ||
244 | + /* BLXNS: not yet implemented */ | ||
245 | + goto undef; | ||
246 | + } else { | ||
247 | + gen_bxns(s, rm); | ||
248 | + } | ||
249 | + break; | ||
250 | + } | ||
251 | + /* BLX/BX */ | ||
252 | tmp = load_reg(s, rm); | ||
253 | if (link) { | ||
254 | val = (uint32_t)s->pc | 1; | ||
255 | @@ -XXX,XX +XXX,XX @@ void gen_intermediate_code(CPUState *cs, TranslationBlock *tb) | ||
256 | dc->vec_stride = ARM_TBFLAG_VECSTRIDE(tb->flags); | ||
257 | dc->c15_cpar = ARM_TBFLAG_XSCALE_CPAR(tb->flags); | ||
258 | dc->v7m_handler_mode = ARM_TBFLAG_HANDLER(tb->flags); | ||
259 | + dc->v8m_secure = arm_feature(env, ARM_FEATURE_M_SECURITY) && | ||
260 | + regime_is_secure(env, dc->mmu_idx); | ||
261 | dc->cp_regs = cpu->cp_regs; | ||
262 | dc->features = env->features; | ||
263 | 102 | ||
264 | -- | 103 | -- |
265 | 2.7.4 | 104 | 2.20.1 |
266 | 105 | ||
267 | 106 | diff view generated by jsdifflib |
1 | For v8M the range 0xe002e000..0xe002efff is an alias region which | 1 | Switch the CMSDK APB watchdog device over to using its Clock input; |
---|---|---|---|
2 | for secure accesses behaves like a NonSecure access to the main | 2 | the wdogclk_frq property is now ignored. |
3 | SCS region. (For nonsecure accesses including when the security | ||
4 | extension is not implemented, it is RAZ/WI.) | ||
5 | 3 | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Message-id: 1503414539-28762-11-git-send-email-peter.maydell@linaro.org | 5 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
6 | Reviewed-by: Luc Michel <luc@lmichel.fr> | ||
7 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
8 | Message-id: 20210128114145.20536-21-peter.maydell@linaro.org | ||
9 | Message-id: 20210121190622.22000-21-peter.maydell@linaro.org | ||
8 | --- | 10 | --- |
9 | include/hw/intc/armv7m_nvic.h | 1 + | 11 | hw/watchdog/cmsdk-apb-watchdog.c | 18 ++++++++++++++---- |
10 | hw/intc/armv7m_nvic.c | 66 ++++++++++++++++++++++++++++++++++++++++++- | 12 | 1 file changed, 14 insertions(+), 4 deletions(-) |
11 | 2 files changed, 66 insertions(+), 1 deletion(-) | ||
12 | 13 | ||
13 | diff --git a/include/hw/intc/armv7m_nvic.h b/include/hw/intc/armv7m_nvic.h | 14 | diff --git a/hw/watchdog/cmsdk-apb-watchdog.c b/hw/watchdog/cmsdk-apb-watchdog.c |
14 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
15 | --- a/include/hw/intc/armv7m_nvic.h | 16 | --- a/hw/watchdog/cmsdk-apb-watchdog.c |
16 | +++ b/include/hw/intc/armv7m_nvic.h | 17 | +++ b/hw/watchdog/cmsdk-apb-watchdog.c |
17 | @@ -XXX,XX +XXX,XX @@ typedef struct NVICState { | 18 | @@ -XXX,XX +XXX,XX @@ static void cmsdk_apb_watchdog_reset(DeviceState *dev) |
18 | int exception_prio; /* group prio of the highest prio active exception */ | 19 | ptimer_transaction_commit(s->timer); |
19 | 20 | } | |
20 | MemoryRegion sysregmem; | 21 | |
21 | + MemoryRegion sysreg_ns_mem; | 22 | +static void cmsdk_apb_watchdog_clk_update(void *opaque) |
22 | MemoryRegion container; | ||
23 | |||
24 | uint32_t num_irq; | ||
25 | diff --git a/hw/intc/armv7m_nvic.c b/hw/intc/armv7m_nvic.c | ||
26 | index XXXXXXX..XXXXXXX 100644 | ||
27 | --- a/hw/intc/armv7m_nvic.c | ||
28 | +++ b/hw/intc/armv7m_nvic.c | ||
29 | @@ -XXX,XX +XXX,XX @@ static const MemoryRegionOps nvic_sysreg_ops = { | ||
30 | .endianness = DEVICE_NATIVE_ENDIAN, | ||
31 | }; | ||
32 | |||
33 | +static MemTxResult nvic_sysreg_ns_write(void *opaque, hwaddr addr, | ||
34 | + uint64_t value, unsigned size, | ||
35 | + MemTxAttrs attrs) | ||
36 | +{ | 23 | +{ |
37 | + if (attrs.secure) { | 24 | + CMSDKAPBWatchdog *s = CMSDK_APB_WATCHDOG(opaque); |
38 | + /* S accesses to the alias act like NS accesses to the real region */ | 25 | + |
39 | + attrs.secure = 0; | 26 | + ptimer_transaction_begin(s->timer); |
40 | + return nvic_sysreg_write(opaque, addr, value, size, attrs); | 27 | + ptimer_set_period_from_clock(s->timer, s->wdogclk, 1); |
41 | + } else { | 28 | + ptimer_transaction_commit(s->timer); |
42 | + /* NS attrs are RAZ/WI for privileged, and BusFault for user */ | ||
43 | + if (attrs.user) { | ||
44 | + return MEMTX_ERROR; | ||
45 | + } | ||
46 | + return MEMTX_OK; | ||
47 | + } | ||
48 | +} | 29 | +} |
49 | + | 30 | + |
50 | +static MemTxResult nvic_sysreg_ns_read(void *opaque, hwaddr addr, | 31 | static void cmsdk_apb_watchdog_init(Object *obj) |
51 | + uint64_t *data, unsigned size, | ||
52 | + MemTxAttrs attrs) | ||
53 | +{ | ||
54 | + if (attrs.secure) { | ||
55 | + /* S accesses to the alias act like NS accesses to the real region */ | ||
56 | + attrs.secure = 0; | ||
57 | + return nvic_sysreg_read(opaque, addr, data, size, attrs); | ||
58 | + } else { | ||
59 | + /* NS attrs are RAZ/WI for privileged, and BusFault for user */ | ||
60 | + if (attrs.user) { | ||
61 | + return MEMTX_ERROR; | ||
62 | + } | ||
63 | + *data = 0; | ||
64 | + return MEMTX_OK; | ||
65 | + } | ||
66 | +} | ||
67 | + | ||
68 | +static const MemoryRegionOps nvic_sysreg_ns_ops = { | ||
69 | + .read_with_attrs = nvic_sysreg_ns_read, | ||
70 | + .write_with_attrs = nvic_sysreg_ns_write, | ||
71 | + .endianness = DEVICE_NATIVE_ENDIAN, | ||
72 | +}; | ||
73 | + | ||
74 | static int nvic_post_load(void *opaque, int version_id) | ||
75 | { | 32 | { |
76 | NVICState *s = opaque; | 33 | SysBusDevice *sbd = SYS_BUS_DEVICE(obj); |
77 | @@ -XXX,XX +XXX,XX @@ static void armv7m_nvic_realize(DeviceState *dev, Error **errp) | 34 | @@ -XXX,XX +XXX,XX @@ static void cmsdk_apb_watchdog_init(Object *obj) |
78 | NVICState *s = NVIC(dev); | 35 | s, "cmsdk-apb-watchdog", 0x1000); |
79 | SysBusDevice *systick_sbd; | 36 | sysbus_init_mmio(sbd, &s->iomem); |
80 | Error *err = NULL; | 37 | sysbus_init_irq(sbd, &s->wdogint); |
81 | + int regionlen; | 38 | - s->wdogclk = qdev_init_clock_in(DEVICE(s), "WDOGCLK", NULL, NULL); |
82 | 39 | + s->wdogclk = qdev_init_clock_in(DEVICE(s), "WDOGCLK", | |
83 | s->cpu = ARM_CPU(qemu_get_cpu(0)); | 40 | + cmsdk_apb_watchdog_clk_update, s); |
84 | assert(s->cpu); | 41 | |
85 | @@ -XXX,XX +XXX,XX @@ static void armv7m_nvic_realize(DeviceState *dev, Error **errp) | 42 | s->is_luminary = false; |
86 | * 0xd00..0xd3c - SCS registers | 43 | s->id = cmsdk_apb_watchdog_id; |
87 | * 0xd40..0xeff - Reserved or Not implemented | 44 | @@ -XXX,XX +XXX,XX @@ static void cmsdk_apb_watchdog_realize(DeviceState *dev, Error **errp) |
88 | * 0xf00 - STIR | 45 | { |
89 | + * | 46 | CMSDKAPBWatchdog *s = CMSDK_APB_WATCHDOG(dev); |
90 | + * Some registers within this space are banked between security states. | 47 | |
91 | + * In v8M there is a second range 0xe002e000..0xe002efff which is the | 48 | - if (s->wdogclk_frq == 0) { |
92 | + * NonSecure alias SCS; secure accesses to this behave like NS accesses | 49 | + if (!clock_has_source(s->wdogclk)) { |
93 | + * to the main SCS range, and non-secure accesses (including when | 50 | error_setg(errp, |
94 | + * the security extension is not implemented) are RAZ/WI. | 51 | - "CMSDK APB watchdog: wdogclk-frq property must be set"); |
95 | + * Note that both the main SCS range and the alias range are defined | 52 | + "CMSDK APB watchdog: WDOGCLK clock must be connected"); |
96 | + * to be exempt from memory attribution (R_BLJT) and so the memory | 53 | return; |
97 | + * transaction attribute always matches the current CPU security | 54 | } |
98 | + * state (attrs.secure == env->v7m.secure). In the nvic_sysreg_ns_ops | 55 | |
99 | + * wrappers we change attrs.secure to indicate the NS access; so | 56 | @@ -XXX,XX +XXX,XX @@ static void cmsdk_apb_watchdog_realize(DeviceState *dev, Error **errp) |
100 | + * generally code determining which banked register to use should | 57 | PTIMER_POLICY_NO_COUNTER_ROUND_DOWN); |
101 | + * use attrs.secure; code determining actual behaviour of the system | 58 | |
102 | + * should use env->v7m.secure. | 59 | ptimer_transaction_begin(s->timer); |
103 | */ | 60 | - ptimer_set_freq(s->timer, s->wdogclk_frq); |
104 | - memory_region_init(&s->container, OBJECT(s), "nvic", 0x1000); | 61 | + ptimer_set_period_from_clock(s->timer, s->wdogclk, 1); |
105 | + regionlen = arm_feature(&s->cpu->env, ARM_FEATURE_V8) ? 0x21000 : 0x1000; | 62 | ptimer_transaction_commit(s->timer); |
106 | + memory_region_init(&s->container, OBJECT(s), "nvic", regionlen); | ||
107 | /* The system register region goes at the bottom of the priority | ||
108 | * stack as it covers the whole page. | ||
109 | */ | ||
110 | @@ -XXX,XX +XXX,XX @@ static void armv7m_nvic_realize(DeviceState *dev, Error **errp) | ||
111 | sysbus_mmio_get_region(systick_sbd, 0), | ||
112 | 1); | ||
113 | |||
114 | + if (arm_feature(&s->cpu->env, ARM_FEATURE_V8)) { | ||
115 | + memory_region_init_io(&s->sysreg_ns_mem, OBJECT(s), | ||
116 | + &nvic_sysreg_ns_ops, s, | ||
117 | + "nvic_sysregs_ns", 0x1000); | ||
118 | + memory_region_add_subregion(&s->container, 0x20000, &s->sysreg_ns_mem); | ||
119 | + } | ||
120 | + | ||
121 | sysbus_init_mmio(SYS_BUS_DEVICE(dev), &s->container); | ||
122 | } | 63 | } |
123 | 64 | ||
124 | -- | 65 | -- |
125 | 2.7.4 | 66 | 2.20.1 |
126 | 67 | ||
127 | 68 | diff view generated by jsdifflib |
1 | Implement the new do_transaction_failed hook for ARM, which should | 1 | Now that the CMSDK APB watchdog uses its Clock input, it will |
---|---|---|---|
2 | cause the CPU to take a prefetch abort or data abort. | 2 | correctly respond when the system clock frequency is changed using |
3 | the RCC register on in the Stellaris board system registers. Test | ||
4 | that when the RCC register is written it causes the watchdog timer to | ||
5 | change speed. | ||
3 | 6 | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 8 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
6 | Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> | 9 | Reviewed-by: Luc Michel <luc@lmichel.fr> |
7 | Message-id: 1504626814-23124-4-git-send-email-peter.maydell@linaro.org | 10 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
11 | Message-id: 20210128114145.20536-22-peter.maydell@linaro.org | ||
12 | Message-id: 20210121190622.22000-22-peter.maydell@linaro.org | ||
8 | --- | 13 | --- |
9 | target/arm/internals.h | 10 ++++++++++ | 14 | tests/qtest/cmsdk-apb-watchdog-test.c | 52 +++++++++++++++++++++++++++ |
10 | target/arm/cpu.c | 1 + | 15 | 1 file changed, 52 insertions(+) |
11 | target/arm/op_helper.c | 43 +++++++++++++++++++++++++++++++++++++++++++ | ||
12 | 3 files changed, 54 insertions(+) | ||
13 | 16 | ||
14 | diff --git a/target/arm/internals.h b/target/arm/internals.h | 17 | diff --git a/tests/qtest/cmsdk-apb-watchdog-test.c b/tests/qtest/cmsdk-apb-watchdog-test.c |
15 | index XXXXXXX..XXXXXXX 100644 | 18 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/target/arm/internals.h | 19 | --- a/tests/qtest/cmsdk-apb-watchdog-test.c |
17 | +++ b/target/arm/internals.h | 20 | +++ b/tests/qtest/cmsdk-apb-watchdog-test.c |
18 | @@ -XXX,XX +XXX,XX @@ void arm_cpu_do_unaligned_access(CPUState *cs, vaddr vaddr, | 21 | @@ -XXX,XX +XXX,XX @@ |
19 | MMUAccessType access_type, | 22 | */ |
20 | int mmu_idx, uintptr_t retaddr); | 23 | |
21 | 24 | #include "qemu/osdep.h" | |
22 | +/* arm_cpu_do_transaction_failed: handle a memory system error response | 25 | +#include "qemu/bitops.h" |
23 | + * (eg "no device/memory present at address") by raising an external abort | 26 | #include "libqtest-single.h" |
24 | + * exception | 27 | |
25 | + */ | 28 | /* |
26 | +void arm_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr, | 29 | @@ -XXX,XX +XXX,XX @@ |
27 | + vaddr addr, unsigned size, | 30 | #define WDOGMIS 0x14 |
28 | + MMUAccessType access_type, | 31 | #define WDOGLOCK 0xc00 |
29 | + int mmu_idx, MemTxAttrs attrs, | 32 | |
30 | + MemTxResult response, uintptr_t retaddr); | 33 | +#define SSYS_BASE 0x400fe000 |
34 | +#define RCC 0x60 | ||
35 | +#define SYSDIV_SHIFT 23 | ||
36 | +#define SYSDIV_LENGTH 4 | ||
31 | + | 37 | + |
32 | /* Call the EL change hook if one has been registered */ | 38 | static void test_watchdog(void) |
33 | static inline void arm_call_el_change_hook(ARMCPU *cpu) | ||
34 | { | 39 | { |
35 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c | 40 | g_assert_cmpuint(readl(WDOG_BASE + WDOGRIS), ==, 0); |
36 | index XXXXXXX..XXXXXXX 100644 | 41 | @@ -XXX,XX +XXX,XX @@ static void test_watchdog(void) |
37 | --- a/target/arm/cpu.c | 42 | g_assert_cmpuint(readl(WDOG_BASE + WDOGRIS), ==, 0); |
38 | +++ b/target/arm/cpu.c | ||
39 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_class_init(ObjectClass *oc, void *data) | ||
40 | #else | ||
41 | cc->do_interrupt = arm_cpu_do_interrupt; | ||
42 | cc->do_unaligned_access = arm_cpu_do_unaligned_access; | ||
43 | + cc->do_transaction_failed = arm_cpu_do_transaction_failed; | ||
44 | cc->get_phys_page_attrs_debug = arm_cpu_get_phys_page_attrs_debug; | ||
45 | cc->asidx_from_attrs = arm_asidx_from_attrs; | ||
46 | cc->vmsd = &vmstate_arm_cpu; | ||
47 | diff --git a/target/arm/op_helper.c b/target/arm/op_helper.c | ||
48 | index XXXXXXX..XXXXXXX 100644 | ||
49 | --- a/target/arm/op_helper.c | ||
50 | +++ b/target/arm/op_helper.c | ||
51 | @@ -XXX,XX +XXX,XX @@ void arm_cpu_do_unaligned_access(CPUState *cs, vaddr vaddr, | ||
52 | deliver_fault(cpu, vaddr, access_type, fsr, fsc, &fi); | ||
53 | } | 43 | } |
54 | 44 | ||
55 | +/* arm_cpu_do_transaction_failed: handle a memory system error response | 45 | +static void test_clock_change(void) |
56 | + * (eg "no device/memory present at address") by raising an external abort | ||
57 | + * exception | ||
58 | + */ | ||
59 | +void arm_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr, | ||
60 | + vaddr addr, unsigned size, | ||
61 | + MMUAccessType access_type, | ||
62 | + int mmu_idx, MemTxAttrs attrs, | ||
63 | + MemTxResult response, uintptr_t retaddr) | ||
64 | +{ | 46 | +{ |
65 | + ARMCPU *cpu = ARM_CPU(cs); | 47 | + uint32_t rcc; |
66 | + CPUARMState *env = &cpu->env; | ||
67 | + uint32_t fsr, fsc; | ||
68 | + ARMMMUFaultInfo fi = {}; | ||
69 | + ARMMMUIdx arm_mmu_idx = core_to_arm_mmu_idx(env, mmu_idx); | ||
70 | + | 48 | + |
71 | + if (retaddr) { | 49 | + /* |
72 | + /* now we have a real cpu fault */ | 50 | + * Test that writing to the stellaris board's RCC register to |
73 | + cpu_restore_state(cs, retaddr); | 51 | + * change the system clock frequency causes the watchdog |
74 | + } | 52 | + * to change the speed it counts at. |
53 | + */ | ||
54 | + g_assert_cmpuint(readl(WDOG_BASE + WDOGRIS), ==, 0); | ||
75 | + | 55 | + |
76 | + /* The EA bit in syndromes and fault status registers is an | 56 | + writel(WDOG_BASE + WDOGCONTROL, 1); |
77 | + * IMPDEF classification of external aborts. ARM implementations | 57 | + writel(WDOG_BASE + WDOGLOAD, 1000); |
78 | + * usually use this to indicate AXI bus Decode error (0) or | ||
79 | + * Slave error (1); in QEMU we follow that. | ||
80 | + */ | ||
81 | + fi.ea = (response != MEMTX_DECODE_ERROR); | ||
82 | + | 58 | + |
83 | + /* The fault status register format depends on whether we're using | 59 | + /* Step to just past the 500th tick */ |
84 | + * the LPAE long descriptor format, or the short descriptor format. | 60 | + clock_step(80 * 500 + 1); |
85 | + */ | 61 | + g_assert_cmpuint(readl(WDOG_BASE + WDOGRIS), ==, 0); |
86 | + if (arm_s1_regime_using_lpae_format(env, arm_mmu_idx)) { | 62 | + g_assert_cmpuint(readl(WDOG_BASE + WDOGVALUE), ==, 500); |
87 | + /* long descriptor form, STATUS 0b010000: synchronous ext abort */ | ||
88 | + fsr = (fi.ea << 12) | (1 << 9) | 0x10; | ||
89 | + } else { | ||
90 | + /* short descriptor form, FSR 0b01000 : synchronous ext abort */ | ||
91 | + fsr = (fi.ea << 12) | 0x8; | ||
92 | + } | ||
93 | + fsc = 0x10; | ||
94 | + | 63 | + |
95 | + deliver_fault(cpu, addr, access_type, fsr, fsc, &fi); | 64 | + /* Rewrite RCC.SYSDIV from 16 to 8, so the clock is now 40ns per tick */ |
65 | + rcc = readl(SSYS_BASE + RCC); | ||
66 | + g_assert_cmpuint(extract32(rcc, SYSDIV_SHIFT, SYSDIV_LENGTH), ==, 0xf); | ||
67 | + rcc = deposit32(rcc, SYSDIV_SHIFT, SYSDIV_LENGTH, 7); | ||
68 | + writel(SSYS_BASE + RCC, rcc); | ||
69 | + | ||
70 | + /* Just past the 1000th tick: timer should have fired */ | ||
71 | + clock_step(40 * 500); | ||
72 | + g_assert_cmpuint(readl(WDOG_BASE + WDOGRIS), ==, 1); | ||
73 | + | ||
74 | + g_assert_cmpuint(readl(WDOG_BASE + WDOGVALUE), ==, 0); | ||
75 | + | ||
76 | + /* VALUE reloads at following tick */ | ||
77 | + clock_step(41); | ||
78 | + g_assert_cmpuint(readl(WDOG_BASE + WDOGVALUE), ==, 1000); | ||
79 | + | ||
80 | + /* Writing any value to WDOGINTCLR clears the interrupt and reloads */ | ||
81 | + clock_step(40 * 500); | ||
82 | + g_assert_cmpuint(readl(WDOG_BASE + WDOGVALUE), ==, 500); | ||
83 | + g_assert_cmpuint(readl(WDOG_BASE + WDOGRIS), ==, 1); | ||
84 | + writel(WDOG_BASE + WDOGINTCLR, 0); | ||
85 | + g_assert_cmpuint(readl(WDOG_BASE + WDOGVALUE), ==, 1000); | ||
86 | + g_assert_cmpuint(readl(WDOG_BASE + WDOGRIS), ==, 0); | ||
96 | +} | 87 | +} |
97 | + | 88 | + |
98 | #endif /* !defined(CONFIG_USER_ONLY) */ | 89 | int main(int argc, char **argv) |
99 | 90 | { | |
100 | uint32_t HELPER(add_setq)(CPUARMState *env, uint32_t a, uint32_t b) | 91 | int r; |
92 | @@ -XXX,XX +XXX,XX @@ int main(int argc, char **argv) | ||
93 | qtest_start("-machine lm3s811evb"); | ||
94 | |||
95 | qtest_add_func("/cmsdk-apb-watchdog/watchdog", test_watchdog); | ||
96 | + qtest_add_func("/cmsdk-apb-watchdog/watchdog_clock_change", | ||
97 | + test_clock_change); | ||
98 | |||
99 | r = g_test_run(); | ||
100 | |||
101 | -- | 101 | -- |
102 | 2.7.4 | 102 | 2.20.1 |
103 | 103 | ||
104 | 104 | diff view generated by jsdifflib |
1 | Make the FAULTMASK register banked if v8M security extensions are enabled. | 1 | Use the MAINCLK Clock input to set the system_clock_scale variable |
---|---|---|---|
2 | 2 | rather than using the mainclk_frq property. | |
3 | Note that we do not yet implement the functionality of the new | ||
4 | AIRCR.PRIS bit (which allows the effect of the NS copy of FAULTMASK to | ||
5 | be restricted). | ||
6 | |||
7 | This patch includes the code to determine for v8M which copy | ||
8 | of FAULTMASK should be updated on exception exit; further | ||
9 | changes will be required to the exception exit code in general | ||
10 | to support v8M, so this is just a small piece of that. | ||
11 | |||
12 | The v8M ARM ARM introduces a notation where individual paragraphs | ||
13 | are labelled with R (for rule) or I (for information) followed | ||
14 | by a random group of subscript letters. In comments where we want | ||
15 | to refer to a particular part of the manual we use this convention, | ||
16 | which should be more stable across document revisions than using | ||
17 | section or page numbers. | ||
18 | 3 | ||
19 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
20 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 5 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
21 | Message-id: 1503414539-28762-9-git-send-email-peter.maydell@linaro.org | 6 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
7 | Reviewed-by: Luc Michel <luc@lmichel.fr> | ||
8 | Message-id: 20210128114145.20536-23-peter.maydell@linaro.org | ||
9 | Message-id: 20210121190622.22000-23-peter.maydell@linaro.org | ||
22 | --- | 10 | --- |
23 | target/arm/cpu.h | 14 ++++++++++++-- | 11 | hw/arm/armsse.c | 24 +++++++++++++++++++----- |
24 | hw/intc/armv7m_nvic.c | 9 ++++++++- | 12 | 1 file changed, 19 insertions(+), 5 deletions(-) |
25 | target/arm/helper.c | 20 ++++++++++++++++---- | ||
26 | target/arm/machine.c | 5 +++-- | ||
27 | 4 files changed, 39 insertions(+), 9 deletions(-) | ||
28 | 13 | ||
29 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | 14 | diff --git a/hw/arm/armsse.c b/hw/arm/armsse.c |
30 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
31 | --- a/target/arm/cpu.h | 16 | --- a/hw/arm/armsse.c |
32 | +++ b/target/arm/cpu.h | 17 | +++ b/hw/arm/armsse.c |
33 | @@ -XXX,XX +XXX,XX @@ typedef struct CPUARMState { | 18 | @@ -XXX,XX +XXX,XX @@ static void armsse_forward_sec_resp_cfg(ARMSSE *s) |
34 | unsigned mpu_ctrl; /* MPU_CTRL */ | 19 | qdev_connect_gpio_out(dev_splitter, 2, s->sec_resp_cfg_in); |
35 | int exception; | ||
36 | uint32_t primask[2]; | ||
37 | - uint32_t faultmask; | ||
38 | + uint32_t faultmask[2]; | ||
39 | uint32_t secure; /* Is CPU in Secure state? (not guest visible) */ | ||
40 | } v7m; | ||
41 | |||
42 | @@ -XXX,XX +XXX,XX @@ void armv7m_nvic_acknowledge_irq(void *opaque); | ||
43 | * (Ignoring -1, this is the same as the RETTOBASE value before completion.) | ||
44 | */ | ||
45 | int armv7m_nvic_complete_irq(void *opaque, int irq); | ||
46 | +/** | ||
47 | + * armv7m_nvic_raw_execution_priority: return the raw execution priority | ||
48 | + * @opaque: the NVIC | ||
49 | + * | ||
50 | + * Returns: the raw execution priority as defined by the v8M architecture. | ||
51 | + * This is the execution priority minus the effects of AIRCR.PRIS, | ||
52 | + * and minus any PRIMASK/FAULTMASK/BASEPRI priority boosting. | ||
53 | + * (v8M ARM ARM I_PKLD.) | ||
54 | + */ | ||
55 | +int armv7m_nvic_raw_execution_priority(void *opaque); | ||
56 | |||
57 | /* Interface for defining coprocessor registers. | ||
58 | * Registers are defined in tables of arm_cp_reginfo structs | ||
59 | @@ -XXX,XX +XXX,XX @@ static inline int cpu_mmu_index(CPUARMState *env, bool ifetch) | ||
60 | * we're in a HardFault or NMI handler. | ||
61 | */ | ||
62 | if ((env->v7m.exception > 0 && env->v7m.exception <= 3) | ||
63 | - || env->v7m.faultmask) { | ||
64 | + || env->v7m.faultmask[env->v7m.secure]) { | ||
65 | mmu_idx = ARMMMUIdx_MNegPri; | ||
66 | } | ||
67 | |||
68 | diff --git a/hw/intc/armv7m_nvic.c b/hw/intc/armv7m_nvic.c | ||
69 | index XXXXXXX..XXXXXXX 100644 | ||
70 | --- a/hw/intc/armv7m_nvic.c | ||
71 | +++ b/hw/intc/armv7m_nvic.c | ||
72 | @@ -XXX,XX +XXX,XX @@ static inline int nvic_exec_prio(NVICState *s) | ||
73 | CPUARMState *env = &s->cpu->env; | ||
74 | int running; | ||
75 | |||
76 | - if (env->v7m.faultmask) { | ||
77 | + if (env->v7m.faultmask[env->v7m.secure]) { | ||
78 | running = -1; | ||
79 | } else if (env->v7m.primask[env->v7m.secure]) { | ||
80 | running = 0; | ||
81 | @@ -XXX,XX +XXX,XX @@ bool armv7m_nvic_can_take_pending_exception(void *opaque) | ||
82 | return nvic_exec_prio(s) > nvic_pending_prio(s); | ||
83 | } | 20 | } |
84 | 21 | ||
85 | +int armv7m_nvic_raw_execution_priority(void *opaque) | 22 | +static void armsse_mainclk_update(void *opaque) |
86 | +{ | 23 | +{ |
87 | + NVICState *s = opaque; | 24 | + ARMSSE *s = ARM_SSE(opaque); |
88 | + | 25 | + /* |
89 | + return s->exception_prio; | 26 | + * Set system_clock_scale from our Clock input; this is what |
27 | + * controls the tick rate of the CPU SysTick timer. | ||
28 | + */ | ||
29 | + system_clock_scale = clock_ticks_to_ns(s->mainclk, 1); | ||
90 | +} | 30 | +} |
91 | + | 31 | + |
92 | /* caller must call nvic_irq_update() after this */ | 32 | static void armsse_init(Object *obj) |
93 | static void set_prio(NVICState *s, unsigned irq, uint8_t prio) | ||
94 | { | 33 | { |
95 | diff --git a/target/arm/helper.c b/target/arm/helper.c | 34 | ARMSSE *s = ARM_SSE(obj); |
96 | index XXXXXXX..XXXXXXX 100644 | 35 | @@ -XXX,XX +XXX,XX @@ static void armsse_init(Object *obj) |
97 | --- a/target/arm/helper.c | 36 | assert(info->sram_banks <= MAX_SRAM_BANKS); |
98 | +++ b/target/arm/helper.c | 37 | assert(info->num_cpus <= SSE_MAX_CPUS); |
99 | @@ -XXX,XX +XXX,XX @@ static void do_v7m_exception_exit(ARMCPU *cpu) | 38 | |
39 | - s->mainclk = qdev_init_clock_in(DEVICE(s), "MAINCLK", NULL, NULL); | ||
40 | + s->mainclk = qdev_init_clock_in(DEVICE(s), "MAINCLK", | ||
41 | + armsse_mainclk_update, s); | ||
42 | s->s32kclk = qdev_init_clock_in(DEVICE(s), "S32KCLK", NULL, NULL); | ||
43 | |||
44 | memory_region_init(&s->container, obj, "armsse-container", UINT64_MAX); | ||
45 | @@ -XXX,XX +XXX,XX @@ static void armsse_realize(DeviceState *dev, Error **errp) | ||
46 | return; | ||
100 | } | 47 | } |
101 | 48 | ||
102 | if (env->v7m.exception != ARMV7M_EXCP_NMI) { | 49 | - if (!s->mainclk_frq) { |
103 | - /* Auto-clear FAULTMASK on return from other than NMI */ | 50 | - error_setg(errp, "MAINCLK_FRQ property was not set"); |
104 | - env->v7m.faultmask = 0; | 51 | - return; |
105 | + /* Auto-clear FAULTMASK on return from other than NMI. | 52 | + if (!clock_has_source(s->mainclk)) { |
106 | + * If the security extension is implemented then this only | 53 | + error_setg(errp, "MAINCLK clock was not connected"); |
107 | + * happens if the raw execution priority is >= 0; the | 54 | + } |
108 | + * value of the ES bit in the exception return value indicates | 55 | + if (!clock_has_source(s->s32kclk)) { |
109 | + * which security state's faultmask to clear. (v8M ARM ARM R_KBNF.) | 56 | + error_setg(errp, "S32KCLK clock was not connected"); |
110 | + */ | ||
111 | + if (arm_feature(env, ARM_FEATURE_M_SECURITY)) { | ||
112 | + int es = type & 1; | ||
113 | + if (armv7m_nvic_raw_execution_priority(env->nvic) >= 0) { | ||
114 | + env->v7m.faultmask[es] = 0; | ||
115 | + } | ||
116 | + } else { | ||
117 | + env->v7m.faultmask[M_REG_NS] = 0; | ||
118 | + } | ||
119 | } | 57 | } |
120 | 58 | ||
121 | switch (armv7m_nvic_complete_irq(env->nvic, env->v7m.exception)) { | 59 | assert(info->num_cpus <= SSE_MAX_CPUS); |
122 | @@ -XXX,XX +XXX,XX @@ uint32_t HELPER(v7m_mrs)(CPUARMState *env, uint32_t reg) | 60 | @@ -XXX,XX +XXX,XX @@ static void armsse_realize(DeviceState *dev, Error **errp) |
123 | case 18: /* BASEPRI_MAX */ | 61 | */ |
124 | return env->v7m.basepri[env->v7m.secure]; | 62 | sysbus_init_mmio(SYS_BUS_DEVICE(s), &s->container); |
125 | case 19: /* FAULTMASK */ | 63 | |
126 | - return env->v7m.faultmask; | 64 | - system_clock_scale = NANOSECONDS_PER_SECOND / s->mainclk_frq; |
127 | + return env->v7m.faultmask[env->v7m.secure]; | 65 | + /* Set initial system_clock_scale from MAINCLK */ |
128 | default: | 66 | + armsse_mainclk_update(s); |
129 | qemu_log_mask(LOG_GUEST_ERROR, "Attempt to read unknown special" | 67 | } |
130 | " register %d\n", reg); | 68 | |
131 | @@ -XXX,XX +XXX,XX @@ void HELPER(v7m_msr)(CPUARMState *env, uint32_t maskreg, uint32_t val) | 69 | static void armsse_idau_check(IDAUInterface *ii, uint32_t address, |
132 | } | ||
133 | break; | ||
134 | case 19: /* FAULTMASK */ | ||
135 | - env->v7m.faultmask = val & 1; | ||
136 | + env->v7m.faultmask[env->v7m.secure] = val & 1; | ||
137 | break; | ||
138 | case 20: /* CONTROL */ | ||
139 | /* Writing to the SPSEL bit only has an effect if we are in | ||
140 | diff --git a/target/arm/machine.c b/target/arm/machine.c | ||
141 | index XXXXXXX..XXXXXXX 100644 | ||
142 | --- a/target/arm/machine.c | ||
143 | +++ b/target/arm/machine.c | ||
144 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_m_faultmask_primask = { | ||
145 | .version_id = 1, | ||
146 | .minimum_version_id = 1, | ||
147 | .fields = (VMStateField[]) { | ||
148 | - VMSTATE_UINT32(env.v7m.faultmask, ARMCPU), | ||
149 | + VMSTATE_UINT32(env.v7m.faultmask[M_REG_NS], ARMCPU), | ||
150 | VMSTATE_UINT32(env.v7m.primask[M_REG_NS], ARMCPU), | ||
151 | VMSTATE_END_OF_LIST() | ||
152 | } | ||
153 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_m_security = { | ||
154 | VMSTATE_UINT32(env.v7m.secure, ARMCPU), | ||
155 | VMSTATE_UINT32(env.v7m.basepri[M_REG_S], ARMCPU), | ||
156 | VMSTATE_UINT32(env.v7m.primask[M_REG_S], ARMCPU), | ||
157 | + VMSTATE_UINT32(env.v7m.faultmask[M_REG_S], ARMCPU), | ||
158 | VMSTATE_END_OF_LIST() | ||
159 | } | ||
160 | }; | ||
161 | @@ -XXX,XX +XXX,XX @@ static int get_cpsr(QEMUFile *f, void *opaque, size_t size, | ||
162 | * transferred using the vmstate_m_faultmask_primask subsection. | ||
163 | */ | ||
164 | if (val & CPSR_F) { | ||
165 | - env->v7m.faultmask = 1; | ||
166 | + env->v7m.faultmask[M_REG_NS] = 1; | ||
167 | } | ||
168 | if (val & CPSR_I) { | ||
169 | env->v7m.primask[M_REG_NS] = 1; | ||
170 | -- | 70 | -- |
171 | 2.7.4 | 71 | 2.20.1 |
172 | 72 | ||
173 | 73 | diff view generated by jsdifflib |
1 | From: Fam Zheng <famz@redhat.com> | 1 | Remove all the code that sets frequency properties on the CMSDK |
---|---|---|---|
2 | timer, dualtimer and watchdog devices and on the ARMSSE SoC device: | ||
3 | these properties are unused now that the devices rely on their Clock | ||
4 | inputs instead. | ||
2 | 5 | ||
3 | Signed-off-by: Fam Zheng <famz@redhat.com> | 6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
4 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 7 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
5 | Message-id: 20170905131149.10669-2-famz@redhat.com | 8 | Reviewed-by: Luc Michel <luc@lmichel.fr> |
6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Message-id: 20210128114145.20536-24-peter.maydell@linaro.org |
11 | Message-id: 20210121190622.22000-24-peter.maydell@linaro.org | ||
8 | --- | 12 | --- |
9 | hw/arm/armv7m.c | 8 ++------ | 13 | hw/arm/armsse.c | 7 ------- |
10 | 1 file changed, 2 insertions(+), 6 deletions(-) | 14 | hw/arm/mps2-tz.c | 1 - |
15 | hw/arm/mps2.c | 3 --- | ||
16 | hw/arm/musca.c | 1 - | ||
17 | hw/arm/stellaris.c | 3 --- | ||
18 | 5 files changed, 15 deletions(-) | ||
11 | 19 | ||
12 | diff --git a/hw/arm/armv7m.c b/hw/arm/armv7m.c | 20 | diff --git a/hw/arm/armsse.c b/hw/arm/armsse.c |
13 | index XXXXXXX..XXXXXXX 100644 | 21 | index XXXXXXX..XXXXXXX 100644 |
14 | --- a/hw/arm/armv7m.c | 22 | --- a/hw/arm/armsse.c |
15 | +++ b/hw/arm/armv7m.c | 23 | +++ b/hw/arm/armsse.c |
16 | @@ -XXX,XX +XXX,XX @@ static void bitband_init(Object *obj) | 24 | @@ -XXX,XX +XXX,XX @@ static void armsse_realize(DeviceState *dev, Error **errp) |
17 | BitBandState *s = BITBAND(obj); | 25 | * it to the appropriate PPC port; then we can realize the PPC and |
18 | SysBusDevice *dev = SYS_BUS_DEVICE(obj); | 26 | * map its upstream ends to the right place in the container. |
19 | 27 | */ | |
20 | - object_property_add_link(obj, "source-memory", | 28 | - qdev_prop_set_uint32(DEVICE(&s->timer0), "pclk-frq", s->mainclk_frq); |
21 | - TYPE_MEMORY_REGION, | 29 | qdev_connect_clock_in(DEVICE(&s->timer0), "pclk", s->mainclk); |
22 | - (Object **)&s->source_memory, | 30 | if (!sysbus_realize(SYS_BUS_DEVICE(&s->timer0), errp)) { |
23 | - qdev_prop_allow_set_link_before_realize, | 31 | return; |
24 | - OBJ_PROP_LINK_UNREF_ON_RELEASE, | 32 | @@ -XXX,XX +XXX,XX @@ static void armsse_realize(DeviceState *dev, Error **errp) |
25 | - &error_abort); | 33 | object_property_set_link(OBJECT(&s->apb_ppc0), "port[0]", OBJECT(mr), |
26 | memory_region_init_io(&s->iomem, obj, &bitband_ops, s, | 34 | &error_abort); |
27 | "bitband", 0x02000000); | 35 | |
28 | sysbus_init_mmio(dev, &s->iomem); | 36 | - qdev_prop_set_uint32(DEVICE(&s->timer1), "pclk-frq", s->mainclk_frq); |
29 | @@ -XXX,XX +XXX,XX @@ void armv7m_load_kernel(ARMCPU *cpu, const char *kernel_filename, int mem_size) | 37 | qdev_connect_clock_in(DEVICE(&s->timer1), "pclk", s->mainclk); |
30 | 38 | if (!sysbus_realize(SYS_BUS_DEVICE(&s->timer1), errp)) { | |
31 | static Property bitband_properties[] = { | 39 | return; |
32 | DEFINE_PROP_UINT32("base", BitBandState, base, 0), | 40 | @@ -XXX,XX +XXX,XX @@ static void armsse_realize(DeviceState *dev, Error **errp) |
33 | + DEFINE_PROP_LINK("source-memory", BitBandState, source_memory, | 41 | object_property_set_link(OBJECT(&s->apb_ppc0), "port[1]", OBJECT(mr), |
34 | + TYPE_MEMORY_REGION, MemoryRegion *), | 42 | &error_abort); |
35 | DEFINE_PROP_END_OF_LIST(), | 43 | |
36 | }; | 44 | - qdev_prop_set_uint32(DEVICE(&s->dualtimer), "pclk-frq", s->mainclk_frq); |
45 | qdev_connect_clock_in(DEVICE(&s->dualtimer), "TIMCLK", s->mainclk); | ||
46 | if (!sysbus_realize(SYS_BUS_DEVICE(&s->dualtimer), errp)) { | ||
47 | return; | ||
48 | @@ -XXX,XX +XXX,XX @@ static void armsse_realize(DeviceState *dev, Error **errp) | ||
49 | /* Devices behind APB PPC1: | ||
50 | * 0x4002f000: S32K timer | ||
51 | */ | ||
52 | - qdev_prop_set_uint32(DEVICE(&s->s32ktimer), "pclk-frq", S32KCLK); | ||
53 | qdev_connect_clock_in(DEVICE(&s->s32ktimer), "pclk", s->s32kclk); | ||
54 | if (!sysbus_realize(SYS_BUS_DEVICE(&s->s32ktimer), errp)) { | ||
55 | return; | ||
56 | @@ -XXX,XX +XXX,XX @@ static void armsse_realize(DeviceState *dev, Error **errp) | ||
57 | qdev_connect_gpio_out(DEVICE(&s->nmi_orgate), 0, | ||
58 | qdev_get_gpio_in_named(DEVICE(&s->armv7m), "NMI", 0)); | ||
59 | |||
60 | - qdev_prop_set_uint32(DEVICE(&s->s32kwatchdog), "wdogclk-frq", S32KCLK); | ||
61 | qdev_connect_clock_in(DEVICE(&s->s32kwatchdog), "WDOGCLK", s->s32kclk); | ||
62 | if (!sysbus_realize(SYS_BUS_DEVICE(&s->s32kwatchdog), errp)) { | ||
63 | return; | ||
64 | @@ -XXX,XX +XXX,XX @@ static void armsse_realize(DeviceState *dev, Error **errp) | ||
65 | |||
66 | /* 0x40080000 .. 0x4008ffff : ARMSSE second Base peripheral region */ | ||
67 | |||
68 | - qdev_prop_set_uint32(DEVICE(&s->nswatchdog), "wdogclk-frq", s->mainclk_frq); | ||
69 | qdev_connect_clock_in(DEVICE(&s->nswatchdog), "WDOGCLK", s->mainclk); | ||
70 | if (!sysbus_realize(SYS_BUS_DEVICE(&s->nswatchdog), errp)) { | ||
71 | return; | ||
72 | @@ -XXX,XX +XXX,XX @@ static void armsse_realize(DeviceState *dev, Error **errp) | ||
73 | armsse_get_common_irq_in(s, 1)); | ||
74 | sysbus_mmio_map(SYS_BUS_DEVICE(&s->nswatchdog), 0, 0x40081000); | ||
75 | |||
76 | - qdev_prop_set_uint32(DEVICE(&s->swatchdog), "wdogclk-frq", s->mainclk_frq); | ||
77 | qdev_connect_clock_in(DEVICE(&s->swatchdog), "WDOGCLK", s->mainclk); | ||
78 | if (!sysbus_realize(SYS_BUS_DEVICE(&s->swatchdog), errp)) { | ||
79 | return; | ||
80 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c | ||
81 | index XXXXXXX..XXXXXXX 100644 | ||
82 | --- a/hw/arm/mps2-tz.c | ||
83 | +++ b/hw/arm/mps2-tz.c | ||
84 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) | ||
85 | object_property_set_link(OBJECT(&mms->iotkit), "memory", | ||
86 | OBJECT(system_memory), &error_abort); | ||
87 | qdev_prop_set_uint32(iotkitdev, "EXP_NUMIRQ", MPS2TZ_NUMIRQ); | ||
88 | - qdev_prop_set_uint32(iotkitdev, "MAINCLK_FRQ", SYSCLK_FRQ); | ||
89 | qdev_connect_clock_in(iotkitdev, "MAINCLK", mms->sysclk); | ||
90 | qdev_connect_clock_in(iotkitdev, "S32KCLK", mms->s32kclk); | ||
91 | sysbus_realize(SYS_BUS_DEVICE(&mms->iotkit), &error_fatal); | ||
92 | diff --git a/hw/arm/mps2.c b/hw/arm/mps2.c | ||
93 | index XXXXXXX..XXXXXXX 100644 | ||
94 | --- a/hw/arm/mps2.c | ||
95 | +++ b/hw/arm/mps2.c | ||
96 | @@ -XXX,XX +XXX,XX @@ static void mps2_common_init(MachineState *machine) | ||
97 | object_initialize_child(OBJECT(mms), name, &mms->timer[i], | ||
98 | TYPE_CMSDK_APB_TIMER); | ||
99 | sbd = SYS_BUS_DEVICE(&mms->timer[i]); | ||
100 | - qdev_prop_set_uint32(DEVICE(&mms->timer[i]), "pclk-frq", SYSCLK_FRQ); | ||
101 | qdev_connect_clock_in(DEVICE(&mms->timer[i]), "pclk", mms->sysclk); | ||
102 | sysbus_realize_and_unref(sbd, &error_fatal); | ||
103 | sysbus_mmio_map(sbd, 0, base); | ||
104 | @@ -XXX,XX +XXX,XX @@ static void mps2_common_init(MachineState *machine) | ||
105 | |||
106 | object_initialize_child(OBJECT(mms), "dualtimer", &mms->dualtimer, | ||
107 | TYPE_CMSDK_APB_DUALTIMER); | ||
108 | - qdev_prop_set_uint32(DEVICE(&mms->dualtimer), "pclk-frq", SYSCLK_FRQ); | ||
109 | qdev_connect_clock_in(DEVICE(&mms->dualtimer), "TIMCLK", mms->sysclk); | ||
110 | sysbus_realize(SYS_BUS_DEVICE(&mms->dualtimer), &error_fatal); | ||
111 | sysbus_connect_irq(SYS_BUS_DEVICE(&mms->dualtimer), 0, | ||
112 | @@ -XXX,XX +XXX,XX @@ static void mps2_common_init(MachineState *machine) | ||
113 | sysbus_mmio_map(SYS_BUS_DEVICE(&mms->dualtimer), 0, 0x40002000); | ||
114 | object_initialize_child(OBJECT(mms), "watchdog", &mms->watchdog, | ||
115 | TYPE_CMSDK_APB_WATCHDOG); | ||
116 | - qdev_prop_set_uint32(DEVICE(&mms->watchdog), "wdogclk-frq", SYSCLK_FRQ); | ||
117 | qdev_connect_clock_in(DEVICE(&mms->watchdog), "WDOGCLK", mms->sysclk); | ||
118 | sysbus_realize(SYS_BUS_DEVICE(&mms->watchdog), &error_fatal); | ||
119 | sysbus_connect_irq(SYS_BUS_DEVICE(&mms->watchdog), 0, | ||
120 | diff --git a/hw/arm/musca.c b/hw/arm/musca.c | ||
121 | index XXXXXXX..XXXXXXX 100644 | ||
122 | --- a/hw/arm/musca.c | ||
123 | +++ b/hw/arm/musca.c | ||
124 | @@ -XXX,XX +XXX,XX @@ static void musca_init(MachineState *machine) | ||
125 | qdev_prop_set_uint32(ssedev, "EXP_NUMIRQ", mmc->num_irqs); | ||
126 | qdev_prop_set_uint32(ssedev, "init-svtor", mmc->init_svtor); | ||
127 | qdev_prop_set_uint32(ssedev, "SRAM_ADDR_WIDTH", mmc->sram_addr_width); | ||
128 | - qdev_prop_set_uint32(ssedev, "MAINCLK_FRQ", SYSCLK_FRQ); | ||
129 | qdev_connect_clock_in(ssedev, "MAINCLK", mms->sysclk); | ||
130 | qdev_connect_clock_in(ssedev, "S32KCLK", mms->s32kclk); | ||
131 | /* | ||
132 | diff --git a/hw/arm/stellaris.c b/hw/arm/stellaris.c | ||
133 | index XXXXXXX..XXXXXXX 100644 | ||
134 | --- a/hw/arm/stellaris.c | ||
135 | +++ b/hw/arm/stellaris.c | ||
136 | @@ -XXX,XX +XXX,XX @@ static void stellaris_init(MachineState *ms, stellaris_board_info *board) | ||
137 | if (board->dc1 & (1 << 3)) { /* watchdog present */ | ||
138 | dev = qdev_new(TYPE_LUMINARY_WATCHDOG); | ||
139 | |||
140 | - /* system_clock_scale is valid now */ | ||
141 | - uint32_t mainclk = NANOSECONDS_PER_SECOND / system_clock_scale; | ||
142 | - qdev_prop_set_uint32(dev, "wdogclk-frq", mainclk); | ||
143 | qdev_connect_clock_in(dev, "WDOGCLK", | ||
144 | qdev_get_clock_out(ssys_dev, "SYSCLK")); | ||
37 | 145 | ||
38 | -- | 146 | -- |
39 | 2.7.4 | 147 | 2.20.1 |
40 | 148 | ||
41 | 149 | diff view generated by jsdifflib |
1 | Make the PRIMASK register banked if v8M security extensions are enabled. | 1 | Now no users are setting the frq properties on the CMSDK timer, |
---|---|---|---|
2 | 2 | dualtimer, watchdog or ARMSSE SoC devices, we can remove the | |
3 | Note that we do not yet implement the functionality of the new | 3 | properties and the struct fields that back them. |
4 | AIRCR.PRIS bit (which allows the effect of the NS copy of PRIMASK to | ||
5 | be restricted). | ||
6 | 4 | ||
7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
8 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 6 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
9 | Message-id: 1503414539-28762-8-git-send-email-peter.maydell@linaro.org | 7 | Reviewed-by: Luc Michel <luc@lmichel.fr> |
8 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
9 | Message-id: 20210128114145.20536-25-peter.maydell@linaro.org | ||
10 | Message-id: 20210121190622.22000-25-peter.maydell@linaro.org | ||
10 | --- | 11 | --- |
11 | target/arm/cpu.h | 2 +- | 12 | include/hw/arm/armsse.h | 2 -- |
12 | hw/intc/armv7m_nvic.c | 2 +- | 13 | include/hw/timer/cmsdk-apb-dualtimer.h | 2 -- |
13 | target/arm/helper.c | 4 ++-- | 14 | include/hw/timer/cmsdk-apb-timer.h | 2 -- |
14 | target/arm/machine.c | 9 +++++++-- | 15 | include/hw/watchdog/cmsdk-apb-watchdog.h | 2 -- |
15 | 4 files changed, 11 insertions(+), 6 deletions(-) | 16 | hw/arm/armsse.c | 2 -- |
17 | hw/timer/cmsdk-apb-dualtimer.c | 6 ------ | ||
18 | hw/timer/cmsdk-apb-timer.c | 6 ------ | ||
19 | hw/watchdog/cmsdk-apb-watchdog.c | 6 ------ | ||
20 | 8 files changed, 28 deletions(-) | ||
16 | 21 | ||
17 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | 22 | diff --git a/include/hw/arm/armsse.h b/include/hw/arm/armsse.h |
18 | index XXXXXXX..XXXXXXX 100644 | 23 | index XXXXXXX..XXXXXXX 100644 |
19 | --- a/target/arm/cpu.h | 24 | --- a/include/hw/arm/armsse.h |
20 | +++ b/target/arm/cpu.h | 25 | +++ b/include/hw/arm/armsse.h |
21 | @@ -XXX,XX +XXX,XX @@ typedef struct CPUARMState { | 26 | @@ -XXX,XX +XXX,XX @@ |
22 | uint32_t bfar; /* BusFault Address */ | 27 | * + Clock input "S32KCLK": slow 32KHz clock used for a few peripherals |
23 | unsigned mpu_ctrl; /* MPU_CTRL */ | 28 | * + QOM property "memory" is a MemoryRegion containing the devices provided |
24 | int exception; | 29 | * by the board model. |
25 | - uint32_t primask; | 30 | - * + QOM property "MAINCLK_FRQ" is the frequency of the main system clock |
26 | + uint32_t primask[2]; | 31 | * + QOM property "EXP_NUMIRQ" sets the number of expansion interrupts. |
27 | uint32_t faultmask; | 32 | * (In hardware, the SSE-200 permits the number of expansion interrupts |
28 | uint32_t secure; /* Is CPU in Secure state? (not guest visible) */ | 33 | * for the two CPUs to be configured separately, but we restrict it to |
29 | } v7m; | 34 | @@ -XXX,XX +XXX,XX @@ struct ARMSSE { |
30 | diff --git a/hw/intc/armv7m_nvic.c b/hw/intc/armv7m_nvic.c | 35 | /* Properties */ |
36 | MemoryRegion *board_memory; | ||
37 | uint32_t exp_numirq; | ||
38 | - uint32_t mainclk_frq; | ||
39 | uint32_t sram_addr_width; | ||
40 | uint32_t init_svtor; | ||
41 | bool cpu_fpu[SSE_MAX_CPUS]; | ||
42 | diff --git a/include/hw/timer/cmsdk-apb-dualtimer.h b/include/hw/timer/cmsdk-apb-dualtimer.h | ||
31 | index XXXXXXX..XXXXXXX 100644 | 43 | index XXXXXXX..XXXXXXX 100644 |
32 | --- a/hw/intc/armv7m_nvic.c | 44 | --- a/include/hw/timer/cmsdk-apb-dualtimer.h |
33 | +++ b/hw/intc/armv7m_nvic.c | 45 | +++ b/include/hw/timer/cmsdk-apb-dualtimer.h |
34 | @@ -XXX,XX +XXX,XX @@ static inline int nvic_exec_prio(NVICState *s) | 46 | @@ -XXX,XX +XXX,XX @@ |
35 | 47 | * https://developer.arm.com/products/system-design/system-design-kits/cortex-m-system-design-kit | |
36 | if (env->v7m.faultmask) { | 48 | * |
37 | running = -1; | 49 | * QEMU interface: |
38 | - } else if (env->v7m.primask) { | 50 | - * + QOM property "pclk-frq": frequency at which the timer is clocked |
39 | + } else if (env->v7m.primask[env->v7m.secure]) { | 51 | * + Clock input "TIMCLK": clock (for both timers) |
40 | running = 0; | 52 | * + sysbus MMIO region 0: the register bank |
41 | } else if (env->v7m.basepri[env->v7m.secure] > 0) { | 53 | * + sysbus IRQ 0: combined timer interrupt TIMINTC |
42 | running = env->v7m.basepri[env->v7m.secure] & nvic_gprio_mask(s); | 54 | @@ -XXX,XX +XXX,XX @@ struct CMSDKAPBDualTimer { |
43 | diff --git a/target/arm/helper.c b/target/arm/helper.c | 55 | /*< public >*/ |
56 | MemoryRegion iomem; | ||
57 | qemu_irq timerintc; | ||
58 | - uint32_t pclk_frq; | ||
59 | Clock *timclk; | ||
60 | |||
61 | CMSDKAPBDualTimerModule timermod[CMSDK_APB_DUALTIMER_NUM_MODULES]; | ||
62 | diff --git a/include/hw/timer/cmsdk-apb-timer.h b/include/hw/timer/cmsdk-apb-timer.h | ||
44 | index XXXXXXX..XXXXXXX 100644 | 63 | index XXXXXXX..XXXXXXX 100644 |
45 | --- a/target/arm/helper.c | 64 | --- a/include/hw/timer/cmsdk-apb-timer.h |
46 | +++ b/target/arm/helper.c | 65 | +++ b/include/hw/timer/cmsdk-apb-timer.h |
47 | @@ -XXX,XX +XXX,XX @@ uint32_t HELPER(v7m_mrs)(CPUARMState *env, uint32_t reg) | 66 | @@ -XXX,XX +XXX,XX @@ OBJECT_DECLARE_SIMPLE_TYPE(CMSDKAPBTimer, CMSDK_APB_TIMER) |
48 | return (env->v7m.control & R_V7M_CONTROL_SPSEL_MASK) ? | 67 | |
49 | env->regs[13] : env->v7m.other_sp; | 68 | /* |
50 | case 16: /* PRIMASK */ | 69 | * QEMU interface: |
51 | - return env->v7m.primask; | 70 | - * + QOM property "pclk-frq": frequency at which the timer is clocked |
52 | + return env->v7m.primask[env->v7m.secure]; | 71 | * + Clock input "pclk": clock for the timer |
53 | case 17: /* BASEPRI */ | 72 | * + sysbus MMIO region 0: the register bank |
54 | case 18: /* BASEPRI_MAX */ | 73 | * + sysbus IRQ 0: timer interrupt TIMERINT |
55 | return env->v7m.basepri[env->v7m.secure]; | 74 | @@ -XXX,XX +XXX,XX @@ struct CMSDKAPBTimer { |
56 | @@ -XXX,XX +XXX,XX @@ void HELPER(v7m_msr)(CPUARMState *env, uint32_t maskreg, uint32_t val) | 75 | /*< public >*/ |
57 | } | 76 | MemoryRegion iomem; |
58 | break; | 77 | qemu_irq timerint; |
59 | case 16: /* PRIMASK */ | 78 | - uint32_t pclk_frq; |
60 | - env->v7m.primask = val & 1; | 79 | struct ptimer_state *timer; |
61 | + env->v7m.primask[env->v7m.secure] = val & 1; | 80 | Clock *pclk; |
62 | break; | 81 | |
63 | case 17: /* BASEPRI */ | 82 | diff --git a/include/hw/watchdog/cmsdk-apb-watchdog.h b/include/hw/watchdog/cmsdk-apb-watchdog.h |
64 | env->v7m.basepri[env->v7m.secure] = val & 0xff; | ||
65 | diff --git a/target/arm/machine.c b/target/arm/machine.c | ||
66 | index XXXXXXX..XXXXXXX 100644 | 83 | index XXXXXXX..XXXXXXX 100644 |
67 | --- a/target/arm/machine.c | 84 | --- a/include/hw/watchdog/cmsdk-apb-watchdog.h |
68 | +++ b/target/arm/machine.c | 85 | +++ b/include/hw/watchdog/cmsdk-apb-watchdog.h |
69 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_m_faultmask_primask = { | 86 | @@ -XXX,XX +XXX,XX @@ |
70 | .minimum_version_id = 1, | 87 | * https://developer.arm.com/products/system-design/system-design-kits/cortex-m-system-design-kit |
71 | .fields = (VMStateField[]) { | 88 | * |
72 | VMSTATE_UINT32(env.v7m.faultmask, ARMCPU), | 89 | * QEMU interface: |
73 | - VMSTATE_UINT32(env.v7m.primask, ARMCPU), | 90 | - * + QOM property "wdogclk-frq": frequency at which the watchdog is clocked |
74 | + VMSTATE_UINT32(env.v7m.primask[M_REG_NS], ARMCPU), | 91 | * + Clock input "WDOGCLK": clock for the watchdog's timer |
75 | VMSTATE_END_OF_LIST() | 92 | * + sysbus MMIO region 0: the register bank |
93 | * + sysbus IRQ 0: watchdog interrupt | ||
94 | @@ -XXX,XX +XXX,XX @@ struct CMSDKAPBWatchdog { | ||
95 | /*< public >*/ | ||
96 | MemoryRegion iomem; | ||
97 | qemu_irq wdogint; | ||
98 | - uint32_t wdogclk_frq; | ||
99 | bool is_luminary; | ||
100 | struct ptimer_state *timer; | ||
101 | Clock *wdogclk; | ||
102 | diff --git a/hw/arm/armsse.c b/hw/arm/armsse.c | ||
103 | index XXXXXXX..XXXXXXX 100644 | ||
104 | --- a/hw/arm/armsse.c | ||
105 | +++ b/hw/arm/armsse.c | ||
106 | @@ -XXX,XX +XXX,XX @@ static Property iotkit_properties[] = { | ||
107 | DEFINE_PROP_LINK("memory", ARMSSE, board_memory, TYPE_MEMORY_REGION, | ||
108 | MemoryRegion *), | ||
109 | DEFINE_PROP_UINT32("EXP_NUMIRQ", ARMSSE, exp_numirq, 64), | ||
110 | - DEFINE_PROP_UINT32("MAINCLK_FRQ", ARMSSE, mainclk_frq, 0), | ||
111 | DEFINE_PROP_UINT32("SRAM_ADDR_WIDTH", ARMSSE, sram_addr_width, 15), | ||
112 | DEFINE_PROP_UINT32("init-svtor", ARMSSE, init_svtor, 0x10000000), | ||
113 | DEFINE_PROP_BOOL("CPU0_FPU", ARMSSE, cpu_fpu[0], true), | ||
114 | @@ -XXX,XX +XXX,XX @@ static Property armsse_properties[] = { | ||
115 | DEFINE_PROP_LINK("memory", ARMSSE, board_memory, TYPE_MEMORY_REGION, | ||
116 | MemoryRegion *), | ||
117 | DEFINE_PROP_UINT32("EXP_NUMIRQ", ARMSSE, exp_numirq, 64), | ||
118 | - DEFINE_PROP_UINT32("MAINCLK_FRQ", ARMSSE, mainclk_frq, 0), | ||
119 | DEFINE_PROP_UINT32("SRAM_ADDR_WIDTH", ARMSSE, sram_addr_width, 15), | ||
120 | DEFINE_PROP_UINT32("init-svtor", ARMSSE, init_svtor, 0x10000000), | ||
121 | DEFINE_PROP_BOOL("CPU0_FPU", ARMSSE, cpu_fpu[0], false), | ||
122 | diff --git a/hw/timer/cmsdk-apb-dualtimer.c b/hw/timer/cmsdk-apb-dualtimer.c | ||
123 | index XXXXXXX..XXXXXXX 100644 | ||
124 | --- a/hw/timer/cmsdk-apb-dualtimer.c | ||
125 | +++ b/hw/timer/cmsdk-apb-dualtimer.c | ||
126 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription cmsdk_apb_dualtimer_vmstate = { | ||
76 | } | 127 | } |
77 | }; | 128 | }; |
78 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_m_security = { | 129 | |
79 | .fields = (VMStateField[]) { | 130 | -static Property cmsdk_apb_dualtimer_properties[] = { |
80 | VMSTATE_UINT32(env.v7m.secure, ARMCPU), | 131 | - DEFINE_PROP_UINT32("pclk-frq", CMSDKAPBDualTimer, pclk_frq, 0), |
81 | VMSTATE_UINT32(env.v7m.basepri[M_REG_S], ARMCPU), | 132 | - DEFINE_PROP_END_OF_LIST(), |
82 | + VMSTATE_UINT32(env.v7m.primask[M_REG_S], ARMCPU), | 133 | -}; |
83 | VMSTATE_END_OF_LIST() | 134 | - |
135 | static void cmsdk_apb_dualtimer_class_init(ObjectClass *klass, void *data) | ||
136 | { | ||
137 | DeviceClass *dc = DEVICE_CLASS(klass); | ||
138 | @@ -XXX,XX +XXX,XX @@ static void cmsdk_apb_dualtimer_class_init(ObjectClass *klass, void *data) | ||
139 | dc->realize = cmsdk_apb_dualtimer_realize; | ||
140 | dc->vmsd = &cmsdk_apb_dualtimer_vmstate; | ||
141 | dc->reset = cmsdk_apb_dualtimer_reset; | ||
142 | - device_class_set_props(dc, cmsdk_apb_dualtimer_properties); | ||
143 | } | ||
144 | |||
145 | static const TypeInfo cmsdk_apb_dualtimer_info = { | ||
146 | diff --git a/hw/timer/cmsdk-apb-timer.c b/hw/timer/cmsdk-apb-timer.c | ||
147 | index XXXXXXX..XXXXXXX 100644 | ||
148 | --- a/hw/timer/cmsdk-apb-timer.c | ||
149 | +++ b/hw/timer/cmsdk-apb-timer.c | ||
150 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription cmsdk_apb_timer_vmstate = { | ||
84 | } | 151 | } |
85 | }; | 152 | }; |
86 | @@ -XXX,XX +XXX,XX @@ static int get_cpsr(QEMUFile *f, void *opaque, size_t size, | 153 | |
87 | * differences are that the T bit is not in the same place, the | 154 | -static Property cmsdk_apb_timer_properties[] = { |
88 | * primask/faultmask info may be in the CPSR I and F bits, and | 155 | - DEFINE_PROP_UINT32("pclk-frq", CMSDKAPBTimer, pclk_frq, 0), |
89 | * we do not want the mode bits. | 156 | - DEFINE_PROP_END_OF_LIST(), |
90 | + * We know that this cleanup happened before v8M, so there | 157 | -}; |
91 | + * is no complication with banked primask/faultmask. | 158 | - |
92 | */ | 159 | static void cmsdk_apb_timer_class_init(ObjectClass *klass, void *data) |
93 | uint32_t newval = val; | 160 | { |
94 | 161 | DeviceClass *dc = DEVICE_CLASS(klass); | |
95 | + assert(!arm_feature(env, ARM_FEATURE_M_SECURITY)); | 162 | @@ -XXX,XX +XXX,XX @@ static void cmsdk_apb_timer_class_init(ObjectClass *klass, void *data) |
96 | + | 163 | dc->realize = cmsdk_apb_timer_realize; |
97 | newval &= (CPSR_NZCV | CPSR_Q | CPSR_IT | CPSR_GE); | 164 | dc->vmsd = &cmsdk_apb_timer_vmstate; |
98 | if (val & CPSR_T) { | 165 | dc->reset = cmsdk_apb_timer_reset; |
99 | newval |= XPSR_T; | 166 | - device_class_set_props(dc, cmsdk_apb_timer_properties); |
100 | @@ -XXX,XX +XXX,XX @@ static int get_cpsr(QEMUFile *f, void *opaque, size_t size, | 167 | } |
101 | env->v7m.faultmask = 1; | 168 | |
102 | } | 169 | static const TypeInfo cmsdk_apb_timer_info = { |
103 | if (val & CPSR_I) { | 170 | diff --git a/hw/watchdog/cmsdk-apb-watchdog.c b/hw/watchdog/cmsdk-apb-watchdog.c |
104 | - env->v7m.primask = 1; | 171 | index XXXXXXX..XXXXXXX 100644 |
105 | + env->v7m.primask[M_REG_NS] = 1; | 172 | --- a/hw/watchdog/cmsdk-apb-watchdog.c |
106 | } | 173 | +++ b/hw/watchdog/cmsdk-apb-watchdog.c |
107 | val = newval; | 174 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription cmsdk_apb_watchdog_vmstate = { |
108 | } | 175 | } |
176 | }; | ||
177 | |||
178 | -static Property cmsdk_apb_watchdog_properties[] = { | ||
179 | - DEFINE_PROP_UINT32("wdogclk-frq", CMSDKAPBWatchdog, wdogclk_frq, 0), | ||
180 | - DEFINE_PROP_END_OF_LIST(), | ||
181 | -}; | ||
182 | - | ||
183 | static void cmsdk_apb_watchdog_class_init(ObjectClass *klass, void *data) | ||
184 | { | ||
185 | DeviceClass *dc = DEVICE_CLASS(klass); | ||
186 | @@ -XXX,XX +XXX,XX @@ static void cmsdk_apb_watchdog_class_init(ObjectClass *klass, void *data) | ||
187 | dc->realize = cmsdk_apb_watchdog_realize; | ||
188 | dc->vmsd = &cmsdk_apb_watchdog_vmstate; | ||
189 | dc->reset = cmsdk_apb_watchdog_reset; | ||
190 | - device_class_set_props(dc, cmsdk_apb_watchdog_properties); | ||
191 | } | ||
192 | |||
193 | static const TypeInfo cmsdk_apb_watchdog_info = { | ||
109 | -- | 194 | -- |
110 | 2.7.4 | 195 | 2.20.1 |
111 | 196 | ||
112 | 197 | diff view generated by jsdifflib |
1 | Make the VTOR register banked if v8M security extensions are enabled. | 1 | Now that the watchdog device uses its Clock input rather than being |
---|---|---|---|
2 | passed the value of system_clock_scale at creation time, we can | ||
3 | remove the hack where we reset the STELLARIS_SYS at board creation | ||
4 | time to force it to set system_clock_scale. Instead it will be reset | ||
5 | at the usual point in startup and will inform the watchdog of the | ||
6 | clock frequency at that point. | ||
2 | 7 | ||
3 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
4 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 9 | Reviewed-by: Luc Michel <luc@lmichel.fr> |
5 | Message-id: 1503414539-28762-12-git-send-email-peter.maydell@linaro.org | 10 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
11 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
12 | Message-id: 20210128114145.20536-26-peter.maydell@linaro.org | ||
13 | Message-id: 20210121190622.22000-26-peter.maydell@linaro.org | ||
14 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
6 | --- | 15 | --- |
7 | target/arm/cpu.h | 2 +- | 16 | hw/arm/stellaris.c | 10 ---------- |
8 | hw/intc/armv7m_nvic.c | 13 +++++++------ | 17 | 1 file changed, 10 deletions(-) |
9 | target/arm/helper.c | 2 +- | ||
10 | target/arm/machine.c | 3 ++- | ||
11 | 4 files changed, 11 insertions(+), 9 deletions(-) | ||
12 | 18 | ||
13 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | 19 | diff --git a/hw/arm/stellaris.c b/hw/arm/stellaris.c |
14 | index XXXXXXX..XXXXXXX 100644 | 20 | index XXXXXXX..XXXXXXX 100644 |
15 | --- a/target/arm/cpu.h | 21 | --- a/hw/arm/stellaris.c |
16 | +++ b/target/arm/cpu.h | 22 | +++ b/hw/arm/stellaris.c |
17 | @@ -XXX,XX +XXX,XX @@ typedef struct CPUARMState { | 23 | @@ -XXX,XX +XXX,XX @@ static DeviceState *stellaris_sys_init(uint32_t base, qemu_irq irq, |
18 | 24 | sysbus_mmio_map(sbd, 0, base); | |
19 | struct { | 25 | sysbus_connect_irq(sbd, 0, irq); |
20 | uint32_t other_sp; | 26 | |
21 | - uint32_t vecbase; | 27 | - /* |
22 | + uint32_t vecbase[2]; | 28 | - * Normally we should not be resetting devices like this during |
23 | uint32_t basepri[2]; | 29 | - * board creation. For the moment we need to do so, because |
24 | uint32_t control[2]; | 30 | - * system_clock_scale will only get set when the STELLARIS_SYS |
25 | uint32_t ccr; /* Configuration and Control */ | 31 | - * device is reset, and we need its initial value to pass to |
26 | diff --git a/hw/intc/armv7m_nvic.c b/hw/intc/armv7m_nvic.c | 32 | - * the watchdog device. This hack can be removed once the |
27 | index XXXXXXX..XXXXXXX 100644 | 33 | - * watchdog has been converted to use a Clock input instead. |
28 | --- a/hw/intc/armv7m_nvic.c | 34 | - */ |
29 | +++ b/hw/intc/armv7m_nvic.c | 35 | - device_cold_reset(dev); |
30 | @@ -XXX,XX +XXX,XX @@ static void set_irq_level(void *opaque, int n, int level) | 36 | - |
31 | } | 37 | return dev; |
32 | } | 38 | } |
33 | 39 | ||
34 | -static uint32_t nvic_readl(NVICState *s, uint32_t offset) | ||
35 | +static uint32_t nvic_readl(NVICState *s, uint32_t offset, MemTxAttrs attrs) | ||
36 | { | ||
37 | ARMCPU *cpu = s->cpu; | ||
38 | uint32_t val; | ||
39 | @@ -XXX,XX +XXX,XX @@ static uint32_t nvic_readl(NVICState *s, uint32_t offset) | ||
40 | /* ISRPREEMPT not implemented */ | ||
41 | return val; | ||
42 | case 0xd08: /* Vector Table Offset. */ | ||
43 | - return cpu->env.v7m.vecbase; | ||
44 | + return cpu->env.v7m.vecbase[attrs.secure]; | ||
45 | case 0xd0c: /* Application Interrupt/Reset Control. */ | ||
46 | return 0xfa050000 | (s->prigroup << 8); | ||
47 | case 0xd10: /* System Control. */ | ||
48 | @@ -XXX,XX +XXX,XX @@ static uint32_t nvic_readl(NVICState *s, uint32_t offset) | ||
49 | } | ||
50 | } | ||
51 | |||
52 | -static void nvic_writel(NVICState *s, uint32_t offset, uint32_t value) | ||
53 | +static void nvic_writel(NVICState *s, uint32_t offset, uint32_t value, | ||
54 | + MemTxAttrs attrs) | ||
55 | { | ||
56 | ARMCPU *cpu = s->cpu; | ||
57 | |||
58 | @@ -XXX,XX +XXX,XX @@ static void nvic_writel(NVICState *s, uint32_t offset, uint32_t value) | ||
59 | } | ||
60 | break; | ||
61 | case 0xd08: /* Vector Table Offset. */ | ||
62 | - cpu->env.v7m.vecbase = value & 0xffffff80; | ||
63 | + cpu->env.v7m.vecbase[attrs.secure] = value & 0xffffff80; | ||
64 | break; | ||
65 | case 0xd0c: /* Application Interrupt/Reset Control. */ | ||
66 | if ((value >> 16) == 0x05fa) { | ||
67 | @@ -XXX,XX +XXX,XX @@ static MemTxResult nvic_sysreg_read(void *opaque, hwaddr addr, | ||
68 | break; | ||
69 | default: | ||
70 | if (size == 4) { | ||
71 | - val = nvic_readl(s, offset); | ||
72 | + val = nvic_readl(s, offset, attrs); | ||
73 | } else { | ||
74 | qemu_log_mask(LOG_GUEST_ERROR, | ||
75 | "NVIC: Bad read of size %d at offset 0x%x\n", | ||
76 | @@ -XXX,XX +XXX,XX @@ static MemTxResult nvic_sysreg_write(void *opaque, hwaddr addr, | ||
77 | return MEMTX_OK; | ||
78 | } | ||
79 | if (size == 4) { | ||
80 | - nvic_writel(s, offset, value); | ||
81 | + nvic_writel(s, offset, value, attrs); | ||
82 | return MEMTX_OK; | ||
83 | } | ||
84 | qemu_log_mask(LOG_GUEST_ERROR, | ||
85 | diff --git a/target/arm/helper.c b/target/arm/helper.c | ||
86 | index XXXXXXX..XXXXXXX 100644 | ||
87 | --- a/target/arm/helper.c | ||
88 | +++ b/target/arm/helper.c | ||
89 | @@ -XXX,XX +XXX,XX @@ static uint32_t arm_v7m_load_vector(ARMCPU *cpu) | ||
90 | CPUState *cs = CPU(cpu); | ||
91 | CPUARMState *env = &cpu->env; | ||
92 | MemTxResult result; | ||
93 | - hwaddr vec = env->v7m.vecbase + env->v7m.exception * 4; | ||
94 | + hwaddr vec = env->v7m.vecbase[env->v7m.secure] + env->v7m.exception * 4; | ||
95 | uint32_t addr; | ||
96 | |||
97 | addr = address_space_ldl(cs->as, vec, | ||
98 | diff --git a/target/arm/machine.c b/target/arm/machine.c | ||
99 | index XXXXXXX..XXXXXXX 100644 | ||
100 | --- a/target/arm/machine.c | ||
101 | +++ b/target/arm/machine.c | ||
102 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_m = { | ||
103 | .minimum_version_id = 4, | ||
104 | .needed = m_needed, | ||
105 | .fields = (VMStateField[]) { | ||
106 | - VMSTATE_UINT32(env.v7m.vecbase, ARMCPU), | ||
107 | + VMSTATE_UINT32(env.v7m.vecbase[M_REG_NS], ARMCPU), | ||
108 | VMSTATE_UINT32(env.v7m.basepri[M_REG_NS], ARMCPU), | ||
109 | VMSTATE_UINT32(env.v7m.control[M_REG_NS], ARMCPU), | ||
110 | VMSTATE_UINT32(env.v7m.ccr, ARMCPU), | ||
111 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_m_security = { | ||
112 | VMSTATE_UINT32(env.v7m.primask[M_REG_S], ARMCPU), | ||
113 | VMSTATE_UINT32(env.v7m.faultmask[M_REG_S], ARMCPU), | ||
114 | VMSTATE_UINT32(env.v7m.control[M_REG_S], ARMCPU), | ||
115 | + VMSTATE_UINT32(env.v7m.vecbase[M_REG_S], ARMCPU), | ||
116 | VMSTATE_END_OF_LIST() | ||
117 | } | ||
118 | }; | ||
119 | -- | 40 | -- |
120 | 2.7.4 | 41 | 2.20.1 |
121 | 42 | ||
122 | 43 | diff view generated by jsdifflib |