1 | The following changes since commit 4c41341af76cfc85b5a6c0f87de4838672ab9f89: | 1 | Last minute pullreq for arm related patches; quite large because |
---|---|---|---|
2 | there were several series that only just made it through code review | ||
3 | in time. | ||
2 | 4 | ||
3 | Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20201020' into staging (2020-10-20 11:20:36 +0100) | 5 | thanks |
6 | -- PMM | ||
7 | |||
8 | The following changes since commit 091e3e3dbc499d84c004e1c50bc9870af37f6e99: | ||
9 | |||
10 | Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-10-26' into staging (2020-10-26 22:36:35 +0000) | ||
4 | 11 | ||
5 | are available in the Git repository at: | 12 | are available in the Git repository at: |
6 | 13 | ||
7 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20201020 | 14 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20201027-1 |
8 | 15 | ||
9 | for you to fetch changes up to 6358890cb939192f6169fdf7664d903bf9b1d338: | 16 | for you to fetch changes up to 32bd322a0134ed89db00f2b9b3894982db3dedcb: |
10 | 17 | ||
11 | tests/tcg/aarch64: Add bti smoke tests (2020-10-20 16:12:02 +0100) | 18 | hw/timer/armv7m_systick: Rewrite to use ptimers (2020-10-27 11:15:31 +0000) |
12 | 19 | ||
13 | ---------------------------------------------------------------- | 20 | ---------------------------------------------------------------- |
14 | target-arm queue: | 21 | target-arm queue: |
15 | * Fix AArch32 SMLAD incorrect setting of Q bit | 22 | * raspi: add model of cprman clock manager |
16 | * AArch32 VCVT fixed-point to float is always round-to-nearest | 23 | * sbsa-ref: add an SBSA generic watchdog device |
17 | * strongarm: Fix 'time to transmit a char' unit comment | 24 | * arm/trace: Fix hex printing |
18 | * Restrict APEI tables generation to the 'virt' machine | 25 | * raspi: Add models of Pi 3 model A+, Pi Zero and Pi A+ |
19 | * bcm2835: minor code cleanups | 26 | * hw/arm/smmuv3: Set the restoration priority of the vSMMUv3 explicitly |
20 | * correctly flush TLBs when TBI is enabled | 27 | * Nuvoton NPCM7xx: Add USB, RNG, GPIO and watchdog support |
21 | * tests/qtest: Add npcm7xx timer test | 28 | * hw/arm: fix min_cpus for xlnx-versal-virt platform |
22 | * loads-stores.rst: add footnote that clarifies GETPC usage | 29 | * hw/arm/highbank: Silence warnings about missing fallthrough statements |
23 | * Fix reported EL for mte_check_fail | 30 | * linux-user: Support Aarch64 BTI |
24 | * Ignore HCR_EL2.ATA when {E2H,TGE} != 11 | 31 | * Armv7M systick: fix corner case bugs by rewriting to use ptimer |
25 | * microbit_i2c: Fix coredump when dump-vmstate | ||
26 | * nseries: Fix loading kernel image on n8x0 machines | ||
27 | * Implement v8.1M low-overhead-loops | ||
28 | * linux-user: Support AArch64 BTI | ||
29 | 32 | ||
30 | ---------------------------------------------------------------- | 33 | ---------------------------------------------------------------- |
31 | Emanuele Giuseppe Esposito (1): | 34 | Dr. David Alan Gilbert (1): |
32 | loads-stores.rst: add footnote that clarifies GETPC usage | 35 | arm/trace: Fix hex printing |
33 | 36 | ||
34 | Havard Skinnemoen (1): | 37 | Hao Wu (1): |
35 | tests/qtest: Add npcm7xx timer test | 38 | hw/timer: Adding watchdog for NPCM7XX Timer. |
36 | 39 | ||
37 | Peng Liang (1): | 40 | Havard Skinnemoen (4): |
38 | microbit_i2c: Fix coredump when dump-vmstate | 41 | Move npcm7xx_timer_reached_zero call out of npcm7xx_timer_pause |
42 | hw/misc: Add npcm7xx random number generator | ||
43 | hw/arm/npcm7xx: Add EHCI and OHCI controllers | ||
44 | hw/gpio: Add GPIO model for Nuvoton NPCM7xx | ||
39 | 45 | ||
40 | Peter Maydell (12): | 46 | Luc Michel (14): |
41 | target/arm: Fix SMLAD incorrect setting of Q bit | 47 | hw/core/clock: provide the VMSTATE_ARRAY_CLOCK macro |
42 | target/arm: AArch32 VCVT fixed-point to float is always round-to-nearest | 48 | hw/core/clock: trace clock values in Hz instead of ns |
43 | decodetree: Fix codegen for non-overlapping group inside overlapping group | 49 | hw/arm/raspi: fix CPRMAN base address |
44 | target/arm: Implement v8.1M NOCP handling | 50 | hw/arm/raspi: add a skeleton implementation of the CPRMAN |
45 | target/arm: Implement v8.1M conditional-select insns | 51 | hw/misc/bcm2835_cprman: add a PLL skeleton implementation |
46 | target/arm: Make the t32 insn[25:23]=111 group non-overlapping | 52 | hw/misc/bcm2835_cprman: implement PLLs behaviour |
47 | target/arm: Don't allow BLX imm for M-profile | 53 | hw/misc/bcm2835_cprman: add a PLL channel skeleton implementation |
48 | target/arm: Implement v8.1M branch-future insns (as NOPs) | 54 | hw/misc/bcm2835_cprman: implement PLL channels behaviour |
49 | target/arm: Implement v8.1M low-overhead-loop instructions | 55 | hw/misc/bcm2835_cprman: add a clock mux skeleton implementation |
50 | target/arm: Fix has_vfp/has_neon ID reg squashing for M-profile | 56 | hw/misc/bcm2835_cprman: implement clock mux behaviour |
51 | target/arm: Allow M-profile CPUs with FP16 to set FPSCR.FP16 | 57 | hw/misc/bcm2835_cprman: add the DSI0HSCK multiplexer |
52 | target/arm: Implement FPSCR.LTPSIZE for M-profile LOB extension | 58 | hw/misc/bcm2835_cprman: add sane reset values to the registers |
59 | hw/char/pl011: add a clock input | ||
60 | hw/arm/bcm2835_peripherals: connect the UART clock | ||
61 | |||
62 | Pavel Dovgalyuk (1): | ||
63 | hw/arm: fix min_cpus for xlnx-versal-virt platform | ||
64 | |||
65 | Peter Maydell (2): | ||
66 | hw/core/ptimer: Support ptimer being disabled by timer callback | ||
67 | hw/timer/armv7m_systick: Rewrite to use ptimers | ||
53 | 68 | ||
54 | Philippe Mathieu-Daudé (10): | 69 | Philippe Mathieu-Daudé (10): |
55 | hw/arm/strongarm: Fix 'time to transmit a char' unit comment | ||
56 | hw/arm: Restrict APEI tables generation to the 'virt' machine | ||
57 | hw/timer/bcm2835: Introduce BCM2835_SYSTIMER_COUNT definition | ||
58 | hw/timer/bcm2835: Rename variable holding CTRL_STATUS register | ||
59 | hw/timer/bcm2835: Support the timer COMPARE registers | ||
60 | hw/arm/bcm2835_peripherals: Correctly wire the SYS_timer IRQs | ||
61 | hw/intc/bcm2835_ic: Trace GPU/CPU IRQ handlers | ||
62 | hw/intc/bcm2836_control: Use IRQ definitions instead of magic numbers | ||
63 | hw/arm/nseries: Fix loading kernel image on n8x0 machines | ||
64 | linux-user/elfload: Avoid leaking interp_name using GLib memory API | 70 | linux-user/elfload: Avoid leaking interp_name using GLib memory API |
71 | hw/arm/bcm2836: Restrict BCM283XInfo declaration to C source | ||
72 | hw/arm/bcm2836: QOM'ify more by adding class_init() to each SoC type | ||
73 | hw/arm/bcm2836: Introduce BCM283XClass::core_count | ||
74 | hw/arm/bcm2836: Only provide "enabled-cpus" property to multicore SoCs | ||
75 | hw/arm/bcm2836: Split out common realize() code | ||
76 | hw/arm/bcm2836: Introduce the BCM2835 SoC | ||
77 | hw/arm/raspi: Add the Raspberry Pi A+ machine | ||
78 | hw/arm/raspi: Add the Raspberry Pi Zero machine | ||
79 | hw/arm/raspi: Add the Raspberry Pi 3 model A+ | ||
65 | 80 | ||
66 | Richard Henderson (16): | 81 | Richard Henderson (11): |
67 | accel/tcg: Add tlb_flush_page_bits_by_mmuidx* | ||
68 | target/arm: Use tlb_flush_page_bits_by_mmuidx* | ||
69 | target/arm: Remove redundant mmu_idx lookup | ||
70 | target/arm: Fix reported EL for mte_check_fail | ||
71 | target/arm: Ignore HCR_EL2.ATA when {E2H,TGE} != 11 | ||
72 | linux-user/aarch64: Reset btype for signals | 82 | linux-user/aarch64: Reset btype for signals |
73 | linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTI | 83 | linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTI |
74 | include/elf: Add defines related to GNU property notes for AArch64 | 84 | include/elf: Add defines related to GNU property notes for AArch64 |
75 | linux-user/elfload: Fix coding style in load_elf_image | 85 | linux-user/elfload: Fix coding style in load_elf_image |
76 | linux-user/elfload: Adjust iteration over phdr | 86 | linux-user/elfload: Adjust iteration over phdr |
... | ... | ||
79 | linux-user/elfload: Use Error for load_elf_interp | 89 | linux-user/elfload: Use Error for load_elf_interp |
80 | linux-user/elfload: Parse NT_GNU_PROPERTY_TYPE_0 notes | 90 | linux-user/elfload: Parse NT_GNU_PROPERTY_TYPE_0 notes |
81 | linux-user/elfload: Parse GNU_PROPERTY_AARCH64_FEATURE_1_AND | 91 | linux-user/elfload: Parse GNU_PROPERTY_AARCH64_FEATURE_1_AND |
82 | tests/tcg/aarch64: Add bti smoke tests | 92 | tests/tcg/aarch64: Add bti smoke tests |
83 | 93 | ||
84 | docs/devel/loads-stores.rst | 8 +- | 94 | Shashi Mallela (2): |
85 | default-configs/devices/arm-softmmu.mak | 1 - | 95 | hw/watchdog: Implement SBSA watchdog device |
86 | include/elf.h | 22 ++ | 96 | hw/arm/sbsa-ref: add SBSA watchdog device |
87 | include/exec/cpu-all.h | 2 + | 97 | |
88 | include/exec/exec-all.h | 36 ++ | 98 | Thomas Huth (1): |
89 | include/hw/timer/bcm2835_systmr.h | 17 +- | 99 | hw/arm/highbank: Silence warnings about missing fallthrough statements |
90 | linux-user/qemu.h | 4 + | 100 | |
91 | linux-user/syscall_defs.h | 4 + | 101 | Zenghui Yu (1): |
92 | target/arm/cpu.h | 13 + | 102 | hw/arm/smmuv3: Set the restoration priority of the vSMMUv3 explicitly |
93 | target/arm/helper.h | 13 + | 103 | |
94 | target/arm/internals.h | 9 +- | 104 | docs/system/arm/nuvoton.rst | 6 +- |
95 | target/arm/m-nocp.decode | 10 +- | 105 | hw/usb/hcd-ehci.h | 1 + |
96 | target/arm/t32.decode | 50 ++- | 106 | include/elf.h | 22 + |
97 | accel/tcg/cputlb.c | 275 +++++++++++++++- | 107 | include/exec/cpu-all.h | 2 + |
98 | hw/arm/bcm2835_peripherals.c | 13 +- | 108 | include/hw/arm/bcm2835_peripherals.h | 5 +- |
99 | hw/arm/nseries.c | 1 + | 109 | include/hw/arm/bcm2836.h | 9 +- |
100 | hw/arm/strongarm.c | 2 +- | 110 | include/hw/arm/npcm7xx.h | 8 + |
101 | hw/i2c/microbit_i2c.c | 1 + | 111 | include/hw/arm/raspi_platform.h | 5 +- |
102 | hw/intc/bcm2835_ic.c | 4 +- | 112 | include/hw/char/pl011.h | 1 + |
103 | hw/intc/bcm2836_control.c | 8 +- | 113 | include/hw/clock.h | 5 + |
104 | hw/timer/bcm2835_systmr.c | 57 ++-- | 114 | include/hw/gpio/npcm7xx_gpio.h | 55 ++ |
105 | linux-user/aarch64/signal.c | 10 +- | 115 | include/hw/misc/bcm2835_cprman.h | 210 ++++++ |
106 | linux-user/elfload.c | 326 ++++++++++++++---- | 116 | include/hw/misc/bcm2835_cprman_internals.h | 1019 ++++++++++++++++++++++++++++ |
107 | linux-user/mmap.c | 16 + | 117 | include/hw/misc/npcm7xx_clk.h | 2 + |
108 | target/arm/cpu.c | 38 ++- | 118 | include/hw/misc/npcm7xx_rng.h | 34 + |
109 | target/arm/helper.c | 55 +++- | 119 | include/hw/timer/armv7m_systick.h | 3 +- |
110 | target/arm/mte_helper.c | 13 +- | 120 | include/hw/timer/npcm7xx_timer.h | 48 +- |
111 | target/arm/translate-a64.c | 6 +- | 121 | include/hw/watchdog/sbsa_gwdt.h | 79 +++ |
112 | target/arm/translate.c | 239 +++++++++++++- | 122 | linux-user/qemu.h | 4 + |
113 | target/arm/vfp_helper.c | 76 +++-- | 123 | linux-user/syscall_defs.h | 4 + |
114 | tests/qtest/npcm7xx_timer-test.c | 562 ++++++++++++++++++++++++++++++++ | 124 | target/arm/cpu.h | 5 + |
115 | tests/tcg/aarch64/bti-1.c | 62 ++++ | 125 | hw/arm/bcm2835_peripherals.c | 15 +- |
116 | tests/tcg/aarch64/bti-2.c | 108 ++++++ | 126 | hw/arm/bcm2836.c | 182 +++-- |
117 | tests/tcg/aarch64/bti-crt.inc.c | 51 +++ | 127 | hw/arm/highbank.c | 2 + |
118 | hw/arm/Kconfig | 1 + | 128 | hw/arm/npcm7xx.c | 126 +++- |
119 | hw/intc/trace-events | 4 + | 129 | hw/arm/raspi.c | 41 ++ |
120 | hw/timer/trace-events | 6 +- | 130 | hw/arm/sbsa-ref.c | 23 + |
121 | scripts/decodetree.py | 2 +- | 131 | hw/arm/smmuv3.c | 1 + |
122 | target/arm/translate-vfp.c.inc | 41 ++- | 132 | hw/arm/xlnx-versal-virt.c | 1 + |
123 | tests/qtest/meson.build | 1 + | 133 | hw/char/pl011.c | 45 ++ |
124 | tests/tcg/aarch64/Makefile.target | 10 + | 134 | hw/core/clock.c | 6 +- |
125 | tests/tcg/configure.sh | 4 + | 135 | hw/core/ptimer.c | 4 + |
126 | 42 files changed, 1973 insertions(+), 208 deletions(-) | 136 | hw/gpio/npcm7xx_gpio.c | 424 ++++++++++++ |
127 | create mode 100644 tests/qtest/npcm7xx_timer-test.c | 137 | hw/misc/bcm2835_cprman.c | 808 ++++++++++++++++++++++ |
138 | hw/misc/npcm7xx_clk.c | 28 + | ||
139 | hw/misc/npcm7xx_rng.c | 180 +++++ | ||
140 | hw/timer/armv7m_systick.c | 124 ++-- | ||
141 | hw/timer/npcm7xx_timer.c | 270 ++++++-- | ||
142 | hw/usb/hcd-ehci-sysbus.c | 19 + | ||
143 | hw/watchdog/sbsa_gwdt.c | 293 ++++++++ | ||
144 | linux-user/aarch64/signal.c | 10 +- | ||
145 | linux-user/elfload.c | 326 +++++++-- | ||
146 | linux-user/mmap.c | 16 + | ||
147 | target/arm/translate-a64.c | 6 +- | ||
148 | tests/qtest/npcm7xx_gpio-test.c | 385 +++++++++++ | ||
149 | tests/qtest/npcm7xx_rng-test.c | 278 ++++++++ | ||
150 | tests/qtest/npcm7xx_watchdog_timer-test.c | 319 +++++++++ | ||
151 | tests/tcg/aarch64/bti-1.c | 62 ++ | ||
152 | tests/tcg/aarch64/bti-2.c | 116 ++++ | ||
153 | tests/tcg/aarch64/bti-crt.inc.c | 51 ++ | ||
154 | MAINTAINERS | 1 + | ||
155 | hw/arm/Kconfig | 1 + | ||
156 | hw/arm/trace-events | 2 +- | ||
157 | hw/char/trace-events | 1 + | ||
158 | hw/core/trace-events | 4 +- | ||
159 | hw/gpio/meson.build | 1 + | ||
160 | hw/gpio/trace-events | 7 + | ||
161 | hw/misc/meson.build | 2 + | ||
162 | hw/misc/trace-events | 9 + | ||
163 | hw/watchdog/Kconfig | 3 + | ||
164 | hw/watchdog/meson.build | 1 + | ||
165 | tests/qtest/meson.build | 6 +- | ||
166 | tests/tcg/aarch64/Makefile.target | 10 + | ||
167 | tests/tcg/configure.sh | 4 + | ||
168 | 64 files changed, 5461 insertions(+), 279 deletions(-) | ||
169 | create mode 100644 include/hw/gpio/npcm7xx_gpio.h | ||
170 | create mode 100644 include/hw/misc/bcm2835_cprman.h | ||
171 | create mode 100644 include/hw/misc/bcm2835_cprman_internals.h | ||
172 | create mode 100644 include/hw/misc/npcm7xx_rng.h | ||
173 | create mode 100644 include/hw/watchdog/sbsa_gwdt.h | ||
174 | create mode 100644 hw/gpio/npcm7xx_gpio.c | ||
175 | create mode 100644 hw/misc/bcm2835_cprman.c | ||
176 | create mode 100644 hw/misc/npcm7xx_rng.c | ||
177 | create mode 100644 hw/watchdog/sbsa_gwdt.c | ||
178 | create mode 100644 tests/qtest/npcm7xx_gpio-test.c | ||
179 | create mode 100644 tests/qtest/npcm7xx_rng-test.c | ||
180 | create mode 100644 tests/qtest/npcm7xx_watchdog_timer-test.c | ||
128 | create mode 100644 tests/tcg/aarch64/bti-1.c | 181 | create mode 100644 tests/tcg/aarch64/bti-1.c |
129 | create mode 100644 tests/tcg/aarch64/bti-2.c | 182 | create mode 100644 tests/tcg/aarch64/bti-2.c |
130 | create mode 100644 tests/tcg/aarch64/bti-crt.inc.c | 183 | create mode 100644 tests/tcg/aarch64/bti-crt.inc.c |
131 | 184 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | The kernel sets btype for the signal handler as if for a call. | 3 | The kernel sets btype for the signal handler as if for a call. |
4 | 4 | ||
5 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 5 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
7 | Message-id: 20201016184207.786698-2-richard.henderson@linaro.org | 7 | Message-id: 20201021173749.111103-2-richard.henderson@linaro.org |
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
9 | --- | 9 | --- |
10 | linux-user/aarch64/signal.c | 10 ++++++++-- | 10 | linux-user/aarch64/signal.c | 10 ++++++++-- |
11 | 1 file changed, 8 insertions(+), 2 deletions(-) | 11 | 1 file changed, 8 insertions(+), 2 deletions(-) |
12 | 12 | ||
... | ... | diff view generated by jsdifflib |
... | ... | ||
---|---|---|---|
3 | Transform the prot bit to a qemu internal page bit, and save | 3 | Transform the prot bit to a qemu internal page bit, and save |
4 | it in the page tables. | 4 | it in the page tables. |
5 | 5 | ||
6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
8 | Message-id: 20201016184207.786698-3-richard.henderson@linaro.org | 8 | Message-id: 20201021173749.111103-3-richard.henderson@linaro.org |
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | --- | 10 | --- |
11 | include/exec/cpu-all.h | 2 ++ | 11 | include/exec/cpu-all.h | 2 ++ |
12 | linux-user/syscall_defs.h | 4 ++++ | 12 | linux-user/syscall_defs.h | 4 ++++ |
13 | target/arm/cpu.h | 5 +++++ | 13 | target/arm/cpu.h | 5 +++++ |
... | ... | diff view generated by jsdifflib |
... | ... | ||
---|---|---|---|
5 | Other missing defines related to other GNU program headers | 5 | Other missing defines related to other GNU program headers |
6 | and notes are elided for now. | 6 | and notes are elided for now. |
7 | 7 | ||
8 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
9 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 9 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
10 | Message-id: 20201016184207.786698-4-richard.henderson@linaro.org | 10 | Message-id: 20201021173749.111103-4-richard.henderson@linaro.org |
11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
12 | --- | 12 | --- |
13 | include/elf.h | 22 ++++++++++++++++++++++ | 13 | include/elf.h | 22 ++++++++++++++++++++++ |
14 | 1 file changed, 22 insertions(+) | 14 | 1 file changed, 22 insertions(+) |
15 | 15 | ||
... | ... | diff view generated by jsdifflib |
... | ... | ||
---|---|---|---|
3 | Fix an unlikely memory leak in load_elf_image(). | 3 | Fix an unlikely memory leak in load_elf_image(). |
4 | 4 | ||
5 | Fixes: bf858897b7 ("linux-user: Re-use load_elf_image for the main binary.") | 5 | Fixes: bf858897b7 ("linux-user: Re-use load_elf_image for the main binary.") |
6 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 6 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
8 | Message-id: 20201016184207.786698-5-richard.henderson@linaro.org | 8 | Message-id: 20201021173749.111103-5-richard.henderson@linaro.org |
9 | Message-Id: <20201003174944.1972444-1-f4bug@amsat.org> | 9 | Message-Id: <20201003174944.1972444-1-f4bug@amsat.org> |
10 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 10 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
11 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 11 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
13 | --- | 13 | --- |
... | ... | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Fixing this now will clarify following patches. | 3 | Fixing this now will clarify following patches. |
4 | 4 | ||
5 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 5 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
6 | Message-id: 20201021173749.111103-6-richard.henderson@linaro.org | ||
6 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 7 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
7 | Message-id: 20201016184207.786698-6-richard.henderson@linaro.org | ||
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
9 | --- | 9 | --- |
10 | linux-user/elfload.c | 12 +++++++++--- | 10 | linux-user/elfload.c | 12 +++++++++--- |
11 | 1 file changed, 9 insertions(+), 3 deletions(-) | 11 | 1 file changed, 9 insertions(+), 3 deletions(-) |
12 | 12 | ||
... | ... | diff view generated by jsdifflib |
... | ... | ||
---|---|---|---|
3 | The second loop uses a loop induction variable, and the first | 3 | The second loop uses a loop induction variable, and the first |
4 | does not. Transform the first to match the second, to simplify | 4 | does not. Transform the first to match the second, to simplify |
5 | a following patch moving code between them. | 5 | a following patch moving code between them. |
6 | 6 | ||
7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
8 | Message-id: 20201021173749.111103-7-richard.henderson@linaro.org | ||
8 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 9 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
9 | Message-id: 20201016184207.786698-7-richard.henderson@linaro.org | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | --- | 11 | --- |
12 | linux-user/elfload.c | 9 +++++---- | 12 | linux-user/elfload.c | 9 +++++---- |
13 | 1 file changed, 5 insertions(+), 4 deletions(-) | 13 | 1 file changed, 5 insertions(+), 4 deletions(-) |
14 | 14 | ||
... | ... | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | For BTI, we need to know if the executable is static or dynamic, | 3 | For BTI, we need to know if the executable is static or dynamic, |
4 | which means looking for PT_INTERP earlier. | 4 | which means looking for PT_INTERP earlier. |
5 | 5 | ||
6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
7 | Message-id: 20201016184207.786698-8-richard.henderson@linaro.org | 7 | Message-id: 20201021173749.111103-8-richard.henderson@linaro.org |
8 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | --- | 10 | --- |
11 | linux-user/elfload.c | 60 +++++++++++++++++++++++--------------------- | 11 | linux-user/elfload.c | 60 +++++++++++++++++++++++--------------------- |
12 | 1 file changed, 31 insertions(+), 29 deletions(-) | 12 | 1 file changed, 31 insertions(+), 29 deletions(-) |
... | ... | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | This is a bit clearer than open-coding some of this | 3 | This is a bit clearer than open-coding some of this |
4 | with a bare c string. | 4 | with a bare c string. |
5 | 5 | ||
6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
7 | Message-id: 20201021173749.111103-9-richard.henderson@linaro.org | ||
7 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 8 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
8 | Message-id: 20201016184207.786698-9-richard.henderson@linaro.org | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | --- | 10 | --- |
11 | linux-user/elfload.c | 37 ++++++++++++++++++++----------------- | 11 | linux-user/elfload.c | 37 ++++++++++++++++++++----------------- |
12 | 1 file changed, 20 insertions(+), 17 deletions(-) | 12 | 1 file changed, 20 insertions(+), 17 deletions(-) |
13 | 13 | ||
... | ... | diff view generated by jsdifflib |
... | ... | ||
---|---|---|---|
3 | This is slightly clearer than just using strerror, though | 3 | This is slightly clearer than just using strerror, though |
4 | the different forms produced by error_setg_file_open and | 4 | the different forms produced by error_setg_file_open and |
5 | error_setg_errno isn't entirely convenient. | 5 | error_setg_errno isn't entirely convenient. |
6 | 6 | ||
7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
8 | Message-id: 20201021173749.111103-10-richard.henderson@linaro.org | ||
8 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 9 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
9 | Message-id: 20201016184207.786698-10-richard.henderson@linaro.org | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | --- | 11 | --- |
12 | linux-user/elfload.c | 15 ++++++++------- | 12 | linux-user/elfload.c | 15 ++++++++------- |
13 | 1 file changed, 8 insertions(+), 7 deletions(-) | 13 | 1 file changed, 8 insertions(+), 7 deletions(-) |
14 | 14 | ||
... | ... | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | This is generic support, with the code disabled for all targets. | 3 | This is generic support, with the code disabled for all targets. |
4 | 4 | ||
5 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 5 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
6 | Message-id: 20201016184207.786698-11-richard.henderson@linaro.org | 6 | Message-id: 20201021173749.111103-11-richard.henderson@linaro.org |
7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
9 | --- | 9 | --- |
10 | linux-user/qemu.h | 4 ++ | 10 | linux-user/qemu.h | 4 ++ |
11 | linux-user/elfload.c | 157 +++++++++++++++++++++++++++++++++++++++++++ | 11 | linux-user/elfload.c | 157 +++++++++++++++++++++++++++++++++++++++++++ |
... | ... | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Use the new generic support for NT_GNU_PROPERTY_TYPE_0. | 3 | Use the new generic support for NT_GNU_PROPERTY_TYPE_0. |
4 | 4 | ||
5 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 5 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
6 | Message-id: 20201016184207.786698-12-richard.henderson@linaro.org | 6 | Message-id: 20201021173749.111103-12-richard.henderson@linaro.org |
7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
9 | --- | 9 | --- |
10 | linux-user/elfload.c | 48 ++++++++++++++++++++++++++++++++++++++++++-- | 10 | linux-user/elfload.c | 48 ++++++++++++++++++++++++++++++++++++++++++-- |
11 | 1 file changed, 46 insertions(+), 2 deletions(-) | 11 | 1 file changed, 46 insertions(+), 2 deletions(-) |
... | ... | diff view generated by jsdifflib |
... | ... | ||
---|---|---|---|
4 | The mmap test uses PROT_BTI and does not require special compiler support. | 4 | The mmap test uses PROT_BTI and does not require special compiler support. |
5 | 5 | ||
6 | Acked-by: Alex Bennée <alex.bennee@linaro.org> | 6 | Acked-by: Alex Bennée <alex.bennee@linaro.org> |
7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
8 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 8 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
9 | Message-id: 20201016184207.786698-13-richard.henderson@linaro.org | 9 | Message-id: 20201021173749.111103-13-richard.henderson@linaro.org |
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | --- | 11 | --- |
12 | tests/tcg/aarch64/bti-1.c | 62 +++++++++++++++++ | 12 | tests/tcg/aarch64/bti-1.c | 62 ++++++++++++++++ |
13 | tests/tcg/aarch64/bti-2.c | 108 ++++++++++++++++++++++++++++++ | 13 | tests/tcg/aarch64/bti-2.c | 116 ++++++++++++++++++++++++++++++ |
14 | tests/tcg/aarch64/bti-crt.inc.c | 51 ++++++++++++++ | 14 | tests/tcg/aarch64/bti-crt.inc.c | 51 +++++++++++++ |
15 | tests/tcg/aarch64/Makefile.target | 10 +++ | 15 | tests/tcg/aarch64/Makefile.target | 10 +++ |
16 | tests/tcg/configure.sh | 4 ++ | 16 | tests/tcg/configure.sh | 4 ++ |
17 | 5 files changed, 235 insertions(+) | 17 | 5 files changed, 243 insertions(+) |
18 | create mode 100644 tests/tcg/aarch64/bti-1.c | 18 | create mode 100644 tests/tcg/aarch64/bti-1.c |
19 | create mode 100644 tests/tcg/aarch64/bti-2.c | 19 | create mode 100644 tests/tcg/aarch64/bti-2.c |
20 | create mode 100644 tests/tcg/aarch64/bti-crt.inc.c | 20 | create mode 100644 tests/tcg/aarch64/bti-crt.inc.c |
21 | 21 | ||
22 | diff --git a/tests/tcg/aarch64/bti-1.c b/tests/tcg/aarch64/bti-1.c | 22 | diff --git a/tests/tcg/aarch64/bti-1.c b/tests/tcg/aarch64/bti-1.c |
... | ... | ||
146 | + ".if " #EXPECT "\n\t" \ | 146 | + ".if " #EXPECT "\n\t" \ |
147 | + "eor x1, x1," #EXPECT "\n" \ | 147 | + "eor x1, x1," #EXPECT "\n" \ |
148 | + ".endif\n\t" \ | 148 | + ".endif\n\t" \ |
149 | + "add x0, x0, x1\n\t" | 149 | + "add x0, x0, x1\n\t" |
150 | + | 150 | + |
151 | +extern char test_begin[], test_end[]; | ||
152 | + | ||
153 | +asm("\n" | 151 | +asm("\n" |
154 | +"test_begin:\n\t" | 152 | +"test_begin:\n\t" |
155 | + BTI_C "\n\t" | 153 | + BTI_C "\n\t" |
156 | + "mov x2, x30\n\t" | 154 | + "mov x2, x30\n\t" |
157 | + "mov x0, #0\n\t" | 155 | + "mov x0, #0\n\t" |
... | ... | ||
179 | +); | 177 | +); |
180 | + | 178 | + |
181 | +int main() | 179 | +int main() |
182 | +{ | 180 | +{ |
183 | + struct sigaction sa; | 181 | + struct sigaction sa; |
182 | + void *tb, *te; | ||
184 | + | 183 | + |
185 | + void *p = mmap(0, getpagesize(), | 184 | + void *p = mmap(0, getpagesize(), |
186 | + PROT_EXEC | PROT_READ | PROT_WRITE | PROT_BTI, | 185 | + PROT_EXEC | PROT_READ | PROT_WRITE | PROT_BTI, |
187 | + MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); | 186 | + MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); |
188 | + if (p == MAP_FAILED) { | 187 | + if (p == MAP_FAILED) { |
... | ... | ||
196 | + if (sigaction(SIGILL, &sa, NULL) < 0) { | 195 | + if (sigaction(SIGILL, &sa, NULL) < 0) { |
197 | + perror("sigaction"); | 196 | + perror("sigaction"); |
198 | + return 1; | 197 | + return 1; |
199 | + } | 198 | + } |
200 | + | 199 | + |
201 | + memcpy(p, test_begin, test_end - test_begin); | 200 | + /* |
201 | + * ??? With "extern char test_begin[]", some compiler versions | ||
202 | + * will use :got references, and some linker versions will | ||
203 | + * resolve this reference to a static symbol incorrectly. | ||
204 | + * Bypass this error by using a pc-relative reference directly. | ||
205 | + */ | ||
206 | + asm("adr %0, test_begin; adr %1, test_end" : "=r"(tb), "=r"(te)); | ||
207 | + | ||
208 | + memcpy(p, tb, te - tb); | ||
209 | + | ||
202 | + return ((int (*)(void))p)(); | 210 | + return ((int (*)(void))p)(); |
203 | +} | 211 | +} |
204 | diff --git a/tests/tcg/aarch64/bti-crt.inc.c b/tests/tcg/aarch64/bti-crt.inc.c | 212 | diff --git a/tests/tcg/aarch64/bti-crt.inc.c b/tests/tcg/aarch64/bti-crt.inc.c |
205 | new file mode 100644 | 213 | new file mode 100644 |
206 | index XXXXXXX..XXXXXXX | 214 | index XXXXXXX..XXXXXXX |
... | ... | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | From: Thomas Huth <thuth@redhat.com> | ||
1 | 2 | ||
3 | When compiling with -Werror=implicit-fallthrough, gcc complains about | ||
4 | missing fallthrough annotations in this file. Looking at the code, | ||
5 | the fallthrough is very likely intended here, so add some comments | ||
6 | to silence the compiler warnings. | ||
7 | |||
8 | Signed-off-by: Thomas Huth <thuth@redhat.com> | ||
9 | Message-id: 20201020105938.23209-1-thuth@redhat.com | ||
10 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
12 | --- | ||
13 | hw/arm/highbank.c | 2 ++ | ||
14 | 1 file changed, 2 insertions(+) | ||
15 | |||
16 | diff --git a/hw/arm/highbank.c b/hw/arm/highbank.c | ||
17 | index XXXXXXX..XXXXXXX 100644 | ||
18 | --- a/hw/arm/highbank.c | ||
19 | +++ b/hw/arm/highbank.c | ||
20 | @@ -XXX,XX +XXX,XX @@ static void hb_reset_secondary(ARMCPU *cpu, const struct arm_boot_info *info) | ||
21 | address_space_stl_notdirty(&address_space_memory, | ||
22 | SMP_BOOT_REG + 0x30, 0, | ||
23 | MEMTXATTRS_UNSPECIFIED, NULL); | ||
24 | + /* fallthrough */ | ||
25 | case 3: | ||
26 | address_space_stl_notdirty(&address_space_memory, | ||
27 | SMP_BOOT_REG + 0x20, 0, | ||
28 | MEMTXATTRS_UNSPECIFIED, NULL); | ||
29 | + /* fallthrough */ | ||
30 | case 2: | ||
31 | address_space_stl_notdirty(&address_space_memory, | ||
32 | SMP_BOOT_REG + 0x10, 0, | ||
33 | -- | ||
34 | 2.20.1 | ||
35 | |||
36 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | From: Pavel Dovgalyuk <pavel.dovgalyuk@ispras.ru> | ||
1 | 2 | ||
3 | This patch sets min_cpus field for xlnx-versal-virt platform, | ||
4 | because it always creates XLNX_VERSAL_NR_ACPUS cpus even with | ||
5 | -smp 1 command line option. | ||
6 | |||
7 | Signed-off-by: Pavel Dovgalyuk <pavel.dovgalyuk@ispras.ru> | ||
8 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
9 | Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> | ||
10 | Message-id: 160343854912.8460.17915238517799132371.stgit@pasha-ThinkPad-X280 | ||
11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
12 | --- | ||
13 | hw/arm/xlnx-versal-virt.c | 1 + | ||
14 | 1 file changed, 1 insertion(+) | ||
15 | |||
16 | diff --git a/hw/arm/xlnx-versal-virt.c b/hw/arm/xlnx-versal-virt.c | ||
17 | index XXXXXXX..XXXXXXX 100644 | ||
18 | --- a/hw/arm/xlnx-versal-virt.c | ||
19 | +++ b/hw/arm/xlnx-versal-virt.c | ||
20 | @@ -XXX,XX +XXX,XX @@ static void versal_virt_machine_class_init(ObjectClass *oc, void *data) | ||
21 | |||
22 | mc->desc = "Xilinx Versal Virtual development board"; | ||
23 | mc->init = versal_virt_init; | ||
24 | + mc->min_cpus = XLNX_VERSAL_NR_ACPUS; | ||
25 | mc->max_cpus = XLNX_VERSAL_NR_ACPUS; | ||
26 | mc->default_cpus = XLNX_VERSAL_NR_ACPUS; | ||
27 | mc->no_cdrom = true; | ||
28 | -- | ||
29 | 2.20.1 | ||
30 | |||
31 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | From: Havard Skinnemoen <hskinnemoen@google.com> | ||
1 | 2 | ||
3 | This allows us to reuse npcm7xx_timer_pause for the watchdog timer. | ||
4 | |||
5 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
6 | Signed-off-by: Havard Skinnemoen <hskinnemoen@google.com> | ||
7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
8 | --- | ||
9 | hw/timer/npcm7xx_timer.c | 6 +++--- | ||
10 | 1 file changed, 3 insertions(+), 3 deletions(-) | ||
11 | |||
12 | diff --git a/hw/timer/npcm7xx_timer.c b/hw/timer/npcm7xx_timer.c | ||
13 | index XXXXXXX..XXXXXXX 100644 | ||
14 | --- a/hw/timer/npcm7xx_timer.c | ||
15 | +++ b/hw/timer/npcm7xx_timer.c | ||
16 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_timer_pause(NPCM7xxTimer *t) | ||
17 | timer_del(&t->qtimer); | ||
18 | now = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); | ||
19 | t->remaining_ns = t->expires_ns - now; | ||
20 | - if (t->remaining_ns <= 0) { | ||
21 | - npcm7xx_timer_reached_zero(t); | ||
22 | - } | ||
23 | } | ||
24 | |||
25 | /* | ||
26 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_timer_write_tcsr(NPCM7xxTimer *t, uint32_t new_tcsr) | ||
27 | } else { | ||
28 | t->tcsr &= ~NPCM7XX_TCSR_CACT; | ||
29 | npcm7xx_timer_pause(t); | ||
30 | + if (t->remaining_ns <= 0) { | ||
31 | + npcm7xx_timer_reached_zero(t); | ||
32 | + } | ||
33 | } | ||
34 | } | ||
35 | } | ||
36 | -- | ||
37 | 2.20.1 | ||
38 | |||
39 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Hao Wu <wuhaotsh@google.com> |
---|---|---|---|
2 | 2 | ||
3 | On ARM, the Top Byte Ignore feature means that only 56 bits of | 3 | The watchdog is part of NPCM7XX's timer module. Its behavior is |
4 | the address are significant in the virtual address. We are | 4 | controlled by the WTCR register in the timer. |
5 | required to give the entire 64-bit address to FAR_ELx on fault, | ||
6 | which means that we do not "clean" the top byte early in TCG. | ||
7 | 5 | ||
8 | This new interface allows us to flush all 256 possible aliases | 6 | When enabled, the watchdog issues an interrupt signal after a pre-set |
9 | for a given page, currently missed by tlb_flush_page*. | 7 | amount of cycles, and issues a reset signal shortly after that. |
10 | 8 | ||
11 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 9 | Reviewed-by: Tyrone Ting <kfting@nuvoton.com> |
12 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 10 | Signed-off-by: Hao Wu <wuhaotsh@google.com> |
11 | Signed-off-by: Havard Skinnemoen <hskinnemoen@google.com> | ||
13 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 12 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
14 | Message-id: 20201016210754.818257-2-richard.henderson@linaro.org | 13 | [PMM: deleted blank line at end of npcm_watchdog_timer-test.c] |
15 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 14 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
16 | --- | 15 | --- |
17 | include/exec/exec-all.h | 36 ++++++ | 16 | include/hw/misc/npcm7xx_clk.h | 2 + |
18 | accel/tcg/cputlb.c | 275 ++++++++++++++++++++++++++++++++++++++-- | 17 | include/hw/timer/npcm7xx_timer.h | 48 +++- |
19 | 2 files changed, 302 insertions(+), 9 deletions(-) | 18 | hw/arm/npcm7xx.c | 12 + |
19 | hw/misc/npcm7xx_clk.c | 28 ++ | ||
20 | hw/timer/npcm7xx_timer.c | 266 ++++++++++++++---- | ||
21 | tests/qtest/npcm7xx_watchdog_timer-test.c | 319 ++++++++++++++++++++++ | ||
22 | MAINTAINERS | 1 + | ||
23 | tests/qtest/meson.build | 2 +- | ||
24 | 8 files changed, 624 insertions(+), 54 deletions(-) | ||
25 | create mode 100644 tests/qtest/npcm7xx_watchdog_timer-test.c | ||
20 | 26 | ||
21 | diff --git a/include/exec/exec-all.h b/include/exec/exec-all.h | 27 | diff --git a/include/hw/misc/npcm7xx_clk.h b/include/hw/misc/npcm7xx_clk.h |
22 | index XXXXXXX..XXXXXXX 100644 | 28 | index XXXXXXX..XXXXXXX 100644 |
23 | --- a/include/exec/exec-all.h | 29 | --- a/include/hw/misc/npcm7xx_clk.h |
24 | +++ b/include/exec/exec-all.h | 30 | +++ b/include/hw/misc/npcm7xx_clk.h |
25 | @@ -XXX,XX +XXX,XX @@ void tlb_flush_by_mmuidx_all_cpus(CPUState *cpu, uint16_t idxmap); | 31 | @@ -XXX,XX +XXX,XX @@ |
26 | * depend on when the guests translation ends the TB. | ||
27 | */ | 32 | */ |
28 | void tlb_flush_by_mmuidx_all_cpus_synced(CPUState *cpu, uint16_t idxmap); | 33 | #define NPCM7XX_CLK_NR_REGS (0x70 / sizeof(uint32_t)) |
34 | |||
35 | +#define NPCM7XX_WATCHDOG_RESET_GPIO_IN "npcm7xx-clk-watchdog-reset-gpio-in" | ||
36 | + | ||
37 | typedef struct NPCM7xxCLKState { | ||
38 | SysBusDevice parent; | ||
39 | |||
40 | diff --git a/include/hw/timer/npcm7xx_timer.h b/include/hw/timer/npcm7xx_timer.h | ||
41 | index XXXXXXX..XXXXXXX 100644 | ||
42 | --- a/include/hw/timer/npcm7xx_timer.h | ||
43 | +++ b/include/hw/timer/npcm7xx_timer.h | ||
44 | @@ -XXX,XX +XXX,XX @@ | ||
45 | */ | ||
46 | #define NPCM7XX_TIMER_NR_REGS (0x54 / sizeof(uint32_t)) | ||
47 | |||
48 | +/* The basic watchdog timer period is 2^14 clock cycles. */ | ||
49 | +#define NPCM7XX_WATCHDOG_BASETIME_SHIFT 14 | ||
50 | + | ||
51 | +#define NPCM7XX_WATCHDOG_RESET_GPIO_OUT "npcm7xx-clk-watchdog-reset-gpio-out" | ||
52 | + | ||
53 | typedef struct NPCM7xxTimerCtrlState NPCM7xxTimerCtrlState; | ||
54 | |||
55 | /** | ||
56 | - * struct NPCM7xxTimer - Individual timer state. | ||
57 | - * @irq: GIC interrupt line to fire on expiration (if enabled). | ||
58 | + * struct NPCM7xxBaseTimer - Basic functionality that both regular timer and | ||
59 | + * watchdog timer use. | ||
60 | * @qtimer: QEMU timer that notifies us on expiration. | ||
61 | * @expires_ns: Absolute virtual expiration time. | ||
62 | * @remaining_ns: Remaining time until expiration if timer is paused. | ||
63 | + */ | ||
64 | +typedef struct NPCM7xxBaseTimer { | ||
65 | + QEMUTimer qtimer; | ||
66 | + int64_t expires_ns; | ||
67 | + int64_t remaining_ns; | ||
68 | +} NPCM7xxBaseTimer; | ||
29 | + | 69 | + |
30 | +/** | 70 | +/** |
31 | + * tlb_flush_page_bits_by_mmuidx | 71 | + * struct NPCM7xxTimer - Individual timer state. |
32 | + * @cpu: CPU whose TLB should be flushed | 72 | + * @ctrl: The timer module that owns this timer. |
33 | + * @addr: virtual address of page to be flushed | 73 | + * @irq: GIC interrupt line to fire on expiration (if enabled). |
34 | + * @idxmap: bitmap of mmu indexes to flush | 74 | + * @base_timer: The basic timer functionality for this timer. |
35 | + * @bits: number of significant bits in address | 75 | * @tcsr: The Timer Control and Status Register. |
36 | + * | 76 | * @ticr: The Timer Initial Count Register. |
37 | + * Similar to tlb_flush_page_mask, but with a bitmap of indexes. | 77 | */ |
78 | @@ -XXX,XX +XXX,XX @@ typedef struct NPCM7xxTimer { | ||
79 | NPCM7xxTimerCtrlState *ctrl; | ||
80 | |||
81 | qemu_irq irq; | ||
82 | - QEMUTimer qtimer; | ||
83 | - int64_t expires_ns; | ||
84 | - int64_t remaining_ns; | ||
85 | + NPCM7xxBaseTimer base_timer; | ||
86 | |||
87 | uint32_t tcsr; | ||
88 | uint32_t ticr; | ||
89 | } NPCM7xxTimer; | ||
90 | |||
91 | +/** | ||
92 | + * struct NPCM7xxWatchdogTimer - The watchdog timer state. | ||
93 | + * @ctrl: The timer module that owns this timer. | ||
94 | + * @irq: GIC interrupt line to fire on expiration (if enabled). | ||
95 | + * @reset_signal: The GPIO used to send a reset signal. | ||
96 | + * @base_timer: The basic timer functionality for this timer. | ||
97 | + * @wtcr: The Watchdog Timer Control Register. | ||
38 | + */ | 98 | + */ |
39 | +void tlb_flush_page_bits_by_mmuidx(CPUState *cpu, target_ulong addr, | 99 | +typedef struct NPCM7xxWatchdogTimer { |
40 | + uint16_t idxmap, unsigned bits); | 100 | + NPCM7xxTimerCtrlState *ctrl; |
41 | + | 101 | + |
42 | +/* Similarly, with broadcast and syncing. */ | 102 | + qemu_irq irq; |
43 | +void tlb_flush_page_bits_by_mmuidx_all_cpus(CPUState *cpu, target_ulong addr, | 103 | + qemu_irq reset_signal; |
44 | + uint16_t idxmap, unsigned bits); | 104 | + NPCM7xxBaseTimer base_timer; |
45 | +void tlb_flush_page_bits_by_mmuidx_all_cpus_synced | 105 | + |
46 | + (CPUState *cpu, target_ulong addr, uint16_t idxmap, unsigned bits); | 106 | + uint32_t wtcr; |
107 | +} NPCM7xxWatchdogTimer; | ||
47 | + | 108 | + |
48 | /** | 109 | /** |
49 | * tlb_set_page_with_attrs: | 110 | * struct NPCM7xxTimerCtrlState - Timer Module device state. |
50 | * @cpu: CPU to add this TLB entry for | 111 | * @parent: System bus device. |
51 | @@ -XXX,XX +XXX,XX @@ static inline void tlb_flush_by_mmuidx_all_cpus_synced(CPUState *cpu, | 112 | * @iomem: Memory region through which registers are accessed. |
52 | uint16_t idxmap) | 113 | + * @index: The index of this timer module. |
114 | * @tisr: The Timer Interrupt Status Register. | ||
115 | - * @wtcr: The Watchdog Timer Control Register. | ||
116 | * @timer: The five individual timers managed by this module. | ||
117 | + * @watchdog_timer: The watchdog timer managed by this module. | ||
118 | */ | ||
119 | struct NPCM7xxTimerCtrlState { | ||
120 | SysBusDevice parent; | ||
121 | @@ -XXX,XX +XXX,XX @@ struct NPCM7xxTimerCtrlState { | ||
122 | MemoryRegion iomem; | ||
123 | |||
124 | uint32_t tisr; | ||
125 | - uint32_t wtcr; | ||
126 | |||
127 | NPCM7xxTimer timer[NPCM7XX_TIMERS_PER_CTRL]; | ||
128 | + NPCM7xxWatchdogTimer watchdog_timer; | ||
129 | }; | ||
130 | |||
131 | #define TYPE_NPCM7XX_TIMER "npcm7xx-timer" | ||
132 | diff --git a/hw/arm/npcm7xx.c b/hw/arm/npcm7xx.c | ||
133 | index XXXXXXX..XXXXXXX 100644 | ||
134 | --- a/hw/arm/npcm7xx.c | ||
135 | +++ b/hw/arm/npcm7xx.c | ||
136 | @@ -XXX,XX +XXX,XX @@ enum NPCM7xxInterrupt { | ||
137 | NPCM7XX_TIMER12_IRQ, | ||
138 | NPCM7XX_TIMER13_IRQ, | ||
139 | NPCM7XX_TIMER14_IRQ, | ||
140 | + NPCM7XX_WDG0_IRQ = 47, /* Timer Module 0 Watchdog */ | ||
141 | + NPCM7XX_WDG1_IRQ, /* Timer Module 1 Watchdog */ | ||
142 | + NPCM7XX_WDG2_IRQ, /* Timer Module 2 Watchdog */ | ||
143 | }; | ||
144 | |||
145 | /* Total number of GIC interrupts, including internal Cortex-A9 interrupts. */ | ||
146 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_realize(DeviceState *dev, Error **errp) | ||
147 | qemu_irq irq = npcm7xx_irq(s, first_irq + j); | ||
148 | sysbus_connect_irq(sbd, j, irq); | ||
149 | } | ||
150 | + | ||
151 | + /* IRQ for watchdogs */ | ||
152 | + sysbus_connect_irq(sbd, NPCM7XX_TIMERS_PER_CTRL, | ||
153 | + npcm7xx_irq(s, NPCM7XX_WDG0_IRQ + i)); | ||
154 | + /* GPIO that connects clk module with watchdog */ | ||
155 | + qdev_connect_gpio_out_named(DEVICE(&s->tim[i]), | ||
156 | + NPCM7XX_WATCHDOG_RESET_GPIO_OUT, 0, | ||
157 | + qdev_get_gpio_in_named(DEVICE(&s->clk), | ||
158 | + NPCM7XX_WATCHDOG_RESET_GPIO_IN, i)); | ||
159 | } | ||
160 | |||
161 | /* UART0..3 (16550 compatible) */ | ||
162 | diff --git a/hw/misc/npcm7xx_clk.c b/hw/misc/npcm7xx_clk.c | ||
163 | index XXXXXXX..XXXXXXX 100644 | ||
164 | --- a/hw/misc/npcm7xx_clk.c | ||
165 | +++ b/hw/misc/npcm7xx_clk.c | ||
166 | @@ -XXX,XX +XXX,XX @@ | ||
167 | #include "qemu/osdep.h" | ||
168 | |||
169 | #include "hw/misc/npcm7xx_clk.h" | ||
170 | +#include "hw/timer/npcm7xx_timer.h" | ||
171 | #include "migration/vmstate.h" | ||
172 | #include "qemu/error-report.h" | ||
173 | #include "qemu/log.h" | ||
174 | @@ -XXX,XX +XXX,XX @@ | ||
175 | #include "qemu/timer.h" | ||
176 | #include "qemu/units.h" | ||
177 | #include "trace.h" | ||
178 | +#include "sysemu/watchdog.h" | ||
179 | |||
180 | #define PLLCON_LOKI BIT(31) | ||
181 | #define PLLCON_LOKS BIT(30) | ||
182 | @@ -XXX,XX +XXX,XX @@ static const uint32_t cold_reset_values[NPCM7XX_CLK_NR_REGS] = { | ||
183 | [NPCM7XX_CLK_AHBCKFI] = 0x000000c8, | ||
184 | }; | ||
185 | |||
186 | +/* Register Field Definitions */ | ||
187 | +#define NPCM7XX_CLK_WDRCR_CA9C BIT(0) /* Cortex A9 Cores */ | ||
188 | + | ||
189 | +/* The number of watchdogs that can trigger a reset. */ | ||
190 | +#define NPCM7XX_NR_WATCHDOGS (3) | ||
191 | + | ||
192 | static uint64_t npcm7xx_clk_read(void *opaque, hwaddr offset, unsigned size) | ||
53 | { | 193 | { |
194 | uint32_t reg = offset / sizeof(uint32_t); | ||
195 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_clk_write(void *opaque, hwaddr offset, | ||
196 | s->regs[reg] = value; | ||
54 | } | 197 | } |
55 | +static inline void tlb_flush_page_bits_by_mmuidx(CPUState *cpu, | 198 | |
56 | + target_ulong addr, | 199 | +/* Perform reset action triggered by a watchdog */ |
57 | + uint16_t idxmap, | 200 | +static void npcm7xx_clk_perform_watchdog_reset(void *opaque, int n, |
58 | + unsigned bits) | 201 | + int level) |
59 | +{ | 202 | +{ |
60 | +} | 203 | + NPCM7xxCLKState *clk = NPCM7XX_CLK(opaque); |
61 | +static inline void tlb_flush_page_bits_by_mmuidx_all_cpus(CPUState *cpu, | 204 | + uint32_t rcr; |
62 | + target_ulong addr, | 205 | + |
63 | + uint16_t idxmap, | 206 | + g_assert(n >= 0 && n <= NPCM7XX_NR_WATCHDOGS); |
64 | + unsigned bits) | 207 | + rcr = clk->regs[NPCM7XX_CLK_WD0RCR + n]; |
65 | +{ | 208 | + if (rcr & NPCM7XX_CLK_WDRCR_CA9C) { |
66 | +} | 209 | + watchdog_perform_action(); |
67 | +static inline void | 210 | + } else { |
68 | +tlb_flush_page_bits_by_mmuidx_all_cpus_synced(CPUState *cpu, target_ulong addr, | 211 | + qemu_log_mask(LOG_UNIMP, |
69 | + uint16_t idxmap, unsigned bits) | 212 | + "%s: only CPU reset is implemented. (requested 0x%" PRIx32")\n", |
70 | +{ | 213 | + __func__, rcr); |
71 | +} | 214 | + } |
72 | #endif | 215 | +} |
73 | /** | 216 | + |
74 | * probe_access: | 217 | static const struct MemoryRegionOps npcm7xx_clk_ops = { |
75 | diff --git a/accel/tcg/cputlb.c b/accel/tcg/cputlb.c | 218 | .read = npcm7xx_clk_read, |
219 | .write = npcm7xx_clk_write, | ||
220 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_clk_init(Object *obj) | ||
221 | memory_region_init_io(&s->iomem, obj, &npcm7xx_clk_ops, s, | ||
222 | TYPE_NPCM7XX_CLK, 4 * KiB); | ||
223 | sysbus_init_mmio(&s->parent, &s->iomem); | ||
224 | + qdev_init_gpio_in_named(DEVICE(s), npcm7xx_clk_perform_watchdog_reset, | ||
225 | + NPCM7XX_WATCHDOG_RESET_GPIO_IN, NPCM7XX_NR_WATCHDOGS); | ||
226 | } | ||
227 | |||
228 | static const VMStateDescription vmstate_npcm7xx_clk = { | ||
229 | diff --git a/hw/timer/npcm7xx_timer.c b/hw/timer/npcm7xx_timer.c | ||
76 | index XXXXXXX..XXXXXXX 100644 | 230 | index XXXXXXX..XXXXXXX 100644 |
77 | --- a/accel/tcg/cputlb.c | 231 | --- a/hw/timer/npcm7xx_timer.c |
78 | +++ b/accel/tcg/cputlb.c | 232 | +++ b/hw/timer/npcm7xx_timer.c |
79 | @@ -XXX,XX +XXX,XX @@ void tlb_flush_all_cpus_synced(CPUState *src_cpu) | 233 | @@ -XXX,XX +XXX,XX @@ |
80 | tlb_flush_by_mmuidx_all_cpus_synced(src_cpu, ALL_MMUIDX_BITS); | 234 | #include "qemu/osdep.h" |
235 | |||
236 | #include "hw/irq.h" | ||
237 | +#include "hw/qdev-properties.h" | ||
238 | #include "hw/misc/npcm7xx_clk.h" | ||
239 | #include "hw/timer/npcm7xx_timer.h" | ||
240 | #include "migration/vmstate.h" | ||
241 | @@ -XXX,XX +XXX,XX @@ enum NPCM7xxTimerRegisters { | ||
242 | #define NPCM7XX_TCSR_PRESCALE_START 0 | ||
243 | #define NPCM7XX_TCSR_PRESCALE_LEN 8 | ||
244 | |||
245 | +#define NPCM7XX_WTCR_WTCLK(rv) extract32(rv, 10, 2) | ||
246 | +#define NPCM7XX_WTCR_FREEZE_EN BIT(9) | ||
247 | +#define NPCM7XX_WTCR_WTE BIT(7) | ||
248 | +#define NPCM7XX_WTCR_WTIE BIT(6) | ||
249 | +#define NPCM7XX_WTCR_WTIS(rv) extract32(rv, 4, 2) | ||
250 | +#define NPCM7XX_WTCR_WTIF BIT(3) | ||
251 | +#define NPCM7XX_WTCR_WTRF BIT(2) | ||
252 | +#define NPCM7XX_WTCR_WTRE BIT(1) | ||
253 | +#define NPCM7XX_WTCR_WTR BIT(0) | ||
254 | + | ||
255 | +/* | ||
256 | + * The number of clock cycles between interrupt and reset in watchdog, used | ||
257 | + * by the software to handle the interrupt before system is reset. | ||
258 | + */ | ||
259 | +#define NPCM7XX_WATCHDOG_INTERRUPT_TO_RESET_CYCLES 1024 | ||
260 | + | ||
261 | +/* Start or resume the timer. */ | ||
262 | +static void npcm7xx_timer_start(NPCM7xxBaseTimer *t) | ||
263 | +{ | ||
264 | + int64_t now; | ||
265 | + | ||
266 | + now = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); | ||
267 | + t->expires_ns = now + t->remaining_ns; | ||
268 | + timer_mod(&t->qtimer, t->expires_ns); | ||
269 | +} | ||
270 | + | ||
271 | +/* Stop counting. Record the time remaining so we can continue later. */ | ||
272 | +static void npcm7xx_timer_pause(NPCM7xxBaseTimer *t) | ||
273 | +{ | ||
274 | + int64_t now; | ||
275 | + | ||
276 | + timer_del(&t->qtimer); | ||
277 | + now = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); | ||
278 | + t->remaining_ns = t->expires_ns - now; | ||
279 | +} | ||
280 | + | ||
281 | +/* Delete the timer and reset it to default state. */ | ||
282 | +static void npcm7xx_timer_clear(NPCM7xxBaseTimer *t) | ||
283 | +{ | ||
284 | + timer_del(&t->qtimer); | ||
285 | + t->expires_ns = 0; | ||
286 | + t->remaining_ns = 0; | ||
287 | +} | ||
288 | + | ||
289 | /* | ||
290 | * Returns the index of timer in the tc->timer array. This can be used to | ||
291 | * locate the registers that belong to this timer. | ||
292 | @@ -XXX,XX +XXX,XX @@ static uint32_t npcm7xx_timer_ns_to_count(NPCM7xxTimer *t, int64_t ns) | ||
293 | return count; | ||
81 | } | 294 | } |
82 | 295 | ||
83 | +static bool tlb_hit_page_mask_anyprot(CPUTLBEntry *tlb_entry, | 296 | +static uint32_t npcm7xx_watchdog_timer_prescaler(const NPCM7xxWatchdogTimer *t) |
84 | + target_ulong page, target_ulong mask) | 297 | +{ |
85 | +{ | 298 | + switch (NPCM7XX_WTCR_WTCLK(t->wtcr)) { |
86 | + page &= mask; | 299 | + case 0: |
87 | + mask &= TARGET_PAGE_MASK | TLB_INVALID_MASK; | 300 | + return 1; |
88 | + | 301 | + case 1: |
89 | + return (page == (tlb_entry->addr_read & mask) || | 302 | + return 256; |
90 | + page == (tlb_addr_write(tlb_entry) & mask) || | 303 | + case 2: |
91 | + page == (tlb_entry->addr_code & mask)); | 304 | + return 2048; |
92 | +} | 305 | + case 3: |
93 | + | 306 | + return 65536; |
94 | static inline bool tlb_hit_page_anyprot(CPUTLBEntry *tlb_entry, | 307 | + default: |
95 | target_ulong page) | 308 | + g_assert_not_reached(); |
309 | + } | ||
310 | +} | ||
311 | + | ||
312 | +static void npcm7xx_watchdog_timer_reset_cycles(NPCM7xxWatchdogTimer *t, | ||
313 | + int64_t cycles) | ||
314 | +{ | ||
315 | + uint32_t prescaler = npcm7xx_watchdog_timer_prescaler(t); | ||
316 | + int64_t ns = (NANOSECONDS_PER_SECOND / NPCM7XX_TIMER_REF_HZ) * cycles; | ||
317 | + | ||
318 | + /* | ||
319 | + * The reset function always clears the current timer. The caller of the | ||
320 | + * this needs to decide whether to start the watchdog timer based on | ||
321 | + * specific flag in WTCR. | ||
322 | + */ | ||
323 | + npcm7xx_timer_clear(&t->base_timer); | ||
324 | + | ||
325 | + ns *= prescaler; | ||
326 | + t->base_timer.remaining_ns = ns; | ||
327 | +} | ||
328 | + | ||
329 | +static void npcm7xx_watchdog_timer_reset(NPCM7xxWatchdogTimer *t) | ||
330 | +{ | ||
331 | + int64_t cycles = 1; | ||
332 | + uint32_t s = NPCM7XX_WTCR_WTIS(t->wtcr); | ||
333 | + | ||
334 | + g_assert(s <= 3); | ||
335 | + | ||
336 | + cycles <<= NPCM7XX_WATCHDOG_BASETIME_SHIFT; | ||
337 | + cycles <<= 2 * s; | ||
338 | + | ||
339 | + npcm7xx_watchdog_timer_reset_cycles(t, cycles); | ||
340 | +} | ||
341 | + | ||
342 | /* | ||
343 | * Raise the interrupt line if there's a pending interrupt and interrupts are | ||
344 | * enabled for this timer. If not, lower it. | ||
345 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_timer_check_interrupt(NPCM7xxTimer *t) | ||
346 | trace_npcm7xx_timer_irq(DEVICE(tc)->canonical_path, index, pending); | ||
347 | } | ||
348 | |||
349 | -/* Start or resume the timer. */ | ||
350 | -static void npcm7xx_timer_start(NPCM7xxTimer *t) | ||
351 | -{ | ||
352 | - int64_t now; | ||
353 | - | ||
354 | - now = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); | ||
355 | - t->expires_ns = now + t->remaining_ns; | ||
356 | - timer_mod(&t->qtimer, t->expires_ns); | ||
357 | -} | ||
358 | - | ||
359 | /* | ||
360 | * Called when the counter reaches zero. Sets the interrupt flag, and either | ||
361 | * restarts or disables the timer. | ||
362 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_timer_reached_zero(NPCM7xxTimer *t) | ||
363 | tc->tisr |= BIT(index); | ||
364 | |||
365 | if (t->tcsr & NPCM7XX_TCSR_PERIODIC) { | ||
366 | - t->remaining_ns = npcm7xx_timer_count_to_ns(t, t->ticr); | ||
367 | + t->base_timer.remaining_ns = npcm7xx_timer_count_to_ns(t, t->ticr); | ||
368 | if (t->tcsr & NPCM7XX_TCSR_CEN) { | ||
369 | - npcm7xx_timer_start(t); | ||
370 | + npcm7xx_timer_start(&t->base_timer); | ||
371 | } | ||
372 | } else { | ||
373 | t->tcsr &= ~(NPCM7XX_TCSR_CEN | NPCM7XX_TCSR_CACT); | ||
374 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_timer_reached_zero(NPCM7xxTimer *t) | ||
375 | npcm7xx_timer_check_interrupt(t); | ||
376 | } | ||
377 | |||
378 | -/* Stop counting. Record the time remaining so we can continue later. */ | ||
379 | -static void npcm7xx_timer_pause(NPCM7xxTimer *t) | ||
380 | -{ | ||
381 | - int64_t now; | ||
382 | - | ||
383 | - timer_del(&t->qtimer); | ||
384 | - now = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); | ||
385 | - t->remaining_ns = t->expires_ns - now; | ||
386 | -} | ||
387 | |||
388 | /* | ||
389 | * Restart the timer from its initial value. If the timer was enabled and stays | ||
390 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_timer_pause(NPCM7xxTimer *t) | ||
391 | */ | ||
392 | static void npcm7xx_timer_restart(NPCM7xxTimer *t, uint32_t old_tcsr) | ||
96 | { | 393 | { |
97 | - return tlb_hit_page(tlb_entry->addr_read, page) || | 394 | - t->remaining_ns = npcm7xx_timer_count_to_ns(t, t->ticr); |
98 | - tlb_hit_page(tlb_addr_write(tlb_entry), page) || | 395 | + t->base_timer.remaining_ns = npcm7xx_timer_count_to_ns(t, t->ticr); |
99 | - tlb_hit_page(tlb_entry->addr_code, page); | 396 | |
100 | + return tlb_hit_page_mask_anyprot(tlb_entry, page, -1); | 397 | if (old_tcsr & t->tcsr & NPCM7XX_TCSR_CEN) { |
398 | - npcm7xx_timer_start(t); | ||
399 | + npcm7xx_timer_start(&t->base_timer); | ||
400 | } | ||
101 | } | 401 | } |
102 | 402 | ||
103 | /** | 403 | @@ -XXX,XX +XXX,XX @@ static uint32_t npcm7xx_timer_read_tdr(NPCM7xxTimer *t) |
104 | @@ -XXX,XX +XXX,XX @@ static inline bool tlb_entry_is_empty(const CPUTLBEntry *te) | 404 | if (t->tcsr & NPCM7XX_TCSR_CEN) { |
405 | int64_t now = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); | ||
406 | |||
407 | - return npcm7xx_timer_ns_to_count(t, t->expires_ns - now); | ||
408 | + return npcm7xx_timer_ns_to_count(t, t->base_timer.expires_ns - now); | ||
409 | } | ||
410 | |||
411 | - return npcm7xx_timer_ns_to_count(t, t->remaining_ns); | ||
412 | + return npcm7xx_timer_ns_to_count(t, t->base_timer.remaining_ns); | ||
105 | } | 413 | } |
106 | 414 | ||
107 | /* Called with tlb_c.lock held */ | 415 | static void npcm7xx_timer_write_tcsr(NPCM7xxTimer *t, uint32_t new_tcsr) |
108 | -static inline bool tlb_flush_entry_locked(CPUTLBEntry *tlb_entry, | 416 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_timer_write_tcsr(NPCM7xxTimer *t, uint32_t new_tcsr) |
109 | - target_ulong page) | 417 | |
110 | +static bool tlb_flush_entry_mask_locked(CPUTLBEntry *tlb_entry, | 418 | if (npcm7xx_tcsr_prescaler(old_tcsr) != npcm7xx_tcsr_prescaler(new_tcsr)) { |
111 | + target_ulong page, | 419 | /* Recalculate time remaining based on the current TDR value. */ |
112 | + target_ulong mask) | 420 | - t->remaining_ns = npcm7xx_timer_count_to_ns(t, tdr); |
113 | { | 421 | + t->base_timer.remaining_ns = npcm7xx_timer_count_to_ns(t, tdr); |
114 | - if (tlb_hit_page_anyprot(tlb_entry, page)) { | 422 | if (old_tcsr & t->tcsr & NPCM7XX_TCSR_CEN) { |
115 | + if (tlb_hit_page_mask_anyprot(tlb_entry, page, mask)) { | 423 | - npcm7xx_timer_start(t); |
116 | memset(tlb_entry, -1, sizeof(*tlb_entry)); | 424 | + npcm7xx_timer_start(&t->base_timer); |
117 | return true; | ||
118 | } | ||
119 | return false; | ||
120 | } | ||
121 | |||
122 | +static inline bool tlb_flush_entry_locked(CPUTLBEntry *tlb_entry, | ||
123 | + target_ulong page) | ||
124 | +{ | ||
125 | + return tlb_flush_entry_mask_locked(tlb_entry, page, -1); | ||
126 | +} | ||
127 | + | ||
128 | /* Called with tlb_c.lock held */ | ||
129 | -static inline void tlb_flush_vtlb_page_locked(CPUArchState *env, int mmu_idx, | ||
130 | - target_ulong page) | ||
131 | +static void tlb_flush_vtlb_page_mask_locked(CPUArchState *env, int mmu_idx, | ||
132 | + target_ulong page, | ||
133 | + target_ulong mask) | ||
134 | { | ||
135 | CPUTLBDesc *d = &env_tlb(env)->d[mmu_idx]; | ||
136 | int k; | ||
137 | |||
138 | assert_cpu_is_self(env_cpu(env)); | ||
139 | for (k = 0; k < CPU_VTLB_SIZE; k++) { | ||
140 | - if (tlb_flush_entry_locked(&d->vtable[k], page)) { | ||
141 | + if (tlb_flush_entry_mask_locked(&d->vtable[k], page, mask)) { | ||
142 | tlb_n_used_entries_dec(env, mmu_idx); | ||
143 | } | 425 | } |
144 | } | 426 | } |
427 | |||
428 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_timer_write_tcsr(NPCM7xxTimer *t, uint32_t new_tcsr) | ||
429 | if ((old_tcsr ^ new_tcsr) & NPCM7XX_TCSR_CEN) { | ||
430 | if (new_tcsr & NPCM7XX_TCSR_CEN) { | ||
431 | t->tcsr |= NPCM7XX_TCSR_CACT; | ||
432 | - npcm7xx_timer_start(t); | ||
433 | + npcm7xx_timer_start(&t->base_timer); | ||
434 | } else { | ||
435 | t->tcsr &= ~NPCM7XX_TCSR_CACT; | ||
436 | - npcm7xx_timer_pause(t); | ||
437 | - if (t->remaining_ns <= 0) { | ||
438 | + npcm7xx_timer_pause(&t->base_timer); | ||
439 | + if (t->base_timer.remaining_ns <= 0) { | ||
440 | npcm7xx_timer_reached_zero(t); | ||
441 | } | ||
442 | } | ||
443 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_timer_write_tisr(NPCM7xxTimerCtrlState *s, uint32_t value) | ||
444 | if (value & (1U << i)) { | ||
445 | npcm7xx_timer_check_interrupt(&s->timer[i]); | ||
446 | } | ||
447 | + | ||
448 | } | ||
145 | } | 449 | } |
146 | 450 | ||
147 | +static inline void tlb_flush_vtlb_page_locked(CPUArchState *env, int mmu_idx, | 451 | +static void npcm7xx_timer_write_wtcr(NPCM7xxWatchdogTimer *t, uint32_t new_wtcr) |
148 | + target_ulong page) | 452 | +{ |
149 | +{ | 453 | + uint32_t old_wtcr = t->wtcr; |
150 | + tlb_flush_vtlb_page_mask_locked(env, mmu_idx, page, -1); | ||
151 | +} | ||
152 | + | ||
153 | static void tlb_flush_page_locked(CPUArchState *env, int midx, | ||
154 | target_ulong page) | ||
155 | { | ||
156 | @@ -XXX,XX +XXX,XX @@ void tlb_flush_page_all_cpus_synced(CPUState *src, target_ulong addr) | ||
157 | tlb_flush_page_by_mmuidx_all_cpus_synced(src, addr, ALL_MMUIDX_BITS); | ||
158 | } | ||
159 | |||
160 | +static void tlb_flush_page_bits_locked(CPUArchState *env, int midx, | ||
161 | + target_ulong page, unsigned bits) | ||
162 | +{ | ||
163 | + CPUTLBDesc *d = &env_tlb(env)->d[midx]; | ||
164 | + CPUTLBDescFast *f = &env_tlb(env)->f[midx]; | ||
165 | + target_ulong mask = MAKE_64BIT_MASK(0, bits); | ||
166 | + | 454 | + |
167 | + /* | 455 | + /* |
168 | + * If @bits is smaller than the tlb size, there may be multiple entries | 456 | + * WTIF and WTRF are cleared by writing 1. Writing 0 makes these bits |
169 | + * within the TLB; otherwise all addresses that match under @mask hit | 457 | + * unchanged. |
170 | + * the same TLB entry. | ||
171 | + * | ||
172 | + * TODO: Perhaps allow bits to be a few bits less than the size. | ||
173 | + * For now, just flush the entire TLB. | ||
174 | + */ | 458 | + */ |
175 | + if (mask < f->mask) { | 459 | + if (new_wtcr & NPCM7XX_WTCR_WTIF) { |
176 | + tlb_debug("forcing full flush midx %d (" | 460 | + new_wtcr &= ~NPCM7XX_WTCR_WTIF; |
177 | + TARGET_FMT_lx "/" TARGET_FMT_lx ")\n", | 461 | + } else if (old_wtcr & NPCM7XX_WTCR_WTIF) { |
178 | + midx, page, mask); | 462 | + new_wtcr |= NPCM7XX_WTCR_WTIF; |
179 | + tlb_flush_one_mmuidx_locked(env, midx, get_clock_realtime()); | ||
180 | + return; | ||
181 | + } | 463 | + } |
182 | + | 464 | + if (new_wtcr & NPCM7XX_WTCR_WTRF) { |
183 | + /* Check if we need to flush due to large pages. */ | 465 | + new_wtcr &= ~NPCM7XX_WTCR_WTRF; |
184 | + if ((page & d->large_page_mask) == d->large_page_addr) { | 466 | + } else if (old_wtcr & NPCM7XX_WTCR_WTRF) { |
185 | + tlb_debug("forcing full flush midx %d (" | 467 | + new_wtcr |= NPCM7XX_WTCR_WTRF; |
186 | + TARGET_FMT_lx "/" TARGET_FMT_lx ")\n", | ||
187 | + midx, d->large_page_addr, d->large_page_mask); | ||
188 | + tlb_flush_one_mmuidx_locked(env, midx, get_clock_realtime()); | ||
189 | + return; | ||
190 | + } | 468 | + } |
191 | + | 469 | + |
192 | + if (tlb_flush_entry_mask_locked(tlb_entry(env, midx, page), page, mask)) { | 470 | + t->wtcr = new_wtcr; |
193 | + tlb_n_used_entries_dec(env, midx); | 471 | + |
194 | + } | 472 | + if (new_wtcr & NPCM7XX_WTCR_WTR) { |
195 | + tlb_flush_vtlb_page_mask_locked(env, midx, page, mask); | 473 | + t->wtcr &= ~NPCM7XX_WTCR_WTR; |
196 | +} | 474 | + npcm7xx_watchdog_timer_reset(t); |
197 | + | 475 | + if (new_wtcr & NPCM7XX_WTCR_WTE) { |
198 | +typedef struct { | 476 | + npcm7xx_timer_start(&t->base_timer); |
199 | + target_ulong addr; | 477 | + } |
200 | + uint16_t idxmap; | 478 | + } else if ((old_wtcr ^ new_wtcr) & NPCM7XX_WTCR_WTE) { |
201 | + uint16_t bits; | 479 | + if (new_wtcr & NPCM7XX_WTCR_WTE) { |
202 | +} TLBFlushPageBitsByMMUIdxData; | 480 | + npcm7xx_timer_start(&t->base_timer); |
203 | + | 481 | + } else { |
204 | +static void | 482 | + npcm7xx_timer_pause(&t->base_timer); |
205 | +tlb_flush_page_bits_by_mmuidx_async_0(CPUState *cpu, | ||
206 | + TLBFlushPageBitsByMMUIdxData d) | ||
207 | +{ | ||
208 | + CPUArchState *env = cpu->env_ptr; | ||
209 | + int mmu_idx; | ||
210 | + | ||
211 | + assert_cpu_is_self(cpu); | ||
212 | + | ||
213 | + tlb_debug("page addr:" TARGET_FMT_lx "/%u mmu_map:0x%x\n", | ||
214 | + d.addr, d.bits, d.idxmap); | ||
215 | + | ||
216 | + qemu_spin_lock(&env_tlb(env)->c.lock); | ||
217 | + for (mmu_idx = 0; mmu_idx < NB_MMU_MODES; mmu_idx++) { | ||
218 | + if ((d.idxmap >> mmu_idx) & 1) { | ||
219 | + tlb_flush_page_bits_locked(env, mmu_idx, d.addr, d.bits); | ||
220 | + } | 483 | + } |
221 | + } | 484 | + } |
222 | + qemu_spin_unlock(&env_tlb(env)->c.lock); | 485 | + |
223 | + | 486 | +} |
224 | + tb_flush_jmp_cache(cpu, d.addr); | 487 | + |
225 | +} | 488 | static hwaddr npcm7xx_tcsr_index(hwaddr reg) |
226 | + | 489 | { |
227 | +static bool encode_pbm_to_runon(run_on_cpu_data *out, | 490 | switch (reg) { |
228 | + TLBFlushPageBitsByMMUIdxData d) | 491 | @@ -XXX,XX +XXX,XX @@ static uint64_t npcm7xx_timer_read(void *opaque, hwaddr offset, unsigned size) |
229 | +{ | 492 | break; |
230 | + /* We need 6 bits to hold to hold @bits up to 63. */ | 493 | |
231 | + if (d.idxmap <= MAKE_64BIT_MASK(0, TARGET_PAGE_BITS - 6)) { | 494 | case NPCM7XX_TIMER_WTCR: |
232 | + *out = RUN_ON_CPU_TARGET_PTR(d.addr | (d.idxmap << 6) | d.bits); | 495 | - value = s->wtcr; |
233 | + return true; | 496 | + value = s->watchdog_timer.wtcr; |
234 | + } | 497 | break; |
235 | + return false; | 498 | |
236 | +} | 499 | default: |
237 | + | 500 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_timer_write(void *opaque, hwaddr offset, |
238 | +static TLBFlushPageBitsByMMUIdxData | 501 | return; |
239 | +decode_runon_to_pbm(run_on_cpu_data data) | 502 | |
240 | +{ | 503 | case NPCM7XX_TIMER_WTCR: |
241 | + target_ulong addr_map_bits = (target_ulong) data.target_ptr; | 504 | - qemu_log_mask(LOG_UNIMP, "%s: WTCR write not implemented: 0x%08x\n", |
242 | + return (TLBFlushPageBitsByMMUIdxData){ | 505 | - __func__, value); |
243 | + .addr = addr_map_bits & TARGET_PAGE_MASK, | 506 | + npcm7xx_timer_write_wtcr(&s->watchdog_timer, value); |
244 | + .idxmap = (addr_map_bits & ~TARGET_PAGE_MASK) >> 6, | 507 | return; |
245 | + .bits = addr_map_bits & 0x3f | 508 | } |
246 | + }; | 509 | |
247 | +} | 510 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_timer_enter_reset(Object *obj, ResetType type) |
248 | + | 511 | for (i = 0; i < NPCM7XX_TIMERS_PER_CTRL; i++) { |
249 | +static void tlb_flush_page_bits_by_mmuidx_async_1(CPUState *cpu, | 512 | NPCM7xxTimer *t = &s->timer[i]; |
250 | + run_on_cpu_data runon) | 513 | |
251 | +{ | 514 | - timer_del(&t->qtimer); |
252 | + tlb_flush_page_bits_by_mmuidx_async_0(cpu, decode_runon_to_pbm(runon)); | 515 | - t->expires_ns = 0; |
253 | +} | 516 | - t->remaining_ns = 0; |
254 | + | 517 | + npcm7xx_timer_clear(&t->base_timer); |
255 | +static void tlb_flush_page_bits_by_mmuidx_async_2(CPUState *cpu, | 518 | t->tcsr = 0x00000005; |
256 | + run_on_cpu_data data) | 519 | t->ticr = 0x00000000; |
257 | +{ | 520 | } |
258 | + TLBFlushPageBitsByMMUIdxData *d = data.host_ptr; | 521 | |
259 | + tlb_flush_page_bits_by_mmuidx_async_0(cpu, *d); | 522 | s->tisr = 0x00000000; |
260 | + g_free(d); | 523 | - s->wtcr = 0x00000400; |
261 | +} | 524 | + /* |
262 | + | 525 | + * Set WTCLK to 1(default) and reset all flags except WTRF. |
263 | +void tlb_flush_page_bits_by_mmuidx(CPUState *cpu, target_ulong addr, | 526 | + * WTRF is not reset during a core domain reset. |
264 | + uint16_t idxmap, unsigned bits) | 527 | + */ |
265 | +{ | 528 | + s->watchdog_timer.wtcr = 0x00000400 | (s->watchdog_timer.wtcr & |
266 | + TLBFlushPageBitsByMMUIdxData d; | 529 | + NPCM7XX_WTCR_WTRF); |
267 | + run_on_cpu_data runon; | 530 | +} |
268 | + | 531 | + |
269 | + /* If all bits are significant, this devolves to tlb_flush_page. */ | 532 | +static void npcm7xx_watchdog_timer_expired(void *opaque) |
270 | + if (bits >= TARGET_LONG_BITS) { | 533 | +{ |
271 | + tlb_flush_page_by_mmuidx(cpu, addr, idxmap); | 534 | + NPCM7xxWatchdogTimer *t = opaque; |
272 | + return; | 535 | + |
273 | + } | 536 | + if (t->wtcr & NPCM7XX_WTCR_WTE) { |
274 | + /* If no page bits are significant, this devolves to tlb_flush. */ | 537 | + if (t->wtcr & NPCM7XX_WTCR_WTIF) { |
275 | + if (bits < TARGET_PAGE_BITS) { | 538 | + if (t->wtcr & NPCM7XX_WTCR_WTRE) { |
276 | + tlb_flush_by_mmuidx(cpu, idxmap); | 539 | + t->wtcr |= NPCM7XX_WTCR_WTRF; |
277 | + return; | 540 | + /* send reset signal to CLK module*/ |
278 | + } | 541 | + qemu_irq_raise(t->reset_signal); |
279 | + | ||
280 | + /* This should already be page aligned */ | ||
281 | + d.addr = addr & TARGET_PAGE_MASK; | ||
282 | + d.idxmap = idxmap; | ||
283 | + d.bits = bits; | ||
284 | + | ||
285 | + if (qemu_cpu_is_self(cpu)) { | ||
286 | + tlb_flush_page_bits_by_mmuidx_async_0(cpu, d); | ||
287 | + } else if (encode_pbm_to_runon(&runon, d)) { | ||
288 | + async_run_on_cpu(cpu, tlb_flush_page_bits_by_mmuidx_async_1, runon); | ||
289 | + } else { | ||
290 | + TLBFlushPageBitsByMMUIdxData *p | ||
291 | + = g_new(TLBFlushPageBitsByMMUIdxData, 1); | ||
292 | + | ||
293 | + /* Otherwise allocate a structure, freed by the worker. */ | ||
294 | + *p = d; | ||
295 | + async_run_on_cpu(cpu, tlb_flush_page_bits_by_mmuidx_async_2, | ||
296 | + RUN_ON_CPU_HOST_PTR(p)); | ||
297 | + } | ||
298 | +} | ||
299 | + | ||
300 | +void tlb_flush_page_bits_by_mmuidx_all_cpus(CPUState *src_cpu, | ||
301 | + target_ulong addr, | ||
302 | + uint16_t idxmap, | ||
303 | + unsigned bits) | ||
304 | +{ | ||
305 | + TLBFlushPageBitsByMMUIdxData d; | ||
306 | + run_on_cpu_data runon; | ||
307 | + | ||
308 | + /* If all bits are significant, this devolves to tlb_flush_page. */ | ||
309 | + if (bits >= TARGET_LONG_BITS) { | ||
310 | + tlb_flush_page_by_mmuidx_all_cpus(src_cpu, addr, idxmap); | ||
311 | + return; | ||
312 | + } | ||
313 | + /* If no page bits are significant, this devolves to tlb_flush. */ | ||
314 | + if (bits < TARGET_PAGE_BITS) { | ||
315 | + tlb_flush_by_mmuidx_all_cpus(src_cpu, idxmap); | ||
316 | + return; | ||
317 | + } | ||
318 | + | ||
319 | + /* This should already be page aligned */ | ||
320 | + d.addr = addr & TARGET_PAGE_MASK; | ||
321 | + d.idxmap = idxmap; | ||
322 | + d.bits = bits; | ||
323 | + | ||
324 | + if (encode_pbm_to_runon(&runon, d)) { | ||
325 | + flush_all_helper(src_cpu, tlb_flush_page_bits_by_mmuidx_async_1, runon); | ||
326 | + } else { | ||
327 | + CPUState *dst_cpu; | ||
328 | + TLBFlushPageBitsByMMUIdxData *p; | ||
329 | + | ||
330 | + /* Allocate a separate data block for each destination cpu. */ | ||
331 | + CPU_FOREACH(dst_cpu) { | ||
332 | + if (dst_cpu != src_cpu) { | ||
333 | + p = g_new(TLBFlushPageBitsByMMUIdxData, 1); | ||
334 | + *p = d; | ||
335 | + async_run_on_cpu(dst_cpu, | ||
336 | + tlb_flush_page_bits_by_mmuidx_async_2, | ||
337 | + RUN_ON_CPU_HOST_PTR(p)); | ||
338 | + } | 542 | + } |
543 | + } else { | ||
544 | + t->wtcr |= NPCM7XX_WTCR_WTIF; | ||
545 | + if (t->wtcr & NPCM7XX_WTCR_WTIE) { | ||
546 | + /* send interrupt */ | ||
547 | + qemu_irq_raise(t->irq); | ||
548 | + } | ||
549 | + npcm7xx_watchdog_timer_reset_cycles(t, | ||
550 | + NPCM7XX_WATCHDOG_INTERRUPT_TO_RESET_CYCLES); | ||
551 | + npcm7xx_timer_start(&t->base_timer); | ||
339 | + } | 552 | + } |
340 | + } | 553 | + } |
341 | + | 554 | } |
342 | + tlb_flush_page_bits_by_mmuidx_async_0(src_cpu, d); | 555 | |
343 | +} | 556 | static void npcm7xx_timer_hold_reset(Object *obj) |
344 | + | 557 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_timer_hold_reset(Object *obj) |
345 | +void tlb_flush_page_bits_by_mmuidx_all_cpus_synced(CPUState *src_cpu, | 558 | for (i = 0; i < NPCM7XX_TIMERS_PER_CTRL; i++) { |
346 | + target_ulong addr, | 559 | qemu_irq_lower(s->timer[i].irq); |
347 | + uint16_t idxmap, | 560 | } |
348 | + unsigned bits) | 561 | + qemu_irq_lower(s->watchdog_timer.irq); |
349 | +{ | 562 | } |
350 | + TLBFlushPageBitsByMMUIdxData d; | 563 | |
351 | + run_on_cpu_data runon; | 564 | static void npcm7xx_timer_realize(DeviceState *dev, Error **errp) |
352 | + | 565 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_timer_realize(DeviceState *dev, Error **errp) |
353 | + /* If all bits are significant, this devolves to tlb_flush_page. */ | 566 | NPCM7xxTimerCtrlState *s = NPCM7XX_TIMER(dev); |
354 | + if (bits >= TARGET_LONG_BITS) { | 567 | SysBusDevice *sbd = &s->parent; |
355 | + tlb_flush_page_by_mmuidx_all_cpus_synced(src_cpu, addr, idxmap); | 568 | int i; |
356 | + return; | 569 | + NPCM7xxWatchdogTimer *w; |
570 | |||
571 | for (i = 0; i < NPCM7XX_TIMERS_PER_CTRL; i++) { | ||
572 | NPCM7xxTimer *t = &s->timer[i]; | ||
573 | t->ctrl = s; | ||
574 | - timer_init_ns(&t->qtimer, QEMU_CLOCK_VIRTUAL, npcm7xx_timer_expired, t); | ||
575 | + timer_init_ns(&t->base_timer.qtimer, QEMU_CLOCK_VIRTUAL, | ||
576 | + npcm7xx_timer_expired, t); | ||
577 | sysbus_init_irq(sbd, &t->irq); | ||
578 | } | ||
579 | |||
580 | + w = &s->watchdog_timer; | ||
581 | + w->ctrl = s; | ||
582 | + timer_init_ns(&w->base_timer.qtimer, QEMU_CLOCK_VIRTUAL, | ||
583 | + npcm7xx_watchdog_timer_expired, w); | ||
584 | + sysbus_init_irq(sbd, &w->irq); | ||
585 | + | ||
586 | memory_region_init_io(&s->iomem, OBJECT(s), &npcm7xx_timer_ops, s, | ||
587 | TYPE_NPCM7XX_TIMER, 4 * KiB); | ||
588 | sysbus_init_mmio(sbd, &s->iomem); | ||
589 | + qdev_init_gpio_out_named(dev, &w->reset_signal, | ||
590 | + NPCM7XX_WATCHDOG_RESET_GPIO_OUT, 1); | ||
591 | } | ||
592 | |||
593 | -static const VMStateDescription vmstate_npcm7xx_timer = { | ||
594 | - .name = "npcm7xx-timer", | ||
595 | +static const VMStateDescription vmstate_npcm7xx_base_timer = { | ||
596 | + .name = "npcm7xx-base-timer", | ||
597 | .version_id = 0, | ||
598 | .minimum_version_id = 0, | ||
599 | .fields = (VMStateField[]) { | ||
600 | - VMSTATE_TIMER(qtimer, NPCM7xxTimer), | ||
601 | - VMSTATE_INT64(expires_ns, NPCM7xxTimer), | ||
602 | - VMSTATE_INT64(remaining_ns, NPCM7xxTimer), | ||
603 | + VMSTATE_TIMER(qtimer, NPCM7xxBaseTimer), | ||
604 | + VMSTATE_INT64(expires_ns, NPCM7xxBaseTimer), | ||
605 | + VMSTATE_INT64(remaining_ns, NPCM7xxBaseTimer), | ||
606 | + VMSTATE_END_OF_LIST(), | ||
607 | + }, | ||
608 | +}; | ||
609 | + | ||
610 | +static const VMStateDescription vmstate_npcm7xx_timer = { | ||
611 | + .name = "npcm7xx-timer", | ||
612 | + .version_id = 1, | ||
613 | + .minimum_version_id = 1, | ||
614 | + .fields = (VMStateField[]) { | ||
615 | + VMSTATE_STRUCT(base_timer, NPCM7xxTimer, | ||
616 | + 0, vmstate_npcm7xx_base_timer, | ||
617 | + NPCM7xxBaseTimer), | ||
618 | VMSTATE_UINT32(tcsr, NPCM7xxTimer), | ||
619 | VMSTATE_UINT32(ticr, NPCM7xxTimer), | ||
620 | VMSTATE_END_OF_LIST(), | ||
621 | }, | ||
622 | }; | ||
623 | |||
624 | -static const VMStateDescription vmstate_npcm7xx_timer_ctrl = { | ||
625 | - .name = "npcm7xx-timer-ctrl", | ||
626 | +static const VMStateDescription vmstate_npcm7xx_watchdog_timer = { | ||
627 | + .name = "npcm7xx-watchdog-timer", | ||
628 | .version_id = 0, | ||
629 | .minimum_version_id = 0, | ||
630 | + .fields = (VMStateField[]) { | ||
631 | + VMSTATE_STRUCT(base_timer, NPCM7xxWatchdogTimer, | ||
632 | + 0, vmstate_npcm7xx_base_timer, | ||
633 | + NPCM7xxBaseTimer), | ||
634 | + VMSTATE_UINT32(wtcr, NPCM7xxWatchdogTimer), | ||
635 | + VMSTATE_END_OF_LIST(), | ||
636 | + }, | ||
637 | +}; | ||
638 | + | ||
639 | +static const VMStateDescription vmstate_npcm7xx_timer_ctrl = { | ||
640 | + .name = "npcm7xx-timer-ctrl", | ||
641 | + .version_id = 1, | ||
642 | + .minimum_version_id = 1, | ||
643 | .fields = (VMStateField[]) { | ||
644 | VMSTATE_UINT32(tisr, NPCM7xxTimerCtrlState), | ||
645 | - VMSTATE_UINT32(wtcr, NPCM7xxTimerCtrlState), | ||
646 | VMSTATE_STRUCT_ARRAY(timer, NPCM7xxTimerCtrlState, | ||
647 | NPCM7XX_TIMERS_PER_CTRL, 0, vmstate_npcm7xx_timer, | ||
648 | NPCM7xxTimer), | ||
649 | + VMSTATE_STRUCT(watchdog_timer, NPCM7xxTimerCtrlState, | ||
650 | + 0, vmstate_npcm7xx_watchdog_timer, | ||
651 | + NPCM7xxWatchdogTimer), | ||
652 | VMSTATE_END_OF_LIST(), | ||
653 | }, | ||
654 | }; | ||
655 | diff --git a/tests/qtest/npcm7xx_watchdog_timer-test.c b/tests/qtest/npcm7xx_watchdog_timer-test.c | ||
656 | new file mode 100644 | ||
657 | index XXXXXXX..XXXXXXX | ||
658 | --- /dev/null | ||
659 | +++ b/tests/qtest/npcm7xx_watchdog_timer-test.c | ||
660 | @@ -XXX,XX +XXX,XX @@ | ||
661 | +/* | ||
662 | + * QTests for Nuvoton NPCM7xx Timer Watchdog Modules. | ||
663 | + * | ||
664 | + * Copyright 2020 Google LLC | ||
665 | + * | ||
666 | + * This program is free software; you can redistribute it and/or modify it | ||
667 | + * under the terms of the GNU General Public License as published by the | ||
668 | + * Free Software Foundation; either version 2 of the License, or | ||
669 | + * (at your option) any later version. | ||
670 | + * | ||
671 | + * This program is distributed in the hope that it will be useful, but WITHOUT | ||
672 | + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
673 | + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
674 | + * for more details. | ||
675 | + */ | ||
676 | + | ||
677 | +#include "qemu/osdep.h" | ||
678 | +#include "qemu/timer.h" | ||
679 | + | ||
680 | +#include "libqos/libqtest.h" | ||
681 | +#include "qapi/qmp/qdict.h" | ||
682 | + | ||
683 | +#define WTCR_OFFSET 0x1c | ||
684 | +#define REF_HZ (25000000) | ||
685 | + | ||
686 | +/* WTCR bit fields */ | ||
687 | +#define WTCLK(rv) ((rv) << 10) | ||
688 | +#define WTE BIT(7) | ||
689 | +#define WTIE BIT(6) | ||
690 | +#define WTIS(rv) ((rv) << 4) | ||
691 | +#define WTIF BIT(3) | ||
692 | +#define WTRF BIT(2) | ||
693 | +#define WTRE BIT(1) | ||
694 | +#define WTR BIT(0) | ||
695 | + | ||
696 | +typedef struct Watchdog { | ||
697 | + int irq; | ||
698 | + uint64_t base_addr; | ||
699 | +} Watchdog; | ||
700 | + | ||
701 | +static const Watchdog watchdog_list[] = { | ||
702 | + { | ||
703 | + .irq = 47, | ||
704 | + .base_addr = 0xf0008000 | ||
705 | + }, | ||
706 | + { | ||
707 | + .irq = 48, | ||
708 | + .base_addr = 0xf0009000 | ||
709 | + }, | ||
710 | + { | ||
711 | + .irq = 49, | ||
712 | + .base_addr = 0xf000a000 | ||
357 | + } | 713 | + } |
358 | + /* If no page bits are significant, this devolves to tlb_flush. */ | 714 | +}; |
359 | + if (bits < TARGET_PAGE_BITS) { | 715 | + |
360 | + tlb_flush_by_mmuidx_all_cpus_synced(src_cpu, idxmap); | 716 | +static int watchdog_index(const Watchdog *wd) |
361 | + return; | 717 | +{ |
718 | + ptrdiff_t diff = wd - watchdog_list; | ||
719 | + | ||
720 | + g_assert(diff >= 0 && diff < ARRAY_SIZE(watchdog_list)); | ||
721 | + | ||
722 | + return diff; | ||
723 | +} | ||
724 | + | ||
725 | +static uint32_t watchdog_read_wtcr(QTestState *qts, const Watchdog *wd) | ||
726 | +{ | ||
727 | + return qtest_readl(qts, wd->base_addr + WTCR_OFFSET); | ||
728 | +} | ||
729 | + | ||
730 | +static void watchdog_write_wtcr(QTestState *qts, const Watchdog *wd, | ||
731 | + uint32_t value) | ||
732 | +{ | ||
733 | + qtest_writel(qts, wd->base_addr + WTCR_OFFSET, value); | ||
734 | +} | ||
735 | + | ||
736 | +static uint32_t watchdog_prescaler(QTestState *qts, const Watchdog *wd) | ||
737 | +{ | ||
738 | + switch (extract32(watchdog_read_wtcr(qts, wd), 10, 2)) { | ||
739 | + case 0: | ||
740 | + return 1; | ||
741 | + case 1: | ||
742 | + return 256; | ||
743 | + case 2: | ||
744 | + return 2048; | ||
745 | + case 3: | ||
746 | + return 65536; | ||
747 | + default: | ||
748 | + g_assert_not_reached(); | ||
362 | + } | 749 | + } |
363 | + | 750 | +} |
364 | + /* This should already be page aligned */ | 751 | + |
365 | + d.addr = addr & TARGET_PAGE_MASK; | 752 | +static QDict *get_watchdog_action(QTestState *qts) |
366 | + d.idxmap = idxmap; | 753 | +{ |
367 | + d.bits = bits; | 754 | + QDict *ev = qtest_qmp_eventwait_ref(qts, "WATCHDOG"); |
368 | + | 755 | + QDict *data; |
369 | + if (encode_pbm_to_runon(&runon, d)) { | 756 | + |
370 | + flush_all_helper(src_cpu, tlb_flush_page_bits_by_mmuidx_async_1, runon); | 757 | + data = qdict_get_qdict(ev, "data"); |
371 | + async_safe_run_on_cpu(src_cpu, tlb_flush_page_bits_by_mmuidx_async_1, | 758 | + qobject_ref(data); |
372 | + runon); | 759 | + qobject_unref(ev); |
373 | + } else { | 760 | + return data; |
374 | + CPUState *dst_cpu; | 761 | +} |
375 | + TLBFlushPageBitsByMMUIdxData *p; | 762 | + |
376 | + | 763 | +#define RESET_CYCLES 1024 |
377 | + /* Allocate a separate data block for each destination cpu. */ | 764 | +static uint32_t watchdog_interrupt_cycles(QTestState *qts, const Watchdog *wd) |
378 | + CPU_FOREACH(dst_cpu) { | 765 | +{ |
379 | + if (dst_cpu != src_cpu) { | 766 | + uint32_t wtis = extract32(watchdog_read_wtcr(qts, wd), 4, 2); |
380 | + p = g_new(TLBFlushPageBitsByMMUIdxData, 1); | 767 | + return 1 << (14 + 2 * wtis); |
381 | + *p = d; | 768 | +} |
382 | + async_run_on_cpu(dst_cpu, tlb_flush_page_bits_by_mmuidx_async_2, | 769 | + |
383 | + RUN_ON_CPU_HOST_PTR(p)); | 770 | +static int64_t watchdog_calculate_steps(uint32_t count, uint32_t prescale) |
384 | + } | 771 | +{ |
772 | + return (NANOSECONDS_PER_SECOND / REF_HZ) * count * prescale; | ||
773 | +} | ||
774 | + | ||
775 | +static int64_t watchdog_interrupt_steps(QTestState *qts, const Watchdog *wd) | ||
776 | +{ | ||
777 | + return watchdog_calculate_steps(watchdog_interrupt_cycles(qts, wd), | ||
778 | + watchdog_prescaler(qts, wd)); | ||
779 | +} | ||
780 | + | ||
781 | +/* Check wtcr can be reset to default value */ | ||
782 | +static void test_init(gconstpointer watchdog) | ||
783 | +{ | ||
784 | + const Watchdog *wd = watchdog; | ||
785 | + QTestState *qts = qtest_init("-machine quanta-gsj"); | ||
786 | + | ||
787 | + qtest_irq_intercept_in(qts, "/machine/soc/a9mpcore/gic"); | ||
788 | + | ||
789 | + watchdog_write_wtcr(qts, wd, WTCLK(1) | WTRF | WTIF | WTR); | ||
790 | + g_assert_cmphex(watchdog_read_wtcr(qts, wd), ==, WTCLK(1)); | ||
791 | + | ||
792 | + qtest_quit(qts); | ||
793 | +} | ||
794 | + | ||
795 | +/* Check a watchdog can generate interrupt and reset actions */ | ||
796 | +static void test_reset_action(gconstpointer watchdog) | ||
797 | +{ | ||
798 | + const Watchdog *wd = watchdog; | ||
799 | + QTestState *qts = qtest_init("-machine quanta-gsj"); | ||
800 | + QDict *ad; | ||
801 | + | ||
802 | + qtest_irq_intercept_in(qts, "/machine/soc/a9mpcore/gic"); | ||
803 | + | ||
804 | + watchdog_write_wtcr(qts, wd, | ||
805 | + WTCLK(0) | WTE | WTRF | WTRE | WTIF | WTIE | WTR); | ||
806 | + g_assert_cmphex(watchdog_read_wtcr(qts, wd), ==, | ||
807 | + WTCLK(0) | WTE | WTRE | WTIE); | ||
808 | + | ||
809 | + /* Check a watchdog can generate an interrupt */ | ||
810 | + qtest_clock_step(qts, watchdog_interrupt_steps(qts, wd)); | ||
811 | + g_assert_cmphex(watchdog_read_wtcr(qts, wd), ==, | ||
812 | + WTCLK(0) | WTE | WTIF | WTIE | WTRE); | ||
813 | + g_assert_true(qtest_get_irq(qts, wd->irq)); | ||
814 | + | ||
815 | + /* Check a watchdog can generate a reset signal */ | ||
816 | + qtest_clock_step(qts, watchdog_calculate_steps(RESET_CYCLES, | ||
817 | + watchdog_prescaler(qts, wd))); | ||
818 | + ad = get_watchdog_action(qts); | ||
819 | + /* The signal is a reset signal */ | ||
820 | + g_assert_false(strcmp(qdict_get_str(ad, "action"), "reset")); | ||
821 | + qobject_unref(ad); | ||
822 | + qtest_qmp_eventwait(qts, "RESET"); | ||
823 | + /* | ||
824 | + * Make sure WTCR is reset to default except for WTRF bit which shouldn't | ||
825 | + * be reset. | ||
826 | + */ | ||
827 | + g_assert_cmphex(watchdog_read_wtcr(qts, wd), ==, WTCLK(1) | WTRF); | ||
828 | + qtest_quit(qts); | ||
829 | +} | ||
830 | + | ||
831 | +/* Check a watchdog works with all possible WTCLK prescalers and WTIS cycles */ | ||
832 | +static void test_prescaler(gconstpointer watchdog) | ||
833 | +{ | ||
834 | + const Watchdog *wd = watchdog; | ||
835 | + | ||
836 | + for (int wtclk = 0; wtclk < 4; ++wtclk) { | ||
837 | + for (int wtis = 0; wtis < 4; ++wtis) { | ||
838 | + QTestState *qts = qtest_init("-machine quanta-gsj"); | ||
839 | + | ||
840 | + qtest_irq_intercept_in(qts, "/machine/soc/a9mpcore/gic"); | ||
841 | + watchdog_write_wtcr(qts, wd, | ||
842 | + WTCLK(wtclk) | WTE | WTIF | WTIS(wtis) | WTIE | WTR); | ||
843 | + /* | ||
844 | + * The interrupt doesn't fire until watchdog_interrupt_steps() | ||
845 | + * cycles passed | ||
846 | + */ | ||
847 | + qtest_clock_step(qts, watchdog_interrupt_steps(qts, wd) - 1); | ||
848 | + g_assert_false(watchdog_read_wtcr(qts, wd) & WTIF); | ||
849 | + g_assert_false(qtest_get_irq(qts, wd->irq)); | ||
850 | + qtest_clock_step(qts, 1); | ||
851 | + g_assert_true(watchdog_read_wtcr(qts, wd) & WTIF); | ||
852 | + g_assert_true(qtest_get_irq(qts, wd->irq)); | ||
853 | + | ||
854 | + qtest_quit(qts); | ||
385 | + } | 855 | + } |
386 | + | ||
387 | + p = g_new(TLBFlushPageBitsByMMUIdxData, 1); | ||
388 | + *p = d; | ||
389 | + async_safe_run_on_cpu(src_cpu, tlb_flush_page_bits_by_mmuidx_async_2, | ||
390 | + RUN_ON_CPU_HOST_PTR(p)); | ||
391 | + } | 856 | + } |
392 | +} | 857 | +} |
393 | + | 858 | + |
394 | /* update the TLBs so that writes to code in the virtual page 'addr' | 859 | +/* |
395 | can be detected */ | 860 | + * Check a watchdog doesn't fire if corresponding flags (WTIE and WTRE) are not |
396 | void tlb_protect_code(ram_addr_t ram_addr) | 861 | + * set. |
862 | + */ | ||
863 | +static void test_enabling_flags(gconstpointer watchdog) | ||
864 | +{ | ||
865 | + const Watchdog *wd = watchdog; | ||
866 | + QTestState *qts; | ||
867 | + | ||
868 | + /* Neither WTIE or WTRE is set, no interrupt or reset should happen */ | ||
869 | + qts = qtest_init("-machine quanta-gsj"); | ||
870 | + qtest_irq_intercept_in(qts, "/machine/soc/a9mpcore/gic"); | ||
871 | + watchdog_write_wtcr(qts, wd, WTCLK(0) | WTE | WTIF | WTRF | WTR); | ||
872 | + qtest_clock_step(qts, watchdog_interrupt_steps(qts, wd)); | ||
873 | + g_assert_true(watchdog_read_wtcr(qts, wd) & WTIF); | ||
874 | + g_assert_false(qtest_get_irq(qts, wd->irq)); | ||
875 | + qtest_clock_step(qts, watchdog_calculate_steps(RESET_CYCLES, | ||
876 | + watchdog_prescaler(qts, wd))); | ||
877 | + g_assert_true(watchdog_read_wtcr(qts, wd) & WTIF); | ||
878 | + g_assert_false(watchdog_read_wtcr(qts, wd) & WTRF); | ||
879 | + qtest_quit(qts); | ||
880 | + | ||
881 | + /* Only WTIE is set, interrupt is triggered but reset should not happen */ | ||
882 | + qts = qtest_init("-machine quanta-gsj"); | ||
883 | + qtest_irq_intercept_in(qts, "/machine/soc/a9mpcore/gic"); | ||
884 | + watchdog_write_wtcr(qts, wd, WTCLK(0) | WTE | WTIF | WTIE | WTRF | WTR); | ||
885 | + qtest_clock_step(qts, watchdog_interrupt_steps(qts, wd)); | ||
886 | + g_assert_true(watchdog_read_wtcr(qts, wd) & WTIF); | ||
887 | + g_assert_true(qtest_get_irq(qts, wd->irq)); | ||
888 | + qtest_clock_step(qts, watchdog_calculate_steps(RESET_CYCLES, | ||
889 | + watchdog_prescaler(qts, wd))); | ||
890 | + g_assert_true(watchdog_read_wtcr(qts, wd) & WTIF); | ||
891 | + g_assert_false(watchdog_read_wtcr(qts, wd) & WTRF); | ||
892 | + qtest_quit(qts); | ||
893 | + | ||
894 | + /* Only WTRE is set, interrupt is triggered but reset should not happen */ | ||
895 | + qts = qtest_init("-machine quanta-gsj"); | ||
896 | + qtest_irq_intercept_in(qts, "/machine/soc/a9mpcore/gic"); | ||
897 | + watchdog_write_wtcr(qts, wd, WTCLK(0) | WTE | WTIF | WTRE | WTRF | WTR); | ||
898 | + qtest_clock_step(qts, watchdog_interrupt_steps(qts, wd)); | ||
899 | + g_assert_true(watchdog_read_wtcr(qts, wd) & WTIF); | ||
900 | + g_assert_false(qtest_get_irq(qts, wd->irq)); | ||
901 | + qtest_clock_step(qts, watchdog_calculate_steps(RESET_CYCLES, | ||
902 | + watchdog_prescaler(qts, wd))); | ||
903 | + g_assert_false(strcmp(qdict_get_str(get_watchdog_action(qts), "action"), | ||
904 | + "reset")); | ||
905 | + qtest_qmp_eventwait(qts, "RESET"); | ||
906 | + qtest_quit(qts); | ||
907 | + | ||
908 | + /* | ||
909 | + * The case when both flags are set is already tested in | ||
910 | + * test_reset_action(). | ||
911 | + */ | ||
912 | +} | ||
913 | + | ||
914 | +/* Check a watchdog can pause and resume by setting WTE bits */ | ||
915 | +static void test_pause(gconstpointer watchdog) | ||
916 | +{ | ||
917 | + const Watchdog *wd = watchdog; | ||
918 | + QTestState *qts; | ||
919 | + int64_t remaining_steps, steps; | ||
920 | + | ||
921 | + qts = qtest_init("-machine quanta-gsj"); | ||
922 | + qtest_irq_intercept_in(qts, "/machine/soc/a9mpcore/gic"); | ||
923 | + watchdog_write_wtcr(qts, wd, WTCLK(0) | WTE | WTIF | WTIE | WTRF | WTR); | ||
924 | + remaining_steps = watchdog_interrupt_steps(qts, wd); | ||
925 | + g_assert_cmphex(watchdog_read_wtcr(qts, wd), ==, WTCLK(0) | WTE | WTIE); | ||
926 | + | ||
927 | + /* Run for half of the execution period. */ | ||
928 | + steps = remaining_steps / 2; | ||
929 | + remaining_steps -= steps; | ||
930 | + qtest_clock_step(qts, steps); | ||
931 | + | ||
932 | + /* Pause the watchdog */ | ||
933 | + watchdog_write_wtcr(qts, wd, WTCLK(0) | WTIE); | ||
934 | + g_assert_cmphex(watchdog_read_wtcr(qts, wd), ==, WTCLK(0) | WTIE); | ||
935 | + | ||
936 | + /* Run for a long period of time, the watchdog shouldn't fire */ | ||
937 | + qtest_clock_step(qts, steps << 4); | ||
938 | + g_assert_cmphex(watchdog_read_wtcr(qts, wd), ==, WTCLK(0) | WTIE); | ||
939 | + g_assert_false(qtest_get_irq(qts, wd->irq)); | ||
940 | + | ||
941 | + /* Resume the watchdog */ | ||
942 | + watchdog_write_wtcr(qts, wd, WTCLK(0) | WTE | WTIE); | ||
943 | + g_assert_cmphex(watchdog_read_wtcr(qts, wd), ==, WTCLK(0) | WTE | WTIE); | ||
944 | + | ||
945 | + /* Run for the reset of the execution period, the watchdog should fire */ | ||
946 | + qtest_clock_step(qts, remaining_steps); | ||
947 | + g_assert_cmphex(watchdog_read_wtcr(qts, wd), ==, | ||
948 | + WTCLK(0) | WTE | WTIF | WTIE); | ||
949 | + g_assert_true(qtest_get_irq(qts, wd->irq)); | ||
950 | + | ||
951 | + qtest_quit(qts); | ||
952 | +} | ||
953 | + | ||
954 | +static void watchdog_add_test(const char *name, const Watchdog* wd, | ||
955 | + GTestDataFunc fn) | ||
956 | +{ | ||
957 | + g_autofree char *full_name = g_strdup_printf( | ||
958 | + "npcm7xx_watchdog_timer[%d]/%s", watchdog_index(wd), name); | ||
959 | + qtest_add_data_func(full_name, wd, fn); | ||
960 | +} | ||
961 | +#define add_test(name, td) watchdog_add_test(#name, td, test_##name) | ||
962 | + | ||
963 | +int main(int argc, char **argv) | ||
964 | +{ | ||
965 | + g_test_init(&argc, &argv, NULL); | ||
966 | + g_test_set_nonfatal_assertions(); | ||
967 | + | ||
968 | + for (int i = 0; i < ARRAY_SIZE(watchdog_list); ++i) { | ||
969 | + const Watchdog *wd = &watchdog_list[i]; | ||
970 | + | ||
971 | + add_test(init, wd); | ||
972 | + add_test(reset_action, wd); | ||
973 | + add_test(prescaler, wd); | ||
974 | + add_test(enabling_flags, wd); | ||
975 | + add_test(pause, wd); | ||
976 | + } | ||
977 | + | ||
978 | + return g_test_run(); | ||
979 | +} | ||
980 | diff --git a/MAINTAINERS b/MAINTAINERS | ||
981 | index XXXXXXX..XXXXXXX 100644 | ||
982 | --- a/MAINTAINERS | ||
983 | +++ b/MAINTAINERS | ||
984 | @@ -XXX,XX +XXX,XX @@ L: qemu-arm@nongnu.org | ||
985 | S: Supported | ||
986 | F: hw/*/npcm7xx* | ||
987 | F: include/hw/*/npcm7xx* | ||
988 | +F: tests/qtest/npcm7xx* | ||
989 | F: pc-bios/npcm7xx_bootrom.bin | ||
990 | F: roms/vbootrom | ||
991 | |||
992 | diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build | ||
993 | index XXXXXXX..XXXXXXX 100644 | ||
994 | --- a/tests/qtest/meson.build | ||
995 | +++ b/tests/qtest/meson.build | ||
996 | @@ -XXX,XX +XXX,XX @@ qtests_sparc64 = \ | ||
997 | (config_all_devices.has_key('CONFIG_ISA_TESTDEV') ? ['endianness-test'] : []) + \ | ||
998 | ['prom-env-test', 'boot-serial-test'] | ||
999 | |||
1000 | -qtests_npcm7xx = ['npcm7xx_timer-test'] | ||
1001 | +qtests_npcm7xx = ['npcm7xx_timer-test', 'npcm7xx_watchdog_timer-test'] | ||
1002 | qtests_arm = \ | ||
1003 | (config_all_devices.has_key('CONFIG_PFLASH_CFI02') ? ['pflash-cfi02-test'] : []) + \ | ||
1004 | (config_all_devices.has_key('CONFIG_NPCM7XX') ? qtests_npcm7xx : []) + \ | ||
397 | -- | 1005 | -- |
398 | 2.20.1 | 1006 | 2.20.1 |
399 | 1007 | ||
400 | 1008 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | From: Havard Skinnemoen <hskinnemoen@google.com> | ||
1 | 2 | ||
3 | The RNG module returns a byte of randomness when the Data Valid bit is | ||
4 | set. | ||
5 | |||
6 | This implementation ignores the prescaler setting, and loads a new value | ||
7 | into RNGD every time RNGCS is read while the RNG is enabled and random | ||
8 | data is available. | ||
9 | |||
10 | A qtest featuring some simple randomness tests is included. | ||
11 | |||
12 | Reviewed-by: Tyrone Ting <kfting@nuvoton.com> | ||
13 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
14 | Signed-off-by: Havard Skinnemoen <hskinnemoen@google.com> | ||
15 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
16 | --- | ||
17 | docs/system/arm/nuvoton.rst | 2 +- | ||
18 | include/hw/arm/npcm7xx.h | 2 + | ||
19 | include/hw/misc/npcm7xx_rng.h | 34 ++++ | ||
20 | hw/arm/npcm7xx.c | 7 +- | ||
21 | hw/misc/npcm7xx_rng.c | 180 +++++++++++++++++++++ | ||
22 | tests/qtest/npcm7xx_rng-test.c | 278 +++++++++++++++++++++++++++++++++ | ||
23 | hw/misc/meson.build | 1 + | ||
24 | hw/misc/trace-events | 4 + | ||
25 | tests/qtest/meson.build | 5 +- | ||
26 | 9 files changed, 510 insertions(+), 3 deletions(-) | ||
27 | create mode 100644 include/hw/misc/npcm7xx_rng.h | ||
28 | create mode 100644 hw/misc/npcm7xx_rng.c | ||
29 | create mode 100644 tests/qtest/npcm7xx_rng-test.c | ||
30 | |||
31 | diff --git a/docs/system/arm/nuvoton.rst b/docs/system/arm/nuvoton.rst | ||
32 | index XXXXXXX..XXXXXXX 100644 | ||
33 | --- a/docs/system/arm/nuvoton.rst | ||
34 | +++ b/docs/system/arm/nuvoton.rst | ||
35 | @@ -XXX,XX +XXX,XX @@ Supported devices | ||
36 | * DDR4 memory controller (dummy interface indicating memory training is done) | ||
37 | * OTP controllers (no protection features) | ||
38 | * Flash Interface Unit (FIU; no protection features) | ||
39 | + * Random Number Generator (RNG) | ||
40 | |||
41 | Missing devices | ||
42 | --------------- | ||
43 | @@ -XXX,XX +XXX,XX @@ Missing devices | ||
44 | * Peripheral SPI controller (PSPI) | ||
45 | * Analog to Digital Converter (ADC) | ||
46 | * SD/MMC host | ||
47 | - * Random Number Generator (RNG) | ||
48 | * PECI interface | ||
49 | * Pulse Width Modulation (PWM) | ||
50 | * Tachometer | ||
51 | diff --git a/include/hw/arm/npcm7xx.h b/include/hw/arm/npcm7xx.h | ||
52 | index XXXXXXX..XXXXXXX 100644 | ||
53 | --- a/include/hw/arm/npcm7xx.h | ||
54 | +++ b/include/hw/arm/npcm7xx.h | ||
55 | @@ -XXX,XX +XXX,XX @@ | ||
56 | #include "hw/mem/npcm7xx_mc.h" | ||
57 | #include "hw/misc/npcm7xx_clk.h" | ||
58 | #include "hw/misc/npcm7xx_gcr.h" | ||
59 | +#include "hw/misc/npcm7xx_rng.h" | ||
60 | #include "hw/nvram/npcm7xx_otp.h" | ||
61 | #include "hw/timer/npcm7xx_timer.h" | ||
62 | #include "hw/ssi/npcm7xx_fiu.h" | ||
63 | @@ -XXX,XX +XXX,XX @@ typedef struct NPCM7xxState { | ||
64 | NPCM7xxOTPState key_storage; | ||
65 | NPCM7xxOTPState fuse_array; | ||
66 | NPCM7xxMCState mc; | ||
67 | + NPCM7xxRNGState rng; | ||
68 | NPCM7xxFIUState fiu[2]; | ||
69 | } NPCM7xxState; | ||
70 | |||
71 | diff --git a/include/hw/misc/npcm7xx_rng.h b/include/hw/misc/npcm7xx_rng.h | ||
72 | new file mode 100644 | ||
73 | index XXXXXXX..XXXXXXX | ||
74 | --- /dev/null | ||
75 | +++ b/include/hw/misc/npcm7xx_rng.h | ||
76 | @@ -XXX,XX +XXX,XX @@ | ||
77 | +/* | ||
78 | + * Nuvoton NPCM7xx Random Number Generator. | ||
79 | + * | ||
80 | + * Copyright 2020 Google LLC | ||
81 | + * | ||
82 | + * This program is free software; you can redistribute it and/or modify it | ||
83 | + * under the terms of the GNU General Public License as published by the | ||
84 | + * Free Software Foundation; either version 2 of the License, or | ||
85 | + * (at your option) any later version. | ||
86 | + * | ||
87 | + * This program is distributed in the hope that it will be useful, but WITHOUT | ||
88 | + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
89 | + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
90 | + * for more details. | ||
91 | + */ | ||
92 | +#ifndef NPCM7XX_RNG_H | ||
93 | +#define NPCM7XX_RNG_H | ||
94 | + | ||
95 | +#include "hw/sysbus.h" | ||
96 | + | ||
97 | +typedef struct NPCM7xxRNGState { | ||
98 | + SysBusDevice parent; | ||
99 | + | ||
100 | + MemoryRegion iomem; | ||
101 | + | ||
102 | + uint8_t rngcs; | ||
103 | + uint8_t rngd; | ||
104 | + uint8_t rngmode; | ||
105 | +} NPCM7xxRNGState; | ||
106 | + | ||
107 | +#define TYPE_NPCM7XX_RNG "npcm7xx-rng" | ||
108 | +#define NPCM7XX_RNG(obj) OBJECT_CHECK(NPCM7xxRNGState, (obj), TYPE_NPCM7XX_RNG) | ||
109 | + | ||
110 | +#endif /* NPCM7XX_RNG_H */ | ||
111 | diff --git a/hw/arm/npcm7xx.c b/hw/arm/npcm7xx.c | ||
112 | index XXXXXXX..XXXXXXX 100644 | ||
113 | --- a/hw/arm/npcm7xx.c | ||
114 | +++ b/hw/arm/npcm7xx.c | ||
115 | @@ -XXX,XX +XXX,XX @@ | ||
116 | #define NPCM7XX_GCR_BA (0xf0800000) | ||
117 | #define NPCM7XX_CLK_BA (0xf0801000) | ||
118 | #define NPCM7XX_MC_BA (0xf0824000) | ||
119 | +#define NPCM7XX_RNG_BA (0xf000b000) | ||
120 | |||
121 | /* Internal AHB SRAM */ | ||
122 | #define NPCM7XX_RAM3_BA (0xc0008000) | ||
123 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_init(Object *obj) | ||
124 | object_initialize_child(obj, "otp2", &s->fuse_array, | ||
125 | TYPE_NPCM7XX_FUSE_ARRAY); | ||
126 | object_initialize_child(obj, "mc", &s->mc, TYPE_NPCM7XX_MC); | ||
127 | + object_initialize_child(obj, "rng", &s->rng, TYPE_NPCM7XX_RNG); | ||
128 | |||
129 | for (i = 0; i < ARRAY_SIZE(s->tim); i++) { | ||
130 | object_initialize_child(obj, "tim[*]", &s->tim[i], TYPE_NPCM7XX_TIMER); | ||
131 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_realize(DeviceState *dev, Error **errp) | ||
132 | serial_hd(i), DEVICE_LITTLE_ENDIAN); | ||
133 | } | ||
134 | |||
135 | + /* Random Number Generator. Cannot fail. */ | ||
136 | + sysbus_realize(SYS_BUS_DEVICE(&s->rng), &error_abort); | ||
137 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->rng), 0, NPCM7XX_RNG_BA); | ||
138 | + | ||
139 | /* | ||
140 | * Flash Interface Unit (FIU). Can fail if incorrect number of chip selects | ||
141 | * specified, but this is a programming error. | ||
142 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_realize(DeviceState *dev, Error **errp) | ||
143 | create_unimplemented_device("npcm7xx.vdmx", 0xe0800000, 4 * KiB); | ||
144 | create_unimplemented_device("npcm7xx.pcierc", 0xe1000000, 64 * KiB); | ||
145 | create_unimplemented_device("npcm7xx.kcs", 0xf0007000, 4 * KiB); | ||
146 | - create_unimplemented_device("npcm7xx.rng", 0xf000b000, 4 * KiB); | ||
147 | create_unimplemented_device("npcm7xx.adc", 0xf000c000, 4 * KiB); | ||
148 | create_unimplemented_device("npcm7xx.gfxi", 0xf000e000, 4 * KiB); | ||
149 | create_unimplemented_device("npcm7xx.gpio[0]", 0xf0010000, 4 * KiB); | ||
150 | diff --git a/hw/misc/npcm7xx_rng.c b/hw/misc/npcm7xx_rng.c | ||
151 | new file mode 100644 | ||
152 | index XXXXXXX..XXXXXXX | ||
153 | --- /dev/null | ||
154 | +++ b/hw/misc/npcm7xx_rng.c | ||
155 | @@ -XXX,XX +XXX,XX @@ | ||
156 | +/* | ||
157 | + * Nuvoton NPCM7xx Random Number Generator. | ||
158 | + * | ||
159 | + * Copyright 2020 Google LLC | ||
160 | + * | ||
161 | + * This program is free software; you can redistribute it and/or modify it | ||
162 | + * under the terms of the GNU General Public License as published by the | ||
163 | + * Free Software Foundation; either version 2 of the License, or | ||
164 | + * (at your option) any later version. | ||
165 | + * | ||
166 | + * This program is distributed in the hope that it will be useful, but WITHOUT | ||
167 | + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
168 | + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
169 | + * for more details. | ||
170 | + */ | ||
171 | + | ||
172 | +#include "qemu/osdep.h" | ||
173 | + | ||
174 | +#include "hw/misc/npcm7xx_rng.h" | ||
175 | +#include "migration/vmstate.h" | ||
176 | +#include "qemu/bitops.h" | ||
177 | +#include "qemu/guest-random.h" | ||
178 | +#include "qemu/log.h" | ||
179 | +#include "qemu/module.h" | ||
180 | +#include "qemu/units.h" | ||
181 | + | ||
182 | +#include "trace.h" | ||
183 | + | ||
184 | +#define NPCM7XX_RNG_REGS_SIZE (4 * KiB) | ||
185 | + | ||
186 | +#define NPCM7XX_RNGCS (0x00) | ||
187 | +#define NPCM7XX_RNGCS_CLKP(rv) extract32(rv, 2, 4) | ||
188 | +#define NPCM7XX_RNGCS_DVALID BIT(1) | ||
189 | +#define NPCM7XX_RNGCS_RNGE BIT(0) | ||
190 | + | ||
191 | +#define NPCM7XX_RNGD (0x04) | ||
192 | +#define NPCM7XX_RNGMODE (0x08) | ||
193 | +#define NPCM7XX_RNGMODE_NORMAL (0x02) | ||
194 | + | ||
195 | +static bool npcm7xx_rng_is_enabled(NPCM7xxRNGState *s) | ||
196 | +{ | ||
197 | + return (s->rngcs & NPCM7XX_RNGCS_RNGE) && | ||
198 | + (s->rngmode == NPCM7XX_RNGMODE_NORMAL); | ||
199 | +} | ||
200 | + | ||
201 | +static uint64_t npcm7xx_rng_read(void *opaque, hwaddr offset, unsigned size) | ||
202 | +{ | ||
203 | + NPCM7xxRNGState *s = opaque; | ||
204 | + uint64_t value = 0; | ||
205 | + | ||
206 | + switch (offset) { | ||
207 | + case NPCM7XX_RNGCS: | ||
208 | + /* | ||
209 | + * If the RNG is enabled, but we don't have any valid random data, try | ||
210 | + * obtaining some and update the DVALID bit accordingly. | ||
211 | + */ | ||
212 | + if (!npcm7xx_rng_is_enabled(s)) { | ||
213 | + s->rngcs &= ~NPCM7XX_RNGCS_DVALID; | ||
214 | + } else if (!(s->rngcs & NPCM7XX_RNGCS_DVALID)) { | ||
215 | + uint8_t byte = 0; | ||
216 | + | ||
217 | + if (qemu_guest_getrandom(&byte, sizeof(byte), NULL) == 0) { | ||
218 | + s->rngd = byte; | ||
219 | + s->rngcs |= NPCM7XX_RNGCS_DVALID; | ||
220 | + } | ||
221 | + } | ||
222 | + value = s->rngcs; | ||
223 | + break; | ||
224 | + case NPCM7XX_RNGD: | ||
225 | + if (npcm7xx_rng_is_enabled(s) && s->rngcs & NPCM7XX_RNGCS_DVALID) { | ||
226 | + s->rngcs &= ~NPCM7XX_RNGCS_DVALID; | ||
227 | + value = s->rngd; | ||
228 | + s->rngd = 0; | ||
229 | + } | ||
230 | + break; | ||
231 | + case NPCM7XX_RNGMODE: | ||
232 | + value = s->rngmode; | ||
233 | + break; | ||
234 | + | ||
235 | + default: | ||
236 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
237 | + "%s: read from invalid offset 0x%" HWADDR_PRIx "\n", | ||
238 | + DEVICE(s)->canonical_path, offset); | ||
239 | + break; | ||
240 | + } | ||
241 | + | ||
242 | + trace_npcm7xx_rng_read(offset, value, size); | ||
243 | + | ||
244 | + return value; | ||
245 | +} | ||
246 | + | ||
247 | +static void npcm7xx_rng_write(void *opaque, hwaddr offset, uint64_t value, | ||
248 | + unsigned size) | ||
249 | +{ | ||
250 | + NPCM7xxRNGState *s = opaque; | ||
251 | + | ||
252 | + trace_npcm7xx_rng_write(offset, value, size); | ||
253 | + | ||
254 | + switch (offset) { | ||
255 | + case NPCM7XX_RNGCS: | ||
256 | + s->rngcs &= NPCM7XX_RNGCS_DVALID; | ||
257 | + s->rngcs |= value & ~NPCM7XX_RNGCS_DVALID; | ||
258 | + break; | ||
259 | + case NPCM7XX_RNGD: | ||
260 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
261 | + "%s: write to read-only register @ 0x%" HWADDR_PRIx "\n", | ||
262 | + DEVICE(s)->canonical_path, offset); | ||
263 | + break; | ||
264 | + case NPCM7XX_RNGMODE: | ||
265 | + s->rngmode = value; | ||
266 | + break; | ||
267 | + default: | ||
268 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
269 | + "%s: write to invalid offset 0x%" HWADDR_PRIx "\n", | ||
270 | + DEVICE(s)->canonical_path, offset); | ||
271 | + break; | ||
272 | + } | ||
273 | +} | ||
274 | + | ||
275 | +static const MemoryRegionOps npcm7xx_rng_ops = { | ||
276 | + .read = npcm7xx_rng_read, | ||
277 | + .write = npcm7xx_rng_write, | ||
278 | + .endianness = DEVICE_LITTLE_ENDIAN, | ||
279 | + .valid = { | ||
280 | + .min_access_size = 1, | ||
281 | + .max_access_size = 4, | ||
282 | + .unaligned = false, | ||
283 | + }, | ||
284 | +}; | ||
285 | + | ||
286 | +static void npcm7xx_rng_enter_reset(Object *obj, ResetType type) | ||
287 | +{ | ||
288 | + NPCM7xxRNGState *s = NPCM7XX_RNG(obj); | ||
289 | + | ||
290 | + s->rngcs = 0; | ||
291 | + s->rngd = 0; | ||
292 | + s->rngmode = 0; | ||
293 | +} | ||
294 | + | ||
295 | +static void npcm7xx_rng_init(Object *obj) | ||
296 | +{ | ||
297 | + NPCM7xxRNGState *s = NPCM7XX_RNG(obj); | ||
298 | + | ||
299 | + memory_region_init_io(&s->iomem, obj, &npcm7xx_rng_ops, s, "regs", | ||
300 | + NPCM7XX_RNG_REGS_SIZE); | ||
301 | + sysbus_init_mmio(&s->parent, &s->iomem); | ||
302 | +} | ||
303 | + | ||
304 | +static const VMStateDescription vmstate_npcm7xx_rng = { | ||
305 | + .name = "npcm7xx-rng", | ||
306 | + .version_id = 0, | ||
307 | + .minimum_version_id = 0, | ||
308 | + .fields = (VMStateField[]) { | ||
309 | + VMSTATE_UINT8(rngcs, NPCM7xxRNGState), | ||
310 | + VMSTATE_UINT8(rngd, NPCM7xxRNGState), | ||
311 | + VMSTATE_UINT8(rngmode, NPCM7xxRNGState), | ||
312 | + VMSTATE_END_OF_LIST(), | ||
313 | + }, | ||
314 | +}; | ||
315 | + | ||
316 | +static void npcm7xx_rng_class_init(ObjectClass *klass, void *data) | ||
317 | +{ | ||
318 | + ResettableClass *rc = RESETTABLE_CLASS(klass); | ||
319 | + DeviceClass *dc = DEVICE_CLASS(klass); | ||
320 | + | ||
321 | + dc->desc = "NPCM7xx Random Number Generator"; | ||
322 | + dc->vmsd = &vmstate_npcm7xx_rng; | ||
323 | + rc->phases.enter = npcm7xx_rng_enter_reset; | ||
324 | +} | ||
325 | + | ||
326 | +static const TypeInfo npcm7xx_rng_types[] = { | ||
327 | + { | ||
328 | + .name = TYPE_NPCM7XX_RNG, | ||
329 | + .parent = TYPE_SYS_BUS_DEVICE, | ||
330 | + .instance_size = sizeof(NPCM7xxRNGState), | ||
331 | + .class_init = npcm7xx_rng_class_init, | ||
332 | + .instance_init = npcm7xx_rng_init, | ||
333 | + }, | ||
334 | +}; | ||
335 | +DEFINE_TYPES(npcm7xx_rng_types); | ||
336 | diff --git a/tests/qtest/npcm7xx_rng-test.c b/tests/qtest/npcm7xx_rng-test.c | ||
337 | new file mode 100644 | ||
338 | index XXXXXXX..XXXXXXX | ||
339 | --- /dev/null | ||
340 | +++ b/tests/qtest/npcm7xx_rng-test.c | ||
341 | @@ -XXX,XX +XXX,XX @@ | ||
342 | +/* | ||
343 | + * QTest testcase for the Nuvoton NPCM7xx Random Number Generator | ||
344 | + * | ||
345 | + * Copyright 2020 Google LLC | ||
346 | + * | ||
347 | + * This program is free software; you can redistribute it and/or modify it | ||
348 | + * under the terms of the GNU General Public License as published by the | ||
349 | + * Free Software Foundation; either version 2 of the License, or | ||
350 | + * (at your option) any later version. | ||
351 | + * | ||
352 | + * This program is distributed in the hope that it will be useful, but WITHOUT | ||
353 | + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
354 | + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
355 | + * for more details. | ||
356 | + */ | ||
357 | + | ||
358 | +#include "qemu/osdep.h" | ||
359 | + | ||
360 | +#include <math.h> | ||
361 | + | ||
362 | +#include "libqtest-single.h" | ||
363 | +#include "qemu/bitops.h" | ||
364 | + | ||
365 | +#define RNG_BASE_ADDR 0xf000b000 | ||
366 | + | ||
367 | +/* Control and Status Register */ | ||
368 | +#define RNGCS 0x00 | ||
369 | +# define DVALID BIT(1) /* Data Valid */ | ||
370 | +# define RNGE BIT(0) /* RNG Enable */ | ||
371 | +/* Data Register */ | ||
372 | +#define RNGD 0x04 | ||
373 | +/* Mode Register */ | ||
374 | +#define RNGMODE 0x08 | ||
375 | +# define ROSEL_NORMAL (2) /* RNG only works in this mode */ | ||
376 | + | ||
377 | +/* Number of bits to collect for randomness tests. */ | ||
378 | +#define TEST_INPUT_BITS (128) | ||
379 | + | ||
380 | +static void rng_writeb(unsigned int offset, uint8_t value) | ||
381 | +{ | ||
382 | + writeb(RNG_BASE_ADDR + offset, value); | ||
383 | +} | ||
384 | + | ||
385 | +static uint8_t rng_readb(unsigned int offset) | ||
386 | +{ | ||
387 | + return readb(RNG_BASE_ADDR + offset); | ||
388 | +} | ||
389 | + | ||
390 | +/* Disable RNG and set normal ring oscillator mode. */ | ||
391 | +static void rng_reset(void) | ||
392 | +{ | ||
393 | + rng_writeb(RNGCS, 0); | ||
394 | + rng_writeb(RNGMODE, ROSEL_NORMAL); | ||
395 | +} | ||
396 | + | ||
397 | +/* Reset RNG and then enable it. */ | ||
398 | +static void rng_reset_enable(void) | ||
399 | +{ | ||
400 | + rng_reset(); | ||
401 | + rng_writeb(RNGCS, RNGE); | ||
402 | +} | ||
403 | + | ||
404 | +/* Wait until Data Valid bit is set. */ | ||
405 | +static bool rng_wait_ready(void) | ||
406 | +{ | ||
407 | + /* qemu_guest_getrandom may fail. Assume it won't fail 10 times in a row. */ | ||
408 | + int retries = 10; | ||
409 | + | ||
410 | + while (retries-- > 0) { | ||
411 | + if (rng_readb(RNGCS) & DVALID) { | ||
412 | + return true; | ||
413 | + } | ||
414 | + } | ||
415 | + | ||
416 | + return false; | ||
417 | +} | ||
418 | + | ||
419 | +/* | ||
420 | + * Perform a frequency (monobit) test, as defined by NIST SP 800-22, on the | ||
421 | + * sequence in buf and return the P-value. This represents the probability of a | ||
422 | + * truly random sequence having the same proportion of zeros and ones as the | ||
423 | + * sequence in buf. | ||
424 | + * | ||
425 | + * An RNG which always returns 0x00 or 0xff, or has some bits stuck at 0 or 1, | ||
426 | + * will fail this test. However, an RNG which always returns 0x55, 0xf0 or some | ||
427 | + * other value with an equal number of zeroes and ones will pass. | ||
428 | + */ | ||
429 | +static double calc_monobit_p(const uint8_t *buf, unsigned int len) | ||
430 | +{ | ||
431 | + unsigned int i; | ||
432 | + double s_obs; | ||
433 | + int sn = 0; | ||
434 | + | ||
435 | + for (i = 0; i < len; i++) { | ||
436 | + /* | ||
437 | + * Each 1 counts as 1, each 0 counts as -1. | ||
438 | + * s = cp - (8 - cp) = 2 * cp - 8 | ||
439 | + */ | ||
440 | + sn += 2 * ctpop8(buf[i]) - 8; | ||
441 | + } | ||
442 | + | ||
443 | + s_obs = abs(sn) / sqrt(len * BITS_PER_BYTE); | ||
444 | + | ||
445 | + return erfc(s_obs / sqrt(2)); | ||
446 | +} | ||
447 | + | ||
448 | +/* | ||
449 | + * Perform a runs test, as defined by NIST SP 800-22, and return the P-value. | ||
450 | + * This represents the probability of a truly random sequence having the same | ||
451 | + * number of runs (i.e. uninterrupted sequences of identical bits) as the | ||
452 | + * sequence in buf. | ||
453 | + */ | ||
454 | +static double calc_runs_p(const unsigned long *buf, unsigned int nr_bits) | ||
455 | +{ | ||
456 | + unsigned int j; | ||
457 | + unsigned int k; | ||
458 | + int nr_ones = 0; | ||
459 | + int vn_obs = 0; | ||
460 | + double pi; | ||
461 | + | ||
462 | + g_assert(nr_bits % BITS_PER_LONG == 0); | ||
463 | + | ||
464 | + for (j = 0; j < nr_bits / BITS_PER_LONG; j++) { | ||
465 | + nr_ones += __builtin_popcountl(buf[j]); | ||
466 | + } | ||
467 | + pi = (double)nr_ones / nr_bits; | ||
468 | + | ||
469 | + for (k = 0; k < nr_bits - 1; k++) { | ||
470 | + vn_obs += !(test_bit(k, buf) ^ test_bit(k + 1, buf)); | ||
471 | + } | ||
472 | + vn_obs += 1; | ||
473 | + | ||
474 | + return erfc(fabs(vn_obs - 2 * nr_bits * pi * (1.0 - pi)) | ||
475 | + / (2 * sqrt(2 * nr_bits) * pi * (1.0 - pi))); | ||
476 | +} | ||
477 | + | ||
478 | +/* | ||
479 | + * Verifies that DVALID is clear, and RNGD reads zero, when RNGE is cleared, | ||
480 | + * and DVALID eventually becomes set when RNGE is set. | ||
481 | + */ | ||
482 | +static void test_enable_disable(void) | ||
483 | +{ | ||
484 | + /* Disable: DVALID should not be set, and RNGD should read zero */ | ||
485 | + rng_reset(); | ||
486 | + g_assert_cmphex(rng_readb(RNGCS), ==, 0); | ||
487 | + g_assert_cmphex(rng_readb(RNGD), ==, 0); | ||
488 | + | ||
489 | + /* Enable: DVALID should be set, but we can't make assumptions about RNGD */ | ||
490 | + rng_writeb(RNGCS, RNGE); | ||
491 | + g_assert_true(rng_wait_ready()); | ||
492 | + g_assert_cmphex(rng_readb(RNGCS), ==, DVALID | RNGE); | ||
493 | + | ||
494 | + /* Disable: DVALID should not be set, and RNGD should read zero */ | ||
495 | + rng_writeb(RNGCS, 0); | ||
496 | + g_assert_cmphex(rng_readb(RNGCS), ==, 0); | ||
497 | + g_assert_cmphex(rng_readb(RNGD), ==, 0); | ||
498 | +} | ||
499 | + | ||
500 | +/* | ||
501 | + * Verifies that the RNG only produces data when RNGMODE is set to 'normal' | ||
502 | + * ring oscillator mode. | ||
503 | + */ | ||
504 | +static void test_rosel(void) | ||
505 | +{ | ||
506 | + rng_reset_enable(); | ||
507 | + g_assert_true(rng_wait_ready()); | ||
508 | + rng_writeb(RNGMODE, 0); | ||
509 | + g_assert_false(rng_wait_ready()); | ||
510 | + rng_writeb(RNGMODE, ROSEL_NORMAL); | ||
511 | + g_assert_true(rng_wait_ready()); | ||
512 | + rng_writeb(RNGMODE, 0); | ||
513 | + g_assert_false(rng_wait_ready()); | ||
514 | +} | ||
515 | + | ||
516 | +/* | ||
517 | + * Verifies that a continuous sequence of bits collected after enabling the RNG | ||
518 | + * satisfies a monobit test. | ||
519 | + */ | ||
520 | +static void test_continuous_monobit(void) | ||
521 | +{ | ||
522 | + uint8_t buf[TEST_INPUT_BITS / BITS_PER_BYTE]; | ||
523 | + unsigned int i; | ||
524 | + | ||
525 | + rng_reset_enable(); | ||
526 | + for (i = 0; i < sizeof(buf); i++) { | ||
527 | + g_assert_true(rng_wait_ready()); | ||
528 | + buf[i] = rng_readb(RNGD); | ||
529 | + } | ||
530 | + | ||
531 | + g_assert_cmpfloat(calc_monobit_p(buf, sizeof(buf)), >, 0.01); | ||
532 | +} | ||
533 | + | ||
534 | +/* | ||
535 | + * Verifies that a continuous sequence of bits collected after enabling the RNG | ||
536 | + * satisfies a runs test. | ||
537 | + */ | ||
538 | +static void test_continuous_runs(void) | ||
539 | +{ | ||
540 | + union { | ||
541 | + unsigned long l[TEST_INPUT_BITS / BITS_PER_LONG]; | ||
542 | + uint8_t c[TEST_INPUT_BITS / BITS_PER_BYTE]; | ||
543 | + } buf; | ||
544 | + unsigned int i; | ||
545 | + | ||
546 | + rng_reset_enable(); | ||
547 | + for (i = 0; i < sizeof(buf); i++) { | ||
548 | + g_assert_true(rng_wait_ready()); | ||
549 | + buf.c[i] = rng_readb(RNGD); | ||
550 | + } | ||
551 | + | ||
552 | + g_assert_cmpfloat(calc_runs_p(buf.l, sizeof(buf) * BITS_PER_BYTE), >, 0.01); | ||
553 | +} | ||
554 | + | ||
555 | +/* | ||
556 | + * Verifies that the first data byte collected after enabling the RNG satisfies | ||
557 | + * a monobit test. | ||
558 | + */ | ||
559 | +static void test_first_byte_monobit(void) | ||
560 | +{ | ||
561 | + /* Enable, collect one byte, disable. Repeat until we have 100 bits. */ | ||
562 | + uint8_t buf[TEST_INPUT_BITS / BITS_PER_BYTE]; | ||
563 | + unsigned int i; | ||
564 | + | ||
565 | + rng_reset(); | ||
566 | + for (i = 0; i < sizeof(buf); i++) { | ||
567 | + rng_writeb(RNGCS, RNGE); | ||
568 | + g_assert_true(rng_wait_ready()); | ||
569 | + buf[i] = rng_readb(RNGD); | ||
570 | + rng_writeb(RNGCS, 0); | ||
571 | + } | ||
572 | + | ||
573 | + g_assert_cmpfloat(calc_monobit_p(buf, sizeof(buf)), >, 0.01); | ||
574 | +} | ||
575 | + | ||
576 | +/* | ||
577 | + * Verifies that the first data byte collected after enabling the RNG satisfies | ||
578 | + * a runs test. | ||
579 | + */ | ||
580 | +static void test_first_byte_runs(void) | ||
581 | +{ | ||
582 | + /* Enable, collect one byte, disable. Repeat until we have 100 bits. */ | ||
583 | + union { | ||
584 | + unsigned long l[TEST_INPUT_BITS / BITS_PER_LONG]; | ||
585 | + uint8_t c[TEST_INPUT_BITS / BITS_PER_BYTE]; | ||
586 | + } buf; | ||
587 | + unsigned int i; | ||
588 | + | ||
589 | + rng_reset(); | ||
590 | + for (i = 0; i < sizeof(buf); i++) { | ||
591 | + rng_writeb(RNGCS, RNGE); | ||
592 | + g_assert_true(rng_wait_ready()); | ||
593 | + buf.c[i] = rng_readb(RNGD); | ||
594 | + rng_writeb(RNGCS, 0); | ||
595 | + } | ||
596 | + | ||
597 | + g_assert_cmpfloat(calc_runs_p(buf.l, sizeof(buf) * BITS_PER_BYTE), >, 0.01); | ||
598 | +} | ||
599 | + | ||
600 | +int main(int argc, char **argv) | ||
601 | +{ | ||
602 | + int ret; | ||
603 | + | ||
604 | + g_test_init(&argc, &argv, NULL); | ||
605 | + g_test_set_nonfatal_assertions(); | ||
606 | + | ||
607 | + qtest_add_func("npcm7xx_rng/enable_disable", test_enable_disable); | ||
608 | + qtest_add_func("npcm7xx_rng/rosel", test_rosel); | ||
609 | + qtest_add_func("npcm7xx_rng/continuous/monobit", test_continuous_monobit); | ||
610 | + qtest_add_func("npcm7xx_rng/continuous/runs", test_continuous_runs); | ||
611 | + qtest_add_func("npcm7xx_rng/first_byte/monobit", test_first_byte_monobit); | ||
612 | + qtest_add_func("npcm7xx_rng/first_byte/runs", test_first_byte_runs); | ||
613 | + | ||
614 | + qtest_start("-machine npcm750-evb"); | ||
615 | + ret = g_test_run(); | ||
616 | + qtest_end(); | ||
617 | + | ||
618 | + return ret; | ||
619 | +} | ||
620 | diff --git a/hw/misc/meson.build b/hw/misc/meson.build | ||
621 | index XXXXXXX..XXXXXXX 100644 | ||
622 | --- a/hw/misc/meson.build | ||
623 | +++ b/hw/misc/meson.build | ||
624 | @@ -XXX,XX +XXX,XX @@ softmmu_ss.add(when: 'CONFIG_MAINSTONE', if_true: files('mst_fpga.c')) | ||
625 | softmmu_ss.add(when: 'CONFIG_NPCM7XX', if_true: files( | ||
626 | 'npcm7xx_clk.c', | ||
627 | 'npcm7xx_gcr.c', | ||
628 | + 'npcm7xx_rng.c', | ||
629 | )) | ||
630 | softmmu_ss.add(when: 'CONFIG_OMAP', if_true: files( | ||
631 | 'omap_clk.c', | ||
632 | diff --git a/hw/misc/trace-events b/hw/misc/trace-events | ||
633 | index XXXXXXX..XXXXXXX 100644 | ||
634 | --- a/hw/misc/trace-events | ||
635 | +++ b/hw/misc/trace-events | ||
636 | @@ -XXX,XX +XXX,XX @@ npcm7xx_clk_write(uint64_t offset, uint32_t value) "offset: 0x%04" PRIx64 " valu | ||
637 | npcm7xx_gcr_read(uint64_t offset, uint32_t value) " offset: 0x%04" PRIx64 " value: 0x%08" PRIx32 | ||
638 | npcm7xx_gcr_write(uint64_t offset, uint32_t value) "offset: 0x%04" PRIx64 " value: 0x%08" PRIx32 | ||
639 | |||
640 | +# npcm7xx_rng.c | ||
641 | +npcm7xx_rng_read(uint64_t offset, uint64_t value, unsigned size) "offset: 0x%04" PRIx64 " value: 0x%02" PRIx64 " size: %u" | ||
642 | +npcm7xx_rng_write(uint64_t offset, uint64_t value, unsigned size) "offset: 0x%04" PRIx64 " value: 0x%02" PRIx64 " size: %u" | ||
643 | + | ||
644 | # stm32f4xx_syscfg.c | ||
645 | stm32f4xx_syscfg_set_irq(int gpio, int line, int level) "Interupt: GPIO: %d, Line: %d; Level: %d" | ||
646 | stm32f4xx_pulse_exti(int irq) "Pulse EXTI: %d" | ||
647 | diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build | ||
648 | index XXXXXXX..XXXXXXX 100644 | ||
649 | --- a/tests/qtest/meson.build | ||
650 | +++ b/tests/qtest/meson.build | ||
651 | @@ -XXX,XX +XXX,XX @@ qtests_sparc64 = \ | ||
652 | (config_all_devices.has_key('CONFIG_ISA_TESTDEV') ? ['endianness-test'] : []) + \ | ||
653 | ['prom-env-test', 'boot-serial-test'] | ||
654 | |||
655 | -qtests_npcm7xx = ['npcm7xx_timer-test', 'npcm7xx_watchdog_timer-test'] | ||
656 | +qtests_npcm7xx = \ | ||
657 | + ['npcm7xx_rng-test', | ||
658 | + 'npcm7xx_timer-test', | ||
659 | + 'npcm7xx_watchdog_timer-test'] | ||
660 | qtests_arm = \ | ||
661 | (config_all_devices.has_key('CONFIG_PFLASH_CFI02') ? ['pflash-cfi02-test'] : []) + \ | ||
662 | (config_all_devices.has_key('CONFIG_NPCM7XX') ? qtests_npcm7xx : []) + \ | ||
663 | -- | ||
664 | 2.20.1 | ||
665 | |||
666 | diff view generated by jsdifflib |
1 | In arm_cpu_realizefn(), if the CPU has VFP or Neon disabled then we | 1 | From: Havard Skinnemoen <hskinnemoen@google.com> |
---|---|---|---|
2 | squash the ID register fields so that we don't advertise it to the | ||
3 | guest. This code was written for A-profile and needs some tweaks to | ||
4 | work correctly on M-profile: | ||
5 | 2 | ||
6 | * A-profile only fields should not be zeroed on M-profile: | 3 | The NPCM730 and NPCM750 chips have a single USB host port shared between |
7 | - MVFR0.FPSHVEC,FPTRAP | 4 | a USB 2.0 EHCI host controller and a USB 1.1 OHCI host controller. This |
8 | - MVFR1.SIMDLS,SIMDINT,SIMDSP,SIMDHP | 5 | adds support for both of them. |
9 | - MVFR2.SIMDMISC | ||
10 | * M-profile only fields should be zeroed on M-profile: | ||
11 | - MVFR1.FP16 | ||
12 | 6 | ||
13 | In particular, because MVFR1.SIMDHP on A-profile is the same field as | 7 | Testing notes: |
14 | MVFR1.FP16 on M-profile this code was incorrectly disabling FP16 | 8 | * With -device usb-kbd, qemu will automatically insert a full-speed |
15 | support on an M-profile CPU (where has_neon is always false). This | 9 | hub, and the keyboard becomes controlled by the OHCI controller. |
16 | isn't a visible bug yet because we don't have any M-profile CPUs with | 10 | * With -device usb-kbd,bus=usb-bus.0,port=1, the keyboard is directly |
17 | FP16 support, but the change is necessary before we introduce any. | 11 | attached to the port without any hubs, and the device becomes |
12 | controlled by the EHCI controller since it's high speed capable. | ||
13 | * With -device usb-kbd,bus=usb-bus.0,port=1,usb_version=1, the | ||
14 | keyboard is directly attached to the port, but it only advertises | ||
15 | itself as full-speed capable, so it becomes controlled by the OHCI | ||
16 | controller. | ||
18 | 17 | ||
19 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 18 | In all cases, the keyboard device enumerates correctly. |
19 | |||
20 | Reviewed-by: Tyrone Ting <kfting@nuvoton.com> | ||
21 | Reviewed-by: Gerd Hoffmann <kraxel@redhat.com> | ||
22 | Signed-off-by: Havard Skinnemoen <hskinnemoen@google.com> | ||
20 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 23 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
21 | Message-id: 20201019151301.2046-9-peter.maydell@linaro.org | ||
22 | --- | 24 | --- |
23 | target/arm/cpu.c | 29 ++++++++++++++++++----------- | 25 | docs/system/arm/nuvoton.rst | 2 +- |
24 | 1 file changed, 18 insertions(+), 11 deletions(-) | 26 | hw/usb/hcd-ehci.h | 1 + |
27 | include/hw/arm/npcm7xx.h | 4 ++++ | ||
28 | hw/arm/npcm7xx.c | 27 +++++++++++++++++++++++++-- | ||
29 | hw/usb/hcd-ehci-sysbus.c | 19 +++++++++++++++++++ | ||
30 | 5 files changed, 50 insertions(+), 3 deletions(-) | ||
25 | 31 | ||
26 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c | 32 | diff --git a/docs/system/arm/nuvoton.rst b/docs/system/arm/nuvoton.rst |
27 | index XXXXXXX..XXXXXXX 100644 | 33 | index XXXXXXX..XXXXXXX 100644 |
28 | --- a/target/arm/cpu.c | 34 | --- a/docs/system/arm/nuvoton.rst |
29 | +++ b/target/arm/cpu.c | 35 | +++ b/docs/system/arm/nuvoton.rst |
30 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_realizefn(DeviceState *dev, Error **errp) | 36 | @@ -XXX,XX +XXX,XX @@ Supported devices |
31 | u = cpu->isar.mvfr0; | 37 | * OTP controllers (no protection features) |
32 | u = FIELD_DP32(u, MVFR0, FPSP, 0); | 38 | * Flash Interface Unit (FIU; no protection features) |
33 | u = FIELD_DP32(u, MVFR0, FPDP, 0); | 39 | * Random Number Generator (RNG) |
34 | - u = FIELD_DP32(u, MVFR0, FPTRAP, 0); | 40 | + * USB host (USBH) |
35 | u = FIELD_DP32(u, MVFR0, FPDIVIDE, 0); | 41 | |
36 | u = FIELD_DP32(u, MVFR0, FPSQRT, 0); | 42 | Missing devices |
37 | - u = FIELD_DP32(u, MVFR0, FPSHVEC, 0); | 43 | --------------- |
38 | u = FIELD_DP32(u, MVFR0, FPROUND, 0); | 44 | @@ -XXX,XX +XXX,XX @@ Missing devices |
39 | + if (!arm_feature(env, ARM_FEATURE_M)) { | 45 | * eSPI slave interface |
40 | + u = FIELD_DP32(u, MVFR0, FPTRAP, 0); | 46 | |
41 | + u = FIELD_DP32(u, MVFR0, FPSHVEC, 0); | 47 | * Ethernet controllers (GMAC and EMC) |
42 | + } | 48 | - * USB host (USBH) |
43 | cpu->isar.mvfr0 = u; | 49 | * USB device (USBD) |
44 | 50 | * SMBus controller (SMBF) | |
45 | u = cpu->isar.mvfr1; | 51 | * Peripheral SPI controller (PSPI) |
46 | u = FIELD_DP32(u, MVFR1, FPFTZ, 0); | 52 | diff --git a/hw/usb/hcd-ehci.h b/hw/usb/hcd-ehci.h |
47 | u = FIELD_DP32(u, MVFR1, FPDNAN, 0); | 53 | index XXXXXXX..XXXXXXX 100644 |
48 | u = FIELD_DP32(u, MVFR1, FPHP, 0); | 54 | --- a/hw/usb/hcd-ehci.h |
49 | + if (arm_feature(env, ARM_FEATURE_M)) { | 55 | +++ b/hw/usb/hcd-ehci.h |
50 | + u = FIELD_DP32(u, MVFR1, FP16, 0); | 56 | @@ -XXX,XX +XXX,XX @@ struct EHCIPCIState { |
51 | + } | 57 | #define TYPE_PLATFORM_EHCI "platform-ehci-usb" |
52 | cpu->isar.mvfr1 = u; | 58 | #define TYPE_EXYNOS4210_EHCI "exynos4210-ehci-usb" |
53 | 59 | #define TYPE_AW_H3_EHCI "aw-h3-ehci-usb" | |
54 | u = cpu->isar.mvfr2; | 60 | +#define TYPE_NPCM7XX_EHCI "npcm7xx-ehci-usb" |
55 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_realizefn(DeviceState *dev, Error **errp) | 61 | #define TYPE_TEGRA2_EHCI "tegra2-ehci-usb" |
56 | u = FIELD_DP32(u, ID_ISAR6, FHM, 0); | 62 | #define TYPE_PPC4xx_EHCI "ppc4xx-ehci-usb" |
57 | cpu->isar.id_isar6 = u; | 63 | #define TYPE_FUSBH200_EHCI "fusbh200-ehci-usb" |
58 | 64 | diff --git a/include/hw/arm/npcm7xx.h b/include/hw/arm/npcm7xx.h | |
59 | - u = cpu->isar.mvfr1; | 65 | index XXXXXXX..XXXXXXX 100644 |
60 | - u = FIELD_DP32(u, MVFR1, SIMDLS, 0); | 66 | --- a/include/hw/arm/npcm7xx.h |
61 | - u = FIELD_DP32(u, MVFR1, SIMDINT, 0); | 67 | +++ b/include/hw/arm/npcm7xx.h |
62 | - u = FIELD_DP32(u, MVFR1, SIMDSP, 0); | 68 | @@ -XXX,XX +XXX,XX @@ |
63 | - u = FIELD_DP32(u, MVFR1, SIMDHP, 0); | 69 | #include "hw/nvram/npcm7xx_otp.h" |
64 | - cpu->isar.mvfr1 = u; | 70 | #include "hw/timer/npcm7xx_timer.h" |
65 | + if (!arm_feature(env, ARM_FEATURE_M)) { | 71 | #include "hw/ssi/npcm7xx_fiu.h" |
66 | + u = cpu->isar.mvfr1; | 72 | +#include "hw/usb/hcd-ehci.h" |
67 | + u = FIELD_DP32(u, MVFR1, SIMDLS, 0); | 73 | +#include "hw/usb/hcd-ohci.h" |
68 | + u = FIELD_DP32(u, MVFR1, SIMDINT, 0); | 74 | #include "target/arm/cpu.h" |
69 | + u = FIELD_DP32(u, MVFR1, SIMDSP, 0); | 75 | |
70 | + u = FIELD_DP32(u, MVFR1, SIMDHP, 0); | 76 | #define NPCM7XX_MAX_NUM_CPUS (2) |
71 | + cpu->isar.mvfr1 = u; | 77 | @@ -XXX,XX +XXX,XX @@ typedef struct NPCM7xxState { |
72 | 78 | NPCM7xxOTPState fuse_array; | |
73 | - u = cpu->isar.mvfr2; | 79 | NPCM7xxMCState mc; |
74 | - u = FIELD_DP32(u, MVFR2, SIMDMISC, 0); | 80 | NPCM7xxRNGState rng; |
75 | - cpu->isar.mvfr2 = u; | 81 | + EHCISysBusState ehci; |
76 | + u = cpu->isar.mvfr2; | 82 | + OHCISysBusState ohci; |
77 | + u = FIELD_DP32(u, MVFR2, SIMDMISC, 0); | 83 | NPCM7xxFIUState fiu[2]; |
78 | + cpu->isar.mvfr2 = u; | 84 | } NPCM7xxState; |
79 | + } | 85 | |
86 | diff --git a/hw/arm/npcm7xx.c b/hw/arm/npcm7xx.c | ||
87 | index XXXXXXX..XXXXXXX 100644 | ||
88 | --- a/hw/arm/npcm7xx.c | ||
89 | +++ b/hw/arm/npcm7xx.c | ||
90 | @@ -XXX,XX +XXX,XX @@ | ||
91 | #define NPCM7XX_MC_BA (0xf0824000) | ||
92 | #define NPCM7XX_RNG_BA (0xf000b000) | ||
93 | |||
94 | +/* USB Host modules */ | ||
95 | +#define NPCM7XX_EHCI_BA (0xf0806000) | ||
96 | +#define NPCM7XX_OHCI_BA (0xf0807000) | ||
97 | + | ||
98 | /* Internal AHB SRAM */ | ||
99 | #define NPCM7XX_RAM3_BA (0xc0008000) | ||
100 | #define NPCM7XX_RAM3_SZ (4 * KiB) | ||
101 | @@ -XXX,XX +XXX,XX @@ enum NPCM7xxInterrupt { | ||
102 | NPCM7XX_WDG0_IRQ = 47, /* Timer Module 0 Watchdog */ | ||
103 | NPCM7XX_WDG1_IRQ, /* Timer Module 1 Watchdog */ | ||
104 | NPCM7XX_WDG2_IRQ, /* Timer Module 2 Watchdog */ | ||
105 | + NPCM7XX_EHCI_IRQ = 61, | ||
106 | + NPCM7XX_OHCI_IRQ = 62, | ||
107 | }; | ||
108 | |||
109 | /* Total number of GIC interrupts, including internal Cortex-A9 interrupts. */ | ||
110 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_init(Object *obj) | ||
111 | object_initialize_child(obj, "tim[*]", &s->tim[i], TYPE_NPCM7XX_TIMER); | ||
80 | } | 112 | } |
81 | 113 | ||
82 | if (!cpu->has_neon && !cpu->has_vfp) { | 114 | + object_initialize_child(obj, "ehci", &s->ehci, TYPE_NPCM7XX_EHCI); |
115 | + object_initialize_child(obj, "ohci", &s->ohci, TYPE_SYSBUS_OHCI); | ||
116 | + | ||
117 | QEMU_BUILD_BUG_ON(ARRAY_SIZE(npcm7xx_fiu) != ARRAY_SIZE(s->fiu)); | ||
118 | for (i = 0; i < ARRAY_SIZE(s->fiu); i++) { | ||
119 | object_initialize_child(obj, npcm7xx_fiu[i].name, &s->fiu[i], | ||
120 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_realize(DeviceState *dev, Error **errp) | ||
121 | sysbus_realize(SYS_BUS_DEVICE(&s->rng), &error_abort); | ||
122 | sysbus_mmio_map(SYS_BUS_DEVICE(&s->rng), 0, NPCM7XX_RNG_BA); | ||
123 | |||
124 | + /* USB Host */ | ||
125 | + object_property_set_bool(OBJECT(&s->ehci), "companion-enable", true, | ||
126 | + &error_abort); | ||
127 | + sysbus_realize(SYS_BUS_DEVICE(&s->ehci), &error_abort); | ||
128 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->ehci), 0, NPCM7XX_EHCI_BA); | ||
129 | + sysbus_connect_irq(SYS_BUS_DEVICE(&s->ehci), 0, | ||
130 | + npcm7xx_irq(s, NPCM7XX_EHCI_IRQ)); | ||
131 | + | ||
132 | + object_property_set_str(OBJECT(&s->ohci), "masterbus", "usb-bus.0", | ||
133 | + &error_abort); | ||
134 | + object_property_set_uint(OBJECT(&s->ohci), "num-ports", 1, &error_abort); | ||
135 | + sysbus_realize(SYS_BUS_DEVICE(&s->ohci), &error_abort); | ||
136 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->ohci), 0, NPCM7XX_OHCI_BA); | ||
137 | + sysbus_connect_irq(SYS_BUS_DEVICE(&s->ohci), 0, | ||
138 | + npcm7xx_irq(s, NPCM7XX_OHCI_IRQ)); | ||
139 | + | ||
140 | /* | ||
141 | * Flash Interface Unit (FIU). Can fail if incorrect number of chip selects | ||
142 | * specified, but this is a programming error. | ||
143 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_realize(DeviceState *dev, Error **errp) | ||
144 | create_unimplemented_device("npcm7xx.mcphy", 0xf05f0000, 64 * KiB); | ||
145 | create_unimplemented_device("npcm7xx.gmac1", 0xf0802000, 8 * KiB); | ||
146 | create_unimplemented_device("npcm7xx.gmac2", 0xf0804000, 8 * KiB); | ||
147 | - create_unimplemented_device("npcm7xx.ehci", 0xf0806000, 4 * KiB); | ||
148 | - create_unimplemented_device("npcm7xx.ohci", 0xf0807000, 4 * KiB); | ||
149 | create_unimplemented_device("npcm7xx.vcd", 0xf0810000, 64 * KiB); | ||
150 | create_unimplemented_device("npcm7xx.ece", 0xf0820000, 8 * KiB); | ||
151 | create_unimplemented_device("npcm7xx.vdma", 0xf0822000, 8 * KiB); | ||
152 | diff --git a/hw/usb/hcd-ehci-sysbus.c b/hw/usb/hcd-ehci-sysbus.c | ||
153 | index XXXXXXX..XXXXXXX 100644 | ||
154 | --- a/hw/usb/hcd-ehci-sysbus.c | ||
155 | +++ b/hw/usb/hcd-ehci-sysbus.c | ||
156 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo ehci_aw_h3_type_info = { | ||
157 | .class_init = ehci_aw_h3_class_init, | ||
158 | }; | ||
159 | |||
160 | +static void ehci_npcm7xx_class_init(ObjectClass *oc, void *data) | ||
161 | +{ | ||
162 | + SysBusEHCIClass *sec = SYS_BUS_EHCI_CLASS(oc); | ||
163 | + DeviceClass *dc = DEVICE_CLASS(oc); | ||
164 | + | ||
165 | + sec->capsbase = 0x0; | ||
166 | + sec->opregbase = 0x10; | ||
167 | + sec->portscbase = 0x44; | ||
168 | + sec->portnr = 1; | ||
169 | + set_bit(DEVICE_CATEGORY_USB, dc->categories); | ||
170 | +} | ||
171 | + | ||
172 | +static const TypeInfo ehci_npcm7xx_type_info = { | ||
173 | + .name = TYPE_NPCM7XX_EHCI, | ||
174 | + .parent = TYPE_SYS_BUS_EHCI, | ||
175 | + .class_init = ehci_npcm7xx_class_init, | ||
176 | +}; | ||
177 | + | ||
178 | static void ehci_tegra2_class_init(ObjectClass *oc, void *data) | ||
179 | { | ||
180 | SysBusEHCIClass *sec = SYS_BUS_EHCI_CLASS(oc); | ||
181 | @@ -XXX,XX +XXX,XX @@ static void ehci_sysbus_register_types(void) | ||
182 | type_register_static(&ehci_platform_type_info); | ||
183 | type_register_static(&ehci_exynos4210_type_info); | ||
184 | type_register_static(&ehci_aw_h3_type_info); | ||
185 | + type_register_static(&ehci_npcm7xx_type_info); | ||
186 | type_register_static(&ehci_tegra2_type_info); | ||
187 | type_register_static(&ehci_ppc4xx_type_info); | ||
188 | type_register_static(&ehci_fusbh200_type_info); | ||
83 | -- | 189 | -- |
84 | 2.20.1 | 190 | 2.20.1 |
85 | 191 | ||
86 | 192 | diff view generated by jsdifflib |
1 | From: Havard Skinnemoen <hskinnemoen@google.com> | 1 | From: Havard Skinnemoen <hskinnemoen@google.com> |
---|---|---|---|
2 | 2 | ||
3 | This test exercises the various modes of the npcm7xx timer. In | 3 | The NPCM7xx chips have multiple GPIO controllers that are mostly |
4 | particular, it triggers the bug found by the fuzzer, as reported here: | 4 | identical except for some minor differences like the reset values of |
5 | some registers. Each controller controls up to 32 pins. | ||
5 | 6 | ||
6 | https://lists.gnu.org/archive/html/qemu-devel/2020-09/msg02992.html | 7 | Each individual pin is modeled as a pair of unnamed GPIOs -- one for |
7 | 8 | emitting the actual pin state, and one for driving the pin externally. | |
8 | It also found several other bugs, especially related to interrupt | 9 | Like the nRF51 GPIO controller, a gpio level may be negative, which |
9 | handling. | 10 | means the pin is not driven, or floating. |
10 | |||
11 | The test exercises all the timers in all the timer modules, which | ||
12 | expands to 180 test cases in total. | ||
13 | 11 | ||
14 | Reviewed-by: Tyrone Ting <kfting@nuvoton.com> | 12 | Reviewed-by: Tyrone Ting <kfting@nuvoton.com> |
15 | Signed-off-by: Havard Skinnemoen <hskinnemoen@google.com> | 13 | Signed-off-by: Havard Skinnemoen <hskinnemoen@google.com> |
16 | Message-id: 20201008232154.94221-2-hskinnemoen@google.com | 14 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
17 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 15 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
18 | --- | 16 | --- |
19 | tests/qtest/npcm7xx_timer-test.c | 562 +++++++++++++++++++++++++++++++ | 17 | docs/system/arm/nuvoton.rst | 2 +- |
20 | tests/qtest/meson.build | 1 + | 18 | include/hw/arm/npcm7xx.h | 2 + |
21 | 2 files changed, 563 insertions(+) | 19 | include/hw/gpio/npcm7xx_gpio.h | 55 +++++ |
22 | create mode 100644 tests/qtest/npcm7xx_timer-test.c | 20 | hw/arm/npcm7xx.c | 80 ++++++ |
21 | hw/gpio/npcm7xx_gpio.c | 424 ++++++++++++++++++++++++++++++++ | ||
22 | tests/qtest/npcm7xx_gpio-test.c | 385 +++++++++++++++++++++++++++++ | ||
23 | hw/gpio/meson.build | 1 + | ||
24 | hw/gpio/trace-events | 7 + | ||
25 | tests/qtest/meson.build | 3 +- | ||
26 | 9 files changed, 957 insertions(+), 2 deletions(-) | ||
27 | create mode 100644 include/hw/gpio/npcm7xx_gpio.h | ||
28 | create mode 100644 hw/gpio/npcm7xx_gpio.c | ||
29 | create mode 100644 tests/qtest/npcm7xx_gpio-test.c | ||
23 | 30 | ||
24 | diff --git a/tests/qtest/npcm7xx_timer-test.c b/tests/qtest/npcm7xx_timer-test.c | 31 | diff --git a/docs/system/arm/nuvoton.rst b/docs/system/arm/nuvoton.rst |
32 | index XXXXXXX..XXXXXXX 100644 | ||
33 | --- a/docs/system/arm/nuvoton.rst | ||
34 | +++ b/docs/system/arm/nuvoton.rst | ||
35 | @@ -XXX,XX +XXX,XX @@ Supported devices | ||
36 | * Flash Interface Unit (FIU; no protection features) | ||
37 | * Random Number Generator (RNG) | ||
38 | * USB host (USBH) | ||
39 | + * GPIO controller | ||
40 | |||
41 | Missing devices | ||
42 | --------------- | ||
43 | |||
44 | - * GPIO controller | ||
45 | * LPC/eSPI host-to-BMC interface, including | ||
46 | |||
47 | * Keyboard and mouse controller interface (KBCI) | ||
48 | diff --git a/include/hw/arm/npcm7xx.h b/include/hw/arm/npcm7xx.h | ||
49 | index XXXXXXX..XXXXXXX 100644 | ||
50 | --- a/include/hw/arm/npcm7xx.h | ||
51 | +++ b/include/hw/arm/npcm7xx.h | ||
52 | @@ -XXX,XX +XXX,XX @@ | ||
53 | |||
54 | #include "hw/boards.h" | ||
55 | #include "hw/cpu/a9mpcore.h" | ||
56 | +#include "hw/gpio/npcm7xx_gpio.h" | ||
57 | #include "hw/mem/npcm7xx_mc.h" | ||
58 | #include "hw/misc/npcm7xx_clk.h" | ||
59 | #include "hw/misc/npcm7xx_gcr.h" | ||
60 | @@ -XXX,XX +XXX,XX @@ typedef struct NPCM7xxState { | ||
61 | NPCM7xxOTPState fuse_array; | ||
62 | NPCM7xxMCState mc; | ||
63 | NPCM7xxRNGState rng; | ||
64 | + NPCM7xxGPIOState gpio[8]; | ||
65 | EHCISysBusState ehci; | ||
66 | OHCISysBusState ohci; | ||
67 | NPCM7xxFIUState fiu[2]; | ||
68 | diff --git a/include/hw/gpio/npcm7xx_gpio.h b/include/hw/gpio/npcm7xx_gpio.h | ||
25 | new file mode 100644 | 69 | new file mode 100644 |
26 | index XXXXXXX..XXXXXXX | 70 | index XXXXXXX..XXXXXXX |
27 | --- /dev/null | 71 | --- /dev/null |
28 | +++ b/tests/qtest/npcm7xx_timer-test.c | 72 | +++ b/include/hw/gpio/npcm7xx_gpio.h |
29 | @@ -XXX,XX +XXX,XX @@ | 73 | @@ -XXX,XX +XXX,XX @@ |
30 | +/* | 74 | +/* |
31 | + * QTest testcase for the Nuvoton NPCM7xx Timer | 75 | + * Nuvoton NPCM7xx General Purpose Input / Output (GPIO) |
76 | + * | ||
77 | + * Copyright 2020 Google LLC | ||
78 | + * | ||
79 | + * This program is free software; you can redistribute it and/or | ||
80 | + * modify it under the terms of the GNU General Public License | ||
81 | + * version 2 as published by the Free Software Foundation. | ||
82 | + * | ||
83 | + * This program is distributed in the hope that it will be useful, | ||
84 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
85 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
86 | + * GNU General Public License for more details. | ||
87 | + */ | ||
88 | +#ifndef NPCM7XX_GPIO_H | ||
89 | +#define NPCM7XX_GPIO_H | ||
90 | + | ||
91 | +#include "exec/memory.h" | ||
92 | +#include "hw/sysbus.h" | ||
93 | + | ||
94 | +/* Number of pins managed by each controller. */ | ||
95 | +#define NPCM7XX_GPIO_NR_PINS (32) | ||
96 | + | ||
97 | +/* | ||
98 | + * Number of registers in our device state structure. Don't change this without | ||
99 | + * incrementing the version_id in the vmstate. | ||
100 | + */ | ||
101 | +#define NPCM7XX_GPIO_NR_REGS (0x80 / sizeof(uint32_t)) | ||
102 | + | ||
103 | +typedef struct NPCM7xxGPIOState { | ||
104 | + SysBusDevice parent; | ||
105 | + | ||
106 | + /* Properties to be defined by the SoC */ | ||
107 | + uint32_t reset_pu; | ||
108 | + uint32_t reset_pd; | ||
109 | + uint32_t reset_osrc; | ||
110 | + uint32_t reset_odsc; | ||
111 | + | ||
112 | + MemoryRegion mmio; | ||
113 | + | ||
114 | + qemu_irq irq; | ||
115 | + qemu_irq output[NPCM7XX_GPIO_NR_PINS]; | ||
116 | + | ||
117 | + uint32_t pin_level; | ||
118 | + uint32_t ext_level; | ||
119 | + uint32_t ext_driven; | ||
120 | + | ||
121 | + uint32_t regs[NPCM7XX_GPIO_NR_REGS]; | ||
122 | +} NPCM7xxGPIOState; | ||
123 | + | ||
124 | +#define TYPE_NPCM7XX_GPIO "npcm7xx-gpio" | ||
125 | +#define NPCM7XX_GPIO(obj) \ | ||
126 | + OBJECT_CHECK(NPCM7xxGPIOState, (obj), TYPE_NPCM7XX_GPIO) | ||
127 | + | ||
128 | +#endif /* NPCM7XX_GPIO_H */ | ||
129 | diff --git a/hw/arm/npcm7xx.c b/hw/arm/npcm7xx.c | ||
130 | index XXXXXXX..XXXXXXX 100644 | ||
131 | --- a/hw/arm/npcm7xx.c | ||
132 | +++ b/hw/arm/npcm7xx.c | ||
133 | @@ -XXX,XX +XXX,XX @@ enum NPCM7xxInterrupt { | ||
134 | NPCM7XX_WDG2_IRQ, /* Timer Module 2 Watchdog */ | ||
135 | NPCM7XX_EHCI_IRQ = 61, | ||
136 | NPCM7XX_OHCI_IRQ = 62, | ||
137 | + NPCM7XX_GPIO0_IRQ = 116, | ||
138 | + NPCM7XX_GPIO1_IRQ, | ||
139 | + NPCM7XX_GPIO2_IRQ, | ||
140 | + NPCM7XX_GPIO3_IRQ, | ||
141 | + NPCM7XX_GPIO4_IRQ, | ||
142 | + NPCM7XX_GPIO5_IRQ, | ||
143 | + NPCM7XX_GPIO6_IRQ, | ||
144 | + NPCM7XX_GPIO7_IRQ, | ||
145 | }; | ||
146 | |||
147 | /* Total number of GIC interrupts, including internal Cortex-A9 interrupts. */ | ||
148 | @@ -XXX,XX +XXX,XX @@ static const hwaddr npcm7xx_fiu3_flash_addr[] = { | ||
149 | 0xb8000000, /* CS3 */ | ||
150 | }; | ||
151 | |||
152 | +static const struct { | ||
153 | + hwaddr regs_addr; | ||
154 | + uint32_t unconnected_pins; | ||
155 | + uint32_t reset_pu; | ||
156 | + uint32_t reset_pd; | ||
157 | + uint32_t reset_osrc; | ||
158 | + uint32_t reset_odsc; | ||
159 | +} npcm7xx_gpio[] = { | ||
160 | + { | ||
161 | + .regs_addr = 0xf0010000, | ||
162 | + .reset_pu = 0xff03ffff, | ||
163 | + .reset_pd = 0x00fc0000, | ||
164 | + }, { | ||
165 | + .regs_addr = 0xf0011000, | ||
166 | + .unconnected_pins = 0x0000001e, | ||
167 | + .reset_pu = 0xfefffe07, | ||
168 | + .reset_pd = 0x010001e0, | ||
169 | + }, { | ||
170 | + .regs_addr = 0xf0012000, | ||
171 | + .reset_pu = 0x780fffff, | ||
172 | + .reset_pd = 0x07f00000, | ||
173 | + .reset_odsc = 0x00700000, | ||
174 | + }, { | ||
175 | + .regs_addr = 0xf0013000, | ||
176 | + .reset_pu = 0x00fc0000, | ||
177 | + .reset_pd = 0xff000000, | ||
178 | + }, { | ||
179 | + .regs_addr = 0xf0014000, | ||
180 | + .reset_pu = 0xffffffff, | ||
181 | + }, { | ||
182 | + .regs_addr = 0xf0015000, | ||
183 | + .reset_pu = 0xbf83f801, | ||
184 | + .reset_pd = 0x007c0000, | ||
185 | + .reset_osrc = 0x000000f1, | ||
186 | + .reset_odsc = 0x3f9f80f1, | ||
187 | + }, { | ||
188 | + .regs_addr = 0xf0016000, | ||
189 | + .reset_pu = 0xfc00f801, | ||
190 | + .reset_pd = 0x000007fe, | ||
191 | + .reset_odsc = 0x00000800, | ||
192 | + }, { | ||
193 | + .regs_addr = 0xf0017000, | ||
194 | + .unconnected_pins = 0xffffff00, | ||
195 | + .reset_pu = 0x0000007f, | ||
196 | + .reset_osrc = 0x0000007f, | ||
197 | + .reset_odsc = 0x0000007f, | ||
198 | + }, | ||
199 | +}; | ||
200 | + | ||
201 | static const struct { | ||
202 | const char *name; | ||
203 | hwaddr regs_addr; | ||
204 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_init(Object *obj) | ||
205 | object_initialize_child(obj, "tim[*]", &s->tim[i], TYPE_NPCM7XX_TIMER); | ||
206 | } | ||
207 | |||
208 | + for (i = 0; i < ARRAY_SIZE(s->gpio); i++) { | ||
209 | + object_initialize_child(obj, "gpio[*]", &s->gpio[i], TYPE_NPCM7XX_GPIO); | ||
210 | + } | ||
211 | + | ||
212 | object_initialize_child(obj, "ehci", &s->ehci, TYPE_NPCM7XX_EHCI); | ||
213 | object_initialize_child(obj, "ohci", &s->ohci, TYPE_SYSBUS_OHCI); | ||
214 | |||
215 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_realize(DeviceState *dev, Error **errp) | ||
216 | sysbus_realize(SYS_BUS_DEVICE(&s->rng), &error_abort); | ||
217 | sysbus_mmio_map(SYS_BUS_DEVICE(&s->rng), 0, NPCM7XX_RNG_BA); | ||
218 | |||
219 | + /* GPIO modules. Cannot fail. */ | ||
220 | + QEMU_BUILD_BUG_ON(ARRAY_SIZE(npcm7xx_gpio) != ARRAY_SIZE(s->gpio)); | ||
221 | + for (i = 0; i < ARRAY_SIZE(s->gpio); i++) { | ||
222 | + Object *obj = OBJECT(&s->gpio[i]); | ||
223 | + | ||
224 | + object_property_set_uint(obj, "reset-pullup", | ||
225 | + npcm7xx_gpio[i].reset_pu, &error_abort); | ||
226 | + object_property_set_uint(obj, "reset-pulldown", | ||
227 | + npcm7xx_gpio[i].reset_pd, &error_abort); | ||
228 | + object_property_set_uint(obj, "reset-osrc", | ||
229 | + npcm7xx_gpio[i].reset_osrc, &error_abort); | ||
230 | + object_property_set_uint(obj, "reset-odsc", | ||
231 | + npcm7xx_gpio[i].reset_odsc, &error_abort); | ||
232 | + sysbus_realize(SYS_BUS_DEVICE(obj), &error_abort); | ||
233 | + sysbus_mmio_map(SYS_BUS_DEVICE(obj), 0, npcm7xx_gpio[i].regs_addr); | ||
234 | + sysbus_connect_irq(SYS_BUS_DEVICE(obj), 0, | ||
235 | + npcm7xx_irq(s, NPCM7XX_GPIO0_IRQ + i)); | ||
236 | + } | ||
237 | + | ||
238 | /* USB Host */ | ||
239 | object_property_set_bool(OBJECT(&s->ehci), "companion-enable", true, | ||
240 | &error_abort); | ||
241 | diff --git a/hw/gpio/npcm7xx_gpio.c b/hw/gpio/npcm7xx_gpio.c | ||
242 | new file mode 100644 | ||
243 | index XXXXXXX..XXXXXXX | ||
244 | --- /dev/null | ||
245 | +++ b/hw/gpio/npcm7xx_gpio.c | ||
246 | @@ -XXX,XX +XXX,XX @@ | ||
247 | +/* | ||
248 | + * Nuvoton NPCM7xx General Purpose Input / Output (GPIO) | ||
249 | + * | ||
250 | + * Copyright 2020 Google LLC | ||
251 | + * | ||
252 | + * This program is free software; you can redistribute it and/or | ||
253 | + * modify it under the terms of the GNU General Public License | ||
254 | + * version 2 as published by the Free Software Foundation. | ||
255 | + * | ||
256 | + * This program is distributed in the hope that it will be useful, | ||
257 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
258 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
259 | + * GNU General Public License for more details. | ||
260 | + */ | ||
261 | + | ||
262 | +#include "qemu/osdep.h" | ||
263 | + | ||
264 | +#include "hw/gpio/npcm7xx_gpio.h" | ||
265 | +#include "hw/irq.h" | ||
266 | +#include "hw/qdev-properties.h" | ||
267 | +#include "migration/vmstate.h" | ||
268 | +#include "qapi/error.h" | ||
269 | +#include "qemu/log.h" | ||
270 | +#include "qemu/module.h" | ||
271 | +#include "qemu/units.h" | ||
272 | +#include "trace.h" | ||
273 | + | ||
274 | +/* 32-bit register indices. */ | ||
275 | +enum NPCM7xxGPIORegister { | ||
276 | + NPCM7XX_GPIO_TLOCK1, | ||
277 | + NPCM7XX_GPIO_DIN, | ||
278 | + NPCM7XX_GPIO_POL, | ||
279 | + NPCM7XX_GPIO_DOUT, | ||
280 | + NPCM7XX_GPIO_OE, | ||
281 | + NPCM7XX_GPIO_OTYP, | ||
282 | + NPCM7XX_GPIO_MP, | ||
283 | + NPCM7XX_GPIO_PU, | ||
284 | + NPCM7XX_GPIO_PD, | ||
285 | + NPCM7XX_GPIO_DBNC, | ||
286 | + NPCM7XX_GPIO_EVTYP, | ||
287 | + NPCM7XX_GPIO_EVBE, | ||
288 | + NPCM7XX_GPIO_OBL0, | ||
289 | + NPCM7XX_GPIO_OBL1, | ||
290 | + NPCM7XX_GPIO_OBL2, | ||
291 | + NPCM7XX_GPIO_OBL3, | ||
292 | + NPCM7XX_GPIO_EVEN, | ||
293 | + NPCM7XX_GPIO_EVENS, | ||
294 | + NPCM7XX_GPIO_EVENC, | ||
295 | + NPCM7XX_GPIO_EVST, | ||
296 | + NPCM7XX_GPIO_SPLCK, | ||
297 | + NPCM7XX_GPIO_MPLCK, | ||
298 | + NPCM7XX_GPIO_IEM, | ||
299 | + NPCM7XX_GPIO_OSRC, | ||
300 | + NPCM7XX_GPIO_ODSC, | ||
301 | + NPCM7XX_GPIO_DOS = 0x68 / sizeof(uint32_t), | ||
302 | + NPCM7XX_GPIO_DOC, | ||
303 | + NPCM7XX_GPIO_OES, | ||
304 | + NPCM7XX_GPIO_OEC, | ||
305 | + NPCM7XX_GPIO_TLOCK2 = 0x7c / sizeof(uint32_t), | ||
306 | + NPCM7XX_GPIO_REGS_END, | ||
307 | +}; | ||
308 | + | ||
309 | +#define NPCM7XX_GPIO_REGS_SIZE (4 * KiB) | ||
310 | + | ||
311 | +#define NPCM7XX_GPIO_LOCK_MAGIC1 (0xc0defa73) | ||
312 | +#define NPCM7XX_GPIO_LOCK_MAGIC2 (0xc0de1248) | ||
313 | + | ||
314 | +static void npcm7xx_gpio_update_events(NPCM7xxGPIOState *s, uint32_t din_diff) | ||
315 | +{ | ||
316 | + uint32_t din_new = s->regs[NPCM7XX_GPIO_DIN]; | ||
317 | + | ||
318 | + /* Trigger on high level */ | ||
319 | + s->regs[NPCM7XX_GPIO_EVST] |= din_new & ~s->regs[NPCM7XX_GPIO_EVTYP]; | ||
320 | + /* Trigger on both edges */ | ||
321 | + s->regs[NPCM7XX_GPIO_EVST] |= (din_diff & s->regs[NPCM7XX_GPIO_EVTYP] | ||
322 | + & s->regs[NPCM7XX_GPIO_EVBE]); | ||
323 | + /* Trigger on rising edge */ | ||
324 | + s->regs[NPCM7XX_GPIO_EVST] |= (din_diff & din_new | ||
325 | + & s->regs[NPCM7XX_GPIO_EVTYP]); | ||
326 | + | ||
327 | + trace_npcm7xx_gpio_update_events(DEVICE(s)->canonical_path, | ||
328 | + s->regs[NPCM7XX_GPIO_EVST], | ||
329 | + s->regs[NPCM7XX_GPIO_EVEN]); | ||
330 | + qemu_set_irq(s->irq, !!(s->regs[NPCM7XX_GPIO_EVST] | ||
331 | + & s->regs[NPCM7XX_GPIO_EVEN])); | ||
332 | +} | ||
333 | + | ||
334 | +static void npcm7xx_gpio_update_pins(NPCM7xxGPIOState *s, uint32_t diff) | ||
335 | +{ | ||
336 | + uint32_t drive_en; | ||
337 | + uint32_t drive_lvl; | ||
338 | + uint32_t not_driven; | ||
339 | + uint32_t undefined; | ||
340 | + uint32_t pin_diff; | ||
341 | + uint32_t din_old; | ||
342 | + | ||
343 | + /* Calculate level of each pin driven by GPIO controller. */ | ||
344 | + drive_lvl = s->regs[NPCM7XX_GPIO_DOUT] ^ s->regs[NPCM7XX_GPIO_POL]; | ||
345 | + /* If OTYP=1, only drive low (open drain) */ | ||
346 | + drive_en = s->regs[NPCM7XX_GPIO_OE] & ~(s->regs[NPCM7XX_GPIO_OTYP] | ||
347 | + & drive_lvl); | ||
348 | + /* | ||
349 | + * If a pin is driven to opposite levels by the GPIO controller and the | ||
350 | + * external driver, the result is undefined. | ||
351 | + */ | ||
352 | + undefined = drive_en & s->ext_driven & (drive_lvl ^ s->ext_level); | ||
353 | + if (undefined) { | ||
354 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
355 | + "%s: pins have multiple drivers: 0x%" PRIx32 "\n", | ||
356 | + DEVICE(s)->canonical_path, undefined); | ||
357 | + } | ||
358 | + | ||
359 | + not_driven = ~(drive_en | s->ext_driven); | ||
360 | + pin_diff = s->pin_level; | ||
361 | + | ||
362 | + /* Set pins to externally driven level. */ | ||
363 | + s->pin_level = s->ext_level & s->ext_driven; | ||
364 | + /* Set internally driven pins, ignoring any conflicts. */ | ||
365 | + s->pin_level |= drive_lvl & drive_en; | ||
366 | + /* Pull up undriven pins with internal pull-up enabled. */ | ||
367 | + s->pin_level |= not_driven & s->regs[NPCM7XX_GPIO_PU]; | ||
368 | + /* Pins not driven, pulled up or pulled down are undefined */ | ||
369 | + undefined |= not_driven & ~(s->regs[NPCM7XX_GPIO_PU] | ||
370 | + | s->regs[NPCM7XX_GPIO_PD]); | ||
371 | + | ||
372 | + /* If any pins changed state, update the outgoing GPIOs. */ | ||
373 | + pin_diff ^= s->pin_level; | ||
374 | + pin_diff |= undefined & diff; | ||
375 | + if (pin_diff) { | ||
376 | + int i; | ||
377 | + | ||
378 | + for (i = 0; i < NPCM7XX_GPIO_NR_PINS; i++) { | ||
379 | + uint32_t mask = BIT(i); | ||
380 | + if (pin_diff & mask) { | ||
381 | + int level = (undefined & mask) ? -1 : !!(s->pin_level & mask); | ||
382 | + trace_npcm7xx_gpio_set_output(DEVICE(s)->canonical_path, | ||
383 | + i, level); | ||
384 | + qemu_set_irq(s->output[i], level); | ||
385 | + } | ||
386 | + } | ||
387 | + } | ||
388 | + | ||
389 | + /* Calculate new value of DIN after masking and polarity setting. */ | ||
390 | + din_old = s->regs[NPCM7XX_GPIO_DIN]; | ||
391 | + s->regs[NPCM7XX_GPIO_DIN] = ((s->pin_level & s->regs[NPCM7XX_GPIO_IEM]) | ||
392 | + ^ s->regs[NPCM7XX_GPIO_POL]); | ||
393 | + | ||
394 | + /* See if any new events triggered because of all this. */ | ||
395 | + npcm7xx_gpio_update_events(s, din_old ^ s->regs[NPCM7XX_GPIO_DIN]); | ||
396 | +} | ||
397 | + | ||
398 | +static bool npcm7xx_gpio_is_locked(NPCM7xxGPIOState *s) | ||
399 | +{ | ||
400 | + return s->regs[NPCM7XX_GPIO_TLOCK1] == 1; | ||
401 | +} | ||
402 | + | ||
403 | +static uint64_t npcm7xx_gpio_regs_read(void *opaque, hwaddr addr, | ||
404 | + unsigned int size) | ||
405 | +{ | ||
406 | + hwaddr reg = addr / sizeof(uint32_t); | ||
407 | + NPCM7xxGPIOState *s = opaque; | ||
408 | + uint64_t value = 0; | ||
409 | + | ||
410 | + switch (reg) { | ||
411 | + case NPCM7XX_GPIO_TLOCK1 ... NPCM7XX_GPIO_EVEN: | ||
412 | + case NPCM7XX_GPIO_EVST ... NPCM7XX_GPIO_ODSC: | ||
413 | + value = s->regs[reg]; | ||
414 | + break; | ||
415 | + | ||
416 | + case NPCM7XX_GPIO_EVENS ... NPCM7XX_GPIO_EVENC: | ||
417 | + case NPCM7XX_GPIO_DOS ... NPCM7XX_GPIO_TLOCK2: | ||
418 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
419 | + "%s: read from write-only register 0x%" HWADDR_PRIx "\n", | ||
420 | + DEVICE(s)->canonical_path, addr); | ||
421 | + break; | ||
422 | + | ||
423 | + default: | ||
424 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
425 | + "%s: read from invalid offset 0x%" HWADDR_PRIx "\n", | ||
426 | + DEVICE(s)->canonical_path, addr); | ||
427 | + break; | ||
428 | + } | ||
429 | + | ||
430 | + trace_npcm7xx_gpio_read(DEVICE(s)->canonical_path, addr, value); | ||
431 | + | ||
432 | + return value; | ||
433 | +} | ||
434 | + | ||
435 | +static void npcm7xx_gpio_regs_write(void *opaque, hwaddr addr, uint64_t v, | ||
436 | + unsigned int size) | ||
437 | +{ | ||
438 | + hwaddr reg = addr / sizeof(uint32_t); | ||
439 | + NPCM7xxGPIOState *s = opaque; | ||
440 | + uint32_t value = v; | ||
441 | + uint32_t diff; | ||
442 | + | ||
443 | + trace_npcm7xx_gpio_write(DEVICE(s)->canonical_path, addr, v); | ||
444 | + | ||
445 | + if (npcm7xx_gpio_is_locked(s)) { | ||
446 | + switch (reg) { | ||
447 | + case NPCM7XX_GPIO_TLOCK1: | ||
448 | + if (s->regs[NPCM7XX_GPIO_TLOCK2] == NPCM7XX_GPIO_LOCK_MAGIC2 && | ||
449 | + value == NPCM7XX_GPIO_LOCK_MAGIC1) { | ||
450 | + s->regs[NPCM7XX_GPIO_TLOCK1] = 0; | ||
451 | + s->regs[NPCM7XX_GPIO_TLOCK2] = 0; | ||
452 | + } | ||
453 | + break; | ||
454 | + | ||
455 | + case NPCM7XX_GPIO_TLOCK2: | ||
456 | + s->regs[reg] = value; | ||
457 | + break; | ||
458 | + | ||
459 | + default: | ||
460 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
461 | + "%s: write to locked register @ 0x%" HWADDR_PRIx "\n", | ||
462 | + DEVICE(s)->canonical_path, addr); | ||
463 | + break; | ||
464 | + } | ||
465 | + | ||
466 | + return; | ||
467 | + } | ||
468 | + | ||
469 | + diff = s->regs[reg] ^ value; | ||
470 | + | ||
471 | + switch (reg) { | ||
472 | + case NPCM7XX_GPIO_TLOCK1: | ||
473 | + case NPCM7XX_GPIO_TLOCK2: | ||
474 | + s->regs[NPCM7XX_GPIO_TLOCK1] = 1; | ||
475 | + s->regs[NPCM7XX_GPIO_TLOCK2] = 0; | ||
476 | + break; | ||
477 | + | ||
478 | + case NPCM7XX_GPIO_DIN: | ||
479 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
480 | + "%s: write to read-only register @ 0x%" HWADDR_PRIx "\n", | ||
481 | + DEVICE(s)->canonical_path, addr); | ||
482 | + break; | ||
483 | + | ||
484 | + case NPCM7XX_GPIO_POL: | ||
485 | + case NPCM7XX_GPIO_DOUT: | ||
486 | + case NPCM7XX_GPIO_OE: | ||
487 | + case NPCM7XX_GPIO_OTYP: | ||
488 | + case NPCM7XX_GPIO_PU: | ||
489 | + case NPCM7XX_GPIO_PD: | ||
490 | + case NPCM7XX_GPIO_IEM: | ||
491 | + s->regs[reg] = value; | ||
492 | + npcm7xx_gpio_update_pins(s, diff); | ||
493 | + break; | ||
494 | + | ||
495 | + case NPCM7XX_GPIO_DOS: | ||
496 | + s->regs[NPCM7XX_GPIO_DOUT] |= value; | ||
497 | + npcm7xx_gpio_update_pins(s, value); | ||
498 | + break; | ||
499 | + case NPCM7XX_GPIO_DOC: | ||
500 | + s->regs[NPCM7XX_GPIO_DOUT] &= ~value; | ||
501 | + npcm7xx_gpio_update_pins(s, value); | ||
502 | + break; | ||
503 | + case NPCM7XX_GPIO_OES: | ||
504 | + s->regs[NPCM7XX_GPIO_OE] |= value; | ||
505 | + npcm7xx_gpio_update_pins(s, value); | ||
506 | + break; | ||
507 | + case NPCM7XX_GPIO_OEC: | ||
508 | + s->regs[NPCM7XX_GPIO_OE] &= ~value; | ||
509 | + npcm7xx_gpio_update_pins(s, value); | ||
510 | + break; | ||
511 | + | ||
512 | + case NPCM7XX_GPIO_EVTYP: | ||
513 | + case NPCM7XX_GPIO_EVBE: | ||
514 | + case NPCM7XX_GPIO_EVEN: | ||
515 | + s->regs[reg] = value; | ||
516 | + npcm7xx_gpio_update_events(s, 0); | ||
517 | + break; | ||
518 | + | ||
519 | + case NPCM7XX_GPIO_EVENS: | ||
520 | + s->regs[NPCM7XX_GPIO_EVEN] |= value; | ||
521 | + npcm7xx_gpio_update_events(s, 0); | ||
522 | + break; | ||
523 | + case NPCM7XX_GPIO_EVENC: | ||
524 | + s->regs[NPCM7XX_GPIO_EVEN] &= ~value; | ||
525 | + npcm7xx_gpio_update_events(s, 0); | ||
526 | + break; | ||
527 | + | ||
528 | + case NPCM7XX_GPIO_EVST: | ||
529 | + s->regs[reg] &= ~value; | ||
530 | + npcm7xx_gpio_update_events(s, 0); | ||
531 | + break; | ||
532 | + | ||
533 | + case NPCM7XX_GPIO_MP: | ||
534 | + case NPCM7XX_GPIO_DBNC: | ||
535 | + case NPCM7XX_GPIO_OSRC: | ||
536 | + case NPCM7XX_GPIO_ODSC: | ||
537 | + /* Nothing to do; just store the value. */ | ||
538 | + s->regs[reg] = value; | ||
539 | + break; | ||
540 | + | ||
541 | + case NPCM7XX_GPIO_OBL0: | ||
542 | + case NPCM7XX_GPIO_OBL1: | ||
543 | + case NPCM7XX_GPIO_OBL2: | ||
544 | + case NPCM7XX_GPIO_OBL3: | ||
545 | + s->regs[reg] = value; | ||
546 | + qemu_log_mask(LOG_UNIMP, "%s: Blinking is not implemented\n", | ||
547 | + __func__); | ||
548 | + break; | ||
549 | + | ||
550 | + case NPCM7XX_GPIO_SPLCK: | ||
551 | + case NPCM7XX_GPIO_MPLCK: | ||
552 | + qemu_log_mask(LOG_UNIMP, "%s: Per-pin lock is not implemented\n", | ||
553 | + __func__); | ||
554 | + break; | ||
555 | + | ||
556 | + default: | ||
557 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
558 | + "%s: write to invalid offset 0x%" HWADDR_PRIx "\n", | ||
559 | + DEVICE(s)->canonical_path, addr); | ||
560 | + break; | ||
561 | + } | ||
562 | +} | ||
563 | + | ||
564 | +static const MemoryRegionOps npcm7xx_gpio_regs_ops = { | ||
565 | + .read = npcm7xx_gpio_regs_read, | ||
566 | + .write = npcm7xx_gpio_regs_write, | ||
567 | + .endianness = DEVICE_NATIVE_ENDIAN, | ||
568 | + .valid = { | ||
569 | + .min_access_size = 4, | ||
570 | + .max_access_size = 4, | ||
571 | + .unaligned = false, | ||
572 | + }, | ||
573 | +}; | ||
574 | + | ||
575 | +static void npcm7xx_gpio_set_input(void *opaque, int line, int level) | ||
576 | +{ | ||
577 | + NPCM7xxGPIOState *s = opaque; | ||
578 | + | ||
579 | + trace_npcm7xx_gpio_set_input(DEVICE(s)->canonical_path, line, level); | ||
580 | + | ||
581 | + g_assert(line >= 0 && line < NPCM7XX_GPIO_NR_PINS); | ||
582 | + | ||
583 | + s->ext_driven = deposit32(s->ext_driven, line, 1, level >= 0); | ||
584 | + s->ext_level = deposit32(s->ext_level, line, 1, level > 0); | ||
585 | + | ||
586 | + npcm7xx_gpio_update_pins(s, BIT(line)); | ||
587 | +} | ||
588 | + | ||
589 | +static void npcm7xx_gpio_enter_reset(Object *obj, ResetType type) | ||
590 | +{ | ||
591 | + NPCM7xxGPIOState *s = NPCM7XX_GPIO(obj); | ||
592 | + | ||
593 | + memset(s->regs, 0, sizeof(s->regs)); | ||
594 | + | ||
595 | + s->regs[NPCM7XX_GPIO_PU] = s->reset_pu; | ||
596 | + s->regs[NPCM7XX_GPIO_PD] = s->reset_pd; | ||
597 | + s->regs[NPCM7XX_GPIO_OSRC] = s->reset_osrc; | ||
598 | + s->regs[NPCM7XX_GPIO_ODSC] = s->reset_odsc; | ||
599 | +} | ||
600 | + | ||
601 | +static void npcm7xx_gpio_hold_reset(Object *obj) | ||
602 | +{ | ||
603 | + NPCM7xxGPIOState *s = NPCM7XX_GPIO(obj); | ||
604 | + | ||
605 | + npcm7xx_gpio_update_pins(s, -1); | ||
606 | +} | ||
607 | + | ||
608 | +static void npcm7xx_gpio_init(Object *obj) | ||
609 | +{ | ||
610 | + NPCM7xxGPIOState *s = NPCM7XX_GPIO(obj); | ||
611 | + DeviceState *dev = DEVICE(obj); | ||
612 | + | ||
613 | + memory_region_init_io(&s->mmio, obj, &npcm7xx_gpio_regs_ops, s, | ||
614 | + "regs", NPCM7XX_GPIO_REGS_SIZE); | ||
615 | + sysbus_init_mmio(SYS_BUS_DEVICE(obj), &s->mmio); | ||
616 | + sysbus_init_irq(SYS_BUS_DEVICE(obj), &s->irq); | ||
617 | + | ||
618 | + qdev_init_gpio_in(dev, npcm7xx_gpio_set_input, NPCM7XX_GPIO_NR_PINS); | ||
619 | + qdev_init_gpio_out(dev, s->output, NPCM7XX_GPIO_NR_PINS); | ||
620 | +} | ||
621 | + | ||
622 | +static const VMStateDescription vmstate_npcm7xx_gpio = { | ||
623 | + .name = "npcm7xx-gpio", | ||
624 | + .version_id = 0, | ||
625 | + .minimum_version_id = 0, | ||
626 | + .fields = (VMStateField[]) { | ||
627 | + VMSTATE_UINT32(pin_level, NPCM7xxGPIOState), | ||
628 | + VMSTATE_UINT32(ext_level, NPCM7xxGPIOState), | ||
629 | + VMSTATE_UINT32(ext_driven, NPCM7xxGPIOState), | ||
630 | + VMSTATE_UINT32_ARRAY(regs, NPCM7xxGPIOState, NPCM7XX_GPIO_NR_REGS), | ||
631 | + VMSTATE_END_OF_LIST(), | ||
632 | + }, | ||
633 | +}; | ||
634 | + | ||
635 | +static Property npcm7xx_gpio_properties[] = { | ||
636 | + /* Bit n set => pin n has pullup enabled by default. */ | ||
637 | + DEFINE_PROP_UINT32("reset-pullup", NPCM7xxGPIOState, reset_pu, 0), | ||
638 | + /* Bit n set => pin n has pulldown enabled by default. */ | ||
639 | + DEFINE_PROP_UINT32("reset-pulldown", NPCM7xxGPIOState, reset_pd, 0), | ||
640 | + /* Bit n set => pin n has high slew rate by default. */ | ||
641 | + DEFINE_PROP_UINT32("reset-osrc", NPCM7xxGPIOState, reset_osrc, 0), | ||
642 | + /* Bit n set => pin n has high drive strength by default. */ | ||
643 | + DEFINE_PROP_UINT32("reset-odsc", NPCM7xxGPIOState, reset_odsc, 0), | ||
644 | + DEFINE_PROP_END_OF_LIST(), | ||
645 | +}; | ||
646 | + | ||
647 | +static void npcm7xx_gpio_class_init(ObjectClass *klass, void *data) | ||
648 | +{ | ||
649 | + ResettableClass *reset = RESETTABLE_CLASS(klass); | ||
650 | + DeviceClass *dc = DEVICE_CLASS(klass); | ||
651 | + | ||
652 | + QEMU_BUILD_BUG_ON(NPCM7XX_GPIO_REGS_END > NPCM7XX_GPIO_NR_REGS); | ||
653 | + | ||
654 | + dc->desc = "NPCM7xx GPIO Controller"; | ||
655 | + dc->vmsd = &vmstate_npcm7xx_gpio; | ||
656 | + reset->phases.enter = npcm7xx_gpio_enter_reset; | ||
657 | + reset->phases.hold = npcm7xx_gpio_hold_reset; | ||
658 | + device_class_set_props(dc, npcm7xx_gpio_properties); | ||
659 | +} | ||
660 | + | ||
661 | +static const TypeInfo npcm7xx_gpio_types[] = { | ||
662 | + { | ||
663 | + .name = TYPE_NPCM7XX_GPIO, | ||
664 | + .parent = TYPE_SYS_BUS_DEVICE, | ||
665 | + .instance_size = sizeof(NPCM7xxGPIOState), | ||
666 | + .class_init = npcm7xx_gpio_class_init, | ||
667 | + .instance_init = npcm7xx_gpio_init, | ||
668 | + }, | ||
669 | +}; | ||
670 | +DEFINE_TYPES(npcm7xx_gpio_types); | ||
671 | diff --git a/tests/qtest/npcm7xx_gpio-test.c b/tests/qtest/npcm7xx_gpio-test.c | ||
672 | new file mode 100644 | ||
673 | index XXXXXXX..XXXXXXX | ||
674 | --- /dev/null | ||
675 | +++ b/tests/qtest/npcm7xx_gpio-test.c | ||
676 | @@ -XXX,XX +XXX,XX @@ | ||
677 | +/* | ||
678 | + * QTest testcase for the Nuvoton NPCM7xx GPIO modules. | ||
32 | + * | 679 | + * |
33 | + * Copyright 2020 Google LLC | 680 | + * Copyright 2020 Google LLC |
34 | + * | 681 | + * |
35 | + * This program is free software; you can redistribute it and/or modify it | 682 | + * This program is free software; you can redistribute it and/or modify it |
36 | + * under the terms of the GNU General Public License as published by the | 683 | + * under the terms of the GNU General Public License as published by the |
... | ... | ||
42 | + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | 689 | + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
43 | + * for more details. | 690 | + * for more details. |
44 | + */ | 691 | + */ |
45 | + | 692 | + |
46 | +#include "qemu/osdep.h" | 693 | +#include "qemu/osdep.h" |
47 | +#include "qemu/timer.h" | ||
48 | +#include "libqtest-single.h" | 694 | +#include "libqtest-single.h" |
49 | + | 695 | + |
50 | +#define TIM_REF_HZ (25000000) | 696 | +#define NR_GPIO_DEVICES (8) |
51 | + | 697 | +#define GPIO(x) (0xf0010000 + (x) * 0x1000) |
52 | +/* Bits in TCSRx */ | 698 | +#define GPIO_IRQ(x) (116 + (x)) |
53 | +#define CEN BIT(30) | 699 | + |
54 | +#define IE BIT(29) | 700 | +/* GPIO registers */ |
55 | +#define MODE_ONESHOT (0 << 27) | 701 | +#define GP_N_TLOCK1 0x00 |
56 | +#define MODE_PERIODIC (1 << 27) | 702 | +#define GP_N_DIN 0x04 /* Data IN */ |
57 | +#define CRST BIT(26) | 703 | +#define GP_N_POL 0x08 /* Polarity */ |
58 | +#define CACT BIT(25) | 704 | +#define GP_N_DOUT 0x0c /* Data OUT */ |
59 | +#define PRESCALE(x) (x) | 705 | +#define GP_N_OE 0x10 /* Output Enable */ |
60 | + | 706 | +#define GP_N_OTYP 0x14 |
61 | +/* Registers shared between all timers in a module. */ | 707 | +#define GP_N_MP 0x18 |
62 | +#define TISR 0x18 | 708 | +#define GP_N_PU 0x1c /* Pull-up */ |
63 | +#define WTCR 0x1c | 709 | +#define GP_N_PD 0x20 /* Pull-down */ |
64 | +# define WTCLK(x) ((x) << 10) | 710 | +#define GP_N_DBNC 0x24 /* Debounce */ |
65 | + | 711 | +#define GP_N_EVTYP 0x28 /* Event Type */ |
66 | +/* Power-on default; used to re-initialize timers before each test. */ | 712 | +#define GP_N_EVBE 0x2c /* Event Both Edge */ |
67 | +#define TCSR_DEFAULT PRESCALE(5) | 713 | +#define GP_N_OBL0 0x30 |
68 | + | 714 | +#define GP_N_OBL1 0x34 |
69 | +/* Register offsets for a timer within a timer block. */ | 715 | +#define GP_N_OBL2 0x38 |
70 | +typedef struct Timer { | 716 | +#define GP_N_OBL3 0x3c |
71 | + unsigned int tcsr_offset; | 717 | +#define GP_N_EVEN 0x40 /* Event Enable */ |
72 | + unsigned int ticr_offset; | 718 | +#define GP_N_EVENS 0x44 /* Event Set (enable) */ |
73 | + unsigned int tdr_offset; | 719 | +#define GP_N_EVENC 0x48 /* Event Clear (disable) */ |
74 | +} Timer; | 720 | +#define GP_N_EVST 0x4c /* Event Status */ |
75 | + | 721 | +#define GP_N_SPLCK 0x50 |
76 | +/* A timer block containing 5 timers. */ | 722 | +#define GP_N_MPLCK 0x54 |
77 | +typedef struct TimerBlock { | 723 | +#define GP_N_IEM 0x58 /* Input Enable */ |
78 | + int irq_base; | 724 | +#define GP_N_OSRC 0x5c |
79 | + uint64_t base_addr; | 725 | +#define GP_N_ODSC 0x60 |
80 | +} TimerBlock; | 726 | +#define GP_N_DOS 0x68 /* Data OUT Set */ |
81 | + | 727 | +#define GP_N_DOC 0x6c /* Data OUT Clear */ |
82 | +/* Testdata for testing a particular timer within a timer block. */ | 728 | +#define GP_N_OES 0x70 /* Output Enable Set */ |
83 | +typedef struct TestData { | 729 | +#define GP_N_OEC 0x74 /* Output Enable Clear */ |
84 | + const TimerBlock *tim; | 730 | +#define GP_N_TLOCK2 0x7c |
85 | + const Timer *timer; | 731 | + |
86 | +} TestData; | 732 | +static void gpio_unlock(int n) |
87 | + | 733 | +{ |
88 | +const TimerBlock timer_block[] = { | 734 | + if (readl(GPIO(n) + GP_N_TLOCK1) != 0) { |
89 | + { | 735 | + writel(GPIO(n) + GP_N_TLOCK2, 0xc0de1248); |
90 | + .irq_base = 32, | 736 | + writel(GPIO(n) + GP_N_TLOCK1, 0xc0defa73); |
91 | + .base_addr = 0xf0008000, | ||
92 | + }, | ||
93 | + { | ||
94 | + .irq_base = 37, | ||
95 | + .base_addr = 0xf0009000, | ||
96 | + }, | ||
97 | + { | ||
98 | + .irq_base = 42, | ||
99 | + .base_addr = 0xf000a000, | ||
100 | + }, | ||
101 | +}; | ||
102 | + | ||
103 | +const Timer timer[] = { | ||
104 | + { | ||
105 | + .tcsr_offset = 0x00, | ||
106 | + .ticr_offset = 0x08, | ||
107 | + .tdr_offset = 0x10, | ||
108 | + }, { | ||
109 | + .tcsr_offset = 0x04, | ||
110 | + .ticr_offset = 0x0c, | ||
111 | + .tdr_offset = 0x14, | ||
112 | + }, { | ||
113 | + .tcsr_offset = 0x20, | ||
114 | + .ticr_offset = 0x28, | ||
115 | + .tdr_offset = 0x30, | ||
116 | + }, { | ||
117 | + .tcsr_offset = 0x24, | ||
118 | + .ticr_offset = 0x2c, | ||
119 | + .tdr_offset = 0x34, | ||
120 | + }, { | ||
121 | + .tcsr_offset = 0x40, | ||
122 | + .ticr_offset = 0x48, | ||
123 | + .tdr_offset = 0x50, | ||
124 | + }, | ||
125 | +}; | ||
126 | + | ||
127 | +/* Returns the index of the timer block. */ | ||
128 | +static int tim_index(const TimerBlock *tim) | ||
129 | +{ | ||
130 | + ptrdiff_t diff = tim - timer_block; | ||
131 | + | ||
132 | + g_assert(diff >= 0 && diff < ARRAY_SIZE(timer_block)); | ||
133 | + | ||
134 | + return diff; | ||
135 | +} | ||
136 | + | ||
137 | +/* Returns the index of a timer within a timer block. */ | ||
138 | +static int timer_index(const Timer *t) | ||
139 | +{ | ||
140 | + ptrdiff_t diff = t - timer; | ||
141 | + | ||
142 | + g_assert(diff >= 0 && diff < ARRAY_SIZE(timer)); | ||
143 | + | ||
144 | + return diff; | ||
145 | +} | ||
146 | + | ||
147 | +/* Returns the irq line for a given timer. */ | ||
148 | +static int tim_timer_irq(const TestData *td) | ||
149 | +{ | ||
150 | + return td->tim->irq_base + timer_index(td->timer); | ||
151 | +} | ||
152 | + | ||
153 | +/* Register read/write accessors. */ | ||
154 | + | ||
155 | +static void tim_write(const TestData *td, | ||
156 | + unsigned int offset, uint32_t value) | ||
157 | +{ | ||
158 | + writel(td->tim->base_addr + offset, value); | ||
159 | +} | ||
160 | + | ||
161 | +static uint32_t tim_read(const TestData *td, unsigned int offset) | ||
162 | +{ | ||
163 | + return readl(td->tim->base_addr + offset); | ||
164 | +} | ||
165 | + | ||
166 | +static void tim_write_tcsr(const TestData *td, uint32_t value) | ||
167 | +{ | ||
168 | + tim_write(td, td->timer->tcsr_offset, value); | ||
169 | +} | ||
170 | + | ||
171 | +static uint32_t tim_read_tcsr(const TestData *td) | ||
172 | +{ | ||
173 | + return tim_read(td, td->timer->tcsr_offset); | ||
174 | +} | ||
175 | + | ||
176 | +static void tim_write_ticr(const TestData *td, uint32_t value) | ||
177 | +{ | ||
178 | + tim_write(td, td->timer->ticr_offset, value); | ||
179 | +} | ||
180 | + | ||
181 | +static uint32_t tim_read_ticr(const TestData *td) | ||
182 | +{ | ||
183 | + return tim_read(td, td->timer->ticr_offset); | ||
184 | +} | ||
185 | + | ||
186 | +static uint32_t tim_read_tdr(const TestData *td) | ||
187 | +{ | ||
188 | + return tim_read(td, td->timer->tdr_offset); | ||
189 | +} | ||
190 | + | ||
191 | +/* Returns the number of nanoseconds to count the given number of cycles. */ | ||
192 | +static int64_t tim_calculate_step(uint32_t count, uint32_t prescale) | ||
193 | +{ | ||
194 | + return (1000000000LL / TIM_REF_HZ) * count * (prescale + 1); | ||
195 | +} | ||
196 | + | ||
197 | +/* Returns a bitmask corresponding to the timer under test. */ | ||
198 | +static uint32_t tim_timer_bit(const TestData *td) | ||
199 | +{ | ||
200 | + return BIT(timer_index(td->timer)); | ||
201 | +} | ||
202 | + | ||
203 | +/* Resets all timers to power-on defaults. */ | ||
204 | +static void tim_reset(const TestData *td) | ||
205 | +{ | ||
206 | + int i, j; | ||
207 | + | ||
208 | + /* Reset all the timers, in case a previous test left a timer running. */ | ||
209 | + for (i = 0; i < ARRAY_SIZE(timer_block); i++) { | ||
210 | + for (j = 0; j < ARRAY_SIZE(timer); j++) { | ||
211 | + writel(timer_block[i].base_addr + timer[j].tcsr_offset, | ||
212 | + CRST | TCSR_DEFAULT); | ||
213 | + } | ||
214 | + writel(timer_block[i].base_addr + TISR, -1); | ||
215 | + } | 737 | + } |
216 | +} | 738 | +} |
217 | + | 739 | + |
218 | +/* Verifies the reset state of a timer. */ | 740 | +/* Restore the GPIO controller to a sensible default state. */ |
219 | +static void test_reset(gconstpointer test_data) | 741 | +static void gpio_reset(int n) |
220 | +{ | 742 | +{ |
221 | + const TestData *td = test_data; | 743 | + gpio_unlock(0); |
222 | + | 744 | + |
223 | + tim_reset(td); | 745 | + writel(GPIO(n) + GP_N_EVEN, 0x00000000); |
224 | + | 746 | + writel(GPIO(n) + GP_N_EVST, 0xffffffff); |
225 | + g_assert_cmphex(tim_read_tcsr(td), ==, TCSR_DEFAULT); | 747 | + writel(GPIO(n) + GP_N_POL, 0x00000000); |
226 | + g_assert_cmphex(tim_read_ticr(td), ==, 0); | 748 | + writel(GPIO(n) + GP_N_DOUT, 0x00000000); |
227 | + g_assert_cmphex(tim_read_tdr(td), ==, 0); | 749 | + writel(GPIO(n) + GP_N_OE, 0x00000000); |
228 | + g_assert_cmphex(tim_read(td, TISR), ==, 0); | 750 | + writel(GPIO(n) + GP_N_OTYP, 0x00000000); |
229 | + g_assert_cmphex(tim_read(td, WTCR), ==, WTCLK(1)); | 751 | + writel(GPIO(n) + GP_N_PU, 0xffffffff); |
230 | +} | 752 | + writel(GPIO(n) + GP_N_PD, 0x00000000); |
231 | + | 753 | + writel(GPIO(n) + GP_N_IEM, 0xffffffff); |
232 | +/* Verifies that CRST wins if both CEN and CRST are set. */ | 754 | +} |
233 | +static void test_reset_overrides_enable(gconstpointer test_data) | 755 | + |
234 | +{ | 756 | +static void test_dout_to_din(void) |
235 | + const TestData *td = test_data; | 757 | +{ |
236 | + | 758 | + gpio_reset(0); |
237 | + tim_reset(td); | 759 | + |
238 | + | 760 | + /* When output is enabled, DOUT should be reflected on DIN. */ |
239 | + /* CRST should force CEN to 0 */ | 761 | + writel(GPIO(0) + GP_N_OE, 0xffffffff); |
240 | + tim_write_tcsr(td, CEN | CRST | TCSR_DEFAULT); | 762 | + /* PU and PD shouldn't have any impact on DIN. */ |
241 | + | 763 | + writel(GPIO(0) + GP_N_PU, 0xffff0000); |
242 | + g_assert_cmphex(tim_read_tcsr(td), ==, TCSR_DEFAULT); | 764 | + writel(GPIO(0) + GP_N_PD, 0x0000ffff); |
243 | + g_assert_cmphex(tim_read_tdr(td), ==, 0); | 765 | + writel(GPIO(0) + GP_N_DOUT, 0x12345678); |
244 | + g_assert_cmphex(tim_read(td, TISR), ==, 0); | 766 | + g_assert_cmphex(readl(GPIO(0) + GP_N_DOUT), ==, 0x12345678); |
245 | +} | 767 | + g_assert_cmphex(readl(GPIO(0) + GP_N_DIN), ==, 0x12345678); |
246 | + | 768 | +} |
247 | +/* Verifies the behavior when CEN is set and then cleared. */ | 769 | + |
248 | +static void test_oneshot_enable_then_disable(gconstpointer test_data) | 770 | +static void test_pullup_pulldown(void) |
249 | +{ | 771 | +{ |
250 | + const TestData *td = test_data; | 772 | + gpio_reset(0); |
251 | + | 773 | + |
252 | + tim_reset(td); | 774 | + /* |
253 | + | 775 | + * When output is disabled, and PD is the inverse of PU, PU should be |
254 | + /* Enable the timer with zero initial count, then disable it again. */ | 776 | + * reflected on DIN. If PD is not the inverse of PU, the state of DIN is |
255 | + tim_write_tcsr(td, CEN | TCSR_DEFAULT); | 777 | + * undefined, so we don't test that. |
256 | + tim_write_tcsr(td, TCSR_DEFAULT); | 778 | + */ |
257 | + | 779 | + writel(GPIO(0) + GP_N_OE, 0x00000000); |
258 | + g_assert_cmphex(tim_read_tcsr(td), ==, TCSR_DEFAULT); | 780 | + /* DOUT shouldn't have any impact on DIN. */ |
259 | + g_assert_cmphex(tim_read_tdr(td), ==, 0); | 781 | + writel(GPIO(0) + GP_N_DOUT, 0xffff0000); |
260 | + /* Timer interrupt flag should be set, but interrupts are not enabled. */ | 782 | + writel(GPIO(0) + GP_N_PU, 0x23456789); |
261 | + g_assert_cmphex(tim_read(td, TISR), ==, tim_timer_bit(td)); | 783 | + writel(GPIO(0) + GP_N_PD, ~0x23456789U); |
262 | + g_assert_false(qtest_get_irq(global_qtest, tim_timer_irq(td))); | 784 | + g_assert_cmphex(readl(GPIO(0) + GP_N_PU), ==, 0x23456789); |
263 | +} | 785 | + g_assert_cmphex(readl(GPIO(0) + GP_N_PD), ==, ~0x23456789U); |
264 | + | 786 | + g_assert_cmphex(readl(GPIO(0) + GP_N_DIN), ==, 0x23456789); |
265 | +/* Verifies that a one-shot timer fires when expected with prescaler 5. */ | 787 | +} |
266 | +static void test_oneshot_ps5(gconstpointer test_data) | 788 | + |
267 | +{ | 789 | +static void test_output_enable(void) |
268 | + const TestData *td = test_data; | 790 | +{ |
269 | + unsigned int count = 256; | 791 | + gpio_reset(0); |
270 | + unsigned int ps = 5; | 792 | + |
271 | + | 793 | + /* |
272 | + tim_reset(td); | 794 | + * With all pins weakly pulled down, and DOUT all-ones, OE should be |
273 | + | 795 | + * reflected on DIN. |
274 | + tim_write_ticr(td, count); | 796 | + */ |
275 | + tim_write_tcsr(td, CEN | PRESCALE(ps)); | 797 | + writel(GPIO(0) + GP_N_DOUT, 0xffffffff); |
276 | + g_assert_cmphex(tim_read_tcsr(td), ==, CEN | CACT | PRESCALE(ps)); | 798 | + writel(GPIO(0) + GP_N_PU, 0x00000000); |
277 | + g_assert_cmpuint(tim_read_tdr(td), ==, count); | 799 | + writel(GPIO(0) + GP_N_PD, 0xffffffff); |
278 | + | 800 | + writel(GPIO(0) + GP_N_OE, 0x3456789a); |
279 | + clock_step(tim_calculate_step(count, ps) - 1); | 801 | + g_assert_cmphex(readl(GPIO(0) + GP_N_OE), ==, 0x3456789a); |
280 | + | 802 | + g_assert_cmphex(readl(GPIO(0) + GP_N_DIN), ==, 0x3456789a); |
281 | + g_assert_cmphex(tim_read_tcsr(td), ==, CEN | CACT | PRESCALE(ps)); | 803 | + |
282 | + g_assert_cmpuint(tim_read_tdr(td), <, count); | 804 | + writel(GPIO(0) + GP_N_OEC, 0x00030002); |
283 | + g_assert_cmphex(tim_read(td, TISR), ==, 0); | 805 | + g_assert_cmphex(readl(GPIO(0) + GP_N_OE), ==, 0x34547898); |
284 | + | 806 | + g_assert_cmphex(readl(GPIO(0) + GP_N_DIN), ==, 0x34547898); |
285 | + clock_step(1); | 807 | + |
286 | + | 808 | + writel(GPIO(0) + GP_N_OES, 0x0000f001); |
287 | + g_assert_cmphex(tim_read_tcsr(td), ==, PRESCALE(ps)); | 809 | + g_assert_cmphex(readl(GPIO(0) + GP_N_OE), ==, 0x3454f899); |
288 | + g_assert_cmpuint(tim_read_tdr(td), ==, count); | 810 | + g_assert_cmphex(readl(GPIO(0) + GP_N_DIN), ==, 0x3454f899); |
289 | + g_assert_cmphex(tim_read(td, TISR), ==, tim_timer_bit(td)); | 811 | +} |
290 | + g_assert_false(qtest_get_irq(global_qtest, tim_timer_irq(td))); | 812 | + |
291 | + | 813 | +static void test_open_drain(void) |
292 | + /* Clear the interrupt flag. */ | 814 | +{ |
293 | + tim_write(td, TISR, tim_timer_bit(td)); | 815 | + gpio_reset(0); |
294 | + g_assert_cmphex(tim_read(td, TISR), ==, 0); | 816 | + |
295 | + g_assert_false(qtest_get_irq(global_qtest, tim_timer_irq(td))); | 817 | + /* |
296 | + | 818 | + * Upper half of DOUT drives a 1 only if the corresponding bit in OTYP is |
297 | + /* Verify that this isn't a periodic timer. */ | 819 | + * not set. If OTYP is set, DIN is determined by PU/PD. Lower half of |
298 | + clock_step(2 * tim_calculate_step(count, ps)); | 820 | + * DOUT always drives a 0 regardless of OTYP; PU/PD have no effect. When |
299 | + g_assert_cmphex(tim_read(td, TISR), ==, 0); | 821 | + * OE is 0, output is determined by PU/PD; OTYP has no effect. |
300 | + g_assert_false(qtest_get_irq(global_qtest, tim_timer_irq(td))); | 822 | + */ |
301 | +} | 823 | + writel(GPIO(0) + GP_N_OTYP, 0x456789ab); |
302 | + | 824 | + writel(GPIO(0) + GP_N_OE, 0xf0f0f0f0); |
303 | +/* Verifies that a one-shot timer fires when expected with prescaler 0. */ | 825 | + writel(GPIO(0) + GP_N_DOUT, 0xffff0000); |
304 | +static void test_oneshot_ps0(gconstpointer test_data) | 826 | + writel(GPIO(0) + GP_N_PU, 0xff00ff00); |
305 | +{ | 827 | + writel(GPIO(0) + GP_N_PD, 0x00ff00ff); |
306 | + const TestData *td = test_data; | 828 | + g_assert_cmphex(readl(GPIO(0) + GP_N_OTYP), ==, 0x456789ab); |
307 | + unsigned int count = 1; | 829 | + g_assert_cmphex(readl(GPIO(0) + GP_N_DIN), ==, 0xff900f00); |
308 | + unsigned int ps = 0; | 830 | +} |
309 | + | 831 | + |
310 | + tim_reset(td); | 832 | +static void test_polarity(void) |
311 | + | 833 | +{ |
312 | + tim_write_ticr(td, count); | 834 | + gpio_reset(0); |
313 | + tim_write_tcsr(td, CEN | PRESCALE(ps)); | 835 | + |
314 | + g_assert_cmphex(tim_read_tcsr(td), ==, CEN | CACT | PRESCALE(ps)); | 836 | + /* |
315 | + g_assert_cmpuint(tim_read_tdr(td), ==, count); | 837 | + * In push-pull mode, DIN should reflect DOUT because the signal is |
316 | + | 838 | + * inverted in both directions. |
317 | + clock_step(tim_calculate_step(count, ps) - 1); | 839 | + */ |
318 | + | 840 | + writel(GPIO(0) + GP_N_OTYP, 0x00000000); |
319 | + g_assert_cmphex(tim_read_tcsr(td), ==, CEN | CACT | PRESCALE(ps)); | 841 | + writel(GPIO(0) + GP_N_OE, 0xffffffff); |
320 | + g_assert_cmpuint(tim_read_tdr(td), <, count); | 842 | + writel(GPIO(0) + GP_N_DOUT, 0x56789abc); |
321 | + g_assert_cmphex(tim_read(td, TISR), ==, 0); | 843 | + writel(GPIO(0) + GP_N_POL, 0x6789abcd); |
322 | + | 844 | + g_assert_cmphex(readl(GPIO(0) + GP_N_POL), ==, 0x6789abcd); |
323 | + clock_step(1); | 845 | + g_assert_cmphex(readl(GPIO(0) + GP_N_DIN), ==, 0x56789abc); |
324 | + | 846 | + |
325 | + g_assert_cmphex(tim_read_tcsr(td), ==, PRESCALE(ps)); | 847 | + /* |
326 | + g_assert_cmpuint(tim_read_tdr(td), ==, count); | 848 | + * When turning off the drivers, DIN should reflect the inverse of the |
327 | + g_assert_cmphex(tim_read(td, TISR), ==, tim_timer_bit(td)); | 849 | + * pulled-up lines. |
328 | + g_assert_false(qtest_get_irq(global_qtest, tim_timer_irq(td))); | 850 | + */ |
329 | +} | 851 | + writel(GPIO(0) + GP_N_OE, 0x00000000); |
330 | + | 852 | + writel(GPIO(0) + GP_N_POL, 0xffffffff); |
331 | +/* Verifies that a one-shot timer fires when expected with highest prescaler. */ | 853 | + writel(GPIO(0) + GP_N_PU, 0x789abcde); |
332 | +static void test_oneshot_ps255(gconstpointer test_data) | 854 | + writel(GPIO(0) + GP_N_PD, ~0x789abcdeU); |
333 | +{ | 855 | + g_assert_cmphex(readl(GPIO(0) + GP_N_DIN), ==, ~0x789abcdeU); |
334 | + const TestData *td = test_data; | 856 | + |
335 | + unsigned int count = (1U << 24) - 1; | 857 | + /* |
336 | + unsigned int ps = 255; | 858 | + * In open-drain mode, DOUT=1 will appear to drive the pin high (since DIN |
337 | + | 859 | + * is inverted), while DOUT=0 will leave the pin floating. |
338 | + tim_reset(td); | 860 | + */ |
339 | + | 861 | + writel(GPIO(0) + GP_N_OTYP, 0xffffffff); |
340 | + tim_write_ticr(td, count); | 862 | + writel(GPIO(0) + GP_N_OE, 0xffffffff); |
341 | + tim_write_tcsr(td, CEN | PRESCALE(ps)); | 863 | + writel(GPIO(0) + GP_N_PU, 0xffff0000); |
342 | + g_assert_cmphex(tim_read_tcsr(td), ==, CEN | CACT | PRESCALE(ps)); | 864 | + writel(GPIO(0) + GP_N_PD, 0x0000ffff); |
343 | + g_assert_cmpuint(tim_read_tdr(td), ==, count); | 865 | + writel(GPIO(0) + GP_N_DOUT, 0xff00ff00); |
344 | + | 866 | + g_assert_cmphex(readl(GPIO(0) + GP_N_DIN), ==, 0xff00ffff); |
345 | + clock_step(tim_calculate_step(count, ps) - 1); | 867 | +} |
346 | + | 868 | + |
347 | + g_assert_cmphex(tim_read_tcsr(td), ==, CEN | CACT | PRESCALE(ps)); | 869 | +static void test_input_mask(void) |
348 | + g_assert_cmpuint(tim_read_tdr(td), <, count); | 870 | +{ |
349 | + g_assert_cmphex(tim_read(td, TISR), ==, 0); | 871 | + gpio_reset(0); |
350 | + | 872 | + |
351 | + clock_step(1); | 873 | + /* IEM=0 forces the input to zero before polarity inversion. */ |
352 | + | 874 | + writel(GPIO(0) + GP_N_OE, 0xffffffff); |
353 | + g_assert_cmphex(tim_read_tcsr(td), ==, PRESCALE(ps)); | 875 | + writel(GPIO(0) + GP_N_DOUT, 0xff00ff00); |
354 | + g_assert_cmpuint(tim_read_tdr(td), ==, count); | 876 | + writel(GPIO(0) + GP_N_POL, 0xffff0000); |
355 | + g_assert_cmphex(tim_read(td, TISR), ==, tim_timer_bit(td)); | 877 | + writel(GPIO(0) + GP_N_IEM, 0x87654321); |
356 | + g_assert_false(qtest_get_irq(global_qtest, tim_timer_irq(td))); | 878 | + g_assert_cmphex(readl(GPIO(0) + GP_N_DIN), ==, 0xff9a4300); |
357 | +} | 879 | +} |
358 | + | 880 | + |
359 | +/* Verifies that a oneshot timer fires an interrupt when expected. */ | 881 | +static void test_temp_lock(void) |
360 | +static void test_oneshot_interrupt(gconstpointer test_data) | 882 | +{ |
361 | +{ | 883 | + gpio_reset(0); |
362 | + const TestData *td = test_data; | 884 | + |
363 | + unsigned int count = 256; | 885 | + writel(GPIO(0) + GP_N_DOUT, 0x98765432); |
364 | + unsigned int ps = 7; | 886 | + |
365 | + | 887 | + /* Make sure we're unlocked initially. */ |
366 | + tim_reset(td); | 888 | + g_assert_cmphex(readl(GPIO(0) + GP_N_TLOCK1), ==, 0); |
367 | + | 889 | + /* Writing any value to TLOCK1 will lock. */ |
368 | + tim_write_ticr(td, count); | 890 | + writel(GPIO(0) + GP_N_TLOCK1, 0); |
369 | + tim_write_tcsr(td, IE | CEN | MODE_ONESHOT | PRESCALE(ps)); | 891 | + g_assert_cmphex(readl(GPIO(0) + GP_N_TLOCK1), ==, 1); |
370 | + | 892 | + writel(GPIO(0) + GP_N_DOUT, 0xa9876543); |
371 | + clock_step_next(); | 893 | + g_assert_cmphex(readl(GPIO(0) + GP_N_DOUT), ==, 0x98765432); |
372 | + | 894 | + /* Now, try to unlock. */ |
373 | + g_assert_cmphex(tim_read(td, TISR), ==, tim_timer_bit(td)); | 895 | + gpio_unlock(0); |
374 | + g_assert_true(qtest_get_irq(global_qtest, tim_timer_irq(td))); | 896 | + g_assert_cmphex(readl(GPIO(0) + GP_N_TLOCK1), ==, 0); |
375 | +} | 897 | + writel(GPIO(0) + GP_N_DOUT, 0xa9876543); |
376 | + | 898 | + g_assert_cmphex(readl(GPIO(0) + GP_N_DOUT), ==, 0xa9876543); |
377 | +/* | 899 | + |
378 | + * Verifies that the timer can be paused and later resumed, and it still fires | 900 | + /* Try it again, but write TLOCK2 to lock. */ |
379 | + * at the right moment. | 901 | + writel(GPIO(0) + GP_N_TLOCK2, 0); |
380 | + */ | 902 | + g_assert_cmphex(readl(GPIO(0) + GP_N_TLOCK1), ==, 1); |
381 | +static void test_pause_resume(gconstpointer test_data) | 903 | + writel(GPIO(0) + GP_N_DOUT, 0x98765432); |
382 | +{ | 904 | + g_assert_cmphex(readl(GPIO(0) + GP_N_DOUT), ==, 0xa9876543); |
383 | + const TestData *td = test_data; | 905 | + /* Now, try to unlock. */ |
384 | + unsigned int count = 256; | 906 | + gpio_unlock(0); |
385 | + unsigned int ps = 1; | 907 | + g_assert_cmphex(readl(GPIO(0) + GP_N_TLOCK1), ==, 0); |
386 | + | 908 | + writel(GPIO(0) + GP_N_DOUT, 0x98765432); |
387 | + tim_reset(td); | 909 | + g_assert_cmphex(readl(GPIO(0) + GP_N_DOUT), ==, 0x98765432); |
388 | + | 910 | +} |
389 | + tim_write_ticr(td, count); | 911 | + |
390 | + tim_write_tcsr(td, IE | CEN | MODE_ONESHOT | PRESCALE(ps)); | 912 | +static void test_events_level(void) |
391 | + | 913 | +{ |
392 | + /* Pause the timer halfway to expiration. */ | 914 | + gpio_reset(0); |
393 | + clock_step(tim_calculate_step(count / 2, ps)); | 915 | + |
394 | + tim_write_tcsr(td, IE | MODE_ONESHOT | PRESCALE(ps)); | 916 | + writel(GPIO(0) + GP_N_EVTYP, 0x00000000); |
395 | + g_assert_cmpuint(tim_read_tdr(td), ==, count / 2); | 917 | + writel(GPIO(0) + GP_N_DOUT, 0xba987654); |
396 | + | 918 | + writel(GPIO(0) + GP_N_OE, 0xffffffff); |
397 | + /* Counter should not advance during the following step. */ | 919 | + writel(GPIO(0) + GP_N_EVST, 0xffffffff); |
398 | + clock_step(2 * tim_calculate_step(count, ps)); | 920 | + |
399 | + g_assert_cmpuint(tim_read_tdr(td), ==, count / 2); | 921 | + g_assert_cmphex(readl(GPIO(0) + GP_N_EVST), ==, 0xba987654); |
400 | + g_assert_cmphex(tim_read(td, TISR), ==, 0); | 922 | + g_assert_false(qtest_get_irq(global_qtest, GPIO_IRQ(0))); |
401 | + g_assert_false(qtest_get_irq(global_qtest, tim_timer_irq(td))); | 923 | + writel(GPIO(0) + GP_N_DOUT, 0x00000000); |
402 | + | 924 | + g_assert_cmphex(readl(GPIO(0) + GP_N_EVST), ==, 0xba987654); |
403 | + /* Resume the timer and run _almost_ to expiration. */ | 925 | + g_assert_false(qtest_get_irq(global_qtest, GPIO_IRQ(0))); |
404 | + tim_write_tcsr(td, IE | CEN | MODE_ONESHOT | PRESCALE(ps)); | 926 | + writel(GPIO(0) + GP_N_EVST, 0x00007654); |
405 | + clock_step(tim_calculate_step(count / 2, ps) - 1); | 927 | + g_assert_cmphex(readl(GPIO(0) + GP_N_EVST), ==, 0xba980000); |
406 | + g_assert_cmpuint(tim_read_tdr(td), <, count); | 928 | + g_assert_false(qtest_get_irq(global_qtest, GPIO_IRQ(0))); |
407 | + g_assert_cmphex(tim_read(td, TISR), ==, 0); | 929 | + writel(GPIO(0) + GP_N_EVST, 0xba980000); |
408 | + g_assert_false(qtest_get_irq(global_qtest, tim_timer_irq(td))); | 930 | + g_assert_cmphex(readl(GPIO(0) + GP_N_EVST), ==, 0x00000000); |
409 | + | 931 | + g_assert_false(qtest_get_irq(global_qtest, GPIO_IRQ(0))); |
410 | + /* Now, run the rest of the way and verify that the interrupt fires. */ | 932 | +} |
411 | + clock_step(1); | 933 | + |
412 | + g_assert_cmphex(tim_read(td, TISR), ==, tim_timer_bit(td)); | 934 | +static void test_events_rising_edge(void) |
413 | + g_assert_true(qtest_get_irq(global_qtest, tim_timer_irq(td))); | 935 | +{ |
414 | +} | 936 | + gpio_reset(0); |
415 | + | 937 | + |
416 | +/* Verifies that the prescaler can be changed while the timer is runnin. */ | 938 | + writel(GPIO(0) + GP_N_EVTYP, 0xffffffff); |
417 | +static void test_prescaler_change(gconstpointer test_data) | 939 | + writel(GPIO(0) + GP_N_EVBE, 0x00000000); |
418 | +{ | 940 | + writel(GPIO(0) + GP_N_DOUT, 0xffff0000); |
419 | + const TestData *td = test_data; | 941 | + writel(GPIO(0) + GP_N_OE, 0xffffffff); |
420 | + unsigned int count = 256; | 942 | + writel(GPIO(0) + GP_N_EVST, 0xffffffff); |
421 | + unsigned int ps = 5; | 943 | + |
422 | + | 944 | + g_assert_cmphex(readl(GPIO(0) + GP_N_EVST), ==, 0x00000000); |
423 | + tim_reset(td); | 945 | + g_assert_false(qtest_get_irq(global_qtest, GPIO_IRQ(0))); |
424 | + | 946 | + writel(GPIO(0) + GP_N_DOUT, 0xff00ff00); |
425 | + tim_write_ticr(td, count); | 947 | + g_assert_cmphex(readl(GPIO(0) + GP_N_EVST), ==, 0x0000ff00); |
426 | + tim_write_tcsr(td, CEN | MODE_ONESHOT | PRESCALE(ps)); | 948 | + g_assert_false(qtest_get_irq(global_qtest, GPIO_IRQ(0))); |
427 | + | 949 | + writel(GPIO(0) + GP_N_DOUT, 0x00ff0000); |
428 | + /* Run a quarter of the way, and change the prescaler. */ | 950 | + g_assert_cmphex(readl(GPIO(0) + GP_N_EVST), ==, 0x00ffff00); |
429 | + clock_step(tim_calculate_step(count / 4, ps)); | 951 | + g_assert_false(qtest_get_irq(global_qtest, GPIO_IRQ(0))); |
430 | + g_assert_cmpuint(tim_read_tdr(td), ==, 3 * count / 4); | 952 | + writel(GPIO(0) + GP_N_EVST, 0x0000f000); |
431 | + ps = 2; | 953 | + g_assert_cmphex(readl(GPIO(0) + GP_N_EVST), ==, 0x00ff0f00); |
432 | + tim_write_tcsr(td, CEN | MODE_ONESHOT | PRESCALE(ps)); | 954 | + g_assert_false(qtest_get_irq(global_qtest, GPIO_IRQ(0))); |
433 | + /* The counter must not change. */ | 955 | + writel(GPIO(0) + GP_N_EVST, 0x00ff0f00); |
434 | + g_assert_cmpuint(tim_read_tdr(td), ==, 3 * count / 4); | 956 | + g_assert_cmphex(readl(GPIO(0) + GP_N_EVST), ==, 0x00000000); |
435 | + | 957 | + g_assert_false(qtest_get_irq(global_qtest, GPIO_IRQ(0))); |
436 | + /* Run another quarter of the way, and change the prescaler again. */ | 958 | +} |
437 | + clock_step(tim_calculate_step(count / 4, ps)); | 959 | + |
438 | + g_assert_cmpuint(tim_read_tdr(td), ==, count / 2); | 960 | +static void test_events_both_edges(void) |
439 | + ps = 8; | 961 | +{ |
440 | + tim_write_tcsr(td, CEN | MODE_ONESHOT | PRESCALE(ps)); | 962 | + gpio_reset(0); |
441 | + /* The counter must not change. */ | 963 | + |
442 | + g_assert_cmpuint(tim_read_tdr(td), ==, count / 2); | 964 | + writel(GPIO(0) + GP_N_EVTYP, 0xffffffff); |
443 | + | 965 | + writel(GPIO(0) + GP_N_EVBE, 0xffffffff); |
444 | + /* Run another quarter of the way, and change the prescaler again. */ | 966 | + writel(GPIO(0) + GP_N_DOUT, 0xffff0000); |
445 | + clock_step(tim_calculate_step(count / 4, ps)); | 967 | + writel(GPIO(0) + GP_N_OE, 0xffffffff); |
446 | + g_assert_cmpuint(tim_read_tdr(td), ==, count / 4); | 968 | + writel(GPIO(0) + GP_N_EVST, 0xffffffff); |
447 | + ps = 0; | 969 | + |
448 | + tim_write_tcsr(td, CEN | MODE_ONESHOT | PRESCALE(ps)); | 970 | + g_assert_cmphex(readl(GPIO(0) + GP_N_EVST), ==, 0x00000000); |
449 | + /* The counter must not change. */ | 971 | + g_assert_false(qtest_get_irq(global_qtest, GPIO_IRQ(0))); |
450 | + g_assert_cmpuint(tim_read_tdr(td), ==, count / 4); | 972 | + writel(GPIO(0) + GP_N_DOUT, 0xff00ff00); |
451 | + | 973 | + g_assert_cmphex(readl(GPIO(0) + GP_N_EVST), ==, 0x00ffff00); |
452 | + /* Run almost to expiration, and verify the timer didn't fire yet. */ | 974 | + g_assert_false(qtest_get_irq(global_qtest, GPIO_IRQ(0))); |
453 | + clock_step(tim_calculate_step(count / 4, ps) - 1); | 975 | + writel(GPIO(0) + GP_N_DOUT, 0xef00ff08); |
454 | + g_assert_cmpuint(tim_read_tdr(td), <, count); | 976 | + g_assert_cmphex(readl(GPIO(0) + GP_N_EVST), ==, 0x10ffff08); |
455 | + g_assert_cmphex(tim_read(td, TISR), ==, 0); | 977 | + g_assert_false(qtest_get_irq(global_qtest, GPIO_IRQ(0))); |
456 | + | 978 | + writel(GPIO(0) + GP_N_EVST, 0x0000f000); |
457 | + /* Now, run the rest of the way and verify that the timer fires. */ | 979 | + g_assert_cmphex(readl(GPIO(0) + GP_N_EVST), ==, 0x10ff0f08); |
458 | + clock_step(1); | 980 | + g_assert_false(qtest_get_irq(global_qtest, GPIO_IRQ(0))); |
459 | + g_assert_cmphex(tim_read(td, TISR), ==, tim_timer_bit(td)); | 981 | + writel(GPIO(0) + GP_N_EVST, 0x10ff0f08); |
460 | +} | 982 | + g_assert_cmphex(readl(GPIO(0) + GP_N_EVST), ==, 0x00000000); |
461 | + | 983 | + g_assert_false(qtest_get_irq(global_qtest, GPIO_IRQ(0))); |
462 | +/* Verifies that a periodic timer automatically restarts after expiration. */ | 984 | +} |
463 | +static void test_periodic_no_interrupt(gconstpointer test_data) | 985 | + |
464 | +{ | 986 | +static void test_gpion_irq(gconstpointer test_data) |
465 | + const TestData *td = test_data; | 987 | +{ |
466 | + unsigned int count = 2; | 988 | + intptr_t n = (intptr_t)test_data; |
467 | + unsigned int ps = 3; | 989 | + |
990 | + gpio_reset(n); | ||
991 | + | ||
992 | + writel(GPIO(n) + GP_N_EVTYP, 0x00000000); | ||
993 | + writel(GPIO(n) + GP_N_DOUT, 0x00000000); | ||
994 | + writel(GPIO(n) + GP_N_OE, 0xffffffff); | ||
995 | + writel(GPIO(n) + GP_N_EVST, 0xffffffff); | ||
996 | + writel(GPIO(n) + GP_N_EVEN, 0x00000000); | ||
997 | + | ||
998 | + /* Trigger an event; interrupts are masked. */ | ||
999 | + g_assert_cmphex(readl(GPIO(n) + GP_N_EVST), ==, 0x00000000); | ||
1000 | + g_assert_false(qtest_get_irq(global_qtest, GPIO_IRQ(n))); | ||
1001 | + writel(GPIO(n) + GP_N_DOS, 0x00008000); | ||
1002 | + g_assert_cmphex(readl(GPIO(n) + GP_N_EVST), ==, 0x00008000); | ||
1003 | + g_assert_false(qtest_get_irq(global_qtest, GPIO_IRQ(n))); | ||
1004 | + | ||
1005 | + /* Unmask all event interrupts; verify that the interrupt fired. */ | ||
1006 | + writel(GPIO(n) + GP_N_EVEN, 0xffffffff); | ||
1007 | + g_assert_true(qtest_get_irq(global_qtest, GPIO_IRQ(n))); | ||
1008 | + | ||
1009 | + /* Clear the current bit, set a new bit, irq stays asserted. */ | ||
1010 | + writel(GPIO(n) + GP_N_DOC, 0x00008000); | ||
1011 | + g_assert_true(qtest_get_irq(global_qtest, GPIO_IRQ(n))); | ||
1012 | + writel(GPIO(n) + GP_N_DOS, 0x00000200); | ||
1013 | + g_assert_true(qtest_get_irq(global_qtest, GPIO_IRQ(n))); | ||
1014 | + writel(GPIO(n) + GP_N_EVST, 0x00008000); | ||
1015 | + g_assert_true(qtest_get_irq(global_qtest, GPIO_IRQ(n))); | ||
1016 | + | ||
1017 | + /* Mask/unmask the event that's currently active. */ | ||
1018 | + writel(GPIO(n) + GP_N_EVENC, 0x00000200); | ||
1019 | + g_assert_false(qtest_get_irq(global_qtest, GPIO_IRQ(n))); | ||
1020 | + writel(GPIO(n) + GP_N_EVENS, 0x00000200); | ||
1021 | + g_assert_true(qtest_get_irq(global_qtest, GPIO_IRQ(n))); | ||
1022 | + | ||
1023 | + /* Clear the input and the status bit, irq is deasserted. */ | ||
1024 | + writel(GPIO(n) + GP_N_DOC, 0x00000200); | ||
1025 | + g_assert_true(qtest_get_irq(global_qtest, GPIO_IRQ(n))); | ||
1026 | + writel(GPIO(n) + GP_N_EVST, 0x00000200); | ||
1027 | + g_assert_false(qtest_get_irq(global_qtest, GPIO_IRQ(n))); | ||
1028 | +} | ||
1029 | + | ||
1030 | +int main(int argc, char **argv) | ||
1031 | +{ | ||
1032 | + int ret; | ||
468 | + int i; | 1033 | + int i; |
469 | + | ||
470 | + tim_reset(td); | ||
471 | + | ||
472 | + tim_write_ticr(td, count); | ||
473 | + tim_write_tcsr(td, CEN | MODE_PERIODIC | PRESCALE(ps)); | ||
474 | + | ||
475 | + for (i = 0; i < 4; i++) { | ||
476 | + clock_step_next(); | ||
477 | + | ||
478 | + g_assert_cmphex(tim_read(td, TISR), ==, tim_timer_bit(td)); | ||
479 | + g_assert_false(qtest_get_irq(global_qtest, tim_timer_irq(td))); | ||
480 | + | ||
481 | + tim_write(td, TISR, tim_timer_bit(td)); | ||
482 | + | ||
483 | + g_assert_cmphex(tim_read(td, TISR), ==, 0); | ||
484 | + g_assert_false(qtest_get_irq(global_qtest, tim_timer_irq(td))); | ||
485 | + } | ||
486 | +} | ||
487 | + | ||
488 | +/* Verifies that a periodict timer fires an interrupt every time it expires. */ | ||
489 | +static void test_periodic_interrupt(gconstpointer test_data) | ||
490 | +{ | ||
491 | + const TestData *td = test_data; | ||
492 | + unsigned int count = 65535; | ||
493 | + unsigned int ps = 2; | ||
494 | + int i; | ||
495 | + | ||
496 | + tim_reset(td); | ||
497 | + | ||
498 | + tim_write_ticr(td, count); | ||
499 | + tim_write_tcsr(td, CEN | IE | MODE_PERIODIC | PRESCALE(ps)); | ||
500 | + | ||
501 | + for (i = 0; i < 4; i++) { | ||
502 | + clock_step_next(); | ||
503 | + | ||
504 | + g_assert_cmphex(tim_read(td, TISR), ==, tim_timer_bit(td)); | ||
505 | + g_assert_true(qtest_get_irq(global_qtest, tim_timer_irq(td))); | ||
506 | + | ||
507 | + tim_write(td, TISR, tim_timer_bit(td)); | ||
508 | + | ||
509 | + g_assert_cmphex(tim_read(td, TISR), ==, 0); | ||
510 | + g_assert_false(qtest_get_irq(global_qtest, tim_timer_irq(td))); | ||
511 | + } | ||
512 | +} | ||
513 | + | ||
514 | +/* | ||
515 | + * Verifies that the timer behaves correctly when disabled right before and | ||
516 | + * exactly when it's supposed to expire. | ||
517 | + */ | ||
518 | +static void test_disable_on_expiration(gconstpointer test_data) | ||
519 | +{ | ||
520 | + const TestData *td = test_data; | ||
521 | + unsigned int count = 8; | ||
522 | + unsigned int ps = 255; | ||
523 | + | ||
524 | + tim_reset(td); | ||
525 | + | ||
526 | + tim_write_ticr(td, count); | ||
527 | + tim_write_tcsr(td, CEN | MODE_ONESHOT | PRESCALE(ps)); | ||
528 | + | ||
529 | + clock_step(tim_calculate_step(count, ps) - 1); | ||
530 | + | ||
531 | + tim_write_tcsr(td, MODE_ONESHOT | PRESCALE(ps)); | ||
532 | + tim_write_tcsr(td, CEN | MODE_ONESHOT | PRESCALE(ps)); | ||
533 | + clock_step(1); | ||
534 | + tim_write_tcsr(td, MODE_ONESHOT | PRESCALE(ps)); | ||
535 | + g_assert_cmphex(tim_read(td, TISR), ==, tim_timer_bit(td)); | ||
536 | +} | ||
537 | + | ||
538 | +/* | ||
539 | + * Constructs a name that includes the timer block, timer and testcase name, | ||
540 | + * and adds the test to the test suite. | ||
541 | + */ | ||
542 | +static void tim_add_test(const char *name, const TestData *td, GTestDataFunc fn) | ||
543 | +{ | ||
544 | + g_autofree char *full_name; | ||
545 | + | ||
546 | + full_name = g_strdup_printf("npcm7xx_timer/tim[%d]/timer[%d]/%s", | ||
547 | + tim_index(td->tim), timer_index(td->timer), | ||
548 | + name); | ||
549 | + qtest_add_data_func(full_name, td, fn); | ||
550 | +} | ||
551 | + | ||
552 | +/* Convenience macro for adding a test with a predictable function name. */ | ||
553 | +#define add_test(name, td) tim_add_test(#name, td, test_##name) | ||
554 | + | ||
555 | +int main(int argc, char **argv) | ||
556 | +{ | ||
557 | + TestData testdata[ARRAY_SIZE(timer_block) * ARRAY_SIZE(timer)]; | ||
558 | + int ret; | ||
559 | + int i, j; | ||
560 | + | 1034 | + |
561 | + g_test_init(&argc, &argv, NULL); | 1035 | + g_test_init(&argc, &argv, NULL); |
562 | + g_test_set_nonfatal_assertions(); | 1036 | + g_test_set_nonfatal_assertions(); |
563 | + | 1037 | + |
564 | + for (i = 0; i < ARRAY_SIZE(timer_block); i++) { | 1038 | + qtest_add_func("/npcm7xx_gpio/dout_to_din", test_dout_to_din); |
565 | + for (j = 0; j < ARRAY_SIZE(timer); j++) { | 1039 | + qtest_add_func("/npcm7xx_gpio/pullup_pulldown", test_pullup_pulldown); |
566 | + TestData *td = &testdata[i * ARRAY_SIZE(timer) + j]; | 1040 | + qtest_add_func("/npcm7xx_gpio/output_enable", test_output_enable); |
567 | + td->tim = &timer_block[i]; | 1041 | + qtest_add_func("/npcm7xx_gpio/open_drain", test_open_drain); |
568 | + td->timer = &timer[j]; | 1042 | + qtest_add_func("/npcm7xx_gpio/polarity", test_polarity); |
569 | + | 1043 | + qtest_add_func("/npcm7xx_gpio/input_mask", test_input_mask); |
570 | + add_test(reset, td); | 1044 | + qtest_add_func("/npcm7xx_gpio/temp_lock", test_temp_lock); |
571 | + add_test(reset_overrides_enable, td); | 1045 | + qtest_add_func("/npcm7xx_gpio/events/level", test_events_level); |
572 | + add_test(oneshot_enable_then_disable, td); | 1046 | + qtest_add_func("/npcm7xx_gpio/events/rising_edge", test_events_rising_edge); |
573 | + add_test(oneshot_ps5, td); | 1047 | + qtest_add_func("/npcm7xx_gpio/events/both_edges", test_events_both_edges); |
574 | + add_test(oneshot_ps0, td); | 1048 | + |
575 | + add_test(oneshot_ps255, td); | 1049 | + for (i = 0; i < NR_GPIO_DEVICES; i++) { |
576 | + add_test(oneshot_interrupt, td); | 1050 | + g_autofree char *test_name = |
577 | + add_test(pause_resume, td); | 1051 | + g_strdup_printf("/npcm7xx_gpio/gpio[%d]/irq", i); |
578 | + add_test(prescaler_change, td); | 1052 | + qtest_add_data_func(test_name, (void *)(intptr_t)i, test_gpion_irq); |
579 | + add_test(periodic_no_interrupt, td); | ||
580 | + add_test(periodic_interrupt, td); | ||
581 | + add_test(disable_on_expiration, td); | ||
582 | + } | ||
583 | + } | 1053 | + } |
584 | + | 1054 | + |
585 | + qtest_start("-machine npcm750-evb"); | 1055 | + qtest_start("-machine npcm750-evb"); |
586 | + qtest_irq_intercept_in(global_qtest, "/machine/soc/a9mpcore/gic"); | 1056 | + qtest_irq_intercept_in(global_qtest, "/machine/soc/a9mpcore/gic"); |
587 | + ret = g_test_run(); | 1057 | + ret = g_test_run(); |
588 | + qtest_end(); | 1058 | + qtest_end(); |
589 | + | 1059 | + |
590 | + return ret; | 1060 | + return ret; |
591 | +} | 1061 | +} |
1062 | diff --git a/hw/gpio/meson.build b/hw/gpio/meson.build | ||
1063 | index XXXXXXX..XXXXXXX 100644 | ||
1064 | --- a/hw/gpio/meson.build | ||
1065 | +++ b/hw/gpio/meson.build | ||
1066 | @@ -XXX,XX +XXX,XX @@ softmmu_ss.add(when: 'CONFIG_PUV3', if_true: files('puv3_gpio.c')) | ||
1067 | softmmu_ss.add(when: 'CONFIG_ZAURUS', if_true: files('zaurus.c')) | ||
1068 | |||
1069 | softmmu_ss.add(when: 'CONFIG_IMX', if_true: files('imx_gpio.c')) | ||
1070 | +softmmu_ss.add(when: 'CONFIG_NPCM7XX', if_true: files('npcm7xx_gpio.c')) | ||
1071 | softmmu_ss.add(when: 'CONFIG_NRF51_SOC', if_true: files('nrf51_gpio.c')) | ||
1072 | softmmu_ss.add(when: 'CONFIG_OMAP', if_true: files('omap_gpio.c')) | ||
1073 | softmmu_ss.add(when: 'CONFIG_RASPI', if_true: files('bcm2835_gpio.c')) | ||
1074 | diff --git a/hw/gpio/trace-events b/hw/gpio/trace-events | ||
1075 | index XXXXXXX..XXXXXXX 100644 | ||
1076 | --- a/hw/gpio/trace-events | ||
1077 | +++ b/hw/gpio/trace-events | ||
1078 | @@ -XXX,XX +XXX,XX @@ | ||
1079 | # See docs/devel/tracing.txt for syntax documentation. | ||
1080 | |||
1081 | +# npcm7xx_gpio.c | ||
1082 | +npcm7xx_gpio_read(const char *id, uint64_t offset, uint64_t value) " %s offset: 0x%04" PRIx64 " value 0x%08" PRIx64 | ||
1083 | +npcm7xx_gpio_write(const char *id, uint64_t offset, uint64_t value) "%s offset: 0x%04" PRIx64 " value 0x%08" PRIx64 | ||
1084 | +npcm7xx_gpio_set_input(const char *id, int32_t line, int32_t level) "%s line: %" PRIi32 " level: %" PRIi32 | ||
1085 | +npcm7xx_gpio_set_output(const char *id, int32_t line, int32_t level) "%s line: %" PRIi32 " level: %" PRIi32 | ||
1086 | +npcm7xx_gpio_update_events(const char *id, uint32_t evst, uint32_t even) "%s evst: 0x%08" PRIx32 " even: 0x%08" PRIx32 | ||
1087 | + | ||
1088 | # nrf51_gpio.c | ||
1089 | nrf51_gpio_read(uint64_t offset, uint64_t r) "offset 0x%" PRIx64 " value 0x%" PRIx64 | ||
1090 | nrf51_gpio_write(uint64_t offset, uint64_t value) "offset 0x%" PRIx64 " value 0x%" PRIx64 | ||
592 | diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build | 1091 | diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build |
593 | index XXXXXXX..XXXXXXX 100644 | 1092 | index XXXXXXX..XXXXXXX 100644 |
594 | --- a/tests/qtest/meson.build | 1093 | --- a/tests/qtest/meson.build |
595 | +++ b/tests/qtest/meson.build | 1094 | +++ b/tests/qtest/meson.build |
596 | @@ -XXX,XX +XXX,XX @@ qtests_arm = \ | 1095 | @@ -XXX,XX +XXX,XX @@ qtests_sparc64 = \ |
597 | ['arm-cpu-features', | 1096 | ['prom-env-test', 'boot-serial-test'] |
598 | 'microbit-test', | 1097 | |
599 | 'm25p80-test', | 1098 | qtests_npcm7xx = \ |
600 | + 'npcm7xx_timer-test', | 1099 | - ['npcm7xx_rng-test', |
601 | 'test-arm-mptimer', | 1100 | + ['npcm7xx_gpio-test', |
602 | 'boot-serial-test', | 1101 | + 'npcm7xx_rng-test', |
603 | 'hexloader-test'] | 1102 | 'npcm7xx_timer-test', |
1103 | 'npcm7xx_watchdog_timer-test'] | ||
1104 | qtests_arm = \ | ||
604 | -- | 1105 | -- |
605 | 2.20.1 | 1106 | 2.20.1 |
606 | 1107 | ||
607 | 1108 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | From: Zenghui Yu <yuzenghui@huawei.com> | ||
1 | 2 | ||
3 | Ensure the vSMMUv3 will be restored before all PCIe devices so that DMA | ||
4 | translation can work properly during migration. | ||
5 | |||
6 | Signed-off-by: Zenghui Yu <yuzenghui@huawei.com> | ||
7 | Message-id: 20201019091508.197-1-yuzenghui@huawei.com | ||
8 | Acked-by: Eric Auger <eric.auger@redhat.com> | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
10 | --- | ||
11 | hw/arm/smmuv3.c | 1 + | ||
12 | 1 file changed, 1 insertion(+) | ||
13 | |||
14 | diff --git a/hw/arm/smmuv3.c b/hw/arm/smmuv3.c | ||
15 | index XXXXXXX..XXXXXXX 100644 | ||
16 | --- a/hw/arm/smmuv3.c | ||
17 | +++ b/hw/arm/smmuv3.c | ||
18 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_smmuv3 = { | ||
19 | .name = "smmuv3", | ||
20 | .version_id = 1, | ||
21 | .minimum_version_id = 1, | ||
22 | + .priority = MIG_PRI_IOMMU, | ||
23 | .fields = (VMStateField[]) { | ||
24 | VMSTATE_UINT32(features, SMMUv3State), | ||
25 | VMSTATE_UINT8(sid_size, SMMUv3State), | ||
26 | -- | ||
27 | 2.20.1 | ||
28 | |||
29 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> |
---|---|---|---|
2 | 2 | ||
3 | Use the BCM2835_SYSTIMER_COUNT definition instead of the | 3 | No code out of bcm2836.c uses (or requires) the BCM283XInfo |
4 | magic '4' value. | 4 | declarations. Move it locally to the C source file. |
5 | 5 | ||
6 | Reviewed-by: Luc Michel <luc.michel@greensocs.com> | 6 | Reviewed-by: Luc Michel <luc.michel@greensocs.com> |
7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
8 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 7 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
9 | Message-id: 20201010203709.3116542-2-f4bug@amsat.org | 8 | Message-id: 20201024170127.3592182-2-f4bug@amsat.org |
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | --- | 10 | --- |
12 | include/hw/timer/bcm2835_systmr.h | 4 +++- | 11 | include/hw/arm/bcm2836.h | 8 -------- |
13 | hw/timer/bcm2835_systmr.c | 3 ++- | 12 | hw/arm/bcm2836.c | 14 ++++++++++++++ |
14 | 2 files changed, 5 insertions(+), 2 deletions(-) | 13 | 2 files changed, 14 insertions(+), 8 deletions(-) |
15 | 14 | ||
16 | diff --git a/include/hw/timer/bcm2835_systmr.h b/include/hw/timer/bcm2835_systmr.h | 15 | diff --git a/include/hw/arm/bcm2836.h b/include/hw/arm/bcm2836.h |
17 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
18 | --- a/include/hw/timer/bcm2835_systmr.h | 17 | --- a/include/hw/arm/bcm2836.h |
19 | +++ b/include/hw/timer/bcm2835_systmr.h | 18 | +++ b/include/hw/arm/bcm2836.h |
19 | @@ -XXX,XX +XXX,XX @@ struct BCM283XState { | ||
20 | BCM2835PeripheralState peripherals; | ||
21 | }; | ||
22 | |||
23 | -typedef struct BCM283XInfo BCM283XInfo; | ||
24 | - | ||
25 | -struct BCM283XClass { | ||
26 | - DeviceClass parent_class; | ||
27 | - const BCM283XInfo *info; | ||
28 | -}; | ||
29 | - | ||
30 | - | ||
31 | #endif /* BCM2836_H */ | ||
32 | diff --git a/hw/arm/bcm2836.c b/hw/arm/bcm2836.c | ||
33 | index XXXXXXX..XXXXXXX 100644 | ||
34 | --- a/hw/arm/bcm2836.c | ||
35 | +++ b/hw/arm/bcm2836.c | ||
20 | @@ -XXX,XX +XXX,XX @@ | 36 | @@ -XXX,XX +XXX,XX @@ |
21 | #define TYPE_BCM2835_SYSTIMER "bcm2835-sys-timer" | 37 | #include "hw/arm/raspi_platform.h" |
22 | OBJECT_DECLARE_SIMPLE_TYPE(BCM2835SystemTimerState, BCM2835_SYSTIMER) | 38 | #include "hw/sysbus.h" |
23 | 39 | ||
24 | +#define BCM2835_SYSTIMER_COUNT 4 | 40 | +typedef struct BCM283XInfo BCM283XInfo; |
25 | + | 41 | + |
26 | struct BCM2835SystemTimerState { | 42 | +typedef struct BCM283XClass { |
27 | /*< private >*/ | 43 | + /*< private >*/ |
28 | SysBusDevice parent_obj; | 44 | + DeviceClass parent_class; |
29 | @@ -XXX,XX +XXX,XX @@ struct BCM2835SystemTimerState { | 45 | + /*< public >*/ |
30 | 46 | + const BCM283XInfo *info; | |
31 | struct { | 47 | +} BCM283XClass; |
32 | uint32_t status; | 48 | + |
33 | - uint32_t compare[4]; | 49 | struct BCM283XInfo { |
34 | + uint32_t compare[BCM2835_SYSTIMER_COUNT]; | 50 | const char *name; |
35 | } reg; | 51 | const char *cpu_type; |
52 | @@ -XXX,XX +XXX,XX @@ struct BCM283XInfo { | ||
53 | int clusterid; | ||
36 | }; | 54 | }; |
37 | 55 | ||
38 | diff --git a/hw/timer/bcm2835_systmr.c b/hw/timer/bcm2835_systmr.c | 56 | +#define BCM283X_CLASS(klass) \ |
39 | index XXXXXXX..XXXXXXX 100644 | 57 | + OBJECT_CLASS_CHECK(BCM283XClass, (klass), TYPE_BCM283X) |
40 | --- a/hw/timer/bcm2835_systmr.c | 58 | +#define BCM283X_GET_CLASS(obj) \ |
41 | +++ b/hw/timer/bcm2835_systmr.c | 59 | + OBJECT_GET_CLASS(BCM283XClass, (obj), TYPE_BCM283X) |
42 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription bcm2835_systmr_vmstate = { | 60 | + |
43 | .minimum_version_id = 1, | 61 | static const BCM283XInfo bcm283x_socs[] = { |
44 | .fields = (VMStateField[]) { | 62 | { |
45 | VMSTATE_UINT32(reg.status, BCM2835SystemTimerState), | 63 | .name = TYPE_BCM2836, |
46 | - VMSTATE_UINT32_ARRAY(reg.compare, BCM2835SystemTimerState, 4), | ||
47 | + VMSTATE_UINT32_ARRAY(reg.compare, BCM2835SystemTimerState, | ||
48 | + BCM2835_SYSTIMER_COUNT), | ||
49 | VMSTATE_END_OF_LIST() | ||
50 | } | ||
51 | }; | ||
52 | -- | 64 | -- |
53 | 2.20.1 | 65 | 2.20.1 |
54 | 66 | ||
55 | 67 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> |
---|---|---|---|
2 | 2 | ||
3 | The reporting in AArch64.TagCheckFail only depends on PSTATE.EL, | 3 | Remove usage of TypeInfo::class_data. Instead fill the fields in |
4 | and not the AccType of the operation. There are two guest | 4 | the corresponding class_init(). |
5 | visible problems that affect LDTR and STTR because of this: | 5 | |
6 | 6 | So far all children use the same values for almost all fields, | |
7 | (1) Selecting TCF0 vs TCF1 to decide on reporting, | 7 | but we are going to add the BCM2711/BCM2838 SoC for the raspi4 |
8 | (2) Report "data abort same el" not "data abort lower el". | 8 | machine which use different fields. |
9 | 9 | ||
10 | Reported-by: Vincenzo Frascino <vincenzo.frascino@arm.com> | 10 | Reviewed-by: Igor Mammedov <imammedo@redhat.com> |
11 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 11 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
12 | Reviewed-by: Vincenzo Frascino <vincenzo.frascino@arm.com> | 12 | Message-id: 20201024170127.3592182-3-f4bug@amsat.org |
13 | Tested-by: Vincenzo Frascino <vincenzo.frascino@arm.com> | ||
14 | Message-id: 20201008162155.161886-3-richard.henderson@linaro.org | ||
15 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 13 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
16 | --- | 14 | --- |
17 | target/arm/mte_helper.c | 10 +++------- | 15 | hw/arm/bcm2836.c | 108 ++++++++++++++++++++++------------------------- |
18 | 1 file changed, 3 insertions(+), 7 deletions(-) | 16 | 1 file changed, 51 insertions(+), 57 deletions(-) |
19 | 17 | ||
20 | diff --git a/target/arm/mte_helper.c b/target/arm/mte_helper.c | 18 | diff --git a/hw/arm/bcm2836.c b/hw/arm/bcm2836.c |
21 | index XXXXXXX..XXXXXXX 100644 | 19 | index XXXXXXX..XXXXXXX 100644 |
22 | --- a/target/arm/mte_helper.c | 20 | --- a/hw/arm/bcm2836.c |
23 | +++ b/target/arm/mte_helper.c | 21 | +++ b/hw/arm/bcm2836.c |
24 | @@ -XXX,XX +XXX,XX @@ static void mte_check_fail(CPUARMState *env, uint32_t desc, | 22 | @@ -XXX,XX +XXX,XX @@ |
25 | reg_el = regime_el(env, arm_mmu_idx); | 23 | #include "hw/arm/raspi_platform.h" |
26 | sctlr = env->cp15.sctlr_el[reg_el]; | 24 | #include "hw/sysbus.h" |
27 | 25 | ||
28 | - switch (arm_mmu_idx) { | 26 | -typedef struct BCM283XInfo BCM283XInfo; |
29 | - case ARMMMUIdx_E10_0: | 27 | - |
30 | - case ARMMMUIdx_E20_0: | 28 | typedef struct BCM283XClass { |
31 | - el = 0; | 29 | /*< private >*/ |
32 | + el = arm_current_el(env); | 30 | DeviceClass parent_class; |
33 | + if (el == 0) { | 31 | /*< public >*/ |
34 | tcf = extract64(sctlr, 38, 2); | 32 | - const BCM283XInfo *info; |
35 | - break; | 33 | -} BCM283XClass; |
36 | - default: | 34 | - |
37 | - el = reg_el; | 35 | -struct BCM283XInfo { |
38 | + } else { | 36 | const char *name; |
39 | tcf = extract64(sctlr, 40, 2); | 37 | const char *cpu_type; |
38 | hwaddr peri_base; /* Peripheral base address seen by the CPU */ | ||
39 | hwaddr ctrl_base; /* Interrupt controller and mailboxes etc. */ | ||
40 | int clusterid; | ||
41 | -}; | ||
42 | +} BCM283XClass; | ||
43 | |||
44 | #define BCM283X_CLASS(klass) \ | ||
45 | OBJECT_CLASS_CHECK(BCM283XClass, (klass), TYPE_BCM283X) | ||
46 | #define BCM283X_GET_CLASS(obj) \ | ||
47 | OBJECT_GET_CLASS(BCM283XClass, (obj), TYPE_BCM283X) | ||
48 | |||
49 | -static const BCM283XInfo bcm283x_socs[] = { | ||
50 | - { | ||
51 | - .name = TYPE_BCM2836, | ||
52 | - .cpu_type = ARM_CPU_TYPE_NAME("cortex-a7"), | ||
53 | - .peri_base = 0x3f000000, | ||
54 | - .ctrl_base = 0x40000000, | ||
55 | - .clusterid = 0xf, | ||
56 | - }, | ||
57 | -#ifdef TARGET_AARCH64 | ||
58 | - { | ||
59 | - .name = TYPE_BCM2837, | ||
60 | - .cpu_type = ARM_CPU_TYPE_NAME("cortex-a53"), | ||
61 | - .peri_base = 0x3f000000, | ||
62 | - .ctrl_base = 0x40000000, | ||
63 | - .clusterid = 0x0, | ||
64 | - }, | ||
65 | -#endif | ||
66 | -}; | ||
67 | - | ||
68 | static void bcm2836_init(Object *obj) | ||
69 | { | ||
70 | BCM283XState *s = BCM283X(obj); | ||
71 | BCM283XClass *bc = BCM283X_GET_CLASS(obj); | ||
72 | - const BCM283XInfo *info = bc->info; | ||
73 | int n; | ||
74 | |||
75 | for (n = 0; n < BCM283X_NCPUS; n++) { | ||
76 | object_initialize_child(obj, "cpu[*]", &s->cpu[n].core, | ||
77 | - info->cpu_type); | ||
78 | + bc->cpu_type); | ||
40 | } | 79 | } |
41 | 80 | ||
81 | object_initialize_child(obj, "control", &s->control, TYPE_BCM2836_CONTROL); | ||
82 | @@ -XXX,XX +XXX,XX @@ static void bcm2836_realize(DeviceState *dev, Error **errp) | ||
83 | { | ||
84 | BCM283XState *s = BCM283X(dev); | ||
85 | BCM283XClass *bc = BCM283X_GET_CLASS(dev); | ||
86 | - const BCM283XInfo *info = bc->info; | ||
87 | Object *obj; | ||
88 | int n; | ||
89 | |||
90 | @@ -XXX,XX +XXX,XX @@ static void bcm2836_realize(DeviceState *dev, Error **errp) | ||
91 | "sd-bus"); | ||
92 | |||
93 | sysbus_mmio_map_overlap(SYS_BUS_DEVICE(&s->peripherals), 0, | ||
94 | - info->peri_base, 1); | ||
95 | + bc->peri_base, 1); | ||
96 | |||
97 | /* bcm2836 interrupt controller (and mailboxes, etc.) */ | ||
98 | if (!sysbus_realize(SYS_BUS_DEVICE(&s->control), errp)) { | ||
99 | return; | ||
100 | } | ||
101 | |||
102 | - sysbus_mmio_map(SYS_BUS_DEVICE(&s->control), 0, info->ctrl_base); | ||
103 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->control), 0, bc->ctrl_base); | ||
104 | |||
105 | sysbus_connect_irq(SYS_BUS_DEVICE(&s->peripherals), 0, | ||
106 | qdev_get_gpio_in_named(DEVICE(&s->control), "gpu-irq", 0)); | ||
107 | @@ -XXX,XX +XXX,XX @@ static void bcm2836_realize(DeviceState *dev, Error **errp) | ||
108 | |||
109 | for (n = 0; n < BCM283X_NCPUS; n++) { | ||
110 | /* TODO: this should be converted to a property of ARM_CPU */ | ||
111 | - s->cpu[n].core.mp_affinity = (info->clusterid << 8) | n; | ||
112 | + s->cpu[n].core.mp_affinity = (bc->clusterid << 8) | n; | ||
113 | |||
114 | /* set periphbase/CBAR value for CPU-local registers */ | ||
115 | if (!object_property_set_int(OBJECT(&s->cpu[n].core), "reset-cbar", | ||
116 | - info->peri_base, errp)) { | ||
117 | + bc->peri_base, errp)) { | ||
118 | return; | ||
119 | } | ||
120 | |||
121 | @@ -XXX,XX +XXX,XX @@ static Property bcm2836_props[] = { | ||
122 | static void bcm283x_class_init(ObjectClass *oc, void *data) | ||
123 | { | ||
124 | DeviceClass *dc = DEVICE_CLASS(oc); | ||
125 | - BCM283XClass *bc = BCM283X_CLASS(oc); | ||
126 | |||
127 | - bc->info = data; | ||
128 | - dc->realize = bcm2836_realize; | ||
129 | - device_class_set_props(dc, bcm2836_props); | ||
130 | /* Reason: Must be wired up in code (see raspi_init() function) */ | ||
131 | dc->user_creatable = false; | ||
132 | } | ||
133 | |||
134 | -static const TypeInfo bcm283x_type_info = { | ||
135 | - .name = TYPE_BCM283X, | ||
136 | - .parent = TYPE_DEVICE, | ||
137 | - .instance_size = sizeof(BCM283XState), | ||
138 | - .instance_init = bcm2836_init, | ||
139 | - .class_size = sizeof(BCM283XClass), | ||
140 | - .abstract = true, | ||
141 | +static void bcm2836_class_init(ObjectClass *oc, void *data) | ||
142 | +{ | ||
143 | + DeviceClass *dc = DEVICE_CLASS(oc); | ||
144 | + BCM283XClass *bc = BCM283X_CLASS(oc); | ||
145 | + | ||
146 | + bc->cpu_type = ARM_CPU_TYPE_NAME("cortex-a7"); | ||
147 | + bc->peri_base = 0x3f000000; | ||
148 | + bc->ctrl_base = 0x40000000; | ||
149 | + bc->clusterid = 0xf; | ||
150 | + dc->realize = bcm2836_realize; | ||
151 | + device_class_set_props(dc, bcm2836_props); | ||
152 | }; | ||
153 | |||
154 | -static void bcm2836_register_types(void) | ||
155 | +#ifdef TARGET_AARCH64 | ||
156 | +static void bcm2837_class_init(ObjectClass *oc, void *data) | ||
157 | { | ||
158 | - int i; | ||
159 | + DeviceClass *dc = DEVICE_CLASS(oc); | ||
160 | + BCM283XClass *bc = BCM283X_CLASS(oc); | ||
161 | |||
162 | - type_register_static(&bcm283x_type_info); | ||
163 | - for (i = 0; i < ARRAY_SIZE(bcm283x_socs); i++) { | ||
164 | - TypeInfo ti = { | ||
165 | - .name = bcm283x_socs[i].name, | ||
166 | - .parent = TYPE_BCM283X, | ||
167 | - .class_init = bcm283x_class_init, | ||
168 | - .class_data = (void *) &bcm283x_socs[i], | ||
169 | - }; | ||
170 | - type_register(&ti); | ||
171 | + bc->cpu_type = ARM_CPU_TYPE_NAME("cortex-a53"); | ||
172 | + bc->peri_base = 0x3f000000; | ||
173 | + bc->ctrl_base = 0x40000000; | ||
174 | + bc->clusterid = 0x0; | ||
175 | + dc->realize = bcm2836_realize; | ||
176 | + device_class_set_props(dc, bcm2836_props); | ||
177 | +}; | ||
178 | +#endif | ||
179 | + | ||
180 | +static const TypeInfo bcm283x_types[] = { | ||
181 | + { | ||
182 | + .name = TYPE_BCM2836, | ||
183 | + .parent = TYPE_BCM283X, | ||
184 | + .class_init = bcm2836_class_init, | ||
185 | +#ifdef TARGET_AARCH64 | ||
186 | + }, { | ||
187 | + .name = TYPE_BCM2837, | ||
188 | + .parent = TYPE_BCM283X, | ||
189 | + .class_init = bcm2837_class_init, | ||
190 | +#endif | ||
191 | + }, { | ||
192 | + .name = TYPE_BCM283X, | ||
193 | + .parent = TYPE_DEVICE, | ||
194 | + .instance_size = sizeof(BCM283XState), | ||
195 | + .instance_init = bcm2836_init, | ||
196 | + .class_size = sizeof(BCM283XClass), | ||
197 | + .class_init = bcm283x_class_init, | ||
198 | + .abstract = true, | ||
199 | } | ||
200 | -} | ||
201 | +}; | ||
202 | |||
203 | -type_init(bcm2836_register_types) | ||
204 | +DEFINE_TYPES(bcm283x_types) | ||
42 | -- | 205 | -- |
43 | 2.20.1 | 206 | 2.20.1 |
44 | 207 | ||
45 | 208 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
1 | 2 | ||
3 | The BCM2835 has only one core. Introduce the core_count field to | ||
4 | be able to use values different than BCM283X_NCPUS (4). | ||
5 | |||
6 | Reviewed-by: Luc Michel <luc.michel@greensocs.com> | ||
7 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
8 | Message-id: 20201024170127.3592182-4-f4bug@amsat.org | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
10 | --- | ||
11 | hw/arm/bcm2836.c | 5 ++++- | ||
12 | 1 file changed, 4 insertions(+), 1 deletion(-) | ||
13 | |||
14 | diff --git a/hw/arm/bcm2836.c b/hw/arm/bcm2836.c | ||
15 | index XXXXXXX..XXXXXXX 100644 | ||
16 | --- a/hw/arm/bcm2836.c | ||
17 | +++ b/hw/arm/bcm2836.c | ||
18 | @@ -XXX,XX +XXX,XX @@ typedef struct BCM283XClass { | ||
19 | /*< public >*/ | ||
20 | const char *name; | ||
21 | const char *cpu_type; | ||
22 | + unsigned core_count; | ||
23 | hwaddr peri_base; /* Peripheral base address seen by the CPU */ | ||
24 | hwaddr ctrl_base; /* Interrupt controller and mailboxes etc. */ | ||
25 | int clusterid; | ||
26 | @@ -XXX,XX +XXX,XX @@ static void bcm2836_init(Object *obj) | ||
27 | BCM283XClass *bc = BCM283X_GET_CLASS(obj); | ||
28 | int n; | ||
29 | |||
30 | - for (n = 0; n < BCM283X_NCPUS; n++) { | ||
31 | + for (n = 0; n < bc->core_count; n++) { | ||
32 | object_initialize_child(obj, "cpu[*]", &s->cpu[n].core, | ||
33 | bc->cpu_type); | ||
34 | } | ||
35 | @@ -XXX,XX +XXX,XX @@ static void bcm2836_class_init(ObjectClass *oc, void *data) | ||
36 | BCM283XClass *bc = BCM283X_CLASS(oc); | ||
37 | |||
38 | bc->cpu_type = ARM_CPU_TYPE_NAME("cortex-a7"); | ||
39 | + bc->core_count = BCM283X_NCPUS; | ||
40 | bc->peri_base = 0x3f000000; | ||
41 | bc->ctrl_base = 0x40000000; | ||
42 | bc->clusterid = 0xf; | ||
43 | @@ -XXX,XX +XXX,XX @@ static void bcm2837_class_init(ObjectClass *oc, void *data) | ||
44 | BCM283XClass *bc = BCM283X_CLASS(oc); | ||
45 | |||
46 | bc->cpu_type = ARM_CPU_TYPE_NAME("cortex-a53"); | ||
47 | + bc->core_count = BCM283X_NCPUS; | ||
48 | bc->peri_base = 0x3f000000; | ||
49 | bc->ctrl_base = 0x40000000; | ||
50 | bc->clusterid = 0x0; | ||
51 | -- | ||
52 | 2.20.1 | ||
53 | |||
54 | diff view generated by jsdifflib |
1 | From: Emanuele Giuseppe Esposito <e.emanuelegiuseppe@gmail.com> | 1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> |
---|---|---|---|
2 | 2 | ||
3 | Current documentation is not too clear on the GETPC usage. | 3 | It makes no sense to set enabled-cpus=0 on single core SoCs. |
4 | In particular, when used outside the top level helper function | ||
5 | it causes unexpected behavior. | ||
6 | 4 | ||
7 | Signed-off-by: Emanuele Giuseppe Esposito <e.emanuelegiuseppe@gmail.com> | 5 | Reviewed-by: Luc Michel <luc.michel@greensocs.com> |
8 | Message-id: 20201015095147.1691-1-e.emanuelegiuseppe@gmail.com | 6 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
9 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 7 | Message-id: 20201024170127.3592182-5-f4bug@amsat.org |
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | --- | 9 | --- |
12 | docs/devel/loads-stores.rst | 8 +++++++- | 10 | hw/arm/bcm2836.c | 15 +++++++-------- |
13 | 1 file changed, 7 insertions(+), 1 deletion(-) | 11 | 1 file changed, 7 insertions(+), 8 deletions(-) |
14 | 12 | ||
15 | diff --git a/docs/devel/loads-stores.rst b/docs/devel/loads-stores.rst | 13 | diff --git a/hw/arm/bcm2836.c b/hw/arm/bcm2836.c |
16 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
17 | --- a/docs/devel/loads-stores.rst | 15 | --- a/hw/arm/bcm2836.c |
18 | +++ b/docs/devel/loads-stores.rst | 16 | +++ b/hw/arm/bcm2836.c |
19 | @@ -XXX,XX +XXX,XX @@ guest CPU state in case of a guest CPU exception. This is passed | 17 | @@ -XXX,XX +XXX,XX @@ typedef struct BCM283XClass { |
20 | to ``cpu_restore_state()``. Therefore the value should either be 0, | 18 | #define BCM283X_GET_CLASS(obj) \ |
21 | to indicate that the guest CPU state is already synchronized, or | 19 | OBJECT_GET_CLASS(BCM283XClass, (obj), TYPE_BCM283X) |
22 | the result of ``GETPC()`` from the top level ``HELPER(foo)`` | 20 | |
23 | -function, which is a return address into the generated code. | 21 | +static Property bcm2836_enabled_cores_property = |
24 | +function, which is a return address into the generated code [#gpc]_. | 22 | + DEFINE_PROP_UINT32("enabled-cpus", BCM283XState, enabled_cpus, 0); |
25 | + | 23 | + |
26 | +.. [#gpc] Note that ``GETPC()`` should be used with great care: calling | 24 | static void bcm2836_init(Object *obj) |
27 | + it in other functions that are *not* the top level | 25 | { |
28 | + ``HELPER(foo)`` will cause unexpected behavior. Instead, the | 26 | BCM283XState *s = BCM283X(obj); |
29 | + value of ``GETPC()`` should be read from the helper and passed | 27 | @@ -XXX,XX +XXX,XX @@ static void bcm2836_init(Object *obj) |
30 | + if needed to the functions that the helper calls. | 28 | object_initialize_child(obj, "cpu[*]", &s->cpu[n].core, |
31 | 29 | bc->cpu_type); | |
32 | Function names follow the pattern: | 30 | } |
31 | + if (bc->core_count > 1) { | ||
32 | + qdev_property_add_static(DEVICE(obj), &bcm2836_enabled_cores_property); | ||
33 | + qdev_prop_set_uint32(DEVICE(obj), "enabled-cpus", bc->core_count); | ||
34 | + } | ||
35 | |||
36 | object_initialize_child(obj, "control", &s->control, TYPE_BCM2836_CONTROL); | ||
37 | |||
38 | @@ -XXX,XX +XXX,XX @@ static void bcm2836_realize(DeviceState *dev, Error **errp) | ||
39 | } | ||
40 | } | ||
41 | |||
42 | -static Property bcm2836_props[] = { | ||
43 | - DEFINE_PROP_UINT32("enabled-cpus", BCM283XState, enabled_cpus, | ||
44 | - BCM283X_NCPUS), | ||
45 | - DEFINE_PROP_END_OF_LIST() | ||
46 | -}; | ||
47 | - | ||
48 | static void bcm283x_class_init(ObjectClass *oc, void *data) | ||
49 | { | ||
50 | DeviceClass *dc = DEVICE_CLASS(oc); | ||
51 | @@ -XXX,XX +XXX,XX @@ static void bcm2836_class_init(ObjectClass *oc, void *data) | ||
52 | bc->ctrl_base = 0x40000000; | ||
53 | bc->clusterid = 0xf; | ||
54 | dc->realize = bcm2836_realize; | ||
55 | - device_class_set_props(dc, bcm2836_props); | ||
56 | }; | ||
57 | |||
58 | #ifdef TARGET_AARCH64 | ||
59 | @@ -XXX,XX +XXX,XX @@ static void bcm2837_class_init(ObjectClass *oc, void *data) | ||
60 | bc->ctrl_base = 0x40000000; | ||
61 | bc->clusterid = 0x0; | ||
62 | dc->realize = bcm2836_realize; | ||
63 | - device_class_set_props(dc, bcm2836_props); | ||
64 | }; | ||
65 | #endif | ||
33 | 66 | ||
34 | -- | 67 | -- |
35 | 2.20.1 | 68 | 2.20.1 |
36 | 69 | ||
37 | 70 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> |
---|---|---|---|
2 | 2 | ||
3 | Add trace events for GPU and CPU IRQs. | 3 | The realize() function is clearly composed of two parts, |
4 | each described by a comment: | ||
5 | |||
6 | void realize() | ||
7 | { | ||
8 | /* common peripherals from bcm2835 */ | ||
9 | ... | ||
10 | /* bcm2836 interrupt controller (and mailboxes, etc.) */ | ||
11 | ... | ||
12 | } | ||
13 | |||
14 | Split the two part, so we can reuse the common part with other | ||
15 | SoCs from this family. | ||
4 | 16 | ||
5 | Reviewed-by: Luc Michel <luc.michel@greensocs.com> | 17 | Reviewed-by: Luc Michel <luc.michel@greensocs.com> |
6 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 18 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
7 | Message-id: 20201017180731.1165871-2-f4bug@amsat.org | 19 | Message-id: 20201024170127.3592182-6-f4bug@amsat.org |
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 20 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
9 | --- | 21 | --- |
10 | hw/intc/bcm2835_ic.c | 4 +++- | 22 | hw/arm/bcm2836.c | 22 ++++++++++++++++++---- |
11 | hw/intc/trace-events | 4 ++++ | 23 | 1 file changed, 18 insertions(+), 4 deletions(-) |
12 | 2 files changed, 7 insertions(+), 1 deletion(-) | ||
13 | 24 | ||
14 | diff --git a/hw/intc/bcm2835_ic.c b/hw/intc/bcm2835_ic.c | 25 | diff --git a/hw/arm/bcm2836.c b/hw/arm/bcm2836.c |
15 | index XXXXXXX..XXXXXXX 100644 | 26 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/hw/intc/bcm2835_ic.c | 27 | --- a/hw/arm/bcm2836.c |
17 | +++ b/hw/intc/bcm2835_ic.c | 28 | +++ b/hw/arm/bcm2836.c |
18 | @@ -XXX,XX +XXX,XX @@ | 29 | @@ -XXX,XX +XXX,XX @@ static void bcm2836_init(Object *obj) |
19 | #include "migration/vmstate.h" | 30 | qdev_prop_set_uint32(DEVICE(obj), "enabled-cpus", bc->core_count); |
20 | #include "qemu/log.h" | 31 | } |
21 | #include "qemu/module.h" | 32 | |
22 | +#include "trace.h" | 33 | - object_initialize_child(obj, "control", &s->control, TYPE_BCM2836_CONTROL); |
23 | 34 | + if (bc->ctrl_base) { | |
24 | #define GPU_IRQS 64 | 35 | + object_initialize_child(obj, "control", &s->control, |
25 | #define ARM_IRQS 8 | 36 | + TYPE_BCM2836_CONTROL); |
26 | @@ -XXX,XX +XXX,XX @@ static void bcm2835_ic_update(BCM2835ICState *s) | 37 | + } |
27 | set = (s->gpu_irq_level & s->gpu_irq_enable) | 38 | |
28 | || (s->arm_irq_level & s->arm_irq_enable); | 39 | object_initialize_child(obj, "peripherals", &s->peripherals, |
29 | qemu_set_irq(s->irq, set); | 40 | TYPE_BCM2835_PERIPHERALS); |
30 | - | 41 | @@ -XXX,XX +XXX,XX @@ static void bcm2836_init(Object *obj) |
42 | "vcram-size"); | ||
31 | } | 43 | } |
32 | 44 | ||
33 | static void bcm2835_ic_set_gpu_irq(void *opaque, int irq, int level) | 45 | -static void bcm2836_realize(DeviceState *dev, Error **errp) |
34 | @@ -XXX,XX +XXX,XX @@ static void bcm2835_ic_set_gpu_irq(void *opaque, int irq, int level) | 46 | +static bool bcm283x_common_realize(DeviceState *dev, Error **errp) |
35 | BCM2835ICState *s = opaque; | 47 | { |
36 | 48 | BCM283XState *s = BCM283X(dev); | |
37 | assert(irq >= 0 && irq < 64); | 49 | BCM283XClass *bc = BCM283X_GET_CLASS(dev); |
38 | + trace_bcm2835_ic_set_gpu_irq(irq, level); | 50 | Object *obj; |
39 | s->gpu_irq_level = deposit64(s->gpu_irq_level, irq, 1, level != 0); | 51 | - int n; |
40 | bcm2835_ic_update(s); | 52 | |
41 | } | 53 | /* common peripherals from bcm2835 */ |
42 | @@ -XXX,XX +XXX,XX @@ static void bcm2835_ic_set_arm_irq(void *opaque, int irq, int level) | 54 | |
43 | BCM2835ICState *s = opaque; | 55 | @@ -XXX,XX +XXX,XX @@ static void bcm2836_realize(DeviceState *dev, Error **errp) |
44 | 56 | object_property_add_const_link(OBJECT(&s->peripherals), "ram", obj); | |
45 | assert(irq >= 0 && irq < 8); | 57 | |
46 | + trace_bcm2835_ic_set_cpu_irq(irq, level); | 58 | if (!sysbus_realize(SYS_BUS_DEVICE(&s->peripherals), errp)) { |
47 | s->arm_irq_level = deposit32(s->arm_irq_level, irq, 1, level != 0); | 59 | - return; |
48 | bcm2835_ic_update(s); | 60 | + return false; |
49 | } | 61 | } |
50 | diff --git a/hw/intc/trace-events b/hw/intc/trace-events | 62 | |
51 | index XXXXXXX..XXXXXXX 100644 | 63 | object_property_add_alias(OBJECT(s), "sd-bus", OBJECT(&s->peripherals), |
52 | --- a/hw/intc/trace-events | 64 | @@ -XXX,XX +XXX,XX @@ static void bcm2836_realize(DeviceState *dev, Error **errp) |
53 | +++ b/hw/intc/trace-events | 65 | |
54 | @@ -XXX,XX +XXX,XX @@ nvic_sysreg_write(uint64_t addr, uint32_t value, unsigned size) "NVIC sysreg wri | 66 | sysbus_mmio_map_overlap(SYS_BUS_DEVICE(&s->peripherals), 0, |
55 | heathrow_write(uint64_t addr, unsigned int n, uint64_t value) "0x%"PRIx64" %u: 0x%"PRIx64 | 67 | bc->peri_base, 1); |
56 | heathrow_read(uint64_t addr, unsigned int n, uint64_t value) "0x%"PRIx64" %u: 0x%"PRIx64 | 68 | + return true; |
57 | heathrow_set_irq(int num, int level) "set_irq: num=0x%02x level=%d" | 69 | +} |
58 | + | 70 | + |
59 | +# bcm2835_ic.c | 71 | +static void bcm2836_realize(DeviceState *dev, Error **errp) |
60 | +bcm2835_ic_set_gpu_irq(int irq, int level) "GPU irq #%d level %d" | 72 | +{ |
61 | +bcm2835_ic_set_cpu_irq(int irq, int level) "CPU irq #%d level %d" | 73 | + BCM283XState *s = BCM283X(dev); |
74 | + BCM283XClass *bc = BCM283X_GET_CLASS(dev); | ||
75 | + int n; | ||
76 | + | ||
77 | + if (!bcm283x_common_realize(dev, errp)) { | ||
78 | + return; | ||
79 | + } | ||
80 | |||
81 | /* bcm2836 interrupt controller (and mailboxes, etc.) */ | ||
82 | if (!sysbus_realize(SYS_BUS_DEVICE(&s->control), errp)) { | ||
62 | -- | 83 | -- |
63 | 2.20.1 | 84 | 2.20.1 |
64 | 85 | ||
65 | 86 | diff view generated by jsdifflib |
1 | From v8.1M, disabled-coprocessor handling changes slightly: | 1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> |
---|---|---|---|
2 | * coprocessors 8, 9, 14 and 15 are also governed by the | ||
3 | cp10 enable bit, like cp11 | ||
4 | * an extra range of instruction patterns is considered | ||
5 | to be inside the coprocessor space | ||
6 | 2 | ||
7 | We previously marked these up with TODO comments; implement the | 3 | Reviewed-by: Luc Michel <luc.michel@greensocs.com> |
8 | correct behaviour. | 4 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
5 | Message-id: 20201024170127.3592182-7-f4bug@amsat.org | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
7 | --- | ||
8 | include/hw/arm/bcm2836.h | 1 + | ||
9 | hw/arm/bcm2836.c | 34 ++++++++++++++++++++++++++++++++++ | ||
10 | hw/arm/raspi.c | 2 ++ | ||
11 | 3 files changed, 37 insertions(+) | ||
9 | 12 | ||
10 | Unfortunately there is no ID register field which indicates this | 13 | diff --git a/include/hw/arm/bcm2836.h b/include/hw/arm/bcm2836.h |
11 | behaviour. We could in theory test an unrelated ID register which | ||
12 | indicates guaranteed-to-be-in-v8.1M behaviour like ID_ISAR0.CmpBranch | ||
13 | >= 3 (low-overhead-loops), but it seems better to simply define a new | ||
14 | ARM_FEATURE_V8_1M feature flag and use it for this and other | ||
15 | new-in-v8.1M behaviour that isn't identifiable from the ID registers. | ||
16 | |||
17 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
18 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
19 | Message-id: 20201019151301.2046-3-peter.maydell@linaro.org | ||
20 | --- | ||
21 | target/arm/cpu.h | 1 + | ||
22 | target/arm/m-nocp.decode | 10 ++++++---- | ||
23 | target/arm/translate-vfp.c.inc | 17 +++++++++++++++-- | ||
24 | 3 files changed, 22 insertions(+), 6 deletions(-) | ||
25 | |||
26 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | ||
27 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
28 | --- a/target/arm/cpu.h | 15 | --- a/include/hw/arm/bcm2836.h |
29 | +++ b/target/arm/cpu.h | 16 | +++ b/include/hw/arm/bcm2836.h |
30 | @@ -XXX,XX +XXX,XX @@ enum arm_features { | 17 | @@ -XXX,XX +XXX,XX @@ OBJECT_DECLARE_TYPE(BCM283XState, BCM283XClass, BCM283X) |
31 | ARM_FEATURE_VBAR, /* has cp15 VBAR */ | 18 | * them, code using these devices should always handle them via the |
32 | ARM_FEATURE_M_SECURITY, /* M profile Security Extension */ | 19 | * BCM283x base class, so they have no BCM2836(obj) etc macros. |
33 | ARM_FEATURE_M_MAIN, /* M profile Main Extension */ | 20 | */ |
34 | + ARM_FEATURE_V8_1M, /* M profile extras only in v8.1M and later */ | 21 | +#define TYPE_BCM2835 "bcm2835" |
35 | }; | 22 | #define TYPE_BCM2836 "bcm2836" |
36 | 23 | #define TYPE_BCM2837 "bcm2837" | |
37 | static inline int arm_feature(CPUARMState *env, int feature) | 24 | |
38 | diff --git a/target/arm/m-nocp.decode b/target/arm/m-nocp.decode | 25 | diff --git a/hw/arm/bcm2836.c b/hw/arm/bcm2836.c |
39 | index XXXXXXX..XXXXXXX 100644 | 26 | index XXXXXXX..XXXXXXX 100644 |
40 | --- a/target/arm/m-nocp.decode | 27 | --- a/hw/arm/bcm2836.c |
41 | +++ b/target/arm/m-nocp.decode | 28 | +++ b/hw/arm/bcm2836.c |
42 | @@ -XXX,XX +XXX,XX @@ | 29 | @@ -XXX,XX +XXX,XX @@ static bool bcm283x_common_realize(DeviceState *dev, Error **errp) |
43 | # If the coprocessor is not present or disabled then we will generate | ||
44 | # the NOCP exception; otherwise we let the insn through to the main decode. | ||
45 | |||
46 | +&nocp cp | ||
47 | + | ||
48 | { | ||
49 | # Special cases which do not take an early NOCP: VLLDM and VLSTM | ||
50 | VLLDM_VLSTM 1110 1100 001 l:1 rn:4 0000 1010 0000 0000 | ||
51 | # TODO: VSCCLRM (new in v8.1M) is similar: | ||
52 | #VSCCLRM 1110 1100 1-01 1111 ---- 1011 ---- ---0 | ||
53 | |||
54 | - NOCP 111- 1110 ---- ---- ---- cp:4 ---- ---- | ||
55 | - NOCP 111- 110- ---- ---- ---- cp:4 ---- ---- | ||
56 | - # TODO: From v8.1M onwards we will also want this range to NOCP | ||
57 | - #NOCP_8_1 111- 1111 ---- ---- ---- ---- ---- ---- cp=10 | ||
58 | + NOCP 111- 1110 ---- ---- ---- cp:4 ---- ---- &nocp | ||
59 | + NOCP 111- 110- ---- ---- ---- cp:4 ---- ---- &nocp | ||
60 | + # From v8.1M onwards this range will also NOCP: | ||
61 | + NOCP_8_1 111- 1111 ---- ---- ---- ---- ---- ---- &nocp cp=10 | ||
62 | } | ||
63 | diff --git a/target/arm/translate-vfp.c.inc b/target/arm/translate-vfp.c.inc | ||
64 | index XXXXXXX..XXXXXXX 100644 | ||
65 | --- a/target/arm/translate-vfp.c.inc | ||
66 | +++ b/target/arm/translate-vfp.c.inc | ||
67 | @@ -XXX,XX +XXX,XX @@ static bool trans_VLLDM_VLSTM(DisasContext *s, arg_VLLDM_VLSTM *a) | ||
68 | return true; | 30 | return true; |
69 | } | 31 | } |
70 | 32 | ||
71 | -static bool trans_NOCP(DisasContext *s, arg_NOCP *a) | 33 | +static void bcm2835_realize(DeviceState *dev, Error **errp) |
72 | +static bool trans_NOCP(DisasContext *s, arg_nocp *a) | 34 | +{ |
73 | { | 35 | + BCM283XState *s = BCM283X(dev); |
74 | /* | 36 | + |
75 | * Handle M-profile early check for disabled coprocessor: | 37 | + if (!bcm283x_common_realize(dev, errp)) { |
76 | @@ -XXX,XX +XXX,XX @@ static bool trans_NOCP(DisasContext *s, arg_NOCP *a) | 38 | + return; |
77 | if (a->cp == 11) { | ||
78 | a->cp = 10; | ||
79 | } | ||
80 | - /* TODO: in v8.1M cp 8, 9, 14, 15 also are governed by the cp10 enable */ | ||
81 | + if (arm_dc_feature(s, ARM_FEATURE_V8_1M) && | ||
82 | + (a->cp == 8 || a->cp == 9 || a->cp == 14 || a->cp == 15)) { | ||
83 | + /* in v8.1M cp 8, 9, 14, 15 also are governed by the cp10 enable */ | ||
84 | + a->cp = 10; | ||
85 | + } | 39 | + } |
86 | 40 | + | |
87 | if (a->cp != 10) { | 41 | + if (!qdev_realize(DEVICE(&s->cpu[0].core), NULL, errp)) { |
88 | gen_exception_insn(s, s->pc_curr, EXCP_NOCP, | 42 | + return; |
89 | @@ -XXX,XX +XXX,XX @@ static bool trans_NOCP(DisasContext *s, arg_NOCP *a) | ||
90 | return false; | ||
91 | } | ||
92 | |||
93 | +static bool trans_NOCP_8_1(DisasContext *s, arg_nocp *a) | ||
94 | +{ | ||
95 | + /* This range needs a coprocessor check for v8.1M and later only */ | ||
96 | + if (!arm_dc_feature(s, ARM_FEATURE_V8_1M)) { | ||
97 | + return false; | ||
98 | + } | 43 | + } |
99 | + return trans_NOCP(s, a); | 44 | + |
45 | + /* Connect irq/fiq outputs from the interrupt controller. */ | ||
46 | + sysbus_connect_irq(SYS_BUS_DEVICE(&s->peripherals), 0, | ||
47 | + qdev_get_gpio_in(DEVICE(&s->cpu[0].core), ARM_CPU_IRQ)); | ||
48 | + sysbus_connect_irq(SYS_BUS_DEVICE(&s->peripherals), 1, | ||
49 | + qdev_get_gpio_in(DEVICE(&s->cpu[0].core), ARM_CPU_FIQ)); | ||
100 | +} | 50 | +} |
101 | + | 51 | + |
102 | static bool trans_VINS(DisasContext *s, arg_VINS *a) | 52 | static void bcm2836_realize(DeviceState *dev, Error **errp) |
103 | { | 53 | { |
104 | TCGv_i32 rd, rm; | 54 | BCM283XState *s = BCM283X(dev); |
55 | @@ -XXX,XX +XXX,XX @@ static void bcm283x_class_init(ObjectClass *oc, void *data) | ||
56 | dc->user_creatable = false; | ||
57 | } | ||
58 | |||
59 | +static void bcm2835_class_init(ObjectClass *oc, void *data) | ||
60 | +{ | ||
61 | + DeviceClass *dc = DEVICE_CLASS(oc); | ||
62 | + BCM283XClass *bc = BCM283X_CLASS(oc); | ||
63 | + | ||
64 | + bc->cpu_type = ARM_CPU_TYPE_NAME("arm1176"); | ||
65 | + bc->core_count = 1; | ||
66 | + bc->peri_base = 0x20000000; | ||
67 | + dc->realize = bcm2835_realize; | ||
68 | +}; | ||
69 | + | ||
70 | static void bcm2836_class_init(ObjectClass *oc, void *data) | ||
71 | { | ||
72 | DeviceClass *dc = DEVICE_CLASS(oc); | ||
73 | @@ -XXX,XX +XXX,XX @@ static void bcm2837_class_init(ObjectClass *oc, void *data) | ||
74 | |||
75 | static const TypeInfo bcm283x_types[] = { | ||
76 | { | ||
77 | + .name = TYPE_BCM2835, | ||
78 | + .parent = TYPE_BCM283X, | ||
79 | + .class_init = bcm2835_class_init, | ||
80 | + }, { | ||
81 | .name = TYPE_BCM2836, | ||
82 | .parent = TYPE_BCM283X, | ||
83 | .class_init = bcm2836_class_init, | ||
84 | diff --git a/hw/arm/raspi.c b/hw/arm/raspi.c | ||
85 | index XXXXXXX..XXXXXXX 100644 | ||
86 | --- a/hw/arm/raspi.c | ||
87 | +++ b/hw/arm/raspi.c | ||
88 | @@ -XXX,XX +XXX,XX @@ FIELD(REV_CODE, MEMORY_SIZE, 20, 3); | ||
89 | FIELD(REV_CODE, STYLE, 23, 1); | ||
90 | |||
91 | typedef enum RaspiProcessorId { | ||
92 | + PROCESSOR_ID_BCM2835 = 0, | ||
93 | PROCESSOR_ID_BCM2836 = 1, | ||
94 | PROCESSOR_ID_BCM2837 = 2, | ||
95 | } RaspiProcessorId; | ||
96 | @@ -XXX,XX +XXX,XX @@ static const struct { | ||
97 | const char *type; | ||
98 | int cores_count; | ||
99 | } soc_property[] = { | ||
100 | + [PROCESSOR_ID_BCM2835] = {TYPE_BCM2835, 1}, | ||
101 | [PROCESSOR_ID_BCM2836] = {TYPE_BCM2836, BCM283X_NCPUS}, | ||
102 | [PROCESSOR_ID_BCM2837] = {TYPE_BCM2837, BCM283X_NCPUS}, | ||
103 | }; | ||
105 | -- | 104 | -- |
106 | 2.20.1 | 105 | 2.20.1 |
107 | 106 | ||
108 | 107 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> |
---|---|---|---|
2 | 2 | ||
3 | Commit 7998beb9c2e removed the ram_size initialization in the | 3 | The Pi A is almost the first machine released. |
4 | arm_boot_info structure, however it is used by arm_load_kernel(). | 4 | It uses a BCM2835 SoC which includes a ARMv6Z core. |
5 | 5 | ||
6 | Initialize the field to fix: | 6 | Example booting the machine using content from [*] |
7 | (we use the device tree from the B model): | ||
7 | 8 | ||
8 | $ qemu-system-arm -M n800 -append 'console=ttyS1' \ | 9 | $ qemu-system-arm -M raspi1ap -serial stdio \ |
9 | -kernel meego-arm-n8x0-1.0.80.20100712.1431-vmlinuz-2.6.35~rc4-129.1-n8x0 | 10 | -kernel raspberrypi/firmware/boot/kernel.img \ |
10 | qemu-system-arm: kernel 'meego-arm-n8x0-1.0.80.20100712.1431-vmlinuz-2.6.35~rc4-129.1-n8x0' is too large to fit in RAM (kernel size 1964608, RAM size 0) | 11 | -dtb raspberrypi/firmware/boot/bcm2708-rpi-b-plus.dtb \ |
12 | -append 'earlycon=pl011,0x20201000 console=ttyAMA0' | ||
13 | [ 0.000000] Booting Linux on physical CPU 0x0 | ||
14 | [ 0.000000] Linux version 4.19.118+ (dom@buildbot) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1311 Mon Apr 27 14:16:15 BST 2020 | ||
15 | [ 0.000000] CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7), cr=00c5387d | ||
16 | [ 0.000000] CPU: VIPT aliasing data cache, unknown instruction cache | ||
17 | [ 0.000000] OF: fdt: Machine model: Raspberry Pi Model B+ | ||
18 | ... | ||
11 | 19 | ||
12 | Noticed while running the test introduced in commit 050a82f0c5b | 20 | [*] http://archive.raspberrypi.org/debian/pool/main/r/raspberrypi-firmware/raspberrypi-kernel_1.20200512-2_armhf.deb |
13 | ("tests/acceptance: Add a test for the N800 and N810 arm machines"). | ||
14 | 21 | ||
15 | Fixes: 7998beb9c2e ("arm/nseries: use memdev for RAM") | 22 | Reviewed-by: Igor Mammedov <imammedo@redhat.com> |
16 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 23 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
17 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 24 | Message-id: 20201024170127.3592182-8-f4bug@amsat.org |
18 | Tested-by: Thomas Huth <thuth@redhat.com> | ||
19 | Message-id: 20201019095148.1602119-1-f4bug@amsat.org | ||
20 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 25 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
21 | --- | 26 | --- |
22 | hw/arm/nseries.c | 1 + | 27 | hw/arm/raspi.c | 13 +++++++++++++ |
23 | 1 file changed, 1 insertion(+) | 28 | 1 file changed, 13 insertions(+) |
24 | 29 | ||
25 | diff --git a/hw/arm/nseries.c b/hw/arm/nseries.c | 30 | diff --git a/hw/arm/raspi.c b/hw/arm/raspi.c |
26 | index XXXXXXX..XXXXXXX 100644 | 31 | index XXXXXXX..XXXXXXX 100644 |
27 | --- a/hw/arm/nseries.c | 32 | --- a/hw/arm/raspi.c |
28 | +++ b/hw/arm/nseries.c | 33 | +++ b/hw/arm/raspi.c |
29 | @@ -XXX,XX +XXX,XX @@ static void n8x0_init(MachineState *machine, | 34 | @@ -XXX,XX +XXX,XX @@ static void raspi_machine_class_common_init(MachineClass *mc, |
30 | g_free(sz); | 35 | mc->default_ram_id = "ram"; |
31 | exit(EXIT_FAILURE); | 36 | }; |
32 | } | 37 | |
33 | + binfo->ram_size = machine->ram_size; | 38 | +static void raspi1ap_machine_class_init(ObjectClass *oc, void *data) |
34 | 39 | +{ | |
35 | memory_region_add_subregion(get_system_memory(), OMAP2_Q2_BASE, | 40 | + MachineClass *mc = MACHINE_CLASS(oc); |
36 | machine->ram); | 41 | + RaspiMachineClass *rmc = RASPI_MACHINE_CLASS(oc); |
42 | + | ||
43 | + rmc->board_rev = 0x900021; /* Revision 1.1 */ | ||
44 | + raspi_machine_class_common_init(mc, rmc->board_rev); | ||
45 | +}; | ||
46 | + | ||
47 | static void raspi2b_machine_class_init(ObjectClass *oc, void *data) | ||
48 | { | ||
49 | MachineClass *mc = MACHINE_CLASS(oc); | ||
50 | @@ -XXX,XX +XXX,XX @@ static void raspi3b_machine_class_init(ObjectClass *oc, void *data) | ||
51 | |||
52 | static const TypeInfo raspi_machine_types[] = { | ||
53 | { | ||
54 | + .name = MACHINE_TYPE_NAME("raspi1ap"), | ||
55 | + .parent = TYPE_RASPI_MACHINE, | ||
56 | + .class_init = raspi1ap_machine_class_init, | ||
57 | + }, { | ||
58 | .name = MACHINE_TYPE_NAME("raspi2b"), | ||
59 | .parent = TYPE_RASPI_MACHINE, | ||
60 | .class_init = raspi2b_machine_class_init, | ||
37 | -- | 61 | -- |
38 | 2.20.1 | 62 | 2.20.1 |
39 | 63 | ||
40 | 64 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> |
---|---|---|---|
2 | 2 | ||
3 | The variable holding the CTRL_STATUS register is misnamed | 3 | Similarly to the Pi A, the Pi Zero uses a BCM2835 SoC (ARMv6Z core). |
4 | 'status'. Rename it 'ctrl_status' to make it more obvious | 4 | |
5 | this register is also used to control the peripheral. | 5 | The only difference between the revision 1.2 and 1.3 is the latter |
6 | exposes a CSI camera connector. As we do not implement the Unicam | ||
7 | peripheral, there is no point in exposing a camera connector :) | ||
8 | Therefore we choose to model the 1.2 revision. | ||
9 | |||
10 | Example booting the machine using content from [*]: | ||
11 | |||
12 | $ qemu-system-arm -M raspi0 -serial stdio \ | ||
13 | -kernel raspberrypi/firmware/boot/kernel.img \ | ||
14 | -dtb raspberrypi/firmware/boot/bcm2708-rpi-zero.dtb \ | ||
15 | -append 'printk.time=0 earlycon=pl011,0x20201000 console=ttyAMA0' | ||
16 | [ 0.000000] Booting Linux on physical CPU 0x0 | ||
17 | [ 0.000000] Linux version 4.19.118+ (dom@buildbot) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1311 Mon Apr 27 14:16:15 BST 2020 | ||
18 | [ 0.000000] CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7), cr=00c5387d | ||
19 | [ 0.000000] CPU: VIPT aliasing data cache, unknown instruction cache | ||
20 | [ 0.000000] OF: fdt: Machine model: Raspberry Pi Zero | ||
21 | ... | ||
22 | |||
23 | [*] http://archive.raspberrypi.org/debian/pool/main/r/raspberrypi-firmware/raspberrypi-kernel_1.20200512-2_armhf.deb | ||
6 | 24 | ||
7 | Reviewed-by: Luc Michel <luc.michel@greensocs.com> | 25 | Reviewed-by: Luc Michel <luc.michel@greensocs.com> |
8 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 26 | Reviewed-by: Igor Mammedov <imammedo@redhat.com> |
9 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 27 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
10 | Message-id: 20201010203709.3116542-3-f4bug@amsat.org | 28 | Message-id: 20201024170127.3592182-9-f4bug@amsat.org |
11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 29 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
12 | --- | 30 | --- |
13 | include/hw/timer/bcm2835_systmr.h | 2 +- | 31 | hw/arm/raspi.c | 13 +++++++++++++ |
14 | hw/timer/bcm2835_systmr.c | 8 ++++---- | 32 | 1 file changed, 13 insertions(+) |
15 | 2 files changed, 5 insertions(+), 5 deletions(-) | ||
16 | 33 | ||
17 | diff --git a/include/hw/timer/bcm2835_systmr.h b/include/hw/timer/bcm2835_systmr.h | 34 | diff --git a/hw/arm/raspi.c b/hw/arm/raspi.c |
18 | index XXXXXXX..XXXXXXX 100644 | 35 | index XXXXXXX..XXXXXXX 100644 |
19 | --- a/include/hw/timer/bcm2835_systmr.h | 36 | --- a/hw/arm/raspi.c |
20 | +++ b/include/hw/timer/bcm2835_systmr.h | 37 | +++ b/hw/arm/raspi.c |
21 | @@ -XXX,XX +XXX,XX @@ struct BCM2835SystemTimerState { | 38 | @@ -XXX,XX +XXX,XX @@ static void raspi_machine_class_common_init(MachineClass *mc, |
22 | qemu_irq irq; | 39 | mc->default_ram_id = "ram"; |
23 | |||
24 | struct { | ||
25 | - uint32_t status; | ||
26 | + uint32_t ctrl_status; | ||
27 | uint32_t compare[BCM2835_SYSTIMER_COUNT]; | ||
28 | } reg; | ||
29 | }; | 40 | }; |
30 | diff --git a/hw/timer/bcm2835_systmr.c b/hw/timer/bcm2835_systmr.c | 41 | |
31 | index XXXXXXX..XXXXXXX 100644 | 42 | +static void raspi0_machine_class_init(ObjectClass *oc, void *data) |
32 | --- a/hw/timer/bcm2835_systmr.c | 43 | +{ |
33 | +++ b/hw/timer/bcm2835_systmr.c | 44 | + MachineClass *mc = MACHINE_CLASS(oc); |
34 | @@ -XXX,XX +XXX,XX @@ REG32(COMPARE3, 0x18) | 45 | + RaspiMachineClass *rmc = RASPI_MACHINE_CLASS(oc); |
35 | 46 | + | |
36 | static void bcm2835_systmr_update_irq(BCM2835SystemTimerState *s) | 47 | + rmc->board_rev = 0x920092; /* Revision 1.2 */ |
48 | + raspi_machine_class_common_init(mc, rmc->board_rev); | ||
49 | +}; | ||
50 | + | ||
51 | static void raspi1ap_machine_class_init(ObjectClass *oc, void *data) | ||
37 | { | 52 | { |
38 | - bool enable = !!s->reg.status; | 53 | MachineClass *mc = MACHINE_CLASS(oc); |
39 | + bool enable = !!s->reg.ctrl_status; | 54 | @@ -XXX,XX +XXX,XX @@ static void raspi3b_machine_class_init(ObjectClass *oc, void *data) |
40 | 55 | ||
41 | trace_bcm2835_systmr_irq(enable); | 56 | static const TypeInfo raspi_machine_types[] = { |
42 | qemu_set_irq(s->irq, enable); | 57 | { |
43 | @@ -XXX,XX +XXX,XX @@ static uint64_t bcm2835_systmr_read(void *opaque, hwaddr offset, | 58 | + .name = MACHINE_TYPE_NAME("raspi0"), |
44 | 59 | + .parent = TYPE_RASPI_MACHINE, | |
45 | switch (offset) { | 60 | + .class_init = raspi0_machine_class_init, |
46 | case A_CTRL_STATUS: | 61 | + }, { |
47 | - r = s->reg.status; | 62 | .name = MACHINE_TYPE_NAME("raspi1ap"), |
48 | + r = s->reg.ctrl_status; | 63 | .parent = TYPE_RASPI_MACHINE, |
49 | break; | 64 | .class_init = raspi1ap_machine_class_init, |
50 | case A_COMPARE0 ... A_COMPARE3: | ||
51 | r = s->reg.compare[(offset - A_COMPARE0) >> 2]; | ||
52 | @@ -XXX,XX +XXX,XX @@ static void bcm2835_systmr_write(void *opaque, hwaddr offset, | ||
53 | trace_bcm2835_systmr_write(offset, value); | ||
54 | switch (offset) { | ||
55 | case A_CTRL_STATUS: | ||
56 | - s->reg.status &= ~value; /* Ack */ | ||
57 | + s->reg.ctrl_status &= ~value; /* Ack */ | ||
58 | bcm2835_systmr_update_irq(s); | ||
59 | break; | ||
60 | case A_COMPARE0 ... A_COMPARE3: | ||
61 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription bcm2835_systmr_vmstate = { | ||
62 | .version_id = 1, | ||
63 | .minimum_version_id = 1, | ||
64 | .fields = (VMStateField[]) { | ||
65 | - VMSTATE_UINT32(reg.status, BCM2835SystemTimerState), | ||
66 | + VMSTATE_UINT32(reg.ctrl_status, BCM2835SystemTimerState), | ||
67 | VMSTATE_UINT32_ARRAY(reg.compare, BCM2835SystemTimerState, | ||
68 | BCM2835_SYSTIMER_COUNT), | ||
69 | VMSTATE_END_OF_LIST() | ||
70 | -- | 65 | -- |
71 | 2.20.1 | 66 | 2.20.1 |
72 | 67 | ||
73 | 68 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> |
---|---|---|---|
2 | 2 | ||
3 | The time to transmit a char is expressed in nanoseconds, not in ticks. | 3 | The Pi 3A+ is a stripped down version of the 3B: |
4 | - 512 MiB of RAM instead of 1 GiB | ||
5 | - no on-board ethernet chipset | ||
4 | 6 | ||
7 | Add it as it is a closer match to what we model. | ||
8 | |||
9 | Reviewed-by: Igor Mammedov <imammedo@redhat.com> | ||
5 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 10 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
6 | Message-id: 20201014213601.205222-1-f4bug@amsat.org | 11 | Message-id: 20201024170127.3592182-10-f4bug@amsat.org |
7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
9 | --- | 13 | --- |
10 | hw/arm/strongarm.c | 2 +- | 14 | hw/arm/raspi.c | 13 +++++++++++++ |
11 | 1 file changed, 1 insertion(+), 1 deletion(-) | 15 | 1 file changed, 13 insertions(+) |
12 | 16 | ||
13 | diff --git a/hw/arm/strongarm.c b/hw/arm/strongarm.c | 17 | diff --git a/hw/arm/raspi.c b/hw/arm/raspi.c |
14 | index XXXXXXX..XXXXXXX 100644 | 18 | index XXXXXXX..XXXXXXX 100644 |
15 | --- a/hw/arm/strongarm.c | 19 | --- a/hw/arm/raspi.c |
16 | +++ b/hw/arm/strongarm.c | 20 | +++ b/hw/arm/raspi.c |
17 | @@ -XXX,XX +XXX,XX @@ struct StrongARMUARTState { | 21 | @@ -XXX,XX +XXX,XX @@ static void raspi2b_machine_class_init(ObjectClass *oc, void *data) |
18 | uint8_t rx_start; | 22 | }; |
19 | uint8_t rx_len; | 23 | |
20 | 24 | #ifdef TARGET_AARCH64 | |
21 | - uint64_t char_transmit_time; /* time to transmit a char in ticks*/ | 25 | +static void raspi3ap_machine_class_init(ObjectClass *oc, void *data) |
22 | + uint64_t char_transmit_time; /* time to transmit a char in nanoseconds */ | 26 | +{ |
23 | bool wait_break_end; | 27 | + MachineClass *mc = MACHINE_CLASS(oc); |
24 | QEMUTimer *rx_timeout_timer; | 28 | + RaspiMachineClass *rmc = RASPI_MACHINE_CLASS(oc); |
25 | QEMUTimer *tx_timer; | 29 | + |
30 | + rmc->board_rev = 0x9020e0; /* Revision 1.0 */ | ||
31 | + raspi_machine_class_common_init(mc, rmc->board_rev); | ||
32 | +}; | ||
33 | + | ||
34 | static void raspi3b_machine_class_init(ObjectClass *oc, void *data) | ||
35 | { | ||
36 | MachineClass *mc = MACHINE_CLASS(oc); | ||
37 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo raspi_machine_types[] = { | ||
38 | .parent = TYPE_RASPI_MACHINE, | ||
39 | .class_init = raspi2b_machine_class_init, | ||
40 | #ifdef TARGET_AARCH64 | ||
41 | + }, { | ||
42 | + .name = MACHINE_TYPE_NAME("raspi3ap"), | ||
43 | + .parent = TYPE_RASPI_MACHINE, | ||
44 | + .class_init = raspi3ap_machine_class_init, | ||
45 | }, { | ||
46 | .name = MACHINE_TYPE_NAME("raspi3b"), | ||
47 | .parent = TYPE_RASPI_MACHINE, | ||
26 | -- | 48 | -- |
27 | 2.20.1 | 49 | 2.20.1 |
28 | 50 | ||
29 | 51 | diff view generated by jsdifflib |
1 | For nested groups like: | 1 | From: "Dr. David Alan Gilbert" <dgilbert@redhat.com> |
---|---|---|---|
2 | 2 | ||
3 | { | 3 | Use of 0x%d - make up our mind as 0x%x |
4 | [ | ||
5 | pattern 1 | ||
6 | pattern 2 | ||
7 | ] | ||
8 | pattern 3 | ||
9 | } | ||
10 | 4 | ||
11 | the intended behaviour is that patterns 1 and 2 must not | 5 | Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |
12 | overlap with each other; if the insn matches neither then | 6 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
13 | we fall through to pattern 3 as the next thing in the | 7 | Acked-by: Eric Auger <eric.auger@redhat.com> |
14 | outer overlapping group. | 8 | Message-id: 20201014193355.53074-1-dgilbert@redhat.com |
15 | |||
16 | Currently we generate incorrect code for this situation, | ||
17 | because in the code path for a failed match inside the | ||
18 | inner non-overlapping group we generate a "return" statement, | ||
19 | which causes decode to stop entirely rather than continuing | ||
20 | to the next thing in the outer group. | ||
21 | |||
22 | Generate a "break" instead, so that decode flow behaves | ||
23 | as required for this nested group case. | ||
24 | |||
25 | Suggested-by: Richard Henderson <richard.henderson@linaro.org> | ||
26 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
27 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
28 | Message-id: 20201019151301.2046-2-peter.maydell@linaro.org | ||
29 | --- | 10 | --- |
30 | scripts/decodetree.py | 2 +- | 11 | hw/arm/trace-events | 2 +- |
31 | 1 file changed, 1 insertion(+), 1 deletion(-) | 12 | 1 file changed, 1 insertion(+), 1 deletion(-) |
32 | 13 | ||
33 | diff --git a/scripts/decodetree.py b/scripts/decodetree.py | 14 | diff --git a/hw/arm/trace-events b/hw/arm/trace-events |
34 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
35 | --- a/scripts/decodetree.py | 16 | --- a/hw/arm/trace-events |
36 | +++ b/scripts/decodetree.py | 17 | +++ b/hw/arm/trace-events |
37 | @@ -XXX,XX +XXX,XX @@ class Tree: | 18 | @@ -XXX,XX +XXX,XX @@ smmuv3_get_cd(uint64_t addr) "CD addr: 0x%"PRIx64 |
38 | output(ind, ' /* ', | 19 | smmuv3_decode_cd(uint32_t oas) "oas=%d" |
39 | str_match_bits(innerbits, innermask), ' */\n') | 20 | smmuv3_decode_cd_tt(int i, uint32_t tsz, uint64_t ttb, uint32_t granule_sz, bool had) "TT[%d]:tsz:%d ttb:0x%"PRIx64" granule_sz:%d had:%d" |
40 | s.output_code(i + 4, extracted, innerbits, innermask) | 21 | smmuv3_cmdq_cfgi_ste(int streamid) "streamid =%d" |
41 | - output(ind, ' return false;\n') | 22 | -smmuv3_cmdq_cfgi_ste_range(int start, int end) "start=0x%d - end=0x%d" |
42 | + output(ind, ' break;\n') | 23 | +smmuv3_cmdq_cfgi_ste_range(int start, int end) "start=0x%x - end=0x%x" |
43 | output(ind, '}\n') | 24 | smmuv3_cmdq_cfgi_cd(uint32_t sid) "streamid = %d" |
44 | # end Tree | 25 | smmuv3_config_cache_hit(uint32_t sid, uint32_t hits, uint32_t misses, uint32_t perc) "Config cache HIT for sid %d (hits=%d, misses=%d, hit rate=%d)" |
45 | 26 | smmuv3_config_cache_miss(uint32_t sid, uint32_t hits, uint32_t misses, uint32_t perc) "Config cache MISS for sid %d (hits=%d, misses=%d, hit rate=%d)" | |
46 | -- | 27 | -- |
47 | 2.20.1 | 28 | 2.20.1 |
48 | 29 | ||
49 | 30 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | From: Luc Michel <luc@lmichel.fr> | ||
1 | 2 | ||
3 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
4 | Reviewed-by: Damien Hedde <damien.hedde@greensocs.com> | ||
5 | Signed-off-by: Luc Michel <luc@lmichel.fr> | ||
6 | Tested-by: Guenter Roeck <linux@roeck-us.net> | ||
7 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
9 | --- | ||
10 | include/hw/clock.h | 5 +++++ | ||
11 | 1 file changed, 5 insertions(+) | ||
12 | |||
13 | diff --git a/include/hw/clock.h b/include/hw/clock.h | ||
14 | index XXXXXXX..XXXXXXX 100644 | ||
15 | --- a/include/hw/clock.h | ||
16 | +++ b/include/hw/clock.h | ||
17 | @@ -XXX,XX +XXX,XX @@ extern const VMStateDescription vmstate_clock; | ||
18 | VMSTATE_CLOCK_V(field, state, 0) | ||
19 | #define VMSTATE_CLOCK_V(field, state, version) \ | ||
20 | VMSTATE_STRUCT_POINTER_V(field, state, version, vmstate_clock, Clock) | ||
21 | +#define VMSTATE_ARRAY_CLOCK(field, state, num) \ | ||
22 | + VMSTATE_ARRAY_CLOCK_V(field, state, num, 0) | ||
23 | +#define VMSTATE_ARRAY_CLOCK_V(field, state, num, version) \ | ||
24 | + VMSTATE_ARRAY_OF_POINTER_TO_STRUCT(field, state, num, version, \ | ||
25 | + vmstate_clock, Clock) | ||
26 | |||
27 | /** | ||
28 | * clock_setup_canonical_path: | ||
29 | -- | ||
30 | 2.20.1 | ||
31 | |||
32 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Luc Michel <luc@lmichel.fr> |
---|---|---|---|
2 | 2 | ||
3 | Unlike many other bits in HCR_EL2, the description for this | 3 | The nanosecond unit greatly limits the dynamic range we can display in |
4 | bit does not contain the phrase "if ... this field behaves | 4 | clock value traces, for values in the order of 1GHz and more. The |
5 | as 0 for all purposes other than", so do not squash the bit | 5 | internal representation can go way beyond this value and it is quite |
6 | in arm_hcr_el2_eff. | 6 | common for today's clocks to be within those ranges. |
7 | 7 | ||
8 | Instead, replicate the E2H+TGE test in the two places that | 8 | For example, a frequency between 500MHz+ and 1GHz will be displayed as |
9 | require it. | 9 | 1ns. Beyond 1GHz, it will show up as 0ns. |
10 | 10 | ||
11 | Reported-by: Vincenzo Frascino <vincenzo.frascino@arm.com> | 11 | Replace nanosecond periods traces with frequencies in the Hz unit |
12 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 12 | to have more dynamic range in the trace output. |
13 | Reviewed-by: Vincenzo Frascino <vincenzo.frascino@arm.com> | 13 | |
14 | Tested-by: Vincenzo Frascino <vincenzo.frascino@arm.com> | 14 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
15 | Message-id: 20201008162155.161886-4-richard.henderson@linaro.org | 15 | Reviewed-by: Damien Hedde <damien.hedde@greensocs.com> |
16 | Signed-off-by: Luc Michel <luc@lmichel.fr> | ||
17 | Tested-by: Guenter Roeck <linux@roeck-us.net> | ||
18 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
16 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 19 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
17 | --- | 20 | --- |
18 | target/arm/internals.h | 9 +++++---- | 21 | hw/core/clock.c | 6 +++--- |
19 | target/arm/helper.c | 9 +++++---- | 22 | hw/core/trace-events | 4 ++-- |
20 | 2 files changed, 10 insertions(+), 8 deletions(-) | 23 | 2 files changed, 5 insertions(+), 5 deletions(-) |
21 | 24 | ||
22 | diff --git a/target/arm/internals.h b/target/arm/internals.h | 25 | diff --git a/hw/core/clock.c b/hw/core/clock.c |
23 | index XXXXXXX..XXXXXXX 100644 | 26 | index XXXXXXX..XXXXXXX 100644 |
24 | --- a/target/arm/internals.h | 27 | --- a/hw/core/clock.c |
25 | +++ b/target/arm/internals.h | 28 | +++ b/hw/core/clock.c |
26 | @@ -XXX,XX +XXX,XX @@ static inline bool allocation_tag_access_enabled(CPUARMState *env, int el, | 29 | @@ -XXX,XX +XXX,XX @@ bool clock_set(Clock *clk, uint64_t period) |
27 | && !(env->cp15.scr_el3 & SCR_ATA)) { | 30 | if (clk->period == period) { |
28 | return false; | 31 | return false; |
29 | } | 32 | } |
30 | - if (el < 2 | 33 | - trace_clock_set(CLOCK_PATH(clk), CLOCK_PERIOD_TO_NS(clk->period), |
31 | - && arm_feature(env, ARM_FEATURE_EL2) | 34 | - CLOCK_PERIOD_TO_NS(period)); |
32 | - && !(arm_hcr_el2_eff(env) & HCR_ATA)) { | 35 | + trace_clock_set(CLOCK_PATH(clk), CLOCK_PERIOD_TO_HZ(clk->period), |
33 | - return false; | 36 | + CLOCK_PERIOD_TO_HZ(period)); |
34 | + if (el < 2 && arm_feature(env, ARM_FEATURE_EL2)) { | 37 | clk->period = period; |
35 | + uint64_t hcr = arm_hcr_el2_eff(env); | 38 | |
36 | + if (!(hcr & HCR_ATA) && (!(hcr & HCR_E2H) || !(hcr & HCR_TGE))) { | 39 | return true; |
37 | + return false; | 40 | @@ -XXX,XX +XXX,XX @@ static void clock_propagate_period(Clock *clk, bool call_callbacks) |
38 | + } | 41 | if (child->period != clk->period) { |
39 | } | 42 | child->period = clk->period; |
40 | sctlr &= (el == 0 ? SCTLR_ATA0 : SCTLR_ATA); | 43 | trace_clock_update(CLOCK_PATH(child), CLOCK_PATH(clk), |
41 | return sctlr != 0; | 44 | - CLOCK_PERIOD_TO_NS(clk->period), |
42 | diff --git a/target/arm/helper.c b/target/arm/helper.c | 45 | + CLOCK_PERIOD_TO_HZ(clk->period), |
46 | call_callbacks); | ||
47 | if (call_callbacks && child->callback) { | ||
48 | child->callback(child->callback_opaque); | ||
49 | diff --git a/hw/core/trace-events b/hw/core/trace-events | ||
43 | index XXXXXXX..XXXXXXX 100644 | 50 | index XXXXXXX..XXXXXXX 100644 |
44 | --- a/target/arm/helper.c | 51 | --- a/hw/core/trace-events |
45 | +++ b/target/arm/helper.c | 52 | +++ b/hw/core/trace-events |
46 | @@ -XXX,XX +XXX,XX @@ static CPAccessResult access_mte(CPUARMState *env, const ARMCPRegInfo *ri, | 53 | @@ -XXX,XX +XXX,XX @@ resettable_transitional_function(void *obj, const char *objtype) "obj=%p(%s)" |
47 | { | 54 | # clock.c |
48 | int el = arm_current_el(env); | 55 | clock_set_source(const char *clk, const char *src) "'%s', src='%s'" |
49 | 56 | clock_disconnect(const char *clk) "'%s'" | |
50 | - if (el < 2 && | 57 | -clock_set(const char *clk, uint64_t old, uint64_t new) "'%s', ns=%"PRIu64"->%"PRIu64 |
51 | - arm_feature(env, ARM_FEATURE_EL2) && | 58 | +clock_set(const char *clk, uint64_t old, uint64_t new) "'%s', %"PRIu64"Hz->%"PRIu64"Hz" |
52 | - !(arm_hcr_el2_eff(env) & HCR_ATA)) { | 59 | clock_propagate(const char *clk) "'%s'" |
53 | - return CP_ACCESS_TRAP_EL2; | 60 | -clock_update(const char *clk, const char *src, uint64_t val, int cb) "'%s', src='%s', ns=%"PRIu64", cb=%d" |
54 | + if (el < 2 && arm_feature(env, ARM_FEATURE_EL2)) { | 61 | +clock_update(const char *clk, const char *src, uint64_t hz, int cb) "'%s', src='%s', val=%"PRIu64"Hz cb=%d" |
55 | + uint64_t hcr = arm_hcr_el2_eff(env); | ||
56 | + if (!(hcr & HCR_ATA) && (!(hcr & HCR_E2H) || !(hcr & HCR_TGE))) { | ||
57 | + return CP_ACCESS_TRAP_EL2; | ||
58 | + } | ||
59 | } | ||
60 | if (el < 3 && | ||
61 | arm_feature(env, ARM_FEATURE_EL3) && | ||
62 | -- | 62 | -- |
63 | 2.20.1 | 63 | 2.20.1 |
64 | 64 | ||
65 | 65 | diff view generated by jsdifflib |
1 | If the M-profile low-overhead-branch extension is implemented, FPSCR | 1 | From: Luc Michel <luc@lmichel.fr> |
---|---|---|---|
2 | bits [18:16] are a new field LTPSIZE. If MVE is not implemented | ||
3 | (currently always true for us) then this field always reads as 4 and | ||
4 | ignores writes. | ||
5 | 2 | ||
6 | These bits used to be the vector-length field for the old | 3 | The CPRMAN (clock controller) was mapped at the watchdog/power manager |
7 | short-vector extension, so we need to take care that they are not | 4 | address. It was also split into two unimplemented peripherals (CM and |
8 | misinterpreted as setting vec_len. We do this with a rearrangement | 5 | A2W) but this is really the same one, as shown by this extract of the |
9 | of the vfp_set_fpscr() code that deals with vec_len, vec_stride | 6 | Raspberry Pi 3 Linux device tree: |
10 | and also the QC bit; this obviates the need for the M-profile | ||
11 | only masking step that we used to have at the start of the function. | ||
12 | 7 | ||
13 | We provide a new field in CPUState for LTPSIZE, even though this | 8 | watchdog@7e100000 { |
14 | will always be 4, in preparation for MVE, so we don't have to | 9 | compatible = "brcm,bcm2835-pm\0brcm,bcm2835-pm-wdt"; |
15 | come back later and split it out of the vfp.xregs[FPSCR] value. | 10 | [...] |
16 | (This state struct field will be saved and restored as part of | 11 | reg = <0x7e100000 0x114 0x7e00a000 0x24>; |
17 | the FPSCR value via the vmstate_fpscr in machine.c.) | 12 | [...] |
13 | }; | ||
18 | 14 | ||
15 | [...] | ||
16 | cprman@7e101000 { | ||
17 | compatible = "brcm,bcm2835-cprman"; | ||
18 | [...] | ||
19 | reg = <0x7e101000 0x2000>; | ||
20 | [...] | ||
21 | }; | ||
22 | |||
23 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
24 | Signed-off-by: Luc Michel <luc@lmichel.fr> | ||
25 | Tested-by: Guenter Roeck <linux@roeck-us.net> | ||
26 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
19 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 27 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
20 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
21 | Message-id: 20201019151301.2046-11-peter.maydell@linaro.org | ||
22 | --- | 28 | --- |
23 | target/arm/cpu.h | 1 + | 29 | include/hw/arm/bcm2835_peripherals.h | 2 +- |
24 | target/arm/cpu.c | 9 +++++++++ | 30 | include/hw/arm/raspi_platform.h | 5 ++--- |
25 | target/arm/vfp_helper.c | 6 ++++++ | 31 | hw/arm/bcm2835_peripherals.c | 4 ++-- |
26 | 3 files changed, 16 insertions(+) | 32 | 3 files changed, 5 insertions(+), 6 deletions(-) |
27 | 33 | ||
28 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | 34 | diff --git a/include/hw/arm/bcm2835_peripherals.h b/include/hw/arm/bcm2835_peripherals.h |
29 | index XXXXXXX..XXXXXXX 100644 | 35 | index XXXXXXX..XXXXXXX 100644 |
30 | --- a/target/arm/cpu.h | 36 | --- a/include/hw/arm/bcm2835_peripherals.h |
31 | +++ b/target/arm/cpu.h | 37 | +++ b/include/hw/arm/bcm2835_peripherals.h |
32 | @@ -XXX,XX +XXX,XX @@ typedef struct CPUARMState { | 38 | @@ -XXX,XX +XXX,XX @@ struct BCM2835PeripheralState { |
33 | uint32_t fpdscr[M_REG_NUM_BANKS]; | 39 | BCM2835MphiState mphi; |
34 | uint32_t cpacr[M_REG_NUM_BANKS]; | 40 | UnimplementedDeviceState txp; |
35 | uint32_t nsacr; | 41 | UnimplementedDeviceState armtmr; |
36 | + int ltpsize; | 42 | + UnimplementedDeviceState powermgt; |
37 | } v7m; | 43 | UnimplementedDeviceState cprman; |
38 | 44 | - UnimplementedDeviceState a2w; | |
39 | /* Information associated with an exception about to be taken: | 45 | PL011State uart0; |
40 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c | 46 | BCM2835AuxState aux; |
47 | BCM2835FBState fb; | ||
48 | diff --git a/include/hw/arm/raspi_platform.h b/include/hw/arm/raspi_platform.h | ||
41 | index XXXXXXX..XXXXXXX 100644 | 49 | index XXXXXXX..XXXXXXX 100644 |
42 | --- a/target/arm/cpu.c | 50 | --- a/include/hw/arm/raspi_platform.h |
43 | +++ b/target/arm/cpu.c | 51 | +++ b/include/hw/arm/raspi_platform.h |
44 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_reset(DeviceState *dev) | 52 | @@ -XXX,XX +XXX,XX @@ |
45 | uint8_t *rom; | 53 | #define ARMCTRL_TIMER0_1_OFFSET (ARM_OFFSET + 0x400) /* Timer 0 and 1 (SP804) */ |
46 | uint32_t vecbase; | 54 | #define ARMCTRL_0_SBM_OFFSET (ARM_OFFSET + 0x800) /* User 0 (ARM) Semaphores |
47 | 55 | * Doorbells & Mailboxes */ | |
48 | + if (cpu_isar_feature(aa32_lob, cpu)) { | 56 | -#define CPRMAN_OFFSET 0x100000 /* Power Management, Watchdog */ |
49 | + /* | 57 | -#define CM_OFFSET 0x101000 /* Clock Management */ |
50 | + * LTPSIZE is constant 4 if MVE not implemented, and resets | 58 | -#define A2W_OFFSET 0x102000 /* Reset controller */ |
51 | + * to an UNKNOWN value if MVE is implemented. We choose to | 59 | +#define PM_OFFSET 0x100000 /* Power Management */ |
52 | + * always reset to 4. | 60 | +#define CPRMAN_OFFSET 0x101000 /* Clock Management */ |
53 | + */ | 61 | #define AVS_OFFSET 0x103000 /* Audio Video Standard */ |
54 | + env->v7m.ltpsize = 4; | 62 | #define RNG_OFFSET 0x104000 |
55 | + } | 63 | #define GPIO_OFFSET 0x200000 |
56 | + | 64 | diff --git a/hw/arm/bcm2835_peripherals.c b/hw/arm/bcm2835_peripherals.c |
57 | if (arm_feature(env, ARM_FEATURE_M_SECURITY)) { | ||
58 | env->v7m.secure = true; | ||
59 | } else { | ||
60 | diff --git a/target/arm/vfp_helper.c b/target/arm/vfp_helper.c | ||
61 | index XXXXXXX..XXXXXXX 100644 | 65 | index XXXXXXX..XXXXXXX 100644 |
62 | --- a/target/arm/vfp_helper.c | 66 | --- a/hw/arm/bcm2835_peripherals.c |
63 | +++ b/target/arm/vfp_helper.c | 67 | +++ b/hw/arm/bcm2835_peripherals.c |
64 | @@ -XXX,XX +XXX,XX @@ uint32_t HELPER(vfp_get_fpscr)(CPUARMState *env) | 68 | @@ -XXX,XX +XXX,XX @@ static void bcm2835_peripherals_realize(DeviceState *dev, Error **errp) |
65 | | (env->vfp.vec_len << 16) | 69 | |
66 | | (env->vfp.vec_stride << 20); | 70 | create_unimp(s, &s->txp, "bcm2835-txp", TXP_OFFSET, 0x1000); |
67 | 71 | create_unimp(s, &s->armtmr, "bcm2835-sp804", ARMCTRL_TIMER0_1_OFFSET, 0x40); | |
68 | + /* | 72 | - create_unimp(s, &s->cprman, "bcm2835-cprman", CPRMAN_OFFSET, 0x1000); |
69 | + * M-profile LTPSIZE overlaps A-profile Stride; whichever of the | 73 | - create_unimp(s, &s->a2w, "bcm2835-a2w", A2W_OFFSET, 0x1000); |
70 | + * two is not applicable to this CPU will always be zero. | 74 | + create_unimp(s, &s->powermgt, "bcm2835-powermgt", PM_OFFSET, 0x114); |
71 | + */ | 75 | + create_unimp(s, &s->cprman, "bcm2835-cprman", CPRMAN_OFFSET, 0x2000); |
72 | + fpscr |= env->v7m.ltpsize << 16; | 76 | create_unimp(s, &s->i2s, "bcm2835-i2s", I2S_OFFSET, 0x100); |
73 | + | 77 | create_unimp(s, &s->smi, "bcm2835-smi", SMI_OFFSET, 0x100); |
74 | fpscr |= vfp_get_fpscr_from_host(env); | 78 | create_unimp(s, &s->spi[0], "bcm2835-spi0", SPI0_OFFSET, 0x20); |
75 | |||
76 | i = env->vfp.qc[0] | env->vfp.qc[1] | env->vfp.qc[2] | env->vfp.qc[3]; | ||
77 | -- | 79 | -- |
78 | 2.20.1 | 80 | 2.20.1 |
79 | 81 | ||
80 | 82 | diff view generated by jsdifflib |
1 | The t32 decode has a group which represents a set of insns | 1 | From: Luc Michel <luc@lmichel.fr> |
---|---|---|---|
2 | which overlap with B_cond_thumb because they have [25:23]=111 | 2 | |
3 | (which is an invalid condition code field for the branch insn). | 3 | The BCM2835 CPRMAN is the clock manager of the SoC. It is composed of a |
4 | This group is currently defined using the {} overlap-OK syntax, | 4 | main oscillator, and several sub-components (PLLs, multiplexers, ...) to |
5 | but it is almost entirely non-overlapping patterns. Switch | 5 | generate the BCM2835 clock tree. |
6 | it over to use a non-overlapping group. | 6 | |
7 | 7 | This commit adds a skeleton of the CPRMAN, with a dummy register | |
8 | For this to be valid syntactically, CPS must move into the same | 8 | read/write implementation. It embeds the main oscillator (xosc) from |
9 | overlapping-group as the hint insns (CPS vs hints was the | 9 | which all the clocks will be derived. |
10 | only actual use of the overlap facility for the group). | 10 | |
11 | 11 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | |
12 | The non-overlapping subgroup for CLREX/DSB/DMB/ISB/SB is no longer | 12 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
13 | necessary and so we can remove it (promoting those insns to | 13 | Signed-off-by: Luc Michel <luc@lmichel.fr> |
14 | be members of the parent group). | 14 | Tested-by: Guenter Roeck <linux@roeck-us.net> |
15 | |||
16 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
17 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 15 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
18 | Message-id: 20201019151301.2046-5-peter.maydell@linaro.org | ||
19 | --- | 16 | --- |
20 | target/arm/t32.decode | 26 ++++++++++++-------------- | 17 | include/hw/arm/bcm2835_peripherals.h | 3 +- |
21 | 1 file changed, 12 insertions(+), 14 deletions(-) | 18 | include/hw/misc/bcm2835_cprman.h | 37 +++++ |
22 | 19 | include/hw/misc/bcm2835_cprman_internals.h | 24 +++ | |
23 | diff --git a/target/arm/t32.decode b/target/arm/t32.decode | 20 | hw/arm/bcm2835_peripherals.c | 11 +- |
21 | hw/misc/bcm2835_cprman.c | 163 +++++++++++++++++++++ | ||
22 | hw/misc/meson.build | 1 + | ||
23 | hw/misc/trace-events | 5 + | ||
24 | 7 files changed, 242 insertions(+), 2 deletions(-) | ||
25 | create mode 100644 include/hw/misc/bcm2835_cprman.h | ||
26 | create mode 100644 include/hw/misc/bcm2835_cprman_internals.h | ||
27 | create mode 100644 hw/misc/bcm2835_cprman.c | ||
28 | |||
29 | diff --git a/include/hw/arm/bcm2835_peripherals.h b/include/hw/arm/bcm2835_peripherals.h | ||
24 | index XXXXXXX..XXXXXXX 100644 | 30 | index XXXXXXX..XXXXXXX 100644 |
25 | --- a/target/arm/t32.decode | 31 | --- a/include/hw/arm/bcm2835_peripherals.h |
26 | +++ b/target/arm/t32.decode | 32 | +++ b/include/hw/arm/bcm2835_peripherals.h |
27 | @@ -XXX,XX +XXX,XX @@ CLZ 1111 1010 1011 ---- 1111 .... 1000 .... @rdm | 33 | @@ -XXX,XX +XXX,XX @@ |
28 | { | 34 | #include "hw/misc/bcm2835_mbox.h" |
29 | # Group insn[25:23] = 111, which is cond=111x for the branch below, | 35 | #include "hw/misc/bcm2835_mphi.h" |
30 | # or unconditional, which would be illegal for the branch. | 36 | #include "hw/misc/bcm2835_thermal.h" |
31 | - { | 37 | +#include "hw/misc/bcm2835_cprman.h" |
32 | - # Hints | 38 | #include "hw/sd/sdhci.h" |
33 | + [ | 39 | #include "hw/sd/bcm2835_sdhost.h" |
34 | + # Hints, and CPS | 40 | #include "hw/gpio/bcm2835_gpio.h" |
35 | { | 41 | @@ -XXX,XX +XXX,XX @@ struct BCM2835PeripheralState { |
36 | YIELD 1111 0011 1010 1111 1000 0000 0000 0001 | 42 | UnimplementedDeviceState txp; |
37 | WFE 1111 0011 1010 1111 1000 0000 0000 0010 | 43 | UnimplementedDeviceState armtmr; |
38 | @@ -XXX,XX +XXX,XX @@ CLZ 1111 1010 1011 ---- 1111 .... 1000 .... @rdm | 44 | UnimplementedDeviceState powermgt; |
39 | # The canonical nop ends in 0000 0000, but the whole rest | 45 | - UnimplementedDeviceState cprman; |
40 | # of the space is "reserved hint, behaves as nop". | 46 | + BCM2835CprmanState cprman; |
41 | NOP 1111 0011 1010 1111 1000 0000 ---- ---- | 47 | PL011State uart0; |
42 | + | 48 | BCM2835AuxState aux; |
43 | + # If imod == '00' && M == '0' then SEE "Hint instructions", above. | 49 | BCM2835FBState fb; |
44 | + CPS 1111 0011 1010 1111 1000 0 imod:2 M:1 A:1 I:1 F:1 mode:5 \ | 50 | diff --git a/include/hw/misc/bcm2835_cprman.h b/include/hw/misc/bcm2835_cprman.h |
45 | + &cps | 51 | new file mode 100644 |
52 | index XXXXXXX..XXXXXXX | ||
53 | --- /dev/null | ||
54 | +++ b/include/hw/misc/bcm2835_cprman.h | ||
55 | @@ -XXX,XX +XXX,XX @@ | ||
56 | +/* | ||
57 | + * BCM2835 CPRMAN clock manager | ||
58 | + * | ||
59 | + * Copyright (c) 2020 Luc Michel <luc@lmichel.fr> | ||
60 | + * | ||
61 | + * SPDX-License-Identifier: GPL-2.0-or-later | ||
62 | + */ | ||
63 | + | ||
64 | +#ifndef HW_MISC_CPRMAN_H | ||
65 | +#define HW_MISC_CPRMAN_H | ||
66 | + | ||
67 | +#include "hw/sysbus.h" | ||
68 | +#include "hw/qdev-clock.h" | ||
69 | + | ||
70 | +#define TYPE_BCM2835_CPRMAN "bcm2835-cprman" | ||
71 | + | ||
72 | +typedef struct BCM2835CprmanState BCM2835CprmanState; | ||
73 | + | ||
74 | +DECLARE_INSTANCE_CHECKER(BCM2835CprmanState, CPRMAN, | ||
75 | + TYPE_BCM2835_CPRMAN) | ||
76 | + | ||
77 | +#define CPRMAN_NUM_REGS (0x2000 / sizeof(uint32_t)) | ||
78 | + | ||
79 | +struct BCM2835CprmanState { | ||
80 | + /*< private >*/ | ||
81 | + SysBusDevice parent_obj; | ||
82 | + | ||
83 | + /*< public >*/ | ||
84 | + MemoryRegion iomem; | ||
85 | + | ||
86 | + uint32_t regs[CPRMAN_NUM_REGS]; | ||
87 | + uint32_t xosc_freq; | ||
88 | + | ||
89 | + Clock *xosc; | ||
90 | +}; | ||
91 | + | ||
92 | +#endif | ||
93 | diff --git a/include/hw/misc/bcm2835_cprman_internals.h b/include/hw/misc/bcm2835_cprman_internals.h | ||
94 | new file mode 100644 | ||
95 | index XXXXXXX..XXXXXXX | ||
96 | --- /dev/null | ||
97 | +++ b/include/hw/misc/bcm2835_cprman_internals.h | ||
98 | @@ -XXX,XX +XXX,XX @@ | ||
99 | +/* | ||
100 | + * BCM2835 CPRMAN clock manager | ||
101 | + * | ||
102 | + * Copyright (c) 2020 Luc Michel <luc@lmichel.fr> | ||
103 | + * | ||
104 | + * SPDX-License-Identifier: GPL-2.0-or-later | ||
105 | + */ | ||
106 | + | ||
107 | +#ifndef HW_MISC_CPRMAN_INTERNALS_H | ||
108 | +#define HW_MISC_CPRMAN_INTERNALS_H | ||
109 | + | ||
110 | +#include "hw/registerfields.h" | ||
111 | +#include "hw/misc/bcm2835_cprman.h" | ||
112 | + | ||
113 | +/* Register map */ | ||
114 | + | ||
115 | +/* | ||
116 | + * This field is common to all registers. Each register write value must match | ||
117 | + * the CPRMAN_PASSWORD magic value in its 8 MSB. | ||
118 | + */ | ||
119 | +FIELD(CPRMAN, PASSWORD, 24, 8) | ||
120 | +#define CPRMAN_PASSWORD 0x5a | ||
121 | + | ||
122 | +#endif | ||
123 | diff --git a/hw/arm/bcm2835_peripherals.c b/hw/arm/bcm2835_peripherals.c | ||
124 | index XXXXXXX..XXXXXXX 100644 | ||
125 | --- a/hw/arm/bcm2835_peripherals.c | ||
126 | +++ b/hw/arm/bcm2835_peripherals.c | ||
127 | @@ -XXX,XX +XXX,XX @@ static void bcm2835_peripherals_init(Object *obj) | ||
128 | /* DWC2 */ | ||
129 | object_initialize_child(obj, "dwc2", &s->dwc2, TYPE_DWC2_USB); | ||
130 | |||
131 | + /* CPRMAN clock manager */ | ||
132 | + object_initialize_child(obj, "cprman", &s->cprman, TYPE_BCM2835_CPRMAN); | ||
133 | + | ||
134 | object_property_add_const_link(OBJECT(&s->dwc2), "dma-mr", | ||
135 | OBJECT(&s->gpu_bus_mr)); | ||
136 | } | ||
137 | @@ -XXX,XX +XXX,XX @@ static void bcm2835_peripherals_realize(DeviceState *dev, Error **errp) | ||
138 | return; | ||
46 | } | 139 | } |
47 | 140 | ||
48 | - # If imod == '00' && M == '0' then SEE "Hint instructions", above. | 141 | + /* CPRMAN clock manager */ |
49 | - CPS 1111 0011 1010 1111 1000 0 imod:2 M:1 A:1 I:1 F:1 mode:5 \ | 142 | + if (!sysbus_realize(SYS_BUS_DEVICE(&s->cprman), errp)) { |
50 | - &cps | 143 | + return; |
51 | - | 144 | + } |
52 | # Miscellaneous control | 145 | + memory_region_add_subregion(&s->peri_mr, CPRMAN_OFFSET, |
53 | - [ | 146 | + sysbus_mmio_get_region(SYS_BUS_DEVICE(&s->cprman), 0)); |
54 | - CLREX 1111 0011 1011 1111 1000 1111 0010 1111 | 147 | + |
55 | - DSB 1111 0011 1011 1111 1000 1111 0100 ---- | 148 | memory_region_add_subregion(&s->peri_mr, ARMCTRL_IC_OFFSET, |
56 | - DMB 1111 0011 1011 1111 1000 1111 0101 ---- | 149 | sysbus_mmio_get_region(SYS_BUS_DEVICE(&s->ic), 0)); |
57 | - ISB 1111 0011 1011 1111 1000 1111 0110 ---- | 150 | sysbus_pass_irq(SYS_BUS_DEVICE(s), SYS_BUS_DEVICE(&s->ic)); |
58 | - SB 1111 0011 1011 1111 1000 1111 0111 0000 | 151 | @@ -XXX,XX +XXX,XX @@ static void bcm2835_peripherals_realize(DeviceState *dev, Error **errp) |
59 | - ] | 152 | create_unimp(s, &s->txp, "bcm2835-txp", TXP_OFFSET, 0x1000); |
60 | + CLREX 1111 0011 1011 1111 1000 1111 0010 1111 | 153 | create_unimp(s, &s->armtmr, "bcm2835-sp804", ARMCTRL_TIMER0_1_OFFSET, 0x40); |
61 | + DSB 1111 0011 1011 1111 1000 1111 0100 ---- | 154 | create_unimp(s, &s->powermgt, "bcm2835-powermgt", PM_OFFSET, 0x114); |
62 | + DMB 1111 0011 1011 1111 1000 1111 0101 ---- | 155 | - create_unimp(s, &s->cprman, "bcm2835-cprman", CPRMAN_OFFSET, 0x2000); |
63 | + ISB 1111 0011 1011 1111 1000 1111 0110 ---- | 156 | create_unimp(s, &s->i2s, "bcm2835-i2s", I2S_OFFSET, 0x100); |
64 | + SB 1111 0011 1011 1111 1000 1111 0111 0000 | 157 | create_unimp(s, &s->smi, "bcm2835-smi", SMI_OFFSET, 0x100); |
65 | 158 | create_unimp(s, &s->spi[0], "bcm2835-spi0", SPI0_OFFSET, 0x20); | |
66 | # Note that the v7m insn overlaps both the normal and banked insn. | 159 | diff --git a/hw/misc/bcm2835_cprman.c b/hw/misc/bcm2835_cprman.c |
67 | { | 160 | new file mode 100644 |
68 | @@ -XXX,XX +XXX,XX @@ CLZ 1111 1010 1011 ---- 1111 .... 1000 .... @rdm | 161 | index XXXXXXX..XXXXXXX |
69 | HVC 1111 0111 1110 .... 1000 .... .... .... \ | 162 | --- /dev/null |
70 | &i imm=%imm16_16_0 | 163 | +++ b/hw/misc/bcm2835_cprman.c |
71 | UDF 1111 0111 1111 ---- 1010 ---- ---- ---- | 164 | @@ -XXX,XX +XXX,XX @@ |
72 | - } | 165 | +/* |
73 | + ] | 166 | + * BCM2835 CPRMAN clock manager |
74 | B_cond_thumb 1111 0. cond:4 ...... 10.0 ............ &ci imm=%imm21 | 167 | + * |
75 | } | 168 | + * Copyright (c) 2020 Luc Michel <luc@lmichel.fr> |
76 | 169 | + * | |
170 | + * SPDX-License-Identifier: GPL-2.0-or-later | ||
171 | + */ | ||
172 | + | ||
173 | +/* | ||
174 | + * This peripheral is roughly divided into 3 main parts: | ||
175 | + * - the PLLs | ||
176 | + * - the PLL channels | ||
177 | + * - the clock muxes | ||
178 | + * | ||
179 | + * A main oscillator (xosc) feeds all the PLLs. Each PLLs has one or more | ||
180 | + * channels. Those channel are then connected to the clock muxes. Each mux has | ||
181 | + * multiples sources (usually the xosc, some of the PLL channels and some "test | ||
182 | + * debug" clocks). A mux is configured to select a given source through its | ||
183 | + * control register. Each mux has one output clock that also goes out of the | ||
184 | + * CPRMAN. This output clock usually connects to another peripheral in the SoC | ||
185 | + * (so a given mux is dedicated to a peripheral). | ||
186 | + * | ||
187 | + * At each level (PLL, channel and mux), the clock can be altered through | ||
188 | + * dividers (and multipliers in case of the PLLs), and can be disabled (in this | ||
189 | + * case, the next levels see no clock). | ||
190 | + * | ||
191 | + * This can be sum-up as follows (this is an example and not the actual BCM2835 | ||
192 | + * clock tree): | ||
193 | + * | ||
194 | + * /-->[PLL]-|->[PLL channel]--... [mux]--> to peripherals | ||
195 | + * | |->[PLL channel] muxes takes [mux] | ||
196 | + * | \->[PLL channel] inputs from [mux] | ||
197 | + * | some channels [mux] | ||
198 | + * [xosc]---|-->[PLL]-|->[PLL channel] and other srcs [mux] | ||
199 | + * | \->[PLL channel] ...-->[mux] | ||
200 | + * | [mux] | ||
201 | + * \-->[PLL]--->[PLL channel] [mux] | ||
202 | + * | ||
203 | + * The page at https://elinux.org/The_Undocumented_Pi gives the actual clock | ||
204 | + * tree configuration. | ||
205 | + */ | ||
206 | + | ||
207 | +#include "qemu/osdep.h" | ||
208 | +#include "qemu/log.h" | ||
209 | +#include "migration/vmstate.h" | ||
210 | +#include "hw/qdev-properties.h" | ||
211 | +#include "hw/misc/bcm2835_cprman.h" | ||
212 | +#include "hw/misc/bcm2835_cprman_internals.h" | ||
213 | +#include "trace.h" | ||
214 | + | ||
215 | +/* CPRMAN "top level" model */ | ||
216 | + | ||
217 | +static uint64_t cprman_read(void *opaque, hwaddr offset, | ||
218 | + unsigned size) | ||
219 | +{ | ||
220 | + BCM2835CprmanState *s = CPRMAN(opaque); | ||
221 | + uint64_t r = 0; | ||
222 | + size_t idx = offset / sizeof(uint32_t); | ||
223 | + | ||
224 | + switch (idx) { | ||
225 | + default: | ||
226 | + r = s->regs[idx]; | ||
227 | + } | ||
228 | + | ||
229 | + trace_bcm2835_cprman_read(offset, r); | ||
230 | + return r; | ||
231 | +} | ||
232 | + | ||
233 | +static void cprman_write(void *opaque, hwaddr offset, | ||
234 | + uint64_t value, unsigned size) | ||
235 | +{ | ||
236 | + BCM2835CprmanState *s = CPRMAN(opaque); | ||
237 | + size_t idx = offset / sizeof(uint32_t); | ||
238 | + | ||
239 | + if (FIELD_EX32(value, CPRMAN, PASSWORD) != CPRMAN_PASSWORD) { | ||
240 | + trace_bcm2835_cprman_write_invalid_magic(offset, value); | ||
241 | + return; | ||
242 | + } | ||
243 | + | ||
244 | + value &= ~R_CPRMAN_PASSWORD_MASK; | ||
245 | + | ||
246 | + trace_bcm2835_cprman_write(offset, value); | ||
247 | + s->regs[idx] = value; | ||
248 | + | ||
249 | +} | ||
250 | + | ||
251 | +static const MemoryRegionOps cprman_ops = { | ||
252 | + .read = cprman_read, | ||
253 | + .write = cprman_write, | ||
254 | + .endianness = DEVICE_LITTLE_ENDIAN, | ||
255 | + .valid = { | ||
256 | + /* | ||
257 | + * Although this hasn't been checked against real hardware, nor the | ||
258 | + * information can be found in a datasheet, it seems reasonable because | ||
259 | + * of the "PASSWORD" magic value found in every registers. | ||
260 | + */ | ||
261 | + .min_access_size = 4, | ||
262 | + .max_access_size = 4, | ||
263 | + .unaligned = false, | ||
264 | + }, | ||
265 | + .impl = { | ||
266 | + .max_access_size = 4, | ||
267 | + }, | ||
268 | +}; | ||
269 | + | ||
270 | +static void cprman_reset(DeviceState *dev) | ||
271 | +{ | ||
272 | + BCM2835CprmanState *s = CPRMAN(dev); | ||
273 | + | ||
274 | + memset(s->regs, 0, sizeof(s->regs)); | ||
275 | + | ||
276 | + clock_update_hz(s->xosc, s->xosc_freq); | ||
277 | +} | ||
278 | + | ||
279 | +static void cprman_init(Object *obj) | ||
280 | +{ | ||
281 | + BCM2835CprmanState *s = CPRMAN(obj); | ||
282 | + | ||
283 | + s->xosc = clock_new(obj, "xosc"); | ||
284 | + | ||
285 | + memory_region_init_io(&s->iomem, obj, &cprman_ops, | ||
286 | + s, "bcm2835-cprman", 0x2000); | ||
287 | + sysbus_init_mmio(SYS_BUS_DEVICE(obj), &s->iomem); | ||
288 | +} | ||
289 | + | ||
290 | +static const VMStateDescription cprman_vmstate = { | ||
291 | + .name = TYPE_BCM2835_CPRMAN, | ||
292 | + .version_id = 1, | ||
293 | + .minimum_version_id = 1, | ||
294 | + .fields = (VMStateField[]) { | ||
295 | + VMSTATE_UINT32_ARRAY(regs, BCM2835CprmanState, CPRMAN_NUM_REGS), | ||
296 | + VMSTATE_END_OF_LIST() | ||
297 | + } | ||
298 | +}; | ||
299 | + | ||
300 | +static Property cprman_properties[] = { | ||
301 | + DEFINE_PROP_UINT32("xosc-freq-hz", BCM2835CprmanState, xosc_freq, 19200000), | ||
302 | + DEFINE_PROP_END_OF_LIST() | ||
303 | +}; | ||
304 | + | ||
305 | +static void cprman_class_init(ObjectClass *klass, void *data) | ||
306 | +{ | ||
307 | + DeviceClass *dc = DEVICE_CLASS(klass); | ||
308 | + | ||
309 | + dc->reset = cprman_reset; | ||
310 | + dc->vmsd = &cprman_vmstate; | ||
311 | + device_class_set_props(dc, cprman_properties); | ||
312 | +} | ||
313 | + | ||
314 | +static const TypeInfo cprman_info = { | ||
315 | + .name = TYPE_BCM2835_CPRMAN, | ||
316 | + .parent = TYPE_SYS_BUS_DEVICE, | ||
317 | + .instance_size = sizeof(BCM2835CprmanState), | ||
318 | + .class_init = cprman_class_init, | ||
319 | + .instance_init = cprman_init, | ||
320 | +}; | ||
321 | + | ||
322 | +static void cprman_register_types(void) | ||
323 | +{ | ||
324 | + type_register_static(&cprman_info); | ||
325 | +} | ||
326 | + | ||
327 | +type_init(cprman_register_types); | ||
328 | diff --git a/hw/misc/meson.build b/hw/misc/meson.build | ||
329 | index XXXXXXX..XXXXXXX 100644 | ||
330 | --- a/hw/misc/meson.build | ||
331 | +++ b/hw/misc/meson.build | ||
332 | @@ -XXX,XX +XXX,XX @@ softmmu_ss.add(when: 'CONFIG_RASPI', if_true: files( | ||
333 | 'bcm2835_property.c', | ||
334 | 'bcm2835_rng.c', | ||
335 | 'bcm2835_thermal.c', | ||
336 | + 'bcm2835_cprman.c', | ||
337 | )) | ||
338 | softmmu_ss.add(when: 'CONFIG_SLAVIO', if_true: files('slavio_misc.c')) | ||
339 | softmmu_ss.add(when: 'CONFIG_ZYNQ', if_true: files('zynq_slcr.c', 'zynq-xadc.c')) | ||
340 | diff --git a/hw/misc/trace-events b/hw/misc/trace-events | ||
341 | index XXXXXXX..XXXXXXX 100644 | ||
342 | --- a/hw/misc/trace-events | ||
343 | +++ b/hw/misc/trace-events | ||
344 | @@ -XXX,XX +XXX,XX @@ grlib_apb_pnp_read(uint64_t addr, uint32_t value) "APB PnP read addr:0x%03"PRIx6 | ||
345 | # pca9552.c | ||
346 | pca955x_gpio_status(const char *description, const char *buf) "%s GPIOs 0-15 [%s]" | ||
347 | pca955x_gpio_change(const char *description, unsigned id, unsigned prev_state, unsigned current_state) "%s GPIO id:%u status: %u -> %u" | ||
348 | + | ||
349 | +# bcm2835_cprman.c | ||
350 | +bcm2835_cprman_read(uint64_t offset, uint64_t value) "offset:0x%" PRIx64 " value:0x%" PRIx64 | ||
351 | +bcm2835_cprman_write(uint64_t offset, uint64_t value) "offset:0x%" PRIx64 " value:0x%" PRIx64 | ||
352 | +bcm2835_cprman_write_invalid_magic(uint64_t offset, uint64_t value) "offset:0x%" PRIx64 " value:0x%" PRIx64 | ||
77 | -- | 353 | -- |
78 | 2.20.1 | 354 | 2.20.1 |
79 | 355 | ||
80 | 356 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | From: Luc Michel <luc@lmichel.fr> |
---|---|---|---|
2 | 2 | ||
3 | The IRQ values are defined few lines earlier, use them instead of | 3 | There are 5 PLLs in the CPRMAN, namely PLL A, C, D, H and B. All of them |
4 | the magic numbers. | 4 | take the xosc clock as input and produce a new clock. |
5 | 5 | ||
6 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 6 | This commit adds a skeleton implementation for the PLLs as sub-devices |
7 | Message-id: 20201017180731.1165871-3-f4bug@amsat.org | 7 | of the CPRMAN. The PLLs are instantiated and connected internally to the |
8 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 8 | main oscillator. |
9 | |||
10 | Each PLL has 6 registers : CM, A2W_CTRL, A2W_ANA[0,1,2,3], A2W_FRAC. A | ||
11 | write to any of them triggers a call to the (not yet implemented) | ||
12 | pll_update function. | ||
13 | |||
14 | If the main oscillator changes frequency, an update is also triggered. | ||
15 | |||
16 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
17 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
18 | Signed-off-by: Luc Michel <luc@lmichel.fr> | ||
19 | Tested-by: Guenter Roeck <linux@roeck-us.net> | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 20 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | --- | 21 | --- |
11 | hw/intc/bcm2836_control.c | 8 ++++---- | 22 | include/hw/misc/bcm2835_cprman.h | 29 +++++ |
12 | 1 file changed, 4 insertions(+), 4 deletions(-) | 23 | include/hw/misc/bcm2835_cprman_internals.h | 144 +++++++++++++++++++++ |
13 | 24 | hw/misc/bcm2835_cprman.c | 108 ++++++++++++++++ | |
14 | diff --git a/hw/intc/bcm2836_control.c b/hw/intc/bcm2836_control.c | 25 | 3 files changed, 281 insertions(+) |
26 | |||
27 | diff --git a/include/hw/misc/bcm2835_cprman.h b/include/hw/misc/bcm2835_cprman.h | ||
15 | index XXXXXXX..XXXXXXX 100644 | 28 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/hw/intc/bcm2836_control.c | 29 | --- a/include/hw/misc/bcm2835_cprman.h |
17 | +++ b/hw/intc/bcm2836_control.c | 30 | +++ b/include/hw/misc/bcm2835_cprman.h |
18 | @@ -XXX,XX +XXX,XX @@ static void bcm2836_control_set_local_irq(void *opaque, int core, int local_irq, | 31 | @@ -XXX,XX +XXX,XX @@ DECLARE_INSTANCE_CHECKER(BCM2835CprmanState, CPRMAN, |
19 | 32 | ||
20 | static void bcm2836_control_set_local_irq0(void *opaque, int core, int level) | 33 | #define CPRMAN_NUM_REGS (0x2000 / sizeof(uint32_t)) |
34 | |||
35 | +typedef enum CprmanPll { | ||
36 | + CPRMAN_PLLA = 0, | ||
37 | + CPRMAN_PLLC, | ||
38 | + CPRMAN_PLLD, | ||
39 | + CPRMAN_PLLH, | ||
40 | + CPRMAN_PLLB, | ||
41 | + | ||
42 | + CPRMAN_NUM_PLL | ||
43 | +} CprmanPll; | ||
44 | + | ||
45 | +typedef struct CprmanPllState { | ||
46 | + /*< private >*/ | ||
47 | + DeviceState parent_obj; | ||
48 | + | ||
49 | + /*< public >*/ | ||
50 | + CprmanPll id; | ||
51 | + | ||
52 | + uint32_t *reg_cm; | ||
53 | + uint32_t *reg_a2w_ctrl; | ||
54 | + uint32_t *reg_a2w_ana; /* ANA[0] .. ANA[3] */ | ||
55 | + uint32_t prediv_mask; /* prediv bit in ana[1] */ | ||
56 | + uint32_t *reg_a2w_frac; | ||
57 | + | ||
58 | + Clock *xosc_in; | ||
59 | + Clock *out; | ||
60 | +} CprmanPllState; | ||
61 | + | ||
62 | struct BCM2835CprmanState { | ||
63 | /*< private >*/ | ||
64 | SysBusDevice parent_obj; | ||
65 | @@ -XXX,XX +XXX,XX @@ struct BCM2835CprmanState { | ||
66 | /*< public >*/ | ||
67 | MemoryRegion iomem; | ||
68 | |||
69 | + CprmanPllState plls[CPRMAN_NUM_PLL]; | ||
70 | + | ||
71 | uint32_t regs[CPRMAN_NUM_REGS]; | ||
72 | uint32_t xosc_freq; | ||
73 | |||
74 | diff --git a/include/hw/misc/bcm2835_cprman_internals.h b/include/hw/misc/bcm2835_cprman_internals.h | ||
75 | index XXXXXXX..XXXXXXX 100644 | ||
76 | --- a/include/hw/misc/bcm2835_cprman_internals.h | ||
77 | +++ b/include/hw/misc/bcm2835_cprman_internals.h | ||
78 | @@ -XXX,XX +XXX,XX @@ | ||
79 | #include "hw/registerfields.h" | ||
80 | #include "hw/misc/bcm2835_cprman.h" | ||
81 | |||
82 | +#define TYPE_CPRMAN_PLL "bcm2835-cprman-pll" | ||
83 | + | ||
84 | +DECLARE_INSTANCE_CHECKER(CprmanPllState, CPRMAN_PLL, | ||
85 | + TYPE_CPRMAN_PLL) | ||
86 | + | ||
87 | /* Register map */ | ||
88 | |||
89 | +/* PLLs */ | ||
90 | +REG32(CM_PLLA, 0x104) | ||
91 | + FIELD(CM_PLLA, LOADDSI0, 0, 1) | ||
92 | + FIELD(CM_PLLA, HOLDDSI0, 1, 1) | ||
93 | + FIELD(CM_PLLA, LOADCCP2, 2, 1) | ||
94 | + FIELD(CM_PLLA, HOLDCCP2, 3, 1) | ||
95 | + FIELD(CM_PLLA, LOADCORE, 4, 1) | ||
96 | + FIELD(CM_PLLA, HOLDCORE, 5, 1) | ||
97 | + FIELD(CM_PLLA, LOADPER, 6, 1) | ||
98 | + FIELD(CM_PLLA, HOLDPER, 7, 1) | ||
99 | + FIELD(CM_PLLx, ANARST, 8, 1) | ||
100 | +REG32(CM_PLLC, 0x108) | ||
101 | + FIELD(CM_PLLC, LOADCORE0, 0, 1) | ||
102 | + FIELD(CM_PLLC, HOLDCORE0, 1, 1) | ||
103 | + FIELD(CM_PLLC, LOADCORE1, 2, 1) | ||
104 | + FIELD(CM_PLLC, HOLDCORE1, 3, 1) | ||
105 | + FIELD(CM_PLLC, LOADCORE2, 4, 1) | ||
106 | + FIELD(CM_PLLC, HOLDCORE2, 5, 1) | ||
107 | + FIELD(CM_PLLC, LOADPER, 6, 1) | ||
108 | + FIELD(CM_PLLC, HOLDPER, 7, 1) | ||
109 | +REG32(CM_PLLD, 0x10c) | ||
110 | + FIELD(CM_PLLD, LOADDSI0, 0, 1) | ||
111 | + FIELD(CM_PLLD, HOLDDSI0, 1, 1) | ||
112 | + FIELD(CM_PLLD, LOADDSI1, 2, 1) | ||
113 | + FIELD(CM_PLLD, HOLDDSI1, 3, 1) | ||
114 | + FIELD(CM_PLLD, LOADCORE, 4, 1) | ||
115 | + FIELD(CM_PLLD, HOLDCORE, 5, 1) | ||
116 | + FIELD(CM_PLLD, LOADPER, 6, 1) | ||
117 | + FIELD(CM_PLLD, HOLDPER, 7, 1) | ||
118 | +REG32(CM_PLLH, 0x110) | ||
119 | + FIELD(CM_PLLH, LOADPIX, 0, 1) | ||
120 | + FIELD(CM_PLLH, LOADAUX, 1, 1) | ||
121 | + FIELD(CM_PLLH, LOADRCAL, 2, 1) | ||
122 | +REG32(CM_PLLB, 0x170) | ||
123 | + FIELD(CM_PLLB, LOADARM, 0, 1) | ||
124 | + FIELD(CM_PLLB, HOLDARM, 1, 1) | ||
125 | + | ||
126 | +REG32(A2W_PLLA_CTRL, 0x1100) | ||
127 | + FIELD(A2W_PLLx_CTRL, NDIV, 0, 10) | ||
128 | + FIELD(A2W_PLLx_CTRL, PDIV, 12, 3) | ||
129 | + FIELD(A2W_PLLx_CTRL, PWRDN, 16, 1) | ||
130 | + FIELD(A2W_PLLx_CTRL, PRST_DISABLE, 17, 1) | ||
131 | +REG32(A2W_PLLC_CTRL, 0x1120) | ||
132 | +REG32(A2W_PLLD_CTRL, 0x1140) | ||
133 | +REG32(A2W_PLLH_CTRL, 0x1160) | ||
134 | +REG32(A2W_PLLB_CTRL, 0x11e0) | ||
135 | + | ||
136 | +REG32(A2W_PLLA_ANA0, 0x1010) | ||
137 | +REG32(A2W_PLLA_ANA1, 0x1014) | ||
138 | + FIELD(A2W_PLLx_ANA1, FB_PREDIV, 14, 1) | ||
139 | +REG32(A2W_PLLA_ANA2, 0x1018) | ||
140 | +REG32(A2W_PLLA_ANA3, 0x101c) | ||
141 | + | ||
142 | +REG32(A2W_PLLC_ANA0, 0x1030) | ||
143 | +REG32(A2W_PLLC_ANA1, 0x1034) | ||
144 | +REG32(A2W_PLLC_ANA2, 0x1038) | ||
145 | +REG32(A2W_PLLC_ANA3, 0x103c) | ||
146 | + | ||
147 | +REG32(A2W_PLLD_ANA0, 0x1050) | ||
148 | +REG32(A2W_PLLD_ANA1, 0x1054) | ||
149 | +REG32(A2W_PLLD_ANA2, 0x1058) | ||
150 | +REG32(A2W_PLLD_ANA3, 0x105c) | ||
151 | + | ||
152 | +REG32(A2W_PLLH_ANA0, 0x1070) | ||
153 | +REG32(A2W_PLLH_ANA1, 0x1074) | ||
154 | + FIELD(A2W_PLLH_ANA1, FB_PREDIV, 11, 1) | ||
155 | +REG32(A2W_PLLH_ANA2, 0x1078) | ||
156 | +REG32(A2W_PLLH_ANA3, 0x107c) | ||
157 | + | ||
158 | +REG32(A2W_PLLB_ANA0, 0x10f0) | ||
159 | +REG32(A2W_PLLB_ANA1, 0x10f4) | ||
160 | +REG32(A2W_PLLB_ANA2, 0x10f8) | ||
161 | +REG32(A2W_PLLB_ANA3, 0x10fc) | ||
162 | + | ||
163 | +REG32(A2W_PLLA_FRAC, 0x1200) | ||
164 | + FIELD(A2W_PLLx_FRAC, FRAC, 0, 20) | ||
165 | +REG32(A2W_PLLC_FRAC, 0x1220) | ||
166 | +REG32(A2W_PLLD_FRAC, 0x1240) | ||
167 | +REG32(A2W_PLLH_FRAC, 0x1260) | ||
168 | +REG32(A2W_PLLB_FRAC, 0x12e0) | ||
169 | + | ||
170 | /* | ||
171 | * This field is common to all registers. Each register write value must match | ||
172 | * the CPRMAN_PASSWORD magic value in its 8 MSB. | ||
173 | @@ -XXX,XX +XXX,XX @@ | ||
174 | FIELD(CPRMAN, PASSWORD, 24, 8) | ||
175 | #define CPRMAN_PASSWORD 0x5a | ||
176 | |||
177 | +/* PLL init info */ | ||
178 | +typedef struct PLLInitInfo { | ||
179 | + const char *name; | ||
180 | + size_t cm_offset; | ||
181 | + size_t a2w_ctrl_offset; | ||
182 | + size_t a2w_ana_offset; | ||
183 | + uint32_t prediv_mask; /* Prediv bit in ana[1] */ | ||
184 | + size_t a2w_frac_offset; | ||
185 | +} PLLInitInfo; | ||
186 | + | ||
187 | +#define FILL_PLL_INIT_INFO(pll_) \ | ||
188 | + .cm_offset = R_CM_ ## pll_, \ | ||
189 | + .a2w_ctrl_offset = R_A2W_ ## pll_ ## _CTRL, \ | ||
190 | + .a2w_ana_offset = R_A2W_ ## pll_ ## _ANA0, \ | ||
191 | + .a2w_frac_offset = R_A2W_ ## pll_ ## _FRAC | ||
192 | + | ||
193 | +static const PLLInitInfo PLL_INIT_INFO[] = { | ||
194 | + [CPRMAN_PLLA] = { | ||
195 | + .name = "plla", | ||
196 | + .prediv_mask = R_A2W_PLLx_ANA1_FB_PREDIV_MASK, | ||
197 | + FILL_PLL_INIT_INFO(PLLA), | ||
198 | + }, | ||
199 | + [CPRMAN_PLLC] = { | ||
200 | + .name = "pllc", | ||
201 | + .prediv_mask = R_A2W_PLLx_ANA1_FB_PREDIV_MASK, | ||
202 | + FILL_PLL_INIT_INFO(PLLC), | ||
203 | + }, | ||
204 | + [CPRMAN_PLLD] = { | ||
205 | + .name = "plld", | ||
206 | + .prediv_mask = R_A2W_PLLx_ANA1_FB_PREDIV_MASK, | ||
207 | + FILL_PLL_INIT_INFO(PLLD), | ||
208 | + }, | ||
209 | + [CPRMAN_PLLH] = { | ||
210 | + .name = "pllh", | ||
211 | + .prediv_mask = R_A2W_PLLH_ANA1_FB_PREDIV_MASK, | ||
212 | + FILL_PLL_INIT_INFO(PLLH), | ||
213 | + }, | ||
214 | + [CPRMAN_PLLB] = { | ||
215 | + .name = "pllb", | ||
216 | + .prediv_mask = R_A2W_PLLx_ANA1_FB_PREDIV_MASK, | ||
217 | + FILL_PLL_INIT_INFO(PLLB), | ||
218 | + }, | ||
219 | +}; | ||
220 | + | ||
221 | +#undef FILL_PLL_CHANNEL_INIT_INFO | ||
222 | + | ||
223 | +static inline void set_pll_init_info(BCM2835CprmanState *s, | ||
224 | + CprmanPllState *pll, | ||
225 | + CprmanPll id) | ||
226 | +{ | ||
227 | + pll->id = id; | ||
228 | + pll->reg_cm = &s->regs[PLL_INIT_INFO[id].cm_offset]; | ||
229 | + pll->reg_a2w_ctrl = &s->regs[PLL_INIT_INFO[id].a2w_ctrl_offset]; | ||
230 | + pll->reg_a2w_ana = &s->regs[PLL_INIT_INFO[id].a2w_ana_offset]; | ||
231 | + pll->prediv_mask = PLL_INIT_INFO[id].prediv_mask; | ||
232 | + pll->reg_a2w_frac = &s->regs[PLL_INIT_INFO[id].a2w_frac_offset]; | ||
233 | +} | ||
234 | + | ||
235 | #endif | ||
236 | diff --git a/hw/misc/bcm2835_cprman.c b/hw/misc/bcm2835_cprman.c | ||
237 | index XXXXXXX..XXXXXXX 100644 | ||
238 | --- a/hw/misc/bcm2835_cprman.c | ||
239 | +++ b/hw/misc/bcm2835_cprman.c | ||
240 | @@ -XXX,XX +XXX,XX @@ | ||
241 | #include "hw/misc/bcm2835_cprman_internals.h" | ||
242 | #include "trace.h" | ||
243 | |||
244 | +/* PLL */ | ||
245 | + | ||
246 | +static void pll_update(CprmanPllState *pll) | ||
247 | +{ | ||
248 | + clock_update(pll->out, 0); | ||
249 | +} | ||
250 | + | ||
251 | +static void pll_xosc_update(void *opaque) | ||
252 | +{ | ||
253 | + pll_update(CPRMAN_PLL(opaque)); | ||
254 | +} | ||
255 | + | ||
256 | +static void pll_init(Object *obj) | ||
257 | +{ | ||
258 | + CprmanPllState *s = CPRMAN_PLL(obj); | ||
259 | + | ||
260 | + s->xosc_in = qdev_init_clock_in(DEVICE(s), "xosc-in", pll_xosc_update, s); | ||
261 | + s->out = qdev_init_clock_out(DEVICE(s), "out"); | ||
262 | +} | ||
263 | + | ||
264 | +static const VMStateDescription pll_vmstate = { | ||
265 | + .name = TYPE_CPRMAN_PLL, | ||
266 | + .version_id = 1, | ||
267 | + .minimum_version_id = 1, | ||
268 | + .fields = (VMStateField[]) { | ||
269 | + VMSTATE_CLOCK(xosc_in, CprmanPllState), | ||
270 | + VMSTATE_END_OF_LIST() | ||
271 | + } | ||
272 | +}; | ||
273 | + | ||
274 | +static void pll_class_init(ObjectClass *klass, void *data) | ||
275 | +{ | ||
276 | + DeviceClass *dc = DEVICE_CLASS(klass); | ||
277 | + | ||
278 | + dc->vmsd = &pll_vmstate; | ||
279 | +} | ||
280 | + | ||
281 | +static const TypeInfo cprman_pll_info = { | ||
282 | + .name = TYPE_CPRMAN_PLL, | ||
283 | + .parent = TYPE_DEVICE, | ||
284 | + .instance_size = sizeof(CprmanPllState), | ||
285 | + .class_init = pll_class_init, | ||
286 | + .instance_init = pll_init, | ||
287 | +}; | ||
288 | + | ||
289 | + | ||
290 | /* CPRMAN "top level" model */ | ||
291 | |||
292 | static uint64_t cprman_read(void *opaque, hwaddr offset, | ||
293 | @@ -XXX,XX +XXX,XX @@ static uint64_t cprman_read(void *opaque, hwaddr offset, | ||
294 | return r; | ||
295 | } | ||
296 | |||
297 | +#define CASE_PLL_REGS(pll_) \ | ||
298 | + case R_CM_ ## pll_: \ | ||
299 | + case R_A2W_ ## pll_ ## _CTRL: \ | ||
300 | + case R_A2W_ ## pll_ ## _ANA0: \ | ||
301 | + case R_A2W_ ## pll_ ## _ANA1: \ | ||
302 | + case R_A2W_ ## pll_ ## _ANA2: \ | ||
303 | + case R_A2W_ ## pll_ ## _ANA3: \ | ||
304 | + case R_A2W_ ## pll_ ## _FRAC | ||
305 | + | ||
306 | static void cprman_write(void *opaque, hwaddr offset, | ||
307 | uint64_t value, unsigned size) | ||
21 | { | 308 | { |
22 | - bcm2836_control_set_local_irq(opaque, core, 0, level); | 309 | @@ -XXX,XX +XXX,XX @@ static void cprman_write(void *opaque, hwaddr offset, |
23 | + bcm2836_control_set_local_irq(opaque, core, IRQ_CNTPSIRQ, level); | 310 | trace_bcm2835_cprman_write(offset, value); |
311 | s->regs[idx] = value; | ||
312 | |||
313 | + switch (idx) { | ||
314 | + CASE_PLL_REGS(PLLA) : | ||
315 | + pll_update(&s->plls[CPRMAN_PLLA]); | ||
316 | + break; | ||
317 | + | ||
318 | + CASE_PLL_REGS(PLLC) : | ||
319 | + pll_update(&s->plls[CPRMAN_PLLC]); | ||
320 | + break; | ||
321 | + | ||
322 | + CASE_PLL_REGS(PLLD) : | ||
323 | + pll_update(&s->plls[CPRMAN_PLLD]); | ||
324 | + break; | ||
325 | + | ||
326 | + CASE_PLL_REGS(PLLH) : | ||
327 | + pll_update(&s->plls[CPRMAN_PLLH]); | ||
328 | + break; | ||
329 | + | ||
330 | + CASE_PLL_REGS(PLLB) : | ||
331 | + pll_update(&s->plls[CPRMAN_PLLB]); | ||
332 | + break; | ||
333 | + } | ||
24 | } | 334 | } |
25 | 335 | ||
26 | static void bcm2836_control_set_local_irq1(void *opaque, int core, int level) | 336 | +#undef CASE_PLL_REGS |
337 | + | ||
338 | static const MemoryRegionOps cprman_ops = { | ||
339 | .read = cprman_read, | ||
340 | .write = cprman_write, | ||
341 | @@ -XXX,XX +XXX,XX @@ static const MemoryRegionOps cprman_ops = { | ||
342 | static void cprman_reset(DeviceState *dev) | ||
27 | { | 343 | { |
28 | - bcm2836_control_set_local_irq(opaque, core, 1, level); | 344 | BCM2835CprmanState *s = CPRMAN(dev); |
29 | + bcm2836_control_set_local_irq(opaque, core, IRQ_CNTPNSIRQ, level); | 345 | + size_t i; |
346 | |||
347 | memset(s->regs, 0, sizeof(s->regs)); | ||
348 | |||
349 | + for (i = 0; i < CPRMAN_NUM_PLL; i++) { | ||
350 | + device_cold_reset(DEVICE(&s->plls[i])); | ||
351 | + } | ||
352 | + | ||
353 | clock_update_hz(s->xosc, s->xosc_freq); | ||
30 | } | 354 | } |
31 | 355 | ||
32 | static void bcm2836_control_set_local_irq2(void *opaque, int core, int level) | 356 | static void cprman_init(Object *obj) |
33 | { | 357 | { |
34 | - bcm2836_control_set_local_irq(opaque, core, 2, level); | 358 | BCM2835CprmanState *s = CPRMAN(obj); |
35 | + bcm2836_control_set_local_irq(opaque, core, IRQ_CNTHPIRQ, level); | 359 | + size_t i; |
360 | + | ||
361 | + for (i = 0; i < CPRMAN_NUM_PLL; i++) { | ||
362 | + object_initialize_child(obj, PLL_INIT_INFO[i].name, | ||
363 | + &s->plls[i], TYPE_CPRMAN_PLL); | ||
364 | + set_pll_init_info(s, &s->plls[i], i); | ||
365 | + } | ||
366 | |||
367 | s->xosc = clock_new(obj, "xosc"); | ||
368 | |||
369 | @@ -XXX,XX +XXX,XX @@ static void cprman_init(Object *obj) | ||
370 | sysbus_init_mmio(SYS_BUS_DEVICE(obj), &s->iomem); | ||
36 | } | 371 | } |
37 | 372 | ||
38 | static void bcm2836_control_set_local_irq3(void *opaque, int core, int level) | 373 | +static void cprman_realize(DeviceState *dev, Error **errp) |
374 | +{ | ||
375 | + BCM2835CprmanState *s = CPRMAN(dev); | ||
376 | + size_t i; | ||
377 | + | ||
378 | + for (i = 0; i < CPRMAN_NUM_PLL; i++) { | ||
379 | + CprmanPllState *pll = &s->plls[i]; | ||
380 | + | ||
381 | + clock_set_source(pll->xosc_in, s->xosc); | ||
382 | + | ||
383 | + if (!qdev_realize(DEVICE(pll), NULL, errp)) { | ||
384 | + return; | ||
385 | + } | ||
386 | + } | ||
387 | +} | ||
388 | + | ||
389 | static const VMStateDescription cprman_vmstate = { | ||
390 | .name = TYPE_BCM2835_CPRMAN, | ||
391 | .version_id = 1, | ||
392 | @@ -XXX,XX +XXX,XX @@ static void cprman_class_init(ObjectClass *klass, void *data) | ||
39 | { | 393 | { |
40 | - bcm2836_control_set_local_irq(opaque, core, 3, level); | 394 | DeviceClass *dc = DEVICE_CLASS(klass); |
41 | + bcm2836_control_set_local_irq(opaque, core, IRQ_CNTVIRQ, level); | 395 | |
396 | + dc->realize = cprman_realize; | ||
397 | dc->reset = cprman_reset; | ||
398 | dc->vmsd = &cprman_vmstate; | ||
399 | device_class_set_props(dc, cprman_properties); | ||
400 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo cprman_info = { | ||
401 | static void cprman_register_types(void) | ||
402 | { | ||
403 | type_register_static(&cprman_info); | ||
404 | + type_register_static(&cprman_pll_info); | ||
42 | } | 405 | } |
43 | 406 | ||
44 | static void bcm2836_control_set_gpu_irq(void *opaque, int irq, int level) | 407 | type_init(cprman_register_types); |
45 | -- | 408 | -- |
46 | 2.20.1 | 409 | 2.20.1 |
47 | 410 | ||
48 | 411 | diff view generated by jsdifflib |
1 | v8.1M brings four new insns to M-profile: | 1 | From: Luc Michel <luc@lmichel.fr> |
---|---|---|---|
2 | * CSEL : Rd = cond ? Rn : Rm | ||
3 | * CSINC : Rd = cond ? Rn : Rm+1 | ||
4 | * CSINV : Rd = cond ? Rn : ~Rm | ||
5 | * CSNEG : Rd = cond ? Rn : -Rm | ||
6 | 2 | ||
7 | Implement these. | 3 | The CPRMAN PLLs generate a clock based on a prescaler, a multiplier and |
4 | a divider. The prescaler doubles the parent (xosc) frequency, then the | ||
5 | multiplier/divider are applied. The multiplier has an integer and a | ||
6 | fractional part. | ||
8 | 7 | ||
9 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 8 | This commit also implements the CPRMAN CM_LOCK register. This register |
9 | reports which PLL is currently locked. We consider a PLL has being | ||
10 | locked as soon as it is enabled (on real hardware, there is a delay | ||
11 | after turning a PLL on, for it to stabilize). | ||
12 | |||
13 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
14 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
15 | Signed-off-by: Luc Michel <luc@lmichel.fr> | ||
16 | Tested-by: Guenter Roeck <linux@roeck-us.net> | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 17 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | Message-id: 20201019151301.2046-4-peter.maydell@linaro.org | ||
12 | --- | 18 | --- |
13 | target/arm/t32.decode | 3 +++ | 19 | include/hw/misc/bcm2835_cprman_internals.h | 8 +++ |
14 | target/arm/translate.c | 60 ++++++++++++++++++++++++++++++++++++++++++ | 20 | hw/misc/bcm2835_cprman.c | 64 +++++++++++++++++++++- |
15 | 2 files changed, 63 insertions(+) | 21 | 2 files changed, 71 insertions(+), 1 deletion(-) |
16 | 22 | ||
17 | diff --git a/target/arm/t32.decode b/target/arm/t32.decode | 23 | diff --git a/include/hw/misc/bcm2835_cprman_internals.h b/include/hw/misc/bcm2835_cprman_internals.h |
18 | index XXXXXXX..XXXXXXX 100644 | 24 | index XXXXXXX..XXXXXXX 100644 |
19 | --- a/target/arm/t32.decode | 25 | --- a/include/hw/misc/bcm2835_cprman_internals.h |
20 | +++ b/target/arm/t32.decode | 26 | +++ b/include/hw/misc/bcm2835_cprman_internals.h |
21 | @@ -XXX,XX +XXX,XX @@ SBC_rrri 1110101 1011 . .... 0 ... .... .... .... @s_rrr_shi | 27 | @@ -XXX,XX +XXX,XX @@ REG32(A2W_PLLD_FRAC, 0x1240) |
22 | } | 28 | REG32(A2W_PLLH_FRAC, 0x1260) |
23 | RSB_rrri 1110101 1110 . .... 0 ... .... .... .... @s_rrr_shi | 29 | REG32(A2W_PLLB_FRAC, 0x12e0) |
24 | 30 | ||
25 | +# v8.1M CSEL and friends | 31 | +/* misc registers */ |
26 | +CSEL 1110101 0010 1 rn:4 10 op:2 rd:4 fcond:4 rm:4 | 32 | +REG32(CM_LOCK, 0x114) |
33 | + FIELD(CM_LOCK, FLOCKH, 12, 1) | ||
34 | + FIELD(CM_LOCK, FLOCKD, 11, 1) | ||
35 | + FIELD(CM_LOCK, FLOCKC, 10, 1) | ||
36 | + FIELD(CM_LOCK, FLOCKB, 9, 1) | ||
37 | + FIELD(CM_LOCK, FLOCKA, 8, 1) | ||
27 | + | 38 | + |
28 | # Data-processing (register-shifted register) | 39 | /* |
29 | 40 | * This field is common to all registers. Each register write value must match | |
30 | MOV_rxrr 1111 1010 0 shty:2 s:1 rm:4 1111 rd:4 0000 rs:4 \ | 41 | * the CPRMAN_PASSWORD magic value in its 8 MSB. |
31 | diff --git a/target/arm/translate.c b/target/arm/translate.c | 42 | diff --git a/hw/misc/bcm2835_cprman.c b/hw/misc/bcm2835_cprman.c |
32 | index XXXXXXX..XXXXXXX 100644 | 43 | index XXXXXXX..XXXXXXX 100644 |
33 | --- a/target/arm/translate.c | 44 | --- a/hw/misc/bcm2835_cprman.c |
34 | +++ b/target/arm/translate.c | 45 | +++ b/hw/misc/bcm2835_cprman.c |
35 | @@ -XXX,XX +XXX,XX @@ static bool trans_IT(DisasContext *s, arg_IT *a) | 46 | @@ -XXX,XX +XXX,XX @@ |
36 | return true; | 47 | |
37 | } | 48 | /* PLL */ |
38 | 49 | ||
39 | +/* v8.1M CSEL/CSINC/CSNEG/CSINV */ | 50 | +static bool pll_is_locked(const CprmanPllState *pll) |
40 | +static bool trans_CSEL(DisasContext *s, arg_CSEL *a) | ||
41 | +{ | 51 | +{ |
42 | + TCGv_i32 rn, rm, zero; | 52 | + return !FIELD_EX32(*pll->reg_a2w_ctrl, A2W_PLLx_CTRL, PWRDN) |
43 | + DisasCompare c; | 53 | + && !FIELD_EX32(*pll->reg_cm, CM_PLLx, ANARST); |
54 | +} | ||
44 | + | 55 | + |
45 | + if (!arm_dc_feature(s, ARM_FEATURE_V8_1M)) { | 56 | static void pll_update(CprmanPllState *pll) |
46 | + return false; | 57 | { |
58 | - clock_update(pll->out, 0); | ||
59 | + uint64_t freq, ndiv, fdiv, pdiv; | ||
60 | + | ||
61 | + if (!pll_is_locked(pll)) { | ||
62 | + clock_update(pll->out, 0); | ||
63 | + return; | ||
47 | + } | 64 | + } |
48 | + | 65 | + |
49 | + if (a->rm == 13) { | 66 | + pdiv = FIELD_EX32(*pll->reg_a2w_ctrl, A2W_PLLx_CTRL, PDIV); |
50 | + /* SEE "Related encodings" (MVE shifts) */ | 67 | + |
51 | + return false; | 68 | + if (!pdiv) { |
69 | + clock_update(pll->out, 0); | ||
70 | + return; | ||
52 | + } | 71 | + } |
53 | + | 72 | + |
54 | + if (a->rd == 13 || a->rd == 15 || a->rn == 13 || a->fcond >= 14) { | 73 | + ndiv = FIELD_EX32(*pll->reg_a2w_ctrl, A2W_PLLx_CTRL, NDIV); |
55 | + /* CONSTRAINED UNPREDICTABLE: we choose to UNDEF */ | 74 | + fdiv = FIELD_EX32(*pll->reg_a2w_frac, A2W_PLLx_FRAC, FRAC); |
56 | + return false; | 75 | + |
76 | + if (pll->reg_a2w_ana[1] & pll->prediv_mask) { | ||
77 | + /* The prescaler doubles the parent frequency */ | ||
78 | + ndiv *= 2; | ||
79 | + fdiv *= 2; | ||
57 | + } | 80 | + } |
58 | + | 81 | + |
59 | + /* In this insn input reg fields of 0b1111 mean "zero", not "PC" */ | 82 | + /* |
60 | + if (a->rn == 15) { | 83 | + * We have a multiplier with an integer part (ndiv) and a fractional part |
61 | + rn = tcg_const_i32(0); | 84 | + * (fdiv), and a divider (pdiv). |
62 | + } else { | 85 | + */ |
63 | + rn = load_reg(s, a->rn); | 86 | + freq = clock_get_hz(pll->xosc_in) * |
64 | + } | 87 | + ((ndiv << R_A2W_PLLx_FRAC_FRAC_LENGTH) + fdiv); |
65 | + if (a->rm == 15) { | 88 | + freq /= pdiv; |
66 | + rm = tcg_const_i32(0); | 89 | + freq >>= R_A2W_PLLx_FRAC_FRAC_LENGTH; |
67 | + } else { | 90 | + |
68 | + rm = load_reg(s, a->rm); | 91 | + clock_update_hz(pll->out, freq); |
92 | } | ||
93 | |||
94 | static void pll_xosc_update(void *opaque) | ||
95 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo cprman_pll_info = { | ||
96 | |||
97 | /* CPRMAN "top level" model */ | ||
98 | |||
99 | +static uint32_t get_cm_lock(const BCM2835CprmanState *s) | ||
100 | +{ | ||
101 | + static const int CM_LOCK_MAPPING[CPRMAN_NUM_PLL] = { | ||
102 | + [CPRMAN_PLLA] = R_CM_LOCK_FLOCKA_SHIFT, | ||
103 | + [CPRMAN_PLLC] = R_CM_LOCK_FLOCKC_SHIFT, | ||
104 | + [CPRMAN_PLLD] = R_CM_LOCK_FLOCKD_SHIFT, | ||
105 | + [CPRMAN_PLLH] = R_CM_LOCK_FLOCKH_SHIFT, | ||
106 | + [CPRMAN_PLLB] = R_CM_LOCK_FLOCKB_SHIFT, | ||
107 | + }; | ||
108 | + | ||
109 | + uint32_t r = 0; | ||
110 | + size_t i; | ||
111 | + | ||
112 | + for (i = 0; i < CPRMAN_NUM_PLL; i++) { | ||
113 | + r |= pll_is_locked(&s->plls[i]) << CM_LOCK_MAPPING[i]; | ||
69 | + } | 114 | + } |
70 | + | 115 | + |
71 | + switch (a->op) { | 116 | + return r; |
72 | + case 0: /* CSEL */ | ||
73 | + break; | ||
74 | + case 1: /* CSINC */ | ||
75 | + tcg_gen_addi_i32(rm, rm, 1); | ||
76 | + break; | ||
77 | + case 2: /* CSINV */ | ||
78 | + tcg_gen_not_i32(rm, rm); | ||
79 | + break; | ||
80 | + case 3: /* CSNEG */ | ||
81 | + tcg_gen_neg_i32(rm, rm); | ||
82 | + break; | ||
83 | + default: | ||
84 | + g_assert_not_reached(); | ||
85 | + } | ||
86 | + | ||
87 | + arm_test_cc(&c, a->fcond); | ||
88 | + zero = tcg_const_i32(0); | ||
89 | + tcg_gen_movcond_i32(c.cond, rn, c.value, zero, rn, rm); | ||
90 | + arm_free_cc(&c); | ||
91 | + tcg_temp_free_i32(zero); | ||
92 | + | ||
93 | + store_reg(s, a->rd, rn); | ||
94 | + tcg_temp_free_i32(rm); | ||
95 | + | ||
96 | + return true; | ||
97 | +} | 117 | +} |
98 | + | 118 | + |
99 | /* | 119 | static uint64_t cprman_read(void *opaque, hwaddr offset, |
100 | * Legacy decoder. | 120 | unsigned size) |
101 | */ | 121 | { |
122 | @@ -XXX,XX +XXX,XX @@ static uint64_t cprman_read(void *opaque, hwaddr offset, | ||
123 | size_t idx = offset / sizeof(uint32_t); | ||
124 | |||
125 | switch (idx) { | ||
126 | + case R_CM_LOCK: | ||
127 | + r = get_cm_lock(s); | ||
128 | + break; | ||
129 | + | ||
130 | default: | ||
131 | r = s->regs[idx]; | ||
132 | } | ||
102 | -- | 133 | -- |
103 | 2.20.1 | 134 | 2.20.1 |
104 | 135 | ||
105 | 136 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Luc Michel <luc@lmichel.fr> |
---|---|---|---|
2 | 2 | ||
3 | We already have the full ARMMMUIdx as computed from the | 3 | PLLs are composed of multiple channels. Each channel outputs one clock |
4 | function parameter. | 4 | signal. They are modeled as one device taking the PLL generated clock as |
5 | 5 | input, and outputting a new clock. | |
6 | For the purpose of regime_has_2_ranges, we can ignore any | 6 | |
7 | difference between AccType_Normal and AccType_Unpriv, which | 7 | A channel shares the CM register with its parent PLL, and has its own |
8 | would be the only difference between the passed mmu_idx | 8 | A2W_CTRL register. A write to the CM register will trigger an update of |
9 | and arm_mmu_idx_el. | 9 | the PLL and all its channels, while a write to an A2W_CTRL channel |
10 | 10 | register will update the required channel only. | |
11 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 11 | |
12 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 12 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
13 | Reviewed-by: Vincenzo Frascino <vincenzo.frascino@arm.com> | 13 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
14 | Tested-by: Vincenzo Frascino <vincenzo.frascino@arm.com> | 14 | Signed-off-by: Luc Michel <luc@lmichel.fr> |
15 | Message-id: 20201008162155.161886-2-richard.henderson@linaro.org | 15 | Tested-by: Guenter Roeck <linux@roeck-us.net> |
16 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 16 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
17 | --- | 17 | --- |
18 | target/arm/mte_helper.c | 3 +-- | 18 | include/hw/misc/bcm2835_cprman.h | 44 ++++++ |
19 | 1 file changed, 1 insertion(+), 2 deletions(-) | 19 | include/hw/misc/bcm2835_cprman_internals.h | 146 +++++++++++++++++++ |
20 | 20 | hw/misc/bcm2835_cprman.c | 155 +++++++++++++++++++-- | |
21 | diff --git a/target/arm/mte_helper.c b/target/arm/mte_helper.c | 21 | 3 files changed, 337 insertions(+), 8 deletions(-) |
22 | |||
23 | diff --git a/include/hw/misc/bcm2835_cprman.h b/include/hw/misc/bcm2835_cprman.h | ||
22 | index XXXXXXX..XXXXXXX 100644 | 24 | index XXXXXXX..XXXXXXX 100644 |
23 | --- a/target/arm/mte_helper.c | 25 | --- a/include/hw/misc/bcm2835_cprman.h |
24 | +++ b/target/arm/mte_helper.c | 26 | +++ b/include/hw/misc/bcm2835_cprman.h |
25 | @@ -XXX,XX +XXX,XX @@ static void mte_check_fail(CPUARMState *env, uint32_t desc, | 27 | @@ -XXX,XX +XXX,XX @@ typedef enum CprmanPll { |
26 | 28 | CPRMAN_NUM_PLL | |
27 | case 2: | 29 | } CprmanPll; |
28 | /* Tag check fail causes asynchronous flag set. */ | 30 | |
29 | - mmu_idx = arm_mmu_idx_el(env, el); | 31 | +typedef enum CprmanPllChannel { |
30 | - if (regime_has_2_ranges(mmu_idx)) { | 32 | + CPRMAN_PLLA_CHANNEL_DSI0 = 0, |
31 | + if (regime_has_2_ranges(arm_mmu_idx)) { | 33 | + CPRMAN_PLLA_CHANNEL_CORE, |
32 | select = extract64(dirty_ptr, 55, 1); | 34 | + CPRMAN_PLLA_CHANNEL_PER, |
33 | } else { | 35 | + CPRMAN_PLLA_CHANNEL_CCP2, |
34 | select = 0; | 36 | + |
37 | + CPRMAN_PLLC_CHANNEL_CORE2, | ||
38 | + CPRMAN_PLLC_CHANNEL_CORE1, | ||
39 | + CPRMAN_PLLC_CHANNEL_PER, | ||
40 | + CPRMAN_PLLC_CHANNEL_CORE0, | ||
41 | + | ||
42 | + CPRMAN_PLLD_CHANNEL_DSI0, | ||
43 | + CPRMAN_PLLD_CHANNEL_CORE, | ||
44 | + CPRMAN_PLLD_CHANNEL_PER, | ||
45 | + CPRMAN_PLLD_CHANNEL_DSI1, | ||
46 | + | ||
47 | + CPRMAN_PLLH_CHANNEL_AUX, | ||
48 | + CPRMAN_PLLH_CHANNEL_RCAL, | ||
49 | + CPRMAN_PLLH_CHANNEL_PIX, | ||
50 | + | ||
51 | + CPRMAN_PLLB_CHANNEL_ARM, | ||
52 | + | ||
53 | + CPRMAN_NUM_PLL_CHANNEL, | ||
54 | +} CprmanPllChannel; | ||
55 | + | ||
56 | typedef struct CprmanPllState { | ||
57 | /*< private >*/ | ||
58 | DeviceState parent_obj; | ||
59 | @@ -XXX,XX +XXX,XX @@ typedef struct CprmanPllState { | ||
60 | Clock *out; | ||
61 | } CprmanPllState; | ||
62 | |||
63 | +typedef struct CprmanPllChannelState { | ||
64 | + /*< private >*/ | ||
65 | + DeviceState parent_obj; | ||
66 | + | ||
67 | + /*< public >*/ | ||
68 | + CprmanPllChannel id; | ||
69 | + CprmanPll parent; | ||
70 | + | ||
71 | + uint32_t *reg_cm; | ||
72 | + uint32_t hold_mask; | ||
73 | + uint32_t load_mask; | ||
74 | + uint32_t *reg_a2w_ctrl; | ||
75 | + int fixed_divider; | ||
76 | + | ||
77 | + Clock *pll_in; | ||
78 | + Clock *out; | ||
79 | +} CprmanPllChannelState; | ||
80 | + | ||
81 | struct BCM2835CprmanState { | ||
82 | /*< private >*/ | ||
83 | SysBusDevice parent_obj; | ||
84 | @@ -XXX,XX +XXX,XX @@ struct BCM2835CprmanState { | ||
85 | MemoryRegion iomem; | ||
86 | |||
87 | CprmanPllState plls[CPRMAN_NUM_PLL]; | ||
88 | + CprmanPllChannelState channels[CPRMAN_NUM_PLL_CHANNEL]; | ||
89 | |||
90 | uint32_t regs[CPRMAN_NUM_REGS]; | ||
91 | uint32_t xosc_freq; | ||
92 | diff --git a/include/hw/misc/bcm2835_cprman_internals.h b/include/hw/misc/bcm2835_cprman_internals.h | ||
93 | index XXXXXXX..XXXXXXX 100644 | ||
94 | --- a/include/hw/misc/bcm2835_cprman_internals.h | ||
95 | +++ b/include/hw/misc/bcm2835_cprman_internals.h | ||
96 | @@ -XXX,XX +XXX,XX @@ | ||
97 | #include "hw/misc/bcm2835_cprman.h" | ||
98 | |||
99 | #define TYPE_CPRMAN_PLL "bcm2835-cprman-pll" | ||
100 | +#define TYPE_CPRMAN_PLL_CHANNEL "bcm2835-cprman-pll-channel" | ||
101 | |||
102 | DECLARE_INSTANCE_CHECKER(CprmanPllState, CPRMAN_PLL, | ||
103 | TYPE_CPRMAN_PLL) | ||
104 | +DECLARE_INSTANCE_CHECKER(CprmanPllChannelState, CPRMAN_PLL_CHANNEL, | ||
105 | + TYPE_CPRMAN_PLL_CHANNEL) | ||
106 | |||
107 | /* Register map */ | ||
108 | |||
109 | @@ -XXX,XX +XXX,XX @@ REG32(A2W_PLLD_FRAC, 0x1240) | ||
110 | REG32(A2W_PLLH_FRAC, 0x1260) | ||
111 | REG32(A2W_PLLB_FRAC, 0x12e0) | ||
112 | |||
113 | +/* PLL channels */ | ||
114 | +REG32(A2W_PLLA_DSI0, 0x1300) | ||
115 | + FIELD(A2W_PLLx_CHANNELy, DIV, 0, 8) | ||
116 | + FIELD(A2W_PLLx_CHANNELy, DISABLE, 8, 1) | ||
117 | +REG32(A2W_PLLA_CORE, 0x1400) | ||
118 | +REG32(A2W_PLLA_PER, 0x1500) | ||
119 | +REG32(A2W_PLLA_CCP2, 0x1600) | ||
120 | + | ||
121 | +REG32(A2W_PLLC_CORE2, 0x1320) | ||
122 | +REG32(A2W_PLLC_CORE1, 0x1420) | ||
123 | +REG32(A2W_PLLC_PER, 0x1520) | ||
124 | +REG32(A2W_PLLC_CORE0, 0x1620) | ||
125 | + | ||
126 | +REG32(A2W_PLLD_DSI0, 0x1340) | ||
127 | +REG32(A2W_PLLD_CORE, 0x1440) | ||
128 | +REG32(A2W_PLLD_PER, 0x1540) | ||
129 | +REG32(A2W_PLLD_DSI1, 0x1640) | ||
130 | + | ||
131 | +REG32(A2W_PLLH_AUX, 0x1360) | ||
132 | +REG32(A2W_PLLH_RCAL, 0x1460) | ||
133 | +REG32(A2W_PLLH_PIX, 0x1560) | ||
134 | +REG32(A2W_PLLH_STS, 0x1660) | ||
135 | + | ||
136 | +REG32(A2W_PLLB_ARM, 0x13e0) | ||
137 | + | ||
138 | /* misc registers */ | ||
139 | REG32(CM_LOCK, 0x114) | ||
140 | FIELD(CM_LOCK, FLOCKH, 12, 1) | ||
141 | @@ -XXX,XX +XXX,XX @@ static inline void set_pll_init_info(BCM2835CprmanState *s, | ||
142 | pll->reg_a2w_frac = &s->regs[PLL_INIT_INFO[id].a2w_frac_offset]; | ||
143 | } | ||
144 | |||
145 | + | ||
146 | +/* PLL channel init info */ | ||
147 | +typedef struct PLLChannelInitInfo { | ||
148 | + const char *name; | ||
149 | + CprmanPll parent; | ||
150 | + size_t cm_offset; | ||
151 | + uint32_t cm_hold_mask; | ||
152 | + uint32_t cm_load_mask; | ||
153 | + size_t a2w_ctrl_offset; | ||
154 | + unsigned int fixed_divider; | ||
155 | +} PLLChannelInitInfo; | ||
156 | + | ||
157 | +#define FILL_PLL_CHANNEL_INIT_INFO_common(pll_, channel_) \ | ||
158 | + .parent = CPRMAN_ ## pll_, \ | ||
159 | + .cm_offset = R_CM_ ## pll_, \ | ||
160 | + .cm_load_mask = R_CM_ ## pll_ ## _ ## LOAD ## channel_ ## _MASK, \ | ||
161 | + .a2w_ctrl_offset = R_A2W_ ## pll_ ## _ ## channel_ | ||
162 | + | ||
163 | +#define FILL_PLL_CHANNEL_INIT_INFO(pll_, channel_) \ | ||
164 | + FILL_PLL_CHANNEL_INIT_INFO_common(pll_, channel_), \ | ||
165 | + .cm_hold_mask = R_CM_ ## pll_ ## _ ## HOLD ## channel_ ## _MASK, \ | ||
166 | + .fixed_divider = 1 | ||
167 | + | ||
168 | +#define FILL_PLL_CHANNEL_INIT_INFO_nohold(pll_, channel_) \ | ||
169 | + FILL_PLL_CHANNEL_INIT_INFO_common(pll_, channel_), \ | ||
170 | + .cm_hold_mask = 0 | ||
171 | + | ||
172 | +static PLLChannelInitInfo PLL_CHANNEL_INIT_INFO[] = { | ||
173 | + [CPRMAN_PLLA_CHANNEL_DSI0] = { | ||
174 | + .name = "plla-dsi0", | ||
175 | + FILL_PLL_CHANNEL_INIT_INFO(PLLA, DSI0), | ||
176 | + }, | ||
177 | + [CPRMAN_PLLA_CHANNEL_CORE] = { | ||
178 | + .name = "plla-core", | ||
179 | + FILL_PLL_CHANNEL_INIT_INFO(PLLA, CORE), | ||
180 | + }, | ||
181 | + [CPRMAN_PLLA_CHANNEL_PER] = { | ||
182 | + .name = "plla-per", | ||
183 | + FILL_PLL_CHANNEL_INIT_INFO(PLLA, PER), | ||
184 | + }, | ||
185 | + [CPRMAN_PLLA_CHANNEL_CCP2] = { | ||
186 | + .name = "plla-ccp2", | ||
187 | + FILL_PLL_CHANNEL_INIT_INFO(PLLA, CCP2), | ||
188 | + }, | ||
189 | + | ||
190 | + [CPRMAN_PLLC_CHANNEL_CORE2] = { | ||
191 | + .name = "pllc-core2", | ||
192 | + FILL_PLL_CHANNEL_INIT_INFO(PLLC, CORE2), | ||
193 | + }, | ||
194 | + [CPRMAN_PLLC_CHANNEL_CORE1] = { | ||
195 | + .name = "pllc-core1", | ||
196 | + FILL_PLL_CHANNEL_INIT_INFO(PLLC, CORE1), | ||
197 | + }, | ||
198 | + [CPRMAN_PLLC_CHANNEL_PER] = { | ||
199 | + .name = "pllc-per", | ||
200 | + FILL_PLL_CHANNEL_INIT_INFO(PLLC, PER), | ||
201 | + }, | ||
202 | + [CPRMAN_PLLC_CHANNEL_CORE0] = { | ||
203 | + .name = "pllc-core0", | ||
204 | + FILL_PLL_CHANNEL_INIT_INFO(PLLC, CORE0), | ||
205 | + }, | ||
206 | + | ||
207 | + [CPRMAN_PLLD_CHANNEL_DSI0] = { | ||
208 | + .name = "plld-dsi0", | ||
209 | + FILL_PLL_CHANNEL_INIT_INFO(PLLD, DSI0), | ||
210 | + }, | ||
211 | + [CPRMAN_PLLD_CHANNEL_CORE] = { | ||
212 | + .name = "plld-core", | ||
213 | + FILL_PLL_CHANNEL_INIT_INFO(PLLD, CORE), | ||
214 | + }, | ||
215 | + [CPRMAN_PLLD_CHANNEL_PER] = { | ||
216 | + .name = "plld-per", | ||
217 | + FILL_PLL_CHANNEL_INIT_INFO(PLLD, PER), | ||
218 | + }, | ||
219 | + [CPRMAN_PLLD_CHANNEL_DSI1] = { | ||
220 | + .name = "plld-dsi1", | ||
221 | + FILL_PLL_CHANNEL_INIT_INFO(PLLD, DSI1), | ||
222 | + }, | ||
223 | + | ||
224 | + [CPRMAN_PLLH_CHANNEL_AUX] = { | ||
225 | + .name = "pllh-aux", | ||
226 | + .fixed_divider = 1, | ||
227 | + FILL_PLL_CHANNEL_INIT_INFO_nohold(PLLH, AUX), | ||
228 | + }, | ||
229 | + [CPRMAN_PLLH_CHANNEL_RCAL] = { | ||
230 | + .name = "pllh-rcal", | ||
231 | + .fixed_divider = 10, | ||
232 | + FILL_PLL_CHANNEL_INIT_INFO_nohold(PLLH, RCAL), | ||
233 | + }, | ||
234 | + [CPRMAN_PLLH_CHANNEL_PIX] = { | ||
235 | + .name = "pllh-pix", | ||
236 | + .fixed_divider = 10, | ||
237 | + FILL_PLL_CHANNEL_INIT_INFO_nohold(PLLH, PIX), | ||
238 | + }, | ||
239 | + | ||
240 | + [CPRMAN_PLLB_CHANNEL_ARM] = { | ||
241 | + .name = "pllb-arm", | ||
242 | + FILL_PLL_CHANNEL_INIT_INFO(PLLB, ARM), | ||
243 | + }, | ||
244 | +}; | ||
245 | + | ||
246 | +#undef FILL_PLL_CHANNEL_INIT_INFO_nohold | ||
247 | +#undef FILL_PLL_CHANNEL_INIT_INFO | ||
248 | +#undef FILL_PLL_CHANNEL_INIT_INFO_common | ||
249 | + | ||
250 | +static inline void set_pll_channel_init_info(BCM2835CprmanState *s, | ||
251 | + CprmanPllChannelState *channel, | ||
252 | + CprmanPllChannel id) | ||
253 | +{ | ||
254 | + channel->id = id; | ||
255 | + channel->parent = PLL_CHANNEL_INIT_INFO[id].parent; | ||
256 | + channel->reg_cm = &s->regs[PLL_CHANNEL_INIT_INFO[id].cm_offset]; | ||
257 | + channel->hold_mask = PLL_CHANNEL_INIT_INFO[id].cm_hold_mask; | ||
258 | + channel->load_mask = PLL_CHANNEL_INIT_INFO[id].cm_load_mask; | ||
259 | + channel->reg_a2w_ctrl = &s->regs[PLL_CHANNEL_INIT_INFO[id].a2w_ctrl_offset]; | ||
260 | + channel->fixed_divider = PLL_CHANNEL_INIT_INFO[id].fixed_divider; | ||
261 | +} | ||
262 | + | ||
263 | #endif | ||
264 | diff --git a/hw/misc/bcm2835_cprman.c b/hw/misc/bcm2835_cprman.c | ||
265 | index XXXXXXX..XXXXXXX 100644 | ||
266 | --- a/hw/misc/bcm2835_cprman.c | ||
267 | +++ b/hw/misc/bcm2835_cprman.c | ||
268 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo cprman_pll_info = { | ||
269 | }; | ||
270 | |||
271 | |||
272 | +/* PLL channel */ | ||
273 | + | ||
274 | +static void pll_channel_update(CprmanPllChannelState *channel) | ||
275 | +{ | ||
276 | + clock_update(channel->out, 0); | ||
277 | +} | ||
278 | + | ||
279 | +/* Update a PLL and all its channels */ | ||
280 | +static void pll_update_all_channels(BCM2835CprmanState *s, | ||
281 | + CprmanPllState *pll) | ||
282 | +{ | ||
283 | + size_t i; | ||
284 | + | ||
285 | + pll_update(pll); | ||
286 | + | ||
287 | + for (i = 0; i < CPRMAN_NUM_PLL_CHANNEL; i++) { | ||
288 | + CprmanPllChannelState *channel = &s->channels[i]; | ||
289 | + if (channel->parent == pll->id) { | ||
290 | + pll_channel_update(channel); | ||
291 | + } | ||
292 | + } | ||
293 | +} | ||
294 | + | ||
295 | +static void pll_channel_pll_in_update(void *opaque) | ||
296 | +{ | ||
297 | + pll_channel_update(CPRMAN_PLL_CHANNEL(opaque)); | ||
298 | +} | ||
299 | + | ||
300 | +static void pll_channel_init(Object *obj) | ||
301 | +{ | ||
302 | + CprmanPllChannelState *s = CPRMAN_PLL_CHANNEL(obj); | ||
303 | + | ||
304 | + s->pll_in = qdev_init_clock_in(DEVICE(s), "pll-in", | ||
305 | + pll_channel_pll_in_update, s); | ||
306 | + s->out = qdev_init_clock_out(DEVICE(s), "out"); | ||
307 | +} | ||
308 | + | ||
309 | +static const VMStateDescription pll_channel_vmstate = { | ||
310 | + .name = TYPE_CPRMAN_PLL_CHANNEL, | ||
311 | + .version_id = 1, | ||
312 | + .minimum_version_id = 1, | ||
313 | + .fields = (VMStateField[]) { | ||
314 | + VMSTATE_CLOCK(pll_in, CprmanPllChannelState), | ||
315 | + VMSTATE_END_OF_LIST() | ||
316 | + } | ||
317 | +}; | ||
318 | + | ||
319 | +static void pll_channel_class_init(ObjectClass *klass, void *data) | ||
320 | +{ | ||
321 | + DeviceClass *dc = DEVICE_CLASS(klass); | ||
322 | + | ||
323 | + dc->vmsd = &pll_channel_vmstate; | ||
324 | +} | ||
325 | + | ||
326 | +static const TypeInfo cprman_pll_channel_info = { | ||
327 | + .name = TYPE_CPRMAN_PLL_CHANNEL, | ||
328 | + .parent = TYPE_DEVICE, | ||
329 | + .instance_size = sizeof(CprmanPllChannelState), | ||
330 | + .class_init = pll_channel_class_init, | ||
331 | + .instance_init = pll_channel_init, | ||
332 | +}; | ||
333 | + | ||
334 | + | ||
335 | /* CPRMAN "top level" model */ | ||
336 | |||
337 | static uint32_t get_cm_lock(const BCM2835CprmanState *s) | ||
338 | @@ -XXX,XX +XXX,XX @@ static uint64_t cprman_read(void *opaque, hwaddr offset, | ||
339 | return r; | ||
340 | } | ||
341 | |||
342 | -#define CASE_PLL_REGS(pll_) \ | ||
343 | - case R_CM_ ## pll_: \ | ||
344 | +static inline void update_pll_and_channels_from_cm(BCM2835CprmanState *s, | ||
345 | + size_t idx) | ||
346 | +{ | ||
347 | + size_t i; | ||
348 | + | ||
349 | + for (i = 0; i < CPRMAN_NUM_PLL; i++) { | ||
350 | + if (PLL_INIT_INFO[i].cm_offset == idx) { | ||
351 | + pll_update_all_channels(s, &s->plls[i]); | ||
352 | + return; | ||
353 | + } | ||
354 | + } | ||
355 | +} | ||
356 | + | ||
357 | +static inline void update_channel_from_a2w(BCM2835CprmanState *s, size_t idx) | ||
358 | +{ | ||
359 | + size_t i; | ||
360 | + | ||
361 | + for (i = 0; i < CPRMAN_NUM_PLL_CHANNEL; i++) { | ||
362 | + if (PLL_CHANNEL_INIT_INFO[i].a2w_ctrl_offset == idx) { | ||
363 | + pll_channel_update(&s->channels[i]); | ||
364 | + return; | ||
365 | + } | ||
366 | + } | ||
367 | +} | ||
368 | + | ||
369 | +#define CASE_PLL_A2W_REGS(pll_) \ | ||
370 | case R_A2W_ ## pll_ ## _CTRL: \ | ||
371 | case R_A2W_ ## pll_ ## _ANA0: \ | ||
372 | case R_A2W_ ## pll_ ## _ANA1: \ | ||
373 | @@ -XXX,XX +XXX,XX @@ static void cprman_write(void *opaque, hwaddr offset, | ||
374 | s->regs[idx] = value; | ||
375 | |||
376 | switch (idx) { | ||
377 | - CASE_PLL_REGS(PLLA) : | ||
378 | + case R_CM_PLLA ... R_CM_PLLH: | ||
379 | + case R_CM_PLLB: | ||
380 | + /* | ||
381 | + * A given CM_PLLx register is shared by both the PLL and the channels | ||
382 | + * of this PLL. | ||
383 | + */ | ||
384 | + update_pll_and_channels_from_cm(s, idx); | ||
385 | + break; | ||
386 | + | ||
387 | + CASE_PLL_A2W_REGS(PLLA) : | ||
388 | pll_update(&s->plls[CPRMAN_PLLA]); | ||
389 | break; | ||
390 | |||
391 | - CASE_PLL_REGS(PLLC) : | ||
392 | + CASE_PLL_A2W_REGS(PLLC) : | ||
393 | pll_update(&s->plls[CPRMAN_PLLC]); | ||
394 | break; | ||
395 | |||
396 | - CASE_PLL_REGS(PLLD) : | ||
397 | + CASE_PLL_A2W_REGS(PLLD) : | ||
398 | pll_update(&s->plls[CPRMAN_PLLD]); | ||
399 | break; | ||
400 | |||
401 | - CASE_PLL_REGS(PLLH) : | ||
402 | + CASE_PLL_A2W_REGS(PLLH) : | ||
403 | pll_update(&s->plls[CPRMAN_PLLH]); | ||
404 | break; | ||
405 | |||
406 | - CASE_PLL_REGS(PLLB) : | ||
407 | + CASE_PLL_A2W_REGS(PLLB) : | ||
408 | pll_update(&s->plls[CPRMAN_PLLB]); | ||
409 | break; | ||
410 | + | ||
411 | + case R_A2W_PLLA_DSI0: | ||
412 | + case R_A2W_PLLA_CORE: | ||
413 | + case R_A2W_PLLA_PER: | ||
414 | + case R_A2W_PLLA_CCP2: | ||
415 | + case R_A2W_PLLC_CORE2: | ||
416 | + case R_A2W_PLLC_CORE1: | ||
417 | + case R_A2W_PLLC_PER: | ||
418 | + case R_A2W_PLLC_CORE0: | ||
419 | + case R_A2W_PLLD_DSI0: | ||
420 | + case R_A2W_PLLD_CORE: | ||
421 | + case R_A2W_PLLD_PER: | ||
422 | + case R_A2W_PLLD_DSI1: | ||
423 | + case R_A2W_PLLH_AUX: | ||
424 | + case R_A2W_PLLH_RCAL: | ||
425 | + case R_A2W_PLLH_PIX: | ||
426 | + case R_A2W_PLLB_ARM: | ||
427 | + update_channel_from_a2w(s, idx); | ||
428 | + break; | ||
429 | } | ||
430 | } | ||
431 | |||
432 | -#undef CASE_PLL_REGS | ||
433 | +#undef CASE_PLL_A2W_REGS | ||
434 | |||
435 | static const MemoryRegionOps cprman_ops = { | ||
436 | .read = cprman_read, | ||
437 | @@ -XXX,XX +XXX,XX @@ static void cprman_reset(DeviceState *dev) | ||
438 | device_cold_reset(DEVICE(&s->plls[i])); | ||
439 | } | ||
440 | |||
441 | + for (i = 0; i < CPRMAN_NUM_PLL_CHANNEL; i++) { | ||
442 | + device_cold_reset(DEVICE(&s->channels[i])); | ||
443 | + } | ||
444 | + | ||
445 | clock_update_hz(s->xosc, s->xosc_freq); | ||
446 | } | ||
447 | |||
448 | @@ -XXX,XX +XXX,XX @@ static void cprman_init(Object *obj) | ||
449 | set_pll_init_info(s, &s->plls[i], i); | ||
450 | } | ||
451 | |||
452 | + for (i = 0; i < CPRMAN_NUM_PLL_CHANNEL; i++) { | ||
453 | + object_initialize_child(obj, PLL_CHANNEL_INIT_INFO[i].name, | ||
454 | + &s->channels[i], | ||
455 | + TYPE_CPRMAN_PLL_CHANNEL); | ||
456 | + set_pll_channel_init_info(s, &s->channels[i], i); | ||
457 | + } | ||
458 | + | ||
459 | s->xosc = clock_new(obj, "xosc"); | ||
460 | |||
461 | memory_region_init_io(&s->iomem, obj, &cprman_ops, | ||
462 | @@ -XXX,XX +XXX,XX @@ static void cprman_realize(DeviceState *dev, Error **errp) | ||
463 | return; | ||
464 | } | ||
465 | } | ||
466 | + | ||
467 | + for (i = 0; i < CPRMAN_NUM_PLL_CHANNEL; i++) { | ||
468 | + CprmanPllChannelState *channel = &s->channels[i]; | ||
469 | + CprmanPll parent = PLL_CHANNEL_INIT_INFO[i].parent; | ||
470 | + Clock *parent_clk = s->plls[parent].out; | ||
471 | + | ||
472 | + clock_set_source(channel->pll_in, parent_clk); | ||
473 | + | ||
474 | + if (!qdev_realize(DEVICE(channel), NULL, errp)) { | ||
475 | + return; | ||
476 | + } | ||
477 | + } | ||
478 | } | ||
479 | |||
480 | static const VMStateDescription cprman_vmstate = { | ||
481 | @@ -XXX,XX +XXX,XX @@ static void cprman_register_types(void) | ||
482 | { | ||
483 | type_register_static(&cprman_info); | ||
484 | type_register_static(&cprman_pll_info); | ||
485 | + type_register_static(&cprman_pll_channel_info); | ||
486 | } | ||
487 | |||
488 | type_init(cprman_register_types); | ||
35 | -- | 489 | -- |
36 | 2.20.1 | 490 | 2.20.1 |
37 | 491 | ||
38 | 492 | diff view generated by jsdifflib |
1 | For AArch32, unlike the VCVT of integer to float, which honours the | 1 | From: Luc Michel <luc@lmichel.fr> |
---|---|---|---|
2 | rounding mode specified by the FPSCR, VCVT of fixed-point to float is | ||
3 | always round-to-nearest. (AArch64 fixed-point-to-float conversions | ||
4 | always honour the FPCR rounding mode.) | ||
5 | 2 | ||
6 | Implement this by providing _round_to_nearest versions of the | 3 | A PLL channel is able to further divide the generated PLL frequency. |
7 | relevant helpers which set the rounding mode temporarily when making | 4 | The divider is given in the CTRL_A2W register. Some channels have an |
8 | the call to the underlying softfloat function. | 5 | additional fixed divider which is always applied to the signal. |
9 | 6 | ||
10 | We only need to change the VFP VCVT instructions, because the | 7 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
11 | standard- FPSCR value used by the Neon VCVT is always set to | 8 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
12 | round-to-nearest, so we don't need to do the extra work of saving | 9 | Signed-off-by: Luc Michel <luc@lmichel.fr> |
13 | and restoring the rounding mode. | 10 | Tested-by: Guenter Roeck <linux@roeck-us.net> |
11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
12 | --- | ||
13 | hw/misc/bcm2835_cprman.c | 33 ++++++++++++++++++++++++++++++++- | ||
14 | 1 file changed, 32 insertions(+), 1 deletion(-) | ||
14 | 15 | ||
15 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 16 | diff --git a/hw/misc/bcm2835_cprman.c b/hw/misc/bcm2835_cprman.c |
16 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
17 | Message-id: 20201013103532.13391-1-peter.maydell@linaro.org | ||
18 | --- | ||
19 | target/arm/helper.h | 13 +++++++++++++ | ||
20 | target/arm/vfp_helper.c | 23 ++++++++++++++++++++++- | ||
21 | target/arm/translate-vfp.c.inc | 24 ++++++++++++------------ | ||
22 | 3 files changed, 47 insertions(+), 13 deletions(-) | ||
23 | |||
24 | diff --git a/target/arm/helper.h b/target/arm/helper.h | ||
25 | index XXXXXXX..XXXXXXX 100644 | 17 | index XXXXXXX..XXXXXXX 100644 |
26 | --- a/target/arm/helper.h | 18 | --- a/hw/misc/bcm2835_cprman.c |
27 | +++ b/target/arm/helper.h | 19 | +++ b/hw/misc/bcm2835_cprman.c |
28 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_3(vfp_ultoh, f16, i32, i32, ptr) | 20 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo cprman_pll_info = { |
29 | DEF_HELPER_3(vfp_sqtoh, f16, i64, i32, ptr) | 21 | |
30 | DEF_HELPER_3(vfp_uqtoh, f16, i64, i32, ptr) | 22 | /* PLL channel */ |
31 | 23 | ||
32 | +DEF_HELPER_3(vfp_shtos_round_to_nearest, f32, i32, i32, ptr) | 24 | +static bool pll_channel_is_enabled(CprmanPllChannelState *channel) |
33 | +DEF_HELPER_3(vfp_sltos_round_to_nearest, f32, i32, i32, ptr) | 25 | +{ |
34 | +DEF_HELPER_3(vfp_uhtos_round_to_nearest, f32, i32, i32, ptr) | 26 | + /* |
35 | +DEF_HELPER_3(vfp_ultos_round_to_nearest, f32, i32, i32, ptr) | 27 | + * XXX I'm not sure of the purpose of the LOAD field. The Linux driver does |
36 | +DEF_HELPER_3(vfp_shtod_round_to_nearest, f64, i64, i32, ptr) | 28 | + * not set it when enabling the channel, but does clear it when disabling |
37 | +DEF_HELPER_3(vfp_sltod_round_to_nearest, f64, i64, i32, ptr) | 29 | + * it. |
38 | +DEF_HELPER_3(vfp_uhtod_round_to_nearest, f64, i64, i32, ptr) | 30 | + */ |
39 | +DEF_HELPER_3(vfp_ultod_round_to_nearest, f64, i64, i32, ptr) | 31 | + return !FIELD_EX32(*channel->reg_a2w_ctrl, A2W_PLLx_CHANNELy, DISABLE) |
40 | +DEF_HELPER_3(vfp_shtoh_round_to_nearest, f16, i32, i32, ptr) | 32 | + && !(*channel->reg_cm & channel->hold_mask); |
41 | +DEF_HELPER_3(vfp_uhtoh_round_to_nearest, f16, i32, i32, ptr) | 33 | +} |
42 | +DEF_HELPER_3(vfp_sltoh_round_to_nearest, f16, i32, i32, ptr) | ||
43 | +DEF_HELPER_3(vfp_ultoh_round_to_nearest, f16, i32, i32, ptr) | ||
44 | + | 34 | + |
45 | DEF_HELPER_FLAGS_2(set_rmode, TCG_CALL_NO_RWG, i32, i32, ptr) | 35 | static void pll_channel_update(CprmanPllChannelState *channel) |
46 | 36 | { | |
47 | DEF_HELPER_FLAGS_3(vfp_fcvt_f16_to_f32, TCG_CALL_NO_RWG, f32, f16, ptr, i32) | 37 | - clock_update(channel->out, 0); |
48 | diff --git a/target/arm/vfp_helper.c b/target/arm/vfp_helper.c | 38 | + uint64_t freq, div; |
49 | index XXXXXXX..XXXXXXX 100644 | 39 | + |
50 | --- a/target/arm/vfp_helper.c | 40 | + if (!pll_channel_is_enabled(channel)) { |
51 | +++ b/target/arm/vfp_helper.c | 41 | + clock_update(channel->out, 0); |
52 | @@ -XXX,XX +XXX,XX @@ float32 VFP_HELPER(fcvts, d)(float64 x, CPUARMState *env) | 42 | + return; |
53 | return float64_to_float32(x, &env->vfp.fp_status); | ||
54 | } | ||
55 | |||
56 | -/* VFP3 fixed point conversion. */ | ||
57 | +/* | ||
58 | + * VFP3 fixed point conversion. The AArch32 versions of fix-to-float | ||
59 | + * must always round-to-nearest; the AArch64 ones honour the FPSCR | ||
60 | + * rounding mode. (For AArch32 Neon the standard-FPSCR is set to | ||
61 | + * round-to-nearest so either helper will work.) AArch32 float-to-fix | ||
62 | + * must round-to-zero. | ||
63 | + */ | ||
64 | #define VFP_CONV_FIX_FLOAT(name, p, fsz, ftype, isz, itype) \ | ||
65 | ftype HELPER(vfp_##name##to##p)(uint##isz##_t x, uint32_t shift, \ | ||
66 | void *fpstp) \ | ||
67 | { return itype##_to_##float##fsz##_scalbn(x, -shift, fpstp); } | ||
68 | |||
69 | +#define VFP_CONV_FIX_FLOAT_ROUND(name, p, fsz, ftype, isz, itype) \ | ||
70 | + ftype HELPER(vfp_##name##to##p##_round_to_nearest)(uint##isz##_t x, \ | ||
71 | + uint32_t shift, \ | ||
72 | + void *fpstp) \ | ||
73 | + { \ | ||
74 | + ftype ret; \ | ||
75 | + float_status *fpst = fpstp; \ | ||
76 | + FloatRoundMode oldmode = fpst->float_rounding_mode; \ | ||
77 | + fpst->float_rounding_mode = float_round_nearest_even; \ | ||
78 | + ret = itype##_to_##float##fsz##_scalbn(x, -shift, fpstp); \ | ||
79 | + fpst->float_rounding_mode = oldmode; \ | ||
80 | + return ret; \ | ||
81 | + } | 43 | + } |
82 | + | 44 | + |
83 | #define VFP_CONV_FLOAT_FIX_ROUND(name, p, fsz, ftype, isz, itype, ROUND, suff) \ | 45 | + div = FIELD_EX32(*channel->reg_a2w_ctrl, A2W_PLLx_CHANNELy, DIV); |
84 | uint##isz##_t HELPER(vfp_to##name##p##suff)(ftype x, uint32_t shift, \ | 46 | + |
85 | void *fpst) \ | 47 | + if (!div) { |
86 | @@ -XXX,XX +XXX,XX @@ uint##isz##_t HELPER(vfp_to##name##p##suff)(ftype x, uint32_t shift, \ | 48 | + /* |
87 | 49 | + * It seems that when the divider value is 0, it is considered as | |
88 | #define VFP_CONV_FIX(name, p, fsz, ftype, isz, itype) \ | 50 | + * being maximum by the hardware (see the Linux driver). |
89 | VFP_CONV_FIX_FLOAT(name, p, fsz, ftype, isz, itype) \ | 51 | + */ |
90 | +VFP_CONV_FIX_FLOAT_ROUND(name, p, fsz, ftype, isz, itype) \ | 52 | + div = R_A2W_PLLx_CHANNELy_DIV_MASK; |
91 | VFP_CONV_FLOAT_FIX_ROUND(name, p, fsz, ftype, isz, itype, \ | 53 | + } |
92 | float_round_to_zero, _round_to_zero) \ | 54 | + |
93 | VFP_CONV_FLOAT_FIX_ROUND(name, p, fsz, ftype, isz, itype, \ | 55 | + /* Some channels have an additional fixed divider */ |
94 | diff --git a/target/arm/translate-vfp.c.inc b/target/arm/translate-vfp.c.inc | 56 | + freq = clock_get_hz(channel->pll_in) / (div * channel->fixed_divider); |
95 | index XXXXXXX..XXXXXXX 100644 | 57 | + |
96 | --- a/target/arm/translate-vfp.c.inc | 58 | + clock_update_hz(channel->out, freq); |
97 | +++ b/target/arm/translate-vfp.c.inc | 59 | } |
98 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_fix_hp(DisasContext *s, arg_VCVT_fix_sp *a) | 60 | |
99 | /* Switch on op:U:sx bits */ | 61 | /* Update a PLL and all its channels */ |
100 | switch (a->opc) { | ||
101 | case 0: | ||
102 | - gen_helper_vfp_shtoh(vd, vd, shift, fpst); | ||
103 | + gen_helper_vfp_shtoh_round_to_nearest(vd, vd, shift, fpst); | ||
104 | break; | ||
105 | case 1: | ||
106 | - gen_helper_vfp_sltoh(vd, vd, shift, fpst); | ||
107 | + gen_helper_vfp_sltoh_round_to_nearest(vd, vd, shift, fpst); | ||
108 | break; | ||
109 | case 2: | ||
110 | - gen_helper_vfp_uhtoh(vd, vd, shift, fpst); | ||
111 | + gen_helper_vfp_uhtoh_round_to_nearest(vd, vd, shift, fpst); | ||
112 | break; | ||
113 | case 3: | ||
114 | - gen_helper_vfp_ultoh(vd, vd, shift, fpst); | ||
115 | + gen_helper_vfp_ultoh_round_to_nearest(vd, vd, shift, fpst); | ||
116 | break; | ||
117 | case 4: | ||
118 | gen_helper_vfp_toshh_round_to_zero(vd, vd, shift, fpst); | ||
119 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_fix_sp(DisasContext *s, arg_VCVT_fix_sp *a) | ||
120 | /* Switch on op:U:sx bits */ | ||
121 | switch (a->opc) { | ||
122 | case 0: | ||
123 | - gen_helper_vfp_shtos(vd, vd, shift, fpst); | ||
124 | + gen_helper_vfp_shtos_round_to_nearest(vd, vd, shift, fpst); | ||
125 | break; | ||
126 | case 1: | ||
127 | - gen_helper_vfp_sltos(vd, vd, shift, fpst); | ||
128 | + gen_helper_vfp_sltos_round_to_nearest(vd, vd, shift, fpst); | ||
129 | break; | ||
130 | case 2: | ||
131 | - gen_helper_vfp_uhtos(vd, vd, shift, fpst); | ||
132 | + gen_helper_vfp_uhtos_round_to_nearest(vd, vd, shift, fpst); | ||
133 | break; | ||
134 | case 3: | ||
135 | - gen_helper_vfp_ultos(vd, vd, shift, fpst); | ||
136 | + gen_helper_vfp_ultos_round_to_nearest(vd, vd, shift, fpst); | ||
137 | break; | ||
138 | case 4: | ||
139 | gen_helper_vfp_toshs_round_to_zero(vd, vd, shift, fpst); | ||
140 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_fix_dp(DisasContext *s, arg_VCVT_fix_dp *a) | ||
141 | /* Switch on op:U:sx bits */ | ||
142 | switch (a->opc) { | ||
143 | case 0: | ||
144 | - gen_helper_vfp_shtod(vd, vd, shift, fpst); | ||
145 | + gen_helper_vfp_shtod_round_to_nearest(vd, vd, shift, fpst); | ||
146 | break; | ||
147 | case 1: | ||
148 | - gen_helper_vfp_sltod(vd, vd, shift, fpst); | ||
149 | + gen_helper_vfp_sltod_round_to_nearest(vd, vd, shift, fpst); | ||
150 | break; | ||
151 | case 2: | ||
152 | - gen_helper_vfp_uhtod(vd, vd, shift, fpst); | ||
153 | + gen_helper_vfp_uhtod_round_to_nearest(vd, vd, shift, fpst); | ||
154 | break; | ||
155 | case 3: | ||
156 | - gen_helper_vfp_ultod(vd, vd, shift, fpst); | ||
157 | + gen_helper_vfp_ultod_round_to_nearest(vd, vd, shift, fpst); | ||
158 | break; | ||
159 | case 4: | ||
160 | gen_helper_vfp_toshd_round_to_zero(vd, vd, shift, fpst); | ||
161 | -- | 62 | -- |
162 | 2.20.1 | 63 | 2.20.1 |
163 | 64 | ||
164 | 65 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Luc Michel <luc@lmichel.fr> |
---|---|---|---|
2 | 2 | ||
3 | When TBI is enabled in a given regime, 56 bits of the address | 3 | The clock multiplexers are the last clock stage in the CPRMAN. Each mux |
4 | are significant and we need to clear out any other matching | 4 | outputs one clock signal that goes out of the CPRMAN to the SoC |
5 | virtual addresses with differing tags. | 5 | peripherals. |
6 | 6 | ||
7 | The other uses of tlb_flush_page (without mmuidx) in this file | 7 | Each mux has at most 10 sources. The sources 0 to 3 are common to all |
8 | are only used by aarch32 mode. | 8 | muxes. They are: |
9 | 9 | 0. ground (no clock signal) | |
10 | Fixes: 38d931687fa1 | 10 | 1. the main oscillator (xosc) |
11 | Reported-by: Jordan Frank <jordanfrank@fb.com> | 11 | 2. "test debug 0" clock |
12 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 12 | 3. "test debug 1" clock |
13 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 13 | |
14 | Test debug 0 and 1 are actual clock muxes that can be used as sources to | ||
15 | other muxes (for debug purpose). | ||
16 | |||
17 | Sources 4 to 9 are mux specific and can be unpopulated (grounded). Those | ||
18 | sources are fed by the PLL channels outputs. | ||
19 | |||
20 | One corner case exists for DSI0E and DSI0P muxes. They have their source | ||
21 | number 4 connected to an intermediate multiplexer that can select | ||
22 | between PLLA-DSI0 and PLLD-DSI0 channel. This multiplexer is called | ||
23 | DSI0HSCK and is not a clock mux as such. It is really a simple mux from | ||
24 | the hardware point of view (see https://elinux.org/The_Undocumented_Pi). | ||
25 | This mux is not implemented in this commit. | ||
26 | |||
27 | Note that there is some muxes for which sources are unknown (because of | ||
28 | a lack of documentation). For those cases all the sources are connected | ||
29 | to ground in this implementation. | ||
30 | |||
31 | Each clock mux output is exported by the CPRMAN at the qdev level, | ||
32 | adding the suffix '-out' to the mux name to form the output clock name. | ||
33 | (E.g. the 'uart' mux sees its output exported as 'uart-out' at the | ||
34 | CPRMAN level.) | ||
35 | |||
36 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
14 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 37 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
15 | Message-id: 20201016210754.818257-3-richard.henderson@linaro.org | 38 | Signed-off-by: Luc Michel <luc@lmichel.fr> |
39 | Tested-by: Guenter Roeck <linux@roeck-us.net> | ||
16 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 40 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
17 | --- | 41 | --- |
18 | target/arm/helper.c | 46 ++++++++++++++++++++++++++++++++++++++------- | 42 | include/hw/misc/bcm2835_cprman.h | 85 +++++ |
19 | 1 file changed, 39 insertions(+), 7 deletions(-) | 43 | include/hw/misc/bcm2835_cprman_internals.h | 422 +++++++++++++++++++++ |
20 | 44 | hw/misc/bcm2835_cprman.c | 151 ++++++++ | |
21 | diff --git a/target/arm/helper.c b/target/arm/helper.c | 45 | 3 files changed, 658 insertions(+) |
46 | |||
47 | diff --git a/include/hw/misc/bcm2835_cprman.h b/include/hw/misc/bcm2835_cprman.h | ||
22 | index XXXXXXX..XXXXXXX 100644 | 48 | index XXXXXXX..XXXXXXX 100644 |
23 | --- a/target/arm/helper.c | 49 | --- a/include/hw/misc/bcm2835_cprman.h |
24 | +++ b/target/arm/helper.c | 50 | +++ b/include/hw/misc/bcm2835_cprman.h |
25 | @@ -XXX,XX +XXX,XX @@ static bool get_phys_addr_lpae(CPUARMState *env, target_ulong address, | 51 | @@ -XXX,XX +XXX,XX @@ typedef enum CprmanPllChannel { |
52 | CPRMAN_PLLB_CHANNEL_ARM, | ||
53 | |||
54 | CPRMAN_NUM_PLL_CHANNEL, | ||
55 | + | ||
56 | + /* Special values used when connecting clock sources to clocks */ | ||
57 | + CPRMAN_CLOCK_SRC_NORMAL = -1, | ||
58 | + CPRMAN_CLOCK_SRC_FORCE_GROUND = -2, | ||
59 | + CPRMAN_CLOCK_SRC_DSI0HSCK = -3, | ||
60 | } CprmanPllChannel; | ||
61 | |||
62 | +typedef enum CprmanClockMux { | ||
63 | + CPRMAN_CLOCK_GNRIC, | ||
64 | + CPRMAN_CLOCK_VPU, | ||
65 | + CPRMAN_CLOCK_SYS, | ||
66 | + CPRMAN_CLOCK_PERIA, | ||
67 | + CPRMAN_CLOCK_PERII, | ||
68 | + CPRMAN_CLOCK_H264, | ||
69 | + CPRMAN_CLOCK_ISP, | ||
70 | + CPRMAN_CLOCK_V3D, | ||
71 | + CPRMAN_CLOCK_CAM0, | ||
72 | + CPRMAN_CLOCK_CAM1, | ||
73 | + CPRMAN_CLOCK_CCP2, | ||
74 | + CPRMAN_CLOCK_DSI0E, | ||
75 | + CPRMAN_CLOCK_DSI0P, | ||
76 | + CPRMAN_CLOCK_DPI, | ||
77 | + CPRMAN_CLOCK_GP0, | ||
78 | + CPRMAN_CLOCK_GP1, | ||
79 | + CPRMAN_CLOCK_GP2, | ||
80 | + CPRMAN_CLOCK_HSM, | ||
81 | + CPRMAN_CLOCK_OTP, | ||
82 | + CPRMAN_CLOCK_PCM, | ||
83 | + CPRMAN_CLOCK_PWM, | ||
84 | + CPRMAN_CLOCK_SLIM, | ||
85 | + CPRMAN_CLOCK_SMI, | ||
86 | + CPRMAN_CLOCK_TEC, | ||
87 | + CPRMAN_CLOCK_TD0, | ||
88 | + CPRMAN_CLOCK_TD1, | ||
89 | + CPRMAN_CLOCK_TSENS, | ||
90 | + CPRMAN_CLOCK_TIMER, | ||
91 | + CPRMAN_CLOCK_UART, | ||
92 | + CPRMAN_CLOCK_VEC, | ||
93 | + CPRMAN_CLOCK_PULSE, | ||
94 | + CPRMAN_CLOCK_SDC, | ||
95 | + CPRMAN_CLOCK_ARM, | ||
96 | + CPRMAN_CLOCK_AVEO, | ||
97 | + CPRMAN_CLOCK_EMMC, | ||
98 | + CPRMAN_CLOCK_EMMC2, | ||
99 | + | ||
100 | + CPRMAN_NUM_CLOCK_MUX | ||
101 | +} CprmanClockMux; | ||
102 | + | ||
103 | +typedef enum CprmanClockMuxSource { | ||
104 | + CPRMAN_CLOCK_SRC_GND = 0, | ||
105 | + CPRMAN_CLOCK_SRC_XOSC, | ||
106 | + CPRMAN_CLOCK_SRC_TD0, | ||
107 | + CPRMAN_CLOCK_SRC_TD1, | ||
108 | + CPRMAN_CLOCK_SRC_PLLA, | ||
109 | + CPRMAN_CLOCK_SRC_PLLC, | ||
110 | + CPRMAN_CLOCK_SRC_PLLD, | ||
111 | + CPRMAN_CLOCK_SRC_PLLH, | ||
112 | + CPRMAN_CLOCK_SRC_PLLC_CORE1, | ||
113 | + CPRMAN_CLOCK_SRC_PLLC_CORE2, | ||
114 | + | ||
115 | + CPRMAN_NUM_CLOCK_MUX_SRC | ||
116 | +} CprmanClockMuxSource; | ||
117 | + | ||
118 | typedef struct CprmanPllState { | ||
119 | /*< private >*/ | ||
120 | DeviceState parent_obj; | ||
121 | @@ -XXX,XX +XXX,XX @@ typedef struct CprmanPllChannelState { | ||
122 | Clock *out; | ||
123 | } CprmanPllChannelState; | ||
124 | |||
125 | +typedef struct CprmanClockMuxState { | ||
126 | + /*< private >*/ | ||
127 | + DeviceState parent_obj; | ||
128 | + | ||
129 | + /*< public >*/ | ||
130 | + CprmanClockMux id; | ||
131 | + | ||
132 | + uint32_t *reg_ctl; | ||
133 | + uint32_t *reg_div; | ||
134 | + int int_bits; | ||
135 | + int frac_bits; | ||
136 | + | ||
137 | + Clock *srcs[CPRMAN_NUM_CLOCK_MUX_SRC]; | ||
138 | + Clock *out; | ||
139 | + | ||
140 | + /* | ||
141 | + * Used by clock srcs update callback to retrieve both the clock and the | ||
142 | + * source number. | ||
143 | + */ | ||
144 | + struct CprmanClockMuxState *backref[CPRMAN_NUM_CLOCK_MUX_SRC]; | ||
145 | +} CprmanClockMuxState; | ||
146 | + | ||
147 | struct BCM2835CprmanState { | ||
148 | /*< private >*/ | ||
149 | SysBusDevice parent_obj; | ||
150 | @@ -XXX,XX +XXX,XX @@ struct BCM2835CprmanState { | ||
151 | |||
152 | CprmanPllState plls[CPRMAN_NUM_PLL]; | ||
153 | CprmanPllChannelState channels[CPRMAN_NUM_PLL_CHANNEL]; | ||
154 | + CprmanClockMuxState clock_muxes[CPRMAN_NUM_CLOCK_MUX]; | ||
155 | |||
156 | uint32_t regs[CPRMAN_NUM_REGS]; | ||
157 | uint32_t xosc_freq; | ||
158 | |||
159 | Clock *xosc; | ||
160 | + Clock *gnd; | ||
161 | }; | ||
162 | |||
26 | #endif | 163 | #endif |
27 | 164 | diff --git a/include/hw/misc/bcm2835_cprman_internals.h b/include/hw/misc/bcm2835_cprman_internals.h | |
28 | static void switch_mode(CPUARMState *env, int mode); | 165 | index XXXXXXX..XXXXXXX 100644 |
29 | +static int aa64_va_parameter_tbi(uint64_t tcr, ARMMMUIdx mmu_idx); | 166 | --- a/include/hw/misc/bcm2835_cprman_internals.h |
30 | 167 | +++ b/include/hw/misc/bcm2835_cprman_internals.h | |
31 | static int vfp_gdb_get_reg(CPUARMState *env, GByteArray *buf, int reg) | 168 | @@ -XXX,XX +XXX,XX @@ |
32 | { | 169 | |
33 | @@ -XXX,XX +XXX,XX @@ static int vae1_tlbmask(CPUARMState *env) | 170 | #define TYPE_CPRMAN_PLL "bcm2835-cprman-pll" |
171 | #define TYPE_CPRMAN_PLL_CHANNEL "bcm2835-cprman-pll-channel" | ||
172 | +#define TYPE_CPRMAN_CLOCK_MUX "bcm2835-cprman-clock-mux" | ||
173 | |||
174 | DECLARE_INSTANCE_CHECKER(CprmanPllState, CPRMAN_PLL, | ||
175 | TYPE_CPRMAN_PLL) | ||
176 | DECLARE_INSTANCE_CHECKER(CprmanPllChannelState, CPRMAN_PLL_CHANNEL, | ||
177 | TYPE_CPRMAN_PLL_CHANNEL) | ||
178 | +DECLARE_INSTANCE_CHECKER(CprmanClockMuxState, CPRMAN_CLOCK_MUX, | ||
179 | + TYPE_CPRMAN_CLOCK_MUX) | ||
180 | |||
181 | /* Register map */ | ||
182 | |||
183 | @@ -XXX,XX +XXX,XX @@ REG32(A2W_PLLH_STS, 0x1660) | ||
184 | |||
185 | REG32(A2W_PLLB_ARM, 0x13e0) | ||
186 | |||
187 | +/* Clock muxes */ | ||
188 | +REG32(CM_GNRICCTL, 0x000) | ||
189 | + FIELD(CM_CLOCKx_CTL, SRC, 0, 4) | ||
190 | + FIELD(CM_CLOCKx_CTL, ENABLE, 4, 1) | ||
191 | + FIELD(CM_CLOCKx_CTL, KILL, 5, 1) | ||
192 | + FIELD(CM_CLOCKx_CTL, GATE, 6, 1) | ||
193 | + FIELD(CM_CLOCKx_CTL, BUSY, 7, 1) | ||
194 | + FIELD(CM_CLOCKx_CTL, BUSYD, 8, 1) | ||
195 | + FIELD(CM_CLOCKx_CTL, MASH, 9, 2) | ||
196 | + FIELD(CM_CLOCKx_CTL, FLIP, 11, 1) | ||
197 | +REG32(CM_GNRICDIV, 0x004) | ||
198 | + FIELD(CM_CLOCKx_DIV, FRAC, 0, 12) | ||
199 | +REG32(CM_VPUCTL, 0x008) | ||
200 | +REG32(CM_VPUDIV, 0x00c) | ||
201 | +REG32(CM_SYSCTL, 0x010) | ||
202 | +REG32(CM_SYSDIV, 0x014) | ||
203 | +REG32(CM_PERIACTL, 0x018) | ||
204 | +REG32(CM_PERIADIV, 0x01c) | ||
205 | +REG32(CM_PERIICTL, 0x020) | ||
206 | +REG32(CM_PERIIDIV, 0x024) | ||
207 | +REG32(CM_H264CTL, 0x028) | ||
208 | +REG32(CM_H264DIV, 0x02c) | ||
209 | +REG32(CM_ISPCTL, 0x030) | ||
210 | +REG32(CM_ISPDIV, 0x034) | ||
211 | +REG32(CM_V3DCTL, 0x038) | ||
212 | +REG32(CM_V3DDIV, 0x03c) | ||
213 | +REG32(CM_CAM0CTL, 0x040) | ||
214 | +REG32(CM_CAM0DIV, 0x044) | ||
215 | +REG32(CM_CAM1CTL, 0x048) | ||
216 | +REG32(CM_CAM1DIV, 0x04c) | ||
217 | +REG32(CM_CCP2CTL, 0x050) | ||
218 | +REG32(CM_CCP2DIV, 0x054) | ||
219 | +REG32(CM_DSI0ECTL, 0x058) | ||
220 | +REG32(CM_DSI0EDIV, 0x05c) | ||
221 | +REG32(CM_DSI0PCTL, 0x060) | ||
222 | +REG32(CM_DSI0PDIV, 0x064) | ||
223 | +REG32(CM_DPICTL, 0x068) | ||
224 | +REG32(CM_DPIDIV, 0x06c) | ||
225 | +REG32(CM_GP0CTL, 0x070) | ||
226 | +REG32(CM_GP0DIV, 0x074) | ||
227 | +REG32(CM_GP1CTL, 0x078) | ||
228 | +REG32(CM_GP1DIV, 0x07c) | ||
229 | +REG32(CM_GP2CTL, 0x080) | ||
230 | +REG32(CM_GP2DIV, 0x084) | ||
231 | +REG32(CM_HSMCTL, 0x088) | ||
232 | +REG32(CM_HSMDIV, 0x08c) | ||
233 | +REG32(CM_OTPCTL, 0x090) | ||
234 | +REG32(CM_OTPDIV, 0x094) | ||
235 | +REG32(CM_PCMCTL, 0x098) | ||
236 | +REG32(CM_PCMDIV, 0x09c) | ||
237 | +REG32(CM_PWMCTL, 0x0a0) | ||
238 | +REG32(CM_PWMDIV, 0x0a4) | ||
239 | +REG32(CM_SLIMCTL, 0x0a8) | ||
240 | +REG32(CM_SLIMDIV, 0x0ac) | ||
241 | +REG32(CM_SMICTL, 0x0b0) | ||
242 | +REG32(CM_SMIDIV, 0x0b4) | ||
243 | +REG32(CM_TCNTCTL, 0x0c0) | ||
244 | +REG32(CM_TCNTCNT, 0x0c4) | ||
245 | +REG32(CM_TECCTL, 0x0c8) | ||
246 | +REG32(CM_TECDIV, 0x0cc) | ||
247 | +REG32(CM_TD0CTL, 0x0d0) | ||
248 | +REG32(CM_TD0DIV, 0x0d4) | ||
249 | +REG32(CM_TD1CTL, 0x0d8) | ||
250 | +REG32(CM_TD1DIV, 0x0dc) | ||
251 | +REG32(CM_TSENSCTL, 0x0e0) | ||
252 | +REG32(CM_TSENSDIV, 0x0e4) | ||
253 | +REG32(CM_TIMERCTL, 0x0e8) | ||
254 | +REG32(CM_TIMERDIV, 0x0ec) | ||
255 | +REG32(CM_UARTCTL, 0x0f0) | ||
256 | +REG32(CM_UARTDIV, 0x0f4) | ||
257 | +REG32(CM_VECCTL, 0x0f8) | ||
258 | +REG32(CM_VECDIV, 0x0fc) | ||
259 | +REG32(CM_PULSECTL, 0x190) | ||
260 | +REG32(CM_PULSEDIV, 0x194) | ||
261 | +REG32(CM_SDCCTL, 0x1a8) | ||
262 | +REG32(CM_SDCDIV, 0x1ac) | ||
263 | +REG32(CM_ARMCTL, 0x1b0) | ||
264 | +REG32(CM_AVEOCTL, 0x1b8) | ||
265 | +REG32(CM_AVEODIV, 0x1bc) | ||
266 | +REG32(CM_EMMCCTL, 0x1c0) | ||
267 | +REG32(CM_EMMCDIV, 0x1c4) | ||
268 | +REG32(CM_EMMC2CTL, 0x1d0) | ||
269 | +REG32(CM_EMMC2DIV, 0x1d4) | ||
270 | + | ||
271 | /* misc registers */ | ||
272 | REG32(CM_LOCK, 0x114) | ||
273 | FIELD(CM_LOCK, FLOCKH, 12, 1) | ||
274 | @@ -XXX,XX +XXX,XX @@ static inline void set_pll_channel_init_info(BCM2835CprmanState *s, | ||
275 | channel->fixed_divider = PLL_CHANNEL_INIT_INFO[id].fixed_divider; | ||
276 | } | ||
277 | |||
278 | +/* Clock mux init info */ | ||
279 | +typedef struct ClockMuxInitInfo { | ||
280 | + const char *name; | ||
281 | + size_t cm_offset; /* cm_offset[0]->CM_CTL, cm_offset[1]->CM_DIV */ | ||
282 | + int int_bits; | ||
283 | + int frac_bits; | ||
284 | + | ||
285 | + CprmanPllChannel src_mapping[CPRMAN_NUM_CLOCK_MUX_SRC]; | ||
286 | +} ClockMuxInitInfo; | ||
287 | + | ||
288 | +/* | ||
289 | + * Each clock mux can have up to 10 sources. Sources 0 to 3 are always the | ||
290 | + * same (ground, xosc, td0, td1). Sources 4 to 9 are mux specific, and are not | ||
291 | + * always populated. The following macros catch all those cases. | ||
292 | + */ | ||
293 | + | ||
294 | +/* Unknown mapping. Connect everything to ground */ | ||
295 | +#define SRC_MAPPING_INFO_unknown \ | ||
296 | + .src_mapping = { \ | ||
297 | + CPRMAN_CLOCK_SRC_FORCE_GROUND, /* gnd */ \ | ||
298 | + CPRMAN_CLOCK_SRC_FORCE_GROUND, /* xosc */ \ | ||
299 | + CPRMAN_CLOCK_SRC_FORCE_GROUND, /* test debug 0 */ \ | ||
300 | + CPRMAN_CLOCK_SRC_FORCE_GROUND, /* test debug 1 */ \ | ||
301 | + CPRMAN_CLOCK_SRC_FORCE_GROUND, /* pll a */ \ | ||
302 | + CPRMAN_CLOCK_SRC_FORCE_GROUND, /* pll c */ \ | ||
303 | + CPRMAN_CLOCK_SRC_FORCE_GROUND, /* pll d */ \ | ||
304 | + CPRMAN_CLOCK_SRC_FORCE_GROUND, /* pll h */ \ | ||
305 | + CPRMAN_CLOCK_SRC_FORCE_GROUND, /* pll c, core1 */ \ | ||
306 | + CPRMAN_CLOCK_SRC_FORCE_GROUND, /* pll c, core2 */ \ | ||
307 | + } | ||
308 | + | ||
309 | +/* Only the oscillator and the two test debug clocks */ | ||
310 | +#define SRC_MAPPING_INFO_xosc \ | ||
311 | + .src_mapping = { \ | ||
312 | + CPRMAN_CLOCK_SRC_NORMAL, \ | ||
313 | + CPRMAN_CLOCK_SRC_NORMAL, \ | ||
314 | + CPRMAN_CLOCK_SRC_NORMAL, \ | ||
315 | + CPRMAN_CLOCK_SRC_NORMAL, \ | ||
316 | + CPRMAN_CLOCK_SRC_FORCE_GROUND, \ | ||
317 | + CPRMAN_CLOCK_SRC_FORCE_GROUND, \ | ||
318 | + CPRMAN_CLOCK_SRC_FORCE_GROUND, \ | ||
319 | + CPRMAN_CLOCK_SRC_FORCE_GROUND, \ | ||
320 | + CPRMAN_CLOCK_SRC_FORCE_GROUND, \ | ||
321 | + CPRMAN_CLOCK_SRC_FORCE_GROUND, \ | ||
322 | + } | ||
323 | + | ||
324 | +/* All the PLL "core" channels */ | ||
325 | +#define SRC_MAPPING_INFO_core \ | ||
326 | + .src_mapping = { \ | ||
327 | + CPRMAN_CLOCK_SRC_NORMAL, \ | ||
328 | + CPRMAN_CLOCK_SRC_NORMAL, \ | ||
329 | + CPRMAN_CLOCK_SRC_NORMAL, \ | ||
330 | + CPRMAN_CLOCK_SRC_NORMAL, \ | ||
331 | + CPRMAN_PLLA_CHANNEL_CORE, \ | ||
332 | + CPRMAN_PLLC_CHANNEL_CORE0, \ | ||
333 | + CPRMAN_PLLD_CHANNEL_CORE, \ | ||
334 | + CPRMAN_PLLH_CHANNEL_AUX, \ | ||
335 | + CPRMAN_PLLC_CHANNEL_CORE1, \ | ||
336 | + CPRMAN_PLLC_CHANNEL_CORE2, \ | ||
337 | + } | ||
338 | + | ||
339 | +/* All the PLL "per" channels */ | ||
340 | +#define SRC_MAPPING_INFO_periph \ | ||
341 | + .src_mapping = { \ | ||
342 | + CPRMAN_CLOCK_SRC_NORMAL, \ | ||
343 | + CPRMAN_CLOCK_SRC_NORMAL, \ | ||
344 | + CPRMAN_CLOCK_SRC_NORMAL, \ | ||
345 | + CPRMAN_CLOCK_SRC_NORMAL, \ | ||
346 | + CPRMAN_PLLA_CHANNEL_PER, \ | ||
347 | + CPRMAN_PLLC_CHANNEL_PER, \ | ||
348 | + CPRMAN_PLLD_CHANNEL_PER, \ | ||
349 | + CPRMAN_CLOCK_SRC_FORCE_GROUND, \ | ||
350 | + CPRMAN_CLOCK_SRC_FORCE_GROUND, \ | ||
351 | + CPRMAN_CLOCK_SRC_FORCE_GROUND, \ | ||
352 | + } | ||
353 | + | ||
354 | +/* | ||
355 | + * The DSI0 channels. This one got an intermediate mux between the PLL channels | ||
356 | + * and the clock input. | ||
357 | + */ | ||
358 | +#define SRC_MAPPING_INFO_dsi0 \ | ||
359 | + .src_mapping = { \ | ||
360 | + CPRMAN_CLOCK_SRC_NORMAL, \ | ||
361 | + CPRMAN_CLOCK_SRC_NORMAL, \ | ||
362 | + CPRMAN_CLOCK_SRC_NORMAL, \ | ||
363 | + CPRMAN_CLOCK_SRC_NORMAL, \ | ||
364 | + CPRMAN_CLOCK_SRC_DSI0HSCK, \ | ||
365 | + CPRMAN_CLOCK_SRC_FORCE_GROUND, \ | ||
366 | + CPRMAN_CLOCK_SRC_FORCE_GROUND, \ | ||
367 | + CPRMAN_CLOCK_SRC_FORCE_GROUND, \ | ||
368 | + CPRMAN_CLOCK_SRC_FORCE_GROUND, \ | ||
369 | + CPRMAN_CLOCK_SRC_FORCE_GROUND, \ | ||
370 | + } | ||
371 | + | ||
372 | +/* The DSI1 channel */ | ||
373 | +#define SRC_MAPPING_INFO_dsi1 \ | ||
374 | + .src_mapping = { \ | ||
375 | + CPRMAN_CLOCK_SRC_NORMAL, \ | ||
376 | + CPRMAN_CLOCK_SRC_NORMAL, \ | ||
377 | + CPRMAN_CLOCK_SRC_NORMAL, \ | ||
378 | + CPRMAN_CLOCK_SRC_NORMAL, \ | ||
379 | + CPRMAN_PLLD_CHANNEL_DSI1, \ | ||
380 | + CPRMAN_CLOCK_SRC_FORCE_GROUND, \ | ||
381 | + CPRMAN_CLOCK_SRC_FORCE_GROUND, \ | ||
382 | + CPRMAN_CLOCK_SRC_FORCE_GROUND, \ | ||
383 | + CPRMAN_CLOCK_SRC_FORCE_GROUND, \ | ||
384 | + CPRMAN_CLOCK_SRC_FORCE_GROUND, \ | ||
385 | + } | ||
386 | + | ||
387 | +#define FILL_CLOCK_MUX_SRC_MAPPING_INIT_INFO(kind_) \ | ||
388 | + SRC_MAPPING_INFO_ ## kind_ | ||
389 | + | ||
390 | +#define FILL_CLOCK_MUX_INIT_INFO(clock_, kind_) \ | ||
391 | + .cm_offset = R_CM_ ## clock_ ## CTL, \ | ||
392 | + FILL_CLOCK_MUX_SRC_MAPPING_INIT_INFO(kind_) | ||
393 | + | ||
394 | +static ClockMuxInitInfo CLOCK_MUX_INIT_INFO[] = { | ||
395 | + [CPRMAN_CLOCK_GNRIC] = { | ||
396 | + .name = "gnric", | ||
397 | + FILL_CLOCK_MUX_INIT_INFO(GNRIC, unknown), | ||
398 | + }, | ||
399 | + [CPRMAN_CLOCK_VPU] = { | ||
400 | + .name = "vpu", | ||
401 | + .int_bits = 12, | ||
402 | + .frac_bits = 8, | ||
403 | + FILL_CLOCK_MUX_INIT_INFO(VPU, core), | ||
404 | + }, | ||
405 | + [CPRMAN_CLOCK_SYS] = { | ||
406 | + .name = "sys", | ||
407 | + FILL_CLOCK_MUX_INIT_INFO(SYS, unknown), | ||
408 | + }, | ||
409 | + [CPRMAN_CLOCK_PERIA] = { | ||
410 | + .name = "peria", | ||
411 | + FILL_CLOCK_MUX_INIT_INFO(PERIA, unknown), | ||
412 | + }, | ||
413 | + [CPRMAN_CLOCK_PERII] = { | ||
414 | + .name = "perii", | ||
415 | + FILL_CLOCK_MUX_INIT_INFO(PERII, unknown), | ||
416 | + }, | ||
417 | + [CPRMAN_CLOCK_H264] = { | ||
418 | + .name = "h264", | ||
419 | + .int_bits = 4, | ||
420 | + .frac_bits = 8, | ||
421 | + FILL_CLOCK_MUX_INIT_INFO(H264, core), | ||
422 | + }, | ||
423 | + [CPRMAN_CLOCK_ISP] = { | ||
424 | + .name = "isp", | ||
425 | + .int_bits = 4, | ||
426 | + .frac_bits = 8, | ||
427 | + FILL_CLOCK_MUX_INIT_INFO(ISP, core), | ||
428 | + }, | ||
429 | + [CPRMAN_CLOCK_V3D] = { | ||
430 | + .name = "v3d", | ||
431 | + FILL_CLOCK_MUX_INIT_INFO(V3D, core), | ||
432 | + }, | ||
433 | + [CPRMAN_CLOCK_CAM0] = { | ||
434 | + .name = "cam0", | ||
435 | + .int_bits = 4, | ||
436 | + .frac_bits = 8, | ||
437 | + FILL_CLOCK_MUX_INIT_INFO(CAM0, periph), | ||
438 | + }, | ||
439 | + [CPRMAN_CLOCK_CAM1] = { | ||
440 | + .name = "cam1", | ||
441 | + .int_bits = 4, | ||
442 | + .frac_bits = 8, | ||
443 | + FILL_CLOCK_MUX_INIT_INFO(CAM1, periph), | ||
444 | + }, | ||
445 | + [CPRMAN_CLOCK_CCP2] = { | ||
446 | + .name = "ccp2", | ||
447 | + FILL_CLOCK_MUX_INIT_INFO(CCP2, unknown), | ||
448 | + }, | ||
449 | + [CPRMAN_CLOCK_DSI0E] = { | ||
450 | + .name = "dsi0e", | ||
451 | + .int_bits = 4, | ||
452 | + .frac_bits = 8, | ||
453 | + FILL_CLOCK_MUX_INIT_INFO(DSI0E, dsi0), | ||
454 | + }, | ||
455 | + [CPRMAN_CLOCK_DSI0P] = { | ||
456 | + .name = "dsi0p", | ||
457 | + .int_bits = 0, | ||
458 | + .frac_bits = 0, | ||
459 | + FILL_CLOCK_MUX_INIT_INFO(DSI0P, dsi0), | ||
460 | + }, | ||
461 | + [CPRMAN_CLOCK_DPI] = { | ||
462 | + .name = "dpi", | ||
463 | + .int_bits = 4, | ||
464 | + .frac_bits = 8, | ||
465 | + FILL_CLOCK_MUX_INIT_INFO(DPI, periph), | ||
466 | + }, | ||
467 | + [CPRMAN_CLOCK_GP0] = { | ||
468 | + .name = "gp0", | ||
469 | + .int_bits = 12, | ||
470 | + .frac_bits = 12, | ||
471 | + FILL_CLOCK_MUX_INIT_INFO(GP0, periph), | ||
472 | + }, | ||
473 | + [CPRMAN_CLOCK_GP1] = { | ||
474 | + .name = "gp1", | ||
475 | + .int_bits = 12, | ||
476 | + .frac_bits = 12, | ||
477 | + FILL_CLOCK_MUX_INIT_INFO(GP1, periph), | ||
478 | + }, | ||
479 | + [CPRMAN_CLOCK_GP2] = { | ||
480 | + .name = "gp2", | ||
481 | + .int_bits = 12, | ||
482 | + .frac_bits = 12, | ||
483 | + FILL_CLOCK_MUX_INIT_INFO(GP2, periph), | ||
484 | + }, | ||
485 | + [CPRMAN_CLOCK_HSM] = { | ||
486 | + .name = "hsm", | ||
487 | + .int_bits = 4, | ||
488 | + .frac_bits = 8, | ||
489 | + FILL_CLOCK_MUX_INIT_INFO(HSM, periph), | ||
490 | + }, | ||
491 | + [CPRMAN_CLOCK_OTP] = { | ||
492 | + .name = "otp", | ||
493 | + .int_bits = 4, | ||
494 | + .frac_bits = 0, | ||
495 | + FILL_CLOCK_MUX_INIT_INFO(OTP, xosc), | ||
496 | + }, | ||
497 | + [CPRMAN_CLOCK_PCM] = { | ||
498 | + .name = "pcm", | ||
499 | + .int_bits = 12, | ||
500 | + .frac_bits = 12, | ||
501 | + FILL_CLOCK_MUX_INIT_INFO(PCM, periph), | ||
502 | + }, | ||
503 | + [CPRMAN_CLOCK_PWM] = { | ||
504 | + .name = "pwm", | ||
505 | + .int_bits = 12, | ||
506 | + .frac_bits = 12, | ||
507 | + FILL_CLOCK_MUX_INIT_INFO(PWM, periph), | ||
508 | + }, | ||
509 | + [CPRMAN_CLOCK_SLIM] = { | ||
510 | + .name = "slim", | ||
511 | + .int_bits = 12, | ||
512 | + .frac_bits = 12, | ||
513 | + FILL_CLOCK_MUX_INIT_INFO(SLIM, periph), | ||
514 | + }, | ||
515 | + [CPRMAN_CLOCK_SMI] = { | ||
516 | + .name = "smi", | ||
517 | + .int_bits = 4, | ||
518 | + .frac_bits = 8, | ||
519 | + FILL_CLOCK_MUX_INIT_INFO(SMI, periph), | ||
520 | + }, | ||
521 | + [CPRMAN_CLOCK_TEC] = { | ||
522 | + .name = "tec", | ||
523 | + .int_bits = 6, | ||
524 | + .frac_bits = 0, | ||
525 | + FILL_CLOCK_MUX_INIT_INFO(TEC, xosc), | ||
526 | + }, | ||
527 | + [CPRMAN_CLOCK_TD0] = { | ||
528 | + .name = "td0", | ||
529 | + FILL_CLOCK_MUX_INIT_INFO(TD0, unknown), | ||
530 | + }, | ||
531 | + [CPRMAN_CLOCK_TD1] = { | ||
532 | + .name = "td1", | ||
533 | + FILL_CLOCK_MUX_INIT_INFO(TD1, unknown), | ||
534 | + }, | ||
535 | + [CPRMAN_CLOCK_TSENS] = { | ||
536 | + .name = "tsens", | ||
537 | + .int_bits = 5, | ||
538 | + .frac_bits = 0, | ||
539 | + FILL_CLOCK_MUX_INIT_INFO(TSENS, xosc), | ||
540 | + }, | ||
541 | + [CPRMAN_CLOCK_TIMER] = { | ||
542 | + .name = "timer", | ||
543 | + .int_bits = 6, | ||
544 | + .frac_bits = 12, | ||
545 | + FILL_CLOCK_MUX_INIT_INFO(TIMER, xosc), | ||
546 | + }, | ||
547 | + [CPRMAN_CLOCK_UART] = { | ||
548 | + .name = "uart", | ||
549 | + .int_bits = 10, | ||
550 | + .frac_bits = 12, | ||
551 | + FILL_CLOCK_MUX_INIT_INFO(UART, periph), | ||
552 | + }, | ||
553 | + [CPRMAN_CLOCK_VEC] = { | ||
554 | + .name = "vec", | ||
555 | + .int_bits = 4, | ||
556 | + .frac_bits = 0, | ||
557 | + FILL_CLOCK_MUX_INIT_INFO(VEC, periph), | ||
558 | + }, | ||
559 | + [CPRMAN_CLOCK_PULSE] = { | ||
560 | + .name = "pulse", | ||
561 | + FILL_CLOCK_MUX_INIT_INFO(PULSE, xosc), | ||
562 | + }, | ||
563 | + [CPRMAN_CLOCK_SDC] = { | ||
564 | + .name = "sdram", | ||
565 | + .int_bits = 6, | ||
566 | + .frac_bits = 0, | ||
567 | + FILL_CLOCK_MUX_INIT_INFO(SDC, core), | ||
568 | + }, | ||
569 | + [CPRMAN_CLOCK_ARM] = { | ||
570 | + .name = "arm", | ||
571 | + FILL_CLOCK_MUX_INIT_INFO(ARM, unknown), | ||
572 | + }, | ||
573 | + [CPRMAN_CLOCK_AVEO] = { | ||
574 | + .name = "aveo", | ||
575 | + .int_bits = 4, | ||
576 | + .frac_bits = 0, | ||
577 | + FILL_CLOCK_MUX_INIT_INFO(AVEO, periph), | ||
578 | + }, | ||
579 | + [CPRMAN_CLOCK_EMMC] = { | ||
580 | + .name = "emmc", | ||
581 | + .int_bits = 4, | ||
582 | + .frac_bits = 8, | ||
583 | + FILL_CLOCK_MUX_INIT_INFO(EMMC, periph), | ||
584 | + }, | ||
585 | + [CPRMAN_CLOCK_EMMC2] = { | ||
586 | + .name = "emmc2", | ||
587 | + .int_bits = 4, | ||
588 | + .frac_bits = 8, | ||
589 | + FILL_CLOCK_MUX_INIT_INFO(EMMC2, unknown), | ||
590 | + }, | ||
591 | +}; | ||
592 | + | ||
593 | +#undef FILL_CLOCK_MUX_INIT_INFO | ||
594 | +#undef FILL_CLOCK_MUX_SRC_MAPPING_INIT_INFO | ||
595 | +#undef SRC_MAPPING_INFO_dsi1 | ||
596 | +#undef SRC_MAPPING_INFO_dsi0 | ||
597 | +#undef SRC_MAPPING_INFO_periph | ||
598 | +#undef SRC_MAPPING_INFO_core | ||
599 | +#undef SRC_MAPPING_INFO_xosc | ||
600 | +#undef SRC_MAPPING_INFO_unknown | ||
601 | + | ||
602 | +static inline void set_clock_mux_init_info(BCM2835CprmanState *s, | ||
603 | + CprmanClockMuxState *mux, | ||
604 | + CprmanClockMux id) | ||
605 | +{ | ||
606 | + mux->id = id; | ||
607 | + mux->reg_ctl = &s->regs[CLOCK_MUX_INIT_INFO[id].cm_offset]; | ||
608 | + mux->reg_div = &s->regs[CLOCK_MUX_INIT_INFO[id].cm_offset + 1]; | ||
609 | + mux->int_bits = CLOCK_MUX_INIT_INFO[id].int_bits; | ||
610 | + mux->frac_bits = CLOCK_MUX_INIT_INFO[id].frac_bits; | ||
611 | +} | ||
612 | + | ||
613 | #endif | ||
614 | diff --git a/hw/misc/bcm2835_cprman.c b/hw/misc/bcm2835_cprman.c | ||
615 | index XXXXXXX..XXXXXXX 100644 | ||
616 | --- a/hw/misc/bcm2835_cprman.c | ||
617 | +++ b/hw/misc/bcm2835_cprman.c | ||
618 | @@ -XXX,XX +XXX,XX @@ | ||
619 | * | ||
620 | * The page at https://elinux.org/The_Undocumented_Pi gives the actual clock | ||
621 | * tree configuration. | ||
622 | + * | ||
623 | + * The CPRMAN exposes clock outputs with the name of the clock mux suffixed | ||
624 | + * with "-out" (e.g. "uart-out", "h264-out", ...). | ||
625 | */ | ||
626 | |||
627 | #include "qemu/osdep.h" | ||
628 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo cprman_pll_channel_info = { | ||
629 | }; | ||
630 | |||
631 | |||
632 | +/* clock mux */ | ||
633 | + | ||
634 | +static void clock_mux_update(CprmanClockMuxState *mux) | ||
635 | +{ | ||
636 | + clock_update(mux->out, 0); | ||
637 | +} | ||
638 | + | ||
639 | +static void clock_mux_src_update(void *opaque) | ||
640 | +{ | ||
641 | + CprmanClockMuxState **backref = opaque; | ||
642 | + CprmanClockMuxState *s = *backref; | ||
643 | + | ||
644 | + clock_mux_update(s); | ||
645 | +} | ||
646 | + | ||
647 | +static void clock_mux_init(Object *obj) | ||
648 | +{ | ||
649 | + CprmanClockMuxState *s = CPRMAN_CLOCK_MUX(obj); | ||
650 | + size_t i; | ||
651 | + | ||
652 | + for (i = 0; i < CPRMAN_NUM_CLOCK_MUX_SRC; i++) { | ||
653 | + char *name = g_strdup_printf("srcs[%zu]", i); | ||
654 | + s->backref[i] = s; | ||
655 | + s->srcs[i] = qdev_init_clock_in(DEVICE(s), name, | ||
656 | + clock_mux_src_update, | ||
657 | + &s->backref[i]); | ||
658 | + g_free(name); | ||
659 | + } | ||
660 | + | ||
661 | + s->out = qdev_init_clock_out(DEVICE(s), "out"); | ||
662 | +} | ||
663 | + | ||
664 | +static const VMStateDescription clock_mux_vmstate = { | ||
665 | + .name = TYPE_CPRMAN_CLOCK_MUX, | ||
666 | + .version_id = 1, | ||
667 | + .minimum_version_id = 1, | ||
668 | + .fields = (VMStateField[]) { | ||
669 | + VMSTATE_ARRAY_CLOCK(srcs, CprmanClockMuxState, | ||
670 | + CPRMAN_NUM_CLOCK_MUX_SRC), | ||
671 | + VMSTATE_END_OF_LIST() | ||
672 | + } | ||
673 | +}; | ||
674 | + | ||
675 | +static void clock_mux_class_init(ObjectClass *klass, void *data) | ||
676 | +{ | ||
677 | + DeviceClass *dc = DEVICE_CLASS(klass); | ||
678 | + | ||
679 | + dc->vmsd = &clock_mux_vmstate; | ||
680 | +} | ||
681 | + | ||
682 | +static const TypeInfo cprman_clock_mux_info = { | ||
683 | + .name = TYPE_CPRMAN_CLOCK_MUX, | ||
684 | + .parent = TYPE_DEVICE, | ||
685 | + .instance_size = sizeof(CprmanClockMuxState), | ||
686 | + .class_init = clock_mux_class_init, | ||
687 | + .instance_init = clock_mux_init, | ||
688 | +}; | ||
689 | + | ||
690 | + | ||
691 | /* CPRMAN "top level" model */ | ||
692 | |||
693 | static uint32_t get_cm_lock(const BCM2835CprmanState *s) | ||
694 | @@ -XXX,XX +XXX,XX @@ static inline void update_channel_from_a2w(BCM2835CprmanState *s, size_t idx) | ||
34 | } | 695 | } |
35 | } | 696 | } |
36 | 697 | ||
37 | +/* Return 56 if TBI is enabled, 64 otherwise. */ | 698 | +static inline void update_mux_from_cm(BCM2835CprmanState *s, size_t idx) |
38 | +static int tlbbits_for_regime(CPUARMState *env, ARMMMUIdx mmu_idx, | ||
39 | + uint64_t addr) | ||
40 | +{ | 699 | +{ |
41 | + uint64_t tcr = regime_tcr(env, mmu_idx)->raw_tcr; | 700 | + size_t i; |
42 | + int tbi = aa64_va_parameter_tbi(tcr, mmu_idx); | 701 | + |
43 | + int select = extract64(addr, 55, 1); | 702 | + for (i = 0; i < CPRMAN_NUM_CLOCK_MUX; i++) { |
44 | + | 703 | + if ((CLOCK_MUX_INIT_INFO[i].cm_offset == idx) || |
45 | + return (tbi >> select) & 1 ? 56 : 64; | 704 | + (CLOCK_MUX_INIT_INFO[i].cm_offset + 4 == idx)) { |
705 | + /* matches CM_CTL or CM_DIV mux register */ | ||
706 | + clock_mux_update(&s->clock_muxes[i]); | ||
707 | + return; | ||
708 | + } | ||
709 | + } | ||
46 | +} | 710 | +} |
47 | + | 711 | + |
48 | +static int vae1_tlbbits(CPUARMState *env, uint64_t addr) | 712 | #define CASE_PLL_A2W_REGS(pll_) \ |
49 | +{ | 713 | case R_A2W_ ## pll_ ## _CTRL: \ |
50 | + ARMMMUIdx mmu_idx; | 714 | case R_A2W_ ## pll_ ## _ANA0: \ |
51 | + | 715 | @@ -XXX,XX +XXX,XX @@ static void cprman_write(void *opaque, hwaddr offset, |
52 | + /* Only the regime of the mmu_idx below is significant. */ | 716 | case R_A2W_PLLB_ARM: |
53 | + if (arm_is_secure_below_el3(env)) { | 717 | update_channel_from_a2w(s, idx); |
54 | + mmu_idx = ARMMMUIdx_SE10_0; | 718 | break; |
55 | + } else if ((env->cp15.hcr_el2 & (HCR_E2H | HCR_TGE)) | 719 | + |
56 | + == (HCR_E2H | HCR_TGE)) { | 720 | + case R_CM_GNRICCTL ... R_CM_SMIDIV: |
57 | + mmu_idx = ARMMMUIdx_E20_0; | 721 | + case R_CM_TCNTCNT ... R_CM_VECDIV: |
58 | + } else { | 722 | + case R_CM_PULSECTL ... R_CM_PULSEDIV: |
59 | + mmu_idx = ARMMMUIdx_E10_0; | 723 | + case R_CM_SDCCTL ... R_CM_ARMCTL: |
60 | + } | 724 | + case R_CM_AVEOCTL ... R_CM_EMMCDIV: |
61 | + return tlbbits_for_regime(env, mmu_idx, addr); | 725 | + case R_CM_EMMC2CTL ... R_CM_EMMC2DIV: |
62 | +} | 726 | + update_mux_from_cm(s, idx); |
63 | + | 727 | + break; |
64 | static void tlbi_aa64_vmalle1is_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
65 | uint64_t value) | ||
66 | { | ||
67 | @@ -XXX,XX +XXX,XX @@ static void tlbi_aa64_vae1is_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
68 | CPUState *cs = env_cpu(env); | ||
69 | int mask = vae1_tlbmask(env); | ||
70 | uint64_t pageaddr = sextract64(value << 12, 0, 56); | ||
71 | + int bits = vae1_tlbbits(env, pageaddr); | ||
72 | |||
73 | - tlb_flush_page_by_mmuidx_all_cpus_synced(cs, pageaddr, mask); | ||
74 | + tlb_flush_page_bits_by_mmuidx_all_cpus_synced(cs, pageaddr, mask, bits); | ||
75 | } | ||
76 | |||
77 | static void tlbi_aa64_vae1_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
78 | @@ -XXX,XX +XXX,XX @@ static void tlbi_aa64_vae1_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
79 | CPUState *cs = env_cpu(env); | ||
80 | int mask = vae1_tlbmask(env); | ||
81 | uint64_t pageaddr = sextract64(value << 12, 0, 56); | ||
82 | + int bits = vae1_tlbbits(env, pageaddr); | ||
83 | |||
84 | if (tlb_force_broadcast(env)) { | ||
85 | - tlb_flush_page_by_mmuidx_all_cpus_synced(cs, pageaddr, mask); | ||
86 | + tlb_flush_page_bits_by_mmuidx_all_cpus_synced(cs, pageaddr, mask, bits); | ||
87 | } else { | ||
88 | - tlb_flush_page_by_mmuidx(cs, pageaddr, mask); | ||
89 | + tlb_flush_page_bits_by_mmuidx(cs, pageaddr, mask, bits); | ||
90 | } | 728 | } |
91 | } | 729 | } |
92 | 730 | ||
93 | @@ -XXX,XX +XXX,XX @@ static void tlbi_aa64_vae2is_write(CPUARMState *env, const ARMCPRegInfo *ri, | 731 | @@ -XXX,XX +XXX,XX @@ static void cprman_reset(DeviceState *dev) |
732 | device_cold_reset(DEVICE(&s->channels[i])); | ||
733 | } | ||
734 | |||
735 | + for (i = 0; i < CPRMAN_NUM_CLOCK_MUX; i++) { | ||
736 | + device_cold_reset(DEVICE(&s->clock_muxes[i])); | ||
737 | + } | ||
738 | + | ||
739 | clock_update_hz(s->xosc, s->xosc_freq); | ||
740 | } | ||
741 | |||
742 | @@ -XXX,XX +XXX,XX @@ static void cprman_init(Object *obj) | ||
743 | set_pll_channel_init_info(s, &s->channels[i], i); | ||
744 | } | ||
745 | |||
746 | + for (i = 0; i < CPRMAN_NUM_CLOCK_MUX; i++) { | ||
747 | + char *alias; | ||
748 | + | ||
749 | + object_initialize_child(obj, CLOCK_MUX_INIT_INFO[i].name, | ||
750 | + &s->clock_muxes[i], | ||
751 | + TYPE_CPRMAN_CLOCK_MUX); | ||
752 | + set_clock_mux_init_info(s, &s->clock_muxes[i], i); | ||
753 | + | ||
754 | + /* Expose muxes output as CPRMAN outputs */ | ||
755 | + alias = g_strdup_printf("%s-out", CLOCK_MUX_INIT_INFO[i].name); | ||
756 | + qdev_alias_clock(DEVICE(&s->clock_muxes[i]), "out", DEVICE(obj), alias); | ||
757 | + g_free(alias); | ||
758 | + } | ||
759 | + | ||
760 | s->xosc = clock_new(obj, "xosc"); | ||
761 | + s->gnd = clock_new(obj, "gnd"); | ||
762 | + | ||
763 | + clock_set(s->gnd, 0); | ||
764 | |||
765 | memory_region_init_io(&s->iomem, obj, &cprman_ops, | ||
766 | s, "bcm2835-cprman", 0x2000); | ||
767 | sysbus_init_mmio(SYS_BUS_DEVICE(obj), &s->iomem); | ||
768 | } | ||
769 | |||
770 | +static void connect_mux_sources(BCM2835CprmanState *s, | ||
771 | + CprmanClockMuxState *mux, | ||
772 | + const CprmanPllChannel *clk_mapping) | ||
773 | +{ | ||
774 | + size_t i; | ||
775 | + Clock *td0 = s->clock_muxes[CPRMAN_CLOCK_TD0].out; | ||
776 | + Clock *td1 = s->clock_muxes[CPRMAN_CLOCK_TD1].out; | ||
777 | + | ||
778 | + /* For sources from 0 to 3. Source 4 to 9 are mux specific */ | ||
779 | + Clock * const CLK_SRC_MAPPING[] = { | ||
780 | + [CPRMAN_CLOCK_SRC_GND] = s->gnd, | ||
781 | + [CPRMAN_CLOCK_SRC_XOSC] = s->xosc, | ||
782 | + [CPRMAN_CLOCK_SRC_TD0] = td0, | ||
783 | + [CPRMAN_CLOCK_SRC_TD1] = td1, | ||
784 | + }; | ||
785 | + | ||
786 | + for (i = 0; i < CPRMAN_NUM_CLOCK_MUX_SRC; i++) { | ||
787 | + CprmanPllChannel mapping = clk_mapping[i]; | ||
788 | + Clock *src; | ||
789 | + | ||
790 | + if (mapping == CPRMAN_CLOCK_SRC_FORCE_GROUND) { | ||
791 | + src = s->gnd; | ||
792 | + } else if (mapping == CPRMAN_CLOCK_SRC_DSI0HSCK) { | ||
793 | + src = s->gnd; /* TODO */ | ||
794 | + } else if (i < CPRMAN_CLOCK_SRC_PLLA) { | ||
795 | + src = CLK_SRC_MAPPING[i]; | ||
796 | + } else { | ||
797 | + src = s->channels[mapping].out; | ||
798 | + } | ||
799 | + | ||
800 | + clock_set_source(mux->srcs[i], src); | ||
801 | + } | ||
802 | +} | ||
803 | + | ||
804 | static void cprman_realize(DeviceState *dev, Error **errp) | ||
94 | { | 805 | { |
95 | CPUState *cs = env_cpu(env); | 806 | BCM2835CprmanState *s = CPRMAN(dev); |
96 | uint64_t pageaddr = sextract64(value << 12, 0, 56); | 807 | @@ -XXX,XX +XXX,XX @@ static void cprman_realize(DeviceState *dev, Error **errp) |
97 | + int bits = tlbbits_for_regime(env, ARMMMUIdx_E2, pageaddr); | 808 | return; |
98 | 809 | } | |
99 | - tlb_flush_page_by_mmuidx_all_cpus_synced(cs, pageaddr, | 810 | } |
100 | - ARMMMUIdxBit_E2); | 811 | + |
101 | + tlb_flush_page_bits_by_mmuidx_all_cpus_synced(cs, pageaddr, | 812 | + for (i = 0; i < CPRMAN_NUM_CLOCK_MUX; i++) { |
102 | + ARMMMUIdxBit_E2, bits); | 813 | + CprmanClockMuxState *clock_mux = &s->clock_muxes[i]; |
814 | + | ||
815 | + connect_mux_sources(s, clock_mux, CLOCK_MUX_INIT_INFO[i].src_mapping); | ||
816 | + | ||
817 | + if (!qdev_realize(DEVICE(clock_mux), NULL, errp)) { | ||
818 | + return; | ||
819 | + } | ||
820 | + } | ||
103 | } | 821 | } |
104 | 822 | ||
105 | static void tlbi_aa64_vae3is_write(CPUARMState *env, const ARMCPRegInfo *ri, | 823 | static const VMStateDescription cprman_vmstate = { |
106 | @@ -XXX,XX +XXX,XX @@ static void tlbi_aa64_vae3is_write(CPUARMState *env, const ARMCPRegInfo *ri, | 824 | @@ -XXX,XX +XXX,XX @@ static void cprman_register_types(void) |
107 | { | 825 | type_register_static(&cprman_info); |
108 | CPUState *cs = env_cpu(env); | 826 | type_register_static(&cprman_pll_info); |
109 | uint64_t pageaddr = sextract64(value << 12, 0, 56); | 827 | type_register_static(&cprman_pll_channel_info); |
110 | + int bits = tlbbits_for_regime(env, ARMMMUIdx_SE3, pageaddr); | 828 | + type_register_static(&cprman_clock_mux_info); |
111 | |||
112 | - tlb_flush_page_by_mmuidx_all_cpus_synced(cs, pageaddr, | ||
113 | - ARMMMUIdxBit_SE3); | ||
114 | + tlb_flush_page_bits_by_mmuidx_all_cpus_synced(cs, pageaddr, | ||
115 | + ARMMMUIdxBit_SE3, bits); | ||
116 | } | 829 | } |
117 | 830 | ||
118 | static CPAccessResult aa64_zva_access(CPUARMState *env, const ARMCPRegInfo *ri, | 831 | type_init(cprman_register_types); |
119 | -- | 832 | -- |
120 | 2.20.1 | 833 | 2.20.1 |
121 | 834 | ||
122 | 835 | diff view generated by jsdifflib |
1 | The BLX immediate insn in the Thumb encoding always performs | 1 | From: Luc Michel <luc@lmichel.fr> |
---|---|---|---|
2 | a switch from Thumb to Arm state. This would be totally useless | ||
3 | in M-profile which has no Arm decoder, and so the instruction | ||
4 | does not exist at all there. Make the encoding UNDEF for M-profile. | ||
5 | 2 | ||
6 | (This part of the encoding space is used for the branch-future | 3 | A clock mux can be configured to select one of its 10 sources through |
7 | and low-overhead-loop insns in v8.1M.) | 4 | the CM_CTL register. It also embeds yet another clock divider, composed |
5 | of an integer part and a fractional part. The number of bits of each | ||
6 | part is mux dependent. | ||
8 | 7 | ||
9 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 8 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
9 | Signed-off-by: Luc Michel <luc@lmichel.fr> | ||
10 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
11 | Tested-by: Guenter Roeck <linux@roeck-us.net> | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | Message-id: 20201019151301.2046-6-peter.maydell@linaro.org | ||
12 | --- | 13 | --- |
13 | target/arm/translate.c | 8 ++++++++ | 14 | hw/misc/bcm2835_cprman.c | 53 +++++++++++++++++++++++++++++++++++++++- |
14 | 1 file changed, 8 insertions(+) | 15 | 1 file changed, 52 insertions(+), 1 deletion(-) |
15 | 16 | ||
16 | diff --git a/target/arm/translate.c b/target/arm/translate.c | 17 | diff --git a/hw/misc/bcm2835_cprman.c b/hw/misc/bcm2835_cprman.c |
17 | index XXXXXXX..XXXXXXX 100644 | 18 | index XXXXXXX..XXXXXXX 100644 |
18 | --- a/target/arm/translate.c | 19 | --- a/hw/misc/bcm2835_cprman.c |
19 | +++ b/target/arm/translate.c | 20 | +++ b/hw/misc/bcm2835_cprman.c |
20 | @@ -XXX,XX +XXX,XX @@ static bool trans_BLX_i(DisasContext *s, arg_BLX_i *a) | 21 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo cprman_pll_channel_info = { |
22 | |||
23 | /* clock mux */ | ||
24 | |||
25 | +static bool clock_mux_is_enabled(CprmanClockMuxState *mux) | ||
26 | +{ | ||
27 | + return FIELD_EX32(*mux->reg_ctl, CM_CLOCKx_CTL, ENABLE); | ||
28 | +} | ||
29 | + | ||
30 | static void clock_mux_update(CprmanClockMuxState *mux) | ||
21 | { | 31 | { |
22 | TCGv_i32 tmp; | 32 | - clock_update(mux->out, 0); |
23 | 33 | + uint64_t freq; | |
24 | + /* | 34 | + uint32_t div, src = FIELD_EX32(*mux->reg_ctl, CM_CLOCKx_CTL, SRC); |
25 | + * BLX <imm> would be useless on M-profile; the encoding space | 35 | + bool enabled = clock_mux_is_enabled(mux); |
26 | + * is used for other insns from v8.1M onward, and UNDEFs before that. | 36 | + |
27 | + */ | 37 | + *mux->reg_ctl = FIELD_DP32(*mux->reg_ctl, CM_CLOCKx_CTL, BUSY, enabled); |
28 | + if (arm_dc_feature(s, ARM_FEATURE_M)) { | 38 | + |
29 | + return false; | 39 | + if (!enabled) { |
40 | + clock_update(mux->out, 0); | ||
41 | + return; | ||
30 | + } | 42 | + } |
31 | + | 43 | + |
32 | /* For A32, ARM_FEATURE_V5 is checked near the start of the uncond block. */ | 44 | + freq = clock_get_hz(mux->srcs[src]); |
33 | if (s->thumb && (a->imm & 2)) { | 45 | + |
34 | return false; | 46 | + if (mux->int_bits == 0 && mux->frac_bits == 0) { |
47 | + clock_update_hz(mux->out, freq); | ||
48 | + return; | ||
49 | + } | ||
50 | + | ||
51 | + /* | ||
52 | + * The divider has an integer and a fractional part. The size of each part | ||
53 | + * varies with the muxes (int_bits and frac_bits). Both parts are | ||
54 | + * concatenated, with the integer part always starting at bit 12. | ||
55 | + * | ||
56 | + * 31 12 11 0 | ||
57 | + * ------------------------------ | ||
58 | + * CM_DIV | | int | frac | | | ||
59 | + * ------------------------------ | ||
60 | + * <-----> <------> | ||
61 | + * int_bits frac_bits | ||
62 | + */ | ||
63 | + div = extract32(*mux->reg_div, | ||
64 | + R_CM_CLOCKx_DIV_FRAC_LENGTH - mux->frac_bits, | ||
65 | + mux->int_bits + mux->frac_bits); | ||
66 | + | ||
67 | + if (!div) { | ||
68 | + clock_update(mux->out, 0); | ||
69 | + return; | ||
70 | + } | ||
71 | + | ||
72 | + freq = muldiv64(freq, 1 << mux->frac_bits, div); | ||
73 | + | ||
74 | + clock_update_hz(mux->out, freq); | ||
75 | } | ||
76 | |||
77 | static void clock_mux_src_update(void *opaque) | ||
78 | { | ||
79 | CprmanClockMuxState **backref = opaque; | ||
80 | CprmanClockMuxState *s = *backref; | ||
81 | + CprmanClockMuxSource src = backref - s->backref; | ||
82 | + | ||
83 | + if (FIELD_EX32(*s->reg_ctl, CM_CLOCKx_CTL, SRC) != src) { | ||
84 | + return; | ||
85 | + } | ||
86 | |||
87 | clock_mux_update(s); | ||
88 | } | ||
35 | -- | 89 | -- |
36 | 2.20.1 | 90 | 2.20.1 |
37 | 91 | ||
38 | 92 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | From: Luc Michel <luc@lmichel.fr> |
---|---|---|---|
2 | 2 | ||
3 | This peripheral has 1 free-running timer and 4 compare registers. | 3 | This simple mux sits between the PLL channels and the DSI0E and DSI0P |
4 | 4 | clock muxes. This mux selects between PLLA-DSI0 and PLLD-DSI0 channel | |
5 | Only the free-running timer is implemented. Add support the | 5 | and outputs the selected signal to source number 4 of DSI0E/P clock |
6 | COMPARE registers (each register is wired to an IRQ). | 6 | muxes. It is controlled by the cm_dsi0hsck register. |
7 | 7 | ||
8 | Reference: "BCM2835 ARM Peripherals" datasheet [*] | 8 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
9 | chapter 12 "System Timer": | 9 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
10 | 10 | Signed-off-by: Luc Michel <luc@lmichel.fr> | |
11 | The System Timer peripheral provides four 32-bit timer channels | 11 | Tested-by: Guenter Roeck <linux@roeck-us.net> |
12 | and a single 64-bit free running counter. Each channel has an | ||
13 | output compare register, which is compared against the 32 least | ||
14 | significant bits of the free running counter values. When the | ||
15 | two values match, the system timer peripheral generates a signal | ||
16 | to indicate a match for the appropriate channel. The match signal | ||
17 | is then fed into the interrupt controller. | ||
18 | |||
19 | This peripheral is used since Linux 3.7, commit ee4af5696720 | ||
20 | ("ARM: bcm2835: add system timer"). | ||
21 | |||
22 | [*] https://www.raspberrypi.org/app/uploads/2012/02/BCM2835-ARM-Peripherals.pdf | ||
23 | |||
24 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
25 | Reviewed-by: Luc Michel <luc@lmichel.fr> | ||
26 | Message-id: 20201010203709.3116542-4-f4bug@amsat.org | ||
27 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
28 | --- | 13 | --- |
29 | include/hw/timer/bcm2835_systmr.h | 11 +++++-- | 14 | include/hw/misc/bcm2835_cprman.h | 15 +++++ |
30 | hw/timer/bcm2835_systmr.c | 48 ++++++++++++++++++++----------- | 15 | include/hw/misc/bcm2835_cprman_internals.h | 6 ++ |
31 | hw/timer/trace-events | 6 ++-- | 16 | hw/misc/bcm2835_cprman.c | 74 +++++++++++++++++++++- |
32 | 3 files changed, 44 insertions(+), 21 deletions(-) | 17 | 3 files changed, 94 insertions(+), 1 deletion(-) |
33 | 18 | ||
34 | diff --git a/include/hw/timer/bcm2835_systmr.h b/include/hw/timer/bcm2835_systmr.h | 19 | diff --git a/include/hw/misc/bcm2835_cprman.h b/include/hw/misc/bcm2835_cprman.h |
35 | index XXXXXXX..XXXXXXX 100644 | 20 | index XXXXXXX..XXXXXXX 100644 |
36 | --- a/include/hw/timer/bcm2835_systmr.h | 21 | --- a/include/hw/misc/bcm2835_cprman.h |
37 | +++ b/include/hw/timer/bcm2835_systmr.h | 22 | +++ b/include/hw/misc/bcm2835_cprman.h |
38 | @@ -XXX,XX +XXX,XX @@ | 23 | @@ -XXX,XX +XXX,XX @@ typedef struct CprmanClockMuxState { |
39 | 24 | struct CprmanClockMuxState *backref[CPRMAN_NUM_CLOCK_MUX_SRC]; | |
40 | #include "hw/sysbus.h" | 25 | } CprmanClockMuxState; |
41 | #include "hw/irq.h" | 26 | |
42 | +#include "qemu/timer.h" | 27 | +typedef struct CprmanDsi0HsckMuxState { |
43 | #include "qom/object.h" | 28 | + /*< private >*/ |
44 | 29 | + DeviceState parent_obj; | |
45 | #define TYPE_BCM2835_SYSTIMER "bcm2835-sys-timer" | 30 | + |
46 | @@ -XXX,XX +XXX,XX @@ OBJECT_DECLARE_SIMPLE_TYPE(BCM2835SystemTimerState, BCM2835_SYSTIMER) | 31 | + /*< public >*/ |
47 | 32 | + CprmanClockMux id; | |
48 | #define BCM2835_SYSTIMER_COUNT 4 | 33 | + |
49 | 34 | + uint32_t *reg_cm; | |
50 | +typedef struct { | 35 | + |
51 | + unsigned id; | 36 | + Clock *plla_in; |
52 | + QEMUTimer timer; | 37 | + Clock *plld_in; |
53 | + qemu_irq irq; | 38 | + Clock *out; |
54 | + BCM2835SystemTimerState *state; | 39 | +} CprmanDsi0HsckMuxState; |
55 | +} BCM2835SystemTimerCompare; | 40 | + |
56 | + | 41 | struct BCM2835CprmanState { |
57 | struct BCM2835SystemTimerState { | ||
58 | /*< private >*/ | 42 | /*< private >*/ |
59 | SysBusDevice parent_obj; | 43 | SysBusDevice parent_obj; |
60 | 44 | @@ -XXX,XX +XXX,XX @@ struct BCM2835CprmanState { | |
61 | /*< public >*/ | 45 | CprmanPllState plls[CPRMAN_NUM_PLL]; |
62 | MemoryRegion iomem; | 46 | CprmanPllChannelState channels[CPRMAN_NUM_PLL_CHANNEL]; |
63 | - qemu_irq irq; | 47 | CprmanClockMuxState clock_muxes[CPRMAN_NUM_CLOCK_MUX]; |
64 | - | 48 | + CprmanDsi0HsckMuxState dsi0hsck_mux; |
65 | struct { | 49 | |
66 | uint32_t ctrl_status; | 50 | uint32_t regs[CPRMAN_NUM_REGS]; |
67 | uint32_t compare[BCM2835_SYSTIMER_COUNT]; | 51 | uint32_t xosc_freq; |
68 | } reg; | 52 | diff --git a/include/hw/misc/bcm2835_cprman_internals.h b/include/hw/misc/bcm2835_cprman_internals.h |
69 | + BCM2835SystemTimerCompare tmr[BCM2835_SYSTIMER_COUNT]; | 53 | index XXXXXXX..XXXXXXX 100644 |
54 | --- a/include/hw/misc/bcm2835_cprman_internals.h | ||
55 | +++ b/include/hw/misc/bcm2835_cprman_internals.h | ||
56 | @@ -XXX,XX +XXX,XX @@ | ||
57 | #define TYPE_CPRMAN_PLL "bcm2835-cprman-pll" | ||
58 | #define TYPE_CPRMAN_PLL_CHANNEL "bcm2835-cprman-pll-channel" | ||
59 | #define TYPE_CPRMAN_CLOCK_MUX "bcm2835-cprman-clock-mux" | ||
60 | +#define TYPE_CPRMAN_DSI0HSCK_MUX "bcm2835-cprman-dsi0hsck-mux" | ||
61 | |||
62 | DECLARE_INSTANCE_CHECKER(CprmanPllState, CPRMAN_PLL, | ||
63 | TYPE_CPRMAN_PLL) | ||
64 | @@ -XXX,XX +XXX,XX @@ DECLARE_INSTANCE_CHECKER(CprmanPllChannelState, CPRMAN_PLL_CHANNEL, | ||
65 | TYPE_CPRMAN_PLL_CHANNEL) | ||
66 | DECLARE_INSTANCE_CHECKER(CprmanClockMuxState, CPRMAN_CLOCK_MUX, | ||
67 | TYPE_CPRMAN_CLOCK_MUX) | ||
68 | +DECLARE_INSTANCE_CHECKER(CprmanDsi0HsckMuxState, CPRMAN_DSI0HSCK_MUX, | ||
69 | + TYPE_CPRMAN_DSI0HSCK_MUX) | ||
70 | |||
71 | /* Register map */ | ||
72 | |||
73 | @@ -XXX,XX +XXX,XX @@ REG32(CM_LOCK, 0x114) | ||
74 | FIELD(CM_LOCK, FLOCKB, 9, 1) | ||
75 | FIELD(CM_LOCK, FLOCKA, 8, 1) | ||
76 | |||
77 | +REG32(CM_DSI0HSCK, 0x120) | ||
78 | + FIELD(CM_DSI0HSCK, SELPLLD, 0, 1) | ||
79 | + | ||
80 | /* | ||
81 | * This field is common to all registers. Each register write value must match | ||
82 | * the CPRMAN_PASSWORD magic value in its 8 MSB. | ||
83 | diff --git a/hw/misc/bcm2835_cprman.c b/hw/misc/bcm2835_cprman.c | ||
84 | index XXXXXXX..XXXXXXX 100644 | ||
85 | --- a/hw/misc/bcm2835_cprman.c | ||
86 | +++ b/hw/misc/bcm2835_cprman.c | ||
87 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo cprman_clock_mux_info = { | ||
70 | }; | 88 | }; |
71 | 89 | ||
72 | #endif | 90 | |
73 | diff --git a/hw/timer/bcm2835_systmr.c b/hw/timer/bcm2835_systmr.c | 91 | +/* DSI0HSCK mux */ |
74 | index XXXXXXX..XXXXXXX 100644 | 92 | + |
75 | --- a/hw/timer/bcm2835_systmr.c | 93 | +static void dsi0hsck_mux_update(CprmanDsi0HsckMuxState *s) |
76 | +++ b/hw/timer/bcm2835_systmr.c | 94 | +{ |
77 | @@ -XXX,XX +XXX,XX @@ REG32(COMPARE1, 0x10) | 95 | + bool src_is_plld = FIELD_EX32(*s->reg_cm, CM_DSI0HSCK, SELPLLD); |
78 | REG32(COMPARE2, 0x14) | 96 | + Clock *src = src_is_plld ? s->plld_in : s->plla_in; |
79 | REG32(COMPARE3, 0x18) | 97 | + |
80 | 98 | + clock_update(s->out, clock_get(src)); | |
81 | -static void bcm2835_systmr_update_irq(BCM2835SystemTimerState *s) | 99 | +} |
82 | +static void bcm2835_systmr_timer_expire(void *opaque) | 100 | + |
83 | { | 101 | +static void dsi0hsck_mux_in_update(void *opaque) |
84 | - bool enable = !!s->reg.ctrl_status; | 102 | +{ |
85 | + BCM2835SystemTimerCompare *tmr = opaque; | 103 | + dsi0hsck_mux_update(CPRMAN_DSI0HSCK_MUX(opaque)); |
86 | 104 | +} | |
87 | - trace_bcm2835_systmr_irq(enable); | 105 | + |
88 | - qemu_set_irq(s->irq, enable); | 106 | +static void dsi0hsck_mux_init(Object *obj) |
89 | -} | 107 | +{ |
90 | - | 108 | + CprmanDsi0HsckMuxState *s = CPRMAN_DSI0HSCK_MUX(obj); |
91 | -static void bcm2835_systmr_update_compare(BCM2835SystemTimerState *s, | 109 | + DeviceState *dev = DEVICE(obj); |
92 | - unsigned timer_index) | 110 | + |
93 | -{ | 111 | + s->plla_in = qdev_init_clock_in(dev, "plla-in", dsi0hsck_mux_in_update, s); |
94 | - /* TODO fow now, since neither Linux nor U-boot use these timers. */ | 112 | + s->plld_in = qdev_init_clock_in(dev, "plld-in", dsi0hsck_mux_in_update, s); |
95 | - qemu_log_mask(LOG_UNIMP, "COMPARE register %u not implemented\n", | 113 | + s->out = qdev_init_clock_out(DEVICE(s), "out"); |
96 | - timer_index); | 114 | +} |
97 | + trace_bcm2835_systmr_timer_expired(tmr->id); | 115 | + |
98 | + tmr->state->reg.ctrl_status |= 1 << tmr->id; | 116 | +static const VMStateDescription dsi0hsck_mux_vmstate = { |
99 | + qemu_set_irq(tmr->irq, 1); | 117 | + .name = TYPE_CPRMAN_DSI0HSCK_MUX, |
118 | + .version_id = 1, | ||
119 | + .minimum_version_id = 1, | ||
120 | + .fields = (VMStateField[]) { | ||
121 | + VMSTATE_CLOCK(plla_in, CprmanDsi0HsckMuxState), | ||
122 | + VMSTATE_CLOCK(plld_in, CprmanDsi0HsckMuxState), | ||
123 | + VMSTATE_END_OF_LIST() | ||
124 | + } | ||
125 | +}; | ||
126 | + | ||
127 | +static void dsi0hsck_mux_class_init(ObjectClass *klass, void *data) | ||
128 | +{ | ||
129 | + DeviceClass *dc = DEVICE_CLASS(klass); | ||
130 | + | ||
131 | + dc->vmsd = &dsi0hsck_mux_vmstate; | ||
132 | +} | ||
133 | + | ||
134 | +static const TypeInfo cprman_dsi0hsck_mux_info = { | ||
135 | + .name = TYPE_CPRMAN_DSI0HSCK_MUX, | ||
136 | + .parent = TYPE_DEVICE, | ||
137 | + .instance_size = sizeof(CprmanDsi0HsckMuxState), | ||
138 | + .class_init = dsi0hsck_mux_class_init, | ||
139 | + .instance_init = dsi0hsck_mux_init, | ||
140 | +}; | ||
141 | + | ||
142 | + | ||
143 | /* CPRMAN "top level" model */ | ||
144 | |||
145 | static uint32_t get_cm_lock(const BCM2835CprmanState *s) | ||
146 | @@ -XXX,XX +XXX,XX @@ static void cprman_write(void *opaque, hwaddr offset, | ||
147 | case R_CM_EMMC2CTL ... R_CM_EMMC2DIV: | ||
148 | update_mux_from_cm(s, idx); | ||
149 | break; | ||
150 | + | ||
151 | + case R_CM_DSI0HSCK: | ||
152 | + dsi0hsck_mux_update(&s->dsi0hsck_mux); | ||
153 | + break; | ||
154 | } | ||
100 | } | 155 | } |
101 | 156 | ||
102 | static uint64_t bcm2835_systmr_read(void *opaque, hwaddr offset, | 157 | @@ -XXX,XX +XXX,XX @@ static void cprman_reset(DeviceState *dev) |
103 | @@ -XXX,XX +XXX,XX @@ static uint64_t bcm2835_systmr_read(void *opaque, hwaddr offset, | 158 | device_cold_reset(DEVICE(&s->channels[i])); |
159 | } | ||
160 | |||
161 | + device_cold_reset(DEVICE(&s->dsi0hsck_mux)); | ||
162 | + | ||
163 | for (i = 0; i < CPRMAN_NUM_CLOCK_MUX; i++) { | ||
164 | device_cold_reset(DEVICE(&s->clock_muxes[i])); | ||
165 | } | ||
166 | @@ -XXX,XX +XXX,XX @@ static void cprman_init(Object *obj) | ||
167 | set_pll_channel_init_info(s, &s->channels[i], i); | ||
168 | } | ||
169 | |||
170 | + object_initialize_child(obj, "dsi0hsck-mux", | ||
171 | + &s->dsi0hsck_mux, TYPE_CPRMAN_DSI0HSCK_MUX); | ||
172 | + s->dsi0hsck_mux.reg_cm = &s->regs[R_CM_DSI0HSCK]; | ||
173 | + | ||
174 | for (i = 0; i < CPRMAN_NUM_CLOCK_MUX; i++) { | ||
175 | char *alias; | ||
176 | |||
177 | @@ -XXX,XX +XXX,XX @@ static void connect_mux_sources(BCM2835CprmanState *s, | ||
178 | if (mapping == CPRMAN_CLOCK_SRC_FORCE_GROUND) { | ||
179 | src = s->gnd; | ||
180 | } else if (mapping == CPRMAN_CLOCK_SRC_DSI0HSCK) { | ||
181 | - src = s->gnd; /* TODO */ | ||
182 | + src = s->dsi0hsck_mux.out; | ||
183 | } else if (i < CPRMAN_CLOCK_SRC_PLLA) { | ||
184 | src = CLK_SRC_MAPPING[i]; | ||
185 | } else { | ||
186 | @@ -XXX,XX +XXX,XX @@ static void cprman_realize(DeviceState *dev, Error **errp) | ||
187 | } | ||
188 | } | ||
189 | |||
190 | + clock_set_source(s->dsi0hsck_mux.plla_in, | ||
191 | + s->channels[CPRMAN_PLLA_CHANNEL_DSI0].out); | ||
192 | + clock_set_source(s->dsi0hsck_mux.plld_in, | ||
193 | + s->channels[CPRMAN_PLLD_CHANNEL_DSI0].out); | ||
194 | + | ||
195 | + if (!qdev_realize(DEVICE(&s->dsi0hsck_mux), NULL, errp)) { | ||
196 | + return; | ||
197 | + } | ||
198 | + | ||
199 | for (i = 0; i < CPRMAN_NUM_CLOCK_MUX; i++) { | ||
200 | CprmanClockMuxState *clock_mux = &s->clock_muxes[i]; | ||
201 | |||
202 | @@ -XXX,XX +XXX,XX @@ static void cprman_register_types(void) | ||
203 | type_register_static(&cprman_pll_info); | ||
204 | type_register_static(&cprman_pll_channel_info); | ||
205 | type_register_static(&cprman_clock_mux_info); | ||
206 | + type_register_static(&cprman_dsi0hsck_mux_info); | ||
104 | } | 207 | } |
105 | 208 | ||
106 | static void bcm2835_systmr_write(void *opaque, hwaddr offset, | 209 | type_init(cprman_register_types); |
107 | - uint64_t value, unsigned size) | ||
108 | + uint64_t value64, unsigned size) | ||
109 | { | ||
110 | BCM2835SystemTimerState *s = BCM2835_SYSTIMER(opaque); | ||
111 | + int index; | ||
112 | + uint32_t value = value64; | ||
113 | + uint32_t triggers_delay_us; | ||
114 | + uint64_t now; | ||
115 | |||
116 | trace_bcm2835_systmr_write(offset, value); | ||
117 | switch (offset) { | ||
118 | case A_CTRL_STATUS: | ||
119 | s->reg.ctrl_status &= ~value; /* Ack */ | ||
120 | - bcm2835_systmr_update_irq(s); | ||
121 | + for (index = 0; index < ARRAY_SIZE(s->tmr); index++) { | ||
122 | + if (extract32(value, index, 1)) { | ||
123 | + trace_bcm2835_systmr_irq_ack(index); | ||
124 | + qemu_set_irq(s->tmr[index].irq, 0); | ||
125 | + } | ||
126 | + } | ||
127 | break; | ||
128 | case A_COMPARE0 ... A_COMPARE3: | ||
129 | - s->reg.compare[(offset - A_COMPARE0) >> 2] = value; | ||
130 | - bcm2835_systmr_update_compare(s, (offset - A_COMPARE0) >> 2); | ||
131 | + index = (offset - A_COMPARE0) >> 2; | ||
132 | + s->reg.compare[index] = value; | ||
133 | + now = qemu_clock_get_us(QEMU_CLOCK_VIRTUAL); | ||
134 | + /* Compare lower 32-bits of the free-running counter. */ | ||
135 | + triggers_delay_us = value - now; | ||
136 | + trace_bcm2835_systmr_run(index, triggers_delay_us); | ||
137 | + timer_mod(&s->tmr[index].timer, now + triggers_delay_us); | ||
138 | break; | ||
139 | case A_COUNTER_LOW: | ||
140 | case A_COUNTER_HIGH: | ||
141 | @@ -XXX,XX +XXX,XX @@ static void bcm2835_systmr_realize(DeviceState *dev, Error **errp) | ||
142 | memory_region_init_io(&s->iomem, OBJECT(dev), &bcm2835_systmr_ops, | ||
143 | s, "bcm2835-sys-timer", 0x20); | ||
144 | sysbus_init_mmio(SYS_BUS_DEVICE(dev), &s->iomem); | ||
145 | - sysbus_init_irq(SYS_BUS_DEVICE(dev), &s->irq); | ||
146 | + | ||
147 | + for (size_t i = 0; i < ARRAY_SIZE(s->tmr); i++) { | ||
148 | + s->tmr[i].id = i; | ||
149 | + s->tmr[i].state = s; | ||
150 | + sysbus_init_irq(SYS_BUS_DEVICE(dev), &s->tmr[i].irq); | ||
151 | + timer_init_us(&s->tmr[i].timer, QEMU_CLOCK_VIRTUAL, | ||
152 | + bcm2835_systmr_timer_expire, &s->tmr[i]); | ||
153 | + } | ||
154 | } | ||
155 | |||
156 | static const VMStateDescription bcm2835_systmr_vmstate = { | ||
157 | diff --git a/hw/timer/trace-events b/hw/timer/trace-events | ||
158 | index XXXXXXX..XXXXXXX 100644 | ||
159 | --- a/hw/timer/trace-events | ||
160 | +++ b/hw/timer/trace-events | ||
161 | @@ -XXX,XX +XXX,XX @@ nrf51_timer_write(uint8_t timer_id, uint64_t addr, uint32_t value, unsigned size | ||
162 | nrf51_timer_set_count(uint8_t timer_id, uint8_t counter_id, uint32_t value) "timer %u counter %u count 0x%" PRIx32 | ||
163 | |||
164 | # bcm2835_systmr.c | ||
165 | -bcm2835_systmr_irq(bool enable) "timer irq state %u" | ||
166 | +bcm2835_systmr_timer_expired(unsigned id) "timer #%u expired" | ||
167 | +bcm2835_systmr_irq_ack(unsigned id) "timer #%u acked" | ||
168 | bcm2835_systmr_read(uint64_t offset, uint64_t data) "timer read: offset 0x%" PRIx64 " data 0x%" PRIx64 | ||
169 | -bcm2835_systmr_write(uint64_t offset, uint64_t data) "timer write: offset 0x%" PRIx64 " data 0x%" PRIx64 | ||
170 | +bcm2835_systmr_write(uint64_t offset, uint32_t data) "timer write: offset 0x%" PRIx64 " data 0x%" PRIx32 | ||
171 | +bcm2835_systmr_run(unsigned id, uint64_t delay_us) "timer #%u expiring in %"PRIu64" us" | ||
172 | |||
173 | # avr_timer16.c | ||
174 | avr_timer16_read(uint8_t addr, uint8_t value) "timer16 read addr:%u value:%u" | ||
175 | -- | 210 | -- |
176 | 2.20.1 | 211 | 2.20.1 |
177 | 212 | ||
178 | 213 | diff view generated by jsdifflib |
1 | v8.1M's "low-overhead-loop" extension has three instructions | 1 | From: Luc Michel <luc@lmichel.fr> |
---|---|---|---|
2 | for looping: | 2 | |
3 | * DLS (start of a do-loop) | 3 | Those reset values have been extracted from a Raspberry Pi 3 model B |
4 | * WLS (start of a while-loop) | 4 | v1.2, using the 2020-08-20 version of raspios. The dump was done using |
5 | * LE (end of a loop) | 5 | the debugfs interface of the CPRMAN driver in Linux (under |
6 | 6 | '/sys/kernel/debug/clk'). Each exposed clock tree stage (PLLs, channels | |
7 | The loop-start instructions are both simple operations to start a | 7 | and muxes) can be observed by reading the 'regdump' file (e.g. |
8 | loop whose iteration count (if any) is in LR. The loop-end | 8 | 'plla/regdump'). |
9 | instruction handles "decrement iteration count and jump back to loop | 9 | |
10 | start"; it also caches the information about the branch back to the | 10 | Those values are set by the Raspberry Pi firmware at boot time (Linux |
11 | start of the loop to improve performance of the branch on subsequent | 11 | expects them to be set when it boots up). |
12 | iterations. | 12 | |
13 | 13 | Some stages are not exposed by the Linux driver (e.g. the PLL B). For | |
14 | As with the branch-future instructions, the architecture permits an | 14 | those, the reset values are unknown and left to 0 which implies a |
15 | implementation to discard the LO_BRANCH_INFO cache at any time, and | 15 | disabled output. |
16 | QEMU takes the IMPDEF option to never set it in the first place | 16 | |
17 | (equivalent to discarding it immediately), because for us a "real" | 17 | Once booted in QEMU, the final clock tree is very similar to the one |
18 | implementation would be unnecessary complexity. | 18 | visible on real hardware. The differences come from some unimplemented |
19 | 19 | devices for which the driver simply disable the corresponding clock. | |
20 | (This implementation only provides the simple looping constructs; the | 20 | |
21 | vector extension MVE (Helium) adds some extra variants to handle | 21 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
22 | looping across vectors. We'll add those later when we implement | 22 | Signed-off-by: Luc Michel <luc@lmichel.fr> |
23 | MVE.) | 23 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
24 | 24 | Tested-by: Guenter Roeck <linux@roeck-us.net> | |
25 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 25 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
26 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
27 | Message-id: 20201019151301.2046-8-peter.maydell@linaro.org | ||
28 | --- | 26 | --- |
29 | target/arm/t32.decode | 8 ++++ | 27 | include/hw/misc/bcm2835_cprman_internals.h | 269 +++++++++++++++++++++ |
30 | target/arm/translate.c | 93 +++++++++++++++++++++++++++++++++++++++++- | 28 | hw/misc/bcm2835_cprman.c | 31 +++ |
31 | 2 files changed, 99 insertions(+), 2 deletions(-) | 29 | 2 files changed, 300 insertions(+) |
32 | 30 | ||
33 | diff --git a/target/arm/t32.decode b/target/arm/t32.decode | 31 | diff --git a/include/hw/misc/bcm2835_cprman_internals.h b/include/hw/misc/bcm2835_cprman_internals.h |
34 | index XXXXXXX..XXXXXXX 100644 | 32 | index XXXXXXX..XXXXXXX 100644 |
35 | --- a/target/arm/t32.decode | 33 | --- a/include/hw/misc/bcm2835_cprman_internals.h |
36 | +++ b/target/arm/t32.decode | 34 | +++ b/include/hw/misc/bcm2835_cprman_internals.h |
37 | @@ -XXX,XX +XXX,XX @@ BL 1111 0. .......... 11.1 ............ @branch24 | 35 | @@ -XXX,XX +XXX,XX @@ static inline void set_clock_mux_init_info(BCM2835CprmanState *s, |
38 | BF 1111 0 boff:4 10 ----- 1110 - ---------- 1 # BF | 36 | mux->frac_bits = CLOCK_MUX_INIT_INFO[id].frac_bits; |
39 | BF 1111 0 boff:4 11 ----- 1110 0 0000000000 1 # BFX, BFLX | 37 | } |
40 | ] | 38 | |
41 | + [ | 39 | + |
42 | + # LE and WLS immediate | 40 | +/* |
43 | + %lob_imm 1:10 11:1 !function=times_2 | 41 | + * Object reset info |
44 | + | 42 | + * Those values have been dumped from a Raspberry Pi 3 Model B v1.2 using the |
45 | + DLS 1111 0 0000 100 rn:4 1110 0000 0000 0001 | 43 | + * clk debugfs interface in Linux. |
46 | + WLS 1111 0 0000 100 rn:4 1100 . .......... 1 imm=%lob_imm | 44 | + */ |
47 | + LE 1111 0 0000 0 f:1 0 1111 1100 . .......... 1 imm=%lob_imm | 45 | +typedef struct PLLResetInfo { |
48 | + ] | 46 | + uint32_t cm; |
49 | } | 47 | + uint32_t a2w_ctrl; |
50 | diff --git a/target/arm/translate.c b/target/arm/translate.c | 48 | + uint32_t a2w_ana[4]; |
49 | + uint32_t a2w_frac; | ||
50 | +} PLLResetInfo; | ||
51 | + | ||
52 | +static const PLLResetInfo PLL_RESET_INFO[] = { | ||
53 | + [CPRMAN_PLLA] = { | ||
54 | + .cm = 0x0000008a, | ||
55 | + .a2w_ctrl = 0x0002103a, | ||
56 | + .a2w_frac = 0x00098000, | ||
57 | + .a2w_ana = { 0x00000000, 0x00144000, 0x00000000, 0x00000100 } | ||
58 | + }, | ||
59 | + | ||
60 | + [CPRMAN_PLLC] = { | ||
61 | + .cm = 0x00000228, | ||
62 | + .a2w_ctrl = 0x0002103e, | ||
63 | + .a2w_frac = 0x00080000, | ||
64 | + .a2w_ana = { 0x00000000, 0x00144000, 0x00000000, 0x00000100 } | ||
65 | + }, | ||
66 | + | ||
67 | + [CPRMAN_PLLD] = { | ||
68 | + .cm = 0x0000020a, | ||
69 | + .a2w_ctrl = 0x00021034, | ||
70 | + .a2w_frac = 0x00015556, | ||
71 | + .a2w_ana = { 0x00000000, 0x00144000, 0x00000000, 0x00000100 } | ||
72 | + }, | ||
73 | + | ||
74 | + [CPRMAN_PLLH] = { | ||
75 | + .cm = 0x00000000, | ||
76 | + .a2w_ctrl = 0x0002102d, | ||
77 | + .a2w_frac = 0x00000000, | ||
78 | + .a2w_ana = { 0x00900000, 0x0000000c, 0x00000000, 0x00000000 } | ||
79 | + }, | ||
80 | + | ||
81 | + [CPRMAN_PLLB] = { | ||
82 | + /* unknown */ | ||
83 | + .cm = 0x00000000, | ||
84 | + .a2w_ctrl = 0x00000000, | ||
85 | + .a2w_frac = 0x00000000, | ||
86 | + .a2w_ana = { 0x00000000, 0x00000000, 0x00000000, 0x00000000 } | ||
87 | + } | ||
88 | +}; | ||
89 | + | ||
90 | +typedef struct PLLChannelResetInfo { | ||
91 | + /* | ||
92 | + * Even though a PLL channel has a CM register, it shares it with its | ||
93 | + * parent PLL. The parent already takes care of the reset value. | ||
94 | + */ | ||
95 | + uint32_t a2w_ctrl; | ||
96 | +} PLLChannelResetInfo; | ||
97 | + | ||
98 | +static const PLLChannelResetInfo PLL_CHANNEL_RESET_INFO[] = { | ||
99 | + [CPRMAN_PLLA_CHANNEL_DSI0] = { .a2w_ctrl = 0x00000100 }, | ||
100 | + [CPRMAN_PLLA_CHANNEL_CORE] = { .a2w_ctrl = 0x00000003 }, | ||
101 | + [CPRMAN_PLLA_CHANNEL_PER] = { .a2w_ctrl = 0x00000000 }, /* unknown */ | ||
102 | + [CPRMAN_PLLA_CHANNEL_CCP2] = { .a2w_ctrl = 0x00000100 }, | ||
103 | + | ||
104 | + [CPRMAN_PLLC_CHANNEL_CORE2] = { .a2w_ctrl = 0x00000100 }, | ||
105 | + [CPRMAN_PLLC_CHANNEL_CORE1] = { .a2w_ctrl = 0x00000100 }, | ||
106 | + [CPRMAN_PLLC_CHANNEL_PER] = { .a2w_ctrl = 0x00000002 }, | ||
107 | + [CPRMAN_PLLC_CHANNEL_CORE0] = { .a2w_ctrl = 0x00000002 }, | ||
108 | + | ||
109 | + [CPRMAN_PLLD_CHANNEL_DSI0] = { .a2w_ctrl = 0x00000100 }, | ||
110 | + [CPRMAN_PLLD_CHANNEL_CORE] = { .a2w_ctrl = 0x00000004 }, | ||
111 | + [CPRMAN_PLLD_CHANNEL_PER] = { .a2w_ctrl = 0x00000004 }, | ||
112 | + [CPRMAN_PLLD_CHANNEL_DSI1] = { .a2w_ctrl = 0x00000100 }, | ||
113 | + | ||
114 | + [CPRMAN_PLLH_CHANNEL_AUX] = { .a2w_ctrl = 0x00000004 }, | ||
115 | + [CPRMAN_PLLH_CHANNEL_RCAL] = { .a2w_ctrl = 0x00000000 }, | ||
116 | + [CPRMAN_PLLH_CHANNEL_PIX] = { .a2w_ctrl = 0x00000000 }, | ||
117 | + | ||
118 | + [CPRMAN_PLLB_CHANNEL_ARM] = { .a2w_ctrl = 0x00000000 }, /* unknown */ | ||
119 | +}; | ||
120 | + | ||
121 | +typedef struct ClockMuxResetInfo { | ||
122 | + uint32_t cm_ctl; | ||
123 | + uint32_t cm_div; | ||
124 | +} ClockMuxResetInfo; | ||
125 | + | ||
126 | +static const ClockMuxResetInfo CLOCK_MUX_RESET_INFO[] = { | ||
127 | + [CPRMAN_CLOCK_GNRIC] = { | ||
128 | + .cm_ctl = 0, /* unknown */ | ||
129 | + .cm_div = 0 | ||
130 | + }, | ||
131 | + | ||
132 | + [CPRMAN_CLOCK_VPU] = { | ||
133 | + .cm_ctl = 0x00000245, | ||
134 | + .cm_div = 0x00003000, | ||
135 | + }, | ||
136 | + | ||
137 | + [CPRMAN_CLOCK_SYS] = { | ||
138 | + .cm_ctl = 0, /* unknown */ | ||
139 | + .cm_div = 0 | ||
140 | + }, | ||
141 | + | ||
142 | + [CPRMAN_CLOCK_PERIA] = { | ||
143 | + .cm_ctl = 0, /* unknown */ | ||
144 | + .cm_div = 0 | ||
145 | + }, | ||
146 | + | ||
147 | + [CPRMAN_CLOCK_PERII] = { | ||
148 | + .cm_ctl = 0, /* unknown */ | ||
149 | + .cm_div = 0 | ||
150 | + }, | ||
151 | + | ||
152 | + [CPRMAN_CLOCK_H264] = { | ||
153 | + .cm_ctl = 0x00000244, | ||
154 | + .cm_div = 0x00003000, | ||
155 | + }, | ||
156 | + | ||
157 | + [CPRMAN_CLOCK_ISP] = { | ||
158 | + .cm_ctl = 0x00000244, | ||
159 | + .cm_div = 0x00003000, | ||
160 | + }, | ||
161 | + | ||
162 | + [CPRMAN_CLOCK_V3D] = { | ||
163 | + .cm_ctl = 0, /* unknown */ | ||
164 | + .cm_div = 0 | ||
165 | + }, | ||
166 | + | ||
167 | + [CPRMAN_CLOCK_CAM0] = { | ||
168 | + .cm_ctl = 0x00000000, | ||
169 | + .cm_div = 0x00000000, | ||
170 | + }, | ||
171 | + | ||
172 | + [CPRMAN_CLOCK_CAM1] = { | ||
173 | + .cm_ctl = 0x00000000, | ||
174 | + .cm_div = 0x00000000, | ||
175 | + }, | ||
176 | + | ||
177 | + [CPRMAN_CLOCK_CCP2] = { | ||
178 | + .cm_ctl = 0, /* unknown */ | ||
179 | + .cm_div = 0 | ||
180 | + }, | ||
181 | + | ||
182 | + [CPRMAN_CLOCK_DSI0E] = { | ||
183 | + .cm_ctl = 0x00000000, | ||
184 | + .cm_div = 0x00000000, | ||
185 | + }, | ||
186 | + | ||
187 | + [CPRMAN_CLOCK_DSI0P] = { | ||
188 | + .cm_ctl = 0x00000000, | ||
189 | + .cm_div = 0x00000000, | ||
190 | + }, | ||
191 | + | ||
192 | + [CPRMAN_CLOCK_DPI] = { | ||
193 | + .cm_ctl = 0x00000000, | ||
194 | + .cm_div = 0x00000000, | ||
195 | + }, | ||
196 | + | ||
197 | + [CPRMAN_CLOCK_GP0] = { | ||
198 | + .cm_ctl = 0x00000200, | ||
199 | + .cm_div = 0x00000000, | ||
200 | + }, | ||
201 | + | ||
202 | + [CPRMAN_CLOCK_GP1] = { | ||
203 | + .cm_ctl = 0x00000096, | ||
204 | + .cm_div = 0x00014000, | ||
205 | + }, | ||
206 | + | ||
207 | + [CPRMAN_CLOCK_GP2] = { | ||
208 | + .cm_ctl = 0x00000291, | ||
209 | + .cm_div = 0x00249f00, | ||
210 | + }, | ||
211 | + | ||
212 | + [CPRMAN_CLOCK_HSM] = { | ||
213 | + .cm_ctl = 0x00000000, | ||
214 | + .cm_div = 0x00000000, | ||
215 | + }, | ||
216 | + | ||
217 | + [CPRMAN_CLOCK_OTP] = { | ||
218 | + .cm_ctl = 0x00000091, | ||
219 | + .cm_div = 0x00004000, | ||
220 | + }, | ||
221 | + | ||
222 | + [CPRMAN_CLOCK_PCM] = { | ||
223 | + .cm_ctl = 0x00000200, | ||
224 | + .cm_div = 0x00000000, | ||
225 | + }, | ||
226 | + | ||
227 | + [CPRMAN_CLOCK_PWM] = { | ||
228 | + .cm_ctl = 0x00000200, | ||
229 | + .cm_div = 0x00000000, | ||
230 | + }, | ||
231 | + | ||
232 | + [CPRMAN_CLOCK_SLIM] = { | ||
233 | + .cm_ctl = 0x00000200, | ||
234 | + .cm_div = 0x00000000, | ||
235 | + }, | ||
236 | + | ||
237 | + [CPRMAN_CLOCK_SMI] = { | ||
238 | + .cm_ctl = 0x00000000, | ||
239 | + .cm_div = 0x00000000, | ||
240 | + }, | ||
241 | + | ||
242 | + [CPRMAN_CLOCK_TEC] = { | ||
243 | + .cm_ctl = 0x00000000, | ||
244 | + .cm_div = 0x00000000, | ||
245 | + }, | ||
246 | + | ||
247 | + [CPRMAN_CLOCK_TD0] = { | ||
248 | + .cm_ctl = 0, /* unknown */ | ||
249 | + .cm_div = 0 | ||
250 | + }, | ||
251 | + | ||
252 | + [CPRMAN_CLOCK_TD1] = { | ||
253 | + .cm_ctl = 0, /* unknown */ | ||
254 | + .cm_div = 0 | ||
255 | + }, | ||
256 | + | ||
257 | + [CPRMAN_CLOCK_TSENS] = { | ||
258 | + .cm_ctl = 0x00000091, | ||
259 | + .cm_div = 0x0000a000, | ||
260 | + }, | ||
261 | + | ||
262 | + [CPRMAN_CLOCK_TIMER] = { | ||
263 | + .cm_ctl = 0x00000291, | ||
264 | + .cm_div = 0x00013333, | ||
265 | + }, | ||
266 | + | ||
267 | + [CPRMAN_CLOCK_UART] = { | ||
268 | + .cm_ctl = 0x00000296, | ||
269 | + .cm_div = 0x0000a6ab, | ||
270 | + }, | ||
271 | + | ||
272 | + [CPRMAN_CLOCK_VEC] = { | ||
273 | + .cm_ctl = 0x00000097, | ||
274 | + .cm_div = 0x00002000, | ||
275 | + }, | ||
276 | + | ||
277 | + [CPRMAN_CLOCK_PULSE] = { | ||
278 | + .cm_ctl = 0, /* unknown */ | ||
279 | + .cm_div = 0 | ||
280 | + }, | ||
281 | + | ||
282 | + [CPRMAN_CLOCK_SDC] = { | ||
283 | + .cm_ctl = 0x00004006, | ||
284 | + .cm_div = 0x00003000, | ||
285 | + }, | ||
286 | + | ||
287 | + [CPRMAN_CLOCK_ARM] = { | ||
288 | + .cm_ctl = 0, /* unknown */ | ||
289 | + .cm_div = 0 | ||
290 | + }, | ||
291 | + | ||
292 | + [CPRMAN_CLOCK_AVEO] = { | ||
293 | + .cm_ctl = 0x00000000, | ||
294 | + .cm_div = 0x00000000, | ||
295 | + }, | ||
296 | + | ||
297 | + [CPRMAN_CLOCK_EMMC] = { | ||
298 | + .cm_ctl = 0x00000295, | ||
299 | + .cm_div = 0x00006000, | ||
300 | + }, | ||
301 | + | ||
302 | + [CPRMAN_CLOCK_EMMC2] = { | ||
303 | + .cm_ctl = 0, /* unknown */ | ||
304 | + .cm_div = 0 | ||
305 | + }, | ||
306 | +}; | ||
307 | + | ||
308 | #endif | ||
309 | diff --git a/hw/misc/bcm2835_cprman.c b/hw/misc/bcm2835_cprman.c | ||
51 | index XXXXXXX..XXXXXXX 100644 | 310 | index XXXXXXX..XXXXXXX 100644 |
52 | --- a/target/arm/translate.c | 311 | --- a/hw/misc/bcm2835_cprman.c |
53 | +++ b/target/arm/translate.c | 312 | +++ b/hw/misc/bcm2835_cprman.c |
54 | @@ -XXX,XX +XXX,XX @@ static void gen_goto_tb(DisasContext *s, int n, target_ulong dest) | 313 | @@ -XXX,XX +XXX,XX @@ |
55 | s->base.is_jmp = DISAS_NORETURN; | 314 | |
56 | } | 315 | /* PLL */ |
57 | 316 | ||
58 | -static inline void gen_jmp (DisasContext *s, uint32_t dest) | 317 | +static void pll_reset(DeviceState *dev) |
59 | +/* Jump, specifying which TB number to use if we gen_goto_tb() */ | ||
60 | +static inline void gen_jmp_tb(DisasContext *s, uint32_t dest, int tbno) | ||
61 | { | ||
62 | if (unlikely(is_singlestepping(s))) { | ||
63 | /* An indirect jump so that we still trigger the debug exception. */ | ||
64 | gen_set_pc_im(s, dest); | ||
65 | s->base.is_jmp = DISAS_JUMP; | ||
66 | } else { | ||
67 | - gen_goto_tb(s, 0, dest); | ||
68 | + gen_goto_tb(s, tbno, dest); | ||
69 | } | ||
70 | } | ||
71 | |||
72 | +static inline void gen_jmp(DisasContext *s, uint32_t dest) | ||
73 | +{ | 318 | +{ |
74 | + gen_jmp_tb(s, dest, 0); | 319 | + CprmanPllState *s = CPRMAN_PLL(dev); |
320 | + const PLLResetInfo *info = &PLL_RESET_INFO[s->id]; | ||
321 | + | ||
322 | + *s->reg_cm = info->cm; | ||
323 | + *s->reg_a2w_ctrl = info->a2w_ctrl; | ||
324 | + memcpy(s->reg_a2w_ana, info->a2w_ana, sizeof(info->a2w_ana)); | ||
325 | + *s->reg_a2w_frac = info->a2w_frac; | ||
75 | +} | 326 | +} |
76 | + | 327 | + |
77 | static inline void gen_mulxy(TCGv_i32 t0, TCGv_i32 t1, int x, int y) | 328 | static bool pll_is_locked(const CprmanPllState *pll) |
78 | { | 329 | { |
79 | if (x) | 330 | return !FIELD_EX32(*pll->reg_a2w_ctrl, A2W_PLLx_CTRL, PWRDN) |
80 | @@ -XXX,XX +XXX,XX @@ static bool trans_BF(DisasContext *s, arg_BF *a) | 331 | @@ -XXX,XX +XXX,XX @@ static void pll_class_init(ObjectClass *klass, void *data) |
81 | return true; | 332 | { |
82 | } | 333 | DeviceClass *dc = DEVICE_CLASS(klass); |
83 | 334 | ||
84 | +static bool trans_DLS(DisasContext *s, arg_DLS *a) | 335 | + dc->reset = pll_reset; |
336 | dc->vmsd = &pll_vmstate; | ||
337 | } | ||
338 | |||
339 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo cprman_pll_info = { | ||
340 | |||
341 | /* PLL channel */ | ||
342 | |||
343 | +static void pll_channel_reset(DeviceState *dev) | ||
85 | +{ | 344 | +{ |
86 | + /* M-profile low-overhead loop start */ | 345 | + CprmanPllChannelState *s = CPRMAN_PLL_CHANNEL(dev); |
87 | + TCGv_i32 tmp; | 346 | + const PLLChannelResetInfo *info = &PLL_CHANNEL_RESET_INFO[s->id]; |
88 | + | 347 | + |
89 | + if (!dc_isar_feature(aa32_lob, s)) { | 348 | + *s->reg_a2w_ctrl = info->a2w_ctrl; |
90 | + return false; | ||
91 | + } | ||
92 | + if (a->rn == 13 || a->rn == 15) { | ||
93 | + /* CONSTRAINED UNPREDICTABLE: we choose to UNDEF */ | ||
94 | + return false; | ||
95 | + } | ||
96 | + | ||
97 | + /* Not a while loop, no tail predication: just set LR to the count */ | ||
98 | + tmp = load_reg(s, a->rn); | ||
99 | + store_reg(s, 14, tmp); | ||
100 | + return true; | ||
101 | +} | 349 | +} |
102 | + | 350 | + |
103 | +static bool trans_WLS(DisasContext *s, arg_WLS *a) | 351 | static bool pll_channel_is_enabled(CprmanPllChannelState *channel) |
352 | { | ||
353 | /* | ||
354 | @@ -XXX,XX +XXX,XX @@ static void pll_channel_class_init(ObjectClass *klass, void *data) | ||
355 | { | ||
356 | DeviceClass *dc = DEVICE_CLASS(klass); | ||
357 | |||
358 | + dc->reset = pll_channel_reset; | ||
359 | dc->vmsd = &pll_channel_vmstate; | ||
360 | } | ||
361 | |||
362 | @@ -XXX,XX +XXX,XX @@ static void clock_mux_src_update(void *opaque) | ||
363 | clock_mux_update(s); | ||
364 | } | ||
365 | |||
366 | +static void clock_mux_reset(DeviceState *dev) | ||
104 | +{ | 367 | +{ |
105 | + /* M-profile low-overhead while-loop start */ | 368 | + CprmanClockMuxState *clock = CPRMAN_CLOCK_MUX(dev); |
106 | + TCGv_i32 tmp; | 369 | + const ClockMuxResetInfo *info = &CLOCK_MUX_RESET_INFO[clock->id]; |
107 | + TCGLabel *nextlabel; | 370 | + |
108 | + | 371 | + *clock->reg_ctl = info->cm_ctl; |
109 | + if (!dc_isar_feature(aa32_lob, s)) { | 372 | + *clock->reg_div = info->cm_div; |
110 | + return false; | ||
111 | + } | ||
112 | + if (a->rn == 13 || a->rn == 15) { | ||
113 | + /* CONSTRAINED UNPREDICTABLE: we choose to UNDEF */ | ||
114 | + return false; | ||
115 | + } | ||
116 | + if (s->condexec_mask) { | ||
117 | + /* | ||
118 | + * WLS in an IT block is CONSTRAINED UNPREDICTABLE; | ||
119 | + * we choose to UNDEF, because otherwise our use of | ||
120 | + * gen_goto_tb(1) would clash with the use of TB exit 1 | ||
121 | + * in the dc->condjmp condition-failed codepath in | ||
122 | + * arm_tr_tb_stop() and we'd get an assertion. | ||
123 | + */ | ||
124 | + return false; | ||
125 | + } | ||
126 | + nextlabel = gen_new_label(); | ||
127 | + tcg_gen_brcondi_i32(TCG_COND_EQ, cpu_R[a->rn], 0, nextlabel); | ||
128 | + tmp = load_reg(s, a->rn); | ||
129 | + store_reg(s, 14, tmp); | ||
130 | + gen_jmp_tb(s, s->base.pc_next, 1); | ||
131 | + | ||
132 | + gen_set_label(nextlabel); | ||
133 | + gen_jmp(s, read_pc(s) + a->imm); | ||
134 | + return true; | ||
135 | +} | 373 | +} |
136 | + | 374 | + |
137 | +static bool trans_LE(DisasContext *s, arg_LE *a) | 375 | static void clock_mux_init(Object *obj) |
138 | +{ | 376 | { |
139 | + /* | 377 | CprmanClockMuxState *s = CPRMAN_CLOCK_MUX(obj); |
140 | + * M-profile low-overhead loop end. The architecture permits an | 378 | @@ -XXX,XX +XXX,XX @@ static void clock_mux_class_init(ObjectClass *klass, void *data) |
141 | + * implementation to discard the LO_BRANCH_INFO cache at any time, | 379 | { |
142 | + * and we take the IMPDEF option to never set it in the first place | 380 | DeviceClass *dc = DEVICE_CLASS(klass); |
143 | + * (equivalent to always discarding it immediately), because for QEMU | 381 | |
144 | + * a "real" implementation would be complicated and wouldn't execute | 382 | + dc->reset = clock_mux_reset; |
145 | + * any faster. | 383 | dc->vmsd = &clock_mux_vmstate; |
146 | + */ | 384 | } |
147 | + TCGv_i32 tmp; | 385 | |
148 | + | ||
149 | + if (!dc_isar_feature(aa32_lob, s)) { | ||
150 | + return false; | ||
151 | + } | ||
152 | + | ||
153 | + if (!a->f) { | ||
154 | + /* Not loop-forever. If LR <= 1 this is the last loop: do nothing. */ | ||
155 | + arm_gen_condlabel(s); | ||
156 | + tcg_gen_brcondi_i32(TCG_COND_LEU, cpu_R[14], 1, s->condlabel); | ||
157 | + /* Decrement LR */ | ||
158 | + tmp = load_reg(s, 14); | ||
159 | + tcg_gen_addi_i32(tmp, tmp, -1); | ||
160 | + store_reg(s, 14, tmp); | ||
161 | + } | ||
162 | + /* Jump back to the loop start */ | ||
163 | + gen_jmp(s, read_pc(s) - a->imm); | ||
164 | + return true; | ||
165 | +} | ||
166 | + | ||
167 | static bool op_tbranch(DisasContext *s, arg_tbranch *a, bool half) | ||
168 | { | ||
169 | TCGv_i32 addr, tmp; | ||
170 | -- | 386 | -- |
171 | 2.20.1 | 387 | 2.20.1 |
172 | 388 | ||
173 | 389 | diff view generated by jsdifflib |
1 | v8.1M implements a new 'branch future' feature, which is a | 1 | From: Luc Michel <luc@lmichel.fr> |
---|---|---|---|
2 | set of instructions that request the CPU to perform a branch | ||
3 | "in the future", when it reaches a particular execution address. | ||
4 | In hardware, the expected implementation is that the information | ||
5 | about the branch location and destination is cached and then | ||
6 | acted upon when execution reaches the specified address. | ||
7 | However the architecture permits an implementation to discard | ||
8 | this cached information at any point, and so guest code must | ||
9 | always include a normal branch insn at the branch point as | ||
10 | a fallback. In particular, an implementation is specifically | ||
11 | permitted to treat all BF insns as NOPs (which is equivalent | ||
12 | to discarding the cached information immediately). | ||
13 | 2 | ||
14 | For QEMU, implementing this caching of branch information | 3 | Add a clock input to the PL011 UART so we can compute the current baud |
15 | would be complicated and would not improve the speed of | 4 | rate and trace it. This is intended for developers who wish to use QEMU |
16 | execution at all, so we make the IMPDEF choice to implement | 5 | to e.g. debug their firmware or to figure out the baud rate configured |
17 | all BF insns as NOPs. | 6 | by an unknown/closed source binary. |
18 | 7 | ||
19 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 8 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
9 | Signed-off-by: Luc Michel <luc@lmichel.fr> | ||
10 | Tested-by: Guenter Roeck <linux@roeck-us.net> | ||
11 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
20 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
21 | Message-id: 20201019151301.2046-7-peter.maydell@linaro.org | ||
22 | --- | 13 | --- |
23 | target/arm/cpu.h | 6 ++++++ | 14 | include/hw/char/pl011.h | 1 + |
24 | target/arm/t32.decode | 13 ++++++++++++- | 15 | hw/char/pl011.c | 45 +++++++++++++++++++++++++++++++++++++++++ |
25 | target/arm/translate.c | 20 ++++++++++++++++++++ | 16 | hw/char/trace-events | 1 + |
26 | 3 files changed, 38 insertions(+), 1 deletion(-) | 17 | 3 files changed, 47 insertions(+) |
27 | 18 | ||
28 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | 19 | diff --git a/include/hw/char/pl011.h b/include/hw/char/pl011.h |
29 | index XXXXXXX..XXXXXXX 100644 | 20 | index XXXXXXX..XXXXXXX 100644 |
30 | --- a/target/arm/cpu.h | 21 | --- a/include/hw/char/pl011.h |
31 | +++ b/target/arm/cpu.h | 22 | +++ b/include/hw/char/pl011.h |
32 | @@ -XXX,XX +XXX,XX @@ static inline bool isar_feature_aa32_arm_div(const ARMISARegisters *id) | 23 | @@ -XXX,XX +XXX,XX @@ struct PL011State { |
33 | return FIELD_EX32(id->id_isar0, ID_ISAR0, DIVIDE) > 1; | 24 | int read_trigger; |
25 | CharBackend chr; | ||
26 | qemu_irq irq[6]; | ||
27 | + Clock *clk; | ||
28 | const unsigned char *id; | ||
29 | }; | ||
30 | |||
31 | diff --git a/hw/char/pl011.c b/hw/char/pl011.c | ||
32 | index XXXXXXX..XXXXXXX 100644 | ||
33 | --- a/hw/char/pl011.c | ||
34 | +++ b/hw/char/pl011.c | ||
35 | @@ -XXX,XX +XXX,XX @@ | ||
36 | #include "hw/char/pl011.h" | ||
37 | #include "hw/irq.h" | ||
38 | #include "hw/sysbus.h" | ||
39 | +#include "hw/qdev-clock.h" | ||
40 | #include "migration/vmstate.h" | ||
41 | #include "chardev/char-fe.h" | ||
42 | #include "qemu/log.h" | ||
43 | @@ -XXX,XX +XXX,XX @@ static void pl011_set_read_trigger(PL011State *s) | ||
44 | s->read_trigger = 1; | ||
34 | } | 45 | } |
35 | 46 | ||
36 | +static inline bool isar_feature_aa32_lob(const ARMISARegisters *id) | 47 | +static unsigned int pl011_get_baudrate(const PL011State *s) |
37 | +{ | 48 | +{ |
38 | + /* (M-profile) low-overhead loops and branch future */ | 49 | + uint64_t clk; |
39 | + return FIELD_EX32(id->id_isar0, ID_ISAR0, CMPBRANCH) >= 3; | 50 | + |
51 | + if (s->fbrd == 0) { | ||
52 | + return 0; | ||
53 | + } | ||
54 | + | ||
55 | + clk = clock_get_hz(s->clk); | ||
56 | + return (clk / ((s->ibrd << 6) + s->fbrd)) << 2; | ||
40 | +} | 57 | +} |
41 | + | 58 | + |
42 | static inline bool isar_feature_aa32_jazelle(const ARMISARegisters *id) | 59 | +static void pl011_trace_baudrate_change(const PL011State *s) |
43 | { | ||
44 | return FIELD_EX32(id->id_isar1, ID_ISAR1, JAZELLE) != 0; | ||
45 | diff --git a/target/arm/t32.decode b/target/arm/t32.decode | ||
46 | index XXXXXXX..XXXXXXX 100644 | ||
47 | --- a/target/arm/t32.decode | ||
48 | +++ b/target/arm/t32.decode | ||
49 | @@ -XXX,XX +XXX,XX @@ MRC 1110 1110 ... 1 .... .... .... ... 1 .... @mcr | ||
50 | |||
51 | B 1111 0. .......... 10.1 ............ @branch24 | ||
52 | BL 1111 0. .......... 11.1 ............ @branch24 | ||
53 | -BLX_i 1111 0. .......... 11.0 ............ @branch24 | ||
54 | +{ | 60 | +{ |
55 | + # BLX_i is non-M-profile only | 61 | + trace_pl011_baudrate_change(pl011_get_baudrate(s), |
56 | + BLX_i 1111 0. .......... 11.0 ............ @branch24 | 62 | + clock_get_hz(s->clk), |
57 | + # M-profile only: loop and branch insns | 63 | + s->ibrd, s->fbrd); |
58 | + [ | ||
59 | + # All these BF insns have boff != 0b0000; we NOP them all | ||
60 | + BF 1111 0 boff:4 ------- 1100 - ---------- 1 # BFL | ||
61 | + BF 1111 0 boff:4 0 ------ 1110 - ---------- 1 # BFCSEL | ||
62 | + BF 1111 0 boff:4 10 ----- 1110 - ---------- 1 # BF | ||
63 | + BF 1111 0 boff:4 11 ----- 1110 0 0000000000 1 # BFX, BFLX | ||
64 | + ] | ||
65 | +} | ||
66 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
67 | index XXXXXXX..XXXXXXX 100644 | ||
68 | --- a/target/arm/translate.c | ||
69 | +++ b/target/arm/translate.c | ||
70 | @@ -XXX,XX +XXX,XX @@ static bool trans_BLX_suffix(DisasContext *s, arg_BLX_suffix *a) | ||
71 | return true; | ||
72 | } | ||
73 | |||
74 | +static bool trans_BF(DisasContext *s, arg_BF *a) | ||
75 | +{ | ||
76 | + /* | ||
77 | + * M-profile branch future insns. The architecture permits an | ||
78 | + * implementation to implement these as NOPs (equivalent to | ||
79 | + * discarding the LO_BRANCH_INFO cache immediately), and we | ||
80 | + * take that IMPDEF option because for QEMU a "real" implementation | ||
81 | + * would be complicated and wouldn't execute any faster. | ||
82 | + */ | ||
83 | + if (!dc_isar_feature(aa32_lob, s)) { | ||
84 | + return false; | ||
85 | + } | ||
86 | + if (a->boff == 0) { | ||
87 | + /* SEE "Related encodings" (loop insns) */ | ||
88 | + return false; | ||
89 | + } | ||
90 | + /* Handle as NOP */ | ||
91 | + return true; | ||
92 | +} | 64 | +} |
93 | + | 65 | + |
94 | static bool op_tbranch(DisasContext *s, arg_tbranch *a, bool half) | 66 | static void pl011_write(void *opaque, hwaddr offset, |
67 | uint64_t value, unsigned size) | ||
95 | { | 68 | { |
96 | TCGv_i32 addr, tmp; | 69 | @@ -XXX,XX +XXX,XX @@ static void pl011_write(void *opaque, hwaddr offset, |
70 | break; | ||
71 | case 9: /* UARTIBRD */ | ||
72 | s->ibrd = value; | ||
73 | + pl011_trace_baudrate_change(s); | ||
74 | break; | ||
75 | case 10: /* UARTFBRD */ | ||
76 | s->fbrd = value; | ||
77 | + pl011_trace_baudrate_change(s); | ||
78 | break; | ||
79 | case 11: /* UARTLCR_H */ | ||
80 | /* Reset the FIFO state on FIFO enable or disable */ | ||
81 | @@ -XXX,XX +XXX,XX @@ static void pl011_event(void *opaque, QEMUChrEvent event) | ||
82 | pl011_put_fifo(opaque, 0x400); | ||
83 | } | ||
84 | |||
85 | +static void pl011_clock_update(void *opaque) | ||
86 | +{ | ||
87 | + PL011State *s = PL011(opaque); | ||
88 | + | ||
89 | + pl011_trace_baudrate_change(s); | ||
90 | +} | ||
91 | + | ||
92 | static const MemoryRegionOps pl011_ops = { | ||
93 | .read = pl011_read, | ||
94 | .write = pl011_write, | ||
95 | .endianness = DEVICE_NATIVE_ENDIAN, | ||
96 | }; | ||
97 | |||
98 | +static const VMStateDescription vmstate_pl011_clock = { | ||
99 | + .name = "pl011/clock", | ||
100 | + .version_id = 1, | ||
101 | + .minimum_version_id = 1, | ||
102 | + .fields = (VMStateField[]) { | ||
103 | + VMSTATE_CLOCK(clk, PL011State), | ||
104 | + VMSTATE_END_OF_LIST() | ||
105 | + } | ||
106 | +}; | ||
107 | + | ||
108 | static const VMStateDescription vmstate_pl011 = { | ||
109 | .name = "pl011", | ||
110 | .version_id = 2, | ||
111 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_pl011 = { | ||
112 | VMSTATE_INT32(read_count, PL011State), | ||
113 | VMSTATE_INT32(read_trigger, PL011State), | ||
114 | VMSTATE_END_OF_LIST() | ||
115 | + }, | ||
116 | + .subsections = (const VMStateDescription * []) { | ||
117 | + &vmstate_pl011_clock, | ||
118 | + NULL | ||
119 | } | ||
120 | }; | ||
121 | |||
122 | @@ -XXX,XX +XXX,XX @@ static void pl011_init(Object *obj) | ||
123 | sysbus_init_irq(sbd, &s->irq[i]); | ||
124 | } | ||
125 | |||
126 | + s->clk = qdev_init_clock_in(DEVICE(obj), "clk", pl011_clock_update, s); | ||
127 | + | ||
128 | s->read_trigger = 1; | ||
129 | s->ifl = 0x12; | ||
130 | s->cr = 0x300; | ||
131 | diff --git a/hw/char/trace-events b/hw/char/trace-events | ||
132 | index XXXXXXX..XXXXXXX 100644 | ||
133 | --- a/hw/char/trace-events | ||
134 | +++ b/hw/char/trace-events | ||
135 | @@ -XXX,XX +XXX,XX @@ pl011_write(uint32_t addr, uint32_t value) "addr 0x%08x value 0x%08x" | ||
136 | pl011_can_receive(uint32_t lcr, int read_count, int r) "LCR 0x%08x read_count %d returning %d" | ||
137 | pl011_put_fifo(uint32_t c, int read_count) "new char 0x%x read_count now %d" | ||
138 | pl011_put_fifo_full(void) "FIFO now full, RXFF set" | ||
139 | +pl011_baudrate_change(unsigned int baudrate, uint64_t clock, uint32_t ibrd, uint32_t fbrd) "new baudrate %u (clk: %" PRIu64 "hz, ibrd: %" PRIu32 ", fbrd: %" PRIu32 ")" | ||
140 | |||
141 | # cmsdk-apb-uart.c | ||
142 | cmsdk_apb_uart_read(uint64_t offset, uint64_t data, unsigned size) "CMSDK APB UART read: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u" | ||
97 | -- | 143 | -- |
98 | 2.20.1 | 144 | 2.20.1 |
99 | 145 | ||
100 | 146 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | From: Luc Michel <luc@lmichel.fr> |
---|---|---|---|
2 | 2 | ||
3 | The SYS_timer is not directly wired to the ARM core, but to the | 3 | Connect the 'uart-out' clock from the CPRMAN to the PL011 instance. |
4 | SoC (peripheral) interrupt controller. | ||
5 | 4 | ||
6 | Fixes: 0e5bbd74064 ("hw/arm/bcm2835_peripherals: Use the SYS_timer") | 5 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
7 | Reviewed-by: Luc Michel <luc.michel@greensocs.com> | 6 | Signed-off-by: Luc Michel <luc@lmichel.fr> |
8 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 7 | Tested-by: Guenter Roeck <linux@roeck-us.net> |
9 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 8 | Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
10 | Message-id: 20201010203709.3116542-5-f4bug@amsat.org | ||
11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
12 | --- | 10 | --- |
13 | hw/arm/bcm2835_peripherals.c | 13 +++++++++++-- | 11 | hw/arm/bcm2835_peripherals.c | 2 ++ |
14 | 1 file changed, 11 insertions(+), 2 deletions(-) | 12 | 1 file changed, 2 insertions(+) |
15 | 13 | ||
16 | diff --git a/hw/arm/bcm2835_peripherals.c b/hw/arm/bcm2835_peripherals.c | 14 | diff --git a/hw/arm/bcm2835_peripherals.c b/hw/arm/bcm2835_peripherals.c |
17 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
18 | --- a/hw/arm/bcm2835_peripherals.c | 16 | --- a/hw/arm/bcm2835_peripherals.c |
19 | +++ b/hw/arm/bcm2835_peripherals.c | 17 | +++ b/hw/arm/bcm2835_peripherals.c |
20 | @@ -XXX,XX +XXX,XX @@ static void bcm2835_peripherals_realize(DeviceState *dev, Error **errp) | 18 | @@ -XXX,XX +XXX,XX @@ static void bcm2835_peripherals_realize(DeviceState *dev, Error **errp) |
21 | memory_region_add_subregion(&s->peri_mr, ST_OFFSET, | 19 | } |
22 | sysbus_mmio_get_region(SYS_BUS_DEVICE(&s->systmr), 0)); | 20 | memory_region_add_subregion(&s->peri_mr, CPRMAN_OFFSET, |
23 | sysbus_connect_irq(SYS_BUS_DEVICE(&s->systmr), 0, | 21 | sysbus_mmio_get_region(SYS_BUS_DEVICE(&s->cprman), 0)); |
24 | - qdev_get_gpio_in_named(DEVICE(&s->ic), BCM2835_IC_ARM_IRQ, | 22 | + qdev_connect_clock_in(DEVICE(&s->uart0), "clk", |
25 | - INTERRUPT_ARM_TIMER)); | 23 | + qdev_get_clock_out(DEVICE(&s->cprman), "uart-out")); |
26 | + qdev_get_gpio_in_named(DEVICE(&s->ic), BCM2835_IC_GPU_IRQ, | 24 | |
27 | + INTERRUPT_TIMER0)); | 25 | memory_region_add_subregion(&s->peri_mr, ARMCTRL_IC_OFFSET, |
28 | + sysbus_connect_irq(SYS_BUS_DEVICE(&s->systmr), 1, | 26 | sysbus_mmio_get_region(SYS_BUS_DEVICE(&s->ic), 0)); |
29 | + qdev_get_gpio_in_named(DEVICE(&s->ic), BCM2835_IC_GPU_IRQ, | ||
30 | + INTERRUPT_TIMER1)); | ||
31 | + sysbus_connect_irq(SYS_BUS_DEVICE(&s->systmr), 2, | ||
32 | + qdev_get_gpio_in_named(DEVICE(&s->ic), BCM2835_IC_GPU_IRQ, | ||
33 | + INTERRUPT_TIMER2)); | ||
34 | + sysbus_connect_irq(SYS_BUS_DEVICE(&s->systmr), 3, | ||
35 | + qdev_get_gpio_in_named(DEVICE(&s->ic), BCM2835_IC_GPU_IRQ, | ||
36 | + INTERRUPT_TIMER3)); | ||
37 | |||
38 | /* UART0 */ | ||
39 | qdev_prop_set_chr(DEVICE(&s->uart0), "chardev", serial_hd(0)); | ||
40 | -- | 27 | -- |
41 | 2.20.1 | 28 | 2.20.1 |
42 | 29 | ||
43 | 30 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <philmd@redhat.com> | 1 | From: Shashi Mallela <shashi.mallela@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | While APEI is a generic ACPI feature (usable by X86 and ARM64), only | 3 | Generic watchdog device model implementation as per ARM SBSA v6.0 |
4 | the 'virt' machine uses it, by enabling the RAS Virtualization. See | ||
5 | commit 2afa8c8519: "hw/arm/virt: Introduce a RAS machine option"). | ||
6 | 4 | ||
7 | Restrict the APEI tables generation code to the single user: the virt | 5 | Signed-off-by: Shashi Mallela <shashi.mallela@linaro.org> |
8 | machine. If another machine wants to use it, it simply has to 'select | 6 | Message-id: 20201027015927.29495-2-shashi.mallela@linaro.org |
9 | ACPI_APEI' in its Kconfig. | 7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
10 | |||
11 | Fixes: aa16508f1d ("ACPI: Build related register address fields via hardware error fw_cfg blob") | ||
12 | Acked-by: Michael S. Tsirkin <mst@redhat.com> | ||
13 | Reviewed-by: Dongjiu Geng <gengdongjiu@huawei.com> | ||
14 | Acked-by: Laszlo Ersek <lersek@redhat.com> | ||
15 | Reviewed-by: Igor Mammedov <imammedo@redhat.com> | ||
16 | Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
17 | Message-id: 20201008161414.2672569-1-philmd@redhat.com | ||
18 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
19 | --- | 9 | --- |
20 | default-configs/devices/arm-softmmu.mak | 1 - | 10 | include/hw/watchdog/sbsa_gwdt.h | 79 +++++++++ |
21 | hw/arm/Kconfig | 1 + | 11 | hw/watchdog/sbsa_gwdt.c | 293 ++++++++++++++++++++++++++++++++ |
22 | 2 files changed, 1 insertion(+), 1 deletion(-) | 12 | hw/arm/Kconfig | 1 + |
13 | hw/watchdog/Kconfig | 3 + | ||
14 | hw/watchdog/meson.build | 1 + | ||
15 | 5 files changed, 377 insertions(+) | ||
16 | create mode 100644 include/hw/watchdog/sbsa_gwdt.h | ||
17 | create mode 100644 hw/watchdog/sbsa_gwdt.c | ||
23 | 18 | ||
24 | diff --git a/default-configs/devices/arm-softmmu.mak b/default-configs/devices/arm-softmmu.mak | 19 | diff --git a/include/hw/watchdog/sbsa_gwdt.h b/include/hw/watchdog/sbsa_gwdt.h |
25 | index XXXXXXX..XXXXXXX 100644 | 20 | new file mode 100644 |
26 | --- a/default-configs/devices/arm-softmmu.mak | 21 | index XXXXXXX..XXXXXXX |
27 | +++ b/default-configs/devices/arm-softmmu.mak | 22 | --- /dev/null |
28 | @@ -XXX,XX +XXX,XX @@ CONFIG_FSL_IMX7=y | 23 | +++ b/include/hw/watchdog/sbsa_gwdt.h |
29 | CONFIG_FSL_IMX6UL=y | 24 | @@ -XXX,XX +XXX,XX @@ |
30 | CONFIG_SEMIHOSTING=y | 25 | +/* |
31 | CONFIG_ALLWINNER_H3=y | 26 | + * Copyright (c) 2020 Linaro Limited |
32 | -CONFIG_ACPI_APEI=y | 27 | + * |
28 | + * Authors: | ||
29 | + * Shashi Mallela <shashi.mallela@linaro.org> | ||
30 | + * | ||
31 | + * This work is licensed under the terms of the GNU GPL, version 2 or (at your | ||
32 | + * option) any later version. See the COPYING file in the top-level directory. | ||
33 | + * | ||
34 | + */ | ||
35 | + | ||
36 | +#ifndef WDT_SBSA_GWDT_H | ||
37 | +#define WDT_SBSA_GWDT_H | ||
38 | + | ||
39 | +#include "qemu/bitops.h" | ||
40 | +#include "hw/sysbus.h" | ||
41 | +#include "hw/irq.h" | ||
42 | + | ||
43 | +#define TYPE_WDT_SBSA "sbsa_gwdt" | ||
44 | +#define SBSA_GWDT(obj) \ | ||
45 | + OBJECT_CHECK(SBSA_GWDTState, (obj), TYPE_WDT_SBSA) | ||
46 | +#define SBSA_GWDT_CLASS(klass) \ | ||
47 | + OBJECT_CLASS_CHECK(SBSA_GWDTClass, (klass), TYPE_WDT_SBSA) | ||
48 | +#define SBSA_GWDT_GET_CLASS(obj) \ | ||
49 | + OBJECT_GET_CLASS(SBSA_GWDTClass, (obj), TYPE_WDT_SBSA) | ||
50 | + | ||
51 | +/* SBSA Generic Watchdog register definitions */ | ||
52 | +/* refresh frame */ | ||
53 | +#define SBSA_GWDT_WRR 0x000 | ||
54 | + | ||
55 | +/* control frame */ | ||
56 | +#define SBSA_GWDT_WCS 0x000 | ||
57 | +#define SBSA_GWDT_WOR 0x008 | ||
58 | +#define SBSA_GWDT_WORU 0x00C | ||
59 | +#define SBSA_GWDT_WCV 0x010 | ||
60 | +#define SBSA_GWDT_WCVU 0x014 | ||
61 | + | ||
62 | +/* Watchdog Interface Identification Register */ | ||
63 | +#define SBSA_GWDT_W_IIDR 0xFCC | ||
64 | + | ||
65 | +/* Watchdog Control and Status Register Bits */ | ||
66 | +#define SBSA_GWDT_WCS_EN BIT(0) | ||
67 | +#define SBSA_GWDT_WCS_WS0 BIT(1) | ||
68 | +#define SBSA_GWDT_WCS_WS1 BIT(2) | ||
69 | + | ||
70 | +#define SBSA_GWDT_WOR_MASK 0x0000FFFF | ||
71 | + | ||
72 | +/* | ||
73 | + * Watchdog Interface Identification Register definition | ||
74 | + * considering JEP106 code for ARM in Bits [11:0] | ||
75 | + */ | ||
76 | +#define SBSA_GWDT_ID 0x1043B | ||
77 | + | ||
78 | +/* 2 Separate memory regions for each of refresh & control register frames */ | ||
79 | +#define SBSA_GWDT_RMMIO_SIZE 0x1000 | ||
80 | +#define SBSA_GWDT_CMMIO_SIZE 0x1000 | ||
81 | + | ||
82 | +#define SBSA_TIMER_FREQ 62500000 /* Hz */ | ||
83 | + | ||
84 | +typedef struct SBSA_GWDTState { | ||
85 | + /* <private> */ | ||
86 | + SysBusDevice parent_obj; | ||
87 | + | ||
88 | + /*< public >*/ | ||
89 | + MemoryRegion rmmio; | ||
90 | + MemoryRegion cmmio; | ||
91 | + qemu_irq irq; | ||
92 | + | ||
93 | + QEMUTimer *timer; | ||
94 | + | ||
95 | + uint32_t id; | ||
96 | + uint32_t wcs; | ||
97 | + uint32_t worl; | ||
98 | + uint32_t woru; | ||
99 | + uint32_t wcvl; | ||
100 | + uint32_t wcvu; | ||
101 | +} SBSA_GWDTState; | ||
102 | + | ||
103 | +#endif /* WDT_SBSA_GWDT_H */ | ||
104 | diff --git a/hw/watchdog/sbsa_gwdt.c b/hw/watchdog/sbsa_gwdt.c | ||
105 | new file mode 100644 | ||
106 | index XXXXXXX..XXXXXXX | ||
107 | --- /dev/null | ||
108 | +++ b/hw/watchdog/sbsa_gwdt.c | ||
109 | @@ -XXX,XX +XXX,XX @@ | ||
110 | +/* | ||
111 | + * Generic watchdog device model for SBSA | ||
112 | + * | ||
113 | + * The watchdog device has been implemented as revision 1 variant of | ||
114 | + * the ARM SBSA specification v6.0 | ||
115 | + * (https://developer.arm.com/documentation/den0029/d?lang=en) | ||
116 | + * | ||
117 | + * Copyright Linaro.org 2020 | ||
118 | + * | ||
119 | + * Authors: | ||
120 | + * Shashi Mallela <shashi.mallela@linaro.org> | ||
121 | + * | ||
122 | + * This work is licensed under the terms of the GNU GPL, version 2 or (at your | ||
123 | + * option) any later version. See the COPYING file in the top-level directory. | ||
124 | + * | ||
125 | + */ | ||
126 | + | ||
127 | +#include "qemu/osdep.h" | ||
128 | +#include "sysemu/reset.h" | ||
129 | +#include "sysemu/watchdog.h" | ||
130 | +#include "hw/watchdog/sbsa_gwdt.h" | ||
131 | +#include "qemu/timer.h" | ||
132 | +#include "migration/vmstate.h" | ||
133 | +#include "qemu/log.h" | ||
134 | +#include "qemu/module.h" | ||
135 | + | ||
136 | +static WatchdogTimerModel model = { | ||
137 | + .wdt_name = TYPE_WDT_SBSA, | ||
138 | + .wdt_description = "SBSA-compliant generic watchdog device", | ||
139 | +}; | ||
140 | + | ||
141 | +static const VMStateDescription vmstate_sbsa_gwdt = { | ||
142 | + .name = "sbsa-gwdt", | ||
143 | + .version_id = 1, | ||
144 | + .minimum_version_id = 1, | ||
145 | + .fields = (VMStateField[]) { | ||
146 | + VMSTATE_TIMER_PTR(timer, SBSA_GWDTState), | ||
147 | + VMSTATE_UINT32(wcs, SBSA_GWDTState), | ||
148 | + VMSTATE_UINT32(worl, SBSA_GWDTState), | ||
149 | + VMSTATE_UINT32(woru, SBSA_GWDTState), | ||
150 | + VMSTATE_UINT32(wcvl, SBSA_GWDTState), | ||
151 | + VMSTATE_UINT32(wcvu, SBSA_GWDTState), | ||
152 | + VMSTATE_END_OF_LIST() | ||
153 | + } | ||
154 | +}; | ||
155 | + | ||
156 | +typedef enum WdtRefreshType { | ||
157 | + EXPLICIT_REFRESH = 0, | ||
158 | + TIMEOUT_REFRESH = 1, | ||
159 | +} WdtRefreshType; | ||
160 | + | ||
161 | +static uint64_t sbsa_gwdt_rread(void *opaque, hwaddr addr, unsigned int size) | ||
162 | +{ | ||
163 | + SBSA_GWDTState *s = SBSA_GWDT(opaque); | ||
164 | + uint32_t ret = 0; | ||
165 | + | ||
166 | + switch (addr) { | ||
167 | + case SBSA_GWDT_WRR: | ||
168 | + /* watch refresh read has no effect and returns 0 */ | ||
169 | + ret = 0; | ||
170 | + break; | ||
171 | + case SBSA_GWDT_W_IIDR: | ||
172 | + ret = s->id; | ||
173 | + break; | ||
174 | + default: | ||
175 | + qemu_log_mask(LOG_GUEST_ERROR, "bad address in refresh frame read :" | ||
176 | + " 0x%x\n", (int)addr); | ||
177 | + } | ||
178 | + return ret; | ||
179 | +} | ||
180 | + | ||
181 | +static uint64_t sbsa_gwdt_read(void *opaque, hwaddr addr, unsigned int size) | ||
182 | +{ | ||
183 | + SBSA_GWDTState *s = SBSA_GWDT(opaque); | ||
184 | + uint32_t ret = 0; | ||
185 | + | ||
186 | + switch (addr) { | ||
187 | + case SBSA_GWDT_WCS: | ||
188 | + ret = s->wcs; | ||
189 | + break; | ||
190 | + case SBSA_GWDT_WOR: | ||
191 | + ret = s->worl; | ||
192 | + break; | ||
193 | + case SBSA_GWDT_WORU: | ||
194 | + ret = s->woru; | ||
195 | + break; | ||
196 | + case SBSA_GWDT_WCV: | ||
197 | + ret = s->wcvl; | ||
198 | + break; | ||
199 | + case SBSA_GWDT_WCVU: | ||
200 | + ret = s->wcvu; | ||
201 | + break; | ||
202 | + case SBSA_GWDT_W_IIDR: | ||
203 | + ret = s->id; | ||
204 | + break; | ||
205 | + default: | ||
206 | + qemu_log_mask(LOG_GUEST_ERROR, "bad address in control frame read :" | ||
207 | + " 0x%x\n", (int)addr); | ||
208 | + } | ||
209 | + return ret; | ||
210 | +} | ||
211 | + | ||
212 | +static void sbsa_gwdt_update_timer(SBSA_GWDTState *s, WdtRefreshType rtype) | ||
213 | +{ | ||
214 | + uint64_t timeout = 0; | ||
215 | + | ||
216 | + timer_del(s->timer); | ||
217 | + | ||
218 | + if (s->wcs & SBSA_GWDT_WCS_EN) { | ||
219 | + /* | ||
220 | + * Extract the upper 16 bits from woru & 32 bits from worl | ||
221 | + * registers to construct the 48 bit offset value | ||
222 | + */ | ||
223 | + timeout = s->woru; | ||
224 | + timeout <<= 32; | ||
225 | + timeout |= s->worl; | ||
226 | + timeout = muldiv64(timeout, NANOSECONDS_PER_SECOND, SBSA_TIMER_FREQ); | ||
227 | + timeout += qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); | ||
228 | + | ||
229 | + if ((rtype == EXPLICIT_REFRESH) || ((rtype == TIMEOUT_REFRESH) && | ||
230 | + (!(s->wcs & SBSA_GWDT_WCS_WS0)))) { | ||
231 | + /* store the current timeout value into compare registers */ | ||
232 | + s->wcvu = timeout >> 32; | ||
233 | + s->wcvl = timeout; | ||
234 | + } | ||
235 | + timer_mod(s->timer, timeout); | ||
236 | + } | ||
237 | +} | ||
238 | + | ||
239 | +static void sbsa_gwdt_rwrite(void *opaque, hwaddr offset, uint64_t data, | ||
240 | + unsigned size) { | ||
241 | + SBSA_GWDTState *s = SBSA_GWDT(opaque); | ||
242 | + | ||
243 | + if (offset == SBSA_GWDT_WRR) { | ||
244 | + s->wcs &= ~(SBSA_GWDT_WCS_WS0 | SBSA_GWDT_WCS_WS1); | ||
245 | + | ||
246 | + sbsa_gwdt_update_timer(s, EXPLICIT_REFRESH); | ||
247 | + } else { | ||
248 | + qemu_log_mask(LOG_GUEST_ERROR, "bad address in refresh frame write :" | ||
249 | + " 0x%x\n", (int)offset); | ||
250 | + } | ||
251 | +} | ||
252 | + | ||
253 | +static void sbsa_gwdt_write(void *opaque, hwaddr offset, uint64_t data, | ||
254 | + unsigned size) { | ||
255 | + SBSA_GWDTState *s = SBSA_GWDT(opaque); | ||
256 | + | ||
257 | + switch (offset) { | ||
258 | + case SBSA_GWDT_WCS: | ||
259 | + s->wcs = data & SBSA_GWDT_WCS_EN; | ||
260 | + qemu_set_irq(s->irq, 0); | ||
261 | + sbsa_gwdt_update_timer(s, EXPLICIT_REFRESH); | ||
262 | + break; | ||
263 | + | ||
264 | + case SBSA_GWDT_WOR: | ||
265 | + s->worl = data; | ||
266 | + s->wcs &= ~(SBSA_GWDT_WCS_WS0 | SBSA_GWDT_WCS_WS1); | ||
267 | + qemu_set_irq(s->irq, 0); | ||
268 | + sbsa_gwdt_update_timer(s, EXPLICIT_REFRESH); | ||
269 | + break; | ||
270 | + | ||
271 | + case SBSA_GWDT_WORU: | ||
272 | + s->woru = data & SBSA_GWDT_WOR_MASK; | ||
273 | + s->wcs &= ~(SBSA_GWDT_WCS_WS0 | SBSA_GWDT_WCS_WS1); | ||
274 | + qemu_set_irq(s->irq, 0); | ||
275 | + sbsa_gwdt_update_timer(s, EXPLICIT_REFRESH); | ||
276 | + break; | ||
277 | + | ||
278 | + case SBSA_GWDT_WCV: | ||
279 | + s->wcvl = data; | ||
280 | + break; | ||
281 | + | ||
282 | + case SBSA_GWDT_WCVU: | ||
283 | + s->wcvu = data; | ||
284 | + break; | ||
285 | + | ||
286 | + default: | ||
287 | + qemu_log_mask(LOG_GUEST_ERROR, "bad address in control frame write :" | ||
288 | + " 0x%x\n", (int)offset); | ||
289 | + } | ||
290 | + return; | ||
291 | +} | ||
292 | + | ||
293 | +static void wdt_sbsa_gwdt_reset(DeviceState *dev) | ||
294 | +{ | ||
295 | + SBSA_GWDTState *s = SBSA_GWDT(dev); | ||
296 | + | ||
297 | + timer_del(s->timer); | ||
298 | + | ||
299 | + s->wcs = 0; | ||
300 | + s->wcvl = 0; | ||
301 | + s->wcvu = 0; | ||
302 | + s->worl = 0; | ||
303 | + s->woru = 0; | ||
304 | + s->id = SBSA_GWDT_ID; | ||
305 | +} | ||
306 | + | ||
307 | +static void sbsa_gwdt_timer_sysinterrupt(void *opaque) | ||
308 | +{ | ||
309 | + SBSA_GWDTState *s = SBSA_GWDT(opaque); | ||
310 | + | ||
311 | + if (!(s->wcs & SBSA_GWDT_WCS_WS0)) { | ||
312 | + s->wcs |= SBSA_GWDT_WCS_WS0; | ||
313 | + sbsa_gwdt_update_timer(s, TIMEOUT_REFRESH); | ||
314 | + qemu_set_irq(s->irq, 1); | ||
315 | + } else { | ||
316 | + s->wcs |= SBSA_GWDT_WCS_WS1; | ||
317 | + qemu_log_mask(CPU_LOG_RESET, "Watchdog timer expired.\n"); | ||
318 | + /* | ||
319 | + * Reset the watchdog only if the guest gets notified about | ||
320 | + * expiry. watchdog_perform_action() may temporarily relinquish | ||
321 | + * the BQL; reset before triggering the action to avoid races with | ||
322 | + * sbsa_gwdt instructions. | ||
323 | + */ | ||
324 | + switch (get_watchdog_action()) { | ||
325 | + case WATCHDOG_ACTION_DEBUG: | ||
326 | + case WATCHDOG_ACTION_NONE: | ||
327 | + case WATCHDOG_ACTION_PAUSE: | ||
328 | + break; | ||
329 | + default: | ||
330 | + wdt_sbsa_gwdt_reset(DEVICE(s)); | ||
331 | + } | ||
332 | + watchdog_perform_action(); | ||
333 | + } | ||
334 | +} | ||
335 | + | ||
336 | +static const MemoryRegionOps sbsa_gwdt_rops = { | ||
337 | + .read = sbsa_gwdt_rread, | ||
338 | + .write = sbsa_gwdt_rwrite, | ||
339 | + .endianness = DEVICE_LITTLE_ENDIAN, | ||
340 | + .valid.min_access_size = 4, | ||
341 | + .valid.max_access_size = 4, | ||
342 | + .valid.unaligned = false, | ||
343 | +}; | ||
344 | + | ||
345 | +static const MemoryRegionOps sbsa_gwdt_ops = { | ||
346 | + .read = sbsa_gwdt_read, | ||
347 | + .write = sbsa_gwdt_write, | ||
348 | + .endianness = DEVICE_LITTLE_ENDIAN, | ||
349 | + .valid.min_access_size = 4, | ||
350 | + .valid.max_access_size = 4, | ||
351 | + .valid.unaligned = false, | ||
352 | +}; | ||
353 | + | ||
354 | +static void wdt_sbsa_gwdt_realize(DeviceState *dev, Error **errp) | ||
355 | +{ | ||
356 | + SBSA_GWDTState *s = SBSA_GWDT(dev); | ||
357 | + SysBusDevice *sbd = SYS_BUS_DEVICE(dev); | ||
358 | + | ||
359 | + memory_region_init_io(&s->rmmio, OBJECT(dev), | ||
360 | + &sbsa_gwdt_rops, s, | ||
361 | + "sbsa_gwdt.refresh", | ||
362 | + SBSA_GWDT_RMMIO_SIZE); | ||
363 | + | ||
364 | + memory_region_init_io(&s->cmmio, OBJECT(dev), | ||
365 | + &sbsa_gwdt_ops, s, | ||
366 | + "sbsa_gwdt.control", | ||
367 | + SBSA_GWDT_CMMIO_SIZE); | ||
368 | + | ||
369 | + sysbus_init_mmio(sbd, &s->rmmio); | ||
370 | + sysbus_init_mmio(sbd, &s->cmmio); | ||
371 | + | ||
372 | + sysbus_init_irq(sbd, &s->irq); | ||
373 | + | ||
374 | + s->timer = timer_new_ns(QEMU_CLOCK_VIRTUAL, sbsa_gwdt_timer_sysinterrupt, | ||
375 | + dev); | ||
376 | +} | ||
377 | + | ||
378 | +static void wdt_sbsa_gwdt_class_init(ObjectClass *klass, void *data) | ||
379 | +{ | ||
380 | + DeviceClass *dc = DEVICE_CLASS(klass); | ||
381 | + | ||
382 | + dc->realize = wdt_sbsa_gwdt_realize; | ||
383 | + dc->reset = wdt_sbsa_gwdt_reset; | ||
384 | + dc->hotpluggable = false; | ||
385 | + set_bit(DEVICE_CATEGORY_MISC, dc->categories); | ||
386 | + dc->vmsd = &vmstate_sbsa_gwdt; | ||
387 | +} | ||
388 | + | ||
389 | +static const TypeInfo wdt_sbsa_gwdt_info = { | ||
390 | + .class_init = wdt_sbsa_gwdt_class_init, | ||
391 | + .parent = TYPE_SYS_BUS_DEVICE, | ||
392 | + .name = TYPE_WDT_SBSA, | ||
393 | + .instance_size = sizeof(SBSA_GWDTState), | ||
394 | +}; | ||
395 | + | ||
396 | +static void wdt_sbsa_gwdt_register_types(void) | ||
397 | +{ | ||
398 | + watchdog_add_model(&model); | ||
399 | + type_register_static(&wdt_sbsa_gwdt_info); | ||
400 | +} | ||
401 | + | ||
402 | +type_init(wdt_sbsa_gwdt_register_types) | ||
33 | diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig | 403 | diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig |
34 | index XXXXXXX..XXXXXXX 100644 | 404 | index XXXXXXX..XXXXXXX 100644 |
35 | --- a/hw/arm/Kconfig | 405 | --- a/hw/arm/Kconfig |
36 | +++ b/hw/arm/Kconfig | 406 | +++ b/hw/arm/Kconfig |
37 | @@ -XXX,XX +XXX,XX @@ config ARM_VIRT | 407 | @@ -XXX,XX +XXX,XX @@ config SBSA_REF |
38 | select ACPI_MEMORY_HOTPLUG | 408 | select PL031 # RTC |
39 | select ACPI_HW_REDUCED | 409 | select PL061 # GPIO |
40 | select ACPI_NVDIMM | 410 | select USB_EHCI_SYSBUS |
41 | + select ACPI_APEI | 411 | + select WDT_SBSA |
42 | 412 | ||
43 | config CHEETAH | 413 | config SABRELITE |
44 | bool | 414 | bool |
415 | diff --git a/hw/watchdog/Kconfig b/hw/watchdog/Kconfig | ||
416 | index XXXXXXX..XXXXXXX 100644 | ||
417 | --- a/hw/watchdog/Kconfig | ||
418 | +++ b/hw/watchdog/Kconfig | ||
419 | @@ -XXX,XX +XXX,XX @@ config WDT_DIAG288 | ||
420 | |||
421 | config WDT_IMX2 | ||
422 | bool | ||
423 | + | ||
424 | +config WDT_SBSA | ||
425 | + bool | ||
426 | diff --git a/hw/watchdog/meson.build b/hw/watchdog/meson.build | ||
427 | index XXXXXXX..XXXXXXX 100644 | ||
428 | --- a/hw/watchdog/meson.build | ||
429 | +++ b/hw/watchdog/meson.build | ||
430 | @@ -XXX,XX +XXX,XX @@ softmmu_ss.add(when: 'CONFIG_WDT_IB700', if_true: files('wdt_ib700.c')) | ||
431 | softmmu_ss.add(when: 'CONFIG_WDT_DIAG288', if_true: files('wdt_diag288.c')) | ||
432 | softmmu_ss.add(when: 'CONFIG_ASPEED_SOC', if_true: files('wdt_aspeed.c')) | ||
433 | softmmu_ss.add(when: 'CONFIG_WDT_IMX2', if_true: files('wdt_imx2.c')) | ||
434 | +softmmu_ss.add(when: 'CONFIG_WDT_SBSA', if_true: files('sbsa_gwdt.c')) | ||
45 | -- | 435 | -- |
46 | 2.20.1 | 436 | 2.20.1 |
47 | 437 | ||
48 | 438 | diff view generated by jsdifflib |
1 | From: Peng Liang <liangpeng10@huawei.com> | 1 | From: Shashi Mallela <shashi.mallela@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | VMStateDescription.fields should be end with VMSTATE_END_OF_LIST(). | 3 | Included the newly implemented SBSA generic watchdog device model into |
4 | However, microbit_i2c_vmstate doesn't follow it. Let's change it. | 4 | SBSA platform |
5 | 5 | ||
6 | Fixes: 9d68bf564e ("arm: Stub out NRF51 TWI magnetometer/accelerometer detection") | 6 | Signed-off-by: Shashi Mallela <shashi.mallela@linaro.org> |
7 | Reported-by: Euler Robot <euler.robot@huawei.com> | 7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
8 | Signed-off-by: Peng Liang <liangpeng10@huawei.com> | 8 | Message-id: 20201027015927.29495-3-shashi.mallela@linaro.org |
9 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
10 | Message-id: 20201019093401.2993833-1-liangpeng10@huawei.com | ||
11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
12 | --- | 10 | --- |
13 | hw/i2c/microbit_i2c.c | 1 + | 11 | hw/arm/sbsa-ref.c | 23 +++++++++++++++++++++++ |
14 | 1 file changed, 1 insertion(+) | 12 | 1 file changed, 23 insertions(+) |
15 | 13 | ||
16 | diff --git a/hw/i2c/microbit_i2c.c b/hw/i2c/microbit_i2c.c | 14 | diff --git a/hw/arm/sbsa-ref.c b/hw/arm/sbsa-ref.c |
17 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
18 | --- a/hw/i2c/microbit_i2c.c | 16 | --- a/hw/arm/sbsa-ref.c |
19 | +++ b/hw/i2c/microbit_i2c.c | 17 | +++ b/hw/arm/sbsa-ref.c |
20 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription microbit_i2c_vmstate = { | 18 | @@ -XXX,XX +XXX,XX @@ |
21 | .fields = (VMStateField[]) { | 19 | #include "hw/qdev-properties.h" |
22 | VMSTATE_UINT32_ARRAY(regs, MicrobitI2CState, MICROBIT_I2C_NREGS), | 20 | #include "hw/usb.h" |
23 | VMSTATE_UINT32(read_idx, MicrobitI2CState), | 21 | #include "hw/char/pl011.h" |
24 | + VMSTATE_END_OF_LIST() | 22 | +#include "hw/watchdog/sbsa_gwdt.h" |
25 | }, | 23 | #include "net/net.h" |
24 | #include "qom/object.h" | ||
25 | |||
26 | @@ -XXX,XX +XXX,XX @@ enum { | ||
27 | SBSA_GIC_DIST, | ||
28 | SBSA_GIC_REDIST, | ||
29 | SBSA_SECURE_EC, | ||
30 | + SBSA_GWDT, | ||
31 | + SBSA_GWDT_REFRESH, | ||
32 | + SBSA_GWDT_CONTROL, | ||
33 | SBSA_SMMU, | ||
34 | SBSA_UART, | ||
35 | SBSA_RTC, | ||
36 | @@ -XXX,XX +XXX,XX @@ static const MemMapEntry sbsa_ref_memmap[] = { | ||
37 | [SBSA_GIC_DIST] = { 0x40060000, 0x00010000 }, | ||
38 | [SBSA_GIC_REDIST] = { 0x40080000, 0x04000000 }, | ||
39 | [SBSA_SECURE_EC] = { 0x50000000, 0x00001000 }, | ||
40 | + [SBSA_GWDT_REFRESH] = { 0x50010000, 0x00001000 }, | ||
41 | + [SBSA_GWDT_CONTROL] = { 0x50011000, 0x00001000 }, | ||
42 | [SBSA_UART] = { 0x60000000, 0x00001000 }, | ||
43 | [SBSA_RTC] = { 0x60010000, 0x00001000 }, | ||
44 | [SBSA_GPIO] = { 0x60020000, 0x00001000 }, | ||
45 | @@ -XXX,XX +XXX,XX @@ static const int sbsa_ref_irqmap[] = { | ||
46 | [SBSA_AHCI] = 10, | ||
47 | [SBSA_EHCI] = 11, | ||
48 | [SBSA_SMMU] = 12, /* ... to 15 */ | ||
49 | + [SBSA_GWDT] = 16, | ||
26 | }; | 50 | }; |
27 | 51 | ||
52 | static uint64_t sbsa_ref_cpu_mp_affinity(SBSAMachineState *sms, int idx) | ||
53 | @@ -XXX,XX +XXX,XX @@ static void create_rtc(const SBSAMachineState *sms) | ||
54 | sysbus_create_simple("pl031", base, qdev_get_gpio_in(sms->gic, irq)); | ||
55 | } | ||
56 | |||
57 | +static void create_wdt(const SBSAMachineState *sms) | ||
58 | +{ | ||
59 | + hwaddr rbase = sbsa_ref_memmap[SBSA_GWDT_REFRESH].base; | ||
60 | + hwaddr cbase = sbsa_ref_memmap[SBSA_GWDT_CONTROL].base; | ||
61 | + DeviceState *dev = qdev_new(TYPE_WDT_SBSA); | ||
62 | + SysBusDevice *s = SYS_BUS_DEVICE(dev); | ||
63 | + int irq = sbsa_ref_irqmap[SBSA_GWDT]; | ||
64 | + | ||
65 | + sysbus_realize_and_unref(s, &error_fatal); | ||
66 | + sysbus_mmio_map(s, 0, rbase); | ||
67 | + sysbus_mmio_map(s, 1, cbase); | ||
68 | + sysbus_connect_irq(s, 0, qdev_get_gpio_in(sms->gic, irq)); | ||
69 | +} | ||
70 | + | ||
71 | static DeviceState *gpio_key_dev; | ||
72 | static void sbsa_ref_powerdown_req(Notifier *n, void *opaque) | ||
73 | { | ||
74 | @@ -XXX,XX +XXX,XX @@ static void sbsa_ref_init(MachineState *machine) | ||
75 | |||
76 | create_rtc(sms); | ||
77 | |||
78 | + create_wdt(sms); | ||
79 | + | ||
80 | create_gpio(sms); | ||
81 | |||
82 | create_ahci(sms); | ||
28 | -- | 83 | -- |
29 | 2.20.1 | 84 | 2.20.1 |
30 | 85 | ||
31 | 86 | diff view generated by jsdifflib |
1 | M-profile CPUs with half-precision floating point support should | 1 | In ptimer_reload(), we call the callback function provided by the |
---|---|---|---|
2 | be able to write to FPSCR.FZ16, but an M-profile specific masking | 2 | timer device that is using the ptimer. This callback might disable |
3 | of the value at the top of vfp_set_fpscr() currently prevents that. | 3 | the ptimer. The code mostly handles this correctly, except that |
4 | This is not yet an active bug because we have no M-profile | 4 | we'll still print the warning about "Timer with delta zero, |
5 | FP16 CPUs, but needs to be fixed before we can add any. | 5 | disabling" if the now-disabled timer happened to be set such that it |
6 | would fire again immediately if it were enabled (eg because the | ||
7 | limit/reload value is zero). | ||
6 | 8 | ||
7 | The bits that the masking is effectively preventing from being | 9 | Suppress the spurious warning message and the unnecessary |
8 | set are the A-profile only short-vector Len and Stride fields, | 10 | repeat-deletion of the underlying timer in this case. |
9 | plus the Neon QC bit. Rearrange the order of the function so | ||
10 | that those fields are handled earlier and only under a suitable | ||
11 | guard; this allows us to drop the M-profile specific masking, | ||
12 | making FZ16 writeable. | ||
13 | |||
14 | This change also makes the QC bit correctly RAZ/WI for older | ||
15 | no-Neon A-profile cores. | ||
16 | |||
17 | This refactoring also paves the way for the low-overhead-branch | ||
18 | LTPSIZE field, which uses some of the bits that are used for | ||
19 | A-profile Stride and Len. | ||
20 | 11 | ||
21 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
22 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 13 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
23 | Message-id: 20201019151301.2046-10-peter.maydell@linaro.org | 14 | Message-id: 20201015151829.14656-2-peter.maydell@linaro.org |
24 | --- | 15 | --- |
25 | target/arm/vfp_helper.c | 47 ++++++++++++++++++++++++----------------- | 16 | hw/core/ptimer.c | 4 ++++ |
26 | 1 file changed, 28 insertions(+), 19 deletions(-) | 17 | 1 file changed, 4 insertions(+) |
27 | 18 | ||
28 | diff --git a/target/arm/vfp_helper.c b/target/arm/vfp_helper.c | 19 | diff --git a/hw/core/ptimer.c b/hw/core/ptimer.c |
29 | index XXXXXXX..XXXXXXX 100644 | 20 | index XXXXXXX..XXXXXXX 100644 |
30 | --- a/target/arm/vfp_helper.c | 21 | --- a/hw/core/ptimer.c |
31 | +++ b/target/arm/vfp_helper.c | 22 | +++ b/hw/core/ptimer.c |
32 | @@ -XXX,XX +XXX,XX @@ void HELPER(vfp_set_fpscr)(CPUARMState *env, uint32_t val) | 23 | @@ -XXX,XX +XXX,XX @@ static void ptimer_reload(ptimer_state *s, int delta_adjust) |
33 | val &= ~FPCR_FZ16; | ||
34 | } | 24 | } |
35 | 25 | ||
36 | - if (arm_feature(env, ARM_FEATURE_M)) { | 26 | if (delta == 0) { |
37 | + vfp_set_fpscr_to_host(env, val); | 27 | + if (s->enabled == 0) { |
38 | + | 28 | + /* trigger callback disabled the timer already */ |
39 | + if (!arm_feature(env, ARM_FEATURE_M)) { | 29 | + return; |
40 | /* | 30 | + } |
41 | - * M profile FPSCR is RES0 for the QC, STRIDE, FZ16, LEN bits | 31 | if (!qtest_enabled()) { |
42 | - * and also for the trapped-exception-handling bits IxE. | 32 | fprintf(stderr, "Timer with delta zero, disabling\n"); |
43 | + * Short-vector length and stride; on M-profile these bits | 33 | } |
44 | + * are used for different purposes. | ||
45 | + * We can't make this conditional be "if MVFR0.FPShVec != 0", | ||
46 | + * because in v7A no-short-vector-support cores still had to | ||
47 | + * allow Stride/Len to be written with the only effect that | ||
48 | + * some insns are required to UNDEF if the guest sets them. | ||
49 | + * | ||
50 | + * TODO: if M-profile MVE implemented, set LTPSIZE. | ||
51 | */ | ||
52 | - val &= 0xf7c0009f; | ||
53 | + env->vfp.vec_len = extract32(val, 16, 3); | ||
54 | + env->vfp.vec_stride = extract32(val, 20, 2); | ||
55 | } | ||
56 | |||
57 | - vfp_set_fpscr_to_host(env, val); | ||
58 | + if (arm_feature(env, ARM_FEATURE_NEON)) { | ||
59 | + /* | ||
60 | + * The bit we set within fpscr_q is arbitrary; the register as a | ||
61 | + * whole being zero/non-zero is what counts. | ||
62 | + * TODO: M-profile MVE also has a QC bit. | ||
63 | + */ | ||
64 | + env->vfp.qc[0] = val & FPCR_QC; | ||
65 | + env->vfp.qc[1] = 0; | ||
66 | + env->vfp.qc[2] = 0; | ||
67 | + env->vfp.qc[3] = 0; | ||
68 | + } | ||
69 | |||
70 | /* | ||
71 | * We don't implement trapped exception handling, so the | ||
72 | * trap enable bits, IDE|IXE|UFE|OFE|DZE|IOE are all RAZ/WI (not RES0!) | ||
73 | * | ||
74 | - * If we exclude the exception flags, IOC|DZC|OFC|UFC|IXC|IDC | ||
75 | - * (which are stored in fp_status), and the other RES0 bits | ||
76 | - * in between, then we clear all of the low 16 bits. | ||
77 | + * The exception flags IOC|DZC|OFC|UFC|IXC|IDC are stored in | ||
78 | + * fp_status; QC, Len and Stride are stored separately earlier. | ||
79 | + * Clear out all of those and the RES0 bits: only NZCV, AHP, DN, | ||
80 | + * FZ, RMode and FZ16 are kept in vfp.xregs[FPSCR]. | ||
81 | */ | ||
82 | env->vfp.xregs[ARM_VFP_FPSCR] = val & 0xf7c80000; | ||
83 | - env->vfp.vec_len = (val >> 16) & 7; | ||
84 | - env->vfp.vec_stride = (val >> 20) & 3; | ||
85 | - | ||
86 | - /* | ||
87 | - * The bit we set within fpscr_q is arbitrary; the register as a | ||
88 | - * whole being zero/non-zero is what counts. | ||
89 | - */ | ||
90 | - env->vfp.qc[0] = val & FPCR_QC; | ||
91 | - env->vfp.qc[1] = 0; | ||
92 | - env->vfp.qc[2] = 0; | ||
93 | - env->vfp.qc[3] = 0; | ||
94 | } | ||
95 | |||
96 | void vfp_set_fpscr(CPUARMState *env, uint32_t val) | ||
97 | -- | 34 | -- |
98 | 2.20.1 | 35 | 2.20.1 |
99 | 36 | ||
100 | 37 | diff view generated by jsdifflib |
1 | The SMLAD instruction is supposed to: | 1 | The armv7m systick timer is a 24-bit decrementing, wrap-on-zero, |
---|---|---|---|
2 | * signed multiply Rn[15:0] * Rm[15:0] | 2 | clear-on-write counter. Our current implementation has various |
3 | * signed multiply Rn[31:16] * Rm[31:16] | 3 | bugs and dubious workarounds in it (for instance see |
4 | * perform a signed addition of the products and Ra | 4 | https://bugs.launchpad.net/qemu/+bug/1872237). |
5 | * set Rd to the low 32 bits of the theoretical | 5 | |
6 | infinite-precision result | 6 | We have an implementation of a simple decrementing counter |
7 | * set the Q flag if the sign-extension of Rd | 7 | and we put a lot of effort into making sure it handles the |
8 | would differ from the infinite-precision result | 8 | interesting corner cases (like "spend a cycle at 0 before |
9 | (ie on overflow) | 9 | reloading") -- ptimer. |
10 | 10 | ||
11 | Our current implementation doesn't quite do this, though: it performs | 11 | Rewrite the systick timer to use a ptimer rather than |
12 | an addition of the products setting Q on overflow, and then it adds | 12 | a raw QEMU timer. |
13 | Ra, again possibly setting Q. This sometimes incorrectly sets Q when | 13 | |
14 | the architecturally mandated only-check-for-overflow-once algorithm | 14 | Unfortunately this is a migration compatibility break, |
15 | does not. For instance: | 15 | which will affect all M-profile boards. |
16 | r1 = 0x80008000; r2 = 0x80008000; r3 = 0xffffffff | 16 | |
17 | smlad r0, r1, r2, r3 | 17 | Among other bugs, this fixes |
18 | This is (-32768 * -32768) + (-32768 * -32768) - 1 | 18 | https://bugs.launchpad.net/qemu/+bug/1872237 : |
19 | 19 | now writes to SYST_CVR when the timer is enabled correctly | |
20 | The products are both 0x4000_0000, so when added together as 32-bit | 20 | do nothing; when the timer is enabled via SYST_CSR.ENABLE, |
21 | signed numbers they overflow (and QEMU sets Q), but because the | 21 | the ptimer code will (because of POLICY_NO_IMMEDIATE_RELOAD) |
22 | addition of Ra == -1 brings the total back down to 0x7fff_ffff | 22 | arrange that after one timer tick the counter is reloaded |
23 | there is no overflow for the complete operation and setting Q is | 23 | from SYST_RVR and then counts down from there, as the |
24 | incorrect. | 24 | architecture requires. |
25 | |||
26 | Fix this edge case by resorting to 64-bit arithmetic for the | ||
27 | case where we need to add three values together. | ||
28 | 25 | ||
29 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 26 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
30 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 27 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
31 | Message-id: 20201009144712.11187-1-peter.maydell@linaro.org | 28 | Message-id: 20201015151829.14656-3-peter.maydell@linaro.org |
32 | --- | 29 | --- |
33 | target/arm/translate.c | 58 ++++++++++++++++++++++++++++++++++-------- | 30 | include/hw/timer/armv7m_systick.h | 3 +- |
34 | 1 file changed, 48 insertions(+), 10 deletions(-) | 31 | hw/timer/armv7m_systick.c | 124 +++++++++++++----------------- |
35 | 32 | 2 files changed, 54 insertions(+), 73 deletions(-) | |
36 | diff --git a/target/arm/translate.c b/target/arm/translate.c | 33 | |
34 | diff --git a/include/hw/timer/armv7m_systick.h b/include/hw/timer/armv7m_systick.h | ||
37 | index XXXXXXX..XXXXXXX 100644 | 35 | index XXXXXXX..XXXXXXX 100644 |
38 | --- a/target/arm/translate.c | 36 | --- a/include/hw/timer/armv7m_systick.h |
39 | +++ b/target/arm/translate.c | 37 | +++ b/include/hw/timer/armv7m_systick.h |
40 | @@ -XXX,XX +XXX,XX @@ static bool op_smlad(DisasContext *s, arg_rrrr *a, bool m_swap, bool sub) | 38 | @@ -XXX,XX +XXX,XX @@ |
41 | gen_smul_dual(t1, t2); | 39 | |
42 | 40 | #include "hw/sysbus.h" | |
43 | if (sub) { | 41 | #include "qom/object.h" |
44 | - /* This subtraction cannot overflow. */ | 42 | +#include "hw/ptimer.h" |
43 | |||
44 | #define TYPE_SYSTICK "armv7m_systick" | ||
45 | |||
46 | @@ -XXX,XX +XXX,XX @@ struct SysTickState { | ||
47 | uint32_t control; | ||
48 | uint32_t reload; | ||
49 | int64_t tick; | ||
50 | - QEMUTimer *timer; | ||
51 | + ptimer_state *ptimer; | ||
52 | MemoryRegion iomem; | ||
53 | qemu_irq irq; | ||
54 | }; | ||
55 | diff --git a/hw/timer/armv7m_systick.c b/hw/timer/armv7m_systick.c | ||
56 | index XXXXXXX..XXXXXXX 100644 | ||
57 | --- a/hw/timer/armv7m_systick.c | ||
58 | +++ b/hw/timer/armv7m_systick.c | ||
59 | @@ -XXX,XX +XXX,XX @@ static inline int64_t systick_scale(SysTickState *s) | ||
60 | } | ||
61 | } | ||
62 | |||
63 | -static void systick_reload(SysTickState *s, int reset) | ||
64 | -{ | ||
65 | - /* The Cortex-M3 Devices Generic User Guide says that "When the | ||
66 | - * ENABLE bit is set to 1, the counter loads the RELOAD value from the | ||
67 | - * SYST RVR register and then counts down". So, we need to check the | ||
68 | - * ENABLE bit before reloading the value. | ||
69 | - */ | ||
70 | - trace_systick_reload(); | ||
71 | - | ||
72 | - if ((s->control & SYSTICK_ENABLE) == 0) { | ||
73 | - return; | ||
74 | - } | ||
75 | - | ||
76 | - if (reset) { | ||
77 | - s->tick = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); | ||
78 | - } | ||
79 | - s->tick += (s->reload + 1) * systick_scale(s); | ||
80 | - timer_mod(s->timer, s->tick); | ||
81 | -} | ||
82 | - | ||
83 | static void systick_timer_tick(void *opaque) | ||
84 | { | ||
85 | SysTickState *s = (SysTickState *)opaque; | ||
86 | @@ -XXX,XX +XXX,XX @@ static void systick_timer_tick(void *opaque) | ||
87 | /* Tell the NVIC to pend the SysTick exception */ | ||
88 | qemu_irq_pulse(s->irq); | ||
89 | } | ||
90 | - if (s->reload == 0) { | ||
91 | - s->control &= ~SYSTICK_ENABLE; | ||
92 | - } else { | ||
93 | - systick_reload(s, 0); | ||
94 | + if (ptimer_get_limit(s->ptimer) == 0) { | ||
45 | + /* | 95 | + /* |
46 | + * This subtraction cannot overflow, so we can do a simple | 96 | + * Timer expiry with SYST_RVR zero disables the timer |
47 | + * 32-bit subtraction and then a possible 32-bit saturating | 97 | + * (but doesn't clear SYST_CSR.ENABLE) |
48 | + * addition of Ra. | ||
49 | + */ | 98 | + */ |
50 | tcg_gen_sub_i32(t1, t1, t2); | 99 | + ptimer_stop(s->ptimer); |
51 | + tcg_temp_free_i32(t2); | 100 | } |
101 | } | ||
102 | |||
103 | @@ -XXX,XX +XXX,XX @@ static MemTxResult systick_read(void *opaque, hwaddr addr, uint64_t *data, | ||
104 | s->control &= ~SYSTICK_COUNTFLAG; | ||
105 | break; | ||
106 | case 0x4: /* SysTick Reload Value. */ | ||
107 | - val = s->reload; | ||
108 | + val = ptimer_get_limit(s->ptimer); | ||
109 | break; | ||
110 | case 0x8: /* SysTick Current Value. */ | ||
111 | - { | ||
112 | - int64_t t; | ||
113 | - | ||
114 | - if ((s->control & SYSTICK_ENABLE) == 0) { | ||
115 | - val = 0; | ||
116 | - break; | ||
117 | - } | ||
118 | - t = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); | ||
119 | - if (t >= s->tick) { | ||
120 | - val = 0; | ||
121 | - break; | ||
122 | - } | ||
123 | - val = ((s->tick - (t + 1)) / systick_scale(s)) + 1; | ||
124 | - /* The interrupt in triggered when the timer reaches zero. | ||
125 | - However the counter is not reloaded until the next clock | ||
126 | - tick. This is a hack to return zero during the first tick. */ | ||
127 | - if (val > s->reload) { | ||
128 | - val = 0; | ||
129 | - } | ||
130 | + val = ptimer_get_count(s->ptimer); | ||
131 | break; | ||
132 | - } | ||
133 | case 0xc: /* SysTick Calibration Value. */ | ||
134 | val = 10000; | ||
135 | break; | ||
136 | @@ -XXX,XX +XXX,XX @@ static MemTxResult systick_write(void *opaque, hwaddr addr, | ||
137 | switch (addr) { | ||
138 | case 0x0: /* SysTick Control and Status. */ | ||
139 | { | ||
140 | - uint32_t oldval = s->control; | ||
141 | + uint32_t oldval; | ||
142 | |||
143 | + ptimer_transaction_begin(s->ptimer); | ||
144 | + oldval = s->control; | ||
145 | s->control &= 0xfffffff8; | ||
146 | s->control |= value & 7; | ||
52 | + | 147 | + |
53 | + if (a->ra != 15) { | 148 | if ((oldval ^ value) & SYSTICK_ENABLE) { |
54 | + t2 = load_reg(s, a->ra); | 149 | - int64_t now = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); |
55 | + gen_helper_add_setq(t1, cpu_env, t1, t2); | 150 | if (value & SYSTICK_ENABLE) { |
56 | + tcg_temp_free_i32(t2); | 151 | - if (s->tick) { |
152 | - s->tick += now; | ||
153 | - timer_mod(s->timer, s->tick); | ||
154 | - } else { | ||
155 | - systick_reload(s, 1); | ||
156 | - } | ||
157 | + /* | ||
158 | + * Always reload the period in case board code has | ||
159 | + * changed system_clock_scale. If we ever replace that | ||
160 | + * global with a more sensible API then we might be able | ||
161 | + * to set the period only when it actually changes. | ||
162 | + */ | ||
163 | + ptimer_set_period(s->ptimer, systick_scale(s)); | ||
164 | + ptimer_run(s->ptimer, 0); | ||
165 | } else { | ||
166 | - timer_del(s->timer); | ||
167 | - s->tick -= now; | ||
168 | - if (s->tick < 0) { | ||
169 | - s->tick = 0; | ||
170 | - } | ||
171 | + ptimer_stop(s->ptimer); | ||
172 | } | ||
173 | } else if ((oldval ^ value) & SYSTICK_CLKSOURCE) { | ||
174 | - /* This is a hack. Force the timer to be reloaded | ||
175 | - when the reference clock is changed. */ | ||
176 | - systick_reload(s, 1); | ||
177 | + ptimer_set_period(s->ptimer, systick_scale(s)); | ||
178 | } | ||
179 | + ptimer_transaction_commit(s->ptimer); | ||
180 | break; | ||
181 | } | ||
182 | case 0x4: /* SysTick Reload Value. */ | ||
183 | - s->reload = value; | ||
184 | + ptimer_transaction_begin(s->ptimer); | ||
185 | + ptimer_set_limit(s->ptimer, value & 0xffffff, 0); | ||
186 | + ptimer_transaction_commit(s->ptimer); | ||
187 | break; | ||
188 | - case 0x8: /* SysTick Current Value. Writes reload the timer. */ | ||
189 | - systick_reload(s, 1); | ||
190 | + case 0x8: /* SysTick Current Value. */ | ||
191 | + /* | ||
192 | + * Writing any value clears SYST_CVR to zero and clears | ||
193 | + * SYST_CSR.COUNTFLAG. The counter will then reload from SYST_RVR | ||
194 | + * on the next clock edge unless SYST_RVR is zero. | ||
195 | + */ | ||
196 | + ptimer_transaction_begin(s->ptimer); | ||
197 | + if (ptimer_get_limit(s->ptimer) == 0) { | ||
198 | + ptimer_stop(s->ptimer); | ||
57 | + } | 199 | + } |
58 | + } else if (a->ra == 15) { | 200 | + ptimer_set_count(s->ptimer, 0); |
59 | + /* Single saturation-checking addition */ | 201 | s->control &= ~SYSTICK_COUNTFLAG; |
60 | + gen_helper_add_setq(t1, cpu_env, t1, t2); | 202 | + ptimer_transaction_commit(s->ptimer); |
61 | + tcg_temp_free_i32(t2); | 203 | break; |
62 | } else { | 204 | default: |
63 | /* | 205 | qemu_log_mask(LOG_GUEST_ERROR, |
64 | - * This addition cannot overflow 32 bits; however it may | 206 | @@ -XXX,XX +XXX,XX @@ static void systick_reset(DeviceState *dev) |
65 | - * overflow considered as a signed operation, in which case | 207 | */ |
66 | - * we must set the Q flag. | 208 | assert(system_clock_scale != 0); |
67 | + * We need to add the products and Ra together and then | 209 | |
68 | + * determine whether the final result overflowed. Doing | 210 | + ptimer_transaction_begin(s->ptimer); |
69 | + * this as two separate add-and-check-overflow steps incorrectly | 211 | s->control = 0; |
70 | + * sets Q for cases like (-32768 * -32768) + (-32768 * -32768) + -1. | 212 | - s->reload = 0; |
71 | + * Do all the arithmetic at 64-bits and then check for overflow. | 213 | - s->tick = 0; |
72 | */ | 214 | - timer_del(s->timer); |
73 | - gen_helper_add_setq(t1, cpu_env, t1, t2); | 215 | + ptimer_stop(s->ptimer); |
74 | - } | 216 | + ptimer_set_count(s->ptimer, 0); |
75 | - tcg_temp_free_i32(t2); | 217 | + ptimer_set_limit(s->ptimer, 0, 0); |
76 | + TCGv_i64 p64, q64; | 218 | + ptimer_set_period(s->ptimer, systick_scale(s)); |
77 | + TCGv_i32 t3, qf, one; | 219 | + ptimer_transaction_commit(s->ptimer); |
78 | 220 | } | |
79 | - if (a->ra != 15) { | 221 | |
80 | - t2 = load_reg(s, a->ra); | 222 | static void systick_instance_init(Object *obj) |
81 | - gen_helper_add_setq(t1, cpu_env, t1, t2); | 223 | @@ -XXX,XX +XXX,XX @@ static void systick_instance_init(Object *obj) |
82 | + p64 = tcg_temp_new_i64(); | 224 | static void systick_realize(DeviceState *dev, Error **errp) |
83 | + q64 = tcg_temp_new_i64(); | 225 | { |
84 | + tcg_gen_ext_i32_i64(p64, t1); | 226 | SysTickState *s = SYSTICK(dev); |
85 | + tcg_gen_ext_i32_i64(q64, t2); | 227 | - s->timer = timer_new_ns(QEMU_CLOCK_VIRTUAL, systick_timer_tick, s); |
86 | + tcg_gen_add_i64(p64, p64, q64); | 228 | + s->ptimer = ptimer_init(systick_timer_tick, s, |
87 | + load_reg_var(s, t2, a->ra); | 229 | + PTIMER_POLICY_WRAP_AFTER_ONE_PERIOD | |
88 | + tcg_gen_ext_i32_i64(q64, t2); | 230 | + PTIMER_POLICY_NO_COUNTER_ROUND_DOWN | |
89 | + tcg_gen_add_i64(p64, p64, q64); | 231 | + PTIMER_POLICY_NO_IMMEDIATE_RELOAD | |
90 | + tcg_temp_free_i64(q64); | 232 | + PTIMER_POLICY_TRIGGER_ONLY_ON_DECREMENT); |
91 | + | 233 | } |
92 | + tcg_gen_extr_i64_i32(t1, t2, p64); | 234 | |
93 | + tcg_temp_free_i64(p64); | 235 | static const VMStateDescription vmstate_systick = { |
94 | + /* | 236 | .name = "armv7m_systick", |
95 | + * t1 is the low half of the result which goes into Rd. | 237 | - .version_id = 1, |
96 | + * We have overflow and must set Q if the high half (t2) | 238 | - .minimum_version_id = 1, |
97 | + * is different from the sign-extension of t1. | 239 | + .version_id = 2, |
98 | + */ | 240 | + .minimum_version_id = 2, |
99 | + t3 = tcg_temp_new_i32(); | 241 | .fields = (VMStateField[]) { |
100 | + tcg_gen_sari_i32(t3, t1, 31); | 242 | VMSTATE_UINT32(control, SysTickState), |
101 | + qf = load_cpu_field(QF); | 243 | - VMSTATE_UINT32(reload, SysTickState), |
102 | + one = tcg_const_i32(1); | 244 | VMSTATE_INT64(tick, SysTickState), |
103 | + tcg_gen_movcond_i32(TCG_COND_NE, qf, t2, t3, one, qf); | 245 | - VMSTATE_TIMER_PTR(timer, SysTickState), |
104 | + store_cpu_field(qf, QF); | 246 | + VMSTATE_PTIMER(ptimer, SysTickState), |
105 | + tcg_temp_free_i32(one); | 247 | VMSTATE_END_OF_LIST() |
106 | + tcg_temp_free_i32(t3); | 248 | } |
107 | tcg_temp_free_i32(t2); | 249 | }; |
108 | } | ||
109 | store_reg(s, a->rd, t1); | ||
110 | -- | 250 | -- |
111 | 2.20.1 | 251 | 2.20.1 |
112 | 252 | ||
113 | 253 | diff view generated by jsdifflib |