1 | target-arm queue: I have a lot more still in my to-review | 1 | Hi; here's the first arm pullreq for 9.1. |
---|---|---|---|
2 | queue, but my rule of thumb is when I get to 50 patches or | 2 | |
3 | so to send out what I have. | 3 | This includes the reset method function signature change, so it has |
4 | some chance of compile failures due to merge conflicts if some other | ||
5 | pullreq added a device reset method and that pullreq got applied | ||
6 | before this one. If so, the changes needed to fix those up can be | ||
7 | created by running the spatch rune described in the commit message of | ||
8 | the "hw, target: Add ResetType argument to hold and exit phase | ||
9 | methods" commit. | ||
4 | 10 | ||
5 | thanks | 11 | thanks |
6 | -- PMM | 12 | -- PMM |
7 | 13 | ||
8 | The following changes since commit 9a7beaad3dbba982f7a461d676b55a5c3851d312: | 14 | The following changes since commit 5da72194df36535d773c8bdc951529ecd5e31707: |
9 | 15 | ||
10 | Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210304' into staging (2021-03-05 10:47:46 +0000) | 16 | Merge tag 'pull-tcg-20240424' of https://gitlab.com/rth7680/qemu into staging (2024-04-24 15:51:49 -0700) |
11 | 17 | ||
12 | are available in the Git repository at: | 18 | are available in the Git repository at: |
13 | 19 | ||
14 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20210305 | 20 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20240425 |
15 | 21 | ||
16 | for you to fetch changes up to 2c669ff88ec6733420a000103a2b8b9e93df4945: | 22 | for you to fetch changes up to 214652da123e3821657a64691ee556281e9f6238: |
17 | 23 | ||
18 | hw/arm/mps2: Update old infocenter.arm.com URLs (2021-03-05 15:17:38 +0000) | 24 | tests/qtest: Add tests for the STM32L4x5 USART (2024-04-25 10:21:59 +0100) |
19 | 25 | ||
20 | ---------------------------------------------------------------- | 26 | ---------------------------------------------------------------- |
21 | * sbsa-ref: remove cortex-a53 from list of supported cpus | 27 | target-arm queue: |
22 | * sbsa-ref: add 'max' to list of allowed cpus | 28 | * Implement FEAT_NMI and NMI support in the GICv3 |
23 | * target/arm: Add support for FEAT_SSBS, Speculative Store Bypass Safe | 29 | * hw/dma: avoid apparent overflow in soc_dma_set_request |
24 | * npcm7xx: add EMC model | 30 | * linux-user/flatload.c: Remove unused bFLT shared-library and ZFLAT code |
25 | * xlnx-zynqmp: Remove obsolete 'has_rpu' property | 31 | * Add ResetType argument to Resettable hold and exit phase methods |
26 | * target/arm: Speed up aarch64 TBL/TBX | 32 | * Add RESET_TYPE_SNAPSHOT_LOAD ResetType |
27 | * virtio-mmio: improve virtio-mmio get_dev_path alog | 33 | * Implement STM32L4x5 USART |
28 | * target/arm: Use TCF0 and TFSRE0 for unprivileged tag checks | ||
29 | * target/arm: Restrict v8M IDAU to TCG | ||
30 | * target/arm/cpu: Update coding style to make checkpatch.pl happy | ||
31 | * musicpal, tc6393xb, omap_lcdc, tcx: drop dead code for non-32-bit-RGB surfaces | ||
32 | * Add new board: mps3-an524 | ||
33 | 34 | ||
34 | ---------------------------------------------------------------- | 35 | ---------------------------------------------------------------- |
35 | Doug Evans (3): | 36 | Anastasia Belova (1): |
36 | hw/net: Add npcm7xx emc model | 37 | hw/dma: avoid apparent overflow in soc_dma_set_request |
37 | hw/arm: Add npcm7xx emc model | 38 | |
38 | tests/qtests: Add npcm7xx emc model test | 39 | Arnaud Minier (5): |
39 | 40 | hw/char: Implement STM32L4x5 USART skeleton | |
40 | Marcin Juszkiewicz (2): | 41 | hw/char/stm32l4x5_usart: Enable serial read and write |
41 | sbsa-ref: remove cortex-a53 from list of supported cpus | 42 | hw/char/stm32l4x5_usart: Add options for serial parameters setting |
42 | sbsa-ref: add 'max' to list of allowed cpus | 43 | hw/arm: Add the USART to the stm32l4x5 SoC |
43 | 44 | tests/qtest: Add tests for the STM32L4x5 USART | |
44 | Peter Collingbourne (1): | 45 | |
45 | target/arm: Use TCF0 and TFSRE0 for unprivileged tag checks | 46 | Jinjie Ruan (22): |
46 | 47 | target/arm: Handle HCR_EL2 accesses for bits introduced with FEAT_NMI | |
47 | Peter Maydell (34): | 48 | target/arm: Add PSTATE.ALLINT |
48 | hw/arm/musicpal: Remove dead code for non-32-bit-RGB surfaces | 49 | target/arm: Add support for FEAT_NMI, Non-maskable Interrupt |
49 | hw/display/tc6393xb: Remove dead code for handling non-32bpp surfaces | 50 | target/arm: Implement ALLINT MSR (immediate) |
50 | hw/display/tc6393xb: Expand out macros in template header | 51 | target/arm: Support MSR access to ALLINT |
51 | hw/display/tc6393xb: Inline tc6393xb_draw_graphic32() at its callsite | 52 | target/arm: Add support for Non-maskable Interrupt |
52 | hw/display/omap_lcdc: Expand out macros in template header | 53 | target/arm: Add support for NMI in arm_phys_excp_target_el() |
53 | hw/display/omap_lcdc: Drop broken bigendian ifdef | 54 | target/arm: Handle IS/FS in ISR_EL1 for NMI, VINMI and VFNMI |
54 | hw/display/omap_lcdc: Fix coding style issues in template header | 55 | target/arm: Handle PSTATE.ALLINT on taking an exception |
55 | hw/display/omap_lcdc: Inline template header into C file | 56 | hw/intc/arm_gicv3: Add external IRQ lines for NMI |
56 | hw/display/omap_lcdc: Delete unnecessary macro | 57 | hw/arm/virt: Wire NMI and VINMI irq lines from GIC to CPU |
57 | hw/display/tcx: Drop unnecessary code for handling BGR format outputs | 58 | target/arm: Handle NMI in arm_cpu_do_interrupt_aarch64() |
58 | hw/arm/mps2-tz: Make SYSCLK frequency board-specific | 59 | hw/intc/arm_gicv3: Add has-nmi property to GICv3 device |
59 | hw/misc/mps2-scc: Support configurable number of OSCCLK values | 60 | hw/intc/arm_gicv3_kvm: Not set has-nmi=true for the KVM GICv3 |
60 | hw/arm/mps2-tz: Correct the OSCCLK settings for mps2-an505 and mps2-an511 | 61 | hw/intc/arm_gicv3: Add irq non-maskable property |
61 | hw/arm/mps2-tz: Make the OSCCLK settings be configurable per-board | 62 | hw/intc/arm_gicv3_redist: Implement GICR_INMIR0 |
62 | hw/misc/mps2-fpgaio: Make number of LEDs configurable by board | 63 | hw/intc/arm_gicv3: Implement GICD_INMIR |
63 | hw/misc/mps2-fpgaio: Support SWITCH register | 64 | hw/intc/arm_gicv3: Implement NMI interrupt priority |
64 | hw/arm/mps2-tz: Make FPGAIO switch and LED config per-board | 65 | hw/intc/arm_gicv3: Report the NMI interrupt in gicv3_cpuif_update() |
65 | hw/arm/mps2-tz: Condition IRQ splitting on number of CPUs, not board type | 66 | hw/intc/arm_gicv3: Report the VINMI interrupt |
66 | hw/arm/mps2-tz: Make number of IRQs board-specific | 67 | target/arm: Add FEAT_NMI to max |
67 | hw/misc/mps2-scc: Implement CFG_REG5 and CFG_REG6 for MPS3 AN524 | 68 | hw/arm/virt: Enable NMI support in the GIC if the CPU has FEAT_NMI |
68 | hw/arm/mps2-tz: Correct wrong interrupt numbers for DMA and SPI | 69 | |
69 | hw/arm/mps2-tz: Allow PPCPortInfo structures to specify device interrupts | 70 | Peter Maydell (9): |
70 | hw/arm/mps2-tz: Move device IRQ info to data structures | 71 | hw/intc/arm_gicv3: Add NMI handling CPU interface registers |
71 | hw/arm/mps2-tz: Size the uart-irq-orgate based on the number of UARTs | 72 | hw/intc/arm_gicv3: Handle icv_nmiar1_read() for icc_nmiar1_read() |
72 | hw/arm/mps2-tz: Allow boards to have different PPCInfo data | 73 | linux-user/flatload.c: Remove unused bFLT shared-library and ZFLAT code |
73 | hw/arm/mps2-tz: Make RAM arrangement board-specific | 74 | hw/misc: Don't special case RESET_TYPE_COLD in npcm7xx_clk, gcr |
74 | hw/arm/mps2-tz: Set MachineClass default_ram info from RAMInfo data | 75 | allwinner-i2c, adm1272: Use device_cold_reset() for software-triggered reset |
75 | hw/arm/mps2-tz: Support ROMs as well as RAMs | 76 | scripts/coccinelle: New script to add ResetType to hold and exit phases |
76 | hw/arm/mps2-tz: Get armv7m_load_kernel() size argument from RAMInfo | 77 | hw, target: Add ResetType argument to hold and exit phase methods |
77 | hw/arm/mps2-tz: Add new mps3-an524 board | 78 | docs/devel/reset: Update to new API for hold and exit phase methods |
78 | hw/arm/mps2-tz: Stub out USB controller for mps3-an524 | 79 | reset: Add RESET_TYPE_SNAPSHOT_LOAD |
79 | hw/arm/mps2-tz: Provide PL031 RTC on mps3-an524 | 80 | |
80 | docs/system/arm/mps2.rst: Document the new mps3-an524 board | 81 | MAINTAINERS | 1 + |
81 | hw/arm/mps2: Update old infocenter.arm.com URLs | 82 | docs/devel/reset.rst | 25 +- |
82 | 83 | docs/system/arm/b-l475e-iot01a.rst | 2 +- | |
83 | Philippe Mathieu-Daudé (4): | 84 | docs/system/arm/emulation.rst | 1 + |
84 | hw/arm/xlnx-zynqmp: Remove obsolete 'has_rpu' property | 85 | scripts/coccinelle/reset-type.cocci | 133 ++++++++ |
85 | hw/i2c/npcm7xx_smbus: Simplify npcm7xx_smbus_init() | 86 | hw/intc/gicv3_internal.h | 13 + |
86 | target/arm: Restrict v8M IDAU to TCG | 87 | include/hw/arm/stm32l4x5_soc.h | 7 + |
87 | target/arm/cpu: Update coding style to make checkpatch.pl happy | 88 | include/hw/char/stm32l4x5_usart.h | 67 ++++ |
88 | 89 | include/hw/intc/arm_gic_common.h | 2 + | |
89 | Rebecca Cran (3): | 90 | include/hw/intc/arm_gicv3_common.h | 14 + |
90 | target/arm: Add support for FEAT_SSBS, Speculative Store Bypass Safe | 91 | include/hw/resettable.h | 5 +- |
91 | target/arm: Enable FEAT_SSBS for "max" AARCH64 CPU | 92 | linux-user/flat.h | 5 +- |
92 | target/arm: Set ID_PFR2.SSBS to 1 for "max" 32-bit CPU | 93 | target/arm/cpu-features.h | 5 + |
93 | 94 | target/arm/cpu-qom.h | 5 +- | |
94 | Richard Henderson (1): | 95 | target/arm/cpu.h | 9 + |
95 | target/arm: Speed up aarch64 TBL/TBX | 96 | target/arm/internals.h | 21 ++ |
96 | 97 | target/arm/tcg/helper-a64.h | 1 + | |
97 | schspa (1): | 98 | target/arm/tcg/a64.decode | 1 + |
98 | virtio-mmio: improve virtio-mmio get_dev_path alog | 99 | hw/adc/npcm7xx_adc.c | 2 +- |
99 | 100 | hw/arm/pxa2xx_pic.c | 2 +- | |
100 | docs/system/arm/mps2.rst | 24 +- | 101 | hw/arm/smmu-common.c | 2 +- |
101 | docs/system/arm/nuvoton.rst | 3 +- | 102 | hw/arm/smmuv3.c | 4 +- |
102 | hw/display/omap_lcd_template.h | 169 -------- | 103 | hw/arm/stellaris.c | 10 +- |
103 | hw/display/tc6393xb_template.h | 72 ---- | 104 | hw/arm/stm32l4x5_soc.c | 83 ++++- |
104 | include/hw/arm/armsse.h | 4 +- | 105 | hw/arm/virt.c | 29 +- |
105 | include/hw/arm/npcm7xx.h | 2 + | 106 | hw/audio/asc.c | 2 +- |
106 | include/hw/arm/xlnx-zynqmp.h | 2 - | 107 | hw/char/cadence_uart.c | 2 +- |
107 | include/hw/misc/armsse-cpuid.h | 2 +- | 108 | hw/char/sifive_uart.c | 2 +- |
108 | include/hw/misc/armsse-mhu.h | 2 +- | 109 | hw/char/stm32l4x5_usart.c | 637 ++++++++++++++++++++++++++++++++++++ |
109 | include/hw/misc/iotkit-secctl.h | 2 +- | 110 | hw/core/cpu-common.c | 2 +- |
110 | include/hw/misc/iotkit-sysctl.h | 2 +- | 111 | hw/core/qdev.c | 4 +- |
111 | include/hw/misc/iotkit-sysinfo.h | 2 +- | 112 | hw/core/reset.c | 17 +- |
112 | include/hw/misc/mps2-fpgaio.h | 8 +- | 113 | hw/core/resettable.c | 8 +- |
113 | include/hw/misc/mps2-scc.h | 10 +- | 114 | hw/display/virtio-vga.c | 4 +- |
114 | include/hw/net/npcm7xx_emc.h | 286 +++++++++++++ | 115 | hw/dma/soc_dma.c | 4 +- |
115 | include/ui/console.h | 10 - | 116 | hw/gpio/npcm7xx_gpio.c | 2 +- |
116 | target/arm/cpu.h | 15 +- | 117 | hw/gpio/pl061.c | 2 +- |
117 | target/arm/helper-a64.h | 2 +- | 118 | hw/gpio/stm32l4x5_gpio.c | 2 +- |
118 | target/arm/internals.h | 6 + | 119 | hw/hyperv/vmbus.c | 2 +- |
119 | hw/arm/mps2-tz.c | 632 +++++++++++++++++++++++----- | 120 | hw/i2c/allwinner-i2c.c | 5 +- |
120 | hw/arm/mps2.c | 5 + | 121 | hw/i2c/npcm7xx_smbus.c | 2 +- |
121 | hw/arm/musicpal.c | 64 ++- | 122 | hw/input/adb.c | 2 +- |
122 | hw/arm/npcm7xx.c | 50 ++- | 123 | hw/input/ps2.c | 12 +- |
123 | hw/arm/sbsa-ref.c | 2 +- | 124 | hw/intc/arm_gic_common.c | 2 +- |
124 | hw/arm/xlnx-zynqmp.c | 6 - | 125 | hw/intc/arm_gic_kvm.c | 4 +- |
125 | hw/display/omap_lcdc.c | 129 +++++- | 126 | hw/intc/arm_gicv3.c | 67 +++- |
126 | hw/display/tc6393xb.c | 48 +-- | 127 | hw/intc/arm_gicv3_common.c | 50 ++- |
127 | hw/display/tcx.c | 31 +- | 128 | hw/intc/arm_gicv3_cpuif.c | 268 ++++++++++++++- |
128 | hw/i2c/npcm7xx_smbus.c | 1 - | 129 | hw/intc/arm_gicv3_dist.c | 36 ++ |
129 | hw/misc/armsse-cpuid.c | 2 +- | 130 | hw/intc/arm_gicv3_its.c | 4 +- |
130 | hw/misc/armsse-mhu.c | 2 +- | 131 | hw/intc/arm_gicv3_its_common.c | 2 +- |
131 | hw/misc/iotkit-sysctl.c | 2 +- | 132 | hw/intc/arm_gicv3_its_kvm.c | 4 +- |
132 | hw/misc/iotkit-sysinfo.c | 2 +- | 133 | hw/intc/arm_gicv3_kvm.c | 9 +- |
133 | hw/misc/mps2-fpgaio.c | 43 +- | 134 | hw/intc/arm_gicv3_redist.c | 22 ++ |
134 | hw/misc/mps2-scc.c | 93 ++++- | 135 | hw/intc/xics.c | 2 +- |
135 | hw/net/npcm7xx_emc.c | 857 ++++++++++++++++++++++++++++++++++++++ | 136 | hw/m68k/q800-glue.c | 2 +- |
136 | hw/virtio/virtio-mmio.c | 13 +- | 137 | hw/misc/djmemc.c | 2 +- |
137 | target/arm/cpu.c | 23 +- | 138 | hw/misc/iosb.c | 2 +- |
138 | target/arm/cpu64.c | 5 + | 139 | hw/misc/mac_via.c | 8 +- |
139 | target/arm/cpu_tcg.c | 8 + | 140 | hw/misc/macio/cuda.c | 4 +- |
140 | target/arm/helper-a64.c | 32 -- | 141 | hw/misc/macio/pmu.c | 4 +- |
141 | target/arm/helper.c | 39 +- | 142 | hw/misc/mos6522.c | 2 +- |
142 | target/arm/mte_helper.c | 13 +- | 143 | hw/misc/npcm7xx_clk.c | 13 +- |
143 | target/arm/translate-a64.c | 70 +--- | 144 | hw/misc/npcm7xx_gcr.c | 12 +- |
144 | target/arm/vec_helper.c | 48 +++ | 145 | hw/misc/npcm7xx_mft.c | 2 +- |
145 | tests/qtest/npcm7xx_emc-test.c | 862 +++++++++++++++++++++++++++++++++++++++ | 146 | hw/misc/npcm7xx_pwm.c | 2 +- |
146 | hw/net/meson.build | 1 + | 147 | hw/misc/stm32l4x5_exti.c | 2 +- |
147 | hw/net/trace-events | 17 + | 148 | hw/misc/stm32l4x5_rcc.c | 10 +- |
148 | tests/qtest/meson.build | 3 +- | 149 | hw/misc/stm32l4x5_syscfg.c | 2 +- |
149 | 49 files changed, 3098 insertions(+), 628 deletions(-) | 150 | hw/misc/xlnx-versal-cframe-reg.c | 2 +- |
150 | delete mode 100644 hw/display/omap_lcd_template.h | 151 | hw/misc/xlnx-versal-crl.c | 2 +- |
151 | delete mode 100644 hw/display/tc6393xb_template.h | 152 | hw/misc/xlnx-versal-pmc-iou-slcr.c | 2 +- |
152 | create mode 100644 include/hw/net/npcm7xx_emc.h | 153 | hw/misc/xlnx-versal-trng.c | 2 +- |
153 | create mode 100644 hw/net/npcm7xx_emc.c | 154 | hw/misc/xlnx-versal-xramc.c | 2 +- |
154 | create mode 100644 tests/qtest/npcm7xx_emc-test.c | 155 | hw/misc/xlnx-zynqmp-apu-ctrl.c | 2 +- |
155 | 156 | hw/misc/xlnx-zynqmp-crf.c | 2 +- | |
157 | hw/misc/zynq_slcr.c | 4 +- | ||
158 | hw/net/can/xlnx-zynqmp-can.c | 2 +- | ||
159 | hw/net/e1000.c | 2 +- | ||
160 | hw/net/e1000e.c | 2 +- | ||
161 | hw/net/igb.c | 2 +- | ||
162 | hw/net/igbvf.c | 2 +- | ||
163 | hw/nvram/xlnx-bbram.c | 2 +- | ||
164 | hw/nvram/xlnx-versal-efuse-ctrl.c | 2 +- | ||
165 | hw/nvram/xlnx-zynqmp-efuse.c | 2 +- | ||
166 | hw/pci-bridge/cxl_root_port.c | 4 +- | ||
167 | hw/pci-bridge/pcie_root_port.c | 2 +- | ||
168 | hw/pci-host/bonito.c | 2 +- | ||
169 | hw/pci-host/pnv_phb.c | 4 +- | ||
170 | hw/pci-host/pnv_phb3_msi.c | 4 +- | ||
171 | hw/pci/pci.c | 4 +- | ||
172 | hw/rtc/mc146818rtc.c | 2 +- | ||
173 | hw/s390x/css-bridge.c | 2 +- | ||
174 | hw/sensor/adm1266.c | 2 +- | ||
175 | hw/sensor/adm1272.c | 4 +- | ||
176 | hw/sensor/isl_pmbus_vr.c | 10 +- | ||
177 | hw/sensor/max31785.c | 2 +- | ||
178 | hw/sensor/max34451.c | 2 +- | ||
179 | hw/ssi/npcm7xx_fiu.c | 2 +- | ||
180 | hw/timer/etraxfs_timer.c | 2 +- | ||
181 | hw/timer/npcm7xx_timer.c | 2 +- | ||
182 | hw/usb/hcd-dwc2.c | 8 +- | ||
183 | hw/usb/xlnx-versal-usb2-ctrl-regs.c | 2 +- | ||
184 | hw/virtio/virtio-pci.c | 2 +- | ||
185 | linux-user/flatload.c | 293 +---------------- | ||
186 | target/arm/cpu.c | 151 ++++++++- | ||
187 | target/arm/helper.c | 101 +++++- | ||
188 | target/arm/tcg/cpu64.c | 1 + | ||
189 | target/arm/tcg/helper-a64.c | 16 +- | ||
190 | target/arm/tcg/translate-a64.c | 19 ++ | ||
191 | target/avr/cpu.c | 4 +- | ||
192 | target/cris/cpu.c | 4 +- | ||
193 | target/hexagon/cpu.c | 4 +- | ||
194 | target/i386/cpu.c | 4 +- | ||
195 | target/loongarch/cpu.c | 4 +- | ||
196 | target/m68k/cpu.c | 4 +- | ||
197 | target/microblaze/cpu.c | 4 +- | ||
198 | target/mips/cpu.c | 4 +- | ||
199 | target/openrisc/cpu.c | 4 +- | ||
200 | target/ppc/cpu_init.c | 4 +- | ||
201 | target/riscv/cpu.c | 4 +- | ||
202 | target/rx/cpu.c | 4 +- | ||
203 | target/sh4/cpu.c | 4 +- | ||
204 | target/sparc/cpu.c | 4 +- | ||
205 | target/tricore/cpu.c | 4 +- | ||
206 | target/xtensa/cpu.c | 4 +- | ||
207 | tests/qtest/stm32l4x5_usart-test.c | 315 ++++++++++++++++++ | ||
208 | hw/arm/Kconfig | 1 + | ||
209 | hw/char/Kconfig | 3 + | ||
210 | hw/char/meson.build | 1 + | ||
211 | hw/char/trace-events | 12 + | ||
212 | hw/intc/trace-events | 2 + | ||
213 | tests/qtest/meson.build | 4 +- | ||
214 | 133 files changed, 2239 insertions(+), 537 deletions(-) | ||
215 | create mode 100644 scripts/coccinelle/reset-type.cocci | ||
216 | create mode 100644 include/hw/char/stm32l4x5_usart.h | ||
217 | create mode 100644 hw/char/stm32l4x5_usart.c | ||
218 | create mode 100644 tests/qtest/stm32l4x5_usart-test.c | diff view generated by jsdifflib |
1 | From: schspa <schspa@gmail.com> | 1 | From: Jinjie Ruan <ruanjinjie@huawei.com> |
---|---|---|---|
2 | 2 | ||
3 | At the moment the following QEMU command line triggers an assertion | 3 | FEAT_NMI defines another three new bits in HCRX_EL2: TALLINT, HCRX_VINMI and |
4 | failure On xlnx-versal SOC: | 4 | HCRX_VFNMI. When the feature is enabled, allow these bits to be written in |
5 | qemu-system-aarch64 \ | 5 | HCRX_EL2. |
6 | -machine xlnx-versal-virt -nographic -smp 2 -m 128 \ | ||
7 | -fsdev local,id=shareid,path=${HOME}/work,security_model=none \ | ||
8 | -device virtio-9p-device,fsdev=shareid,mount_tag=share \ | ||
9 | -fsdev local,id=shareid1,path=${HOME}/Music,security_model=none \ | ||
10 | -device virtio-9p-device,fsdev=shareid1,mount_tag=share1 | ||
11 | 6 | ||
12 | qemu-system-aarch64: ../migration/savevm.c:860: | 7 | Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com> |
13 | vmstate_register_with_alias_id: | 8 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
14 | Assertion `!se->compat || se->instance_id == 0' failed. | ||
15 | |||
16 | This problem was fixed on arm virt platform in commit f58b39d2d5b | ||
17 | ("virtio-mmio: format transport base address in BusClass.get_dev_path") | ||
18 | |||
19 | It works perfectly on arm virt platform. but there is still there on | ||
20 | xlnx-versal SOC. | ||
21 | |||
22 | The main difference between arm virt and xlnx-versal is they use | ||
23 | different way to create virtio-mmio qdev. on arm virt, it calls | ||
24 | sysbus_create_simple("virtio-mmio", base, pic[irq]); which will call | ||
25 | sysbus_mmio_map internally and assign base address to subsys device | ||
26 | mmio correctly. but xlnx-versal's implements won't do this. | ||
27 | |||
28 | However, xlnx-versal can't switch to sysbus_create_simple() to create | ||
29 | virtio-mmio device. It's because xlnx-versal's cpu use | ||
30 | VersalVirt.soc.fpd.apu.mr as it's memory. which is subregion of | ||
31 | system_memory. sysbus_create_simple will add virtio to system_memory, | ||
32 | which can't be accessed by cpu. | ||
33 | |||
34 | Besides, xlnx-versal can't add sysbus_mmio_map api call too, because | ||
35 | this will add memory region to system_memory, and it can't be added | ||
36 | to VersalVirt.soc.fpd.apu.mr again. | ||
37 | |||
38 | We can solve this by assign correct base address offset on dev_path. | ||
39 | |||
40 | This path was test on aarch64 virt & xlnx-versal platform. | ||
41 | |||
42 | Signed-off-by: schspa <schspa@gmail.com> | ||
43 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
10 | Message-id: 20240407081733.3231820-2-ruanjinjie@huawei.com | ||
44 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
45 | --- | 12 | --- |
46 | hw/virtio/virtio-mmio.c | 13 +++++++------ | 13 | target/arm/cpu-features.h | 5 +++++ |
47 | 1 file changed, 7 insertions(+), 6 deletions(-) | 14 | target/arm/helper.c | 8 +++++++- |
15 | 2 files changed, 12 insertions(+), 1 deletion(-) | ||
48 | 16 | ||
49 | diff --git a/hw/virtio/virtio-mmio.c b/hw/virtio/virtio-mmio.c | 17 | diff --git a/target/arm/cpu-features.h b/target/arm/cpu-features.h |
50 | index XXXXXXX..XXXXXXX 100644 | 18 | index XXXXXXX..XXXXXXX 100644 |
51 | --- a/hw/virtio/virtio-mmio.c | 19 | --- a/target/arm/cpu-features.h |
52 | +++ b/hw/virtio/virtio-mmio.c | 20 | +++ b/target/arm/cpu-features.h |
53 | @@ -XXX,XX +XXX,XX @@ static char *virtio_mmio_bus_get_dev_path(DeviceState *dev) | 21 | @@ -XXX,XX +XXX,XX @@ static inline bool isar_feature_aa64_sme(const ARMISARegisters *id) |
54 | BusState *virtio_mmio_bus; | 22 | return FIELD_EX64(id->id_aa64pfr1, ID_AA64PFR1, SME) != 0; |
55 | VirtIOMMIOProxy *virtio_mmio_proxy; | 23 | } |
56 | char *proxy_path; | 24 | |
57 | - SysBusDevice *proxy_sbd; | 25 | +static inline bool isar_feature_aa64_nmi(const ARMISARegisters *id) |
58 | char *path; | 26 | +{ |
59 | + MemoryRegionSection section; | 27 | + return FIELD_EX64(id->id_aa64pfr1, ID_AA64PFR1, NMI) != 0; |
60 | 28 | +} | |
61 | virtio_mmio_bus = qdev_get_parent_bus(dev); | 29 | + |
62 | virtio_mmio_proxy = VIRTIO_MMIO(virtio_mmio_bus->parent); | 30 | static inline bool isar_feature_aa64_tgran4_lpa2(const ARMISARegisters *id) |
63 | @@ -XXX,XX +XXX,XX @@ static char *virtio_mmio_bus_get_dev_path(DeviceState *dev) | 31 | { |
32 | return FIELD_SEX64(id->id_aa64mmfr0, ID_AA64MMFR0, TGRAN4) >= 1; | ||
33 | diff --git a/target/arm/helper.c b/target/arm/helper.c | ||
34 | index XXXXXXX..XXXXXXX 100644 | ||
35 | --- a/target/arm/helper.c | ||
36 | +++ b/target/arm/helper.c | ||
37 | @@ -XXX,XX +XXX,XX @@ bool el_is_in_host(CPUARMState *env, int el) | ||
38 | static void hcrx_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
39 | uint64_t value) | ||
40 | { | ||
41 | + ARMCPU *cpu = env_archcpu(env); | ||
42 | uint64_t valid_mask = 0; | ||
43 | |||
44 | /* FEAT_MOPS adds MSCEn and MCE2 */ | ||
45 | - if (cpu_isar_feature(aa64_mops, env_archcpu(env))) { | ||
46 | + if (cpu_isar_feature(aa64_mops, cpu)) { | ||
47 | valid_mask |= HCRX_MSCEN | HCRX_MCE2; | ||
64 | } | 48 | } |
65 | 49 | ||
66 | /* Otherwise, we append the base address of the transport. */ | 50 | + /* FEAT_NMI adds TALLINT, VINMI and VFNMI */ |
67 | - proxy_sbd = SYS_BUS_DEVICE(virtio_mmio_proxy); | 51 | + if (cpu_isar_feature(aa64_nmi, cpu)) { |
68 | - assert(proxy_sbd->num_mmio == 1); | 52 | + valid_mask |= HCRX_TALLINT | HCRX_VINMI | HCRX_VFNMI; |
69 | - assert(proxy_sbd->mmio[0].memory == &virtio_mmio_proxy->iomem); | 53 | + } |
70 | + section = memory_region_find(&virtio_mmio_proxy->iomem, 0, 0x200); | ||
71 | + assert(section.mr); | ||
72 | |||
73 | if (proxy_path) { | ||
74 | path = g_strdup_printf("%s/virtio-mmio@" TARGET_FMT_plx, proxy_path, | ||
75 | - proxy_sbd->mmio[0].addr); | ||
76 | + section.offset_within_address_space); | ||
77 | } else { | ||
78 | path = g_strdup_printf("virtio-mmio@" TARGET_FMT_plx, | ||
79 | - proxy_sbd->mmio[0].addr); | ||
80 | + section.offset_within_address_space); | ||
81 | } | ||
82 | + memory_region_unref(section.mr); | ||
83 | + | 54 | + |
84 | g_free(proxy_path); | 55 | /* Clear RES0 bits. */ |
85 | return path; | 56 | env->cp15.hcrx_el2 = value & valid_mask; |
86 | } | 57 | } |
87 | -- | 58 | -- |
88 | 2.20.1 | 59 | 2.34.1 |
89 | |||
90 | diff view generated by jsdifflib |
1 | Update old infocenter.arm.com URLs to the equivalent developer.arm.com | 1 | From: Jinjie Ruan <ruanjinjie@huawei.com> |
---|---|---|---|
2 | ones (the old URLs should redirect, but we might as well avoid the | ||
3 | redirection notice, and the new URLs are pleasantly shorter). | ||
4 | 2 | ||
5 | This commit covers the links to the MPS2 board TRM, the various | 3 | When PSTATE.ALLINT is set, an IRQ or FIQ interrupt that is targeted to |
6 | Application Notes, the IoTKit and SSE-200 documents. | 4 | ELx, with or without superpriority is masked. As Richard suggested, place |
5 | ALLINT bit in PSTATE in env->pstate. | ||
7 | 6 | ||
7 | In the pseudocode, AArch64.ExceptionReturn() calls SetPSTATEFromPSR(), which | ||
8 | treats PSTATE.ALLINT as one of the bits which are reinstated from SPSR to | ||
9 | PSTATE regardless of whether this is an illegal exception return or not. So | ||
10 | handle PSTATE.ALLINT the same way as PSTATE.DAIF in the illegal_return exit | ||
11 | path of the exception_return helper. With the change, exception entry and | ||
12 | return are automatically handled. | ||
13 | |||
14 | Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com> | ||
15 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
16 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
17 | Message-id: 20240407081733.3231820-3-ruanjinjie@huawei.com | ||
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 18 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
9 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
10 | Message-id: 20210215115138.20465-25-peter.maydell@linaro.org | ||
11 | --- | 19 | --- |
12 | include/hw/arm/armsse.h | 4 ++-- | 20 | target/arm/cpu.h | 1 + |
13 | include/hw/misc/armsse-cpuid.h | 2 +- | 21 | target/arm/tcg/helper-a64.c | 4 ++-- |
14 | include/hw/misc/armsse-mhu.h | 2 +- | 22 | 2 files changed, 3 insertions(+), 2 deletions(-) |
15 | include/hw/misc/iotkit-secctl.h | 2 +- | ||
16 | include/hw/misc/iotkit-sysctl.h | 2 +- | ||
17 | include/hw/misc/iotkit-sysinfo.h | 2 +- | ||
18 | include/hw/misc/mps2-fpgaio.h | 2 +- | ||
19 | hw/arm/mps2-tz.c | 11 +++++------ | ||
20 | hw/misc/armsse-cpuid.c | 2 +- | ||
21 | hw/misc/armsse-mhu.c | 2 +- | ||
22 | hw/misc/iotkit-sysctl.c | 2 +- | ||
23 | hw/misc/iotkit-sysinfo.c | 2 +- | ||
24 | hw/misc/mps2-fpgaio.c | 2 +- | ||
25 | hw/misc/mps2-scc.c | 2 +- | ||
26 | 14 files changed, 19 insertions(+), 20 deletions(-) | ||
27 | 23 | ||
28 | diff --git a/include/hw/arm/armsse.h b/include/hw/arm/armsse.h | 24 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h |
29 | index XXXXXXX..XXXXXXX 100644 | 25 | index XXXXXXX..XXXXXXX 100644 |
30 | --- a/include/hw/arm/armsse.h | 26 | --- a/target/arm/cpu.h |
31 | +++ b/include/hw/arm/armsse.h | 27 | +++ b/target/arm/cpu.h |
32 | @@ -XXX,XX +XXX,XX @@ | 28 | @@ -XXX,XX +XXX,XX @@ void pmu_init(ARMCPU *cpu); |
33 | * hardware, which include the IoT Kit and the SSE-050, SSE-100 and | 29 | #define PSTATE_D (1U << 9) |
34 | * SSE-200. Currently we model: | 30 | #define PSTATE_BTYPE (3U << 10) |
35 | * - the Arm IoT Kit which is documented in | 31 | #define PSTATE_SSBS (1U << 12) |
36 | - * http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ecm0601256/index.html | 32 | +#define PSTATE_ALLINT (1U << 13) |
37 | + * https://developer.arm.com/documentation/ecm0601256/latest | 33 | #define PSTATE_IL (1U << 20) |
38 | * - the SSE-200 which is documented in | 34 | #define PSTATE_SS (1U << 21) |
39 | - * http://infocenter.arm.com/help/topic/com.arm.doc.101104_0100_00_en/corelink_sse200_subsystem_for_embedded_technical_reference_manual_101104_0100_00_en.pdf | 35 | #define PSTATE_PAN (1U << 22) |
40 | + * https://developer.arm.com/documentation/101104/latest/ | 36 | diff --git a/target/arm/tcg/helper-a64.c b/target/arm/tcg/helper-a64.c |
41 | * | ||
42 | * The IoTKit contains: | ||
43 | * a Cortex-M33 | ||
44 | diff --git a/include/hw/misc/armsse-cpuid.h b/include/hw/misc/armsse-cpuid.h | ||
45 | index XXXXXXX..XXXXXXX 100644 | 37 | index XXXXXXX..XXXXXXX 100644 |
46 | --- a/include/hw/misc/armsse-cpuid.h | 38 | --- a/target/arm/tcg/helper-a64.c |
47 | +++ b/include/hw/misc/armsse-cpuid.h | 39 | +++ b/target/arm/tcg/helper-a64.c |
48 | @@ -XXX,XX +XXX,XX @@ | 40 | @@ -XXX,XX +XXX,XX @@ illegal_return: |
49 | /* | 41 | */ |
50 | * This is a model of the "CPU_IDENTITY" register block which is part of the | 42 | env->pstate |= PSTATE_IL; |
51 | * Arm SSE-200 and documented in | 43 | env->pc = new_pc; |
52 | - * http://infocenter.arm.com/help/topic/com.arm.doc.101104_0100_00_en/corelink_sse200_subsystem_for_embedded_technical_reference_manual_101104_0100_00_en.pdf | 44 | - spsr &= PSTATE_NZCV | PSTATE_DAIF; |
53 | + * https://developer.arm.com/documentation/101104/latest/ | 45 | - spsr |= pstate_read(env) & ~(PSTATE_NZCV | PSTATE_DAIF); |
54 | * | 46 | + spsr &= PSTATE_NZCV | PSTATE_DAIF | PSTATE_ALLINT; |
55 | * QEMU interface: | 47 | + spsr |= pstate_read(env) & ~(PSTATE_NZCV | PSTATE_DAIF | PSTATE_ALLINT); |
56 | * + QOM property "CPUID": the value to use for the CPUID register | 48 | pstate_write(env, spsr); |
57 | diff --git a/include/hw/misc/armsse-mhu.h b/include/hw/misc/armsse-mhu.h | 49 | if (!arm_singlestep_active(env)) { |
58 | index XXXXXXX..XXXXXXX 100644 | 50 | env->pstate &= ~PSTATE_SS; |
59 | --- a/include/hw/misc/armsse-mhu.h | ||
60 | +++ b/include/hw/misc/armsse-mhu.h | ||
61 | @@ -XXX,XX +XXX,XX @@ | ||
62 | /* | ||
63 | * This is a model of the Message Handling Unit (MHU) which is part of the | ||
64 | * Arm SSE-200 and documented in | ||
65 | - * http://infocenter.arm.com/help/topic/com.arm.doc.101104_0100_00_en/corelink_sse200_subsystem_for_embedded_technical_reference_manual_101104_0100_00_en.pdf | ||
66 | + * https://developer.arm.com/documentation/101104/latest/ | ||
67 | * | ||
68 | * QEMU interface: | ||
69 | * + sysbus MMIO region 0: the system information register bank | ||
70 | diff --git a/include/hw/misc/iotkit-secctl.h b/include/hw/misc/iotkit-secctl.h | ||
71 | index XXXXXXX..XXXXXXX 100644 | ||
72 | --- a/include/hw/misc/iotkit-secctl.h | ||
73 | +++ b/include/hw/misc/iotkit-secctl.h | ||
74 | @@ -XXX,XX +XXX,XX @@ | ||
75 | |||
76 | /* This is a model of the security controller which is part of the | ||
77 | * Arm IoT Kit and documented in | ||
78 | - * http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ecm0601256/index.html | ||
79 | + * https://developer.arm.com/documentation/ecm0601256/latest | ||
80 | * | ||
81 | * QEMU interface: | ||
82 | * + sysbus MMIO region 0 is the "secure privilege control block" registers | ||
83 | diff --git a/include/hw/misc/iotkit-sysctl.h b/include/hw/misc/iotkit-sysctl.h | ||
84 | index XXXXXXX..XXXXXXX 100644 | ||
85 | --- a/include/hw/misc/iotkit-sysctl.h | ||
86 | +++ b/include/hw/misc/iotkit-sysctl.h | ||
87 | @@ -XXX,XX +XXX,XX @@ | ||
88 | /* | ||
89 | * This is a model of the "system control element" which is part of the | ||
90 | * Arm IoTKit and documented in | ||
91 | - * http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ecm0601256/index.html | ||
92 | + * https://developer.arm.com/documentation/ecm0601256/latest | ||
93 | * Specifically, it implements the "system information block" and | ||
94 | * "system control register" blocks. | ||
95 | * | ||
96 | diff --git a/include/hw/misc/iotkit-sysinfo.h b/include/hw/misc/iotkit-sysinfo.h | ||
97 | index XXXXXXX..XXXXXXX 100644 | ||
98 | --- a/include/hw/misc/iotkit-sysinfo.h | ||
99 | +++ b/include/hw/misc/iotkit-sysinfo.h | ||
100 | @@ -XXX,XX +XXX,XX @@ | ||
101 | /* | ||
102 | * This is a model of the "system information block" which is part of the | ||
103 | * Arm IoTKit and documented in | ||
104 | - * http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ecm0601256/index.html | ||
105 | + * https://developer.arm.com/documentation/ecm0601256/latest | ||
106 | * QEMU interface: | ||
107 | * + QOM property "SYS_VERSION": value to use for SYS_VERSION register | ||
108 | * + QOM property "SYS_CONFIG": value to use for SYS_CONFIG register | ||
109 | diff --git a/include/hw/misc/mps2-fpgaio.h b/include/hw/misc/mps2-fpgaio.h | ||
110 | index XXXXXXX..XXXXXXX 100644 | ||
111 | --- a/include/hw/misc/mps2-fpgaio.h | ||
112 | +++ b/include/hw/misc/mps2-fpgaio.h | ||
113 | @@ -XXX,XX +XXX,XX @@ | ||
114 | /* This is a model of the FPGAIO register block in the AN505 | ||
115 | * FPGA image for the MPS2 dev board; it is documented in the | ||
116 | * application note: | ||
117 | - * http://infocenter.arm.com/help/topic/com.arm.doc.dai0505b/index.html | ||
118 | + * https://developer.arm.com/documentation/dai0505/latest/ | ||
119 | * | ||
120 | * QEMU interface: | ||
121 | * + sysbus MMIO region 0: the register bank | ||
122 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c | ||
123 | index XXXXXXX..XXXXXXX 100644 | ||
124 | --- a/hw/arm/mps2-tz.c | ||
125 | +++ b/hw/arm/mps2-tz.c | ||
126 | @@ -XXX,XX +XXX,XX @@ | ||
127 | * https://developer.arm.com/products/system-design/development-boards/fpga-prototyping-boards/mps2 | ||
128 | * | ||
129 | * Board TRM: | ||
130 | - * http://infocenter.arm.com/help/topic/com.arm.doc.100112_0200_06_en/versatile_express_cortex_m_prototyping_systems_v2m_mps2_and_v2m_mps2plus_technical_reference_100112_0200_06_en.pdf | ||
131 | + * https://developer.arm.com/documentation/100112/latest/ | ||
132 | * Application Note AN505: | ||
133 | - * http://infocenter.arm.com/help/topic/com.arm.doc.dai0505b/index.html | ||
134 | + * https://developer.arm.com/documentation/dai0505/latest/ | ||
135 | * Application Note AN521: | ||
136 | - * http://infocenter.arm.com/help/topic/com.arm.doc.dai0521c/index.html | ||
137 | + * https://developer.arm.com/documentation/dai0521/latest/ | ||
138 | * Application Note AN524: | ||
139 | * https://developer.arm.com/documentation/dai0524/latest/ | ||
140 | * | ||
141 | * The AN505 defers to the Cortex-M33 processor ARMv8M IoT Kit FVP User Guide | ||
142 | * (ARM ECM0601256) for the details of some of the device layout: | ||
143 | - * http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ecm0601256/index.html | ||
144 | + * https://developer.arm.com/documentation/ecm0601256/latest | ||
145 | * Similarly, the AN521 and AN524 use the SSE-200, and the SSE-200 TRM defines | ||
146 | * most of the device layout: | ||
147 | - * http://infocenter.arm.com/help/topic/com.arm.doc.101104_0100_00_en/corelink_sse200_subsystem_for_embedded_technical_reference_manual_101104_0100_00_en.pdf | ||
148 | - * | ||
149 | + * https://developer.arm.com/documentation/101104/latest/ | ||
150 | */ | ||
151 | |||
152 | #include "qemu/osdep.h" | ||
153 | diff --git a/hw/misc/armsse-cpuid.c b/hw/misc/armsse-cpuid.c | ||
154 | index XXXXXXX..XXXXXXX 100644 | ||
155 | --- a/hw/misc/armsse-cpuid.c | ||
156 | +++ b/hw/misc/armsse-cpuid.c | ||
157 | @@ -XXX,XX +XXX,XX @@ | ||
158 | /* | ||
159 | * This is a model of the "CPU_IDENTITY" register block which is part of the | ||
160 | * Arm SSE-200 and documented in | ||
161 | - * http://infocenter.arm.com/help/topic/com.arm.doc.101104_0100_00_en/corelink_sse200_subsystem_for_embedded_technical_reference_manual_101104_0100_00_en.pdf | ||
162 | + * https://developer.arm.com/documentation/101104/latest/ | ||
163 | * | ||
164 | * It consists of one read-only CPUID register (set by QOM property), plus the | ||
165 | * usual ID registers. | ||
166 | diff --git a/hw/misc/armsse-mhu.c b/hw/misc/armsse-mhu.c | ||
167 | index XXXXXXX..XXXXXXX 100644 | ||
168 | --- a/hw/misc/armsse-mhu.c | ||
169 | +++ b/hw/misc/armsse-mhu.c | ||
170 | @@ -XXX,XX +XXX,XX @@ | ||
171 | /* | ||
172 | * This is a model of the Message Handling Unit (MHU) which is part of the | ||
173 | * Arm SSE-200 and documented in | ||
174 | - * http://infocenter.arm.com/help/topic/com.arm.doc.101104_0100_00_en/corelink_sse200_subsystem_for_embedded_technical_reference_manual_101104_0100_00_en.pdf | ||
175 | + * https://developer.arm.com/documentation/101104/latest/ | ||
176 | */ | ||
177 | |||
178 | #include "qemu/osdep.h" | ||
179 | diff --git a/hw/misc/iotkit-sysctl.c b/hw/misc/iotkit-sysctl.c | ||
180 | index XXXXXXX..XXXXXXX 100644 | ||
181 | --- a/hw/misc/iotkit-sysctl.c | ||
182 | +++ b/hw/misc/iotkit-sysctl.c | ||
183 | @@ -XXX,XX +XXX,XX @@ | ||
184 | /* | ||
185 | * This is a model of the "system control element" which is part of the | ||
186 | * Arm IoTKit and documented in | ||
187 | - * http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ecm0601256/index.html | ||
188 | + * https://developer.arm.com/documentation/ecm0601256/latest | ||
189 | * Specifically, it implements the "system control register" blocks. | ||
190 | */ | ||
191 | |||
192 | diff --git a/hw/misc/iotkit-sysinfo.c b/hw/misc/iotkit-sysinfo.c | ||
193 | index XXXXXXX..XXXXXXX 100644 | ||
194 | --- a/hw/misc/iotkit-sysinfo.c | ||
195 | +++ b/hw/misc/iotkit-sysinfo.c | ||
196 | @@ -XXX,XX +XXX,XX @@ | ||
197 | /* | ||
198 | * This is a model of the "system information block" which is part of the | ||
199 | * Arm IoTKit and documented in | ||
200 | - * http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ecm0601256/index.html | ||
201 | + * https://developer.arm.com/documentation/ecm0601256/latest | ||
202 | * It consists of 2 read-only version/config registers, plus the | ||
203 | * usual ID registers. | ||
204 | */ | ||
205 | diff --git a/hw/misc/mps2-fpgaio.c b/hw/misc/mps2-fpgaio.c | ||
206 | index XXXXXXX..XXXXXXX 100644 | ||
207 | --- a/hw/misc/mps2-fpgaio.c | ||
208 | +++ b/hw/misc/mps2-fpgaio.c | ||
209 | @@ -XXX,XX +XXX,XX @@ | ||
210 | /* This is a model of the "FPGA system control and I/O" block found | ||
211 | * in the AN505 FPGA image for the MPS2 devboard. | ||
212 | * It is documented in AN505: | ||
213 | - * http://infocenter.arm.com/help/topic/com.arm.doc.dai0505b/index.html | ||
214 | + * https://developer.arm.com/documentation/dai0505/latest/ | ||
215 | */ | ||
216 | |||
217 | #include "qemu/osdep.h" | ||
218 | diff --git a/hw/misc/mps2-scc.c b/hw/misc/mps2-scc.c | ||
219 | index XXXXXXX..XXXXXXX 100644 | ||
220 | --- a/hw/misc/mps2-scc.c | ||
221 | +++ b/hw/misc/mps2-scc.c | ||
222 | @@ -XXX,XX +XXX,XX @@ | ||
223 | * found in the FPGA images of MPS2 development boards. | ||
224 | * | ||
225 | * Documentation of it can be found in the MPS2 TRM: | ||
226 | - * http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.100112_0100_03_en/index.html | ||
227 | + * https://developer.arm.com/documentation/100112/latest/ | ||
228 | * and also in the Application Notes documenting individual FPGA images. | ||
229 | */ | ||
230 | |||
231 | -- | 51 | -- |
232 | 2.20.1 | 52 | 2.34.1 |
233 | |||
234 | diff view generated by jsdifflib |
1 | The draw_line16_32() function in the omap_lcdc template header | 1 | From: Jinjie Ruan <ruanjinjie@huawei.com> |
---|---|---|---|
2 | includes an ifdef for the case where HOST_WORDS_BIGENDIAN matches | ||
3 | TARGET_WORDS_BIGENDIAN. This is trying to optimise for "source | ||
4 | bitmap and destination bitmap format match", but it is broken, | ||
5 | because in this function the formats don't match: the source is | ||
6 | 16-bit colour and the destination is 32-bit colour, so a memcpy() | ||
7 | will produce corrupted graphics output. Drop the bogus ifdef. | ||
8 | 2 | ||
9 | This bug was introduced in commit ea644cf343129, when we dropped | 3 | Add support for FEAT_NMI. NMI (FEAT_NMI) is an mandatory feature in |
10 | support for DEPTH values other than 32 from the template header. | 4 | ARMv8.8-A and ARM v9.3-A. |
11 | The old #if line was | ||
12 | #if DEPTH == 16 && defined(HOST_WORDS_BIGENDIAN) == defined(TARGET_WORDS_BIGENDIAN) | ||
13 | and this was mistakenly changed to | ||
14 | #if defined(HOST_WORDS_BIGENDIAN) == defined(TARGET_WORDS_BIGENDIAN) | ||
15 | rather than deleting the #if as now having an always-false condition. | ||
16 | 5 | ||
17 | Fixes: ea644cf343129 | 6 | Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com> |
7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
8 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
9 | Message-id: 20240407081733.3231820-4-ruanjinjie@huawei.com | ||
18 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
19 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
20 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
21 | Message-id: 20210215103215.4944-7-peter.maydell@linaro.org | ||
22 | --- | 11 | --- |
23 | hw/display/omap_lcd_template.h | 4 ---- | 12 | target/arm/internals.h | 3 +++ |
24 | 1 file changed, 4 deletions(-) | 13 | 1 file changed, 3 insertions(+) |
25 | 14 | ||
26 | diff --git a/hw/display/omap_lcd_template.h b/hw/display/omap_lcd_template.h | 15 | diff --git a/target/arm/internals.h b/target/arm/internals.h |
27 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
28 | --- a/hw/display/omap_lcd_template.h | 17 | --- a/target/arm/internals.h |
29 | +++ b/hw/display/omap_lcd_template.h | 18 | +++ b/target/arm/internals.h |
30 | @@ -XXX,XX +XXX,XX @@ static void draw_line12_32(void *opaque, uint8_t *d, const uint8_t *s, | 19 | @@ -XXX,XX +XXX,XX @@ static inline uint32_t aarch64_pstate_valid_mask(const ARMISARegisters *id) |
31 | static void draw_line16_32(void *opaque, uint8_t *d, const uint8_t *s, | 20 | if (isar_feature_aa64_mte(id)) { |
32 | int width, int deststep) | 21 | valid |= PSTATE_TCO; |
33 | { | 22 | } |
34 | -#if defined(HOST_WORDS_BIGENDIAN) == defined(TARGET_WORDS_BIGENDIAN) | 23 | + if (isar_feature_aa64_nmi(id)) { |
35 | - memcpy(d, s, width * 2); | 24 | + valid |= PSTATE_ALLINT; |
36 | -#else | 25 | + } |
37 | uint16_t v; | 26 | |
38 | uint8_t r, g, b; | 27 | return valid; |
39 | |||
40 | @@ -XXX,XX +XXX,XX @@ static void draw_line16_32(void *opaque, uint8_t *d, const uint8_t *s, | ||
41 | s += 2; | ||
42 | d += 4; | ||
43 | } while (-- width != 0); | ||
44 | -#endif | ||
45 | } | 28 | } |
46 | -- | 29 | -- |
47 | 2.20.1 | 30 | 2.34.1 |
48 | |||
49 | diff view generated by jsdifflib |
1 | The armv7m_load_kernel() function takes a mem_size argument which it | 1 | From: Jinjie Ruan <ruanjinjie@huawei.com> |
---|---|---|---|
2 | expects to be the size of the memory region at guest address 0. (It | ||
3 | uses this argument only as a limit on how large a raw image file it | ||
4 | can load at address zero). | ||
5 | 2 | ||
6 | Instead of hardcoding this value, find the RAMInfo corresponding to | 3 | Add ALLINT MSR (immediate) to decodetree, in which the CRm is 0b000x. The |
7 | the 0 address and extract its size. | 4 | EL0 check is necessary to ALLINT, and the EL1 check is necessary when |
5 | imm == 1. So implement it inline for EL2/3, or EL1 with imm==0. Avoid the | ||
6 | unconditional write to pc and use raise_exception_ra to unwind. | ||
8 | 7 | ||
8 | Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com> | ||
9 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
10 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
11 | Message-id: 20240407081733.3231820-5-ruanjinjie@huawei.com | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
11 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
12 | Message-id: 20210215115138.20465-20-peter.maydell@linaro.org | ||
13 | --- | 13 | --- |
14 | hw/arm/mps2-tz.c | 17 ++++++++++++++++- | 14 | target/arm/tcg/helper-a64.h | 1 + |
15 | 1 file changed, 16 insertions(+), 1 deletion(-) | 15 | target/arm/tcg/a64.decode | 1 + |
16 | target/arm/tcg/helper-a64.c | 12 ++++++++++++ | ||
17 | target/arm/tcg/translate-a64.c | 19 +++++++++++++++++++ | ||
18 | 4 files changed, 33 insertions(+) | ||
16 | 19 | ||
17 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c | 20 | diff --git a/target/arm/tcg/helper-a64.h b/target/arm/tcg/helper-a64.h |
18 | index XXXXXXX..XXXXXXX 100644 | 21 | index XXXXXXX..XXXXXXX 100644 |
19 | --- a/hw/arm/mps2-tz.c | 22 | --- a/target/arm/tcg/helper-a64.h |
20 | +++ b/hw/arm/mps2-tz.c | 23 | +++ b/target/arm/tcg/helper-a64.h |
21 | @@ -XXX,XX +XXX,XX @@ static void create_non_mpc_ram(MPS2TZMachineState *mms) | 24 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_1(rbit64, TCG_CALL_NO_RWG_SE, i64, i64) |
22 | } | 25 | DEF_HELPER_2(msr_i_spsel, void, env, i32) |
26 | DEF_HELPER_2(msr_i_daifset, void, env, i32) | ||
27 | DEF_HELPER_2(msr_i_daifclear, void, env, i32) | ||
28 | +DEF_HELPER_1(msr_set_allint_el1, void, env) | ||
29 | DEF_HELPER_3(vfp_cmph_a64, i64, f16, f16, ptr) | ||
30 | DEF_HELPER_3(vfp_cmpeh_a64, i64, f16, f16, ptr) | ||
31 | DEF_HELPER_3(vfp_cmps_a64, i64, f32, f32, ptr) | ||
32 | diff --git a/target/arm/tcg/a64.decode b/target/arm/tcg/a64.decode | ||
33 | index XXXXXXX..XXXXXXX 100644 | ||
34 | --- a/target/arm/tcg/a64.decode | ||
35 | +++ b/target/arm/tcg/a64.decode | ||
36 | @@ -XXX,XX +XXX,XX @@ MSR_i_DIT 1101 0101 0000 0 011 0100 .... 010 11111 @msr_i | ||
37 | MSR_i_TCO 1101 0101 0000 0 011 0100 .... 100 11111 @msr_i | ||
38 | MSR_i_DAIFSET 1101 0101 0000 0 011 0100 .... 110 11111 @msr_i | ||
39 | MSR_i_DAIFCLEAR 1101 0101 0000 0 011 0100 .... 111 11111 @msr_i | ||
40 | +MSR_i_ALLINT 1101 0101 0000 0 001 0100 000 imm:1 000 11111 | ||
41 | MSR_i_SVCR 1101 0101 0000 0 011 0100 0 mask:2 imm:1 011 11111 | ||
42 | |||
43 | # MRS, MSR (register), SYS, SYSL. These are all essentially the | ||
44 | diff --git a/target/arm/tcg/helper-a64.c b/target/arm/tcg/helper-a64.c | ||
45 | index XXXXXXX..XXXXXXX 100644 | ||
46 | --- a/target/arm/tcg/helper-a64.c | ||
47 | +++ b/target/arm/tcg/helper-a64.c | ||
48 | @@ -XXX,XX +XXX,XX @@ void HELPER(msr_i_spsel)(CPUARMState *env, uint32_t imm) | ||
49 | update_spsel(env, imm); | ||
23 | } | 50 | } |
24 | 51 | ||
25 | +static uint32_t boot_ram_size(MPS2TZMachineState *mms) | 52 | +void HELPER(msr_set_allint_el1)(CPUARMState *env) |
26 | +{ | 53 | +{ |
27 | + /* Return the size of the RAM block at guest address zero */ | 54 | + /* ALLINT update to PSTATE. */ |
28 | + const RAMInfo *p; | 55 | + if (arm_hcrx_el2_eff(env) & HCRX_TALLINT) { |
29 | + MPS2TZMachineClass *mmc = MPS2TZ_MACHINE_GET_CLASS(mms); | 56 | + raise_exception_ra(env, EXCP_UDEF, |
57 | + syn_aa64_sysregtrap(0, 1, 0, 4, 1, 0x1f, 0), 2, | ||
58 | + GETPC()); | ||
59 | + } | ||
30 | + | 60 | + |
31 | + for (p = mmc->raminfo; p->name; p++) { | 61 | + env->pstate |= PSTATE_ALLINT; |
32 | + if (p->base == 0) { | ||
33 | + return p->size; | ||
34 | + } | ||
35 | + } | ||
36 | + g_assert_not_reached(); | ||
37 | +} | 62 | +} |
38 | + | 63 | + |
39 | static void mps2tz_common_init(MachineState *machine) | 64 | static void daif_check(CPUARMState *env, uint32_t op, |
65 | uint32_t imm, uintptr_t ra) | ||
40 | { | 66 | { |
41 | MPS2TZMachineState *mms = MPS2TZ_MACHINE(machine); | 67 | diff --git a/target/arm/tcg/translate-a64.c b/target/arm/tcg/translate-a64.c |
42 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) | 68 | index XXXXXXX..XXXXXXX 100644 |
43 | 69 | --- a/target/arm/tcg/translate-a64.c | |
44 | create_non_mpc_ram(mms); | 70 | +++ b/target/arm/tcg/translate-a64.c |
45 | 71 | @@ -XXX,XX +XXX,XX @@ static bool trans_MSR_i_DAIFCLEAR(DisasContext *s, arg_i *a) | |
46 | - armv7m_load_kernel(ARM_CPU(first_cpu), machine->kernel_filename, 0x400000); | 72 | return true; |
47 | + armv7m_load_kernel(ARM_CPU(first_cpu), machine->kernel_filename, | ||
48 | + boot_ram_size(mms)); | ||
49 | } | 73 | } |
50 | 74 | ||
51 | static void mps2_tz_idau_check(IDAUInterface *ii, uint32_t address, | 75 | +static bool trans_MSR_i_ALLINT(DisasContext *s, arg_i *a) |
76 | +{ | ||
77 | + if (!dc_isar_feature(aa64_nmi, s) || s->current_el == 0) { | ||
78 | + return false; | ||
79 | + } | ||
80 | + | ||
81 | + if (a->imm == 0) { | ||
82 | + clear_pstate_bits(PSTATE_ALLINT); | ||
83 | + } else if (s->current_el > 1) { | ||
84 | + set_pstate_bits(PSTATE_ALLINT); | ||
85 | + } else { | ||
86 | + gen_helper_msr_set_allint_el1(tcg_env); | ||
87 | + } | ||
88 | + | ||
89 | + /* Exit the cpu loop to re-evaluate pending IRQs. */ | ||
90 | + s->base.is_jmp = DISAS_UPDATE_EXIT; | ||
91 | + return true; | ||
92 | +} | ||
93 | + | ||
94 | static bool trans_MSR_i_SVCR(DisasContext *s, arg_MSR_i_SVCR *a) | ||
95 | { | ||
96 | if (!dc_isar_feature(aa64_sme, s) || a->mask == 0) { | ||
52 | -- | 97 | -- |
53 | 2.20.1 | 98 | 2.34.1 |
54 | |||
55 | diff view generated by jsdifflib |
1 | We only include the template header once, so just inline it into the | 1 | From: Jinjie Ruan <ruanjinjie@huawei.com> |
---|---|---|---|
2 | source file for the device. | ||
3 | 2 | ||
3 | Support ALLINT msr access as follow: | ||
4 | mrs <xt>, ALLINT // read allint | ||
5 | msr ALLINT, <xt> // write allint with imm | ||
6 | |||
7 | Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com> | ||
8 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
9 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
10 | Message-id: 20240407081733.3231820-6-ruanjinjie@huawei.com | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
6 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
7 | Message-id: 20210215103215.4944-9-peter.maydell@linaro.org | ||
8 | --- | 12 | --- |
9 | hw/display/omap_lcd_template.h | 154 --------------------------------- | 13 | target/arm/helper.c | 35 +++++++++++++++++++++++++++++++++++ |
10 | hw/display/omap_lcdc.c | 127 ++++++++++++++++++++++++++- | 14 | 1 file changed, 35 insertions(+) |
11 | 2 files changed, 125 insertions(+), 156 deletions(-) | ||
12 | delete mode 100644 hw/display/omap_lcd_template.h | ||
13 | 15 | ||
14 | diff --git a/hw/display/omap_lcd_template.h b/hw/display/omap_lcd_template.h | 16 | diff --git a/target/arm/helper.c b/target/arm/helper.c |
15 | deleted file mode 100644 | ||
16 | index XXXXXXX..XXXXXXX | ||
17 | --- a/hw/display/omap_lcd_template.h | ||
18 | +++ /dev/null | ||
19 | @@ -XXX,XX +XXX,XX @@ | ||
20 | -/* | ||
21 | - * QEMU OMAP LCD Emulator templates | ||
22 | - * | ||
23 | - * Copyright (c) 2006 Andrzej Zaborowski <balrog@zabor.org> | ||
24 | - * | ||
25 | - * Redistribution and use in source and binary forms, with or without | ||
26 | - * modification, are permitted provided that the following conditions | ||
27 | - * are met: | ||
28 | - * | ||
29 | - * 1. Redistributions of source code must retain the above copyright | ||
30 | - * notice, this list of conditions and the following disclaimer. | ||
31 | - * 2. Redistributions in binary form must reproduce the above copyright | ||
32 | - * notice, this list of conditions and the following disclaimer in | ||
33 | - * the documentation and/or other materials provided with the | ||
34 | - * distribution. | ||
35 | - * | ||
36 | - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' | ||
37 | - * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, | ||
38 | - * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A | ||
39 | - * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR | ||
40 | - * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, | ||
41 | - * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | ||
42 | - * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR | ||
43 | - * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY | ||
44 | - * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
45 | - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
46 | - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
47 | - */ | ||
48 | - | ||
49 | -/* | ||
50 | - * 2-bit colour | ||
51 | - */ | ||
52 | -static void draw_line2_32(void *opaque, uint8_t *d, const uint8_t *s, | ||
53 | - int width, int deststep) | ||
54 | -{ | ||
55 | - uint16_t *pal = opaque; | ||
56 | - uint8_t v, r, g, b; | ||
57 | - | ||
58 | - do { | ||
59 | - v = ldub_p((void *) s); | ||
60 | - r = (pal[v & 3] >> 4) & 0xf0; | ||
61 | - g = pal[v & 3] & 0xf0; | ||
62 | - b = (pal[v & 3] << 4) & 0xf0; | ||
63 | - ((uint32_t *) d)[0] = rgb_to_pixel32(r, g, b); | ||
64 | - d += 4; | ||
65 | - v >>= 2; | ||
66 | - r = (pal[v & 3] >> 4) & 0xf0; | ||
67 | - g = pal[v & 3] & 0xf0; | ||
68 | - b = (pal[v & 3] << 4) & 0xf0; | ||
69 | - ((uint32_t *) d)[0] = rgb_to_pixel32(r, g, b); | ||
70 | - d += 4; | ||
71 | - v >>= 2; | ||
72 | - r = (pal[v & 3] >> 4) & 0xf0; | ||
73 | - g = pal[v & 3] & 0xf0; | ||
74 | - b = (pal[v & 3] << 4) & 0xf0; | ||
75 | - ((uint32_t *) d)[0] = rgb_to_pixel32(r, g, b); | ||
76 | - d += 4; | ||
77 | - v >>= 2; | ||
78 | - r = (pal[v & 3] >> 4) & 0xf0; | ||
79 | - g = pal[v & 3] & 0xf0; | ||
80 | - b = (pal[v & 3] << 4) & 0xf0; | ||
81 | - ((uint32_t *) d)[0] = rgb_to_pixel32(r, g, b); | ||
82 | - d += 4; | ||
83 | - s++; | ||
84 | - width -= 4; | ||
85 | - } while (width > 0); | ||
86 | -} | ||
87 | - | ||
88 | -/* | ||
89 | - * 4-bit colour | ||
90 | - */ | ||
91 | -static void draw_line4_32(void *opaque, uint8_t *d, const uint8_t *s, | ||
92 | - int width, int deststep) | ||
93 | -{ | ||
94 | - uint16_t *pal = opaque; | ||
95 | - uint8_t v, r, g, b; | ||
96 | - | ||
97 | - do { | ||
98 | - v = ldub_p((void *) s); | ||
99 | - r = (pal[v & 0xf] >> 4) & 0xf0; | ||
100 | - g = pal[v & 0xf] & 0xf0; | ||
101 | - b = (pal[v & 0xf] << 4) & 0xf0; | ||
102 | - ((uint32_t *) d)[0] = rgb_to_pixel32(r, g, b); | ||
103 | - d += 4; | ||
104 | - v >>= 4; | ||
105 | - r = (pal[v & 0xf] >> 4) & 0xf0; | ||
106 | - g = pal[v & 0xf] & 0xf0; | ||
107 | - b = (pal[v & 0xf] << 4) & 0xf0; | ||
108 | - ((uint32_t *) d)[0] = rgb_to_pixel32(r, g, b); | ||
109 | - d += 4; | ||
110 | - s++; | ||
111 | - width -= 2; | ||
112 | - } while (width > 0); | ||
113 | -} | ||
114 | - | ||
115 | -/* | ||
116 | - * 8-bit colour | ||
117 | - */ | ||
118 | -static void draw_line8_32(void *opaque, uint8_t *d, const uint8_t *s, | ||
119 | - int width, int deststep) | ||
120 | -{ | ||
121 | - uint16_t *pal = opaque; | ||
122 | - uint8_t v, r, g, b; | ||
123 | - | ||
124 | - do { | ||
125 | - v = ldub_p((void *) s); | ||
126 | - r = (pal[v] >> 4) & 0xf0; | ||
127 | - g = pal[v] & 0xf0; | ||
128 | - b = (pal[v] << 4) & 0xf0; | ||
129 | - ((uint32_t *) d)[0] = rgb_to_pixel32(r, g, b); | ||
130 | - s++; | ||
131 | - d += 4; | ||
132 | - } while (-- width != 0); | ||
133 | -} | ||
134 | - | ||
135 | -/* | ||
136 | - * 12-bit colour | ||
137 | - */ | ||
138 | -static void draw_line12_32(void *opaque, uint8_t *d, const uint8_t *s, | ||
139 | - int width, int deststep) | ||
140 | -{ | ||
141 | - uint16_t v; | ||
142 | - uint8_t r, g, b; | ||
143 | - | ||
144 | - do { | ||
145 | - v = lduw_le_p((void *) s); | ||
146 | - r = (v >> 4) & 0xf0; | ||
147 | - g = v & 0xf0; | ||
148 | - b = (v << 4) & 0xf0; | ||
149 | - ((uint32_t *) d)[0] = rgb_to_pixel32(r, g, b); | ||
150 | - s += 2; | ||
151 | - d += 4; | ||
152 | - } while (-- width != 0); | ||
153 | -} | ||
154 | - | ||
155 | -/* | ||
156 | - * 16-bit colour | ||
157 | - */ | ||
158 | -static void draw_line16_32(void *opaque, uint8_t *d, const uint8_t *s, | ||
159 | - int width, int deststep) | ||
160 | -{ | ||
161 | - uint16_t v; | ||
162 | - uint8_t r, g, b; | ||
163 | - | ||
164 | - do { | ||
165 | - v = lduw_le_p((void *) s); | ||
166 | - r = (v >> 8) & 0xf8; | ||
167 | - g = (v >> 3) & 0xfc; | ||
168 | - b = (v << 3) & 0xf8; | ||
169 | - ((uint32_t *) d)[0] = rgb_to_pixel32(r, g, b); | ||
170 | - s += 2; | ||
171 | - d += 4; | ||
172 | - } while (-- width != 0); | ||
173 | -} | ||
174 | diff --git a/hw/display/omap_lcdc.c b/hw/display/omap_lcdc.c | ||
175 | index XXXXXXX..XXXXXXX 100644 | 17 | index XXXXXXX..XXXXXXX 100644 |
176 | --- a/hw/display/omap_lcdc.c | 18 | --- a/target/arm/helper.c |
177 | +++ b/hw/display/omap_lcdc.c | 19 | +++ b/target/arm/helper.c |
178 | @@ -XXX,XX +XXX,XX @@ static void omap_lcd_interrupts(struct omap_lcd_panel_s *s) | 20 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo rme_mte_reginfo[] = { |
179 | 21 | .opc0 = 1, .opc1 = 6, .crn = 7, .crm = 14, .opc2 = 5, | |
180 | #define draw_line_func drawfn | 22 | .access = PL3_W, .type = ARM_CP_NOP }, |
181 | 23 | }; | |
182 | -#define DEPTH 32 | 24 | + |
183 | -#include "omap_lcd_template.h" | 25 | +static void aa64_allint_write(CPUARMState *env, const ARMCPRegInfo *ri, |
184 | +/* | 26 | + uint64_t value) |
185 | + * 2-bit colour | ||
186 | + */ | ||
187 | +static void draw_line2_32(void *opaque, uint8_t *d, const uint8_t *s, | ||
188 | + int width, int deststep) | ||
189 | +{ | 27 | +{ |
190 | + uint16_t *pal = opaque; | 28 | + env->pstate = (env->pstate & ~PSTATE_ALLINT) | (value & PSTATE_ALLINT); |
191 | + uint8_t v, r, g, b; | ||
192 | + | ||
193 | + do { | ||
194 | + v = ldub_p((void *) s); | ||
195 | + r = (pal[v & 3] >> 4) & 0xf0; | ||
196 | + g = pal[v & 3] & 0xf0; | ||
197 | + b = (pal[v & 3] << 4) & 0xf0; | ||
198 | + ((uint32_t *) d)[0] = rgb_to_pixel32(r, g, b); | ||
199 | + d += 4; | ||
200 | + v >>= 2; | ||
201 | + r = (pal[v & 3] >> 4) & 0xf0; | ||
202 | + g = pal[v & 3] & 0xf0; | ||
203 | + b = (pal[v & 3] << 4) & 0xf0; | ||
204 | + ((uint32_t *) d)[0] = rgb_to_pixel32(r, g, b); | ||
205 | + d += 4; | ||
206 | + v >>= 2; | ||
207 | + r = (pal[v & 3] >> 4) & 0xf0; | ||
208 | + g = pal[v & 3] & 0xf0; | ||
209 | + b = (pal[v & 3] << 4) & 0xf0; | ||
210 | + ((uint32_t *) d)[0] = rgb_to_pixel32(r, g, b); | ||
211 | + d += 4; | ||
212 | + v >>= 2; | ||
213 | + r = (pal[v & 3] >> 4) & 0xf0; | ||
214 | + g = pal[v & 3] & 0xf0; | ||
215 | + b = (pal[v & 3] << 4) & 0xf0; | ||
216 | + ((uint32_t *) d)[0] = rgb_to_pixel32(r, g, b); | ||
217 | + d += 4; | ||
218 | + s++; | ||
219 | + width -= 4; | ||
220 | + } while (width > 0); | ||
221 | +} | 29 | +} |
222 | + | 30 | + |
223 | +/* | 31 | +static uint64_t aa64_allint_read(CPUARMState *env, const ARMCPRegInfo *ri) |
224 | + * 4-bit colour | ||
225 | + */ | ||
226 | +static void draw_line4_32(void *opaque, uint8_t *d, const uint8_t *s, | ||
227 | + int width, int deststep) | ||
228 | +{ | 32 | +{ |
229 | + uint16_t *pal = opaque; | 33 | + return env->pstate & PSTATE_ALLINT; |
230 | + uint8_t v, r, g, b; | ||
231 | + | ||
232 | + do { | ||
233 | + v = ldub_p((void *) s); | ||
234 | + r = (pal[v & 0xf] >> 4) & 0xf0; | ||
235 | + g = pal[v & 0xf] & 0xf0; | ||
236 | + b = (pal[v & 0xf] << 4) & 0xf0; | ||
237 | + ((uint32_t *) d)[0] = rgb_to_pixel32(r, g, b); | ||
238 | + d += 4; | ||
239 | + v >>= 4; | ||
240 | + r = (pal[v & 0xf] >> 4) & 0xf0; | ||
241 | + g = pal[v & 0xf] & 0xf0; | ||
242 | + b = (pal[v & 0xf] << 4) & 0xf0; | ||
243 | + ((uint32_t *) d)[0] = rgb_to_pixel32(r, g, b); | ||
244 | + d += 4; | ||
245 | + s++; | ||
246 | + width -= 2; | ||
247 | + } while (width > 0); | ||
248 | +} | 34 | +} |
249 | + | 35 | + |
250 | +/* | 36 | +static CPAccessResult aa64_allint_access(CPUARMState *env, |
251 | + * 8-bit colour | 37 | + const ARMCPRegInfo *ri, bool isread) |
252 | + */ | ||
253 | +static void draw_line8_32(void *opaque, uint8_t *d, const uint8_t *s, | ||
254 | + int width, int deststep) | ||
255 | +{ | 38 | +{ |
256 | + uint16_t *pal = opaque; | 39 | + if (!isread && arm_current_el(env) == 1 && |
257 | + uint8_t v, r, g, b; | 40 | + (arm_hcrx_el2_eff(env) & HCRX_TALLINT)) { |
258 | + | 41 | + return CP_ACCESS_TRAP_EL2; |
259 | + do { | 42 | + } |
260 | + v = ldub_p((void *) s); | 43 | + return CP_ACCESS_OK; |
261 | + r = (pal[v] >> 4) & 0xf0; | ||
262 | + g = pal[v] & 0xf0; | ||
263 | + b = (pal[v] << 4) & 0xf0; | ||
264 | + ((uint32_t *) d)[0] = rgb_to_pixel32(r, g, b); | ||
265 | + s++; | ||
266 | + d += 4; | ||
267 | + } while (-- width != 0); | ||
268 | +} | 44 | +} |
269 | + | 45 | + |
270 | +/* | 46 | +static const ARMCPRegInfo nmi_reginfo[] = { |
271 | + * 12-bit colour | 47 | + { .name = "ALLINT", .state = ARM_CP_STATE_AA64, |
272 | + */ | 48 | + .opc0 = 3, .opc1 = 0, .opc2 = 0, .crn = 4, .crm = 3, |
273 | +static void draw_line12_32(void *opaque, uint8_t *d, const uint8_t *s, | 49 | + .type = ARM_CP_NO_RAW, |
274 | + int width, int deststep) | 50 | + .access = PL1_RW, .accessfn = aa64_allint_access, |
275 | +{ | 51 | + .fieldoffset = offsetof(CPUARMState, pstate), |
276 | + uint16_t v; | 52 | + .writefn = aa64_allint_write, .readfn = aa64_allint_read, |
277 | + uint8_t r, g, b; | 53 | + .resetfn = arm_cp_reset_ignore }, |
54 | +}; | ||
55 | #endif /* TARGET_AARCH64 */ | ||
56 | |||
57 | static void define_pmu_regs(ARMCPU *cpu) | ||
58 | @@ -XXX,XX +XXX,XX @@ void register_cp_regs_for_features(ARMCPU *cpu) | ||
59 | if (cpu_isar_feature(aa64_nv2, cpu)) { | ||
60 | define_arm_cp_regs(cpu, nv2_reginfo); | ||
61 | } | ||
278 | + | 62 | + |
279 | + do { | 63 | + if (cpu_isar_feature(aa64_nmi, cpu)) { |
280 | + v = lduw_le_p((void *) s); | 64 | + define_arm_cp_regs(cpu, nmi_reginfo); |
281 | + r = (v >> 4) & 0xf0; | 65 | + } |
282 | + g = v & 0xf0; | 66 | #endif |
283 | + b = (v << 4) & 0xf0; | 67 | |
284 | + ((uint32_t *) d)[0] = rgb_to_pixel32(r, g, b); | 68 | if (cpu_isar_feature(any_predinv, cpu)) { |
285 | + s += 2; | ||
286 | + d += 4; | ||
287 | + } while (-- width != 0); | ||
288 | +} | ||
289 | + | ||
290 | +/* | ||
291 | + * 16-bit colour | ||
292 | + */ | ||
293 | +static void draw_line16_32(void *opaque, uint8_t *d, const uint8_t *s, | ||
294 | + int width, int deststep) | ||
295 | +{ | ||
296 | + uint16_t v; | ||
297 | + uint8_t r, g, b; | ||
298 | + | ||
299 | + do { | ||
300 | + v = lduw_le_p((void *) s); | ||
301 | + r = (v >> 8) & 0xf8; | ||
302 | + g = (v >> 3) & 0xfc; | ||
303 | + b = (v << 3) & 0xf8; | ||
304 | + ((uint32_t *) d)[0] = rgb_to_pixel32(r, g, b); | ||
305 | + s += 2; | ||
306 | + d += 4; | ||
307 | + } while (-- width != 0); | ||
308 | +} | ||
309 | |||
310 | static void omap_update_display(void *opaque) | ||
311 | { | ||
312 | -- | 69 | -- |
313 | 2.20.1 | 70 | 2.34.1 |
314 | |||
315 | diff view generated by jsdifflib |
1 | The AN505 and AN521 have the same layout of RAM; the AN524 does not. | 1 | From: Jinjie Ruan <ruanjinjie@huawei.com> |
---|---|---|---|
2 | Replace the current hard-coding of where the RAM is and which parts | ||
3 | of it are behind which MPCs with a data-driven approach. | ||
4 | 2 | ||
3 | This only implements the external delivery method via the GICv3. | ||
4 | |||
5 | Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com> | ||
6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
8 | Message-id: 20240407081733.3231820-7-ruanjinjie@huawei.com | ||
5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
7 | Message-id: 20210215115138.20465-17-peter.maydell@linaro.org | ||
8 | --- | 10 | --- |
9 | hw/arm/mps2-tz.c | 175 +++++++++++++++++++++++++++++++++++++---------- | 11 | target/arm/cpu-qom.h | 5 +- |
10 | 1 file changed, 138 insertions(+), 37 deletions(-) | 12 | target/arm/cpu.h | 6 ++ |
13 | target/arm/internals.h | 18 +++++ | ||
14 | target/arm/cpu.c | 147 ++++++++++++++++++++++++++++++++++++++--- | ||
15 | target/arm/helper.c | 33 +++++++-- | ||
16 | 5 files changed, 193 insertions(+), 16 deletions(-) | ||
11 | 17 | ||
12 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c | 18 | diff --git a/target/arm/cpu-qom.h b/target/arm/cpu-qom.h |
13 | index XXXXXXX..XXXXXXX 100644 | 19 | index XXXXXXX..XXXXXXX 100644 |
14 | --- a/hw/arm/mps2-tz.c | 20 | --- a/target/arm/cpu-qom.h |
15 | +++ b/hw/arm/mps2-tz.c | 21 | +++ b/target/arm/cpu-qom.h |
22 | @@ -XXX,XX +XXX,XX @@ DECLARE_CLASS_CHECKERS(AArch64CPUClass, AARCH64_CPU, | ||
23 | #define ARM_CPU_TYPE_SUFFIX "-" TYPE_ARM_CPU | ||
24 | #define ARM_CPU_TYPE_NAME(name) (name ARM_CPU_TYPE_SUFFIX) | ||
25 | |||
26 | -/* Meanings of the ARMCPU object's four inbound GPIO lines */ | ||
27 | +/* Meanings of the ARMCPU object's seven inbound GPIO lines */ | ||
28 | #define ARM_CPU_IRQ 0 | ||
29 | #define ARM_CPU_FIQ 1 | ||
30 | #define ARM_CPU_VIRQ 2 | ||
31 | #define ARM_CPU_VFIQ 3 | ||
32 | +#define ARM_CPU_NMI 4 | ||
33 | +#define ARM_CPU_VINMI 5 | ||
34 | +#define ARM_CPU_VFNMI 6 | ||
35 | |||
36 | /* For M profile, some registers are banked secure vs non-secure; | ||
37 | * these are represented as a 2-element array where the first element | ||
38 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | ||
39 | index XXXXXXX..XXXXXXX 100644 | ||
40 | --- a/target/arm/cpu.h | ||
41 | +++ b/target/arm/cpu.h | ||
16 | @@ -XXX,XX +XXX,XX @@ | 42 | @@ -XXX,XX +XXX,XX @@ |
17 | #include "qom/object.h" | 43 | #define EXCP_DIVBYZERO 23 /* v7M DIVBYZERO UsageFault */ |
18 | 44 | #define EXCP_VSERR 24 | |
19 | #define MPS2TZ_NUMIRQ_MAX 92 | 45 | #define EXCP_GPC 25 /* v9 Granule Protection Check Fault */ |
20 | +#define MPS2TZ_RAM_MAX 4 | 46 | +#define EXCP_NMI 26 |
21 | 47 | +#define EXCP_VINMI 27 | |
22 | typedef enum MPS2TZFPGAType { | 48 | +#define EXCP_VFNMI 28 |
23 | FPGA_AN505, | 49 | /* NB: add new EXCP_ defines to the array in arm_log_exception() too */ |
24 | FPGA_AN521, | 50 | |
25 | } MPS2TZFPGAType; | 51 | #define ARMV7M_EXCP_RESET 1 |
52 | @@ -XXX,XX +XXX,XX @@ | ||
53 | #define CPU_INTERRUPT_VIRQ CPU_INTERRUPT_TGT_EXT_2 | ||
54 | #define CPU_INTERRUPT_VFIQ CPU_INTERRUPT_TGT_EXT_3 | ||
55 | #define CPU_INTERRUPT_VSERR CPU_INTERRUPT_TGT_INT_0 | ||
56 | +#define CPU_INTERRUPT_NMI CPU_INTERRUPT_TGT_EXT_4 | ||
57 | +#define CPU_INTERRUPT_VINMI CPU_INTERRUPT_TGT_EXT_0 | ||
58 | +#define CPU_INTERRUPT_VFNMI CPU_INTERRUPT_TGT_INT_1 | ||
59 | |||
60 | /* The usual mapping for an AArch64 system register to its AArch32 | ||
61 | * counterpart is for the 32 bit world to have access to the lower | ||
62 | diff --git a/target/arm/internals.h b/target/arm/internals.h | ||
63 | index XXXXXXX..XXXXXXX 100644 | ||
64 | --- a/target/arm/internals.h | ||
65 | +++ b/target/arm/internals.h | ||
66 | @@ -XXX,XX +XXX,XX @@ void arm_cpu_update_virq(ARMCPU *cpu); | ||
67 | */ | ||
68 | void arm_cpu_update_vfiq(ARMCPU *cpu); | ||
69 | |||
70 | +/** | ||
71 | + * arm_cpu_update_vinmi: Update CPU_INTERRUPT_VINMI bit in cs->interrupt_request | ||
72 | + * | ||
73 | + * Update the CPU_INTERRUPT_VINMI bit in cs->interrupt_request, following | ||
74 | + * a change to either the input VNMI line from the GIC or the HCRX_EL2.VINMI. | ||
75 | + * Must be called with the BQL held. | ||
76 | + */ | ||
77 | +void arm_cpu_update_vinmi(ARMCPU *cpu); | ||
78 | + | ||
79 | +/** | ||
80 | + * arm_cpu_update_vfnmi: Update CPU_INTERRUPT_VFNMI bit in cs->interrupt_request | ||
81 | + * | ||
82 | + * Update the CPU_INTERRUPT_VFNMI bit in cs->interrupt_request, following | ||
83 | + * a change to the HCRX_EL2.VFNMI. | ||
84 | + * Must be called with the BQL held. | ||
85 | + */ | ||
86 | +void arm_cpu_update_vfnmi(ARMCPU *cpu); | ||
87 | + | ||
88 | /** | ||
89 | * arm_cpu_update_vserr: Update CPU_INTERRUPT_VSERR bit | ||
90 | * | ||
91 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c | ||
92 | index XXXXXXX..XXXXXXX 100644 | ||
93 | --- a/target/arm/cpu.c | ||
94 | +++ b/target/arm/cpu.c | ||
95 | @@ -XXX,XX +XXX,XX @@ void arm_restore_state_to_opc(CPUState *cs, | ||
96 | } | ||
97 | #endif /* CONFIG_TCG */ | ||
26 | 98 | ||
27 | +/* | 99 | +/* |
28 | + * Define the layout of RAM in a board, including which parts are | 100 | + * With SCTLR_ELx.NMI == 0, IRQ with Superpriority is masked identically with |
29 | + * behind which MPCs. | 101 | + * IRQ without Superpriority. Moreover, if the GIC is configured so that |
30 | + * mrindex specifies the index into mms->ram[] to use for the backing RAM; | 102 | + * FEAT_GICv3_NMI is only set if FEAT_NMI is set, then we won't ever see |
31 | + * -1 means "use the system RAM". | 103 | + * CPU_INTERRUPT_*NMI anyway. So we might as well accept NMI here |
104 | + * unconditionally. | ||
32 | + */ | 105 | + */ |
33 | +typedef struct RAMInfo { | 106 | static bool arm_cpu_has_work(CPUState *cs) |
34 | + const char *name; | ||
35 | + uint32_t base; | ||
36 | + uint32_t size; | ||
37 | + int mpc; /* MPC number, -1 for "not behind an MPC" */ | ||
38 | + int mrindex; | ||
39 | + int flags; | ||
40 | +} RAMInfo; | ||
41 | + | ||
42 | +/* | ||
43 | + * Flag values: | ||
44 | + * IS_ALIAS: this RAM area is an alias to the upstream end of the | ||
45 | + * MPC specified by its .mpc value | ||
46 | + */ | ||
47 | +#define IS_ALIAS 1 | ||
48 | + | ||
49 | struct MPS2TZMachineClass { | ||
50 | MachineClass parent; | ||
51 | MPS2TZFPGAType fpga_type; | ||
52 | @@ -XXX,XX +XXX,XX @@ struct MPS2TZMachineClass { | ||
53 | uint32_t fpgaio_num_leds; /* Number of LEDs in FPGAIO LED0 register */ | ||
54 | bool fpgaio_has_switches; /* Does FPGAIO have SWITCH register? */ | ||
55 | int numirq; /* Number of external interrupts */ | ||
56 | + const RAMInfo *raminfo; | ||
57 | const char *armsse_type; | ||
58 | }; | ||
59 | |||
60 | @@ -XXX,XX +XXX,XX @@ struct MPS2TZMachineState { | ||
61 | MachineState parent; | ||
62 | |||
63 | ARMSSE iotkit; | ||
64 | - MemoryRegion ssram[3]; | ||
65 | - MemoryRegion ssram1_m; | ||
66 | + MemoryRegion ram[MPS2TZ_RAM_MAX]; | ||
67 | MPS2SCC scc; | ||
68 | MPS2FPGAIO fpgaio; | ||
69 | TZPPC ppc[5]; | ||
70 | - TZMPC ssram_mpc[3]; | ||
71 | + TZMPC mpc[3]; | ||
72 | PL022State spi[5]; | ||
73 | ArmSbconI2CState i2c[4]; | ||
74 | UnimplementedDeviceState i2s_audio; | ||
75 | @@ -XXX,XX +XXX,XX @@ static const uint32_t an505_oscclk[] = { | ||
76 | 25000000, | ||
77 | }; | ||
78 | |||
79 | +static const RAMInfo an505_raminfo[] = { { | ||
80 | + .name = "ssram-0", | ||
81 | + .base = 0x00000000, | ||
82 | + .size = 0x00400000, | ||
83 | + .mpc = 0, | ||
84 | + .mrindex = 0, | ||
85 | + }, { | ||
86 | + .name = "ssram-1", | ||
87 | + .base = 0x28000000, | ||
88 | + .size = 0x00200000, | ||
89 | + .mpc = 1, | ||
90 | + .mrindex = 1, | ||
91 | + }, { | ||
92 | + .name = "ssram-2", | ||
93 | + .base = 0x28200000, | ||
94 | + .size = 0x00200000, | ||
95 | + .mpc = 2, | ||
96 | + .mrindex = 2, | ||
97 | + }, { | ||
98 | + .name = "ssram-0-alias", | ||
99 | + .base = 0x00400000, | ||
100 | + .size = 0x00400000, | ||
101 | + .mpc = 0, | ||
102 | + .mrindex = 3, | ||
103 | + .flags = IS_ALIAS, | ||
104 | + }, { | ||
105 | + /* Use the largest bit of contiguous RAM as our "system memory" */ | ||
106 | + .name = "mps.ram", | ||
107 | + .base = 0x80000000, | ||
108 | + .size = 16 * MiB, | ||
109 | + .mpc = -1, | ||
110 | + .mrindex = -1, | ||
111 | + }, { | ||
112 | + .name = NULL, | ||
113 | + }, | ||
114 | +}; | ||
115 | + | ||
116 | +static const RAMInfo *find_raminfo_for_mpc(MPS2TZMachineState *mms, int mpc) | ||
117 | +{ | ||
118 | + MPS2TZMachineClass *mmc = MPS2TZ_MACHINE_GET_CLASS(mms); | ||
119 | + const RAMInfo *p; | ||
120 | + | ||
121 | + for (p = mmc->raminfo; p->name; p++) { | ||
122 | + if (p->mpc == mpc && !(p->flags & IS_ALIAS)) { | ||
123 | + return p; | ||
124 | + } | ||
125 | + } | ||
126 | + /* if raminfo array doesn't have an entry for each MPC this is a bug */ | ||
127 | + g_assert_not_reached(); | ||
128 | +} | ||
129 | + | ||
130 | +static MemoryRegion *mr_for_raminfo(MPS2TZMachineState *mms, | ||
131 | + const RAMInfo *raminfo) | ||
132 | +{ | ||
133 | + /* Return an initialized MemoryRegion for the RAMInfo. */ | ||
134 | + MemoryRegion *ram; | ||
135 | + | ||
136 | + if (raminfo->mrindex < 0) { | ||
137 | + /* Means this RAMInfo is for QEMU's "system memory" */ | ||
138 | + MachineState *machine = MACHINE(mms); | ||
139 | + return machine->ram; | ||
140 | + } | ||
141 | + | ||
142 | + assert(raminfo->mrindex < MPS2TZ_RAM_MAX); | ||
143 | + ram = &mms->ram[raminfo->mrindex]; | ||
144 | + | ||
145 | + memory_region_init_ram(ram, NULL, raminfo->name, | ||
146 | + raminfo->size, &error_fatal); | ||
147 | + return ram; | ||
148 | +} | ||
149 | + | ||
150 | /* Create an alias of an entire original MemoryRegion @orig | ||
151 | * located at @base in the memory map. | ||
152 | */ | ||
153 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_mpc(MPS2TZMachineState *mms, void *opaque, | ||
154 | const int *irqs) | ||
155 | { | 107 | { |
156 | TZMPC *mpc = opaque; | 108 | ARMCPU *cpu = ARM_CPU(cs); |
157 | - int i = mpc - &mms->ssram_mpc[0]; | 109 | @@ -XXX,XX +XXX,XX @@ static bool arm_cpu_has_work(CPUState *cs) |
158 | - MemoryRegion *ssram = &mms->ssram[i]; | 110 | return (cpu->power_state != PSCI_OFF) |
159 | + int i = mpc - &mms->mpc[0]; | 111 | && cs->interrupt_request & |
160 | MemoryRegion *upstream; | 112 | (CPU_INTERRUPT_FIQ | CPU_INTERRUPT_HARD |
161 | - char *mpcname = g_strdup_printf("%s-mpc", name); | 113 | + | CPU_INTERRUPT_NMI | CPU_INTERRUPT_VINMI | CPU_INTERRUPT_VFNMI |
162 | - static uint32_t ramsize[] = { 0x00400000, 0x00200000, 0x00200000 }; | 114 | | CPU_INTERRUPT_VFIQ | CPU_INTERRUPT_VIRQ | CPU_INTERRUPT_VSERR |
163 | - static uint32_t rambase[] = { 0x00000000, 0x28000000, 0x28200000 }; | 115 | | CPU_INTERRUPT_EXITTB); |
164 | + const RAMInfo *raminfo = find_raminfo_for_mpc(mms, i); | ||
165 | + MemoryRegion *ram = mr_for_raminfo(mms, raminfo); | ||
166 | |||
167 | - memory_region_init_ram(ssram, NULL, name, ramsize[i], &error_fatal); | ||
168 | - | ||
169 | - object_initialize_child(OBJECT(mms), mpcname, mpc, TYPE_TZ_MPC); | ||
170 | - object_property_set_link(OBJECT(mpc), "downstream", OBJECT(ssram), | ||
171 | + object_initialize_child(OBJECT(mms), name, mpc, TYPE_TZ_MPC); | ||
172 | + object_property_set_link(OBJECT(mpc), "downstream", OBJECT(ram), | ||
173 | &error_fatal); | ||
174 | sysbus_realize(SYS_BUS_DEVICE(mpc), &error_fatal); | ||
175 | /* Map the upstream end of the MPC into system memory */ | ||
176 | upstream = sysbus_mmio_get_region(SYS_BUS_DEVICE(mpc), 1); | ||
177 | - memory_region_add_subregion(get_system_memory(), rambase[i], upstream); | ||
178 | + memory_region_add_subregion(get_system_memory(), raminfo->base, upstream); | ||
179 | /* and connect its interrupt to the IoTKit */ | ||
180 | qdev_connect_gpio_out_named(DEVICE(mpc), "irq", 0, | ||
181 | qdev_get_gpio_in_named(DEVICE(&mms->iotkit), | ||
182 | "mpcexp_status", i)); | ||
183 | |||
184 | - /* The first SSRAM is a special case as it has an alias; accesses to | ||
185 | - * the alias region at 0x00400000 must also go to the MPC upstream. | ||
186 | - */ | ||
187 | - if (i == 0) { | ||
188 | - make_ram_alias(&mms->ssram1_m, "mps.ssram1_m", upstream, 0x00400000); | ||
189 | - } | ||
190 | - | ||
191 | - g_free(mpcname); | ||
192 | /* Return the register interface MR for our caller to map behind the PPC */ | ||
193 | return sysbus_mmio_get_region(SYS_BUS_DEVICE(mpc), 0); | ||
194 | } | 116 | } |
195 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_i2c(MPS2TZMachineState *mms, void *opaque, | 117 | @@ -XXX,XX +XXX,XX @@ static inline bool arm_excp_unmasked(CPUState *cs, unsigned int excp_idx, |
196 | return sysbus_mmio_get_region(s, 0); | 118 | CPUARMState *env = cpu_env(cs); |
119 | bool pstate_unmasked; | ||
120 | bool unmasked = false; | ||
121 | + bool allIntMask = false; | ||
122 | |||
123 | /* | ||
124 | * Don't take exceptions if they target a lower EL. | ||
125 | @@ -XXX,XX +XXX,XX @@ static inline bool arm_excp_unmasked(CPUState *cs, unsigned int excp_idx, | ||
126 | return false; | ||
127 | } | ||
128 | |||
129 | + if (cpu_isar_feature(aa64_nmi, env_archcpu(env)) && | ||
130 | + env->cp15.sctlr_el[target_el] & SCTLR_NMI && cur_el == target_el) { | ||
131 | + allIntMask = env->pstate & PSTATE_ALLINT || | ||
132 | + ((env->cp15.sctlr_el[target_el] & SCTLR_SPINTMASK) && | ||
133 | + (env->pstate & PSTATE_SP)); | ||
134 | + } | ||
135 | + | ||
136 | switch (excp_idx) { | ||
137 | + case EXCP_NMI: | ||
138 | + pstate_unmasked = !allIntMask; | ||
139 | + break; | ||
140 | + | ||
141 | + case EXCP_VINMI: | ||
142 | + if (!(hcr_el2 & HCR_IMO) || (hcr_el2 & HCR_TGE)) { | ||
143 | + /* VINMIs are only taken when hypervized. */ | ||
144 | + return false; | ||
145 | + } | ||
146 | + return !allIntMask; | ||
147 | + case EXCP_VFNMI: | ||
148 | + if (!(hcr_el2 & HCR_FMO) || (hcr_el2 & HCR_TGE)) { | ||
149 | + /* VFNMIs are only taken when hypervized. */ | ||
150 | + return false; | ||
151 | + } | ||
152 | + return !allIntMask; | ||
153 | case EXCP_FIQ: | ||
154 | - pstate_unmasked = !(env->daif & PSTATE_F); | ||
155 | + pstate_unmasked = (!(env->daif & PSTATE_F)) && (!allIntMask); | ||
156 | break; | ||
157 | |||
158 | case EXCP_IRQ: | ||
159 | - pstate_unmasked = !(env->daif & PSTATE_I); | ||
160 | + pstate_unmasked = (!(env->daif & PSTATE_I)) && (!allIntMask); | ||
161 | break; | ||
162 | |||
163 | case EXCP_VFIQ: | ||
164 | @@ -XXX,XX +XXX,XX @@ static inline bool arm_excp_unmasked(CPUState *cs, unsigned int excp_idx, | ||
165 | /* VFIQs are only taken when hypervized. */ | ||
166 | return false; | ||
167 | } | ||
168 | - return !(env->daif & PSTATE_F); | ||
169 | + return !(env->daif & PSTATE_F) && (!allIntMask); | ||
170 | case EXCP_VIRQ: | ||
171 | if (!(hcr_el2 & HCR_IMO) || (hcr_el2 & HCR_TGE)) { | ||
172 | /* VIRQs are only taken when hypervized. */ | ||
173 | return false; | ||
174 | } | ||
175 | - return !(env->daif & PSTATE_I); | ||
176 | + return !(env->daif & PSTATE_I) && (!allIntMask); | ||
177 | case EXCP_VSERR: | ||
178 | if (!(hcr_el2 & HCR_AMO) || (hcr_el2 & HCR_TGE)) { | ||
179 | /* VIRQs are only taken when hypervized. */ | ||
180 | @@ -XXX,XX +XXX,XX @@ static bool arm_cpu_exec_interrupt(CPUState *cs, int interrupt_request) | ||
181 | |||
182 | /* The prioritization of interrupts is IMPLEMENTATION DEFINED. */ | ||
183 | |||
184 | + if (cpu_isar_feature(aa64_nmi, env_archcpu(env)) && | ||
185 | + (arm_sctlr(env, cur_el) & SCTLR_NMI)) { | ||
186 | + if (interrupt_request & CPU_INTERRUPT_NMI) { | ||
187 | + excp_idx = EXCP_NMI; | ||
188 | + target_el = arm_phys_excp_target_el(cs, excp_idx, cur_el, secure); | ||
189 | + if (arm_excp_unmasked(cs, excp_idx, target_el, | ||
190 | + cur_el, secure, hcr_el2)) { | ||
191 | + goto found; | ||
192 | + } | ||
193 | + } | ||
194 | + if (interrupt_request & CPU_INTERRUPT_VINMI) { | ||
195 | + excp_idx = EXCP_VINMI; | ||
196 | + target_el = 1; | ||
197 | + if (arm_excp_unmasked(cs, excp_idx, target_el, | ||
198 | + cur_el, secure, hcr_el2)) { | ||
199 | + goto found; | ||
200 | + } | ||
201 | + } | ||
202 | + if (interrupt_request & CPU_INTERRUPT_VFNMI) { | ||
203 | + excp_idx = EXCP_VFNMI; | ||
204 | + target_el = 1; | ||
205 | + if (arm_excp_unmasked(cs, excp_idx, target_el, | ||
206 | + cur_el, secure, hcr_el2)) { | ||
207 | + goto found; | ||
208 | + } | ||
209 | + } | ||
210 | + } else { | ||
211 | + /* | ||
212 | + * NMI disabled: interrupts with superpriority are handled | ||
213 | + * as if they didn't have it | ||
214 | + */ | ||
215 | + if (interrupt_request & CPU_INTERRUPT_NMI) { | ||
216 | + interrupt_request |= CPU_INTERRUPT_HARD; | ||
217 | + } | ||
218 | + if (interrupt_request & CPU_INTERRUPT_VINMI) { | ||
219 | + interrupt_request |= CPU_INTERRUPT_VIRQ; | ||
220 | + } | ||
221 | + if (interrupt_request & CPU_INTERRUPT_VFNMI) { | ||
222 | + interrupt_request |= CPU_INTERRUPT_VFIQ; | ||
223 | + } | ||
224 | + } | ||
225 | + | ||
226 | if (interrupt_request & CPU_INTERRUPT_FIQ) { | ||
227 | excp_idx = EXCP_FIQ; | ||
228 | target_el = arm_phys_excp_target_el(cs, excp_idx, cur_el, secure); | ||
229 | @@ -XXX,XX +XXX,XX @@ void arm_cpu_update_virq(ARMCPU *cpu) | ||
230 | CPUARMState *env = &cpu->env; | ||
231 | CPUState *cs = CPU(cpu); | ||
232 | |||
233 | - bool new_state = (env->cp15.hcr_el2 & HCR_VI) || | ||
234 | + bool new_state = ((arm_hcr_el2_eff(env) & HCR_VI) && | ||
235 | + !(arm_hcrx_el2_eff(env) & HCRX_VINMI)) || | ||
236 | (env->irq_line_state & CPU_INTERRUPT_VIRQ); | ||
237 | |||
238 | if (new_state != ((cs->interrupt_request & CPU_INTERRUPT_VIRQ) != 0)) { | ||
239 | @@ -XXX,XX +XXX,XX @@ void arm_cpu_update_vfiq(ARMCPU *cpu) | ||
240 | CPUARMState *env = &cpu->env; | ||
241 | CPUState *cs = CPU(cpu); | ||
242 | |||
243 | - bool new_state = (env->cp15.hcr_el2 & HCR_VF) || | ||
244 | + bool new_state = ((arm_hcr_el2_eff(env) & HCR_VF) && | ||
245 | + !(arm_hcrx_el2_eff(env) & HCRX_VFNMI)) || | ||
246 | (env->irq_line_state & CPU_INTERRUPT_VFIQ); | ||
247 | |||
248 | if (new_state != ((cs->interrupt_request & CPU_INTERRUPT_VFIQ) != 0)) { | ||
249 | @@ -XXX,XX +XXX,XX @@ void arm_cpu_update_vfiq(ARMCPU *cpu) | ||
250 | } | ||
197 | } | 251 | } |
198 | 252 | ||
199 | +static void create_non_mpc_ram(MPS2TZMachineState *mms) | 253 | +void arm_cpu_update_vinmi(ARMCPU *cpu) |
200 | +{ | 254 | +{ |
201 | + /* | 255 | + /* |
202 | + * Handle the RAMs which are either not behind MPCs or which are | 256 | + * Update the interrupt level for VINMI, which is the logical OR of |
203 | + * aliases to another MPC. | 257 | + * the HCRX_EL2.VINMI bit and the input line level from the GIC. |
204 | + */ | 258 | + */ |
205 | + const RAMInfo *p; | 259 | + CPUARMState *env = &cpu->env; |
206 | + MPS2TZMachineClass *mmc = MPS2TZ_MACHINE_GET_CLASS(mms); | 260 | + CPUState *cs = CPU(cpu); |
207 | + | 261 | + |
208 | + for (p = mmc->raminfo; p->name; p++) { | 262 | + bool new_state = ((arm_hcr_el2_eff(env) & HCR_VI) && |
209 | + if (p->flags & IS_ALIAS) { | 263 | + (arm_hcrx_el2_eff(env) & HCRX_VINMI)) || |
210 | + SysBusDevice *mpc_sbd = SYS_BUS_DEVICE(&mms->mpc[p->mpc]); | 264 | + (env->irq_line_state & CPU_INTERRUPT_VINMI); |
211 | + MemoryRegion *upstream = sysbus_mmio_get_region(mpc_sbd, 1); | 265 | + |
212 | + make_ram_alias(&mms->ram[p->mrindex], p->name, upstream, p->base); | 266 | + if (new_state != ((cs->interrupt_request & CPU_INTERRUPT_VINMI) != 0)) { |
213 | + } else if (p->mpc == -1) { | 267 | + if (new_state) { |
214 | + /* RAM not behind an MPC */ | 268 | + cpu_interrupt(cs, CPU_INTERRUPT_VINMI); |
215 | + MemoryRegion *mr = mr_for_raminfo(mms, p); | 269 | + } else { |
216 | + memory_region_add_subregion(get_system_memory(), p->base, mr); | 270 | + cpu_reset_interrupt(cs, CPU_INTERRUPT_VINMI); |
217 | + } | 271 | + } |
218 | + } | 272 | + } |
219 | +} | 273 | +} |
220 | + | 274 | + |
221 | static void mps2tz_common_init(MachineState *machine) | 275 | +void arm_cpu_update_vfnmi(ARMCPU *cpu) |
276 | +{ | ||
277 | + /* | ||
278 | + * Update the interrupt level for VFNMI, which is the HCRX_EL2.VFNMI bit. | ||
279 | + */ | ||
280 | + CPUARMState *env = &cpu->env; | ||
281 | + CPUState *cs = CPU(cpu); | ||
282 | + | ||
283 | + bool new_state = (arm_hcr_el2_eff(env) & HCR_VF) && | ||
284 | + (arm_hcrx_el2_eff(env) & HCRX_VFNMI); | ||
285 | + | ||
286 | + if (new_state != ((cs->interrupt_request & CPU_INTERRUPT_VFNMI) != 0)) { | ||
287 | + if (new_state) { | ||
288 | + cpu_interrupt(cs, CPU_INTERRUPT_VFNMI); | ||
289 | + } else { | ||
290 | + cpu_reset_interrupt(cs, CPU_INTERRUPT_VFNMI); | ||
291 | + } | ||
292 | + } | ||
293 | +} | ||
294 | + | ||
295 | void arm_cpu_update_vserr(ARMCPU *cpu) | ||
222 | { | 296 | { |
223 | MPS2TZMachineState *mms = MPS2TZ_MACHINE(machine); | 297 | /* |
224 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) | 298 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_set_irq(void *opaque, int irq, int level) |
225 | qdev_connect_gpio_out_named(iotkitdev, "sec_resp_cfg", 0, | 299 | [ARM_CPU_IRQ] = CPU_INTERRUPT_HARD, |
226 | qdev_get_gpio_in(dev_splitter, 0)); | 300 | [ARM_CPU_FIQ] = CPU_INTERRUPT_FIQ, |
227 | 301 | [ARM_CPU_VIRQ] = CPU_INTERRUPT_VIRQ, | |
228 | - /* The IoTKit sets up much of the memory layout, including | 302 | - [ARM_CPU_VFIQ] = CPU_INTERRUPT_VFIQ |
303 | + [ARM_CPU_VFIQ] = CPU_INTERRUPT_VFIQ, | ||
304 | + [ARM_CPU_NMI] = CPU_INTERRUPT_NMI, | ||
305 | + [ARM_CPU_VINMI] = CPU_INTERRUPT_VINMI, | ||
306 | }; | ||
307 | |||
308 | if (!arm_feature(env, ARM_FEATURE_EL2) && | ||
309 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_set_irq(void *opaque, int irq, int level) | ||
310 | case ARM_CPU_VFIQ: | ||
311 | arm_cpu_update_vfiq(cpu); | ||
312 | break; | ||
313 | + case ARM_CPU_VINMI: | ||
314 | + arm_cpu_update_vinmi(cpu); | ||
315 | + break; | ||
316 | case ARM_CPU_IRQ: | ||
317 | case ARM_CPU_FIQ: | ||
318 | + case ARM_CPU_NMI: | ||
319 | if (level) { | ||
320 | cpu_interrupt(cs, mask[irq]); | ||
321 | } else { | ||
322 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_initfn(Object *obj) | ||
323 | #else | ||
324 | /* Our inbound IRQ and FIQ lines */ | ||
325 | if (kvm_enabled()) { | ||
326 | - /* VIRQ and VFIQ are unused with KVM but we add them to maintain | ||
327 | - * the same interface as non-KVM CPUs. | ||
328 | + /* | ||
329 | + * VIRQ, VFIQ, NMI, VINMI are unused with KVM but we add | ||
330 | + * them to maintain the same interface as non-KVM CPUs. | ||
331 | */ | ||
332 | - qdev_init_gpio_in(DEVICE(cpu), arm_cpu_kvm_set_irq, 4); | ||
333 | + qdev_init_gpio_in(DEVICE(cpu), arm_cpu_kvm_set_irq, 6); | ||
334 | } else { | ||
335 | - qdev_init_gpio_in(DEVICE(cpu), arm_cpu_set_irq, 4); | ||
336 | + qdev_init_gpio_in(DEVICE(cpu), arm_cpu_set_irq, 6); | ||
337 | } | ||
338 | |||
339 | qdev_init_gpio_out(DEVICE(cpu), cpu->gt_timer_outputs, | ||
340 | diff --git a/target/arm/helper.c b/target/arm/helper.c | ||
341 | index XXXXXXX..XXXXXXX 100644 | ||
342 | --- a/target/arm/helper.c | ||
343 | +++ b/target/arm/helper.c | ||
344 | @@ -XXX,XX +XXX,XX @@ static void do_hcr_write(CPUARMState *env, uint64_t value, uint64_t valid_mask) | ||
345 | * and the state of the input lines from the GIC. (This requires | ||
346 | * that we have the BQL, which is done by marking the | ||
347 | * reginfo structs as ARM_CP_IO.) | ||
348 | - * Note that if a write to HCR pends a VIRQ or VFIQ it is never | ||
349 | - * possible for it to be taken immediately, because VIRQ and | ||
350 | - * VFIQ are masked unless running at EL0 or EL1, and HCR | ||
351 | - * can only be written at EL2. | ||
352 | + * Note that if a write to HCR pends a VIRQ or VFIQ or VINMI or | ||
353 | + * VFNMI, it is never possible for it to be taken immediately | ||
354 | + * because VIRQ, VFIQ, VINMI and VFNMI are masked unless running | ||
355 | + * at EL0 or EL1, and HCR can only be written at EL2. | ||
356 | */ | ||
357 | g_assert(bql_locked()); | ||
358 | arm_cpu_update_virq(cpu); | ||
359 | arm_cpu_update_vfiq(cpu); | ||
360 | arm_cpu_update_vserr(cpu); | ||
361 | + if (cpu_isar_feature(aa64_nmi, cpu)) { | ||
362 | + arm_cpu_update_vinmi(cpu); | ||
363 | + arm_cpu_update_vfnmi(cpu); | ||
364 | + } | ||
365 | } | ||
366 | |||
367 | static void hcr_write(CPUARMState *env, const ARMCPRegInfo *ri, uint64_t value) | ||
368 | @@ -XXX,XX +XXX,XX @@ static void hcrx_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
369 | |||
370 | /* Clear RES0 bits. */ | ||
371 | env->cp15.hcrx_el2 = value & valid_mask; | ||
372 | + | ||
229 | + /* | 373 | + /* |
230 | + * The IoTKit sets up much of the memory layout, including | 374 | + * Updates to VINMI and VFNMI require us to update the status of |
231 | * the aliases between secure and non-secure regions in the | 375 | + * virtual NMI, which are the logical OR of these bits |
232 | - * address space. The FPGA itself contains: | 376 | + * and the state of the input lines from the GIC. (This requires |
233 | - * | 377 | + * that we have the BQL, which is done by marking the |
234 | - * 0x00000000..0x003fffff SSRAM1 | 378 | + * reginfo structs as ARM_CP_IO.) |
235 | - * 0x00400000..0x007fffff alias of SSRAM1 | 379 | + * Note that if a write to HCRX pends a VINMI or VFNMI it is never |
236 | - * 0x28000000..0x283fffff 4MB SSRAM2 + SSRAM3 | 380 | + * possible for it to be taken immediately, because VINMI and |
237 | - * 0x40100000..0x4fffffff AHB Master Expansion 1 interface devices | 381 | + * VFNMI are masked unless running at EL0 or EL1, and HCRX |
238 | - * 0x80000000..0x80ffffff 16MB PSRAM | 382 | + * can only be written at EL2. |
239 | - */ | 383 | + */ |
240 | - | 384 | + if (cpu_isar_feature(aa64_nmi, cpu)) { |
241 | - /* The FPGA images have an odd combination of different RAMs, | 385 | + g_assert(bql_locked()); |
242 | + * address space, and also most of the devices in the system. | 386 | + arm_cpu_update_vinmi(cpu); |
243 | + * The FPGA itself contains various RAMs and some additional devices. | 387 | + arm_cpu_update_vfnmi(cpu); |
244 | + * The FPGA images have an odd combination of different RAMs, | 388 | + } |
245 | * because in hardware they are different implementations and | ||
246 | * connected to different buses, giving varying performance/size | ||
247 | * tradeoffs. For QEMU they're all just RAM, though. We arbitrarily | ||
248 | - * call the 16MB our "system memory", as it's the largest lump. | ||
249 | + * call the largest lump our "system memory". | ||
250 | */ | ||
251 | - memory_region_add_subregion(system_memory, 0x80000000, machine->ram); | ||
252 | |||
253 | /* | ||
254 | * The overflow IRQs for all UARTs are ORed together. | ||
255 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) | ||
256 | const PPCInfo an505_ppcs[] = { { | ||
257 | .name = "apb_ppcexp0", | ||
258 | .ports = { | ||
259 | - { "ssram-0", make_mpc, &mms->ssram_mpc[0], 0x58007000, 0x1000 }, | ||
260 | - { "ssram-1", make_mpc, &mms->ssram_mpc[1], 0x58008000, 0x1000 }, | ||
261 | - { "ssram-2", make_mpc, &mms->ssram_mpc[2], 0x58009000, 0x1000 }, | ||
262 | + { "ssram-0-mpc", make_mpc, &mms->mpc[0], 0x58007000, 0x1000 }, | ||
263 | + { "ssram-1-mpc", make_mpc, &mms->mpc[1], 0x58008000, 0x1000 }, | ||
264 | + { "ssram-2-mpc", make_mpc, &mms->mpc[2], 0x58009000, 0x1000 }, | ||
265 | }, | ||
266 | }, { | ||
267 | .name = "apb_ppcexp1", | ||
268 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) | ||
269 | |||
270 | create_unimplemented_device("FPGA NS PC", 0x48007000, 0x1000); | ||
271 | |||
272 | + create_non_mpc_ram(mms); | ||
273 | + | ||
274 | armv7m_load_kernel(ARM_CPU(first_cpu), machine->kernel_filename, 0x400000); | ||
275 | } | 389 | } |
276 | 390 | ||
277 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_an505_class_init(ObjectClass *oc, void *data) | 391 | static CPAccessResult access_hxen(CPUARMState *env, const ARMCPRegInfo *ri, |
278 | mmc->fpgaio_num_leds = 2; | 392 | @@ -XXX,XX +XXX,XX @@ static CPAccessResult access_hxen(CPUARMState *env, const ARMCPRegInfo *ri, |
279 | mmc->fpgaio_has_switches = false; | 393 | |
280 | mmc->numirq = 92; | 394 | static const ARMCPRegInfo hcrx_el2_reginfo = { |
281 | + mmc->raminfo = an505_raminfo; | 395 | .name = "HCRX_EL2", .state = ARM_CP_STATE_AA64, |
282 | mmc->armsse_type = TYPE_IOTKIT; | 396 | + .type = ARM_CP_IO, |
283 | } | 397 | .opc0 = 3, .opc1 = 4, .crn = 1, .crm = 2, .opc2 = 2, |
284 | 398 | .access = PL2_RW, .writefn = hcrx_write, .accessfn = access_hxen, | |
285 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_an521_class_init(ObjectClass *oc, void *data) | 399 | .nv2_redirect_offset = 0xa0, |
286 | mmc->fpgaio_num_leds = 2; | 400 | @@ -XXX,XX +XXX,XX @@ void arm_log_exception(CPUState *cs) |
287 | mmc->fpgaio_has_switches = false; | 401 | [EXCP_DIVBYZERO] = "v7M DIVBYZERO UsageFault", |
288 | mmc->numirq = 92; | 402 | [EXCP_VSERR] = "Virtual SERR", |
289 | + mmc->raminfo = an505_raminfo; /* AN521 is the same as AN505 here */ | 403 | [EXCP_GPC] = "Granule Protection Check", |
290 | mmc->armsse_type = TYPE_SSE200; | 404 | + [EXCP_NMI] = "NMI", |
291 | } | 405 | + [EXCP_VINMI] = "Virtual IRQ NMI", |
292 | 406 | + [EXCP_VFNMI] = "Virtual FIQ NMI", | |
407 | }; | ||
408 | |||
409 | if (idx >= 0 && idx < ARRAY_SIZE(excnames)) { | ||
293 | -- | 410 | -- |
294 | 2.20.1 | 411 | 2.34.1 |
295 | |||
296 | diff view generated by jsdifflib |
1 | From: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> | 1 | From: Jinjie Ruan <ruanjinjie@huawei.com> |
---|---|---|---|
2 | 2 | ||
3 | Let add 'max' cpu while work goes on adding newer CPU types than | 3 | According to Arm GIC section 4.6.3 Interrupt superpriority, the interrupt |
4 | Cortex-A72. This allows us to check SVE etc support. | 4 | with superpriority is always IRQ, never FIQ, so handle NMI same as IRQ in |
5 | arm_phys_excp_target_el(). | ||
5 | 6 | ||
6 | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> | 7 | Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com> |
7 | Acked-by: Leif Lindholm <leif@nuviainc.com> | 8 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
8 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 9 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
9 | Message-id: 20210216150122.3830863-3-marcin.juszkiewicz@linaro.org | 10 | Message-id: 20240407081733.3231820-8-ruanjinjie@huawei.com |
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | --- | 12 | --- |
12 | hw/arm/sbsa-ref.c | 1 + | 13 | target/arm/helper.c | 1 + |
13 | 1 file changed, 1 insertion(+) | 14 | 1 file changed, 1 insertion(+) |
14 | 15 | ||
15 | diff --git a/hw/arm/sbsa-ref.c b/hw/arm/sbsa-ref.c | 16 | diff --git a/target/arm/helper.c b/target/arm/helper.c |
16 | index XXXXXXX..XXXXXXX 100644 | 17 | index XXXXXXX..XXXXXXX 100644 |
17 | --- a/hw/arm/sbsa-ref.c | 18 | --- a/target/arm/helper.c |
18 | +++ b/hw/arm/sbsa-ref.c | 19 | +++ b/target/arm/helper.c |
19 | @@ -XXX,XX +XXX,XX @@ static const int sbsa_ref_irqmap[] = { | 20 | @@ -XXX,XX +XXX,XX @@ uint32_t arm_phys_excp_target_el(CPUState *cs, uint32_t excp_idx, |
20 | static const char * const valid_cpus[] = { | 21 | hcr_el2 = arm_hcr_el2_eff(env); |
21 | ARM_CPU_TYPE_NAME("cortex-a57"), | 22 | switch (excp_idx) { |
22 | ARM_CPU_TYPE_NAME("cortex-a72"), | 23 | case EXCP_IRQ: |
23 | + ARM_CPU_TYPE_NAME("max"), | 24 | + case EXCP_NMI: |
24 | }; | 25 | scr = ((env->cp15.scr_el3 & SCR_IRQ) == SCR_IRQ); |
25 | 26 | hcr = hcr_el2 & HCR_IMO; | |
26 | static bool cpu_type_valid(const char *cpu) | 27 | break; |
27 | -- | 28 | -- |
28 | 2.20.1 | 29 | 2.34.1 |
29 | |||
30 | diff view generated by jsdifflib |
1 | From: Rebecca Cran <rebecca@nuviainc.com> | 1 | From: Jinjie Ruan <ruanjinjie@huawei.com> |
---|---|---|---|
2 | 2 | ||
3 | Add support for FEAT_SSBS. SSBS (Speculative Store Bypass Safe) is an | 3 | Add IS and FS bit in ISR_EL1 and handle the read. With CPU_INTERRUPT_NMI or |
4 | optional feature in ARMv8.0, and mandatory in ARMv8.5. | 4 | CPU_INTERRUPT_VINMI, both CPSR_I and ISR_IS must be set. With |
5 | CPU_INTERRUPT_VFNMI, both CPSR_F and ISR_FS must be set. | ||
5 | 6 | ||
6 | Signed-off-by: Rebecca Cran <rebecca@nuviainc.com> | 7 | Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com> |
7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 8 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
8 | Message-id: 20210216224543.16142-2-rebecca@nuviainc.com | 9 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
10 | Message-id: 20240407081733.3231820-9-ruanjinjie@huawei.com | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | --- | 12 | --- |
11 | target/arm/cpu.h | 15 ++++++++++++++- | 13 | target/arm/cpu.h | 2 ++ |
12 | target/arm/internals.h | 6 ++++++ | 14 | target/arm/helper.c | 13 +++++++++++++ |
13 | target/arm/helper.c | 37 +++++++++++++++++++++++++++++++++++++ | 15 | 2 files changed, 15 insertions(+) |
14 | target/arm/translate-a64.c | 12 ++++++++++++ | ||
15 | 4 files changed, 69 insertions(+), 1 deletion(-) | ||
16 | 16 | ||
17 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | 17 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h |
18 | index XXXXXXX..XXXXXXX 100644 | 18 | index XXXXXXX..XXXXXXX 100644 |
19 | --- a/target/arm/cpu.h | 19 | --- a/target/arm/cpu.h |
20 | +++ b/target/arm/cpu.h | 20 | +++ b/target/arm/cpu.h |
21 | @@ -XXX,XX +XXX,XX @@ void pmu_init(ARMCPU *cpu); | 21 | @@ -XXX,XX +XXX,XX @@ void pmu_init(ARMCPU *cpu); |
22 | #define SCTLR_TE (1U << 30) /* AArch32 only */ | 22 | #define CPSR_N (1U << 31) |
23 | #define SCTLR_EnIB (1U << 30) /* v8.3, AArch64 only */ | 23 | #define CPSR_NZCV (CPSR_N | CPSR_Z | CPSR_C | CPSR_V) |
24 | #define SCTLR_EnIA (1U << 31) /* v8.3, AArch64 only */ | 24 | #define CPSR_AIF (CPSR_A | CPSR_I | CPSR_F) |
25 | +#define SCTLR_DSSBS_32 (1U << 31) /* v8.5, AArch32 only */ | 25 | +#define ISR_FS (1U << 9) |
26 | #define SCTLR_BT0 (1ULL << 35) /* v8.5-BTI */ | 26 | +#define ISR_IS (1U << 10) |
27 | #define SCTLR_BT1 (1ULL << 36) /* v8.5-BTI */ | 27 | |
28 | #define SCTLR_ITFSB (1ULL << 37) /* v8.5-MemTag */ | 28 | #define CPSR_IT (CPSR_IT_0_1 | CPSR_IT_2_7) |
29 | @@ -XXX,XX +XXX,XX @@ void pmu_init(ARMCPU *cpu); | 29 | #define CACHED_CPSR_BITS (CPSR_T | CPSR_AIF | CPSR_GE | CPSR_IT | CPSR_Q \ |
30 | #define SCTLR_TCF (3ULL << 40) /* v8.5-MemTag */ | ||
31 | #define SCTLR_ATA0 (1ULL << 42) /* v8.5-MemTag */ | ||
32 | #define SCTLR_ATA (1ULL << 43) /* v8.5-MemTag */ | ||
33 | -#define SCTLR_DSSBS (1ULL << 44) /* v8.5 */ | ||
34 | +#define SCTLR_DSSBS_64 (1ULL << 44) /* v8.5, AArch64 only */ | ||
35 | |||
36 | #define CPTR_TCPAC (1U << 31) | ||
37 | #define CPTR_TTA (1U << 20) | ||
38 | @@ -XXX,XX +XXX,XX @@ void pmu_init(ARMCPU *cpu); | ||
39 | #define CPSR_IL (1U << 20) | ||
40 | #define CPSR_DIT (1U << 21) | ||
41 | #define CPSR_PAN (1U << 22) | ||
42 | +#define CPSR_SSBS (1U << 23) | ||
43 | #define CPSR_J (1U << 24) | ||
44 | #define CPSR_IT_0_1 (3U << 25) | ||
45 | #define CPSR_Q (1U << 27) | ||
46 | @@ -XXX,XX +XXX,XX @@ void pmu_init(ARMCPU *cpu); | ||
47 | #define PSTATE_A (1U << 8) | ||
48 | #define PSTATE_D (1U << 9) | ||
49 | #define PSTATE_BTYPE (3U << 10) | ||
50 | +#define PSTATE_SSBS (1U << 12) | ||
51 | #define PSTATE_IL (1U << 20) | ||
52 | #define PSTATE_SS (1U << 21) | ||
53 | #define PSTATE_PAN (1U << 22) | ||
54 | @@ -XXX,XX +XXX,XX @@ static inline bool isar_feature_aa32_dit(const ARMISARegisters *id) | ||
55 | return FIELD_EX32(id->id_pfr0, ID_PFR0, DIT) != 0; | ||
56 | } | ||
57 | |||
58 | +static inline bool isar_feature_aa32_ssbs(const ARMISARegisters *id) | ||
59 | +{ | ||
60 | + return FIELD_EX32(id->id_pfr2, ID_PFR2, SSBS) != 0; | ||
61 | +} | ||
62 | + | ||
63 | /* | ||
64 | * 64-bit feature tests via id registers. | ||
65 | */ | ||
66 | @@ -XXX,XX +XXX,XX @@ static inline bool isar_feature_aa64_dit(const ARMISARegisters *id) | ||
67 | return FIELD_EX64(id->id_aa64pfr0, ID_AA64PFR0, DIT) != 0; | ||
68 | } | ||
69 | |||
70 | +static inline bool isar_feature_aa64_ssbs(const ARMISARegisters *id) | ||
71 | +{ | ||
72 | + return FIELD_EX64(id->id_aa64pfr1, ID_AA64PFR1, SSBS) != 0; | ||
73 | +} | ||
74 | + | ||
75 | /* | ||
76 | * Feature tests for "does this exist in either 32-bit or 64-bit?" | ||
77 | */ | ||
78 | diff --git a/target/arm/internals.h b/target/arm/internals.h | ||
79 | index XXXXXXX..XXXXXXX 100644 | ||
80 | --- a/target/arm/internals.h | ||
81 | +++ b/target/arm/internals.h | ||
82 | @@ -XXX,XX +XXX,XX @@ static inline uint32_t aarch32_cpsr_valid_mask(uint64_t features, | ||
83 | if (isar_feature_aa32_dit(id)) { | ||
84 | valid |= CPSR_DIT; | ||
85 | } | ||
86 | + if (isar_feature_aa32_ssbs(id)) { | ||
87 | + valid |= CPSR_SSBS; | ||
88 | + } | ||
89 | |||
90 | return valid; | ||
91 | } | ||
92 | @@ -XXX,XX +XXX,XX @@ static inline uint32_t aarch64_pstate_valid_mask(const ARMISARegisters *id) | ||
93 | if (isar_feature_aa64_dit(id)) { | ||
94 | valid |= PSTATE_DIT; | ||
95 | } | ||
96 | + if (isar_feature_aa64_ssbs(id)) { | ||
97 | + valid |= PSTATE_SSBS; | ||
98 | + } | ||
99 | if (isar_feature_aa64_mte(id)) { | ||
100 | valid |= PSTATE_TCO; | ||
101 | } | ||
102 | diff --git a/target/arm/helper.c b/target/arm/helper.c | 30 | diff --git a/target/arm/helper.c b/target/arm/helper.c |
103 | index XXXXXXX..XXXXXXX 100644 | 31 | index XXXXXXX..XXXXXXX 100644 |
104 | --- a/target/arm/helper.c | 32 | --- a/target/arm/helper.c |
105 | +++ b/target/arm/helper.c | 33 | +++ b/target/arm/helper.c |
106 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo dit_reginfo = { | 34 | @@ -XXX,XX +XXX,XX @@ static uint64_t isr_read(CPUARMState *env, const ARMCPRegInfo *ri) |
107 | .readfn = aa64_dit_read, .writefn = aa64_dit_write | 35 | if (cs->interrupt_request & CPU_INTERRUPT_VIRQ) { |
108 | }; | 36 | ret |= CPSR_I; |
109 | 37 | } | |
110 | +static uint64_t aa64_ssbs_read(CPUARMState *env, const ARMCPRegInfo *ri) | 38 | + if (cs->interrupt_request & CPU_INTERRUPT_VINMI) { |
111 | +{ | 39 | + ret |= ISR_IS; |
112 | + return env->pstate & PSTATE_SSBS; | 40 | + ret |= CPSR_I; |
113 | +} | 41 | + } |
42 | } else { | ||
43 | if (cs->interrupt_request & CPU_INTERRUPT_HARD) { | ||
44 | ret |= CPSR_I; | ||
45 | } | ||
114 | + | 46 | + |
115 | +static void aa64_ssbs_write(CPUARMState *env, const ARMCPRegInfo *ri, | 47 | + if (cs->interrupt_request & CPU_INTERRUPT_NMI) { |
116 | + uint64_t value) | 48 | + ret |= ISR_IS; |
117 | +{ | 49 | + ret |= CPSR_I; |
118 | + env->pstate = (env->pstate & ~PSTATE_SSBS) | (value & PSTATE_SSBS); | 50 | + } |
119 | +} | ||
120 | + | ||
121 | +static const ARMCPRegInfo ssbs_reginfo = { | ||
122 | + .name = "SSBS", .state = ARM_CP_STATE_AA64, | ||
123 | + .opc0 = 3, .opc1 = 3, .crn = 4, .crm = 2, .opc2 = 6, | ||
124 | + .type = ARM_CP_NO_RAW, .access = PL0_RW, | ||
125 | + .readfn = aa64_ssbs_read, .writefn = aa64_ssbs_write | ||
126 | +}; | ||
127 | + | ||
128 | static CPAccessResult aa64_cacheop_poc_access(CPUARMState *env, | ||
129 | const ARMCPRegInfo *ri, | ||
130 | bool isread) | ||
131 | @@ -XXX,XX +XXX,XX @@ void register_cp_regs_for_features(ARMCPU *cpu) | ||
132 | if (cpu_isar_feature(aa64_dit, cpu)) { | ||
133 | define_one_arm_cp_reg(cpu, &dit_reginfo); | ||
134 | } | 51 | } |
135 | + if (cpu_isar_feature(aa64_ssbs, cpu)) { | 52 | |
136 | + define_one_arm_cp_reg(cpu, &ssbs_reginfo); | 53 | if (hcr_el2 & HCR_FMO) { |
137 | + } | 54 | if (cs->interrupt_request & CPU_INTERRUPT_VFIQ) { |
138 | 55 | ret |= CPSR_F; | |
139 | if (arm_feature(env, ARM_FEATURE_EL2) && cpu_isar_feature(aa64_vh, cpu)) { | 56 | } |
140 | define_arm_cp_regs(cpu, vhe_reginfo); | 57 | + if (cs->interrupt_request & CPU_INTERRUPT_VFNMI) { |
141 | @@ -XXX,XX +XXX,XX @@ static void take_aarch32_exception(CPUARMState *env, int new_mode, | 58 | + ret |= ISR_FS; |
142 | env->uncached_cpsr &= ~(CPSR_IL | CPSR_J); | 59 | + ret |= CPSR_F; |
143 | env->daif |= mask; | ||
144 | |||
145 | + if (cpu_isar_feature(aa32_ssbs, env_archcpu(env))) { | ||
146 | + if (env->cp15.sctlr_el[new_el] & SCTLR_DSSBS_32) { | ||
147 | + env->uncached_cpsr |= CPSR_SSBS; | ||
148 | + } else { | ||
149 | + env->uncached_cpsr &= ~CPSR_SSBS; | ||
150 | + } | 60 | + } |
151 | + } | 61 | } else { |
152 | + | 62 | if (cs->interrupt_request & CPU_INTERRUPT_FIQ) { |
153 | if (new_mode == ARM_CPU_MODE_HYP) { | 63 | ret |= CPSR_F; |
154 | env->thumb = (env->cp15.sctlr_el[2] & SCTLR_TE) != 0; | ||
155 | env->elr_el[2] = env->regs[15]; | ||
156 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_do_interrupt_aarch64(CPUState *cs) | ||
157 | new_mode |= PSTATE_TCO; | ||
158 | } | ||
159 | |||
160 | + if (cpu_isar_feature(aa64_ssbs, cpu)) { | ||
161 | + if (env->cp15.sctlr_el[new_el] & SCTLR_DSSBS_64) { | ||
162 | + new_mode |= PSTATE_SSBS; | ||
163 | + } else { | ||
164 | + new_mode &= ~PSTATE_SSBS; | ||
165 | + } | ||
166 | + } | ||
167 | + | ||
168 | pstate_write(env, PSTATE_DAIF | new_mode); | ||
169 | env->aarch64 = 1; | ||
170 | aarch64_restore_sp(env, new_el); | ||
171 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c | ||
172 | index XXXXXXX..XXXXXXX 100644 | ||
173 | --- a/target/arm/translate-a64.c | ||
174 | +++ b/target/arm/translate-a64.c | ||
175 | @@ -XXX,XX +XXX,XX @@ static void handle_msr_i(DisasContext *s, uint32_t insn, | ||
176 | tcg_temp_free_i32(t1); | ||
177 | break; | ||
178 | |||
179 | + case 0x19: /* SSBS */ | ||
180 | + if (!dc_isar_feature(aa64_ssbs, s)) { | ||
181 | + goto do_unallocated; | ||
182 | + } | ||
183 | + if (crm & 1) { | ||
184 | + set_pstate_bits(PSTATE_SSBS); | ||
185 | + } else { | ||
186 | + clear_pstate_bits(PSTATE_SSBS); | ||
187 | + } | ||
188 | + /* Don't need to rebuild hflags since SSBS is a nop */ | ||
189 | + break; | ||
190 | + | ||
191 | case 0x1a: /* DIT */ | ||
192 | if (!dc_isar_feature(aa64_dit, s)) { | ||
193 | goto do_unallocated; | ||
194 | -- | 64 | -- |
195 | 2.20.1 | 65 | 2.34.1 |
196 | |||
197 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | From: Jinjie Ruan <ruanjinjie@huawei.com> |
---|---|---|---|
2 | 2 | ||
3 | We hint the 'has_rpu' property is no longer required since commit | 3 | Set or clear PSTATE.ALLINT on taking an exception to ELx according to the |
4 | 6908ec448b4 ("xlnx-zynqmp: Properly support the smp command line | 4 | SCTLR_ELx.SPINTMASK bit. |
5 | option") which was released in QEMU v2.11.0. | ||
6 | 5 | ||
7 | Beside, this device is marked 'user_creatable = false', so the | 6 | Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com> |
8 | only thing that could be setting the property is the board code | 7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
9 | that creates the device. | ||
10 | |||
11 | Since the property is not user-facing, we can remove it without | ||
12 | going through the deprecation process. | ||
13 | |||
14 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
15 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 9 | Message-id: 20240407081733.3231820-10-ruanjinjie@huawei.com |
16 | Message-id: 20210219144350.1979905-1-f4bug@amsat.org | ||
17 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
18 | --- | 11 | --- |
19 | include/hw/arm/xlnx-zynqmp.h | 2 -- | 12 | target/arm/helper.c | 8 ++++++++ |
20 | hw/arm/xlnx-zynqmp.c | 6 ------ | 13 | 1 file changed, 8 insertions(+) |
21 | 2 files changed, 8 deletions(-) | ||
22 | 14 | ||
23 | diff --git a/include/hw/arm/xlnx-zynqmp.h b/include/hw/arm/xlnx-zynqmp.h | 15 | diff --git a/target/arm/helper.c b/target/arm/helper.c |
24 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
25 | --- a/include/hw/arm/xlnx-zynqmp.h | 17 | --- a/target/arm/helper.c |
26 | +++ b/include/hw/arm/xlnx-zynqmp.h | 18 | +++ b/target/arm/helper.c |
27 | @@ -XXX,XX +XXX,XX @@ struct XlnxZynqMPState { | 19 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_do_interrupt_aarch64(CPUState *cs) |
28 | bool secure; | ||
29 | /* Has the ARM Virtualization extensions? */ | ||
30 | bool virt; | ||
31 | - /* Has the RPU subsystem? */ | ||
32 | - bool has_rpu; | ||
33 | |||
34 | /* CAN bus. */ | ||
35 | CanBusState *canbus[XLNX_ZYNQMP_NUM_CAN]; | ||
36 | diff --git a/hw/arm/xlnx-zynqmp.c b/hw/arm/xlnx-zynqmp.c | ||
37 | index XXXXXXX..XXXXXXX 100644 | ||
38 | --- a/hw/arm/xlnx-zynqmp.c | ||
39 | +++ b/hw/arm/xlnx-zynqmp.c | ||
40 | @@ -XXX,XX +XXX,XX @@ static void xlnx_zynqmp_realize(DeviceState *dev, Error **errp) | ||
41 | } | 20 | } |
42 | } | 21 | } |
43 | 22 | ||
44 | - if (s->has_rpu) { | 23 | + if (cpu_isar_feature(aa64_nmi, cpu)) { |
45 | - info_report("The 'has_rpu' property is no longer required, to use the " | 24 | + if (!(env->cp15.sctlr_el[new_el] & SCTLR_SPINTMASK)) { |
46 | - "RPUs just use -smp 6."); | 25 | + new_mode |= PSTATE_ALLINT; |
47 | - } | 26 | + } else { |
48 | - | 27 | + new_mode &= ~PSTATE_ALLINT; |
49 | xlnx_zynqmp_create_rpu(ms, s, boot_cpu, &err); | 28 | + } |
50 | if (err) { | 29 | + } |
51 | error_propagate(errp, err); | 30 | + |
52 | @@ -XXX,XX +XXX,XX @@ static Property xlnx_zynqmp_props[] = { | 31 | pstate_write(env, PSTATE_DAIF | new_mode); |
53 | DEFINE_PROP_STRING("boot-cpu", XlnxZynqMPState, boot_cpu), | 32 | env->aarch64 = true; |
54 | DEFINE_PROP_BOOL("secure", XlnxZynqMPState, secure, false), | 33 | aarch64_restore_sp(env, new_el); |
55 | DEFINE_PROP_BOOL("virtualization", XlnxZynqMPState, virt, false), | ||
56 | - DEFINE_PROP_BOOL("has_rpu", XlnxZynqMPState, has_rpu, false), | ||
57 | DEFINE_PROP_LINK("ddr-ram", XlnxZynqMPState, ddr_ram, TYPE_MEMORY_REGION, | ||
58 | MemoryRegion *), | ||
59 | DEFINE_PROP_LINK("canbus0", XlnxZynqMPState, canbus[0], TYPE_CAN_BUS, | ||
60 | -- | 34 | -- |
61 | 2.20.1 | 35 | 2.34.1 |
62 | |||
63 | diff view generated by jsdifflib |
1 | Add brief documentation of the new mps3-an524 board. | 1 | From: Jinjie Ruan <ruanjinjie@huawei.com> |
---|---|---|---|
2 | 2 | ||
3 | Augment the GICv3's QOM device interface by adding one | ||
4 | new set of sysbus IRQ line, to signal NMI to each CPU. | ||
5 | |||
6 | Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com> | ||
7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
8 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
9 | Message-id: 20240407081733.3231820-11-ruanjinjie@huawei.com | ||
3 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
4 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
6 | Message-id: 20210215115138.20465-24-peter.maydell@linaro.org | ||
7 | --- | 11 | --- |
8 | docs/system/arm/mps2.rst | 24 ++++++++++++++++++------ | 12 | include/hw/intc/arm_gic_common.h | 2 ++ |
9 | 1 file changed, 18 insertions(+), 6 deletions(-) | 13 | include/hw/intc/arm_gicv3_common.h | 2 ++ |
14 | hw/intc/arm_gicv3_common.c | 6 ++++++ | ||
15 | 3 files changed, 10 insertions(+) | ||
10 | 16 | ||
11 | diff --git a/docs/system/arm/mps2.rst b/docs/system/arm/mps2.rst | 17 | diff --git a/include/hw/intc/arm_gic_common.h b/include/hw/intc/arm_gic_common.h |
12 | index XXXXXXX..XXXXXXX 100644 | 18 | index XXXXXXX..XXXXXXX 100644 |
13 | --- a/docs/system/arm/mps2.rst | 19 | --- a/include/hw/intc/arm_gic_common.h |
14 | +++ b/docs/system/arm/mps2.rst | 20 | +++ b/include/hw/intc/arm_gic_common.h |
15 | @@ -XXX,XX +XXX,XX @@ | 21 | @@ -XXX,XX +XXX,XX @@ struct GICState { |
16 | -Arm MPS2 boards (``mps2-an385``, ``mps2-an386``, ``mps2-an500``, ``mps2-an505``, ``mps2-an511``, ``mps2-an521``) | 22 | qemu_irq parent_fiq[GIC_NCPU]; |
17 | -================================================================================================================ | 23 | qemu_irq parent_virq[GIC_NCPU]; |
18 | +Arm MPS2 and MPS3 boards (``mps2-an385``, ``mps2-an386``, ``mps2-an500``, ``mps2-an505``, ``mps2-an511``, ``mps2-an521``, ``mps3-an524``) | 24 | qemu_irq parent_vfiq[GIC_NCPU]; |
19 | +========================================================================================================================================= | 25 | + qemu_irq parent_nmi[GIC_NCPU]; |
20 | 26 | + qemu_irq parent_vnmi[GIC_NCPU]; | |
21 | These board models all use Arm M-profile CPUs. | 27 | qemu_irq maintenance_irq[GIC_NCPU]; |
22 | 28 | ||
23 | -The Arm MPS2 and MPS2+ dev boards are FPGA based (the 2+ has a bigger | 29 | /* GICD_CTLR; for a GIC with the security extensions the NS banked version |
24 | -FPGA but is otherwise the same as the 2). Since the CPU itself | 30 | diff --git a/include/hw/intc/arm_gicv3_common.h b/include/hw/intc/arm_gicv3_common.h |
25 | -and most of the devices are in the FPGA, the details of the board | 31 | index XXXXXXX..XXXXXXX 100644 |
26 | -as seen by the guest depend significantly on the FPGA image. | 32 | --- a/include/hw/intc/arm_gicv3_common.h |
27 | +The Arm MPS2, MPS2+ and MPS3 dev boards are FPGA based (the 2+ has a | 33 | +++ b/include/hw/intc/arm_gicv3_common.h |
28 | +bigger FPGA but is otherwise the same as the 2; the 3 has a bigger | 34 | @@ -XXX,XX +XXX,XX @@ struct GICv3CPUState { |
29 | +FPGA again, can handle 4GB of RAM and has a USB controller and QSPI flash). | 35 | qemu_irq parent_fiq; |
30 | + | 36 | qemu_irq parent_virq; |
31 | +Since the CPU itself and most of the devices are in the FPGA, the | 37 | qemu_irq parent_vfiq; |
32 | +details of the board as seen by the guest depend significantly on the | 38 | + qemu_irq parent_nmi; |
33 | +FPGA image. | 39 | + qemu_irq parent_vnmi; |
34 | 40 | ||
35 | QEMU models the following FPGA images: | 41 | /* Redistributor */ |
36 | 42 | uint32_t level; /* Current IRQ level */ | |
37 | @@ -XXX,XX +XXX,XX @@ QEMU models the following FPGA images: | 43 | diff --git a/hw/intc/arm_gicv3_common.c b/hw/intc/arm_gicv3_common.c |
38 | Cortex-M3 'DesignStart' as documented in Arm Application Note AN511 | 44 | index XXXXXXX..XXXXXXX 100644 |
39 | ``mps2-an521`` | 45 | --- a/hw/intc/arm_gicv3_common.c |
40 | Dual Cortex-M33 as documented in Arm Application Note AN521 | 46 | +++ b/hw/intc/arm_gicv3_common.c |
41 | +``mps3-an524`` | 47 | @@ -XXX,XX +XXX,XX @@ void gicv3_init_irqs_and_mmio(GICv3State *s, qemu_irq_handler handler, |
42 | + Dual Cortex-M33 on an MPS3, as documented in Arm Application Note AN524 | 48 | for (i = 0; i < s->num_cpu; i++) { |
43 | 49 | sysbus_init_irq(sbd, &s->cpu[i].parent_vfiq); | |
44 | Differences between QEMU and real hardware: | 50 | } |
45 | 51 | + for (i = 0; i < s->num_cpu; i++) { | |
46 | - AN385/AN386 remapping of low 16K of memory to either ZBT SSRAM1 or to | 52 | + sysbus_init_irq(sbd, &s->cpu[i].parent_nmi); |
47 | block RAM is unimplemented (QEMU always maps this to ZBT SSRAM1, as | 53 | + } |
48 | if zbt_boot_ctrl is always zero) | 54 | + for (i = 0; i < s->num_cpu; i++) { |
49 | +- AN524 remapping of low memory to either BRAM or to QSPI flash is | 55 | + sysbus_init_irq(sbd, &s->cpu[i].parent_vnmi); |
50 | + unimplemented (QEMU always maps this to BRAM, ignoring the | 56 | + } |
51 | + SCC CFG_REG0 memory-remap bit) | 57 | |
52 | - QEMU provides a LAN9118 ethernet rather than LAN9220; the only guest | 58 | memory_region_init_io(&s->iomem_dist, OBJECT(s), ops, s, |
53 | visible difference is that the LAN9118 doesn't support checksum | 59 | "gicv3_dist", 0x10000); |
54 | offloading | ||
55 | +- QEMU does not model the QSPI flash in MPS3 boards as real QSPI | ||
56 | + flash, but only as simple ROM, so attempting to rewrite the flash | ||
57 | + from the guest will fail | ||
58 | +- QEMU does not model the USB controller in MPS3 boards | ||
59 | -- | 60 | -- |
60 | 2.20.1 | 61 | 2.34.1 |
61 | |||
62 | diff view generated by jsdifflib |
1 | For a long time now the UI layer has guaranteed that the console | 1 | From: Jinjie Ruan <ruanjinjie@huawei.com> |
---|---|---|---|
2 | surface is always 32 bits per pixel RGB. Remove the legacy dead | ||
3 | code from the milkymist display device which was handling the | ||
4 | possibility that the console surface was some other format. | ||
5 | 2 | ||
3 | Wire the new NMI and VINMI interrupt line from the GIC to each CPU if it | ||
4 | is not GICv2. | ||
5 | |||
6 | Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com> | ||
7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
8 | Message-id: 20240407081733.3231820-12-ruanjinjie@huawei.com | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
8 | Message-id: 20210215103215.4944-2-peter.maydell@linaro.org | ||
9 | --- | 10 | --- |
10 | hw/arm/musicpal.c | 64 ++++++++++++++++++----------------------------- | 11 | hw/arm/virt.c | 10 +++++++++- |
11 | 1 file changed, 24 insertions(+), 40 deletions(-) | 12 | 1 file changed, 9 insertions(+), 1 deletion(-) |
12 | 13 | ||
13 | diff --git a/hw/arm/musicpal.c b/hw/arm/musicpal.c | 14 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c |
14 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
15 | --- a/hw/arm/musicpal.c | 16 | --- a/hw/arm/virt.c |
16 | +++ b/hw/arm/musicpal.c | 17 | +++ b/hw/arm/virt.c |
17 | @@ -XXX,XX +XXX,XX @@ static uint8_t scale_lcd_color(musicpal_lcd_state *s, uint8_t col) | 18 | @@ -XXX,XX +XXX,XX @@ static void create_gic(VirtMachineState *vms, MemoryRegion *mem) |
18 | } | 19 | |
19 | } | 20 | /* Wire the outputs from each CPU's generic timer and the GICv3 |
20 | 21 | * maintenance interrupt signal to the appropriate GIC PPI inputs, | |
21 | -#define SET_LCD_PIXEL(depth, type) \ | 22 | - * and the GIC's IRQ/FIQ/VIRQ/VFIQ interrupt outputs to the CPU's inputs. |
22 | -static inline void glue(set_lcd_pixel, depth) \ | 23 | + * and the GIC's IRQ/FIQ/VIRQ/VFIQ/NMI/VINMI interrupt outputs to the |
23 | - (musicpal_lcd_state *s, int x, int y, type col) \ | 24 | + * CPU's inputs. |
24 | -{ \ | 25 | */ |
25 | - int dx, dy; \ | 26 | for (i = 0; i < smp_cpus; i++) { |
26 | - DisplaySurface *surface = qemu_console_surface(s->con); \ | 27 | DeviceState *cpudev = DEVICE(qemu_get_cpu(i)); |
27 | - type *pixel = &((type *) surface_data(surface))[(y * 128 * 3 + x) * 3]; \ | 28 | @@ -XXX,XX +XXX,XX @@ static void create_gic(VirtMachineState *vms, MemoryRegion *mem) |
28 | -\ | 29 | qdev_get_gpio_in(cpudev, ARM_CPU_VIRQ)); |
29 | - for (dy = 0; dy < 3; dy++, pixel += 127 * 3) \ | 30 | sysbus_connect_irq(gicbusdev, i + 3 * smp_cpus, |
30 | - for (dx = 0; dx < 3; dx++, pixel++) \ | 31 | qdev_get_gpio_in(cpudev, ARM_CPU_VFIQ)); |
31 | - *pixel = col; \ | ||
32 | +static inline void set_lcd_pixel32(musicpal_lcd_state *s, | ||
33 | + int x, int y, uint32_t col) | ||
34 | +{ | ||
35 | + int dx, dy; | ||
36 | + DisplaySurface *surface = qemu_console_surface(s->con); | ||
37 | + uint32_t *pixel = | ||
38 | + &((uint32_t *) surface_data(surface))[(y * 128 * 3 + x) * 3]; | ||
39 | + | 32 | + |
40 | + for (dy = 0; dy < 3; dy++, pixel += 127 * 3) { | 33 | + if (vms->gic_version != VIRT_GIC_VERSION_2) { |
41 | + for (dx = 0; dx < 3; dx++, pixel++) { | 34 | + sysbus_connect_irq(gicbusdev, i + 4 * smp_cpus, |
42 | + *pixel = col; | 35 | + qdev_get_gpio_in(cpudev, ARM_CPU_NMI)); |
43 | + } | 36 | + sysbus_connect_irq(gicbusdev, i + 5 * smp_cpus, |
44 | + } | 37 | + qdev_get_gpio_in(cpudev, ARM_CPU_VINMI)); |
45 | } | ||
46 | -SET_LCD_PIXEL(8, uint8_t) | ||
47 | -SET_LCD_PIXEL(16, uint16_t) | ||
48 | -SET_LCD_PIXEL(32, uint32_t) | ||
49 | |||
50 | static void lcd_refresh(void *opaque) | ||
51 | { | ||
52 | musicpal_lcd_state *s = opaque; | ||
53 | - DisplaySurface *surface = qemu_console_surface(s->con); | ||
54 | int x, y, col; | ||
55 | |||
56 | - switch (surface_bits_per_pixel(surface)) { | ||
57 | - case 0: | ||
58 | - return; | ||
59 | -#define LCD_REFRESH(depth, func) \ | ||
60 | - case depth: \ | ||
61 | - col = func(scale_lcd_color(s, (MP_LCD_TEXTCOLOR >> 16) & 0xff), \ | ||
62 | - scale_lcd_color(s, (MP_LCD_TEXTCOLOR >> 8) & 0xff), \ | ||
63 | - scale_lcd_color(s, MP_LCD_TEXTCOLOR & 0xff)); \ | ||
64 | - for (x = 0; x < 128; x++) { \ | ||
65 | - for (y = 0; y < 64; y++) { \ | ||
66 | - if (s->video_ram[x + (y/8)*128] & (1 << (y % 8))) { \ | ||
67 | - glue(set_lcd_pixel, depth)(s, x, y, col); \ | ||
68 | - } else { \ | ||
69 | - glue(set_lcd_pixel, depth)(s, x, y, 0); \ | ||
70 | - } \ | ||
71 | - } \ | ||
72 | - } \ | ||
73 | - break; | ||
74 | - LCD_REFRESH(8, rgb_to_pixel8) | ||
75 | - LCD_REFRESH(16, rgb_to_pixel16) | ||
76 | - LCD_REFRESH(32, (is_surface_bgr(surface) ? | ||
77 | - rgb_to_pixel32bgr : rgb_to_pixel32)) | ||
78 | - default: | ||
79 | - hw_error("unsupported colour depth %i\n", | ||
80 | - surface_bits_per_pixel(surface)); | ||
81 | + col = rgb_to_pixel32(scale_lcd_color(s, (MP_LCD_TEXTCOLOR >> 16) & 0xff), | ||
82 | + scale_lcd_color(s, (MP_LCD_TEXTCOLOR >> 8) & 0xff), | ||
83 | + scale_lcd_color(s, MP_LCD_TEXTCOLOR & 0xff)); | ||
84 | + for (x = 0; x < 128; x++) { | ||
85 | + for (y = 0; y < 64; y++) { | ||
86 | + if (s->video_ram[x + (y / 8) * 128] & (1 << (y % 8))) { | ||
87 | + set_lcd_pixel32(s, x, y, col); | ||
88 | + } else { | ||
89 | + set_lcd_pixel32(s, x, y, 0); | ||
90 | + } | ||
91 | + } | 38 | + } |
92 | } | 39 | } |
93 | 40 | ||
94 | dpy_gfx_update(s->con, 0, 0, 128*3, 64*3); | 41 | fdt_add_gic_node(vms); |
95 | -- | 42 | -- |
96 | 2.20.1 | 43 | 2.34.1 |
97 | |||
98 | diff view generated by jsdifflib |
1 | From: Peter Collingbourne <pcc@google.com> | 1 | From: Jinjie Ruan <ruanjinjie@huawei.com> |
---|---|---|---|
2 | 2 | ||
3 | Section D6.7 of the ARM ARM states: | 3 | According to Arm GIC section 4.6.3 Interrupt superpriority, the interrupt |
4 | with superpriority is always IRQ, never FIQ, so the NMI exception trap entry | ||
5 | behave like IRQ. And VINMI(vIRQ with Superpriority) can be raised from the | ||
6 | GIC or come from the hcrx_el2.HCRX_VINMI bit, VFNMI(vFIQ with Superpriority) | ||
7 | come from the hcrx_el2.HCRX_VFNMI bit. | ||
4 | 8 | ||
5 | For the purpose of determining Tag Check Fault handling, unprivileged | 9 | Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com> |
6 | load and store instructions are treated as if executed at EL0 when | ||
7 | executed at either: | ||
8 | - EL1, when the Effective value of PSTATE.UAO is 0. | ||
9 | - EL2, when both the Effective value of HCR_EL2.{E2H, TGE} is {1, 1} | ||
10 | and the Effective value of PSTATE.UAO is 0. | ||
11 | |||
12 | ARM has confirmed a defect in the pseudocode function | ||
13 | AArch64.TagCheckFault that makes it inconsistent with the above | ||
14 | wording. The remedy is to adjust references to PSTATE.EL in that | ||
15 | function to instead refer to AArch64.AccessUsesEL(acctype), so | ||
16 | that unprivileged instructions use SCTLR_EL1.TCF0 and TFSRE0_EL1. | ||
17 | The exception type for synchronous tag check faults remains unchanged. | ||
18 | |||
19 | This patch implements the described change by partially reverting | ||
20 | commits 50244cc76abc and cc97b0019bb5. | ||
21 | |||
22 | Signed-off-by: Peter Collingbourne <pcc@google.com> | ||
23 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 10 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
24 | Message-id: 20210219201820.2672077-1-pcc@google.com | ||
25 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 11 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
12 | Message-id: 20240407081733.3231820-13-ruanjinjie@huawei.com | ||
26 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 13 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
27 | --- | 14 | --- |
28 | target/arm/helper.c | 2 +- | 15 | target/arm/helper.c | 3 +++ |
29 | target/arm/mte_helper.c | 13 +++++++++---- | 16 | 1 file changed, 3 insertions(+) |
30 | 2 files changed, 10 insertions(+), 5 deletions(-) | ||
31 | 17 | ||
32 | diff --git a/target/arm/helper.c b/target/arm/helper.c | 18 | diff --git a/target/arm/helper.c b/target/arm/helper.c |
33 | index XXXXXXX..XXXXXXX 100644 | 19 | index XXXXXXX..XXXXXXX 100644 |
34 | --- a/target/arm/helper.c | 20 | --- a/target/arm/helper.c |
35 | +++ b/target/arm/helper.c | 21 | +++ b/target/arm/helper.c |
36 | @@ -XXX,XX +XXX,XX @@ static uint32_t rebuild_hflags_a64(CPUARMState *env, int el, int fp_el, | 22 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_do_interrupt_aarch64(CPUState *cs) |
37 | if (FIELD_EX32(flags, TBFLAG_A64, UNPRIV) | 23 | break; |
38 | && tbid | 24 | case EXCP_IRQ: |
39 | && !(env->pstate & PSTATE_TCO) | 25 | case EXCP_VIRQ: |
40 | - && (sctlr & SCTLR_TCF) | 26 | + case EXCP_NMI: |
41 | + && (sctlr & SCTLR_TCF0) | 27 | + case EXCP_VINMI: |
42 | && allocation_tag_access_enabled(env, 0, sctlr)) { | 28 | addr += 0x80; |
43 | flags = FIELD_DP32(flags, TBFLAG_A64, MTE0_ACTIVE, 1); | 29 | break; |
44 | } | 30 | case EXCP_FIQ: |
45 | diff --git a/target/arm/mte_helper.c b/target/arm/mte_helper.c | 31 | case EXCP_VFIQ: |
46 | index XXXXXXX..XXXXXXX 100644 | 32 | + case EXCP_VFNMI: |
47 | --- a/target/arm/mte_helper.c | 33 | addr += 0x100; |
48 | +++ b/target/arm/mte_helper.c | 34 | break; |
49 | @@ -XXX,XX +XXX,XX @@ static void mte_check_fail(CPUARMState *env, uint32_t desc, | 35 | case EXCP_VSERR: |
50 | reg_el = regime_el(env, arm_mmu_idx); | ||
51 | sctlr = env->cp15.sctlr_el[reg_el]; | ||
52 | |||
53 | - el = arm_current_el(env); | ||
54 | - if (el == 0) { | ||
55 | + switch (arm_mmu_idx) { | ||
56 | + case ARMMMUIdx_E10_0: | ||
57 | + case ARMMMUIdx_E20_0: | ||
58 | + el = 0; | ||
59 | tcf = extract64(sctlr, 38, 2); | ||
60 | - } else { | ||
61 | + break; | ||
62 | + default: | ||
63 | + el = reg_el; | ||
64 | tcf = extract64(sctlr, 40, 2); | ||
65 | } | ||
66 | |||
67 | @@ -XXX,XX +XXX,XX @@ static void mte_check_fail(CPUARMState *env, uint32_t desc, | ||
68 | env->exception.vaddress = dirty_ptr; | ||
69 | |||
70 | is_write = FIELD_EX32(desc, MTEDESC, WRITE); | ||
71 | - syn = syn_data_abort_no_iss(el != 0, 0, 0, 0, 0, is_write, 0x11); | ||
72 | + syn = syn_data_abort_no_iss(arm_current_el(env) != 0, 0, 0, 0, 0, | ||
73 | + is_write, 0x11); | ||
74 | raise_exception(env, EXCP_DATA_ABORT, syn, exception_target_el(env)); | ||
75 | /* noreturn, but fall through to the assert anyway */ | ||
76 | |||
77 | -- | 36 | -- |
78 | 2.20.1 | 37 | 2.34.1 |
79 | |||
80 | diff view generated by jsdifflib |
1 | From: Rebecca Cran <rebecca@nuviainc.com> | 1 | From: Jinjie Ruan <ruanjinjie@huawei.com> |
---|---|---|---|
2 | 2 | ||
3 | Set ID_AA64PFR1_EL1.SSBS to 2 and ID_PFR2.SSBS to 1. | 3 | Add a property has-nmi to the GICv3 device, and use this to set |
4 | the NMI bit in the GICD_TYPER register. This isn't visible to | ||
5 | guests yet because the property defaults to false and we won't | ||
6 | set it in the board code until we've landed all of the changes | ||
7 | needed to implement FEAT_GICV3_NMI. | ||
4 | 8 | ||
5 | Signed-off-by: Rebecca Cran <rebecca@nuviainc.com> | 9 | Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com> |
6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 10 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
7 | Message-id: 20210216224543.16142-3-rebecca@nuviainc.com | 11 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
12 | Message-id: 20240407081733.3231820-14-ruanjinjie@huawei.com | ||
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 13 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
9 | --- | 14 | --- |
10 | target/arm/cpu64.c | 5 +++++ | 15 | hw/intc/gicv3_internal.h | 1 + |
11 | 1 file changed, 5 insertions(+) | 16 | include/hw/intc/arm_gicv3_common.h | 1 + |
17 | hw/intc/arm_gicv3_common.c | 1 + | ||
18 | hw/intc/arm_gicv3_dist.c | 2 ++ | ||
19 | 4 files changed, 5 insertions(+) | ||
12 | 20 | ||
13 | diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c | 21 | diff --git a/hw/intc/gicv3_internal.h b/hw/intc/gicv3_internal.h |
14 | index XXXXXXX..XXXXXXX 100644 | 22 | index XXXXXXX..XXXXXXX 100644 |
15 | --- a/target/arm/cpu64.c | 23 | --- a/hw/intc/gicv3_internal.h |
16 | +++ b/target/arm/cpu64.c | 24 | +++ b/hw/intc/gicv3_internal.h |
17 | @@ -XXX,XX +XXX,XX @@ static void aarch64_max_initfn(Object *obj) | 25 | @@ -XXX,XX +XXX,XX @@ |
18 | 26 | #define GICD_CTLR_E1NWF (1U << 7) | |
19 | t = cpu->isar.id_aa64pfr1; | 27 | #define GICD_CTLR_RWP (1U << 31) |
20 | t = FIELD_DP64(t, ID_AA64PFR1, BT, 1); | 28 | |
21 | + t = FIELD_DP64(t, ID_AA64PFR1, SSBS, 2); | 29 | +#define GICD_TYPER_NMI_SHIFT 9 |
22 | /* | 30 | #define GICD_TYPER_LPIS_SHIFT 17 |
23 | * Begin with full support for MTE. This will be downgraded to MTE=0 | 31 | |
24 | * during realize if the board provides no tag memory, much like | 32 | /* 16 bits EventId */ |
25 | @@ -XXX,XX +XXX,XX @@ static void aarch64_max_initfn(Object *obj) | 33 | diff --git a/include/hw/intc/arm_gicv3_common.h b/include/hw/intc/arm_gicv3_common.h |
26 | u = FIELD_DP32(u, ID_PFR0, DIT, 1); | 34 | index XXXXXXX..XXXXXXX 100644 |
27 | cpu->isar.id_pfr0 = u; | 35 | --- a/include/hw/intc/arm_gicv3_common.h |
28 | 36 | +++ b/include/hw/intc/arm_gicv3_common.h | |
29 | + u = cpu->isar.id_pfr2; | 37 | @@ -XXX,XX +XXX,XX @@ struct GICv3State { |
30 | + u = FIELD_DP32(u, ID_PFR2, SSBS, 1); | 38 | uint32_t num_irq; |
31 | + cpu->isar.id_pfr2 = u; | 39 | uint32_t revision; |
32 | + | 40 | bool lpi_enable; |
33 | u = cpu->isar.id_mmfr3; | 41 | + bool nmi_support; |
34 | u = FIELD_DP32(u, ID_MMFR3, PAN, 2); /* ATS1E1 */ | 42 | bool security_extn; |
35 | cpu->isar.id_mmfr3 = u; | 43 | bool force_8bit_prio; |
44 | bool irq_reset_nonsecure; | ||
45 | diff --git a/hw/intc/arm_gicv3_common.c b/hw/intc/arm_gicv3_common.c | ||
46 | index XXXXXXX..XXXXXXX 100644 | ||
47 | --- a/hw/intc/arm_gicv3_common.c | ||
48 | +++ b/hw/intc/arm_gicv3_common.c | ||
49 | @@ -XXX,XX +XXX,XX @@ static Property arm_gicv3_common_properties[] = { | ||
50 | DEFINE_PROP_UINT32("num-irq", GICv3State, num_irq, 32), | ||
51 | DEFINE_PROP_UINT32("revision", GICv3State, revision, 3), | ||
52 | DEFINE_PROP_BOOL("has-lpi", GICv3State, lpi_enable, 0), | ||
53 | + DEFINE_PROP_BOOL("has-nmi", GICv3State, nmi_support, 0), | ||
54 | DEFINE_PROP_BOOL("has-security-extensions", GICv3State, security_extn, 0), | ||
55 | /* | ||
56 | * Compatibility property: force 8 bits of physical priority, even | ||
57 | diff --git a/hw/intc/arm_gicv3_dist.c b/hw/intc/arm_gicv3_dist.c | ||
58 | index XXXXXXX..XXXXXXX 100644 | ||
59 | --- a/hw/intc/arm_gicv3_dist.c | ||
60 | +++ b/hw/intc/arm_gicv3_dist.c | ||
61 | @@ -XXX,XX +XXX,XX @@ static bool gicd_readl(GICv3State *s, hwaddr offset, | ||
62 | * by GICD_TYPER.IDbits) | ||
63 | * MBIS == 0 (message-based SPIs not supported) | ||
64 | * SecurityExtn == 1 if security extns supported | ||
65 | + * NMI = 1 if Non-maskable interrupt property is supported | ||
66 | * CPUNumber == 0 since for us ARE is always 1 | ||
67 | * ITLinesNumber == (((max SPI IntID + 1) / 32) - 1) | ||
68 | */ | ||
69 | @@ -XXX,XX +XXX,XX @@ static bool gicd_readl(GICv3State *s, hwaddr offset, | ||
70 | bool dvis = s->revision >= 4; | ||
71 | |||
72 | *data = (1 << 25) | (1 << 24) | (dvis << 18) | (sec_extn << 10) | | ||
73 | + (s->nmi_support << GICD_TYPER_NMI_SHIFT) | | ||
74 | (s->lpi_enable << GICD_TYPER_LPIS_SHIFT) | | ||
75 | (0xf << 19) | itlinesnumber; | ||
76 | return true; | ||
36 | -- | 77 | -- |
37 | 2.20.1 | 78 | 2.34.1 |
38 | |||
39 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Jinjie Ruan <ruanjinjie@huawei.com> |
---|---|---|---|
2 | 2 | ||
3 | Always perform one call instead of two for 16-byte operands. | 3 | So far, there is no FEAT_GICv3_NMI support in the in-kernel GIC, so make it |
4 | Use byte loads/stores directly into the vector register file | 4 | an error to try to set has-nmi=true for the KVM GICv3. |
5 | instead of extractions and deposits to a 64-bit local variable. | ||
6 | 5 | ||
7 | In order to easily receive pointers into the vector register file, | 6 | Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com> |
8 | convert the helper to the gvec out-of-line signature. Move the | 7 | Message-id: 20240407081733.3231820-15-ruanjinjie@huawei.com |
9 | helper into vec_helper.c, where it can make use of H1 and clear_tail. | 8 | Suggested-by: Peter Maydell <peter.maydell@linaro.org> |
10 | |||
11 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
12 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
13 | Tested-by: Alex Bennée <alex.bennee@linaro.org> | ||
14 | Message-id: 20210224230532.276878-1-richard.henderson@linaro.org | ||
15 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
16 | --- | 10 | --- |
17 | target/arm/helper-a64.h | 2 +- | 11 | hw/intc/arm_gicv3_kvm.c | 5 +++++ |
18 | target/arm/helper-a64.c | 32 --------------------- | 12 | 1 file changed, 5 insertions(+) |
19 | target/arm/translate-a64.c | 58 +++++--------------------------------- | ||
20 | target/arm/vec_helper.c | 48 +++++++++++++++++++++++++++++++ | ||
21 | 4 files changed, 56 insertions(+), 84 deletions(-) | ||
22 | 13 | ||
23 | diff --git a/target/arm/helper-a64.h b/target/arm/helper-a64.h | 14 | diff --git a/hw/intc/arm_gicv3_kvm.c b/hw/intc/arm_gicv3_kvm.c |
24 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
25 | --- a/target/arm/helper-a64.h | 16 | --- a/hw/intc/arm_gicv3_kvm.c |
26 | +++ b/target/arm/helper-a64.h | 17 | +++ b/hw/intc/arm_gicv3_kvm.c |
27 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_3(vfp_cmps_a64, i64, f32, f32, ptr) | 18 | @@ -XXX,XX +XXX,XX @@ static void kvm_arm_gicv3_realize(DeviceState *dev, Error **errp) |
28 | DEF_HELPER_3(vfp_cmpes_a64, i64, f32, f32, ptr) | ||
29 | DEF_HELPER_3(vfp_cmpd_a64, i64, f64, f64, ptr) | ||
30 | DEF_HELPER_3(vfp_cmped_a64, i64, f64, f64, ptr) | ||
31 | -DEF_HELPER_FLAGS_5(simd_tbl, TCG_CALL_NO_RWG_SE, i64, env, i64, i64, i32, i32) | ||
32 | +DEF_HELPER_FLAGS_4(simd_tblx, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | ||
33 | DEF_HELPER_FLAGS_3(vfp_mulxs, TCG_CALL_NO_RWG, f32, f32, f32, ptr) | ||
34 | DEF_HELPER_FLAGS_3(vfp_mulxd, TCG_CALL_NO_RWG, f64, f64, f64, ptr) | ||
35 | DEF_HELPER_FLAGS_3(neon_ceq_f64, TCG_CALL_NO_RWG, i64, i64, i64, ptr) | ||
36 | diff --git a/target/arm/helper-a64.c b/target/arm/helper-a64.c | ||
37 | index XXXXXXX..XXXXXXX 100644 | ||
38 | --- a/target/arm/helper-a64.c | ||
39 | +++ b/target/arm/helper-a64.c | ||
40 | @@ -XXX,XX +XXX,XX @@ float64 HELPER(vfp_mulxd)(float64 a, float64 b, void *fpstp) | ||
41 | return float64_mul(a, b, fpst); | ||
42 | } | ||
43 | |||
44 | -uint64_t HELPER(simd_tbl)(CPUARMState *env, uint64_t result, uint64_t indices, | ||
45 | - uint32_t rn, uint32_t numregs) | ||
46 | -{ | ||
47 | - /* Helper function for SIMD TBL and TBX. We have to do the table | ||
48 | - * lookup part for the 64 bits worth of indices we're passed in. | ||
49 | - * result is the initial results vector (either zeroes for TBL | ||
50 | - * or some guest values for TBX), rn the register number where | ||
51 | - * the table starts, and numregs the number of registers in the table. | ||
52 | - * We return the results of the lookups. | ||
53 | - */ | ||
54 | - int shift; | ||
55 | - | ||
56 | - for (shift = 0; shift < 64; shift += 8) { | ||
57 | - int index = extract64(indices, shift, 8); | ||
58 | - if (index < 16 * numregs) { | ||
59 | - /* Convert index (a byte offset into the virtual table | ||
60 | - * which is a series of 128-bit vectors concatenated) | ||
61 | - * into the correct register element plus a bit offset | ||
62 | - * into that element, bearing in mind that the table | ||
63 | - * can wrap around from V31 to V0. | ||
64 | - */ | ||
65 | - int elt = (rn * 2 + (index >> 3)) % 64; | ||
66 | - int bitidx = (index & 7) * 8; | ||
67 | - uint64_t *q = aa64_vfp_qreg(env, elt >> 1); | ||
68 | - uint64_t val = extract64(q[elt & 1], bitidx, 8); | ||
69 | - | ||
70 | - result = deposit64(result, shift, 8, val); | ||
71 | - } | ||
72 | - } | ||
73 | - return result; | ||
74 | -} | ||
75 | - | ||
76 | /* 64bit/double versions of the neon float compare functions */ | ||
77 | uint64_t HELPER(neon_ceq_f64)(float64 a, float64 b, void *fpstp) | ||
78 | { | ||
79 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c | ||
80 | index XXXXXXX..XXXXXXX 100644 | ||
81 | --- a/target/arm/translate-a64.c | ||
82 | +++ b/target/arm/translate-a64.c | ||
83 | @@ -XXX,XX +XXX,XX @@ static void disas_simd_tb(DisasContext *s, uint32_t insn) | ||
84 | int rm = extract32(insn, 16, 5); | ||
85 | int rn = extract32(insn, 5, 5); | ||
86 | int rd = extract32(insn, 0, 5); | ||
87 | - int is_tblx = extract32(insn, 12, 1); | ||
88 | - int len = extract32(insn, 13, 2); | ||
89 | - TCGv_i64 tcg_resl, tcg_resh, tcg_idx; | ||
90 | - TCGv_i32 tcg_regno, tcg_numregs; | ||
91 | + int is_tbx = extract32(insn, 12, 1); | ||
92 | + int len = (extract32(insn, 13, 2) + 1) * 16; | ||
93 | |||
94 | if (op2 != 0) { | ||
95 | unallocated_encoding(s); | ||
96 | @@ -XXX,XX +XXX,XX @@ static void disas_simd_tb(DisasContext *s, uint32_t insn) | ||
97 | return; | 19 | return; |
98 | } | 20 | } |
99 | 21 | ||
100 | - /* This does a table lookup: for every byte element in the input | 22 | + if (s->nmi_support) { |
101 | - * we index into a table formed from up to four vector registers, | 23 | + error_setg(errp, "NMI is not supported with the in-kernel GIC"); |
102 | - * and then the output is the result of the lookups. Our helper | 24 | + return; |
103 | - * function does the lookup operation for a single 64 bit part of | ||
104 | - * the input. | ||
105 | - */ | ||
106 | - tcg_resl = tcg_temp_new_i64(); | ||
107 | - tcg_resh = NULL; | ||
108 | - | ||
109 | - if (is_tblx) { | ||
110 | - read_vec_element(s, tcg_resl, rd, 0, MO_64); | ||
111 | - } else { | ||
112 | - tcg_gen_movi_i64(tcg_resl, 0); | ||
113 | - } | ||
114 | - | ||
115 | - if (is_q) { | ||
116 | - tcg_resh = tcg_temp_new_i64(); | ||
117 | - if (is_tblx) { | ||
118 | - read_vec_element(s, tcg_resh, rd, 1, MO_64); | ||
119 | - } else { | ||
120 | - tcg_gen_movi_i64(tcg_resh, 0); | ||
121 | - } | ||
122 | - } | ||
123 | - | ||
124 | - tcg_idx = tcg_temp_new_i64(); | ||
125 | - tcg_regno = tcg_const_i32(rn); | ||
126 | - tcg_numregs = tcg_const_i32(len + 1); | ||
127 | - read_vec_element(s, tcg_idx, rm, 0, MO_64); | ||
128 | - gen_helper_simd_tbl(tcg_resl, cpu_env, tcg_resl, tcg_idx, | ||
129 | - tcg_regno, tcg_numregs); | ||
130 | - if (is_q) { | ||
131 | - read_vec_element(s, tcg_idx, rm, 1, MO_64); | ||
132 | - gen_helper_simd_tbl(tcg_resh, cpu_env, tcg_resh, tcg_idx, | ||
133 | - tcg_regno, tcg_numregs); | ||
134 | - } | ||
135 | - tcg_temp_free_i64(tcg_idx); | ||
136 | - tcg_temp_free_i32(tcg_regno); | ||
137 | - tcg_temp_free_i32(tcg_numregs); | ||
138 | - | ||
139 | - write_vec_element(s, tcg_resl, rd, 0, MO_64); | ||
140 | - tcg_temp_free_i64(tcg_resl); | ||
141 | - | ||
142 | - if (is_q) { | ||
143 | - write_vec_element(s, tcg_resh, rd, 1, MO_64); | ||
144 | - tcg_temp_free_i64(tcg_resh); | ||
145 | - } | ||
146 | - clear_vec_high(s, is_q, rd); | ||
147 | + tcg_gen_gvec_2_ptr(vec_full_reg_offset(s, rd), | ||
148 | + vec_full_reg_offset(s, rm), cpu_env, | ||
149 | + is_q ? 16 : 8, vec_full_reg_size(s), | ||
150 | + (len << 6) | (is_tbx << 5) | rn, | ||
151 | + gen_helper_simd_tblx); | ||
152 | } | ||
153 | |||
154 | /* ZIP/UZP/TRN | ||
155 | diff --git a/target/arm/vec_helper.c b/target/arm/vec_helper.c | ||
156 | index XXXXXXX..XXXXXXX 100644 | ||
157 | --- a/target/arm/vec_helper.c | ||
158 | +++ b/target/arm/vec_helper.c | ||
159 | @@ -XXX,XX +XXX,XX @@ DO_VRINT_RMODE(gvec_vrint_rm_h, helper_rinth, uint16_t) | ||
160 | DO_VRINT_RMODE(gvec_vrint_rm_s, helper_rints, uint32_t) | ||
161 | |||
162 | #undef DO_VRINT_RMODE | ||
163 | + | ||
164 | +#ifdef TARGET_AARCH64 | ||
165 | +void HELPER(simd_tblx)(void *vd, void *vm, void *venv, uint32_t desc) | ||
166 | +{ | ||
167 | + const uint8_t *indices = vm; | ||
168 | + CPUARMState *env = venv; | ||
169 | + size_t oprsz = simd_oprsz(desc); | ||
170 | + uint32_t rn = extract32(desc, SIMD_DATA_SHIFT, 5); | ||
171 | + bool is_tbx = extract32(desc, SIMD_DATA_SHIFT + 5, 1); | ||
172 | + uint32_t table_len = desc >> (SIMD_DATA_SHIFT + 6); | ||
173 | + union { | ||
174 | + uint8_t b[16]; | ||
175 | + uint64_t d[2]; | ||
176 | + } result; | ||
177 | + | ||
178 | + /* | ||
179 | + * We must construct the final result in a temp, lest the output | ||
180 | + * overlaps the input table. For TBL, begin with zero; for TBX, | ||
181 | + * begin with the original register contents. Note that we always | ||
182 | + * copy 16 bytes here to avoid an extra branch; clearing the high | ||
183 | + * bits of the register for oprsz == 8 is handled below. | ||
184 | + */ | ||
185 | + if (is_tbx) { | ||
186 | + memcpy(&result, vd, 16); | ||
187 | + } else { | ||
188 | + memset(&result, 0, 16); | ||
189 | + } | 25 | + } |
190 | + | 26 | + |
191 | + for (size_t i = 0; i < oprsz; ++i) { | 27 | gicv3_init_irqs_and_mmio(s, kvm_arm_gicv3_set_irq, NULL); |
192 | + uint32_t index = indices[H1(i)]; | 28 | |
193 | + | 29 | for (i = 0; i < s->num_cpu; i++) { |
194 | + if (index < table_len) { | ||
195 | + /* | ||
196 | + * Convert index (a byte offset into the virtual table | ||
197 | + * which is a series of 128-bit vectors concatenated) | ||
198 | + * into the correct register element, bearing in mind | ||
199 | + * that the table can wrap around from V31 to V0. | ||
200 | + */ | ||
201 | + const uint8_t *table = (const uint8_t *) | ||
202 | + aa64_vfp_qreg(env, (rn + (index >> 4)) % 32); | ||
203 | + result.b[H1(i)] = table[H1(index % 16)]; | ||
204 | + } | ||
205 | + } | ||
206 | + | ||
207 | + memcpy(vd, &result, 16); | ||
208 | + clear_tail(vd, oprsz, simd_maxsz(desc)); | ||
209 | +} | ||
210 | +#endif | ||
211 | -- | 30 | -- |
212 | 2.20.1 | 31 | 2.34.1 |
213 | |||
214 | diff view generated by jsdifflib |
1 | From: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> | 1 | From: Jinjie Ruan <ruanjinjie@huawei.com> |
---|---|---|---|
2 | 2 | ||
3 | Cortex-A53 supports 40bits of address space. sbsa-ref's memory starts | 3 | A SPI, PPI or SGI interrupt can have non-maskable property. So maintain |
4 | above this limit. | 4 | non-maskable property in PendingIrq and GICR/GICD. Since add new device |
5 | state, it also needs to be migrated, so also save NMI info in | ||
6 | vmstate_gicv3_cpu and vmstate_gicv3. | ||
5 | 7 | ||
6 | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> | 8 | Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com> |
7 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 9 | Acked-by: Richard Henderson <richard.henderson@linaro.org> |
8 | Acked-by: Leif Lindholm <leif@nuviainc.com> | 10 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
9 | Message-id: 20210216150122.3830863-2-marcin.juszkiewicz@linaro.org | 11 | Message-id: 20240407081733.3231820-16-ruanjinjie@huawei.com |
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | --- | 13 | --- |
12 | hw/arm/sbsa-ref.c | 1 - | 14 | include/hw/intc/arm_gicv3_common.h | 4 ++++ |
13 | 1 file changed, 1 deletion(-) | 15 | hw/intc/arm_gicv3_common.c | 38 ++++++++++++++++++++++++++++++ |
16 | 2 files changed, 42 insertions(+) | ||
14 | 17 | ||
15 | diff --git a/hw/arm/sbsa-ref.c b/hw/arm/sbsa-ref.c | 18 | diff --git a/include/hw/intc/arm_gicv3_common.h b/include/hw/intc/arm_gicv3_common.h |
16 | index XXXXXXX..XXXXXXX 100644 | 19 | index XXXXXXX..XXXXXXX 100644 |
17 | --- a/hw/arm/sbsa-ref.c | 20 | --- a/include/hw/intc/arm_gicv3_common.h |
18 | +++ b/hw/arm/sbsa-ref.c | 21 | +++ b/include/hw/intc/arm_gicv3_common.h |
19 | @@ -XXX,XX +XXX,XX @@ static const int sbsa_ref_irqmap[] = { | 22 | @@ -XXX,XX +XXX,XX @@ typedef struct { |
23 | int irq; | ||
24 | uint8_t prio; | ||
25 | int grp; | ||
26 | + bool nmi; | ||
27 | } PendingIrq; | ||
28 | |||
29 | struct GICv3CPUState { | ||
30 | @@ -XXX,XX +XXX,XX @@ struct GICv3CPUState { | ||
31 | uint32_t gicr_ienabler0; | ||
32 | uint32_t gicr_ipendr0; | ||
33 | uint32_t gicr_iactiver0; | ||
34 | + uint32_t gicr_inmir0; | ||
35 | uint32_t edge_trigger; /* ICFGR0 and ICFGR1 even bits */ | ||
36 | uint32_t gicr_igrpmodr0; | ||
37 | uint32_t gicr_nsacr; | ||
38 | @@ -XXX,XX +XXX,XX @@ struct GICv3State { | ||
39 | GIC_DECLARE_BITMAP(active); /* GICD_ISACTIVER */ | ||
40 | GIC_DECLARE_BITMAP(level); /* Current level */ | ||
41 | GIC_DECLARE_BITMAP(edge_trigger); /* GICD_ICFGR even bits */ | ||
42 | + GIC_DECLARE_BITMAP(nmi); /* GICD_INMIR */ | ||
43 | uint8_t gicd_ipriority[GICV3_MAXIRQ]; | ||
44 | uint64_t gicd_irouter[GICV3_MAXIRQ]; | ||
45 | /* Cached information: pointer to the cpu i/f for the CPUs specified | ||
46 | @@ -XXX,XX +XXX,XX @@ GICV3_BITMAP_ACCESSORS(pending) | ||
47 | GICV3_BITMAP_ACCESSORS(active) | ||
48 | GICV3_BITMAP_ACCESSORS(level) | ||
49 | GICV3_BITMAP_ACCESSORS(edge_trigger) | ||
50 | +GICV3_BITMAP_ACCESSORS(nmi) | ||
51 | |||
52 | #define TYPE_ARM_GICV3_COMMON "arm-gicv3-common" | ||
53 | typedef struct ARMGICv3CommonClass ARMGICv3CommonClass; | ||
54 | diff --git a/hw/intc/arm_gicv3_common.c b/hw/intc/arm_gicv3_common.c | ||
55 | index XXXXXXX..XXXXXXX 100644 | ||
56 | --- a/hw/intc/arm_gicv3_common.c | ||
57 | +++ b/hw/intc/arm_gicv3_common.c | ||
58 | @@ -XXX,XX +XXX,XX @@ const VMStateDescription vmstate_gicv3_gicv4 = { | ||
59 | } | ||
20 | }; | 60 | }; |
21 | 61 | ||
22 | static const char * const valid_cpus[] = { | 62 | +static bool gicv3_cpu_nmi_needed(void *opaque) |
23 | - ARM_CPU_TYPE_NAME("cortex-a53"), | 63 | +{ |
24 | ARM_CPU_TYPE_NAME("cortex-a57"), | 64 | + GICv3CPUState *cs = opaque; |
25 | ARM_CPU_TYPE_NAME("cortex-a72"), | 65 | + |
66 | + return cs->gic->nmi_support; | ||
67 | +} | ||
68 | + | ||
69 | +static const VMStateDescription vmstate_gicv3_cpu_nmi = { | ||
70 | + .name = "arm_gicv3_cpu/nmi", | ||
71 | + .version_id = 1, | ||
72 | + .minimum_version_id = 1, | ||
73 | + .needed = gicv3_cpu_nmi_needed, | ||
74 | + .fields = (const VMStateField[]) { | ||
75 | + VMSTATE_UINT32(gicr_inmir0, GICv3CPUState), | ||
76 | + VMSTATE_END_OF_LIST() | ||
77 | + } | ||
78 | +}; | ||
79 | + | ||
80 | static const VMStateDescription vmstate_gicv3_cpu = { | ||
81 | .name = "arm_gicv3_cpu", | ||
82 | .version_id = 1, | ||
83 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_gicv3_cpu = { | ||
84 | &vmstate_gicv3_cpu_virt, | ||
85 | &vmstate_gicv3_cpu_sre_el1, | ||
86 | &vmstate_gicv3_gicv4, | ||
87 | + &vmstate_gicv3_cpu_nmi, | ||
88 | NULL | ||
89 | } | ||
90 | }; | ||
91 | @@ -XXX,XX +XXX,XX @@ const VMStateDescription vmstate_gicv3_gicd_no_migration_shift_bug = { | ||
92 | } | ||
93 | }; | ||
94 | |||
95 | +static bool gicv3_nmi_needed(void *opaque) | ||
96 | +{ | ||
97 | + GICv3State *cs = opaque; | ||
98 | + | ||
99 | + return cs->nmi_support; | ||
100 | +} | ||
101 | + | ||
102 | +const VMStateDescription vmstate_gicv3_gicd_nmi = { | ||
103 | + .name = "arm_gicv3/gicd_nmi", | ||
104 | + .version_id = 1, | ||
105 | + .minimum_version_id = 1, | ||
106 | + .needed = gicv3_nmi_needed, | ||
107 | + .fields = (const VMStateField[]) { | ||
108 | + VMSTATE_UINT32_ARRAY(nmi, GICv3State, GICV3_BMP_SIZE), | ||
109 | + VMSTATE_END_OF_LIST() | ||
110 | + } | ||
111 | +}; | ||
112 | + | ||
113 | static const VMStateDescription vmstate_gicv3 = { | ||
114 | .name = "arm_gicv3", | ||
115 | .version_id = 1, | ||
116 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_gicv3 = { | ||
117 | }, | ||
118 | .subsections = (const VMStateDescription * const []) { | ||
119 | &vmstate_gicv3_gicd_no_migration_shift_bug, | ||
120 | + &vmstate_gicv3_gicd_nmi, | ||
121 | NULL | ||
122 | } | ||
26 | }; | 123 | }; |
27 | -- | 124 | -- |
28 | 2.20.1 | 125 | 2.34.1 |
29 | |||
30 | diff view generated by jsdifflib |
1 | The AN524 has a PL031 RTC, which we have a model of; provide it | 1 | From: Jinjie Ruan <ruanjinjie@huawei.com> |
---|---|---|---|
2 | rather than an unimplemented-device stub. | ||
3 | 2 | ||
3 | Add GICR_INMIR0 register and support access GICR_INMIR0. | ||
4 | |||
5 | Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com> | ||
6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
8 | Message-id: 20240407081733.3231820-17-ruanjinjie@huawei.com | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
5 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
7 | Message-id: 20210215115138.20465-23-peter.maydell@linaro.org | ||
8 | --- | 10 | --- |
9 | hw/arm/mps2-tz.c | 22 ++++++++++++++++++++-- | 11 | hw/intc/gicv3_internal.h | 1 + |
10 | 1 file changed, 20 insertions(+), 2 deletions(-) | 12 | hw/intc/arm_gicv3_redist.c | 19 +++++++++++++++++++ |
13 | 2 files changed, 20 insertions(+) | ||
11 | 14 | ||
12 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c | 15 | diff --git a/hw/intc/gicv3_internal.h b/hw/intc/gicv3_internal.h |
13 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
14 | --- a/hw/arm/mps2-tz.c | 17 | --- a/hw/intc/gicv3_internal.h |
15 | +++ b/hw/arm/mps2-tz.c | 18 | +++ b/hw/intc/gicv3_internal.h |
16 | @@ -XXX,XX +XXX,XX @@ | 19 | @@ -XXX,XX +XXX,XX @@ |
17 | #include "hw/misc/tz-msc.h" | 20 | #define GICR_ICFGR1 (GICR_SGI_OFFSET + 0x0C04) |
18 | #include "hw/arm/armsse.h" | 21 | #define GICR_IGRPMODR0 (GICR_SGI_OFFSET + 0x0D00) |
19 | #include "hw/dma/pl080.h" | 22 | #define GICR_NSACR (GICR_SGI_OFFSET + 0x0E00) |
20 | +#include "hw/rtc/pl031.h" | 23 | +#define GICR_INMIR0 (GICR_SGI_OFFSET + 0x0F80) |
21 | #include "hw/ssi/pl022.h" | 24 | |
22 | #include "hw/i2c/arm_sbcon_i2c.h" | 25 | /* VLPI redistributor registers, offsets from VLPI_base */ |
23 | #include "hw/net/lan9118.h" | 26 | #define GICR_VPROPBASER (GICR_VLPI_OFFSET + 0x70) |
24 | @@ -XXX,XX +XXX,XX @@ struct MPS2TZMachineState { | 27 | diff --git a/hw/intc/arm_gicv3_redist.c b/hw/intc/arm_gicv3_redist.c |
25 | UnimplementedDeviceState gpio[4]; | 28 | index XXXXXXX..XXXXXXX 100644 |
26 | UnimplementedDeviceState gfx; | 29 | --- a/hw/intc/arm_gicv3_redist.c |
27 | UnimplementedDeviceState cldc; | 30 | +++ b/hw/intc/arm_gicv3_redist.c |
28 | - UnimplementedDeviceState rtc; | 31 | @@ -XXX,XX +XXX,XX @@ static int gicr_ns_access(GICv3CPUState *cs, int irq) |
29 | UnimplementedDeviceState usb; | 32 | return extract32(cs->gicr_nsacr, irq * 2, 2); |
30 | + PL031State rtc; | ||
31 | PL080State dma[4]; | ||
32 | TZMSC msc[4]; | ||
33 | CMSDKAPBUART uart[6]; | ||
34 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_i2c(MPS2TZMachineState *mms, void *opaque, | ||
35 | return sysbus_mmio_get_region(s, 0); | ||
36 | } | 33 | } |
37 | 34 | ||
38 | +static MemoryRegion *make_rtc(MPS2TZMachineState *mms, void *opaque, | 35 | +static void gicr_write_bitmap_reg(GICv3CPUState *cs, MemTxAttrs attrs, |
39 | + const char *name, hwaddr size, | 36 | + uint32_t *reg, uint32_t val) |
40 | + const int *irqs) | ||
41 | +{ | 37 | +{ |
42 | + PL031State *pl031 = opaque; | 38 | + /* Helper routine to implement writing to a "set" register */ |
43 | + SysBusDevice *s; | 39 | + val &= mask_group(cs, attrs); |
44 | + | 40 | + *reg = val; |
45 | + object_initialize_child(OBJECT(mms), name, pl031, TYPE_PL031); | 41 | + gicv3_redist_update(cs); |
46 | + s = SYS_BUS_DEVICE(pl031); | ||
47 | + sysbus_realize(s, &error_fatal); | ||
48 | + /* | ||
49 | + * The board docs don't give an IRQ number for the PL031, so | ||
50 | + * presumably it is not connected. | ||
51 | + */ | ||
52 | + return sysbus_mmio_get_region(s, 0); | ||
53 | +} | 42 | +} |
54 | + | 43 | + |
55 | static void create_non_mpc_ram(MPS2TZMachineState *mms) | 44 | static void gicr_write_set_bitmap_reg(GICv3CPUState *cs, MemTxAttrs attrs, |
45 | uint32_t *reg, uint32_t val) | ||
56 | { | 46 | { |
57 | /* | 47 | @@ -XXX,XX +XXX,XX @@ static MemTxResult gicr_readl(GICv3CPUState *cs, hwaddr offset, |
58 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) | 48 | *data = value; |
59 | 49 | return MEMTX_OK; | |
60 | { /* port 9 reserved */ }, | 50 | } |
61 | { "clcd", make_unimp_dev, &mms->cldc, 0x4130a000, 0x1000 }, | 51 | + case GICR_INMIR0: |
62 | - { "rtc", make_unimp_dev, &mms->rtc, 0x4130b000, 0x1000 }, | 52 | + *data = cs->gic->nmi_support ? |
63 | + { "rtc", make_rtc, &mms->rtc, 0x4130b000, 0x1000 }, | 53 | + gicr_read_bitmap_reg(cs, attrs, cs->gicr_inmir0) : 0; |
64 | }, | 54 | + return MEMTX_OK; |
65 | }, { | 55 | case GICR_ICFGR0: |
66 | .name = "ahb_ppcexp0", | 56 | case GICR_ICFGR1: |
57 | { | ||
58 | @@ -XXX,XX +XXX,XX @@ static MemTxResult gicr_writel(GICv3CPUState *cs, hwaddr offset, | ||
59 | gicv3_redist_update(cs); | ||
60 | return MEMTX_OK; | ||
61 | } | ||
62 | + case GICR_INMIR0: | ||
63 | + if (cs->gic->nmi_support) { | ||
64 | + gicr_write_bitmap_reg(cs, attrs, &cs->gicr_inmir0, value); | ||
65 | + } | ||
66 | + return MEMTX_OK; | ||
67 | + | ||
68 | case GICR_ICFGR0: | ||
69 | /* Register is all RAZ/WI or RAO/WI bits */ | ||
70 | return MEMTX_OK; | ||
67 | -- | 71 | -- |
68 | 2.20.1 | 72 | 2.34.1 |
69 | |||
70 | diff view generated by jsdifflib |
1 | The AN524 has a USB controller (an ISP1763); we don't have a model of | 1 | From: Jinjie Ruan <ruanjinjie@huawei.com> |
---|---|---|---|
2 | it but we should provide a stub "unimplemented-device" for it. This | ||
3 | is slightly complicated because the USB controller shares a PPC port | ||
4 | with the ethernet controller. | ||
5 | 2 | ||
6 | Implement a make_* function which provides creates a container | 3 | Add GICD_INMIR, GICD_INMIRnE register and support access GICD_INMIR0. |
7 | MemoryRegion with both the ethernet controller and an | ||
8 | unimplemented-device stub for the USB controller. | ||
9 | 4 | ||
5 | Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com> | ||
6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
8 | Message-id: 20240407081733.3231820-18-ruanjinjie@huawei.com | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
12 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
13 | Message-id: 20210215115138.20465-22-peter.maydell@linaro.org | ||
14 | --- | 10 | --- |
15 | hw/arm/mps2-tz.c | 48 +++++++++++++++++++++++++++++++++++++++++++++++- | 11 | hw/intc/gicv3_internal.h | 2 ++ |
16 | 1 file changed, 47 insertions(+), 1 deletion(-) | 12 | hw/intc/arm_gicv3_dist.c | 34 ++++++++++++++++++++++++++++++++++ |
13 | 2 files changed, 36 insertions(+) | ||
17 | 14 | ||
18 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c | 15 | diff --git a/hw/intc/gicv3_internal.h b/hw/intc/gicv3_internal.h |
19 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
20 | --- a/hw/arm/mps2-tz.c | 17 | --- a/hw/intc/gicv3_internal.h |
21 | +++ b/hw/arm/mps2-tz.c | 18 | +++ b/hw/intc/gicv3_internal.h |
22 | @@ -XXX,XX +XXX,XX @@ struct MPS2TZMachineState { | 19 | @@ -XXX,XX +XXX,XX @@ |
23 | 20 | #define GICD_SGIR 0x0F00 | |
24 | ARMSSE iotkit; | 21 | #define GICD_CPENDSGIR 0x0F10 |
25 | MemoryRegion ram[MPS2TZ_RAM_MAX]; | 22 | #define GICD_SPENDSGIR 0x0F20 |
26 | + MemoryRegion eth_usb_container; | 23 | +#define GICD_INMIR 0x0F80 |
27 | + | 24 | +#define GICD_INMIRnE 0x3B00 |
28 | MPS2SCC scc; | 25 | #define GICD_IROUTER 0x6000 |
29 | MPS2FPGAIO fpgaio; | 26 | #define GICD_IDREGS 0xFFD0 |
30 | TZPPC ppc[5]; | 27 | |
31 | @@ -XXX,XX +XXX,XX @@ struct MPS2TZMachineState { | 28 | diff --git a/hw/intc/arm_gicv3_dist.c b/hw/intc/arm_gicv3_dist.c |
32 | UnimplementedDeviceState gfx; | 29 | index XXXXXXX..XXXXXXX 100644 |
33 | UnimplementedDeviceState cldc; | 30 | --- a/hw/intc/arm_gicv3_dist.c |
34 | UnimplementedDeviceState rtc; | 31 | +++ b/hw/intc/arm_gicv3_dist.c |
35 | + UnimplementedDeviceState usb; | 32 | @@ -XXX,XX +XXX,XX @@ static int gicd_ns_access(GICv3State *s, int irq) |
36 | PL080State dma[4]; | 33 | return extract32(s->gicd_nsacr[irq / 16], (irq % 16) * 2, 2); |
37 | TZMSC msc[4]; | ||
38 | CMSDKAPBUART uart[6]; | ||
39 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_eth_dev(MPS2TZMachineState *mms, void *opaque, | ||
40 | return sysbus_mmio_get_region(s, 0); | ||
41 | } | 34 | } |
42 | 35 | ||
43 | +static MemoryRegion *make_eth_usb(MPS2TZMachineState *mms, void *opaque, | 36 | +static void gicd_write_bitmap_reg(GICv3State *s, MemTxAttrs attrs, |
44 | + const char *name, hwaddr size, | 37 | + uint32_t *bmp, maskfn *maskfn, |
45 | + const int *irqs) | 38 | + int offset, uint32_t val) |
46 | +{ | 39 | +{ |
47 | + /* | 40 | + /* |
48 | + * The AN524 makes the ethernet and USB share a PPC port. | 41 | + * Helper routine to implement writing to a "set" register |
49 | + * irqs[] is the ethernet IRQ. | 42 | + * (GICD_INMIR, etc). |
43 | + * Semantics implemented here: | ||
44 | + * RAZ/WI for SGIs, PPIs, unimplemented IRQs | ||
45 | + * Bits corresponding to Group 0 or Secure Group 1 interrupts RAZ/WI. | ||
46 | + * offset should be the offset in bytes of the register from the start | ||
47 | + * of its group. | ||
50 | + */ | 48 | + */ |
51 | + SysBusDevice *s; | 49 | + int irq = offset * 8; |
52 | + NICInfo *nd = &nd_table[0]; | ||
53 | + | 50 | + |
54 | + memory_region_init(&mms->eth_usb_container, OBJECT(mms), | 51 | + if (irq < GIC_INTERNAL || irq >= s->num_irq) { |
55 | + "mps2-tz-eth-usb-container", 0x200000); | 52 | + return; |
56 | + | 53 | + } |
57 | + /* | 54 | + val &= mask_group_and_nsacr(s, attrs, maskfn, irq); |
58 | + * In hardware this is a LAN9220; the LAN9118 is software compatible | 55 | + *gic_bmp_ptr32(bmp, irq) = val; |
59 | + * except that it doesn't support the checksum-offload feature. | 56 | + gicv3_update(s, irq, 32); |
60 | + */ | ||
61 | + qemu_check_nic_model(nd, "lan9118"); | ||
62 | + mms->lan9118 = qdev_new(TYPE_LAN9118); | ||
63 | + qdev_set_nic_properties(mms->lan9118, nd); | ||
64 | + | ||
65 | + s = SYS_BUS_DEVICE(mms->lan9118); | ||
66 | + sysbus_realize_and_unref(s, &error_fatal); | ||
67 | + sysbus_connect_irq(s, 0, get_sse_irq_in(mms, irqs[0])); | ||
68 | + | ||
69 | + memory_region_add_subregion(&mms->eth_usb_container, | ||
70 | + 0, sysbus_mmio_get_region(s, 0)); | ||
71 | + | ||
72 | + /* The USB OTG controller is an ISP1763; we don't have a model of it. */ | ||
73 | + object_initialize_child(OBJECT(mms), "usb-otg", | ||
74 | + &mms->usb, TYPE_UNIMPLEMENTED_DEVICE); | ||
75 | + qdev_prop_set_string(DEVICE(&mms->usb), "name", "usb-otg"); | ||
76 | + qdev_prop_set_uint64(DEVICE(&mms->usb), "size", 0x100000); | ||
77 | + s = SYS_BUS_DEVICE(&mms->usb); | ||
78 | + sysbus_realize(s, &error_fatal); | ||
79 | + | ||
80 | + memory_region_add_subregion(&mms->eth_usb_container, | ||
81 | + 0x100000, sysbus_mmio_get_region(s, 0)); | ||
82 | + | ||
83 | + return &mms->eth_usb_container; | ||
84 | +} | 57 | +} |
85 | + | 58 | + |
86 | static MemoryRegion *make_mpc(MPS2TZMachineState *mms, void *opaque, | 59 | static void gicd_write_set_bitmap_reg(GICv3State *s, MemTxAttrs attrs, |
87 | const char *name, hwaddr size, | 60 | uint32_t *bmp, |
88 | const int *irqs) | 61 | maskfn *maskfn, |
89 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) | 62 | @@ -XXX,XX +XXX,XX @@ static bool gicd_readl(GICv3State *s, hwaddr offset, |
90 | { "gpio1", make_unimp_dev, &mms->gpio[1], 0x41101000, 0x1000 }, | 63 | /* RAZ/WI since affinity routing is always enabled */ |
91 | { "gpio2", make_unimp_dev, &mms->gpio[2], 0x41102000, 0x1000 }, | 64 | *data = 0; |
92 | { "gpio3", make_unimp_dev, &mms->gpio[3], 0x41103000, 0x1000 }, | 65 | return true; |
93 | - { "eth", make_eth_dev, NULL, 0x41400000, 0x100000, { 48 } }, | 66 | + case GICD_INMIR ... GICD_INMIR + 0x7f: |
94 | + { "eth-usb", make_eth_usb, NULL, 0x41400000, 0x200000, { 48 } }, | 67 | + *data = (!s->nmi_support) ? 0 : |
95 | }, | 68 | + gicd_read_bitmap_reg(s, attrs, s->nmi, NULL, |
96 | }, | 69 | + offset - GICD_INMIR); |
97 | }; | 70 | + return true; |
71 | case GICD_IROUTER ... GICD_IROUTER + 0x1fdf: | ||
72 | { | ||
73 | uint64_t r; | ||
74 | @@ -XXX,XX +XXX,XX @@ static bool gicd_writel(GICv3State *s, hwaddr offset, | ||
75 | case GICD_SPENDSGIR ... GICD_SPENDSGIR + 0xf: | ||
76 | /* RAZ/WI since affinity routing is always enabled */ | ||
77 | return true; | ||
78 | + case GICD_INMIR ... GICD_INMIR + 0x7f: | ||
79 | + if (s->nmi_support) { | ||
80 | + gicd_write_bitmap_reg(s, attrs, s->nmi, NULL, | ||
81 | + offset - GICD_INMIR, value); | ||
82 | + } | ||
83 | + return true; | ||
84 | case GICD_IROUTER ... GICD_IROUTER + 0x1fdf: | ||
85 | { | ||
86 | uint64_t r; | ||
98 | -- | 87 | -- |
99 | 2.20.1 | 88 | 2.34.1 |
100 | |||
101 | diff view generated by jsdifflib |
1 | Add support for the mps3-an524 board; this is an SSE-200 based FPGA | 1 | Add the NMIAR CPU interface registers which deal with acknowledging NMI. |
---|---|---|---|
2 | image, like the existing mps2-an521. It has a usefully larger amount | ||
3 | of RAM, and a PL031 RTC, as well as some more minor differences. | ||
4 | 2 | ||
5 | In real hardware this image runs on a newer generation of the FPGA | 3 | When introduce NMI interrupt, there are some updates to the semantics for the |
6 | board, the MPS3 rather than the older MPS2. Architecturally the two | 4 | register ICC_IAR1_EL1 and ICC_HPPIR1_EL1. For ICC_IAR1_EL1 register, it |
7 | boards are similar, so we implement the MPS3 boards in the mps2-tz.c | 5 | should return 1022 if the intid has non-maskable property. And for |
8 | file as variations of the existing MPS2 boards. | 6 | ICC_NMIAR1_EL1 register, it should return 1023 if the intid do not have |
7 | non-maskable property. Howerever, these are not necessary for ICC_HPPIR1_EL1 | ||
8 | register. | ||
9 | 9 | ||
10 | And the APR and RPR has NMI bits which should be handled correctly. | ||
11 | |||
12 | Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com> | ||
13 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
14 | [PMM: Separate out whether cpuif supports NMI from whether the | ||
15 | GIC proper (IRI) supports NMI] | ||
16 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
17 | Message-id: 20240407081733.3231820-19-ruanjinjie@huawei.com | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 18 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
12 | Message-id: 20210215115138.20465-21-peter.maydell@linaro.org | ||
13 | --- | 19 | --- |
14 | hw/arm/mps2-tz.c | 139 +++++++++++++++++++++++++++++++++++++++++++++-- | 20 | hw/intc/gicv3_internal.h | 5 + |
15 | 1 file changed, 135 insertions(+), 4 deletions(-) | 21 | include/hw/intc/arm_gicv3_common.h | 7 ++ |
22 | hw/intc/arm_gicv3_cpuif.c | 147 ++++++++++++++++++++++++++++- | ||
23 | hw/intc/trace-events | 1 + | ||
24 | 4 files changed, 155 insertions(+), 5 deletions(-) | ||
16 | 25 | ||
17 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c | 26 | diff --git a/hw/intc/gicv3_internal.h b/hw/intc/gicv3_internal.h |
18 | index XXXXXXX..XXXXXXX 100644 | 27 | index XXXXXXX..XXXXXXX 100644 |
19 | --- a/hw/arm/mps2-tz.c | 28 | --- a/hw/intc/gicv3_internal.h |
20 | +++ b/hw/arm/mps2-tz.c | 29 | +++ b/hw/intc/gicv3_internal.h |
30 | @@ -XXX,XX +XXX,XX @@ FIELD(GICR_VPENDBASER, VALID, 63, 1) | ||
31 | #define ICC_CTLR_EL3_A3V (1U << 15) | ||
32 | #define ICC_CTLR_EL3_NDS (1U << 17) | ||
33 | |||
34 | +#define ICC_AP1R_EL1_NMI (1ULL << 63) | ||
35 | +#define ICC_RPR_EL1_NSNMI (1ULL << 62) | ||
36 | +#define ICC_RPR_EL1_NMI (1ULL << 63) | ||
37 | + | ||
38 | #define ICH_VMCR_EL2_VENG0_SHIFT 0 | ||
39 | #define ICH_VMCR_EL2_VENG0 (1U << ICH_VMCR_EL2_VENG0_SHIFT) | ||
40 | #define ICH_VMCR_EL2_VENG1_SHIFT 1 | ||
41 | @@ -XXX,XX +XXX,XX @@ FIELD(VTE, RDBASE, 42, RDBASE_PROCNUM_LENGTH) | ||
42 | /* Special interrupt IDs */ | ||
43 | #define INTID_SECURE 1020 | ||
44 | #define INTID_NONSECURE 1021 | ||
45 | +#define INTID_NMI 1022 | ||
46 | #define INTID_SPURIOUS 1023 | ||
47 | |||
48 | /* Functions internal to the emulated GICv3 */ | ||
49 | diff --git a/include/hw/intc/arm_gicv3_common.h b/include/hw/intc/arm_gicv3_common.h | ||
50 | index XXXXXXX..XXXXXXX 100644 | ||
51 | --- a/include/hw/intc/arm_gicv3_common.h | ||
52 | +++ b/include/hw/intc/arm_gicv3_common.h | ||
53 | @@ -XXX,XX +XXX,XX @@ struct GICv3CPUState { | ||
54 | |||
55 | /* This is temporary working state, to avoid a malloc in gicv3_update() */ | ||
56 | bool seenbetter; | ||
57 | + | ||
58 | + /* | ||
59 | + * Whether the CPU interface has NMI support (FEAT_GICv3_NMI). The | ||
60 | + * CPU interface may support NMIs even when the GIC proper (what the | ||
61 | + * spec calls the IRI; the redistributors and distributor) does not. | ||
62 | + */ | ||
63 | + bool nmi_support; | ||
64 | }; | ||
65 | |||
66 | /* | ||
67 | diff --git a/hw/intc/arm_gicv3_cpuif.c b/hw/intc/arm_gicv3_cpuif.c | ||
68 | index XXXXXXX..XXXXXXX 100644 | ||
69 | --- a/hw/intc/arm_gicv3_cpuif.c | ||
70 | +++ b/hw/intc/arm_gicv3_cpuif.c | ||
21 | @@ -XXX,XX +XXX,XX @@ | 71 | @@ -XXX,XX +XXX,XX @@ |
22 | * This source file covers the following FPGA images, for TrustZone cores: | 72 | #include "hw/irq.h" |
23 | * "mps2-an505" -- Cortex-M33 as documented in ARM Application Note AN505 | 73 | #include "cpu.h" |
24 | * "mps2-an521" -- Dual Cortex-M33 as documented in Application Note AN521 | 74 | #include "target/arm/cpregs.h" |
25 | + * "mps2-an524" -- Dual Cortex-M33 as documented in Application Note AN524 | 75 | +#include "target/arm/cpu-features.h" |
26 | * | 76 | #include "sysemu/tcg.h" |
27 | * Links to the TRM for the board itself and to the various Application | 77 | #include "sysemu/qtest.h" |
28 | * Notes which document the FPGA images can be found here: | 78 | |
29 | @@ -XXX,XX +XXX,XX @@ | 79 | @@ -XXX,XX +XXX,XX @@ static uint64_t icv_iar_read(CPUARMState *env, const ARMCPRegInfo *ri) |
30 | * http://infocenter.arm.com/help/topic/com.arm.doc.dai0505b/index.html | 80 | return intid; |
31 | * Application Note AN521: | 81 | } |
32 | * http://infocenter.arm.com/help/topic/com.arm.doc.dai0521c/index.html | 82 | |
33 | + * Application Note AN524: | 83 | +static uint64_t icv_nmiar1_read(CPUARMState *env, const ARMCPRegInfo *ri) |
34 | + * https://developer.arm.com/documentation/dai0524/latest/ | 84 | +{ |
35 | * | 85 | + /* todo */ |
36 | * The AN505 defers to the Cortex-M33 processor ARMv8M IoT Kit FVP User Guide | 86 | + uint64_t intid = INTID_SPURIOUS; |
37 | * (ARM ECM0601256) for the details of some of the device layout: | 87 | + return intid; |
38 | * http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ecm0601256/index.html | 88 | +} |
39 | - * Similarly, the AN521 uses the SSE-200, and the SSE-200 TRM defines | 89 | + |
40 | + * Similarly, the AN521 and AN524 use the SSE-200, and the SSE-200 TRM defines | 90 | static uint32_t icc_fullprio_mask(GICv3CPUState *cs) |
41 | * most of the device layout: | 91 | { |
42 | * http://infocenter.arm.com/help/topic/com.arm.doc.101104_0100_00_en/corelink_sse200_subsystem_for_embedded_technical_reference_manual_101104_0100_00_en.pdf | 92 | /* |
43 | * | 93 | @@ -XXX,XX +XXX,XX @@ static int icc_highest_active_prio(GICv3CPUState *cs) |
44 | @@ -XXX,XX +XXX,XX @@ | 94 | */ |
45 | #include "hw/qdev-clock.h" | 95 | int i; |
46 | #include "qom/object.h" | 96 | |
47 | 97 | + if (cs->nmi_support) { | |
48 | -#define MPS2TZ_NUMIRQ_MAX 92 | 98 | + /* |
49 | +#define MPS2TZ_NUMIRQ_MAX 95 | 99 | + * If an NMI is active this takes precedence over anything else |
50 | #define MPS2TZ_RAM_MAX 4 | 100 | + * for priority purposes; the NMI bit is only in the AP1R0 bit. |
51 | 101 | + * We return here the effective priority of the NMI, which is | |
52 | typedef enum MPS2TZFPGAType { | 102 | + * either 0x0 or 0x80. Callers will need to check NMI again for |
53 | FPGA_AN505, | 103 | + * purposes of either setting the RPR register bits or for |
54 | FPGA_AN521, | 104 | + * prioritization of NMI vs non-NMI. |
55 | + FPGA_AN524, | 105 | + */ |
56 | } MPS2TZFPGAType; | 106 | + if (cs->icc_apr[GICV3_G1][0] & ICC_AP1R_EL1_NMI) { |
57 | 107 | + return 0; | |
58 | /* | 108 | + } |
59 | @@ -XXX,XX +XXX,XX @@ struct MPS2TZMachineState { | 109 | + if (cs->icc_apr[GICV3_G1NS][0] & ICC_AP1R_EL1_NMI) { |
60 | TZPPC ppc[5]; | 110 | + return (cs->gic->gicd_ctlr & GICD_CTLR_DS) ? 0 : 0x80; |
61 | TZMPC mpc[3]; | 111 | + } |
62 | PL022State spi[5]; | 112 | + } |
63 | - ArmSbconI2CState i2c[4]; | 113 | + |
64 | + ArmSbconI2CState i2c[5]; | 114 | for (i = 0; i < icc_num_aprs(cs); i++) { |
65 | UnimplementedDeviceState i2s_audio; | 115 | uint32_t apr = cs->icc_apr[GICV3_G0][i] | |
66 | UnimplementedDeviceState gpio[4]; | 116 | cs->icc_apr[GICV3_G1][i] | cs->icc_apr[GICV3_G1NS][i]; |
67 | UnimplementedDeviceState gfx; | 117 | @@ -XXX,XX +XXX,XX @@ static bool icc_hppi_can_preempt(GICv3CPUState *cs) |
68 | + UnimplementedDeviceState cldc; | 118 | */ |
69 | + UnimplementedDeviceState rtc; | 119 | int rprio; |
70 | PL080State dma[4]; | 120 | uint32_t mask; |
71 | TZMSC msc[4]; | 121 | + ARMCPU *cpu = ARM_CPU(cs->cpu); |
72 | - CMSDKAPBUART uart[5]; | 122 | + CPUARMState *env = &cpu->env; |
73 | + CMSDKAPBUART uart[6]; | 123 | |
74 | SplitIRQ sec_resp_splitter; | 124 | if (icc_no_enabled_hppi(cs)) { |
75 | qemu_or_irq uart_irq_orgate; | 125 | return false; |
76 | DeviceState *lan9118; | 126 | } |
77 | @@ -XXX,XX +XXX,XX @@ struct MPS2TZMachineState { | 127 | |
78 | #define TYPE_MPS2TZ_MACHINE "mps2tz" | 128 | - if (cs->hppi.prio >= cs->icc_pmr_el1) { |
79 | #define TYPE_MPS2TZ_AN505_MACHINE MACHINE_TYPE_NAME("mps2-an505") | 129 | + if (cs->hppi.nmi) { |
80 | #define TYPE_MPS2TZ_AN521_MACHINE MACHINE_TYPE_NAME("mps2-an521") | 130 | + if (!(cs->gic->gicd_ctlr & GICD_CTLR_DS) && |
81 | +#define TYPE_MPS3TZ_AN524_MACHINE MACHINE_TYPE_NAME("mps3-an524") | 131 | + cs->hppi.grp == GICV3_G1NS) { |
82 | 132 | + if (cs->icc_pmr_el1 < 0x80) { | |
83 | OBJECT_DECLARE_TYPE(MPS2TZMachineState, MPS2TZMachineClass, MPS2TZ_MACHINE) | 133 | + return false; |
84 | 134 | + } | |
85 | @@ -XXX,XX +XXX,XX @@ static const uint32_t an505_oscclk[] = { | 135 | + if (arm_is_secure(env) && cs->icc_pmr_el1 == 0x80) { |
86 | 25000000, | 136 | + return false; |
87 | }; | 137 | + } |
88 | 138 | + } | |
89 | +static const uint32_t an524_oscclk[] = { | 139 | + } else if (cs->hppi.prio >= cs->icc_pmr_el1) { |
90 | + 24000000, | 140 | /* Priority mask masks this interrupt */ |
91 | + 32000000, | 141 | return false; |
92 | + 50000000, | 142 | } |
93 | + 50000000, | 143 | @@ -XXX,XX +XXX,XX @@ static bool icc_hppi_can_preempt(GICv3CPUState *cs) |
94 | + 24576000, | 144 | return true; |
95 | + 23750000, | 145 | } |
96 | +}; | 146 | |
97 | + | 147 | + if (cs->hppi.nmi && (cs->hppi.prio & mask) == (rprio & mask)) { |
98 | static const RAMInfo an505_raminfo[] = { { | 148 | + if (!(cs->icc_apr[cs->hppi.grp][0] & ICC_AP1R_EL1_NMI)) { |
99 | .name = "ssram-0", | 149 | + return true; |
100 | .base = 0x00000000, | 150 | + } |
101 | @@ -XXX,XX +XXX,XX @@ static const RAMInfo an505_raminfo[] = { { | 151 | + } |
152 | + | ||
153 | return false; | ||
154 | } | ||
155 | |||
156 | @@ -XXX,XX +XXX,XX @@ static void icc_activate_irq(GICv3CPUState *cs, int irq) | ||
157 | int aprbit = prio >> (8 - cs->prebits); | ||
158 | int regno = aprbit / 32; | ||
159 | int regbit = aprbit % 32; | ||
160 | + bool nmi = cs->hppi.nmi; | ||
161 | |||
162 | - cs->icc_apr[cs->hppi.grp][regno] |= (1 << regbit); | ||
163 | + if (nmi) { | ||
164 | + cs->icc_apr[cs->hppi.grp][regno] |= ICC_AP1R_EL1_NMI; | ||
165 | + } else { | ||
166 | + cs->icc_apr[cs->hppi.grp][regno] |= (1 << regbit); | ||
167 | + } | ||
168 | |||
169 | if (irq < GIC_INTERNAL) { | ||
170 | cs->gicr_iactiver0 = deposit32(cs->gicr_iactiver0, irq, 1, 1); | ||
171 | @@ -XXX,XX +XXX,XX @@ static uint64_t icc_iar0_read(CPUARMState *env, const ARMCPRegInfo *ri) | ||
172 | static uint64_t icc_iar1_read(CPUARMState *env, const ARMCPRegInfo *ri) | ||
173 | { | ||
174 | GICv3CPUState *cs = icc_cs_from_env(env); | ||
175 | + int el = arm_current_el(env); | ||
176 | uint64_t intid; | ||
177 | |||
178 | if (icv_access(env, HCR_IMO)) { | ||
179 | @@ -XXX,XX +XXX,XX @@ static uint64_t icc_iar1_read(CPUARMState *env, const ARMCPRegInfo *ri) | ||
180 | } | ||
181 | |||
182 | if (!gicv3_intid_is_special(intid)) { | ||
183 | - icc_activate_irq(cs, intid); | ||
184 | + if (cs->hppi.nmi && env->cp15.sctlr_el[el] & SCTLR_NMI) { | ||
185 | + intid = INTID_NMI; | ||
186 | + } else { | ||
187 | + icc_activate_irq(cs, intid); | ||
188 | + } | ||
189 | } | ||
190 | |||
191 | trace_gicv3_icc_iar1_read(gicv3_redist_affid(cs), intid); | ||
192 | return intid; | ||
193 | } | ||
194 | |||
195 | +static uint64_t icc_nmiar1_read(CPUARMState *env, const ARMCPRegInfo *ri) | ||
196 | +{ | ||
197 | + GICv3CPUState *cs = icc_cs_from_env(env); | ||
198 | + uint64_t intid; | ||
199 | + | ||
200 | + if (icv_access(env, HCR_IMO)) { | ||
201 | + return icv_nmiar1_read(env, ri); | ||
202 | + } | ||
203 | + | ||
204 | + if (!icc_hppi_can_preempt(cs)) { | ||
205 | + intid = INTID_SPURIOUS; | ||
206 | + } else { | ||
207 | + intid = icc_hppir1_value(cs, env); | ||
208 | + } | ||
209 | + | ||
210 | + if (!gicv3_intid_is_special(intid)) { | ||
211 | + if (!cs->hppi.nmi) { | ||
212 | + intid = INTID_SPURIOUS; | ||
213 | + } else { | ||
214 | + icc_activate_irq(cs, intid); | ||
215 | + } | ||
216 | + } | ||
217 | + | ||
218 | + trace_gicv3_icc_nmiar1_read(gicv3_redist_affid(cs), intid); | ||
219 | + return intid; | ||
220 | +} | ||
221 | + | ||
222 | static void icc_drop_prio(GICv3CPUState *cs, int grp) | ||
223 | { | ||
224 | /* Drop the priority of the currently active interrupt in | ||
225 | @@ -XXX,XX +XXX,XX @@ static void icc_drop_prio(GICv3CPUState *cs, int grp) | ||
226 | if (!*papr) { | ||
227 | continue; | ||
228 | } | ||
229 | + | ||
230 | + if (i == 0 && cs->nmi_support && (*papr & ICC_AP1R_EL1_NMI)) { | ||
231 | + *papr &= (~ICC_AP1R_EL1_NMI); | ||
232 | + break; | ||
233 | + } | ||
234 | + | ||
235 | /* Clear the lowest set bit */ | ||
236 | *papr &= *papr - 1; | ||
237 | break; | ||
238 | @@ -XXX,XX +XXX,XX @@ static int icc_highest_active_group(GICv3CPUState *cs) | ||
239 | */ | ||
240 | int i; | ||
241 | |||
242 | + if (cs->nmi_support) { | ||
243 | + if (cs->icc_apr[GICV3_G1][0] & ICC_AP1R_EL1_NMI) { | ||
244 | + return GICV3_G1; | ||
245 | + } | ||
246 | + if (cs->icc_apr[GICV3_G1NS][0] & ICC_AP1R_EL1_NMI) { | ||
247 | + return GICV3_G1NS; | ||
248 | + } | ||
249 | + } | ||
250 | + | ||
251 | for (i = 0; i < ARRAY_SIZE(cs->icc_apr[0]); i++) { | ||
252 | int g0ctz = ctz32(cs->icc_apr[GICV3_G0][i]); | ||
253 | int g1ctz = ctz32(cs->icc_apr[GICV3_G1][i]); | ||
254 | @@ -XXX,XX +XXX,XX @@ static void icc_ap_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
255 | return; | ||
256 | } | ||
257 | |||
258 | - cs->icc_apr[grp][regno] = value & 0xFFFFFFFFU; | ||
259 | + if (cs->nmi_support) { | ||
260 | + cs->icc_apr[grp][regno] = value & (0xFFFFFFFFU | ICC_AP1R_EL1_NMI); | ||
261 | + } else { | ||
262 | + cs->icc_apr[grp][regno] = value & 0xFFFFFFFFU; | ||
263 | + } | ||
264 | gicv3_cpuif_update(cs); | ||
265 | } | ||
266 | |||
267 | @@ -XXX,XX +XXX,XX @@ static void icc_dir_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
268 | static uint64_t icc_rpr_read(CPUARMState *env, const ARMCPRegInfo *ri) | ||
269 | { | ||
270 | GICv3CPUState *cs = icc_cs_from_env(env); | ||
271 | - int prio; | ||
272 | + uint64_t prio; | ||
273 | |||
274 | if (icv_access(env, HCR_FMO | HCR_IMO)) { | ||
275 | return icv_rpr_read(env, ri); | ||
276 | @@ -XXX,XX +XXX,XX @@ static uint64_t icc_rpr_read(CPUARMState *env, const ARMCPRegInfo *ri) | ||
277 | } | ||
278 | } | ||
279 | |||
280 | + if (cs->nmi_support) { | ||
281 | + /* NMI info is reported in the high bits of RPR */ | ||
282 | + if (arm_feature(env, ARM_FEATURE_EL3) && !arm_is_secure(env)) { | ||
283 | + if (cs->icc_apr[GICV3_G1NS][0] & ICC_AP1R_EL1_NMI) { | ||
284 | + prio |= ICC_RPR_EL1_NMI; | ||
285 | + } | ||
286 | + } else { | ||
287 | + if (cs->icc_apr[GICV3_G1NS][0] & ICC_AP1R_EL1_NMI) { | ||
288 | + prio |= ICC_RPR_EL1_NSNMI; | ||
289 | + } | ||
290 | + if (cs->icc_apr[GICV3_G1][0] & ICC_AP1R_EL1_NMI) { | ||
291 | + prio |= ICC_RPR_EL1_NMI; | ||
292 | + } | ||
293 | + } | ||
294 | + } | ||
295 | + | ||
296 | trace_gicv3_icc_rpr_read(gicv3_redist_affid(cs), prio); | ||
297 | return prio; | ||
298 | } | ||
299 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo gicv3_cpuif_icc_apxr23_reginfo[] = { | ||
102 | }, | 300 | }, |
103 | }; | 301 | }; |
104 | 302 | ||
105 | +static const RAMInfo an524_raminfo[] = { { | 303 | +static const ARMCPRegInfo gicv3_cpuif_gicv3_nmi_reginfo[] = { |
106 | + .name = "bram", | 304 | + { .name = "ICC_NMIAR1_EL1", .state = ARM_CP_STATE_BOTH, |
107 | + .base = 0x00000000, | 305 | + .opc0 = 3, .opc1 = 0, .crn = 12, .crm = 9, .opc2 = 5, |
108 | + .size = 512 * KiB, | 306 | + .type = ARM_CP_IO | ARM_CP_NO_RAW, |
109 | + .mpc = 0, | 307 | + .access = PL1_R, .accessfn = gicv3_irq_access, |
110 | + .mrindex = 0, | 308 | + .readfn = icc_nmiar1_read, |
111 | + }, { | ||
112 | + .name = "sram", | ||
113 | + .base = 0x20000000, | ||
114 | + .size = 32 * 4 * KiB, | ||
115 | + .mpc = 1, | ||
116 | + .mrindex = 1, | ||
117 | + }, { | ||
118 | + /* We don't model QSPI flash yet; for now expose it as simple ROM */ | ||
119 | + .name = "QSPI", | ||
120 | + .base = 0x28000000, | ||
121 | + .size = 8 * MiB, | ||
122 | + .mpc = 1, | ||
123 | + .mrindex = 2, | ||
124 | + .flags = IS_ROM, | ||
125 | + }, { | ||
126 | + .name = "DDR", | ||
127 | + .base = 0x60000000, | ||
128 | + .size = 2 * GiB, | ||
129 | + .mpc = 2, | ||
130 | + .mrindex = -1, | ||
131 | + }, { | ||
132 | + .name = NULL, | ||
133 | + }, | 309 | + }, |
134 | +}; | 310 | +}; |
135 | + | 311 | + |
136 | static const RAMInfo *find_raminfo_for_mpc(MPS2TZMachineState *mms, int mpc) | 312 | static uint64_t ich_ap_read(CPUARMState *env, const ARMCPRegInfo *ri) |
137 | { | 313 | { |
138 | MPS2TZMachineClass *mmc = MPS2TZ_MACHINE_GET_CLASS(mms); | 314 | GICv3CPUState *cs = icc_cs_from_env(env); |
139 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) | 315 | @@ -XXX,XX +XXX,XX @@ void gicv3_init_cpuif(GICv3State *s) |
140 | }, | 316 | */ |
141 | }; | 317 | define_arm_cp_regs(cpu, gicv3_cpuif_reginfo); |
142 | 318 | ||
143 | + const PPCInfo an524_ppcs[] = { { | 319 | + /* |
144 | + .name = "apb_ppcexp0", | 320 | + * If the CPU implements FEAT_NMI and FEAT_GICv3 it must also |
145 | + .ports = { | 321 | + * implement FEAT_GICv3_NMI, which is the CPU interface part |
146 | + { "bram-mpc", make_mpc, &mms->mpc[0], 0x58007000, 0x1000 }, | 322 | + * of NMI support. This is distinct from whether the GIC proper |
147 | + { "qspi-mpc", make_mpc, &mms->mpc[1], 0x58008000, 0x1000 }, | 323 | + * (redistributors and distributor) have NMI support. In QEMU |
148 | + { "ddr-mpc", make_mpc, &mms->mpc[2], 0x58009000, 0x1000 }, | 324 | + * that is a property of the GIC device in s->nmi_support; |
149 | + }, | 325 | + * cs->nmi_support indicates the CPU interface's support. |
150 | + }, { | 326 | + */ |
151 | + .name = "apb_ppcexp1", | 327 | + if (cpu_isar_feature(aa64_nmi, cpu)) { |
152 | + .ports = { | 328 | + cs->nmi_support = true; |
153 | + { "i2c0", make_i2c, &mms->i2c[0], 0x41200000, 0x1000 }, | 329 | + define_arm_cp_regs(cpu, gicv3_cpuif_gicv3_nmi_reginfo); |
154 | + { "i2c1", make_i2c, &mms->i2c[1], 0x41201000, 0x1000 }, | 330 | + } |
155 | + { "spi0", make_spi, &mms->spi[0], 0x41202000, 0x1000, { 52 } }, | 331 | + |
156 | + { "spi1", make_spi, &mms->spi[1], 0x41203000, 0x1000, { 53 } }, | 332 | /* |
157 | + { "spi2", make_spi, &mms->spi[2], 0x41204000, 0x1000, { 54 } }, | 333 | * The CPU implementation specifies the number of supported |
158 | + { "i2c2", make_i2c, &mms->i2c[2], 0x41205000, 0x1000 }, | 334 | * bits of physical priority. For backwards compatibility |
159 | + { "i2c3", make_i2c, &mms->i2c[3], 0x41206000, 0x1000 }, | 335 | diff --git a/hw/intc/trace-events b/hw/intc/trace-events |
160 | + { /* port 7 reserved */ }, | 336 | index XXXXXXX..XXXXXXX 100644 |
161 | + { "i2c4", make_i2c, &mms->i2c[4], 0x41208000, 0x1000 }, | 337 | --- a/hw/intc/trace-events |
162 | + }, | 338 | +++ b/hw/intc/trace-events |
163 | + }, { | 339 | @@ -XXX,XX +XXX,XX @@ gicv3_cpuif_set_irqs(uint32_t cpuid, int fiqlevel, int irqlevel) "GICv3 CPU i/f |
164 | + .name = "apb_ppcexp2", | 340 | gicv3_icc_generate_sgi(uint32_t cpuid, int irq, int irm, uint32_t aff, uint32_t targetlist) "GICv3 CPU i/f 0x%x generating SGI %d IRM %d target affinity 0x%xxx targetlist 0x%x" |
165 | + .ports = { | 341 | gicv3_icc_iar0_read(uint32_t cpu, uint64_t val) "GICv3 ICC_IAR0 read cpu 0x%x value 0x%" PRIx64 |
166 | + { "scc", make_scc, &mms->scc, 0x41300000, 0x1000 }, | 342 | gicv3_icc_iar1_read(uint32_t cpu, uint64_t val) "GICv3 ICC_IAR1 read cpu 0x%x value 0x%" PRIx64 |
167 | + { "i2s-audio", make_unimp_dev, &mms->i2s_audio, | 343 | +gicv3_icc_nmiar1_read(uint32_t cpu, uint64_t val) "GICv3 ICC_NMIAR1 read cpu 0x%x value 0x%" PRIx64 |
168 | + 0x41301000, 0x1000 }, | 344 | gicv3_icc_eoir_write(int grp, uint32_t cpu, uint64_t val) "GICv3 ICC_EOIR%d write cpu 0x%x value 0x%" PRIx64 |
169 | + { "fpgaio", make_fpgaio, &mms->fpgaio, 0x41302000, 0x1000 }, | 345 | gicv3_icc_hppir0_read(uint32_t cpu, uint64_t val) "GICv3 ICC_HPPIR0 read cpu 0x%x value 0x%" PRIx64 |
170 | + { "uart0", make_uart, &mms->uart[0], 0x41303000, 0x1000, { 32, 33, 42 } }, | 346 | gicv3_icc_hppir1_read(uint32_t cpu, uint64_t val) "GICv3 ICC_HPPIR1 read cpu 0x%x value 0x%" PRIx64 |
171 | + { "uart1", make_uart, &mms->uart[1], 0x41304000, 0x1000, { 34, 35, 43 } }, | ||
172 | + { "uart2", make_uart, &mms->uart[2], 0x41305000, 0x1000, { 36, 37, 44 } }, | ||
173 | + { "uart3", make_uart, &mms->uart[3], 0x41306000, 0x1000, { 38, 39, 45 } }, | ||
174 | + { "uart4", make_uart, &mms->uart[4], 0x41307000, 0x1000, { 40, 41, 46 } }, | ||
175 | + { "uart5", make_uart, &mms->uart[5], 0x41308000, 0x1000, { 124, 125, 126 } }, | ||
176 | + | ||
177 | + { /* port 9 reserved */ }, | ||
178 | + { "clcd", make_unimp_dev, &mms->cldc, 0x4130a000, 0x1000 }, | ||
179 | + { "rtc", make_unimp_dev, &mms->rtc, 0x4130b000, 0x1000 }, | ||
180 | + }, | ||
181 | + }, { | ||
182 | + .name = "ahb_ppcexp0", | ||
183 | + .ports = { | ||
184 | + { "gpio0", make_unimp_dev, &mms->gpio[0], 0x41100000, 0x1000 }, | ||
185 | + { "gpio1", make_unimp_dev, &mms->gpio[1], 0x41101000, 0x1000 }, | ||
186 | + { "gpio2", make_unimp_dev, &mms->gpio[2], 0x41102000, 0x1000 }, | ||
187 | + { "gpio3", make_unimp_dev, &mms->gpio[3], 0x41103000, 0x1000 }, | ||
188 | + { "eth", make_eth_dev, NULL, 0x41400000, 0x100000, { 48 } }, | ||
189 | + }, | ||
190 | + }, | ||
191 | + }; | ||
192 | + | ||
193 | switch (mmc->fpga_type) { | ||
194 | case FPGA_AN505: | ||
195 | case FPGA_AN521: | ||
196 | ppcs = an505_ppcs; | ||
197 | num_ppcs = ARRAY_SIZE(an505_ppcs); | ||
198 | break; | ||
199 | + case FPGA_AN524: | ||
200 | + ppcs = an524_ppcs; | ||
201 | + num_ppcs = ARRAY_SIZE(an524_ppcs); | ||
202 | + break; | ||
203 | default: | ||
204 | g_assert_not_reached(); | ||
205 | } | ||
206 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_an521_class_init(ObjectClass *oc, void *data) | ||
207 | mps2tz_set_default_ram_info(mmc); | ||
208 | } | ||
209 | |||
210 | +static void mps3tz_an524_class_init(ObjectClass *oc, void *data) | ||
211 | +{ | ||
212 | + MachineClass *mc = MACHINE_CLASS(oc); | ||
213 | + MPS2TZMachineClass *mmc = MPS2TZ_MACHINE_CLASS(oc); | ||
214 | + | ||
215 | + mc->desc = "ARM MPS3 with AN524 FPGA image for dual Cortex-M33"; | ||
216 | + mc->default_cpus = 2; | ||
217 | + mc->min_cpus = mc->default_cpus; | ||
218 | + mc->max_cpus = mc->default_cpus; | ||
219 | + mmc->fpga_type = FPGA_AN524; | ||
220 | + mc->default_cpu_type = ARM_CPU_TYPE_NAME("cortex-m33"); | ||
221 | + mmc->scc_id = 0x41045240; | ||
222 | + mmc->sysclk_frq = 32 * 1000 * 1000; /* 32MHz */ | ||
223 | + mmc->oscclk = an524_oscclk; | ||
224 | + mmc->len_oscclk = ARRAY_SIZE(an524_oscclk); | ||
225 | + mmc->fpgaio_num_leds = 10; | ||
226 | + mmc->fpgaio_has_switches = true; | ||
227 | + mmc->numirq = 95; | ||
228 | + mmc->raminfo = an524_raminfo; | ||
229 | + mmc->armsse_type = TYPE_SSE200; | ||
230 | + mps2tz_set_default_ram_info(mmc); | ||
231 | +} | ||
232 | + | ||
233 | static const TypeInfo mps2tz_info = { | ||
234 | .name = TYPE_MPS2TZ_MACHINE, | ||
235 | .parent = TYPE_MACHINE, | ||
236 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo mps2tz_an521_info = { | ||
237 | .class_init = mps2tz_an521_class_init, | ||
238 | }; | ||
239 | |||
240 | +static const TypeInfo mps3tz_an524_info = { | ||
241 | + .name = TYPE_MPS3TZ_AN524_MACHINE, | ||
242 | + .parent = TYPE_MPS2TZ_MACHINE, | ||
243 | + .class_init = mps3tz_an524_class_init, | ||
244 | +}; | ||
245 | + | ||
246 | static void mps2tz_machine_init(void) | ||
247 | { | ||
248 | type_register_static(&mps2tz_info); | ||
249 | type_register_static(&mps2tz_an505_info); | ||
250 | type_register_static(&mps2tz_an521_info); | ||
251 | + type_register_static(&mps3tz_an524_info); | ||
252 | } | ||
253 | |||
254 | type_init(mps2tz_machine_init); | ||
255 | -- | 347 | -- |
256 | 2.20.1 | 348 | 2.34.1 |
257 | |||
258 | diff view generated by jsdifflib |
1 | Instead of hardcoding the MachineClass default_ram_size and | 1 | Implement icv_nmiar1_read() for icc_nmiar1_read(), so add definition for |
---|---|---|---|
2 | default_ram_id fields, set them on class creation by finding the | 2 | ICH_LR_EL2.NMI and ICH_AP1R_EL2.NMI bit. |
3 | entry in the RAMInfo array which is marked as being the QEMU system | 3 | |
4 | RAM. | 4 | If FEAT_GICv3_NMI is supported, ich_ap_write() should consider ICV_AP1R_EL1.NMI |
5 | 5 | bit. In icv_activate_irq() and icv_eoir_write(), the ICV_AP1R_EL1.NMI bit | |
6 | should be set or clear according to the Non-maskable property. And the RPR | ||
7 | priority should also update the NMI bit according to the APR priority NMI bit. | ||
8 | |||
9 | By the way, add gicv3_icv_nmiar1_read trace event. | ||
10 | |||
11 | If the hpp irq is a NMI, the icv iar read should return 1022 and trap for | ||
12 | NMI again | ||
13 | |||
14 | Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com> | ||
15 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
16 | [PMM: use cs->nmi_support instead of cs->gic->nmi_support] | ||
17 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
18 | Message-id: 20240407081733.3231820-20-ruanjinjie@huawei.com | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 19 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
8 | Message-id: 20210215115138.20465-18-peter.maydell@linaro.org | ||
9 | --- | 20 | --- |
10 | hw/arm/mps2-tz.c | 24 ++++++++++++++++++++++-- | 21 | hw/intc/gicv3_internal.h | 4 ++ |
11 | 1 file changed, 22 insertions(+), 2 deletions(-) | 22 | hw/intc/arm_gicv3_cpuif.c | 105 +++++++++++++++++++++++++++++++++----- |
12 | 23 | hw/intc/trace-events | 1 + | |
13 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c | 24 | 3 files changed, 98 insertions(+), 12 deletions(-) |
25 | |||
26 | diff --git a/hw/intc/gicv3_internal.h b/hw/intc/gicv3_internal.h | ||
14 | index XXXXXXX..XXXXXXX 100644 | 27 | index XXXXXXX..XXXXXXX 100644 |
15 | --- a/hw/arm/mps2-tz.c | 28 | --- a/hw/intc/gicv3_internal.h |
16 | +++ b/hw/arm/mps2-tz.c | 29 | +++ b/hw/intc/gicv3_internal.h |
17 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_class_init(ObjectClass *oc, void *data) | 30 | @@ -XXX,XX +XXX,XX @@ FIELD(GICR_VPENDBASER, VALID, 63, 1) |
18 | 31 | #define ICH_LR_EL2_PRIORITY_SHIFT 48 | |
19 | mc->init = mps2tz_common_init; | 32 | #define ICH_LR_EL2_PRIORITY_LENGTH 8 |
20 | iic->check = mps2_tz_idau_check; | 33 | #define ICH_LR_EL2_PRIORITY_MASK (0xffULL << ICH_LR_EL2_PRIORITY_SHIFT) |
21 | - mc->default_ram_size = 16 * MiB; | 34 | +#define ICH_LR_EL2_NMI (1ULL << 59) |
22 | - mc->default_ram_id = "mps.ram"; | 35 | #define ICH_LR_EL2_GROUP (1ULL << 60) |
23 | +} | 36 | #define ICH_LR_EL2_HW (1ULL << 61) |
24 | + | 37 | #define ICH_LR_EL2_STATE_SHIFT 62 |
25 | +static void mps2tz_set_default_ram_info(MPS2TZMachineClass *mmc) | 38 | @@ -XXX,XX +XXX,XX @@ FIELD(GICR_VPENDBASER, VALID, 63, 1) |
26 | +{ | 39 | #define ICH_VTR_EL2_PREBITS_SHIFT 26 |
27 | + /* | 40 | #define ICH_VTR_EL2_PRIBITS_SHIFT 29 |
28 | + * Set mc->default_ram_size and default_ram_id from the | 41 | |
29 | + * information in mmc->raminfo. | 42 | +#define ICV_AP1R_EL1_NMI (1ULL << 63) |
30 | + */ | 43 | +#define ICV_RPR_EL1_NMI (1ULL << 63) |
31 | + MachineClass *mc = MACHINE_CLASS(mmc); | 44 | + |
32 | + const RAMInfo *p; | 45 | /* ITS Registers */ |
33 | + | 46 | |
34 | + for (p = mmc->raminfo; p->name; p++) { | 47 | FIELD(GITS_BASER, SIZE, 0, 8) |
35 | + if (p->mrindex < 0) { | 48 | diff --git a/hw/intc/arm_gicv3_cpuif.c b/hw/intc/arm_gicv3_cpuif.c |
36 | + /* Found the entry for "system memory" */ | 49 | index XXXXXXX..XXXXXXX 100644 |
37 | + mc->default_ram_size = p->size; | 50 | --- a/hw/intc/arm_gicv3_cpuif.c |
38 | + mc->default_ram_id = p->name; | 51 | +++ b/hw/intc/arm_gicv3_cpuif.c |
39 | + return; | 52 | @@ -XXX,XX +XXX,XX @@ static int ich_highest_active_virt_prio(GICv3CPUState *cs) |
53 | int i; | ||
54 | int aprmax = ich_num_aprs(cs); | ||
55 | |||
56 | + if (cs->ich_apr[GICV3_G1NS][0] & ICV_AP1R_EL1_NMI) { | ||
57 | + return 0x0; | ||
58 | + } | ||
59 | + | ||
60 | for (i = 0; i < aprmax; i++) { | ||
61 | uint32_t apr = cs->ich_apr[GICV3_G0][i] | | ||
62 | cs->ich_apr[GICV3_G1NS][i]; | ||
63 | @@ -XXX,XX +XXX,XX @@ static int hppvi_index(GICv3CPUState *cs) | ||
64 | * correct behaviour. | ||
65 | */ | ||
66 | int prio = 0xff; | ||
67 | + bool nmi = false; | ||
68 | |||
69 | if (!(cs->ich_vmcr_el2 & (ICH_VMCR_EL2_VENG0 | ICH_VMCR_EL2_VENG1))) { | ||
70 | /* Both groups disabled, definitely nothing to do */ | ||
71 | @@ -XXX,XX +XXX,XX @@ static int hppvi_index(GICv3CPUState *cs) | ||
72 | |||
73 | for (i = 0; i < cs->num_list_regs; i++) { | ||
74 | uint64_t lr = cs->ich_lr_el2[i]; | ||
75 | + bool thisnmi; | ||
76 | int thisprio; | ||
77 | |||
78 | if (ich_lr_state(lr) != ICH_LR_EL2_STATE_PENDING) { | ||
79 | @@ -XXX,XX +XXX,XX @@ static int hppvi_index(GICv3CPUState *cs) | ||
80 | } | ||
81 | } | ||
82 | |||
83 | + thisnmi = lr & ICH_LR_EL2_NMI; | ||
84 | thisprio = ich_lr_prio(lr); | ||
85 | |||
86 | - if (thisprio < prio) { | ||
87 | + if ((thisprio < prio) || ((thisprio == prio) && (thisnmi & (!nmi)))) { | ||
88 | prio = thisprio; | ||
89 | + nmi = thisnmi; | ||
90 | idx = i; | ||
91 | } | ||
92 | } | ||
93 | @@ -XXX,XX +XXX,XX @@ static bool icv_hppi_can_preempt(GICv3CPUState *cs, uint64_t lr) | ||
94 | * equivalent of these checks. | ||
95 | */ | ||
96 | int grp; | ||
97 | + bool is_nmi; | ||
98 | uint32_t mask, prio, rprio, vpmr; | ||
99 | |||
100 | if (!(cs->ich_hcr_el2 & ICH_HCR_EL2_EN)) { | ||
101 | @@ -XXX,XX +XXX,XX @@ static bool icv_hppi_can_preempt(GICv3CPUState *cs, uint64_t lr) | ||
102 | */ | ||
103 | |||
104 | prio = ich_lr_prio(lr); | ||
105 | + is_nmi = lr & ICH_LR_EL2_NMI; | ||
106 | vpmr = extract64(cs->ich_vmcr_el2, ICH_VMCR_EL2_VPMR_SHIFT, | ||
107 | ICH_VMCR_EL2_VPMR_LENGTH); | ||
108 | |||
109 | - if (prio >= vpmr) { | ||
110 | + if (!is_nmi && prio >= vpmr) { | ||
111 | /* Priority mask masks this interrupt */ | ||
112 | return false; | ||
113 | } | ||
114 | @@ -XXX,XX +XXX,XX @@ static bool icv_hppi_can_preempt(GICv3CPUState *cs, uint64_t lr) | ||
115 | return true; | ||
116 | } | ||
117 | |||
118 | + if ((prio & mask) == (rprio & mask) && is_nmi && | ||
119 | + !(cs->ich_apr[GICV3_G1NS][0] & ICV_AP1R_EL1_NMI)) { | ||
120 | + return true; | ||
121 | + } | ||
122 | + | ||
123 | return false; | ||
124 | } | ||
125 | |||
126 | @@ -XXX,XX +XXX,XX @@ static void icv_ap_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
127 | |||
128 | trace_gicv3_icv_ap_write(ri->crm & 1, regno, gicv3_redist_affid(cs), value); | ||
129 | |||
130 | - cs->ich_apr[grp][regno] = value & 0xFFFFFFFFU; | ||
131 | + if (cs->nmi_support) { | ||
132 | + cs->ich_apr[grp][regno] = value & (0xFFFFFFFFU | ICV_AP1R_EL1_NMI); | ||
133 | + } else { | ||
134 | + cs->ich_apr[grp][regno] = value & 0xFFFFFFFFU; | ||
135 | + } | ||
136 | |||
137 | gicv3_cpuif_virt_irq_fiq_update(cs); | ||
138 | return; | ||
139 | @@ -XXX,XX +XXX,XX @@ static void icv_ctlr_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
140 | static uint64_t icv_rpr_read(CPUARMState *env, const ARMCPRegInfo *ri) | ||
141 | { | ||
142 | GICv3CPUState *cs = icc_cs_from_env(env); | ||
143 | - int prio = ich_highest_active_virt_prio(cs); | ||
144 | + uint64_t prio = ich_highest_active_virt_prio(cs); | ||
145 | + | ||
146 | + if (cs->ich_apr[GICV3_G1NS][0] & ICV_AP1R_EL1_NMI) { | ||
147 | + prio |= ICV_RPR_EL1_NMI; | ||
148 | + } | ||
149 | |||
150 | trace_gicv3_icv_rpr_read(gicv3_redist_affid(cs), prio); | ||
151 | return prio; | ||
152 | @@ -XXX,XX +XXX,XX @@ static void icv_activate_irq(GICv3CPUState *cs, int idx, int grp) | ||
153 | */ | ||
154 | uint32_t mask = icv_gprio_mask(cs, grp); | ||
155 | int prio = ich_lr_prio(cs->ich_lr_el2[idx]) & mask; | ||
156 | + bool nmi = cs->ich_lr_el2[idx] & ICH_LR_EL2_NMI; | ||
157 | int aprbit = prio >> (8 - cs->vprebits); | ||
158 | int regno = aprbit / 32; | ||
159 | int regbit = aprbit % 32; | ||
160 | |||
161 | cs->ich_lr_el2[idx] &= ~ICH_LR_EL2_STATE_PENDING_BIT; | ||
162 | cs->ich_lr_el2[idx] |= ICH_LR_EL2_STATE_ACTIVE_BIT; | ||
163 | - cs->ich_apr[grp][regno] |= (1 << regbit); | ||
164 | + | ||
165 | + if (nmi) { | ||
166 | + cs->ich_apr[grp][regno] |= ICV_AP1R_EL1_NMI; | ||
167 | + } else { | ||
168 | + cs->ich_apr[grp][regno] |= (1 << regbit); | ||
169 | + } | ||
170 | } | ||
171 | |||
172 | static void icv_activate_vlpi(GICv3CPUState *cs) | ||
173 | @@ -XXX,XX +XXX,XX @@ static uint64_t icv_iar_read(CPUARMState *env, const ARMCPRegInfo *ri) | ||
174 | int grp = ri->crm == 8 ? GICV3_G0 : GICV3_G1NS; | ||
175 | int idx = hppvi_index(cs); | ||
176 | uint64_t intid = INTID_SPURIOUS; | ||
177 | + int el = arm_current_el(env); | ||
178 | |||
179 | if (idx == HPPVI_INDEX_VLPI) { | ||
180 | if (cs->hppvlpi.grp == grp && icv_hppvlpi_can_preempt(cs)) { | ||
181 | @@ -XXX,XX +XXX,XX @@ static uint64_t icv_iar_read(CPUARMState *env, const ARMCPRegInfo *ri) | ||
182 | } else if (idx >= 0) { | ||
183 | uint64_t lr = cs->ich_lr_el2[idx]; | ||
184 | int thisgrp = (lr & ICH_LR_EL2_GROUP) ? GICV3_G1NS : GICV3_G0; | ||
185 | + bool nmi = env->cp15.sctlr_el[el] & SCTLR_NMI && lr & ICH_LR_EL2_NMI; | ||
186 | |||
187 | if (thisgrp == grp && icv_hppi_can_preempt(cs, lr)) { | ||
188 | intid = ich_lr_vintid(lr); | ||
189 | if (!gicv3_intid_is_special(intid)) { | ||
190 | - icv_activate_irq(cs, idx, grp); | ||
191 | + if (!nmi) { | ||
192 | + icv_activate_irq(cs, idx, grp); | ||
193 | + } else { | ||
194 | + intid = INTID_NMI; | ||
195 | + } | ||
196 | } else { | ||
197 | /* Interrupt goes from Pending to Invalid */ | ||
198 | cs->ich_lr_el2[idx] &= ~ICH_LR_EL2_STATE_PENDING_BIT; | ||
199 | @@ -XXX,XX +XXX,XX @@ static uint64_t icv_iar_read(CPUARMState *env, const ARMCPRegInfo *ri) | ||
200 | |||
201 | static uint64_t icv_nmiar1_read(CPUARMState *env, const ARMCPRegInfo *ri) | ||
202 | { | ||
203 | - /* todo */ | ||
204 | + GICv3CPUState *cs = icc_cs_from_env(env); | ||
205 | + int idx = hppvi_index(cs); | ||
206 | uint64_t intid = INTID_SPURIOUS; | ||
207 | + | ||
208 | + if (idx >= 0 && idx != HPPVI_INDEX_VLPI) { | ||
209 | + uint64_t lr = cs->ich_lr_el2[idx]; | ||
210 | + int thisgrp = (lr & ICH_LR_EL2_GROUP) ? GICV3_G1NS : GICV3_G0; | ||
211 | + | ||
212 | + if ((thisgrp == GICV3_G1NS) && icv_hppi_can_preempt(cs, lr)) { | ||
213 | + intid = ich_lr_vintid(lr); | ||
214 | + if (!gicv3_intid_is_special(intid)) { | ||
215 | + if (lr & ICH_LR_EL2_NMI) { | ||
216 | + icv_activate_irq(cs, idx, GICV3_G1NS); | ||
217 | + } else { | ||
218 | + intid = INTID_SPURIOUS; | ||
219 | + } | ||
220 | + } else { | ||
221 | + /* Interrupt goes from Pending to Invalid */ | ||
222 | + cs->ich_lr_el2[idx] &= ~ICH_LR_EL2_STATE_PENDING_BIT; | ||
223 | + /* | ||
224 | + * We will now return the (bogus) ID from the list register, | ||
225 | + * as per the pseudocode. | ||
226 | + */ | ||
227 | + } | ||
40 | + } | 228 | + } |
41 | + } | 229 | + } |
42 | + g_assert_not_reached(); | 230 | + |
43 | } | 231 | + trace_gicv3_icv_nmiar1_read(gicv3_redist_affid(cs), intid); |
44 | 232 | + | |
45 | static void mps2tz_an505_class_init(ObjectClass *oc, void *data) | 233 | + gicv3_cpuif_virt_update(cs); |
46 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_an505_class_init(ObjectClass *oc, void *data) | 234 | + |
47 | mmc->numirq = 92; | 235 | return intid; |
48 | mmc->raminfo = an505_raminfo; | 236 | } |
49 | mmc->armsse_type = TYPE_IOTKIT; | 237 | |
50 | + mps2tz_set_default_ram_info(mmc); | 238 | @@ -XXX,XX +XXX,XX @@ static void icv_increment_eoicount(GICv3CPUState *cs) |
51 | } | 239 | ICH_HCR_EL2_EOICOUNT_LENGTH, eoicount + 1); |
52 | 240 | } | |
53 | static void mps2tz_an521_class_init(ObjectClass *oc, void *data) | 241 | |
54 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_an521_class_init(ObjectClass *oc, void *data) | 242 | -static int icv_drop_prio(GICv3CPUState *cs) |
55 | mmc->numirq = 92; | 243 | +static int icv_drop_prio(GICv3CPUState *cs, bool *nmi) |
56 | mmc->raminfo = an505_raminfo; /* AN521 is the same as AN505 here */ | 244 | { |
57 | mmc->armsse_type = TYPE_SSE200; | 245 | /* Drop the priority of the currently active virtual interrupt |
58 | + mps2tz_set_default_ram_info(mmc); | 246 | * (favouring group 0 if there is a set active bit at |
59 | } | 247 | @@ -XXX,XX +XXX,XX @@ static int icv_drop_prio(GICv3CPUState *cs) |
60 | 248 | continue; | |
61 | static const TypeInfo mps2tz_info = { | 249 | } |
250 | |||
251 | + if (i == 0 && cs->nmi_support && (*papr1 & ICV_AP1R_EL1_NMI)) { | ||
252 | + *papr1 &= (~ICV_AP1R_EL1_NMI); | ||
253 | + *nmi = true; | ||
254 | + return 0xff; | ||
255 | + } | ||
256 | + | ||
257 | /* We can't just use the bit-twiddling hack icc_drop_prio() does | ||
258 | * because we need to return the bit number we cleared so | ||
259 | * it can be compared against the list register's priority field. | ||
260 | @@ -XXX,XX +XXX,XX @@ static void icv_eoir_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
261 | int irq = value & 0xffffff; | ||
262 | int grp = ri->crm == 8 ? GICV3_G0 : GICV3_G1NS; | ||
263 | int idx, dropprio; | ||
264 | + bool nmi = false; | ||
265 | |||
266 | trace_gicv3_icv_eoir_write(ri->crm == 8 ? 0 : 1, | ||
267 | gicv3_redist_affid(cs), value); | ||
268 | @@ -XXX,XX +XXX,XX @@ static void icv_eoir_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
269 | * error checks" (because that lets us avoid scanning the AP | ||
270 | * registers twice). | ||
271 | */ | ||
272 | - dropprio = icv_drop_prio(cs); | ||
273 | - if (dropprio == 0xff) { | ||
274 | + dropprio = icv_drop_prio(cs, &nmi); | ||
275 | + if (dropprio == 0xff && !nmi) { | ||
276 | /* No active interrupt. It is CONSTRAINED UNPREDICTABLE | ||
277 | * whether the list registers are checked in this | ||
278 | * situation; we choose not to. | ||
279 | @@ -XXX,XX +XXX,XX @@ static void icv_eoir_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
280 | uint64_t lr = cs->ich_lr_el2[idx]; | ||
281 | int thisgrp = (lr & ICH_LR_EL2_GROUP) ? GICV3_G1NS : GICV3_G0; | ||
282 | int lr_gprio = ich_lr_prio(lr) & icv_gprio_mask(cs, grp); | ||
283 | + bool thisnmi = lr & ICH_LR_EL2_NMI; | ||
284 | |||
285 | - if (thisgrp == grp && lr_gprio == dropprio) { | ||
286 | + if (thisgrp == grp && (lr_gprio == dropprio || (thisnmi & nmi))) { | ||
287 | if (!icv_eoi_split(env, cs) || irq >= GICV3_LPI_INTID_START) { | ||
288 | /* | ||
289 | * Priority drop and deactivate not split: deactivate irq now. | ||
290 | @@ -XXX,XX +XXX,XX @@ static void ich_ap_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
291 | |||
292 | trace_gicv3_ich_ap_write(ri->crm & 1, regno, gicv3_redist_affid(cs), value); | ||
293 | |||
294 | - cs->ich_apr[grp][regno] = value & 0xFFFFFFFFU; | ||
295 | + if (cs->nmi_support) { | ||
296 | + cs->ich_apr[grp][regno] = value & (0xFFFFFFFFU | ICV_AP1R_EL1_NMI); | ||
297 | + } else { | ||
298 | + cs->ich_apr[grp][regno] = value & 0xFFFFFFFFU; | ||
299 | + } | ||
300 | gicv3_cpuif_virt_irq_fiq_update(cs); | ||
301 | } | ||
302 | |||
303 | @@ -XXX,XX +XXX,XX @@ static void ich_lr_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
304 | 8 - cs->vpribits, 0); | ||
305 | } | ||
306 | |||
307 | + /* Enforce RES0 bit in NMI field when FEAT_GICv3_NMI is not implemented */ | ||
308 | + if (!cs->nmi_support) { | ||
309 | + value &= ~ICH_LR_EL2_NMI; | ||
310 | + } | ||
311 | + | ||
312 | cs->ich_lr_el2[regno] = value; | ||
313 | gicv3_cpuif_virt_update(cs); | ||
314 | } | ||
315 | diff --git a/hw/intc/trace-events b/hw/intc/trace-events | ||
316 | index XXXXXXX..XXXXXXX 100644 | ||
317 | --- a/hw/intc/trace-events | ||
318 | +++ b/hw/intc/trace-events | ||
319 | @@ -XXX,XX +XXX,XX @@ gicv3_icv_rpr_read(uint32_t cpu, uint64_t val) "GICv3 ICV_RPR read cpu 0x%x valu | ||
320 | gicv3_icv_hppir_read(int grp, uint32_t cpu, uint64_t val) "GICv3 ICV_HPPIR%d read cpu 0x%x value 0x%" PRIx64 | ||
321 | gicv3_icv_dir_write(uint32_t cpu, uint64_t val) "GICv3 ICV_DIR write cpu 0x%x value 0x%" PRIx64 | ||
322 | gicv3_icv_iar_read(int grp, uint32_t cpu, uint64_t val) "GICv3 ICV_IAR%d read cpu 0x%x value 0x%" PRIx64 | ||
323 | +gicv3_icv_nmiar1_read(uint32_t cpu, uint64_t val) "GICv3 ICV_NMIAR1 read cpu 0x%x value 0x%" PRIx64 | ||
324 | gicv3_icv_eoir_write(int grp, uint32_t cpu, uint64_t val) "GICv3 ICV_EOIR%d write cpu 0x%x value 0x%" PRIx64 | ||
325 | gicv3_cpuif_virt_update(uint32_t cpuid, int idx, int hppvlpi, int grp, int prio) "GICv3 CPU i/f 0x%x virt HPPI update LR index %d HPPVLPI %d grp %d prio %d" | ||
326 | gicv3_cpuif_virt_set_irqs(uint32_t cpuid, int fiqlevel, int irqlevel) "GICv3 CPU i/f 0x%x virt HPPI update: setting FIQ %d IRQ %d" | ||
62 | -- | 327 | -- |
63 | 2.20.1 | 328 | 2.34.1 |
64 | |||
65 | diff view generated by jsdifflib |
1 | The AN524 has more interrupt lines than the AN505 and AN521; make | 1 | From: Jinjie Ruan <ruanjinjie@huawei.com> |
---|---|---|---|
2 | numirq board-specific rather than a compile-time constant. | ||
3 | 2 | ||
4 | Since the difference is small (92 on the current boards and 95 on the | 3 | If GICD_CTLR_DS bit is zero and the NMI is non-secure, the NMI priority is |
5 | new one) we don't dynamically allocate the cpu_irq_splitter[] array | 4 | higher than 0x80, otherwise it is higher than 0x0. And save the interrupt |
6 | but leave it as a fixed length array whose size is the maximum needed | 5 | non-maskable property in hppi.nmi to deliver NMI exception. Since both GICR |
7 | for any of the boards. | 6 | and GICD can deliver NMI, it is both necessary to check whether the pending |
7 | irq is NMI in gicv3_redist_update_noirqset and gicv3_update_noirqset. | ||
8 | 8 | ||
9 | Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com> | ||
10 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
11 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
12 | Message-id: 20240407081733.3231820-21-ruanjinjie@huawei.com | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 13 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
11 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
12 | Message-id: 20210215115138.20465-10-peter.maydell@linaro.org | ||
13 | --- | 14 | --- |
14 | hw/arm/mps2-tz.c | 15 ++++++++++----- | 15 | hw/intc/arm_gicv3.c | 67 +++++++++++++++++++++++++++++++++----- |
15 | 1 file changed, 10 insertions(+), 5 deletions(-) | 16 | hw/intc/arm_gicv3_common.c | 3 ++ |
17 | hw/intc/arm_gicv3_redist.c | 3 ++ | ||
18 | 3 files changed, 64 insertions(+), 9 deletions(-) | ||
16 | 19 | ||
17 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c | 20 | diff --git a/hw/intc/arm_gicv3.c b/hw/intc/arm_gicv3.c |
18 | index XXXXXXX..XXXXXXX 100644 | 21 | index XXXXXXX..XXXXXXX 100644 |
19 | --- a/hw/arm/mps2-tz.c | 22 | --- a/hw/intc/arm_gicv3.c |
20 | +++ b/hw/arm/mps2-tz.c | 23 | +++ b/hw/intc/arm_gicv3.c |
21 | @@ -XXX,XX +XXX,XX @@ | 24 | @@ -XXX,XX +XXX,XX @@ |
22 | #include "hw/qdev-clock.h" | 25 | #include "hw/intc/arm_gicv3.h" |
23 | #include "qom/object.h" | 26 | #include "gicv3_internal.h" |
24 | 27 | ||
25 | -#define MPS2TZ_NUMIRQ 92 | 28 | -static bool irqbetter(GICv3CPUState *cs, int irq, uint8_t prio) |
26 | +#define MPS2TZ_NUMIRQ_MAX 92 | 29 | +static bool irqbetter(GICv3CPUState *cs, int irq, uint8_t prio, bool nmi) |
27 | |||
28 | typedef enum MPS2TZFPGAType { | ||
29 | FPGA_AN505, | ||
30 | @@ -XXX,XX +XXX,XX @@ struct MPS2TZMachineClass { | ||
31 | const uint32_t *oscclk; | ||
32 | uint32_t fpgaio_num_leds; /* Number of LEDs in FPGAIO LED0 register */ | ||
33 | bool fpgaio_has_switches; /* Does FPGAIO have SWITCH register? */ | ||
34 | + int numirq; /* Number of external interrupts */ | ||
35 | const char *armsse_type; | ||
36 | }; | ||
37 | |||
38 | @@ -XXX,XX +XXX,XX @@ struct MPS2TZMachineState { | ||
39 | SplitIRQ sec_resp_splitter; | ||
40 | qemu_or_irq uart_irq_orgate; | ||
41 | DeviceState *lan9118; | ||
42 | - SplitIRQ cpu_irq_splitter[MPS2TZ_NUMIRQ]; | ||
43 | + SplitIRQ cpu_irq_splitter[MPS2TZ_NUMIRQ_MAX]; | ||
44 | Clock *sysclk; | ||
45 | Clock *s32kclk; | ||
46 | }; | ||
47 | @@ -XXX,XX +XXX,XX @@ static qemu_irq get_sse_irq_in(MPS2TZMachineState *mms, int irqno) | ||
48 | { | 30 | { |
49 | /* Return a qemu_irq which will signal IRQ n to all CPUs in the SSE. */ | 31 | /* Return true if this IRQ at this priority should take |
50 | MachineClass *mc = MACHINE_GET_CLASS(mms); | 32 | * precedence over the current recorded highest priority |
51 | + MPS2TZMachineClass *mmc = MPS2TZ_MACHINE_GET_CLASS(mms); | 33 | @@ -XXX,XX +XXX,XX @@ static bool irqbetter(GICv3CPUState *cs, int irq, uint8_t prio) |
52 | 34 | * is the same as this one (a property which the calling code | |
53 | - assert(irqno < MPS2TZ_NUMIRQ); | 35 | * relies on). |
54 | + assert(irqno < mmc->numirq); | ||
55 | |||
56 | if (mc->max_cpus > 1) { | ||
57 | return qdev_get_gpio_in(DEVICE(&mms->cpu_irq_splitter[irqno]), 0); | ||
58 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) | ||
59 | iotkitdev = DEVICE(&mms->iotkit); | ||
60 | object_property_set_link(OBJECT(&mms->iotkit), "memory", | ||
61 | OBJECT(system_memory), &error_abort); | ||
62 | - qdev_prop_set_uint32(iotkitdev, "EXP_NUMIRQ", MPS2TZ_NUMIRQ); | ||
63 | + qdev_prop_set_uint32(iotkitdev, "EXP_NUMIRQ", mmc->numirq); | ||
64 | qdev_connect_clock_in(iotkitdev, "MAINCLK", mms->sysclk); | ||
65 | qdev_connect_clock_in(iotkitdev, "S32KCLK", mms->s32kclk); | ||
66 | sysbus_realize(SYS_BUS_DEVICE(&mms->iotkit), &error_fatal); | ||
67 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) | ||
68 | * board. If there is only one CPU, we can just wire the device IRQ | ||
69 | * directly to the SSE's IRQ input. | ||
70 | */ | 36 | */ |
71 | + assert(mmc->numirq <= MPS2TZ_NUMIRQ_MAX); | 37 | - if (prio < cs->hppi.prio) { |
72 | if (mc->max_cpus > 1) { | 38 | - return true; |
73 | - for (i = 0; i < MPS2TZ_NUMIRQ; i++) { | 39 | + if (prio != cs->hppi.prio) { |
74 | + for (i = 0; i < mmc->numirq; i++) { | 40 | + return prio < cs->hppi.prio; |
75 | char *name = g_strdup_printf("mps2-irq-splitter%d", i); | 41 | } |
76 | SplitIRQ *splitter = &mms->cpu_irq_splitter[i]; | 42 | + |
77 | 43 | + /* | |
78 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_an505_class_init(ObjectClass *oc, void *data) | 44 | + * The same priority IRQ with non-maskable property should signal to |
79 | mmc->len_oscclk = ARRAY_SIZE(an505_oscclk); | 45 | + * the CPU as it have the priority higher than the labelled 0x80 or 0x00. |
80 | mmc->fpgaio_num_leds = 2; | 46 | + */ |
81 | mmc->fpgaio_has_switches = false; | 47 | + if (nmi != cs->hppi.nmi) { |
82 | + mmc->numirq = 92; | 48 | + return nmi; |
83 | mmc->armsse_type = TYPE_IOTKIT; | 49 | + } |
50 | + | ||
51 | /* If multiple pending interrupts have the same priority then it is an | ||
52 | * IMPDEF choice which of them to signal to the CPU. We choose to | ||
53 | * signal the one with the lowest interrupt number. | ||
54 | */ | ||
55 | - if (prio == cs->hppi.prio && irq <= cs->hppi.irq) { | ||
56 | + if (irq <= cs->hppi.irq) { | ||
57 | return true; | ||
58 | } | ||
59 | return false; | ||
60 | @@ -XXX,XX +XXX,XX @@ static uint32_t gicr_int_pending(GICv3CPUState *cs) | ||
61 | return pend; | ||
84 | } | 62 | } |
85 | 63 | ||
86 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_an521_class_init(ObjectClass *oc, void *data) | 64 | +static bool gicv3_get_priority(GICv3CPUState *cs, bool is_redist, int irq, |
87 | mmc->len_oscclk = ARRAY_SIZE(an505_oscclk); | 65 | + uint8_t *prio) |
88 | mmc->fpgaio_num_leds = 2; | 66 | +{ |
89 | mmc->fpgaio_has_switches = false; | 67 | + uint32_t nmi = 0x0; |
90 | + mmc->numirq = 92; | 68 | + |
91 | mmc->armsse_type = TYPE_SSE200; | 69 | + if (is_redist) { |
92 | } | 70 | + nmi = extract32(cs->gicr_inmir0, irq, 1); |
71 | + } else { | ||
72 | + nmi = *gic_bmp_ptr32(cs->gic->nmi, irq); | ||
73 | + nmi = nmi & (1 << (irq & 0x1f)); | ||
74 | + } | ||
75 | + | ||
76 | + if (nmi) { | ||
77 | + /* DS = 0 & Non-secure NMI */ | ||
78 | + if (!(cs->gic->gicd_ctlr & GICD_CTLR_DS) && | ||
79 | + ((is_redist && extract32(cs->gicr_igroupr0, irq, 1)) || | ||
80 | + (!is_redist && gicv3_gicd_group_test(cs->gic, irq)))) { | ||
81 | + *prio = 0x80; | ||
82 | + } else { | ||
83 | + *prio = 0x0; | ||
84 | + } | ||
85 | + | ||
86 | + return true; | ||
87 | + } | ||
88 | + | ||
89 | + if (is_redist) { | ||
90 | + *prio = cs->gicr_ipriorityr[irq]; | ||
91 | + } else { | ||
92 | + *prio = cs->gic->gicd_ipriority[irq]; | ||
93 | + } | ||
94 | + | ||
95 | + return false; | ||
96 | +} | ||
97 | + | ||
98 | /* Update the interrupt status after state in a redistributor | ||
99 | * or CPU interface has changed, but don't tell the CPU i/f. | ||
100 | */ | ||
101 | @@ -XXX,XX +XXX,XX @@ static void gicv3_redist_update_noirqset(GICv3CPUState *cs) | ||
102 | uint8_t prio; | ||
103 | int i; | ||
104 | uint32_t pend; | ||
105 | + bool nmi = false; | ||
106 | |||
107 | /* Find out which redistributor interrupts are eligible to be | ||
108 | * signaled to the CPU interface. | ||
109 | @@ -XXX,XX +XXX,XX @@ static void gicv3_redist_update_noirqset(GICv3CPUState *cs) | ||
110 | if (!(pend & (1 << i))) { | ||
111 | continue; | ||
112 | } | ||
113 | - prio = cs->gicr_ipriorityr[i]; | ||
114 | - if (irqbetter(cs, i, prio)) { | ||
115 | + nmi = gicv3_get_priority(cs, true, i, &prio); | ||
116 | + if (irqbetter(cs, i, prio, nmi)) { | ||
117 | cs->hppi.irq = i; | ||
118 | cs->hppi.prio = prio; | ||
119 | + cs->hppi.nmi = nmi; | ||
120 | seenbetter = true; | ||
121 | } | ||
122 | } | ||
123 | @@ -XXX,XX +XXX,XX @@ static void gicv3_redist_update_noirqset(GICv3CPUState *cs) | ||
124 | if ((cs->gicr_ctlr & GICR_CTLR_ENABLE_LPIS) && cs->gic->lpi_enable && | ||
125 | (cs->gic->gicd_ctlr & GICD_CTLR_EN_GRP1NS) && | ||
126 | (cs->hpplpi.prio != 0xff)) { | ||
127 | - if (irqbetter(cs, cs->hpplpi.irq, cs->hpplpi.prio)) { | ||
128 | + if (irqbetter(cs, cs->hpplpi.irq, cs->hpplpi.prio, cs->hpplpi.nmi)) { | ||
129 | cs->hppi.irq = cs->hpplpi.irq; | ||
130 | cs->hppi.prio = cs->hpplpi.prio; | ||
131 | + cs->hppi.nmi = cs->hpplpi.nmi; | ||
132 | cs->hppi.grp = cs->hpplpi.grp; | ||
133 | seenbetter = true; | ||
134 | } | ||
135 | @@ -XXX,XX +XXX,XX @@ static void gicv3_update_noirqset(GICv3State *s, int start, int len) | ||
136 | int i; | ||
137 | uint8_t prio; | ||
138 | uint32_t pend = 0; | ||
139 | + bool nmi = false; | ||
140 | |||
141 | assert(start >= GIC_INTERNAL); | ||
142 | assert(len > 0); | ||
143 | @@ -XXX,XX +XXX,XX @@ static void gicv3_update_noirqset(GICv3State *s, int start, int len) | ||
144 | */ | ||
145 | continue; | ||
146 | } | ||
147 | - prio = s->gicd_ipriority[i]; | ||
148 | - if (irqbetter(cs, i, prio)) { | ||
149 | + nmi = gicv3_get_priority(cs, false, i, &prio); | ||
150 | + if (irqbetter(cs, i, prio, nmi)) { | ||
151 | cs->hppi.irq = i; | ||
152 | cs->hppi.prio = prio; | ||
153 | + cs->hppi.nmi = nmi; | ||
154 | cs->seenbetter = true; | ||
155 | } | ||
156 | } | ||
157 | @@ -XXX,XX +XXX,XX @@ void gicv3_full_update_noirqset(GICv3State *s) | ||
158 | |||
159 | for (i = 0; i < s->num_cpu; i++) { | ||
160 | s->cpu[i].hppi.prio = 0xff; | ||
161 | + s->cpu[i].hppi.nmi = false; | ||
162 | } | ||
163 | |||
164 | /* Note that we can guarantee that these functions will not | ||
165 | diff --git a/hw/intc/arm_gicv3_common.c b/hw/intc/arm_gicv3_common.c | ||
166 | index XXXXXXX..XXXXXXX 100644 | ||
167 | --- a/hw/intc/arm_gicv3_common.c | ||
168 | +++ b/hw/intc/arm_gicv3_common.c | ||
169 | @@ -XXX,XX +XXX,XX @@ static void arm_gicv3_common_reset_hold(Object *obj) | ||
170 | memset(cs->gicr_ipriorityr, 0, sizeof(cs->gicr_ipriorityr)); | ||
171 | |||
172 | cs->hppi.prio = 0xff; | ||
173 | + cs->hppi.nmi = false; | ||
174 | cs->hpplpi.prio = 0xff; | ||
175 | + cs->hpplpi.nmi = false; | ||
176 | cs->hppvlpi.prio = 0xff; | ||
177 | + cs->hppvlpi.nmi = false; | ||
178 | |||
179 | /* State in the CPU interface must *not* be reset here, because it | ||
180 | * is part of the CPU's reset domain, not the GIC device's. | ||
181 | diff --git a/hw/intc/arm_gicv3_redist.c b/hw/intc/arm_gicv3_redist.c | ||
182 | index XXXXXXX..XXXXXXX 100644 | ||
183 | --- a/hw/intc/arm_gicv3_redist.c | ||
184 | +++ b/hw/intc/arm_gicv3_redist.c | ||
185 | @@ -XXX,XX +XXX,XX @@ static void update_for_one_lpi(GICv3CPUState *cs, int irq, | ||
186 | ((prio == hpp->prio) && (irq <= hpp->irq))) { | ||
187 | hpp->irq = irq; | ||
188 | hpp->prio = prio; | ||
189 | + hpp->nmi = false; | ||
190 | /* LPIs and vLPIs are always non-secure Grp1 interrupts */ | ||
191 | hpp->grp = GICV3_G1NS; | ||
192 | } | ||
193 | @@ -XXX,XX +XXX,XX @@ static void update_for_all_lpis(GICv3CPUState *cs, uint64_t ptbase, | ||
194 | int i, bit; | ||
195 | |||
196 | hpp->prio = 0xff; | ||
197 | + hpp->nmi = false; | ||
198 | |||
199 | for (i = GICV3_LPI_INTID_START / 8; i < pendt_size / 8; i++) { | ||
200 | address_space_read(as, ptbase + i, MEMTXATTRS_UNSPECIFIED, &pend, 1); | ||
201 | @@ -XXX,XX +XXX,XX @@ static void gicv3_redist_update_vlpi_only(GICv3CPUState *cs) | ||
202 | |||
203 | if (!FIELD_EX64(cs->gicr_vpendbaser, GICR_VPENDBASER, VALID)) { | ||
204 | cs->hppvlpi.prio = 0xff; | ||
205 | + cs->hppvlpi.nmi = false; | ||
206 | return; | ||
207 | } | ||
93 | 208 | ||
94 | -- | 209 | -- |
95 | 2.20.1 | 210 | 2.34.1 |
96 | |||
97 | diff view generated by jsdifflib |
1 | Move the specification of the IRQ information for the uart, ethernet, | 1 | From: Jinjie Ruan <ruanjinjie@huawei.com> |
---|---|---|---|
2 | dma and spi devices to the data structures. (The other devices | ||
3 | handled by the PPCPortInfo structures don't have any interrupt lines | ||
4 | we need to wire up.) | ||
5 | 2 | ||
3 | In CPU Interface, if the IRQ has the non-maskable property, report NMI to | ||
4 | the corresponding PE. | ||
5 | |||
6 | Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com> | ||
7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
8 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
9 | Message-id: 20240407081733.3231820-22-ruanjinjie@huawei.com | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
8 | Message-id: 20210215115138.20465-14-peter.maydell@linaro.org | ||
9 | --- | 11 | --- |
10 | hw/arm/mps2-tz.c | 52 +++++++++++++++++++++++------------------------- | 12 | hw/intc/arm_gicv3_cpuif.c | 4 ++++ |
11 | 1 file changed, 25 insertions(+), 27 deletions(-) | 13 | 1 file changed, 4 insertions(+) |
12 | 14 | ||
13 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c | 15 | diff --git a/hw/intc/arm_gicv3_cpuif.c b/hw/intc/arm_gicv3_cpuif.c |
14 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
15 | --- a/hw/arm/mps2-tz.c | 17 | --- a/hw/intc/arm_gicv3_cpuif.c |
16 | +++ b/hw/arm/mps2-tz.c | 18 | +++ b/hw/intc/arm_gicv3_cpuif.c |
17 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_uart(MPS2TZMachineState *mms, void *opaque, | 19 | @@ -XXX,XX +XXX,XX @@ void gicv3_cpuif_update(GICv3CPUState *cs) |
18 | const char *name, hwaddr size, | 20 | /* Tell the CPU about its highest priority pending interrupt */ |
19 | const int *irqs) | 21 | int irqlevel = 0; |
20 | { | 22 | int fiqlevel = 0; |
21 | + /* The irq[] array is tx, rx, combined, in that order */ | 23 | + int nmilevel = 0; |
22 | MPS2TZMachineClass *mmc = MPS2TZ_MACHINE_GET_CLASS(mms); | 24 | ARMCPU *cpu = ARM_CPU(cs->cpu); |
23 | CMSDKAPBUART *uart = opaque; | 25 | CPUARMState *env = &cpu->env; |
24 | int i = uart - &mms->uart[0]; | 26 | |
25 | - int rxirqno = i * 2 + 32; | 27 | @@ -XXX,XX +XXX,XX @@ void gicv3_cpuif_update(GICv3CPUState *cs) |
26 | - int txirqno = i * 2 + 33; | 28 | |
27 | - int combirqno = i + 42; | 29 | if (isfiq) { |
28 | SysBusDevice *s; | 30 | fiqlevel = 1; |
29 | DeviceState *orgate_dev = DEVICE(&mms->uart_irq_orgate); | 31 | + } else if (cs->hppi.nmi) { |
30 | 32 | + nmilevel = 1; | |
31 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_uart(MPS2TZMachineState *mms, void *opaque, | 33 | } else { |
32 | qdev_prop_set_uint32(DEVICE(uart), "pclk-frq", mmc->sysclk_frq); | 34 | irqlevel = 1; |
33 | sysbus_realize(SYS_BUS_DEVICE(uart), &error_fatal); | 35 | } |
34 | s = SYS_BUS_DEVICE(uart); | 36 | @@ -XXX,XX +XXX,XX @@ void gicv3_cpuif_update(GICv3CPUState *cs) |
35 | - sysbus_connect_irq(s, 0, get_sse_irq_in(mms, txirqno)); | 37 | |
36 | - sysbus_connect_irq(s, 1, get_sse_irq_in(mms, rxirqno)); | 38 | qemu_set_irq(cs->parent_fiq, fiqlevel); |
37 | + sysbus_connect_irq(s, 0, get_sse_irq_in(mms, irqs[0])); | 39 | qemu_set_irq(cs->parent_irq, irqlevel); |
38 | + sysbus_connect_irq(s, 1, get_sse_irq_in(mms, irqs[1])); | 40 | + qemu_set_irq(cs->parent_nmi, nmilevel); |
39 | sysbus_connect_irq(s, 2, qdev_get_gpio_in(orgate_dev, i * 2)); | ||
40 | sysbus_connect_irq(s, 3, qdev_get_gpio_in(orgate_dev, i * 2 + 1)); | ||
41 | - sysbus_connect_irq(s, 4, get_sse_irq_in(mms, combirqno)); | ||
42 | + sysbus_connect_irq(s, 4, get_sse_irq_in(mms, irqs[2])); | ||
43 | return sysbus_mmio_get_region(SYS_BUS_DEVICE(uart), 0); | ||
44 | } | 41 | } |
45 | 42 | ||
46 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_eth_dev(MPS2TZMachineState *mms, void *opaque, | 43 | static uint64_t icc_pmr_read(CPUARMState *env, const ARMCPRegInfo *ri) |
47 | |||
48 | s = SYS_BUS_DEVICE(mms->lan9118); | ||
49 | sysbus_realize_and_unref(s, &error_fatal); | ||
50 | - sysbus_connect_irq(s, 0, get_sse_irq_in(mms, 48)); | ||
51 | + sysbus_connect_irq(s, 0, get_sse_irq_in(mms, irqs[0])); | ||
52 | return sysbus_mmio_get_region(s, 0); | ||
53 | } | ||
54 | |||
55 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_dma(MPS2TZMachineState *mms, void *opaque, | ||
56 | const char *name, hwaddr size, | ||
57 | const int *irqs) | ||
58 | { | ||
59 | + /* The irq[] array is DMACINTR, DMACINTERR, DMACINTTC, in that order */ | ||
60 | PL080State *dma = opaque; | ||
61 | int i = dma - &mms->dma[0]; | ||
62 | SysBusDevice *s; | ||
63 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_dma(MPS2TZMachineState *mms, void *opaque, | ||
64 | |||
65 | s = SYS_BUS_DEVICE(dma); | ||
66 | /* Wire up DMACINTR, DMACINTERR, DMACINTTC */ | ||
67 | - sysbus_connect_irq(s, 0, get_sse_irq_in(mms, 58 + i * 3)); | ||
68 | - sysbus_connect_irq(s, 1, get_sse_irq_in(mms, 56 + i * 3)); | ||
69 | - sysbus_connect_irq(s, 2, get_sse_irq_in(mms, 57 + i * 3)); | ||
70 | + sysbus_connect_irq(s, 0, get_sse_irq_in(mms, irqs[0])); | ||
71 | + sysbus_connect_irq(s, 1, get_sse_irq_in(mms, irqs[1])); | ||
72 | + sysbus_connect_irq(s, 2, get_sse_irq_in(mms, irqs[2])); | ||
73 | |||
74 | g_free(mscname); | ||
75 | return sysbus_mmio_get_region(s, 0); | ||
76 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_spi(MPS2TZMachineState *mms, void *opaque, | ||
77 | * lines are set via the "MISC" register in the MPS2 FPGAIO device. | ||
78 | */ | ||
79 | PL022State *spi = opaque; | ||
80 | - int i = spi - &mms->spi[0]; | ||
81 | SysBusDevice *s; | ||
82 | |||
83 | object_initialize_child(OBJECT(mms), name, spi, TYPE_PL022); | ||
84 | sysbus_realize(SYS_BUS_DEVICE(spi), &error_fatal); | ||
85 | s = SYS_BUS_DEVICE(spi); | ||
86 | - sysbus_connect_irq(s, 0, get_sse_irq_in(mms, 51 + i)); | ||
87 | + sysbus_connect_irq(s, 0, get_sse_irq_in(mms, irqs[0])); | ||
88 | return sysbus_mmio_get_region(s, 0); | ||
89 | } | ||
90 | |||
91 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) | ||
92 | }, { | ||
93 | .name = "apb_ppcexp1", | ||
94 | .ports = { | ||
95 | - { "spi0", make_spi, &mms->spi[0], 0x40205000, 0x1000 }, | ||
96 | - { "spi1", make_spi, &mms->spi[1], 0x40206000, 0x1000 }, | ||
97 | - { "spi2", make_spi, &mms->spi[2], 0x40209000, 0x1000 }, | ||
98 | - { "spi3", make_spi, &mms->spi[3], 0x4020a000, 0x1000 }, | ||
99 | - { "spi4", make_spi, &mms->spi[4], 0x4020b000, 0x1000 }, | ||
100 | - { "uart0", make_uart, &mms->uart[0], 0x40200000, 0x1000 }, | ||
101 | - { "uart1", make_uart, &mms->uart[1], 0x40201000, 0x1000 }, | ||
102 | - { "uart2", make_uart, &mms->uart[2], 0x40202000, 0x1000 }, | ||
103 | - { "uart3", make_uart, &mms->uart[3], 0x40203000, 0x1000 }, | ||
104 | - { "uart4", make_uart, &mms->uart[4], 0x40204000, 0x1000 }, | ||
105 | + { "spi0", make_spi, &mms->spi[0], 0x40205000, 0x1000, { 51 } }, | ||
106 | + { "spi1", make_spi, &mms->spi[1], 0x40206000, 0x1000, { 52 } }, | ||
107 | + { "spi2", make_spi, &mms->spi[2], 0x40209000, 0x1000, { 53 } }, | ||
108 | + { "spi3", make_spi, &mms->spi[3], 0x4020a000, 0x1000, { 54 } }, | ||
109 | + { "spi4", make_spi, &mms->spi[4], 0x4020b000, 0x1000, { 55 } }, | ||
110 | + { "uart0", make_uart, &mms->uart[0], 0x40200000, 0x1000, { 32, 33, 42 } }, | ||
111 | + { "uart1", make_uart, &mms->uart[1], 0x40201000, 0x1000, { 34, 35, 43 } }, | ||
112 | + { "uart2", make_uart, &mms->uart[2], 0x40202000, 0x1000, { 36, 37, 44 } }, | ||
113 | + { "uart3", make_uart, &mms->uart[3], 0x40203000, 0x1000, { 38, 39, 45 } }, | ||
114 | + { "uart4", make_uart, &mms->uart[4], 0x40204000, 0x1000, { 40, 41, 46 } }, | ||
115 | { "i2c0", make_i2c, &mms->i2c[0], 0x40207000, 0x1000 }, | ||
116 | { "i2c1", make_i2c, &mms->i2c[1], 0x40208000, 0x1000 }, | ||
117 | { "i2c2", make_i2c, &mms->i2c[2], 0x4020c000, 0x1000 }, | ||
118 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) | ||
119 | { "gpio1", make_unimp_dev, &mms->gpio[1], 0x40101000, 0x1000 }, | ||
120 | { "gpio2", make_unimp_dev, &mms->gpio[2], 0x40102000, 0x1000 }, | ||
121 | { "gpio3", make_unimp_dev, &mms->gpio[3], 0x40103000, 0x1000 }, | ||
122 | - { "eth", make_eth_dev, NULL, 0x42000000, 0x100000 }, | ||
123 | + { "eth", make_eth_dev, NULL, 0x42000000, 0x100000, { 48 } }, | ||
124 | }, | ||
125 | }, { | ||
126 | .name = "ahb_ppcexp1", | ||
127 | .ports = { | ||
128 | - { "dma0", make_dma, &mms->dma[0], 0x40110000, 0x1000 }, | ||
129 | - { "dma1", make_dma, &mms->dma[1], 0x40111000, 0x1000 }, | ||
130 | - { "dma2", make_dma, &mms->dma[2], 0x40112000, 0x1000 }, | ||
131 | - { "dma3", make_dma, &mms->dma[3], 0x40113000, 0x1000 }, | ||
132 | + { "dma0", make_dma, &mms->dma[0], 0x40110000, 0x1000, { 58, 56, 57 } }, | ||
133 | + { "dma1", make_dma, &mms->dma[1], 0x40111000, 0x1000, { 61, 59, 60 } }, | ||
134 | + { "dma2", make_dma, &mms->dma[2], 0x40112000, 0x1000, { 64, 62, 63 } }, | ||
135 | + { "dma3", make_dma, &mms->dma[3], 0x40113000, 0x1000, { 67, 65, 66 } }, | ||
136 | }, | ||
137 | }, | ||
138 | }; | ||
139 | -- | 44 | -- |
140 | 2.20.1 | 45 | 2.34.1 |
141 | |||
142 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | From: Jinjie Ruan <ruanjinjie@huawei.com> |
---|---|---|---|
2 | 2 | ||
3 | The STATUS register will be reset to IDLE in | 3 | In vCPU Interface, if the vIRQ has the non-maskable property, report |
4 | cnpcm7xx_smbus_enter_reset(), no need to preset | 4 | vINMI to the corresponding vPE. |
5 | it in instance_init(). | ||
6 | 5 | ||
7 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 6 | Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com> |
8 | Reviewed-by: Hao Wu <wuhaotsh@google.com> | 7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
9 | Message-id: 20210228224813.312532-1-f4bug@amsat.org | 8 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
9 | Message-id: 20240407081733.3231820-23-ruanjinjie@huawei.com | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | --- | 11 | --- |
12 | hw/i2c/npcm7xx_smbus.c | 1 - | 12 | hw/intc/arm_gicv3_cpuif.c | 14 ++++++++++++-- |
13 | 1 file changed, 1 deletion(-) | 13 | 1 file changed, 12 insertions(+), 2 deletions(-) |
14 | 14 | ||
15 | diff --git a/hw/i2c/npcm7xx_smbus.c b/hw/i2c/npcm7xx_smbus.c | 15 | diff --git a/hw/intc/arm_gicv3_cpuif.c b/hw/intc/arm_gicv3_cpuif.c |
16 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
17 | --- a/hw/i2c/npcm7xx_smbus.c | 17 | --- a/hw/intc/arm_gicv3_cpuif.c |
18 | +++ b/hw/i2c/npcm7xx_smbus.c | 18 | +++ b/hw/intc/arm_gicv3_cpuif.c |
19 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_smbus_init(Object *obj) | 19 | @@ -XXX,XX +XXX,XX @@ void gicv3_cpuif_virt_irq_fiq_update(GICv3CPUState *cs) |
20 | sysbus_init_mmio(sbd, &s->iomem); | 20 | int idx; |
21 | 21 | int irqlevel = 0; | |
22 | s->bus = i2c_init_bus(DEVICE(s), "i2c-bus"); | 22 | int fiqlevel = 0; |
23 | - s->status = NPCM7XX_SMBUS_STATUS_IDLE; | 23 | + int nmilevel = 0; |
24 | |||
25 | idx = hppvi_index(cs); | ||
26 | trace_gicv3_cpuif_virt_update(gicv3_redist_affid(cs), idx, | ||
27 | @@ -XXX,XX +XXX,XX @@ void gicv3_cpuif_virt_irq_fiq_update(GICv3CPUState *cs) | ||
28 | uint64_t lr = cs->ich_lr_el2[idx]; | ||
29 | |||
30 | if (icv_hppi_can_preempt(cs, lr)) { | ||
31 | - /* Virtual interrupts are simple: G0 are always FIQ, and G1 IRQ */ | ||
32 | + /* | ||
33 | + * Virtual interrupts are simple: G0 are always FIQ, and G1 are | ||
34 | + * IRQ or NMI which depends on the ICH_LR<n>_EL2.NMI to have | ||
35 | + * non-maskable property. | ||
36 | + */ | ||
37 | if (lr & ICH_LR_EL2_GROUP) { | ||
38 | - irqlevel = 1; | ||
39 | + if (lr & ICH_LR_EL2_NMI) { | ||
40 | + nmilevel = 1; | ||
41 | + } else { | ||
42 | + irqlevel = 1; | ||
43 | + } | ||
44 | } else { | ||
45 | fiqlevel = 1; | ||
46 | } | ||
47 | @@ -XXX,XX +XXX,XX @@ void gicv3_cpuif_virt_irq_fiq_update(GICv3CPUState *cs) | ||
48 | trace_gicv3_cpuif_virt_set_irqs(gicv3_redist_affid(cs), fiqlevel, irqlevel); | ||
49 | qemu_set_irq(cs->parent_vfiq, fiqlevel); | ||
50 | qemu_set_irq(cs->parent_virq, irqlevel); | ||
51 | + qemu_set_irq(cs->parent_vnmi, nmilevel); | ||
24 | } | 52 | } |
25 | 53 | ||
26 | static const VMStateDescription vmstate_npcm7xx_smbus = { | 54 | static void gicv3_cpuif_virt_update(GICv3CPUState *cs) |
27 | -- | 55 | -- |
28 | 2.20.1 | 56 | 2.34.1 |
29 | |||
30 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | From: Jinjie Ruan <ruanjinjie@huawei.com> |
---|---|---|---|
2 | 2 | ||
3 | IDAU is specific to M-profile. KVM only supports A-profile. | 3 | Enable FEAT_NMI on the 'max' CPU. |
4 | Restrict this interface to TCG, as it is pointless (and | ||
5 | confusing) on a KVM-only build. | ||
6 | 4 | ||
5 | Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com> | ||
7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
8 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
9 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 8 | Message-id: 20240407081733.3231820-24-ruanjinjie@huawei.com |
10 | Message-id: 20210221222617.2579610-2-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 | target/arm/cpu.c | 7 ------- | 11 | docs/system/arm/emulation.rst | 1 + |
14 | target/arm/cpu_tcg.c | 8 ++++++++ | 12 | target/arm/tcg/cpu64.c | 1 + |
15 | 2 files changed, 8 insertions(+), 7 deletions(-) | 13 | 2 files changed, 2 insertions(+) |
16 | 14 | ||
17 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c | 15 | diff --git a/docs/system/arm/emulation.rst b/docs/system/arm/emulation.rst |
18 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
19 | --- a/target/arm/cpu.c | 17 | --- a/docs/system/arm/emulation.rst |
20 | +++ b/target/arm/cpu.c | 18 | +++ b/docs/system/arm/emulation.rst |
21 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo arm_cpu_type_info = { | 19 | @@ -XXX,XX +XXX,XX @@ the following architecture extensions: |
22 | .class_init = arm_cpu_class_init, | 20 | - FEAT_MTE (Memory Tagging Extension) |
23 | }; | 21 | - FEAT_MTE2 (Memory Tagging Extension) |
24 | 22 | - FEAT_MTE3 (MTE Asymmetric Fault Handling) | |
25 | -static const TypeInfo idau_interface_type_info = { | 23 | +- FEAT_NMI (Non-maskable Interrupt) |
26 | - .name = TYPE_IDAU_INTERFACE, | 24 | - FEAT_NV (Nested Virtualization) |
27 | - .parent = TYPE_INTERFACE, | 25 | - FEAT_NV2 (Enhanced nested virtualization support) |
28 | - .class_size = sizeof(IDAUInterfaceClass), | 26 | - FEAT_PACIMP (Pointer authentication - IMPLEMENTATION DEFINED algorithm) |
29 | -}; | 27 | diff --git a/target/arm/tcg/cpu64.c b/target/arm/tcg/cpu64.c |
30 | - | ||
31 | static void arm_cpu_register_types(void) | ||
32 | { | ||
33 | const size_t cpu_count = ARRAY_SIZE(arm_cpus); | ||
34 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_register_types(void) | ||
35 | if (cpu_count) { | ||
36 | size_t i; | ||
37 | |||
38 | - type_register_static(&idau_interface_type_info); | ||
39 | for (i = 0; i < cpu_count; ++i) { | ||
40 | arm_cpu_register(&arm_cpus[i]); | ||
41 | } | ||
42 | diff --git a/target/arm/cpu_tcg.c b/target/arm/cpu_tcg.c | ||
43 | index XXXXXXX..XXXXXXX 100644 | 28 | index XXXXXXX..XXXXXXX 100644 |
44 | --- a/target/arm/cpu_tcg.c | 29 | --- a/target/arm/tcg/cpu64.c |
45 | +++ b/target/arm/cpu_tcg.c | 30 | +++ b/target/arm/tcg/cpu64.c |
46 | @@ -XXX,XX +XXX,XX @@ | 31 | @@ -XXX,XX +XXX,XX @@ void aarch64_max_tcg_initfn(Object *obj) |
47 | #include "hw/core/tcg-cpu-ops.h" | 32 | t = FIELD_DP64(t, ID_AA64PFR1, RAS_FRAC, 0); /* FEAT_RASv1p1 + FEAT_DoubleFault */ |
48 | #endif /* CONFIG_TCG */ | 33 | t = FIELD_DP64(t, ID_AA64PFR1, SME, 1); /* FEAT_SME */ |
49 | #include "internals.h" | 34 | t = FIELD_DP64(t, ID_AA64PFR1, CSV2_FRAC, 0); /* FEAT_CSV2_2 */ |
50 | +#include "target/arm/idau.h" | 35 | + t = FIELD_DP64(t, ID_AA64PFR1, NMI, 1); /* FEAT_NMI */ |
51 | 36 | cpu->isar.id_aa64pfr1 = t; | |
52 | /* CPU models. These are not needed for the AArch64 linux-user build. */ | 37 | |
53 | #if !defined(CONFIG_USER_ONLY) || !defined(TARGET_AARCH64) | 38 | t = cpu->isar.id_aa64mmfr0; |
54 | @@ -XXX,XX +XXX,XX @@ static const ARMCPUInfo arm_tcg_cpus[] = { | ||
55 | { .name = "pxa270-c5", .initfn = pxa270c5_initfn }, | ||
56 | }; | ||
57 | |||
58 | +static const TypeInfo idau_interface_type_info = { | ||
59 | + .name = TYPE_IDAU_INTERFACE, | ||
60 | + .parent = TYPE_INTERFACE, | ||
61 | + .class_size = sizeof(IDAUInterfaceClass), | ||
62 | +}; | ||
63 | + | ||
64 | static void arm_tcg_cpu_register_types(void) | ||
65 | { | ||
66 | size_t i; | ||
67 | |||
68 | + type_register_static(&idau_interface_type_info); | ||
69 | for (i = 0; i < ARRAY_SIZE(arm_tcg_cpus); ++i) { | ||
70 | arm_cpu_register(&arm_tcg_cpus[i]); | ||
71 | } | ||
72 | -- | 39 | -- |
73 | 2.20.1 | 40 | 2.34.1 |
74 | |||
75 | diff view generated by jsdifflib |
1 | The AN505 and AN521 have the same device layout, but the AN524 is | 1 | From: Jinjie Ruan <ruanjinjie@huawei.com> |
---|---|---|---|
2 | somewhat different. Allow for more than one PPCInfo array, which can | ||
3 | be selected based on the board type. | ||
4 | 2 | ||
3 | If the CPU implements FEAT_NMI, then turn on the NMI support in the | ||
4 | GICv3 too. It's permitted to have a configuration with FEAT_NMI in | ||
5 | the CPU (and thus NMI support in the CPU interfaces too) but no NMI | ||
6 | support in the distributor and redistributor, but this isn't a very | ||
7 | useful setup as it's close to having no NMI support at all. | ||
8 | |||
9 | We don't need to gate the enabling of NMI in the GIC behind a | ||
10 | machine version property, because none of our current CPUs | ||
11 | implement FEAT_NMI, and '-cpu max' is not something we maintain | ||
12 | migration compatibility across versions for. So we can always | ||
13 | enable the GIC NMI support when the CPU has it. | ||
14 | |||
15 | Neither hvf nor KVM support NMI in the GIC yet, so we don't enable | ||
16 | it unless we're using TCG. | ||
17 | |||
18 | Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com> | ||
19 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
20 | Message-id: 20240407081733.3231820-25-ruanjinjie@huawei.com | ||
21 | [PMM: Update comment and commit message] | ||
22 | Suggested-by: Peter Maydell <peter.maydell@linaro.org> | ||
5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 23 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
7 | Message-id: 20210215115138.20465-16-peter.maydell@linaro.org | ||
8 | --- | 24 | --- |
9 | hw/arm/mps2-tz.c | 16 ++++++++++++++-- | 25 | hw/arm/virt.c | 19 +++++++++++++++++++ |
10 | 1 file changed, 14 insertions(+), 2 deletions(-) | 26 | 1 file changed, 19 insertions(+) |
11 | 27 | ||
12 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c | 28 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c |
13 | index XXXXXXX..XXXXXXX 100644 | 29 | index XXXXXXX..XXXXXXX 100644 |
14 | --- a/hw/arm/mps2-tz.c | 30 | --- a/hw/arm/virt.c |
15 | +++ b/hw/arm/mps2-tz.c | 31 | +++ b/hw/arm/virt.c |
16 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) | 32 | @@ -XXX,XX +XXX,XX @@ static void create_v2m(VirtMachineState *vms) |
17 | MemoryRegion *system_memory = get_system_memory(); | 33 | vms->msi_controller = VIRT_MSI_CTRL_GICV2M; |
18 | DeviceState *iotkitdev; | 34 | } |
19 | DeviceState *dev_splitter; | 35 | |
20 | + const PPCInfo *ppcs; | 36 | +/* |
21 | + int num_ppcs; | 37 | + * If the CPU has FEAT_NMI, then turn on the NMI support in the GICv3 too. |
22 | int i; | 38 | + * It's permitted to have a configuration with NMI in the CPU (and thus the |
23 | 39 | + * GICv3 CPU interface) but not in the distributor/redistributors, but it's | |
24 | if (strcmp(machine->cpu_type, mc->default_cpu_type) != 0) { | 40 | + * not very useful. |
25 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) | 41 | + */ |
26 | * + wire up the PPC's control lines to the IoTKit object | 42 | +static bool gicv3_nmi_present(VirtMachineState *vms) |
27 | */ | 43 | +{ |
28 | 44 | + ARMCPU *cpu = ARM_CPU(qemu_get_cpu(0)); | |
29 | - const PPCInfo ppcs[] = { { | 45 | + |
30 | + const PPCInfo an505_ppcs[] = { { | 46 | + return tcg_enabled() && cpu_isar_feature(aa64_nmi, cpu) && |
31 | .name = "apb_ppcexp0", | 47 | + (vms->gic_version != VIRT_GIC_VERSION_2); |
32 | .ports = { | 48 | +} |
33 | { "ssram-0", make_mpc, &mms->ssram_mpc[0], 0x58007000, 0x1000 }, | 49 | + |
34 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) | 50 | static void create_gic(VirtMachineState *vms, MemoryRegion *mem) |
35 | }, | 51 | { |
36 | }; | 52 | MachineState *ms = MACHINE(vms); |
37 | 53 | @@ -XXX,XX +XXX,XX @@ static void create_gic(VirtMachineState *vms, MemoryRegion *mem) | |
38 | - for (i = 0; i < ARRAY_SIZE(ppcs); i++) { | 54 | vms->virt); |
39 | + switch (mmc->fpga_type) { | 55 | } |
40 | + case FPGA_AN505: | 56 | } |
41 | + case FPGA_AN521: | 57 | + |
42 | + ppcs = an505_ppcs; | 58 | + if (gicv3_nmi_present(vms)) { |
43 | + num_ppcs = ARRAY_SIZE(an505_ppcs); | 59 | + qdev_prop_set_bit(vms->gic, "has-nmi", true); |
44 | + break; | ||
45 | + default: | ||
46 | + g_assert_not_reached(); | ||
47 | + } | 60 | + } |
48 | + | 61 | + |
49 | + for (i = 0; i < num_ppcs; i++) { | 62 | gicbusdev = SYS_BUS_DEVICE(vms->gic); |
50 | const PPCInfo *ppcinfo = &ppcs[i]; | 63 | sysbus_realize_and_unref(gicbusdev, &error_fatal); |
51 | TZPPC *ppc = &mms->ppc[i]; | 64 | sysbus_mmio_map(gicbusdev, 0, vms->memmap[VIRT_GIC_DIST].base); |
52 | DeviceState *ppcdev; | ||
53 | -- | 65 | -- |
54 | 2.20.1 | 66 | 2.34.1 |
55 | |||
56 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | From: Anastasia Belova <abelova@astralinux.ru> |
---|---|---|---|
2 | 2 | ||
3 | We will move this code in the next commit. Clean it up | 3 | In soc_dma_set_request() we try to set a bit in a uint64_t, but we |
4 | first to avoid checkpatch.pl errors. | 4 | do it with "1 << ch->num", which can't set any bits past 31; |
5 | any use for a channel number of 32 or more would fail due to | ||
6 | integer overflow. | ||
5 | 7 | ||
6 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 8 | This doesn't happen in practice for our current use of this code, |
7 | Message-id: 20210221222617.2579610-3-f4bug@amsat.org | 9 | because the worst case is when we call soc_dma_init() with an |
10 | argument of 32 for the number of channels, and QEMU builds with | ||
11 | -fwrapv so the shift into the sign bit is well-defined. However, | ||
12 | it's obviously not the intended behaviour of the code. | ||
13 | |||
14 | Add casts to force the shift to be done as 64-bit arithmetic, | ||
15 | allowing up to 64 channels. | ||
16 | |||
17 | Found by Linux Verification Center (linuxtesting.org) with SVACE. | ||
18 | |||
19 | Fixes: afbb5194d4 ("Handle on-chip DMA controllers in one place, convert OMAP DMA to use it.") | ||
20 | Signed-off-by: Anastasia Belova <abelova@astralinux.ru> | ||
21 | Message-id: 20240409115301.21829-1-abelova@astralinux.ru | ||
22 | [PMM: Edit commit message to clarify that this doesn't actually | ||
23 | bite us in our current usage of this code.] | ||
8 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 24 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 25 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | --- | 26 | --- |
11 | target/arm/cpu.c | 12 ++++++++---- | 27 | hw/dma/soc_dma.c | 4 ++-- |
12 | 1 file changed, 8 insertions(+), 4 deletions(-) | 28 | 1 file changed, 2 insertions(+), 2 deletions(-) |
13 | 29 | ||
14 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c | 30 | diff --git a/hw/dma/soc_dma.c b/hw/dma/soc_dma.c |
15 | index XXXXXXX..XXXXXXX 100644 | 31 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/target/arm/cpu.c | 32 | --- a/hw/dma/soc_dma.c |
17 | +++ b/target/arm/cpu.c | 33 | +++ b/hw/dma/soc_dma.c |
18 | @@ -XXX,XX +XXX,XX @@ static void cortex_a8_initfn(Object *obj) | 34 | @@ -XXX,XX +XXX,XX @@ void soc_dma_set_request(struct soc_dma_ch_s *ch, int level) |
19 | } | 35 | dma->enabled_count += level - ch->enable; |
20 | 36 | ||
21 | static const ARMCPRegInfo cortexa9_cp_reginfo[] = { | 37 | if (level) |
22 | - /* power_control should be set to maximum latency. Again, | 38 | - dma->ch_enable_mask |= 1 << ch->num; |
23 | + /* | 39 | + dma->ch_enable_mask |= (uint64_t)1 << ch->num; |
24 | + * power_control should be set to maximum latency. Again, | 40 | else |
25 | * default to 0 and set by private hook | 41 | - dma->ch_enable_mask &= ~(1 << ch->num); |
26 | */ | 42 | + dma->ch_enable_mask &= ~((uint64_t)1 << ch->num); |
27 | { .name = "A9_PWRCTL", .cp = 15, .crn = 15, .crm = 0, .opc1 = 0, .opc2 = 0, | 43 | |
28 | @@ -XXX,XX +XXX,XX @@ static void cortex_a9_initfn(Object *obj) | 44 | if (level != ch->enable) { |
29 | set_feature(&cpu->env, ARM_FEATURE_NEON); | 45 | soc_dma_ch_freq_update(dma); |
30 | set_feature(&cpu->env, ARM_FEATURE_THUMB2EE); | ||
31 | set_feature(&cpu->env, ARM_FEATURE_EL3); | ||
32 | - /* Note that A9 supports the MP extensions even for | ||
33 | + /* | ||
34 | + * Note that A9 supports the MP extensions even for | ||
35 | * A9UP and single-core A9MP (which are both different | ||
36 | * and valid configurations; we don't model A9UP). | ||
37 | */ | ||
38 | @@ -XXX,XX +XXX,XX @@ static uint64_t a15_l2ctlr_read(CPUARMState *env, const ARMCPRegInfo *ri) | ||
39 | { | ||
40 | MachineState *ms = MACHINE(qdev_get_machine()); | ||
41 | |||
42 | - /* Linux wants the number of processors from here. | ||
43 | + /* | ||
44 | + * Linux wants the number of processors from here. | ||
45 | * Might as well set the interrupt-controller bit too. | ||
46 | */ | ||
47 | return ((ms->smp.cpus - 1) << 24) | (1 << 23); | ||
48 | @@ -XXX,XX +XXX,XX @@ static void cortex_a7_initfn(Object *obj) | ||
49 | cpu->isar.id_mmfr1 = 0x40000000; | ||
50 | cpu->isar.id_mmfr2 = 0x01240000; | ||
51 | cpu->isar.id_mmfr3 = 0x02102211; | ||
52 | - /* a7_mpcore_r0p5_trm, page 4-4 gives 0x01101110; but | ||
53 | + /* | ||
54 | + * a7_mpcore_r0p5_trm, page 4-4 gives 0x01101110; but | ||
55 | * table 4-41 gives 0x02101110, which includes the arm div insns. | ||
56 | */ | ||
57 | cpu->isar.id_isar0 = 0x02101110; | ||
58 | -- | 46 | -- |
59 | 2.20.1 | 47 | 2.34.1 |
60 | |||
61 | diff view generated by jsdifflib |
1 | The omap_lcdc template header is already only included once, for | 1 | Ever since the bFLT format support was added in 2006, there has been |
---|---|---|---|
2 | DEPTH==32, but it still has all the macro-driven parameterization | 2 | a chunk of code in the file guarded by CONFIG_BINFMT_SHARED_FLAT |
3 | for other depths. Expand out all the macros in the header. | 3 | which is supposedly for shared library support. This is not enabled |
4 | and it's not possible to enable it, because if you do you'll run into | ||
5 | the "#error needs checking" in the calc_reloc() function. | ||
6 | |||
7 | Similarly, CONFIG_BINFMT_ZFLAT exists but can't be enabled because of | ||
8 | an "#error code needs checking" in load_flat_file(). | ||
9 | |||
10 | This code is obviously unfinished and has never been used; nobody in | ||
11 | the intervening 18 years has complained about this or fixed it, so | ||
12 | just delete the dead code. If anybody ever wants the feature they | ||
13 | can always pull it out of git, or (perhaps better) write it from | ||
14 | scratch based on the current Linux bFLT loader rather than the one of | ||
15 | 18 years ago. | ||
4 | 16 | ||
5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 17 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 18 | Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> |
7 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 19 | Message-id: 20240411115313.680433-1-peter.maydell@linaro.org |
8 | Message-id: 20210215103215.4944-6-peter.maydell@linaro.org | ||
9 | --- | 20 | --- |
10 | hw/display/omap_lcd_template.h | 67 ++++++++++++++-------------------- | 21 | linux-user/flat.h | 5 +- |
11 | 1 file changed, 28 insertions(+), 39 deletions(-) | 22 | linux-user/flatload.c | 293 ++---------------------------------------- |
12 | 23 | 2 files changed, 11 insertions(+), 287 deletions(-) | |
13 | diff --git a/hw/display/omap_lcd_template.h b/hw/display/omap_lcd_template.h | 24 | |
25 | diff --git a/linux-user/flat.h b/linux-user/flat.h | ||
14 | index XXXXXXX..XXXXXXX 100644 | 26 | index XXXXXXX..XXXXXXX 100644 |
15 | --- a/hw/display/omap_lcd_template.h | 27 | --- a/linux-user/flat.h |
16 | +++ b/hw/display/omap_lcd_template.h | 28 | +++ b/linux-user/flat.h |
17 | @@ -XXX,XX +XXX,XX @@ | 29 | @@ -XXX,XX +XXX,XX @@ |
18 | * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 30 | |
31 | #define FLAT_VERSION 0x00000004L | ||
32 | |||
33 | -#ifdef CONFIG_BINFMT_SHARED_FLAT | ||
34 | -#define MAX_SHARED_LIBS (4) | ||
35 | -#else | ||
36 | +/* QEMU doesn't support bflt shared libraries */ | ||
37 | #define MAX_SHARED_LIBS (1) | ||
38 | -#endif | ||
39 | |||
40 | /* | ||
41 | * To make everything easier to port and manage cross platform | ||
42 | diff --git a/linux-user/flatload.c b/linux-user/flatload.c | ||
43 | index XXXXXXX..XXXXXXX 100644 | ||
44 | --- a/linux-user/flatload.c | ||
45 | +++ b/linux-user/flatload.c | ||
46 | @@ -XXX,XX +XXX,XX @@ | ||
47 | * JAN/99 -- coded full program relocation (gerg@snapgear.com) | ||
19 | */ | 48 | */ |
20 | 49 | ||
21 | -#if DEPTH == 32 | 50 | -/* ??? ZFLAT and shared library support is currently disabled. */ |
22 | -# define BPP 4 | 51 | - |
23 | -# define PIXEL_TYPE uint32_t | 52 | /****************************************************************************/ |
53 | |||
54 | #include "qemu/osdep.h" | ||
55 | @@ -XXX,XX +XXX,XX @@ struct lib_info { | ||
56 | short loaded; /* Has this library been loaded? */ | ||
57 | }; | ||
58 | |||
59 | -#ifdef CONFIG_BINFMT_SHARED_FLAT | ||
60 | -static int load_flat_shared_library(int id, struct lib_info *p); | ||
61 | -#endif | ||
62 | - | ||
63 | struct linux_binprm; | ||
64 | |||
65 | /****************************************************************************/ | ||
66 | @@ -XXX,XX +XXX,XX @@ static int target_pread(int fd, abi_ulong ptr, abi_ulong len, | ||
67 | unlock_user(buf, ptr, len); | ||
68 | return ret; | ||
69 | } | ||
70 | -/****************************************************************************/ | ||
71 | - | ||
72 | -#ifdef CONFIG_BINFMT_ZFLAT | ||
73 | - | ||
74 | -#include <linux/zlib.h> | ||
75 | - | ||
76 | -#define LBUFSIZE 4000 | ||
77 | - | ||
78 | -/* gzip flag byte */ | ||
79 | -#define ASCII_FLAG 0x01 /* bit 0 set: file probably ASCII text */ | ||
80 | -#define CONTINUATION 0x02 /* bit 1 set: continuation of multi-part gzip file */ | ||
81 | -#define EXTRA_FIELD 0x04 /* bit 2 set: extra field present */ | ||
82 | -#define ORIG_NAME 0x08 /* bit 3 set: original file name present */ | ||
83 | -#define COMMENT 0x10 /* bit 4 set: file comment present */ | ||
84 | -#define ENCRYPTED 0x20 /* bit 5 set: file is encrypted */ | ||
85 | -#define RESERVED 0xC0 /* bit 6,7: reserved */ | ||
86 | - | ||
87 | -static int decompress_exec( | ||
88 | - struct linux_binprm *bprm, | ||
89 | - unsigned long offset, | ||
90 | - char *dst, | ||
91 | - long len, | ||
92 | - int fd) | ||
93 | -{ | ||
94 | - unsigned char *buf; | ||
95 | - z_stream strm; | ||
96 | - loff_t fpos; | ||
97 | - int ret, retval; | ||
98 | - | ||
99 | - DBG_FLT("decompress_exec(offset=%x,buf=%x,len=%x)\n",(int)offset, (int)dst, (int)len); | ||
100 | - | ||
101 | - memset(&strm, 0, sizeof(strm)); | ||
102 | - strm.workspace = kmalloc(zlib_inflate_workspacesize(), GFP_KERNEL); | ||
103 | - if (strm.workspace == NULL) { | ||
104 | - DBG_FLT("binfmt_flat: no memory for decompress workspace\n"); | ||
105 | - return -ENOMEM; | ||
106 | - } | ||
107 | - buf = kmalloc(LBUFSIZE, GFP_KERNEL); | ||
108 | - if (buf == NULL) { | ||
109 | - DBG_FLT("binfmt_flat: no memory for read buffer\n"); | ||
110 | - retval = -ENOMEM; | ||
111 | - goto out_free; | ||
112 | - } | ||
113 | - | ||
114 | - /* Read in first chunk of data and parse gzip header. */ | ||
115 | - fpos = offset; | ||
116 | - ret = bprm->file->f_op->read(bprm->file, buf, LBUFSIZE, &fpos); | ||
117 | - | ||
118 | - strm.next_in = buf; | ||
119 | - strm.avail_in = ret; | ||
120 | - strm.total_in = 0; | ||
121 | - | ||
122 | - retval = -ENOEXEC; | ||
123 | - | ||
124 | - /* Check minimum size -- gzip header */ | ||
125 | - if (ret < 10) { | ||
126 | - DBG_FLT("binfmt_flat: file too small?\n"); | ||
127 | - goto out_free_buf; | ||
128 | - } | ||
129 | - | ||
130 | - /* Check gzip magic number */ | ||
131 | - if ((buf[0] != 037) || ((buf[1] != 0213) && (buf[1] != 0236))) { | ||
132 | - DBG_FLT("binfmt_flat: unknown compression magic?\n"); | ||
133 | - goto out_free_buf; | ||
134 | - } | ||
135 | - | ||
136 | - /* Check gzip method */ | ||
137 | - if (buf[2] != 8) { | ||
138 | - DBG_FLT("binfmt_flat: unknown compression method?\n"); | ||
139 | - goto out_free_buf; | ||
140 | - } | ||
141 | - /* Check gzip flags */ | ||
142 | - if ((buf[3] & ENCRYPTED) || (buf[3] & CONTINUATION) || | ||
143 | - (buf[3] & RESERVED)) { | ||
144 | - DBG_FLT("binfmt_flat: unknown flags?\n"); | ||
145 | - goto out_free_buf; | ||
146 | - } | ||
147 | - | ||
148 | - ret = 10; | ||
149 | - if (buf[3] & EXTRA_FIELD) { | ||
150 | - ret += 2 + buf[10] + (buf[11] << 8); | ||
151 | - if (unlikely(LBUFSIZE == ret)) { | ||
152 | - DBG_FLT("binfmt_flat: buffer overflow (EXTRA)?\n"); | ||
153 | - goto out_free_buf; | ||
154 | - } | ||
155 | - } | ||
156 | - if (buf[3] & ORIG_NAME) { | ||
157 | - for (; ret < LBUFSIZE && (buf[ret] != 0); ret++) | ||
158 | - ; | ||
159 | - if (unlikely(LBUFSIZE == ret)) { | ||
160 | - DBG_FLT("binfmt_flat: buffer overflow (ORIG_NAME)?\n"); | ||
161 | - goto out_free_buf; | ||
162 | - } | ||
163 | - } | ||
164 | - if (buf[3] & COMMENT) { | ||
165 | - for (; ret < LBUFSIZE && (buf[ret] != 0); ret++) | ||
166 | - ; | ||
167 | - if (unlikely(LBUFSIZE == ret)) { | ||
168 | - DBG_FLT("binfmt_flat: buffer overflow (COMMENT)?\n"); | ||
169 | - goto out_free_buf; | ||
170 | - } | ||
171 | - } | ||
172 | - | ||
173 | - strm.next_in += ret; | ||
174 | - strm.avail_in -= ret; | ||
175 | - | ||
176 | - strm.next_out = dst; | ||
177 | - strm.avail_out = len; | ||
178 | - strm.total_out = 0; | ||
179 | - | ||
180 | - if (zlib_inflateInit2(&strm, -MAX_WBITS) != Z_OK) { | ||
181 | - DBG_FLT("binfmt_flat: zlib init failed?\n"); | ||
182 | - goto out_free_buf; | ||
183 | - } | ||
184 | - | ||
185 | - while ((ret = zlib_inflate(&strm, Z_NO_FLUSH)) == Z_OK) { | ||
186 | - ret = bprm->file->f_op->read(bprm->file, buf, LBUFSIZE, &fpos); | ||
187 | - if (ret <= 0) | ||
188 | - break; | ||
189 | - if (is_error(ret)) { | ||
190 | - break; | ||
191 | - } | ||
192 | - len -= ret; | ||
193 | - | ||
194 | - strm.next_in = buf; | ||
195 | - strm.avail_in = ret; | ||
196 | - strm.total_in = 0; | ||
197 | - } | ||
198 | - | ||
199 | - if (ret < 0) { | ||
200 | - DBG_FLT("binfmt_flat: decompression failed (%d), %s\n", | ||
201 | - ret, strm.msg); | ||
202 | - goto out_zlib; | ||
203 | - } | ||
204 | - | ||
205 | - retval = 0; | ||
206 | -out_zlib: | ||
207 | - zlib_inflateEnd(&strm); | ||
208 | -out_free_buf: | ||
209 | - kfree(buf); | ||
210 | -out_free: | ||
211 | - kfree(strm.workspace); | ||
212 | -out: | ||
213 | - return retval; | ||
214 | -} | ||
215 | - | ||
216 | -#endif /* CONFIG_BINFMT_ZFLAT */ | ||
217 | |||
218 | /****************************************************************************/ | ||
219 | |||
220 | @@ -XXX,XX +XXX,XX @@ calc_reloc(abi_ulong r, struct lib_info *p, int curid, int internalp) | ||
221 | abi_ulong text_len; | ||
222 | abi_ulong start_code; | ||
223 | |||
224 | -#ifdef CONFIG_BINFMT_SHARED_FLAT | ||
225 | -#error needs checking | ||
226 | - if (r == 0) | ||
227 | - id = curid; /* Relocs of 0 are always self referring */ | ||
228 | - else { | ||
229 | - id = (r >> 24) & 0xff; /* Find ID for this reloc */ | ||
230 | - r &= 0x00ffffff; /* Trim ID off here */ | ||
231 | - } | ||
232 | - if (id >= MAX_SHARED_LIBS) { | ||
233 | - fprintf(stderr, "BINFMT_FLAT: reference 0x%x to shared library %d\n", | ||
234 | - (unsigned) r, id); | ||
235 | - goto failed; | ||
236 | - } | ||
237 | - if (curid != id) { | ||
238 | - if (internalp) { | ||
239 | - fprintf(stderr, "BINFMT_FLAT: reloc address 0x%x not " | ||
240 | - "in same module (%d != %d)\n", | ||
241 | - (unsigned) r, curid, id); | ||
242 | - goto failed; | ||
243 | - } else if (!p[id].loaded && is_error(load_flat_shared_library(id, p))) { | ||
244 | - fprintf(stderr, "BINFMT_FLAT: failed to load library %d\n", id); | ||
245 | - goto failed; | ||
246 | - } | ||
247 | - /* Check versioning information (i.e. time stamps) */ | ||
248 | - if (p[id].build_date && p[curid].build_date | ||
249 | - && p[curid].build_date < p[id].build_date) { | ||
250 | - fprintf(stderr, "BINFMT_FLAT: library %d is younger than %d\n", | ||
251 | - id, curid); | ||
252 | - goto failed; | ||
253 | - } | ||
254 | - } | ||
24 | -#else | 255 | -#else |
25 | -# error unsupport depth | 256 | id = 0; |
26 | -#endif | 257 | -#endif |
27 | - | 258 | |
28 | /* | 259 | start_brk = p[id].start_brk; |
29 | * 2-bit colour | 260 | start_data = p[id].start_data; |
30 | */ | 261 | @@ -XXX,XX +XXX,XX @@ static int load_flat_file(struct linux_binprm * bprm, |
31 | -static void glue(draw_line2_, DEPTH)(void *opaque, | 262 | if (rev == OLD_FLAT_VERSION && flat_old_ram_flag(flags)) |
32 | - uint8_t *d, const uint8_t *s, int width, int deststep) | 263 | flags = FLAT_FLAG_RAM; |
33 | +static void draw_line2_32(void *opaque, uint8_t *d, const uint8_t *s, | 264 | |
34 | + int width, int deststep) | 265 | -#ifndef CONFIG_BINFMT_ZFLAT |
266 | if (flags & (FLAT_FLAG_GZIP|FLAT_FLAG_GZDATA)) { | ||
267 | - fprintf(stderr, "Support for ZFLAT executables is not enabled\n"); | ||
268 | + fprintf(stderr, "ZFLAT executables are not supported\n"); | ||
269 | return -ENOEXEC; | ||
270 | } | ||
271 | -#endif | ||
272 | |||
273 | /* | ||
274 | * calculate the extra space we need to map in | ||
275 | @@ -XXX,XX +XXX,XX @@ static int load_flat_file(struct linux_binprm * bprm, | ||
276 | (int)(data_len + bss_len + stack_len), (int)datapos); | ||
277 | |||
278 | fpos = ntohl(hdr->data_start); | ||
279 | -#ifdef CONFIG_BINFMT_ZFLAT | ||
280 | - if (flags & FLAT_FLAG_GZDATA) { | ||
281 | - result = decompress_exec(bprm, fpos, (char *) datapos, | ||
282 | - data_len + (relocs * sizeof(abi_ulong))) | ||
283 | - } else | ||
284 | -#endif | ||
285 | - { | ||
286 | - result = target_pread(bprm->src.fd, datapos, | ||
287 | - data_len + (relocs * sizeof(abi_ulong)), | ||
288 | - fpos); | ||
289 | - } | ||
290 | + result = target_pread(bprm->src.fd, datapos, | ||
291 | + data_len + (relocs * sizeof(abi_ulong)), | ||
292 | + fpos); | ||
293 | if (result < 0) { | ||
294 | fprintf(stderr, "Unable to read data+bss\n"); | ||
295 | return result; | ||
296 | @@ -XXX,XX +XXX,XX @@ static int load_flat_file(struct linux_binprm * bprm, | ||
297 | datapos = realdatastart + indx_len; | ||
298 | reloc = (textpos + ntohl(hdr->reloc_start) + indx_len); | ||
299 | |||
300 | -#ifdef CONFIG_BINFMT_ZFLAT | ||
301 | -#error code needs checking | ||
302 | - /* | ||
303 | - * load it all in and treat it like a RAM load from now on | ||
304 | - */ | ||
305 | - if (flags & FLAT_FLAG_GZIP) { | ||
306 | - result = decompress_exec(bprm, sizeof (struct flat_hdr), | ||
307 | - (((char *) textpos) + sizeof (struct flat_hdr)), | ||
308 | - (text_len + data_len + (relocs * sizeof(unsigned long)) | ||
309 | - - sizeof (struct flat_hdr)), | ||
310 | - 0); | ||
311 | - memmove((void *) datapos, (void *) realdatastart, | ||
312 | - data_len + (relocs * sizeof(unsigned long))); | ||
313 | - } else if (flags & FLAT_FLAG_GZDATA) { | ||
314 | - fpos = 0; | ||
315 | - result = bprm->file->f_op->read(bprm->file, | ||
316 | - (char *) textpos, text_len, &fpos); | ||
317 | - if (!is_error(result)) { | ||
318 | - result = decompress_exec(bprm, text_len, (char *) datapos, | ||
319 | - data_len + (relocs * sizeof(unsigned long)), 0); | ||
320 | - } | ||
321 | - } | ||
322 | - else | ||
323 | -#endif | ||
324 | - { | ||
325 | - result = target_pread(bprm->src.fd, textpos, | ||
326 | - text_len, 0); | ||
327 | - if (result >= 0) { | ||
328 | - result = target_pread(bprm->src.fd, datapos, | ||
329 | - data_len + (relocs * sizeof(abi_ulong)), | ||
330 | - ntohl(hdr->data_start)); | ||
331 | - } | ||
332 | + result = target_pread(bprm->src.fd, textpos, | ||
333 | + text_len, 0); | ||
334 | + if (result >= 0) { | ||
335 | + result = target_pread(bprm->src.fd, datapos, | ||
336 | + data_len + (relocs * sizeof(abi_ulong)), | ||
337 | + ntohl(hdr->data_start)); | ||
338 | } | ||
339 | if (result < 0) { | ||
340 | fprintf(stderr, "Unable to read code+data+bss\n"); | ||
341 | @@ -XXX,XX +XXX,XX @@ static int load_flat_file(struct linux_binprm * bprm, | ||
342 | |||
343 | |||
344 | /****************************************************************************/ | ||
345 | -#ifdef CONFIG_BINFMT_SHARED_FLAT | ||
346 | - | ||
347 | -/* | ||
348 | - * Load a shared library into memory. The library gets its own data | ||
349 | - * segment (including bss) but not argv/argc/environ. | ||
350 | - */ | ||
351 | - | ||
352 | -static int load_flat_shared_library(int id, struct lib_info *libs) | ||
353 | -{ | ||
354 | - struct linux_binprm bprm; | ||
355 | - int res; | ||
356 | - char buf[16]; | ||
357 | - | ||
358 | - /* Create the file name */ | ||
359 | - sprintf(buf, "/lib/lib%d.so", id); | ||
360 | - | ||
361 | - /* Open the file up */ | ||
362 | - bprm.filename = buf; | ||
363 | - bprm.file = open_exec(bprm.filename); | ||
364 | - res = PTR_ERR(bprm.file); | ||
365 | - if (IS_ERR(bprm.file)) | ||
366 | - return res; | ||
367 | - | ||
368 | - res = prepare_binprm(&bprm); | ||
369 | - | ||
370 | - if (!is_error(res)) { | ||
371 | - res = load_flat_file(&bprm, libs, id, NULL); | ||
372 | - } | ||
373 | - if (bprm.file) { | ||
374 | - allow_write_access(bprm.file); | ||
375 | - fput(bprm.file); | ||
376 | - bprm.file = NULL; | ||
377 | - } | ||
378 | - return(res); | ||
379 | -} | ||
380 | - | ||
381 | -#endif /* CONFIG_BINFMT_SHARED_FLAT */ | ||
382 | - | ||
383 | int load_flt_binary(struct linux_binprm *bprm, struct image_info *info) | ||
35 | { | 384 | { |
36 | uint16_t *pal = opaque; | 385 | struct lib_info libinfo[MAX_SHARED_LIBS]; |
37 | uint8_t v, r, g, b; | 386 | @@ -XXX,XX +XXX,XX @@ int load_flt_binary(struct linux_binprm *bprm, struct image_info *info) |
38 | @@ -XXX,XX +XXX,XX @@ static void glue(draw_line2_, DEPTH)(void *opaque, | 387 | */ |
39 | r = (pal[v & 3] >> 4) & 0xf0; | 388 | start_addr = libinfo[0].entry; |
40 | g = pal[v & 3] & 0xf0; | 389 | |
41 | b = (pal[v & 3] << 4) & 0xf0; | 390 | -#ifdef CONFIG_BINFMT_SHARED_FLAT |
42 | - ((PIXEL_TYPE *) d)[0] = glue(rgb_to_pixel, DEPTH)(r, g, b); | 391 | -#error here |
43 | - d += BPP; | 392 | - for (i = MAX_SHARED_LIBS-1; i>0; i--) { |
44 | + ((uint32_t *) d)[0] = rgb_to_pixel32(r, g, b); | 393 | - if (libinfo[i].loaded) { |
45 | + d += 4; | 394 | - /* Push previous first to call address */ |
46 | v >>= 2; | 395 | - --sp; |
47 | r = (pal[v & 3] >> 4) & 0xf0; | 396 | - if (put_user_ual(start_addr, sp)) |
48 | g = pal[v & 3] & 0xf0; | 397 | - return -EFAULT; |
49 | b = (pal[v & 3] << 4) & 0xf0; | 398 | - start_addr = libinfo[i].entry; |
50 | - ((PIXEL_TYPE *) d)[0] = glue(rgb_to_pixel, DEPTH)(r, g, b); | 399 | - } |
51 | - d += BPP; | 400 | - } |
52 | + ((uint32_t *) d)[0] = rgb_to_pixel32(r, g, b); | 401 | -#endif |
53 | + d += 4; | 402 | - |
54 | v >>= 2; | 403 | /* Stash our initial stack pointer into the mm structure */ |
55 | r = (pal[v & 3] >> 4) & 0xf0; | 404 | info->start_code = libinfo[0].start_code; |
56 | g = pal[v & 3] & 0xf0; | 405 | info->end_code = libinfo[0].start_code + libinfo[0].text_len; |
57 | b = (pal[v & 3] << 4) & 0xf0; | ||
58 | - ((PIXEL_TYPE *) d)[0] = glue(rgb_to_pixel, DEPTH)(r, g, b); | ||
59 | - d += BPP; | ||
60 | + ((uint32_t *) d)[0] = rgb_to_pixel32(r, g, b); | ||
61 | + d += 4; | ||
62 | v >>= 2; | ||
63 | r = (pal[v & 3] >> 4) & 0xf0; | ||
64 | g = pal[v & 3] & 0xf0; | ||
65 | b = (pal[v & 3] << 4) & 0xf0; | ||
66 | - ((PIXEL_TYPE *) d)[0] = glue(rgb_to_pixel, DEPTH)(r, g, b); | ||
67 | - d += BPP; | ||
68 | + ((uint32_t *) d)[0] = rgb_to_pixel32(r, g, b); | ||
69 | + d += 4; | ||
70 | s ++; | ||
71 | width -= 4; | ||
72 | } while (width > 0); | ||
73 | @@ -XXX,XX +XXX,XX @@ static void glue(draw_line2_, DEPTH)(void *opaque, | ||
74 | /* | ||
75 | * 4-bit colour | ||
76 | */ | ||
77 | -static void glue(draw_line4_, DEPTH)(void *opaque, | ||
78 | - uint8_t *d, const uint8_t *s, int width, int deststep) | ||
79 | +static void draw_line4_32(void *opaque, uint8_t *d, const uint8_t *s, | ||
80 | + int width, int deststep) | ||
81 | { | ||
82 | uint16_t *pal = opaque; | ||
83 | uint8_t v, r, g, b; | ||
84 | @@ -XXX,XX +XXX,XX @@ static void glue(draw_line4_, DEPTH)(void *opaque, | ||
85 | r = (pal[v & 0xf] >> 4) & 0xf0; | ||
86 | g = pal[v & 0xf] & 0xf0; | ||
87 | b = (pal[v & 0xf] << 4) & 0xf0; | ||
88 | - ((PIXEL_TYPE *) d)[0] = glue(rgb_to_pixel, DEPTH)(r, g, b); | ||
89 | - d += BPP; | ||
90 | + ((uint32_t *) d)[0] = rgb_to_pixel32(r, g, b); | ||
91 | + d += 4; | ||
92 | v >>= 4; | ||
93 | r = (pal[v & 0xf] >> 4) & 0xf0; | ||
94 | g = pal[v & 0xf] & 0xf0; | ||
95 | b = (pal[v & 0xf] << 4) & 0xf0; | ||
96 | - ((PIXEL_TYPE *) d)[0] = glue(rgb_to_pixel, DEPTH)(r, g, b); | ||
97 | - d += BPP; | ||
98 | + ((uint32_t *) d)[0] = rgb_to_pixel32(r, g, b); | ||
99 | + d += 4; | ||
100 | s ++; | ||
101 | width -= 2; | ||
102 | } while (width > 0); | ||
103 | @@ -XXX,XX +XXX,XX @@ static void glue(draw_line4_, DEPTH)(void *opaque, | ||
104 | /* | ||
105 | * 8-bit colour | ||
106 | */ | ||
107 | -static void glue(draw_line8_, DEPTH)(void *opaque, | ||
108 | - uint8_t *d, const uint8_t *s, int width, int deststep) | ||
109 | +static void draw_line8_32(void *opaque, uint8_t *d, const uint8_t *s, | ||
110 | + int width, int deststep) | ||
111 | { | ||
112 | uint16_t *pal = opaque; | ||
113 | uint8_t v, r, g, b; | ||
114 | @@ -XXX,XX +XXX,XX @@ static void glue(draw_line8_, DEPTH)(void *opaque, | ||
115 | r = (pal[v] >> 4) & 0xf0; | ||
116 | g = pal[v] & 0xf0; | ||
117 | b = (pal[v] << 4) & 0xf0; | ||
118 | - ((PIXEL_TYPE *) d)[0] = glue(rgb_to_pixel, DEPTH)(r, g, b); | ||
119 | + ((uint32_t *) d)[0] = rgb_to_pixel32(r, g, b); | ||
120 | s ++; | ||
121 | - d += BPP; | ||
122 | + d += 4; | ||
123 | } while (-- width != 0); | ||
124 | } | ||
125 | |||
126 | /* | ||
127 | * 12-bit colour | ||
128 | */ | ||
129 | -static void glue(draw_line12_, DEPTH)(void *opaque, | ||
130 | - uint8_t *d, const uint8_t *s, int width, int deststep) | ||
131 | +static void draw_line12_32(void *opaque, uint8_t *d, const uint8_t *s, | ||
132 | + int width, int deststep) | ||
133 | { | ||
134 | uint16_t v; | ||
135 | uint8_t r, g, b; | ||
136 | @@ -XXX,XX +XXX,XX @@ static void glue(draw_line12_, DEPTH)(void *opaque, | ||
137 | r = (v >> 4) & 0xf0; | ||
138 | g = v & 0xf0; | ||
139 | b = (v << 4) & 0xf0; | ||
140 | - ((PIXEL_TYPE *) d)[0] = glue(rgb_to_pixel, DEPTH)(r, g, b); | ||
141 | + ((uint32_t *) d)[0] = rgb_to_pixel32(r, g, b); | ||
142 | s += 2; | ||
143 | - d += BPP; | ||
144 | + d += 4; | ||
145 | } while (-- width != 0); | ||
146 | } | ||
147 | |||
148 | /* | ||
149 | * 16-bit colour | ||
150 | */ | ||
151 | -static void glue(draw_line16_, DEPTH)(void *opaque, | ||
152 | - uint8_t *d, const uint8_t *s, int width, int deststep) | ||
153 | +static void draw_line16_32(void *opaque, uint8_t *d, const uint8_t *s, | ||
154 | + int width, int deststep) | ||
155 | { | ||
156 | #if defined(HOST_WORDS_BIGENDIAN) == defined(TARGET_WORDS_BIGENDIAN) | ||
157 | memcpy(d, s, width * 2); | ||
158 | @@ -XXX,XX +XXX,XX @@ static void glue(draw_line16_, DEPTH)(void *opaque, | ||
159 | r = (v >> 8) & 0xf8; | ||
160 | g = (v >> 3) & 0xfc; | ||
161 | b = (v << 3) & 0xf8; | ||
162 | - ((PIXEL_TYPE *) d)[0] = glue(rgb_to_pixel, DEPTH)(r, g, b); | ||
163 | + ((uint32_t *) d)[0] = rgb_to_pixel32(r, g, b); | ||
164 | s += 2; | ||
165 | - d += BPP; | ||
166 | + d += 4; | ||
167 | } while (-- width != 0); | ||
168 | #endif | ||
169 | } | ||
170 | - | ||
171 | -#undef DEPTH | ||
172 | -#undef BPP | ||
173 | -#undef PIXEL_TYPE | ||
174 | -- | 406 | -- |
175 | 2.20.1 | 407 | 2.34.1 |
176 | 408 | ||
177 | 409 | diff view generated by jsdifflib |
1 | The mps2-tz code uses PPCPortInfo data structures to define what | 1 | The npcm7xx_clk and npcm7xx_gcr device reset methods look at |
---|---|---|---|
2 | devices are present and how they are wired up. Currently we use | 2 | the ResetType argument and only handle RESET_TYPE_COLD, |
3 | these to specify device types and addresses, but hard-code the | 3 | producing a warning if another reset type is passed. This |
4 | interrupt line wiring in each make_* helper function. This works for | 4 | is different from how every other three-phase-reset method |
5 | the two boards we have at the moment, but the AN524 has some devices | 5 | we have works, and makes it difficult to add new reset types. |
6 | with different interrupt assignments. | ||
7 | 6 | ||
8 | This commit adds the framework to allow PPCPortInfo structures to | 7 | A better pattern is "assume that any reset type you don't know |
9 | specify interrupt numbers. We add an array of interrupt numbers to | 8 | about should be handled like RESET_TYPE_COLD"; switch these |
10 | the PPCPortInfo struct, and pass it through to the make_* helpers. | 9 | devices to do that. Then adding a new reset type will only |
11 | The following commit will change the make_* helpers over to using the | 10 | need to touch those devices where its behaviour really needs |
12 | framework. | 11 | to be different from the standard cold reset. |
13 | 12 | ||
14 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 13 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
15 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 14 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
16 | Message-id: 20210215115138.20465-13-peter.maydell@linaro.org | 15 | Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> |
16 | Reviewed-by: Luc Michel <luc.michel@amd.com> | ||
17 | Message-id: 20240412160809.1260625-2-peter.maydell@linaro.org | ||
17 | --- | 18 | --- |
18 | hw/arm/mps2-tz.c | 36 ++++++++++++++++++++++++------------ | 19 | hw/misc/npcm7xx_clk.c | 13 +++---------- |
19 | 1 file changed, 24 insertions(+), 12 deletions(-) | 20 | hw/misc/npcm7xx_gcr.c | 12 ++++-------- |
21 | 2 files changed, 7 insertions(+), 18 deletions(-) | ||
20 | 22 | ||
21 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c | 23 | diff --git a/hw/misc/npcm7xx_clk.c b/hw/misc/npcm7xx_clk.c |
22 | index XXXXXXX..XXXXXXX 100644 | 24 | index XXXXXXX..XXXXXXX 100644 |
23 | --- a/hw/arm/mps2-tz.c | 25 | --- a/hw/misc/npcm7xx_clk.c |
24 | +++ b/hw/arm/mps2-tz.c | 26 | +++ b/hw/misc/npcm7xx_clk.c |
25 | @@ -XXX,XX +XXX,XX @@ static qemu_irq get_sse_irq_in(MPS2TZMachineState *mms, int irqno) | 27 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_clk_enter_reset(Object *obj, ResetType type) |
26 | * needs to be plugged into the downstream end of the PPC port. | 28 | |
27 | */ | 29 | QEMU_BUILD_BUG_ON(sizeof(s->regs) != sizeof(cold_reset_values)); |
28 | typedef MemoryRegion *MakeDevFn(MPS2TZMachineState *mms, void *opaque, | 30 | |
29 | - const char *name, hwaddr size); | 31 | - switch (type) { |
30 | + const char *name, hwaddr size, | 32 | - case RESET_TYPE_COLD: |
31 | + const int *irqs); | 33 | - memcpy(s->regs, cold_reset_values, sizeof(cold_reset_values)); |
32 | 34 | - s->ref_ns = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); | |
33 | typedef struct PPCPortInfo { | 35 | - npcm7xx_clk_update_all_clocks(s); |
34 | const char *name; | 36 | - return; |
35 | @@ -XXX,XX +XXX,XX @@ typedef struct PPCPortInfo { | 37 | - } |
36 | void *opaque; | 38 | - |
37 | hwaddr addr; | 39 | + memcpy(s->regs, cold_reset_values, sizeof(cold_reset_values)); |
38 | hwaddr size; | 40 | + s->ref_ns = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); |
39 | + int irqs[3]; /* currently no device needs more IRQ lines than this */ | 41 | + npcm7xx_clk_update_all_clocks(s); |
40 | } PPCPortInfo; | 42 | /* |
41 | 43 | * A small number of registers need to be reset on a core domain reset, | |
42 | typedef struct PPCInfo { | 44 | * but no such reset type exists yet. |
43 | @@ -XXX,XX +XXX,XX @@ typedef struct PPCInfo { | 45 | */ |
44 | } PPCInfo; | 46 | - qemu_log_mask(LOG_UNIMP, "%s: reset type %d not implemented.", |
45 | 47 | - __func__, type); | |
46 | static MemoryRegion *make_unimp_dev(MPS2TZMachineState *mms, | ||
47 | - void *opaque, | ||
48 | - const char *name, hwaddr size) | ||
49 | + void *opaque, | ||
50 | + const char *name, hwaddr size, | ||
51 | + const int *irqs) | ||
52 | { | ||
53 | /* Initialize, configure and realize a TYPE_UNIMPLEMENTED_DEVICE, | ||
54 | * and return a pointer to its MemoryRegion. | ||
55 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_unimp_dev(MPS2TZMachineState *mms, | ||
56 | } | 48 | } |
57 | 49 | ||
58 | static MemoryRegion *make_uart(MPS2TZMachineState *mms, void *opaque, | 50 | static void npcm7xx_clk_init_clock_hierarchy(NPCM7xxCLKState *s) |
59 | - const char *name, hwaddr size) | 51 | diff --git a/hw/misc/npcm7xx_gcr.c b/hw/misc/npcm7xx_gcr.c |
60 | + const char *name, hwaddr size, | 52 | index XXXXXXX..XXXXXXX 100644 |
61 | + const int *irqs) | 53 | --- a/hw/misc/npcm7xx_gcr.c |
62 | { | 54 | +++ b/hw/misc/npcm7xx_gcr.c |
63 | MPS2TZMachineClass *mmc = MPS2TZ_MACHINE_GET_CLASS(mms); | 55 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_gcr_enter_reset(Object *obj, ResetType type) |
64 | CMSDKAPBUART *uart = opaque; | 56 | |
65 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_uart(MPS2TZMachineState *mms, void *opaque, | 57 | QEMU_BUILD_BUG_ON(sizeof(s->regs) != sizeof(cold_reset_values)); |
58 | |||
59 | - switch (type) { | ||
60 | - case RESET_TYPE_COLD: | ||
61 | - memcpy(s->regs, cold_reset_values, sizeof(s->regs)); | ||
62 | - s->regs[NPCM7XX_GCR_PWRON] = s->reset_pwron; | ||
63 | - s->regs[NPCM7XX_GCR_MDLR] = s->reset_mdlr; | ||
64 | - s->regs[NPCM7XX_GCR_INTCR3] = s->reset_intcr3; | ||
65 | - break; | ||
66 | - } | ||
67 | + memcpy(s->regs, cold_reset_values, sizeof(s->regs)); | ||
68 | + s->regs[NPCM7XX_GCR_PWRON] = s->reset_pwron; | ||
69 | + s->regs[NPCM7XX_GCR_MDLR] = s->reset_mdlr; | ||
70 | + s->regs[NPCM7XX_GCR_INTCR3] = s->reset_intcr3; | ||
66 | } | 71 | } |
67 | 72 | ||
68 | static MemoryRegion *make_scc(MPS2TZMachineState *mms, void *opaque, | 73 | static void npcm7xx_gcr_realize(DeviceState *dev, Error **errp) |
69 | - const char *name, hwaddr size) | ||
70 | + const char *name, hwaddr size, | ||
71 | + const int *irqs) | ||
72 | { | ||
73 | MPS2SCC *scc = opaque; | ||
74 | DeviceState *sccdev; | ||
75 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_scc(MPS2TZMachineState *mms, void *opaque, | ||
76 | } | ||
77 | |||
78 | static MemoryRegion *make_fpgaio(MPS2TZMachineState *mms, void *opaque, | ||
79 | - const char *name, hwaddr size) | ||
80 | + const char *name, hwaddr size, | ||
81 | + const int *irqs) | ||
82 | { | ||
83 | MPS2FPGAIO *fpgaio = opaque; | ||
84 | MPS2TZMachineClass *mmc = MPS2TZ_MACHINE_GET_CLASS(mms); | ||
85 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_fpgaio(MPS2TZMachineState *mms, void *opaque, | ||
86 | } | ||
87 | |||
88 | static MemoryRegion *make_eth_dev(MPS2TZMachineState *mms, void *opaque, | ||
89 | - const char *name, hwaddr size) | ||
90 | + const char *name, hwaddr size, | ||
91 | + const int *irqs) | ||
92 | { | ||
93 | SysBusDevice *s; | ||
94 | NICInfo *nd = &nd_table[0]; | ||
95 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_eth_dev(MPS2TZMachineState *mms, void *opaque, | ||
96 | } | ||
97 | |||
98 | static MemoryRegion *make_mpc(MPS2TZMachineState *mms, void *opaque, | ||
99 | - const char *name, hwaddr size) | ||
100 | + const char *name, hwaddr size, | ||
101 | + const int *irqs) | ||
102 | { | ||
103 | TZMPC *mpc = opaque; | ||
104 | int i = mpc - &mms->ssram_mpc[0]; | ||
105 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_mpc(MPS2TZMachineState *mms, void *opaque, | ||
106 | } | ||
107 | |||
108 | static MemoryRegion *make_dma(MPS2TZMachineState *mms, void *opaque, | ||
109 | - const char *name, hwaddr size) | ||
110 | + const char *name, hwaddr size, | ||
111 | + const int *irqs) | ||
112 | { | ||
113 | PL080State *dma = opaque; | ||
114 | int i = dma - &mms->dma[0]; | ||
115 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_dma(MPS2TZMachineState *mms, void *opaque, | ||
116 | } | ||
117 | |||
118 | static MemoryRegion *make_spi(MPS2TZMachineState *mms, void *opaque, | ||
119 | - const char *name, hwaddr size) | ||
120 | + const char *name, hwaddr size, | ||
121 | + const int *irqs) | ||
122 | { | ||
123 | /* | ||
124 | * The AN505 has five PL022 SPI controllers. | ||
125 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_spi(MPS2TZMachineState *mms, void *opaque, | ||
126 | } | ||
127 | |||
128 | static MemoryRegion *make_i2c(MPS2TZMachineState *mms, void *opaque, | ||
129 | - const char *name, hwaddr size) | ||
130 | + const char *name, hwaddr size, | ||
131 | + const int *irqs) | ||
132 | { | ||
133 | ArmSbconI2CState *i2c = opaque; | ||
134 | SysBusDevice *s; | ||
135 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) | ||
136 | continue; | ||
137 | } | ||
138 | |||
139 | - mr = pinfo->devfn(mms, pinfo->opaque, pinfo->name, pinfo->size); | ||
140 | + mr = pinfo->devfn(mms, pinfo->opaque, pinfo->name, pinfo->size, | ||
141 | + pinfo->irqs); | ||
142 | portname = g_strdup_printf("port[%d]", port); | ||
143 | object_property_set_link(OBJECT(ppc), portname, OBJECT(mr), | ||
144 | &error_fatal); | ||
145 | -- | 74 | -- |
146 | 2.20.1 | 75 | 2.34.1 |
147 | 76 | ||
148 | 77 | diff view generated by jsdifflib |
1 | We create an OR gate to wire together the overflow IRQs for all the | 1 | Rather than directly calling the device's implementation of its 'hold' |
---|---|---|---|
2 | UARTs on the board; this has to have twice the number of inputs as | 2 | reset phase, call device_cold_reset(). This means we don't have to |
3 | there are UARTs, since each UART feeds it a TX overflow and an RX | 3 | adjust this callsite when we add another argument to the function |
4 | overflow interrupt line. Replace the hardcoded '10' with a | 4 | signature for the hold and exit reset methods. |
5 | calculation based on the size of the uart[] array in the | ||
6 | MPS2TZMachineState. (We rely on OR gate inputs that are never wired | ||
7 | up or asserted being treated as always-zero.) | ||
8 | 5 | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
11 | Message-id: 20210215115138.20465-15-peter.maydell@linaro.org | 8 | Reviewed-by: Luc Michel <luc.michel@amd.com> |
9 | Message-id: 20240412160809.1260625-3-peter.maydell@linaro.org | ||
12 | --- | 10 | --- |
13 | hw/arm/mps2-tz.c | 11 ++++++++--- | 11 | hw/i2c/allwinner-i2c.c | 3 +-- |
14 | 1 file changed, 8 insertions(+), 3 deletions(-) | 12 | hw/sensor/adm1272.c | 2 +- |
13 | 2 files changed, 2 insertions(+), 3 deletions(-) | ||
15 | 14 | ||
16 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c | 15 | diff --git a/hw/i2c/allwinner-i2c.c b/hw/i2c/allwinner-i2c.c |
17 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
18 | --- a/hw/arm/mps2-tz.c | 17 | --- a/hw/i2c/allwinner-i2c.c |
19 | +++ b/hw/arm/mps2-tz.c | 18 | +++ b/hw/i2c/allwinner-i2c.c |
20 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) | 19 | @@ -XXX,XX +XXX,XX @@ static void allwinner_i2c_write(void *opaque, hwaddr offset, |
21 | */ | 20 | break; |
22 | memory_region_add_subregion(system_memory, 0x80000000, machine->ram); | 21 | case TWI_SRST_REG: |
23 | 22 | if (((value & TWI_SRST_MASK) == 0) && (s->srst & TWI_SRST_MASK)) { | |
24 | - /* The overflow IRQs for all UARTs are ORed together. | 23 | - /* Perform reset */ |
25 | + /* | 24 | - allwinner_i2c_reset_hold(OBJECT(s)); |
26 | + * The overflow IRQs for all UARTs are ORed together. | 25 | + device_cold_reset(DEVICE(s)); |
27 | * Tx, Rx and "combined" IRQs are sent to the NVIC separately. | 26 | } |
28 | - * Create the OR gate for this. | 27 | s->srst = value & TWI_SRST_MASK; |
29 | + * Create the OR gate for this: it has one input for the TX overflow | 28 | break; |
30 | + * and one for the RX overflow for each UART we might have. | 29 | diff --git a/hw/sensor/adm1272.c b/hw/sensor/adm1272.c |
31 | + * (If the board has fewer than the maximum possible number of UARTs | 30 | index XXXXXXX..XXXXXXX 100644 |
32 | + * those inputs are never wired up and are treated as always-zero.) | 31 | --- a/hw/sensor/adm1272.c |
33 | */ | 32 | +++ b/hw/sensor/adm1272.c |
34 | object_initialize_child(OBJECT(mms), "uart-irq-orgate", | 33 | @@ -XXX,XX +XXX,XX @@ static int adm1272_write_data(PMBusDevice *pmdev, const uint8_t *buf, |
35 | &mms->uart_irq_orgate, TYPE_OR_IRQ); | 34 | break; |
36 | - object_property_set_int(OBJECT(&mms->uart_irq_orgate), "num-lines", 10, | 35 | |
37 | + object_property_set_int(OBJECT(&mms->uart_irq_orgate), "num-lines", | 36 | case ADM1272_MFR_POWER_CYCLE: |
38 | + 2 * ARRAY_SIZE(mms->uart), | 37 | - adm1272_exit_reset((Object *)s); |
39 | &error_fatal); | 38 | + device_cold_reset(DEVICE(s)); |
40 | qdev_realize(DEVICE(&mms->uart_irq_orgate), NULL, &error_fatal); | 39 | break; |
41 | qdev_connect_gpio_out(DEVICE(&mms->uart_irq_orgate), 0, | 40 | |
41 | case ADM1272_HYSTERESIS_LOW: | ||
42 | -- | 42 | -- |
43 | 2.20.1 | 43 | 2.34.1 |
44 | |||
45 | diff view generated by jsdifflib |
1 | The AN524 version of the SCC interface has different behaviour for | 1 | We pass a ResetType argument to the Resettable class enter phase |
---|---|---|---|
2 | some of the CFG registers; implement it. | 2 | method, but we don't pass it to hold and exit, even though the |
3 | callsites have it readily available. This means that if a device | ||
4 | cared about the ResetType it would need to record it in the enter | ||
5 | phase method to use later on. We should pass the type to all three | ||
6 | of the phase methods to avoid having to do that. | ||
3 | 7 | ||
4 | Each board in this family can have minor differences in the meaning | 8 | This coccinelle script adds the ResetType argument to the hold and |
5 | of the CFG registers, so rather than trying to specify all the | 9 | exit phases of the Resettable interface. |
6 | possible semantics via individual device properties, we make the | ||
7 | behaviour conditional on the part-number field of the SCC_ID register | ||
8 | which the board code already passes us. | ||
9 | 10 | ||
10 | For the AN524, the differences are: | 11 | The first part of the script (rules holdfn_assigned, holdfn_defined, |
11 | * CFG3 is reserved rather than being board switches | 12 | exitfn_assigned, exitfn_defined) update implementations of the |
12 | * CFG5 is a new register ("ACLK Frequency in Hz") | 13 | interface within device models, both to change the signature of their |
13 | * CFG6 is a new register ("Clock divider for BRAM") | 14 | method implementations and to pass on the reset type when they invoke |
15 | reset on some other device. | ||
14 | 16 | ||
15 | We implement both of the new registers as reads-as-written. | 17 | The second part of the script is various special cases: |
18 | * method callsites in resettable_phase_hold(), resettable_phase_exit() | ||
19 | and device_phases_reset() | ||
20 | * updating the typedefs for the methods | ||
21 | * isl_pmbus_vr.c has some code where one device's reset method directly | ||
22 | calls the implementation of a different device's method | ||
16 | 23 | ||
17 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 24 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
18 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 25 | Reviewed-by: Luc Michel <luc.michel@amd.com> |
19 | Message-id: 20210215115138.20465-11-peter.maydell@linaro.org | 26 | Message-id: 20240412160809.1260625-4-peter.maydell@linaro.org |
20 | --- | 27 | --- |
21 | include/hw/misc/mps2-scc.h | 3 ++ | 28 | scripts/coccinelle/reset-type.cocci | 133 ++++++++++++++++++++++++++++ |
22 | hw/misc/mps2-scc.c | 71 ++++++++++++++++++++++++++++++++++++-- | 29 | 1 file changed, 133 insertions(+) |
23 | 2 files changed, 72 insertions(+), 2 deletions(-) | 30 | create mode 100644 scripts/coccinelle/reset-type.cocci |
24 | 31 | ||
25 | diff --git a/include/hw/misc/mps2-scc.h b/include/hw/misc/mps2-scc.h | 32 | diff --git a/scripts/coccinelle/reset-type.cocci b/scripts/coccinelle/reset-type.cocci |
26 | index XXXXXXX..XXXXXXX 100644 | 33 | new file mode 100644 |
27 | --- a/include/hw/misc/mps2-scc.h | 34 | index XXXXXXX..XXXXXXX |
28 | +++ b/include/hw/misc/mps2-scc.h | 35 | --- /dev/null |
29 | @@ -XXX,XX +XXX,XX @@ struct MPS2SCC { | 36 | +++ b/scripts/coccinelle/reset-type.cocci |
30 | |||
31 | uint32_t cfg0; | ||
32 | uint32_t cfg1; | ||
33 | + uint32_t cfg2; | ||
34 | uint32_t cfg4; | ||
35 | + uint32_t cfg5; | ||
36 | + uint32_t cfg6; | ||
37 | uint32_t cfgdata_rtn; | ||
38 | uint32_t cfgdata_out; | ||
39 | uint32_t cfgctrl; | ||
40 | diff --git a/hw/misc/mps2-scc.c b/hw/misc/mps2-scc.c | ||
41 | index XXXXXXX..XXXXXXX 100644 | ||
42 | --- a/hw/misc/mps2-scc.c | ||
43 | +++ b/hw/misc/mps2-scc.c | ||
44 | @@ -XXX,XX +XXX,XX @@ | 37 | @@ -XXX,XX +XXX,XX @@ |
45 | 38 | +// Convert device code using three-phase reset to add a ResetType | |
46 | REG32(CFG0, 0) | 39 | +// argument to implementations of ResettableHoldPhase and |
47 | REG32(CFG1, 4) | 40 | +// ResettableEnterPhase methods. |
48 | +REG32(CFG2, 8) | 41 | +// |
49 | REG32(CFG3, 0xc) | 42 | +// Copyright Linaro Ltd 2024 |
50 | REG32(CFG4, 0x10) | 43 | +// SPDX-License-Identifier: GPL-2.0-or-later |
51 | +REG32(CFG5, 0x14) | 44 | +// |
52 | +REG32(CFG6, 0x18) | 45 | +// for dir in include hw target; do \ |
53 | REG32(CFGDATA_RTN, 0xa0) | 46 | +// spatch --macro-file scripts/cocci-macro-file.h \ |
54 | REG32(CFGDATA_OUT, 0xa4) | 47 | +// --sp-file scripts/coccinelle/reset-type.cocci \ |
55 | REG32(CFGCTRL, 0xa8) | 48 | +// --keep-comments --smpl-spacing --in-place --include-headers \ |
56 | @@ -XXX,XX +XXX,XX @@ REG32(DLL, 0x100) | 49 | +// --dir $dir; done |
57 | REG32(AID, 0xFF8) | 50 | +// |
58 | REG32(ID, 0xFFC) | 51 | +// This coccinelle script aims to produce a complete change that needs |
59 | 52 | +// no human interaction, so as well as the generic "update device | |
60 | +static int scc_partno(MPS2SCC *s) | 53 | +// implementations of the hold and exit phase methods" it includes |
54 | +// the special-case transformations needed for the core code and for | ||
55 | +// one device model that does something a bit nonstandard. Those | ||
56 | +// special cases are at the end of the file. | ||
57 | + | ||
58 | +// Look for where we use a function as a ResettableHoldPhase method, | ||
59 | +// either by directly assigning it to phases.hold or by calling | ||
60 | +// resettable_class_set_parent_phases, and remember the function name. | ||
61 | +@ holdfn_assigned @ | ||
62 | +identifier enterfn, holdfn, exitfn; | ||
63 | +identifier rc; | ||
64 | +expression e; | ||
65 | +@@ | ||
66 | +ResettableClass *rc; | ||
67 | +... | ||
68 | +( | ||
69 | + rc->phases.hold = holdfn; | ||
70 | +| | ||
71 | + resettable_class_set_parent_phases(rc, enterfn, holdfn, exitfn, e); | ||
72 | +) | ||
73 | + | ||
74 | +// Look for the definition of the function we found in holdfn_assigned, | ||
75 | +// and add the new argument. If the function calls a hold function | ||
76 | +// itself (probably chaining to the parent class reset) then add the | ||
77 | +// new argument there too. | ||
78 | +@ holdfn_defined @ | ||
79 | +identifier holdfn_assigned.holdfn; | ||
80 | +typedef Object; | ||
81 | +identifier obj; | ||
82 | +expression parent; | ||
83 | +@@ | ||
84 | +-holdfn(Object *obj) | ||
85 | ++holdfn(Object *obj, ResetType type) | ||
61 | +{ | 86 | +{ |
62 | + /* Return the partno field of the SCC_ID (0x524, 0x511, etc) */ | 87 | + <... |
63 | + return extract32(s->id, 4, 8); | 88 | +- parent.hold(obj) |
89 | ++ parent.hold(obj, type) | ||
90 | + ...> | ||
64 | +} | 91 | +} |
65 | + | 92 | + |
66 | /* Handle a write via the SYS_CFG channel to the specified function/device. | 93 | +// Similarly for ResettableExitPhase. |
67 | * Return false on error (reported to guest via SYS_CFGCTRL ERROR bit). | 94 | +@ exitfn_assigned @ |
68 | */ | 95 | +identifier enterfn, holdfn, exitfn; |
69 | @@ -XXX,XX +XXX,XX @@ static uint64_t mps2_scc_read(void *opaque, hwaddr offset, unsigned size) | 96 | +identifier rc; |
70 | case A_CFG1: | 97 | +expression e; |
71 | r = s->cfg1; | 98 | +@@ |
72 | break; | 99 | +ResettableClass *rc; |
73 | + case A_CFG2: | 100 | +... |
74 | + if (scc_partno(s) != 0x524) { | 101 | +( |
75 | + /* CFG2 reserved on other boards */ | 102 | + rc->phases.exit = exitfn; |
76 | + goto bad_offset; | 103 | +| |
77 | + } | 104 | + resettable_class_set_parent_phases(rc, enterfn, holdfn, exitfn, e); |
78 | + r = s->cfg2; | 105 | +) |
79 | + break; | 106 | +@ exitfn_defined @ |
80 | case A_CFG3: | 107 | +identifier exitfn_assigned.exitfn; |
81 | + if (scc_partno(s) == 0x524) { | 108 | +typedef Object; |
82 | + /* CFG3 reserved on AN524 */ | 109 | +identifier obj; |
83 | + goto bad_offset; | 110 | +expression parent; |
84 | + } | 111 | +@@ |
85 | /* These are user-settable DIP switches on the board. We don't | 112 | +-exitfn(Object *obj) |
86 | * model that, so just return zeroes. | 113 | ++exitfn(Object *obj, ResetType type) |
87 | */ | 114 | +{ |
88 | @@ -XXX,XX +XXX,XX @@ static uint64_t mps2_scc_read(void *opaque, hwaddr offset, unsigned size) | 115 | + <... |
89 | case A_CFG4: | 116 | +- parent.exit(obj) |
90 | r = s->cfg4; | 117 | ++ parent.exit(obj, type) |
91 | break; | 118 | + ...> |
92 | + case A_CFG5: | 119 | +} |
93 | + if (scc_partno(s) != 0x524) { | 120 | + |
94 | + /* CFG5 reserved on other boards */ | 121 | +// SPECIAL CASES ONLY BELOW HERE |
95 | + goto bad_offset; | 122 | +// We use a python scripted constraint on the position of the match |
96 | + } | 123 | +// to ensure that they only match in a particular function. See |
97 | + r = s->cfg5; | 124 | +// https://public-inbox.org/git/alpine.DEB.2.21.1808240652370.2344@hadrien/ |
98 | + break; | 125 | +// which recommends this as the way to do "match only in this function". |
99 | + case A_CFG6: | 126 | + |
100 | + if (scc_partno(s) != 0x524) { | 127 | +// Special case: isl_pmbus_vr.c has some reset methods calling others directly |
101 | + /* CFG6 reserved on other boards */ | 128 | +@ isl_pmbus_vr @ |
102 | + goto bad_offset; | 129 | +identifier obj; |
103 | + } | 130 | +@@ |
104 | + r = s->cfg6; | 131 | +- isl_pmbus_vr_exit_reset(obj); |
105 | + break; | 132 | ++ isl_pmbus_vr_exit_reset(obj, type); |
106 | case A_CFGDATA_RTN: | 133 | + |
107 | r = s->cfgdata_rtn; | 134 | +// Special case: device_phases_reset() needs to pass RESET_TYPE_COLD |
108 | break; | 135 | +@ device_phases_reset_hold @ |
109 | @@ -XXX,XX +XXX,XX @@ static uint64_t mps2_scc_read(void *opaque, hwaddr offset, unsigned size) | 136 | +expression obj; |
110 | r = s->id; | 137 | +identifier rc; |
111 | break; | 138 | +identifier phase; |
112 | default: | 139 | +position p : script:python() { p[0].current_element == "device_phases_reset" }; |
113 | + bad_offset: | 140 | +@@ |
114 | qemu_log_mask(LOG_GUEST_ERROR, | 141 | +- rc->phases.phase(obj)@p |
115 | "MPS2 SCC read: bad offset %x\n", (int) offset); | 142 | ++ rc->phases.phase(obj, RESET_TYPE_COLD) |
116 | r = 0; | 143 | + |
117 | @@ -XXX,XX +XXX,XX @@ static void mps2_scc_write(void *opaque, hwaddr offset, uint64_t value, | 144 | +// Special case: in resettable_phase_hold() and resettable_phase_exit() |
118 | led_set_state(s->led[i], extract32(value, i, 1)); | 145 | +// we need to pass through the ResetType argument to the method being called |
119 | } | 146 | +@ resettable_phase_hold @ |
120 | break; | 147 | +expression obj; |
121 | + case A_CFG2: | 148 | +identifier rc; |
122 | + if (scc_partno(s) != 0x524) { | 149 | +position p : script:python() { p[0].current_element == "resettable_phase_hold" }; |
123 | + /* CFG2 reserved on other boards */ | 150 | +@@ |
124 | + goto bad_offset; | 151 | +- rc->phases.hold(obj)@p |
125 | + } | 152 | ++ rc->phases.hold(obj, type) |
126 | + /* AN524: QSPI Select signal */ | 153 | +@ resettable_phase_exit @ |
127 | + s->cfg2 = value; | 154 | +expression obj; |
128 | + break; | 155 | +identifier rc; |
129 | + case A_CFG5: | 156 | +position p : script:python() { p[0].current_element == "resettable_phase_exit" }; |
130 | + if (scc_partno(s) != 0x524) { | 157 | +@@ |
131 | + /* CFG5 reserved on other boards */ | 158 | +- rc->phases.exit(obj)@p |
132 | + goto bad_offset; | 159 | ++ rc->phases.exit(obj, type) |
133 | + } | 160 | +// Special case: the typedefs for the methods need to declare the new argument |
134 | + /* AN524: ACLK frequency in Hz */ | 161 | +@ phase_typedef_hold @ |
135 | + s->cfg5 = value; | 162 | +identifier obj; |
136 | + break; | 163 | +@@ |
137 | + case A_CFG6: | 164 | +- typedef void (*ResettableHoldPhase)(Object *obj); |
138 | + if (scc_partno(s) != 0x524) { | 165 | ++ typedef void (*ResettableHoldPhase)(Object *obj, ResetType type); |
139 | + /* CFG6 reserved on other boards */ | 166 | +@ phase_typedef_exit @ |
140 | + goto bad_offset; | 167 | +identifier obj; |
141 | + } | 168 | +@@ |
142 | + /* AN524: Clock divider for BRAM */ | 169 | +- typedef void (*ResettableExitPhase)(Object *obj); |
143 | + s->cfg6 = value; | 170 | ++ typedef void (*ResettableExitPhase)(Object *obj, ResetType type); |
144 | + break; | ||
145 | case A_CFGDATA_OUT: | ||
146 | s->cfgdata_out = value; | ||
147 | break; | ||
148 | @@ -XXX,XX +XXX,XX @@ static void mps2_scc_write(void *opaque, hwaddr offset, uint64_t value, | ||
149 | s->dll = deposit32(s->dll, 24, 8, extract32(value, 24, 8)); | ||
150 | break; | ||
151 | default: | ||
152 | + bad_offset: | ||
153 | qemu_log_mask(LOG_GUEST_ERROR, | ||
154 | "MPS2 SCC write: bad offset 0x%x\n", (int) offset); | ||
155 | break; | ||
156 | @@ -XXX,XX +XXX,XX @@ static void mps2_scc_reset(DeviceState *dev) | ||
157 | trace_mps2_scc_reset(); | ||
158 | s->cfg0 = 0; | ||
159 | s->cfg1 = 0; | ||
160 | + s->cfg2 = 0; | ||
161 | + s->cfg5 = 0; | ||
162 | + s->cfg6 = 0; | ||
163 | s->cfgdata_rtn = 0; | ||
164 | s->cfgdata_out = 0; | ||
165 | s->cfgctrl = 0x100000; | ||
166 | @@ -XXX,XX +XXX,XX @@ static void mps2_scc_realize(DeviceState *dev, Error **errp) | ||
167 | |||
168 | static const VMStateDescription mps2_scc_vmstate = { | ||
169 | .name = "mps2-scc", | ||
170 | - .version_id = 2, | ||
171 | - .minimum_version_id = 2, | ||
172 | + .version_id = 3, | ||
173 | + .minimum_version_id = 3, | ||
174 | .fields = (VMStateField[]) { | ||
175 | VMSTATE_UINT32(cfg0, MPS2SCC), | ||
176 | VMSTATE_UINT32(cfg1, MPS2SCC), | ||
177 | + VMSTATE_UINT32(cfg2, MPS2SCC), | ||
178 | + /* cfg3, cfg4 are read-only so need not be migrated */ | ||
179 | + VMSTATE_UINT32(cfg5, MPS2SCC), | ||
180 | + VMSTATE_UINT32(cfg6, MPS2SCC), | ||
181 | VMSTATE_UINT32(cfgdata_rtn, MPS2SCC), | ||
182 | VMSTATE_UINT32(cfgdata_out, MPS2SCC), | ||
183 | VMSTATE_UINT32(cfgctrl, MPS2SCC), | ||
184 | -- | 171 | -- |
185 | 2.20.1 | 172 | 2.34.1 |
186 | |||
187 | diff view generated by jsdifflib |
1 | From: Rebecca Cran <rebecca@nuviainc.com> | 1 | We pass a ResetType argument to the Resettable class enter |
---|---|---|---|
2 | phase method, but we don't pass it to hold and exit, even though | ||
3 | the callsites have it readily available. This means that if | ||
4 | a device cared about the ResetType it would need to record it | ||
5 | in the enter phase method to use later on. Pass the type to | ||
6 | all three of the phase methods to avoid having to do that. | ||
2 | 7 | ||
3 | Enable FEAT_SSBS for the "max" 32-bit CPU. | 8 | Commit created with |
4 | 9 | ||
5 | Signed-off-by: Rebecca Cran <rebecca@nuviainc.com> | 10 | for dir in hw target include; do \ |
11 | spatch --macro-file scripts/cocci-macro-file.h \ | ||
12 | --sp-file scripts/coccinelle/reset-type.cocci \ | ||
13 | --keep-comments --smpl-spacing --in-place \ | ||
14 | --include-headers --dir $dir; done | ||
15 | |||
16 | and no manual edits. | ||
17 | |||
18 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
19 | Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com> | ||
6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 20 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
7 | Message-id: 20210216224543.16142-4-rebecca@nuviainc.com | 21 | Reviewed-by: Luc Michel <luc.michel@amd.com> |
8 | [PMM: fix typo causing compilation failure] | 22 | Message-id: 20240412160809.1260625-5-peter.maydell@linaro.org |
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
10 | --- | 23 | --- |
11 | target/arm/cpu.c | 4 ++++ | 24 | include/hw/resettable.h | 4 ++-- |
12 | 1 file changed, 4 insertions(+) | 25 | hw/adc/npcm7xx_adc.c | 2 +- |
26 | hw/arm/pxa2xx_pic.c | 2 +- | ||
27 | hw/arm/smmu-common.c | 2 +- | ||
28 | hw/arm/smmuv3.c | 4 ++-- | ||
29 | hw/arm/stellaris.c | 10 +++++----- | ||
30 | hw/audio/asc.c | 2 +- | ||
31 | hw/char/cadence_uart.c | 2 +- | ||
32 | hw/char/sifive_uart.c | 2 +- | ||
33 | hw/core/cpu-common.c | 2 +- | ||
34 | hw/core/qdev.c | 4 ++-- | ||
35 | hw/core/reset.c | 2 +- | ||
36 | hw/core/resettable.c | 4 ++-- | ||
37 | hw/display/virtio-vga.c | 4 ++-- | ||
38 | hw/gpio/npcm7xx_gpio.c | 2 +- | ||
39 | hw/gpio/pl061.c | 2 +- | ||
40 | hw/gpio/stm32l4x5_gpio.c | 2 +- | ||
41 | hw/hyperv/vmbus.c | 2 +- | ||
42 | hw/i2c/allwinner-i2c.c | 2 +- | ||
43 | hw/i2c/npcm7xx_smbus.c | 2 +- | ||
44 | hw/input/adb.c | 2 +- | ||
45 | hw/input/ps2.c | 12 ++++++------ | ||
46 | hw/intc/arm_gic_common.c | 2 +- | ||
47 | hw/intc/arm_gic_kvm.c | 4 ++-- | ||
48 | hw/intc/arm_gicv3_common.c | 2 +- | ||
49 | hw/intc/arm_gicv3_its.c | 4 ++-- | ||
50 | hw/intc/arm_gicv3_its_common.c | 2 +- | ||
51 | hw/intc/arm_gicv3_its_kvm.c | 4 ++-- | ||
52 | hw/intc/arm_gicv3_kvm.c | 4 ++-- | ||
53 | hw/intc/xics.c | 2 +- | ||
54 | hw/m68k/q800-glue.c | 2 +- | ||
55 | hw/misc/djmemc.c | 2 +- | ||
56 | hw/misc/iosb.c | 2 +- | ||
57 | hw/misc/mac_via.c | 8 ++++---- | ||
58 | hw/misc/macio/cuda.c | 4 ++-- | ||
59 | hw/misc/macio/pmu.c | 4 ++-- | ||
60 | hw/misc/mos6522.c | 2 +- | ||
61 | hw/misc/npcm7xx_mft.c | 2 +- | ||
62 | hw/misc/npcm7xx_pwm.c | 2 +- | ||
63 | hw/misc/stm32l4x5_exti.c | 2 +- | ||
64 | hw/misc/stm32l4x5_rcc.c | 10 +++++----- | ||
65 | hw/misc/stm32l4x5_syscfg.c | 2 +- | ||
66 | hw/misc/xlnx-versal-cframe-reg.c | 2 +- | ||
67 | hw/misc/xlnx-versal-crl.c | 2 +- | ||
68 | hw/misc/xlnx-versal-pmc-iou-slcr.c | 2 +- | ||
69 | hw/misc/xlnx-versal-trng.c | 2 +- | ||
70 | hw/misc/xlnx-versal-xramc.c | 2 +- | ||
71 | hw/misc/xlnx-zynqmp-apu-ctrl.c | 2 +- | ||
72 | hw/misc/xlnx-zynqmp-crf.c | 2 +- | ||
73 | hw/misc/zynq_slcr.c | 4 ++-- | ||
74 | hw/net/can/xlnx-zynqmp-can.c | 2 +- | ||
75 | hw/net/e1000.c | 2 +- | ||
76 | hw/net/e1000e.c | 2 +- | ||
77 | hw/net/igb.c | 2 +- | ||
78 | hw/net/igbvf.c | 2 +- | ||
79 | hw/nvram/xlnx-bbram.c | 2 +- | ||
80 | hw/nvram/xlnx-versal-efuse-ctrl.c | 2 +- | ||
81 | hw/nvram/xlnx-zynqmp-efuse.c | 2 +- | ||
82 | hw/pci-bridge/cxl_root_port.c | 4 ++-- | ||
83 | hw/pci-bridge/pcie_root_port.c | 2 +- | ||
84 | hw/pci-host/bonito.c | 2 +- | ||
85 | hw/pci-host/pnv_phb.c | 4 ++-- | ||
86 | hw/pci-host/pnv_phb3_msi.c | 4 ++-- | ||
87 | hw/pci/pci.c | 4 ++-- | ||
88 | hw/rtc/mc146818rtc.c | 2 +- | ||
89 | hw/s390x/css-bridge.c | 2 +- | ||
90 | hw/sensor/adm1266.c | 2 +- | ||
91 | hw/sensor/adm1272.c | 2 +- | ||
92 | hw/sensor/isl_pmbus_vr.c | 10 +++++----- | ||
93 | hw/sensor/max31785.c | 2 +- | ||
94 | hw/sensor/max34451.c | 2 +- | ||
95 | hw/ssi/npcm7xx_fiu.c | 2 +- | ||
96 | hw/timer/etraxfs_timer.c | 2 +- | ||
97 | hw/timer/npcm7xx_timer.c | 2 +- | ||
98 | hw/usb/hcd-dwc2.c | 8 ++++---- | ||
99 | hw/usb/xlnx-versal-usb2-ctrl-regs.c | 2 +- | ||
100 | hw/virtio/virtio-pci.c | 2 +- | ||
101 | target/arm/cpu.c | 4 ++-- | ||
102 | target/avr/cpu.c | 4 ++-- | ||
103 | target/cris/cpu.c | 4 ++-- | ||
104 | target/hexagon/cpu.c | 4 ++-- | ||
105 | target/i386/cpu.c | 4 ++-- | ||
106 | target/loongarch/cpu.c | 4 ++-- | ||
107 | target/m68k/cpu.c | 4 ++-- | ||
108 | target/microblaze/cpu.c | 4 ++-- | ||
109 | target/mips/cpu.c | 4 ++-- | ||
110 | target/openrisc/cpu.c | 4 ++-- | ||
111 | target/ppc/cpu_init.c | 4 ++-- | ||
112 | target/riscv/cpu.c | 4 ++-- | ||
113 | target/rx/cpu.c | 4 ++-- | ||
114 | target/sh4/cpu.c | 4 ++-- | ||
115 | target/sparc/cpu.c | 4 ++-- | ||
116 | target/tricore/cpu.c | 4 ++-- | ||
117 | target/xtensa/cpu.c | 4 ++-- | ||
118 | 94 files changed, 150 insertions(+), 150 deletions(-) | ||
13 | 119 | ||
120 | diff --git a/include/hw/resettable.h b/include/hw/resettable.h | ||
121 | index XXXXXXX..XXXXXXX 100644 | ||
122 | --- a/include/hw/resettable.h | ||
123 | +++ b/include/hw/resettable.h | ||
124 | @@ -XXX,XX +XXX,XX @@ typedef enum ResetType { | ||
125 | * the callback. | ||
126 | */ | ||
127 | typedef void (*ResettableEnterPhase)(Object *obj, ResetType type); | ||
128 | -typedef void (*ResettableHoldPhase)(Object *obj); | ||
129 | -typedef void (*ResettableExitPhase)(Object *obj); | ||
130 | +typedef void (*ResettableHoldPhase)(Object *obj, ResetType type); | ||
131 | +typedef void (*ResettableExitPhase)(Object *obj, ResetType type); | ||
132 | typedef ResettableState * (*ResettableGetState)(Object *obj); | ||
133 | typedef void (*ResettableTrFunction)(Object *obj); | ||
134 | typedef ResettableTrFunction (*ResettableGetTrFunction)(Object *obj); | ||
135 | diff --git a/hw/adc/npcm7xx_adc.c b/hw/adc/npcm7xx_adc.c | ||
136 | index XXXXXXX..XXXXXXX 100644 | ||
137 | --- a/hw/adc/npcm7xx_adc.c | ||
138 | +++ b/hw/adc/npcm7xx_adc.c | ||
139 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_adc_enter_reset(Object *obj, ResetType type) | ||
140 | npcm7xx_adc_reset(s); | ||
141 | } | ||
142 | |||
143 | -static void npcm7xx_adc_hold_reset(Object *obj) | ||
144 | +static void npcm7xx_adc_hold_reset(Object *obj, ResetType type) | ||
145 | { | ||
146 | NPCM7xxADCState *s = NPCM7XX_ADC(obj); | ||
147 | |||
148 | diff --git a/hw/arm/pxa2xx_pic.c b/hw/arm/pxa2xx_pic.c | ||
149 | index XXXXXXX..XXXXXXX 100644 | ||
150 | --- a/hw/arm/pxa2xx_pic.c | ||
151 | +++ b/hw/arm/pxa2xx_pic.c | ||
152 | @@ -XXX,XX +XXX,XX @@ static int pxa2xx_pic_post_load(void *opaque, int version_id) | ||
153 | return 0; | ||
154 | } | ||
155 | |||
156 | -static void pxa2xx_pic_reset_hold(Object *obj) | ||
157 | +static void pxa2xx_pic_reset_hold(Object *obj, ResetType type) | ||
158 | { | ||
159 | PXA2xxPICState *s = PXA2XX_PIC(obj); | ||
160 | |||
161 | diff --git a/hw/arm/smmu-common.c b/hw/arm/smmu-common.c | ||
162 | index XXXXXXX..XXXXXXX 100644 | ||
163 | --- a/hw/arm/smmu-common.c | ||
164 | +++ b/hw/arm/smmu-common.c | ||
165 | @@ -XXX,XX +XXX,XX @@ static void smmu_base_realize(DeviceState *dev, Error **errp) | ||
166 | } | ||
167 | } | ||
168 | |||
169 | -static void smmu_base_reset_hold(Object *obj) | ||
170 | +static void smmu_base_reset_hold(Object *obj, ResetType type) | ||
171 | { | ||
172 | SMMUState *s = ARM_SMMU(obj); | ||
173 | |||
174 | diff --git a/hw/arm/smmuv3.c b/hw/arm/smmuv3.c | ||
175 | index XXXXXXX..XXXXXXX 100644 | ||
176 | --- a/hw/arm/smmuv3.c | ||
177 | +++ b/hw/arm/smmuv3.c | ||
178 | @@ -XXX,XX +XXX,XX @@ static void smmu_init_irq(SMMUv3State *s, SysBusDevice *dev) | ||
179 | } | ||
180 | } | ||
181 | |||
182 | -static void smmu_reset_hold(Object *obj) | ||
183 | +static void smmu_reset_hold(Object *obj, ResetType type) | ||
184 | { | ||
185 | SMMUv3State *s = ARM_SMMUV3(obj); | ||
186 | SMMUv3Class *c = ARM_SMMUV3_GET_CLASS(s); | ||
187 | |||
188 | if (c->parent_phases.hold) { | ||
189 | - c->parent_phases.hold(obj); | ||
190 | + c->parent_phases.hold(obj, type); | ||
191 | } | ||
192 | |||
193 | smmuv3_init_regs(s); | ||
194 | diff --git a/hw/arm/stellaris.c b/hw/arm/stellaris.c | ||
195 | index XXXXXXX..XXXXXXX 100644 | ||
196 | --- a/hw/arm/stellaris.c | ||
197 | +++ b/hw/arm/stellaris.c | ||
198 | @@ -XXX,XX +XXX,XX @@ static void stellaris_sys_reset_enter(Object *obj, ResetType type) | ||
199 | s->dcgc[0] = 1; | ||
200 | } | ||
201 | |||
202 | -static void stellaris_sys_reset_hold(Object *obj) | ||
203 | +static void stellaris_sys_reset_hold(Object *obj, ResetType type) | ||
204 | { | ||
205 | ssys_state *s = STELLARIS_SYS(obj); | ||
206 | |||
207 | @@ -XXX,XX +XXX,XX @@ static void stellaris_sys_reset_hold(Object *obj) | ||
208 | ssys_calculate_system_clock(s, true); | ||
209 | } | ||
210 | |||
211 | -static void stellaris_sys_reset_exit(Object *obj) | ||
212 | +static void stellaris_sys_reset_exit(Object *obj, ResetType type) | ||
213 | { | ||
214 | } | ||
215 | |||
216 | @@ -XXX,XX +XXX,XX @@ static void stellaris_i2c_reset_enter(Object *obj, ResetType type) | ||
217 | i2c_end_transfer(s->bus); | ||
218 | } | ||
219 | |||
220 | -static void stellaris_i2c_reset_hold(Object *obj) | ||
221 | +static void stellaris_i2c_reset_hold(Object *obj, ResetType type) | ||
222 | { | ||
223 | stellaris_i2c_state *s = STELLARIS_I2C(obj); | ||
224 | |||
225 | @@ -XXX,XX +XXX,XX @@ static void stellaris_i2c_reset_hold(Object *obj) | ||
226 | s->mcr = 0; | ||
227 | } | ||
228 | |||
229 | -static void stellaris_i2c_reset_exit(Object *obj) | ||
230 | +static void stellaris_i2c_reset_exit(Object *obj, ResetType type) | ||
231 | { | ||
232 | stellaris_i2c_state *s = STELLARIS_I2C(obj); | ||
233 | |||
234 | @@ -XXX,XX +XXX,XX @@ static void stellaris_adc_trigger(void *opaque, int irq, int level) | ||
235 | } | ||
236 | } | ||
237 | |||
238 | -static void stellaris_adc_reset_hold(Object *obj) | ||
239 | +static void stellaris_adc_reset_hold(Object *obj, ResetType type) | ||
240 | { | ||
241 | StellarisADCState *s = STELLARIS_ADC(obj); | ||
242 | int n; | ||
243 | diff --git a/hw/audio/asc.c b/hw/audio/asc.c | ||
244 | index XXXXXXX..XXXXXXX 100644 | ||
245 | --- a/hw/audio/asc.c | ||
246 | +++ b/hw/audio/asc.c | ||
247 | @@ -XXX,XX +XXX,XX @@ static void asc_fifo_init(ASCFIFOState *fs, int index) | ||
248 | g_free(name); | ||
249 | } | ||
250 | |||
251 | -static void asc_reset_hold(Object *obj) | ||
252 | +static void asc_reset_hold(Object *obj, ResetType type) | ||
253 | { | ||
254 | ASCState *s = ASC(obj); | ||
255 | |||
256 | diff --git a/hw/char/cadence_uart.c b/hw/char/cadence_uart.c | ||
257 | index XXXXXXX..XXXXXXX 100644 | ||
258 | --- a/hw/char/cadence_uart.c | ||
259 | +++ b/hw/char/cadence_uart.c | ||
260 | @@ -XXX,XX +XXX,XX @@ static void cadence_uart_reset_init(Object *obj, ResetType type) | ||
261 | s->r[R_TTRIG] = 0x00000020; | ||
262 | } | ||
263 | |||
264 | -static void cadence_uart_reset_hold(Object *obj) | ||
265 | +static void cadence_uart_reset_hold(Object *obj, ResetType type) | ||
266 | { | ||
267 | CadenceUARTState *s = CADENCE_UART(obj); | ||
268 | |||
269 | diff --git a/hw/char/sifive_uart.c b/hw/char/sifive_uart.c | ||
270 | index XXXXXXX..XXXXXXX 100644 | ||
271 | --- a/hw/char/sifive_uart.c | ||
272 | +++ b/hw/char/sifive_uart.c | ||
273 | @@ -XXX,XX +XXX,XX @@ static void sifive_uart_reset_enter(Object *obj, ResetType type) | ||
274 | s->rx_fifo_len = 0; | ||
275 | } | ||
276 | |||
277 | -static void sifive_uart_reset_hold(Object *obj) | ||
278 | +static void sifive_uart_reset_hold(Object *obj, ResetType type) | ||
279 | { | ||
280 | SiFiveUARTState *s = SIFIVE_UART(obj); | ||
281 | qemu_irq_lower(s->irq); | ||
282 | diff --git a/hw/core/cpu-common.c b/hw/core/cpu-common.c | ||
283 | index XXXXXXX..XXXXXXX 100644 | ||
284 | --- a/hw/core/cpu-common.c | ||
285 | +++ b/hw/core/cpu-common.c | ||
286 | @@ -XXX,XX +XXX,XX @@ void cpu_reset(CPUState *cpu) | ||
287 | trace_cpu_reset(cpu->cpu_index); | ||
288 | } | ||
289 | |||
290 | -static void cpu_common_reset_hold(Object *obj) | ||
291 | +static void cpu_common_reset_hold(Object *obj, ResetType type) | ||
292 | { | ||
293 | CPUState *cpu = CPU(obj); | ||
294 | CPUClass *cc = CPU_GET_CLASS(cpu); | ||
295 | diff --git a/hw/core/qdev.c b/hw/core/qdev.c | ||
296 | index XXXXXXX..XXXXXXX 100644 | ||
297 | --- a/hw/core/qdev.c | ||
298 | +++ b/hw/core/qdev.c | ||
299 | @@ -XXX,XX +XXX,XX @@ static void device_phases_reset(DeviceState *dev) | ||
300 | rc->phases.enter(OBJECT(dev), RESET_TYPE_COLD); | ||
301 | } | ||
302 | if (rc->phases.hold) { | ||
303 | - rc->phases.hold(OBJECT(dev)); | ||
304 | + rc->phases.hold(OBJECT(dev), RESET_TYPE_COLD); | ||
305 | } | ||
306 | if (rc->phases.exit) { | ||
307 | - rc->phases.exit(OBJECT(dev)); | ||
308 | + rc->phases.exit(OBJECT(dev), RESET_TYPE_COLD); | ||
309 | } | ||
310 | } | ||
311 | |||
312 | diff --git a/hw/core/reset.c b/hw/core/reset.c | ||
313 | index XXXXXXX..XXXXXXX 100644 | ||
314 | --- a/hw/core/reset.c | ||
315 | +++ b/hw/core/reset.c | ||
316 | @@ -XXX,XX +XXX,XX @@ static ResettableState *legacy_reset_get_state(Object *obj) | ||
317 | return &lr->reset_state; | ||
318 | } | ||
319 | |||
320 | -static void legacy_reset_hold(Object *obj) | ||
321 | +static void legacy_reset_hold(Object *obj, ResetType type) | ||
322 | { | ||
323 | LegacyReset *lr = LEGACY_RESET(obj); | ||
324 | |||
325 | diff --git a/hw/core/resettable.c b/hw/core/resettable.c | ||
326 | index XXXXXXX..XXXXXXX 100644 | ||
327 | --- a/hw/core/resettable.c | ||
328 | +++ b/hw/core/resettable.c | ||
329 | @@ -XXX,XX +XXX,XX @@ static void resettable_phase_hold(Object *obj, void *opaque, ResetType type) | ||
330 | trace_resettable_transitional_function(obj, obj_typename); | ||
331 | tr_func(obj); | ||
332 | } else if (rc->phases.hold) { | ||
333 | - rc->phases.hold(obj); | ||
334 | + rc->phases.hold(obj, type); | ||
335 | } | ||
336 | } | ||
337 | trace_resettable_phase_hold_end(obj, obj_typename, s->count); | ||
338 | @@ -XXX,XX +XXX,XX @@ static void resettable_phase_exit(Object *obj, void *opaque, ResetType type) | ||
339 | if (--s->count == 0) { | ||
340 | trace_resettable_phase_exit_exec(obj, obj_typename, !!rc->phases.exit); | ||
341 | if (rc->phases.exit && !resettable_get_tr_func(rc, obj)) { | ||
342 | - rc->phases.exit(obj); | ||
343 | + rc->phases.exit(obj, type); | ||
344 | } | ||
345 | } | ||
346 | s->exit_phase_in_progress = false; | ||
347 | diff --git a/hw/display/virtio-vga.c b/hw/display/virtio-vga.c | ||
348 | index XXXXXXX..XXXXXXX 100644 | ||
349 | --- a/hw/display/virtio-vga.c | ||
350 | +++ b/hw/display/virtio-vga.c | ||
351 | @@ -XXX,XX +XXX,XX @@ static void virtio_vga_base_realize(VirtIOPCIProxy *vpci_dev, Error **errp) | ||
352 | } | ||
353 | } | ||
354 | |||
355 | -static void virtio_vga_base_reset_hold(Object *obj) | ||
356 | +static void virtio_vga_base_reset_hold(Object *obj, ResetType type) | ||
357 | { | ||
358 | VirtIOVGABaseClass *klass = VIRTIO_VGA_BASE_GET_CLASS(obj); | ||
359 | VirtIOVGABase *vvga = VIRTIO_VGA_BASE(obj); | ||
360 | |||
361 | /* reset virtio-gpu */ | ||
362 | if (klass->parent_phases.hold) { | ||
363 | - klass->parent_phases.hold(obj); | ||
364 | + klass->parent_phases.hold(obj, type); | ||
365 | } | ||
366 | |||
367 | /* reset vga */ | ||
368 | diff --git a/hw/gpio/npcm7xx_gpio.c b/hw/gpio/npcm7xx_gpio.c | ||
369 | index XXXXXXX..XXXXXXX 100644 | ||
370 | --- a/hw/gpio/npcm7xx_gpio.c | ||
371 | +++ b/hw/gpio/npcm7xx_gpio.c | ||
372 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_gpio_enter_reset(Object *obj, ResetType type) | ||
373 | s->regs[NPCM7XX_GPIO_ODSC] = s->reset_odsc; | ||
374 | } | ||
375 | |||
376 | -static void npcm7xx_gpio_hold_reset(Object *obj) | ||
377 | +static void npcm7xx_gpio_hold_reset(Object *obj, ResetType type) | ||
378 | { | ||
379 | NPCM7xxGPIOState *s = NPCM7XX_GPIO(obj); | ||
380 | |||
381 | diff --git a/hw/gpio/pl061.c b/hw/gpio/pl061.c | ||
382 | index XXXXXXX..XXXXXXX 100644 | ||
383 | --- a/hw/gpio/pl061.c | ||
384 | +++ b/hw/gpio/pl061.c | ||
385 | @@ -XXX,XX +XXX,XX @@ static void pl061_enter_reset(Object *obj, ResetType type) | ||
386 | s->amsel = 0; | ||
387 | } | ||
388 | |||
389 | -static void pl061_hold_reset(Object *obj) | ||
390 | +static void pl061_hold_reset(Object *obj, ResetType type) | ||
391 | { | ||
392 | PL061State *s = PL061(obj); | ||
393 | int i, level; | ||
394 | diff --git a/hw/gpio/stm32l4x5_gpio.c b/hw/gpio/stm32l4x5_gpio.c | ||
395 | index XXXXXXX..XXXXXXX 100644 | ||
396 | --- a/hw/gpio/stm32l4x5_gpio.c | ||
397 | +++ b/hw/gpio/stm32l4x5_gpio.c | ||
398 | @@ -XXX,XX +XXX,XX @@ static bool is_push_pull(Stm32l4x5GpioState *s, unsigned pin) | ||
399 | return extract32(s->otyper, pin, 1) == 0; | ||
400 | } | ||
401 | |||
402 | -static void stm32l4x5_gpio_reset_hold(Object *obj) | ||
403 | +static void stm32l4x5_gpio_reset_hold(Object *obj, ResetType type) | ||
404 | { | ||
405 | Stm32l4x5GpioState *s = STM32L4X5_GPIO(obj); | ||
406 | |||
407 | diff --git a/hw/hyperv/vmbus.c b/hw/hyperv/vmbus.c | ||
408 | index XXXXXXX..XXXXXXX 100644 | ||
409 | --- a/hw/hyperv/vmbus.c | ||
410 | +++ b/hw/hyperv/vmbus.c | ||
411 | @@ -XXX,XX +XXX,XX @@ static void vmbus_unrealize(BusState *bus) | ||
412 | qemu_mutex_destroy(&vmbus->rx_queue_lock); | ||
413 | } | ||
414 | |||
415 | -static void vmbus_reset_hold(Object *obj) | ||
416 | +static void vmbus_reset_hold(Object *obj, ResetType type) | ||
417 | { | ||
418 | vmbus_deinit(VMBUS(obj)); | ||
419 | } | ||
420 | diff --git a/hw/i2c/allwinner-i2c.c b/hw/i2c/allwinner-i2c.c | ||
421 | index XXXXXXX..XXXXXXX 100644 | ||
422 | --- a/hw/i2c/allwinner-i2c.c | ||
423 | +++ b/hw/i2c/allwinner-i2c.c | ||
424 | @@ -XXX,XX +XXX,XX @@ static inline bool allwinner_i2c_interrupt_is_enabled(AWI2CState *s) | ||
425 | return s->cntr & TWI_CNTR_INT_EN; | ||
426 | } | ||
427 | |||
428 | -static void allwinner_i2c_reset_hold(Object *obj) | ||
429 | +static void allwinner_i2c_reset_hold(Object *obj, ResetType type) | ||
430 | { | ||
431 | AWI2CState *s = AW_I2C(obj); | ||
432 | |||
433 | diff --git a/hw/i2c/npcm7xx_smbus.c b/hw/i2c/npcm7xx_smbus.c | ||
434 | index XXXXXXX..XXXXXXX 100644 | ||
435 | --- a/hw/i2c/npcm7xx_smbus.c | ||
436 | +++ b/hw/i2c/npcm7xx_smbus.c | ||
437 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_smbus_enter_reset(Object *obj, ResetType type) | ||
438 | s->rx_cur = 0; | ||
439 | } | ||
440 | |||
441 | -static void npcm7xx_smbus_hold_reset(Object *obj) | ||
442 | +static void npcm7xx_smbus_hold_reset(Object *obj, ResetType type) | ||
443 | { | ||
444 | NPCM7xxSMBusState *s = NPCM7XX_SMBUS(obj); | ||
445 | |||
446 | diff --git a/hw/input/adb.c b/hw/input/adb.c | ||
447 | index XXXXXXX..XXXXXXX 100644 | ||
448 | --- a/hw/input/adb.c | ||
449 | +++ b/hw/input/adb.c | ||
450 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_adb_bus = { | ||
451 | } | ||
452 | }; | ||
453 | |||
454 | -static void adb_bus_reset_hold(Object *obj) | ||
455 | +static void adb_bus_reset_hold(Object *obj, ResetType type) | ||
456 | { | ||
457 | ADBBusState *adb_bus = ADB_BUS(obj); | ||
458 | |||
459 | diff --git a/hw/input/ps2.c b/hw/input/ps2.c | ||
460 | index XXXXXXX..XXXXXXX 100644 | ||
461 | --- a/hw/input/ps2.c | ||
462 | +++ b/hw/input/ps2.c | ||
463 | @@ -XXX,XX +XXX,XX @@ void ps2_write_mouse(PS2MouseState *s, int val) | ||
464 | } | ||
465 | } | ||
466 | |||
467 | -static void ps2_reset_hold(Object *obj) | ||
468 | +static void ps2_reset_hold(Object *obj, ResetType type) | ||
469 | { | ||
470 | PS2State *s = PS2_DEVICE(obj); | ||
471 | |||
472 | @@ -XXX,XX +XXX,XX @@ static void ps2_reset_hold(Object *obj) | ||
473 | ps2_reset_queue(s); | ||
474 | } | ||
475 | |||
476 | -static void ps2_reset_exit(Object *obj) | ||
477 | +static void ps2_reset_exit(Object *obj, ResetType type) | ||
478 | { | ||
479 | PS2State *s = PS2_DEVICE(obj); | ||
480 | |||
481 | @@ -XXX,XX +XXX,XX @@ static void ps2_common_post_load(PS2State *s) | ||
482 | q->cwptr = ccount ? (q->rptr + ccount) & (PS2_BUFFER_SIZE - 1) : -1; | ||
483 | } | ||
484 | |||
485 | -static void ps2_kbd_reset_hold(Object *obj) | ||
486 | +static void ps2_kbd_reset_hold(Object *obj, ResetType type) | ||
487 | { | ||
488 | PS2DeviceClass *ps2dc = PS2_DEVICE_GET_CLASS(obj); | ||
489 | PS2KbdState *s = PS2_KBD_DEVICE(obj); | ||
490 | @@ -XXX,XX +XXX,XX @@ static void ps2_kbd_reset_hold(Object *obj) | ||
491 | trace_ps2_kbd_reset(s); | ||
492 | |||
493 | if (ps2dc->parent_phases.hold) { | ||
494 | - ps2dc->parent_phases.hold(obj); | ||
495 | + ps2dc->parent_phases.hold(obj, type); | ||
496 | } | ||
497 | |||
498 | s->scan_enabled = 1; | ||
499 | @@ -XXX,XX +XXX,XX @@ static void ps2_kbd_reset_hold(Object *obj) | ||
500 | s->modifiers = 0; | ||
501 | } | ||
502 | |||
503 | -static void ps2_mouse_reset_hold(Object *obj) | ||
504 | +static void ps2_mouse_reset_hold(Object *obj, ResetType type) | ||
505 | { | ||
506 | PS2DeviceClass *ps2dc = PS2_DEVICE_GET_CLASS(obj); | ||
507 | PS2MouseState *s = PS2_MOUSE_DEVICE(obj); | ||
508 | @@ -XXX,XX +XXX,XX @@ static void ps2_mouse_reset_hold(Object *obj) | ||
509 | trace_ps2_mouse_reset(s); | ||
510 | |||
511 | if (ps2dc->parent_phases.hold) { | ||
512 | - ps2dc->parent_phases.hold(obj); | ||
513 | + ps2dc->parent_phases.hold(obj, type); | ||
514 | } | ||
515 | |||
516 | s->mouse_status = 0; | ||
517 | diff --git a/hw/intc/arm_gic_common.c b/hw/intc/arm_gic_common.c | ||
518 | index XXXXXXX..XXXXXXX 100644 | ||
519 | --- a/hw/intc/arm_gic_common.c | ||
520 | +++ b/hw/intc/arm_gic_common.c | ||
521 | @@ -XXX,XX +XXX,XX @@ static inline void arm_gic_common_reset_irq_state(GICState *s, int cidx, | ||
522 | } | ||
523 | } | ||
524 | |||
525 | -static void arm_gic_common_reset_hold(Object *obj) | ||
526 | +static void arm_gic_common_reset_hold(Object *obj, ResetType type) | ||
527 | { | ||
528 | GICState *s = ARM_GIC_COMMON(obj); | ||
529 | int i, j; | ||
530 | diff --git a/hw/intc/arm_gic_kvm.c b/hw/intc/arm_gic_kvm.c | ||
531 | index XXXXXXX..XXXXXXX 100644 | ||
532 | --- a/hw/intc/arm_gic_kvm.c | ||
533 | +++ b/hw/intc/arm_gic_kvm.c | ||
534 | @@ -XXX,XX +XXX,XX @@ static void kvm_arm_gic_get(GICState *s) | ||
535 | } | ||
536 | } | ||
537 | |||
538 | -static void kvm_arm_gic_reset_hold(Object *obj) | ||
539 | +static void kvm_arm_gic_reset_hold(Object *obj, ResetType type) | ||
540 | { | ||
541 | GICState *s = ARM_GIC_COMMON(obj); | ||
542 | KVMARMGICClass *kgc = KVM_ARM_GIC_GET_CLASS(s); | ||
543 | |||
544 | if (kgc->parent_phases.hold) { | ||
545 | - kgc->parent_phases.hold(obj); | ||
546 | + kgc->parent_phases.hold(obj, type); | ||
547 | } | ||
548 | |||
549 | if (kvm_arm_gic_can_save_restore(s)) { | ||
550 | diff --git a/hw/intc/arm_gicv3_common.c b/hw/intc/arm_gicv3_common.c | ||
551 | index XXXXXXX..XXXXXXX 100644 | ||
552 | --- a/hw/intc/arm_gicv3_common.c | ||
553 | +++ b/hw/intc/arm_gicv3_common.c | ||
554 | @@ -XXX,XX +XXX,XX @@ static void arm_gicv3_finalize(Object *obj) | ||
555 | g_free(s->redist_region_count); | ||
556 | } | ||
557 | |||
558 | -static void arm_gicv3_common_reset_hold(Object *obj) | ||
559 | +static void arm_gicv3_common_reset_hold(Object *obj, ResetType type) | ||
560 | { | ||
561 | GICv3State *s = ARM_GICV3_COMMON(obj); | ||
562 | int i; | ||
563 | diff --git a/hw/intc/arm_gicv3_its.c b/hw/intc/arm_gicv3_its.c | ||
564 | index XXXXXXX..XXXXXXX 100644 | ||
565 | --- a/hw/intc/arm_gicv3_its.c | ||
566 | +++ b/hw/intc/arm_gicv3_its.c | ||
567 | @@ -XXX,XX +XXX,XX @@ static void gicv3_arm_its_realize(DeviceState *dev, Error **errp) | ||
568 | } | ||
569 | } | ||
570 | |||
571 | -static void gicv3_its_reset_hold(Object *obj) | ||
572 | +static void gicv3_its_reset_hold(Object *obj, ResetType type) | ||
573 | { | ||
574 | GICv3ITSState *s = ARM_GICV3_ITS_COMMON(obj); | ||
575 | GICv3ITSClass *c = ARM_GICV3_ITS_GET_CLASS(s); | ||
576 | |||
577 | if (c->parent_phases.hold) { | ||
578 | - c->parent_phases.hold(obj); | ||
579 | + c->parent_phases.hold(obj, type); | ||
580 | } | ||
581 | |||
582 | /* Quiescent bit reset to 1 */ | ||
583 | diff --git a/hw/intc/arm_gicv3_its_common.c b/hw/intc/arm_gicv3_its_common.c | ||
584 | index XXXXXXX..XXXXXXX 100644 | ||
585 | --- a/hw/intc/arm_gicv3_its_common.c | ||
586 | +++ b/hw/intc/arm_gicv3_its_common.c | ||
587 | @@ -XXX,XX +XXX,XX @@ void gicv3_its_init_mmio(GICv3ITSState *s, const MemoryRegionOps *ops, | ||
588 | msi_nonbroken = true; | ||
589 | } | ||
590 | |||
591 | -static void gicv3_its_common_reset_hold(Object *obj) | ||
592 | +static void gicv3_its_common_reset_hold(Object *obj, ResetType type) | ||
593 | { | ||
594 | GICv3ITSState *s = ARM_GICV3_ITS_COMMON(obj); | ||
595 | |||
596 | diff --git a/hw/intc/arm_gicv3_its_kvm.c b/hw/intc/arm_gicv3_its_kvm.c | ||
597 | index XXXXXXX..XXXXXXX 100644 | ||
598 | --- a/hw/intc/arm_gicv3_its_kvm.c | ||
599 | +++ b/hw/intc/arm_gicv3_its_kvm.c | ||
600 | @@ -XXX,XX +XXX,XX @@ static void kvm_arm_its_post_load(GICv3ITSState *s) | ||
601 | GITS_CTLR, &s->ctlr, true, &error_abort); | ||
602 | } | ||
603 | |||
604 | -static void kvm_arm_its_reset_hold(Object *obj) | ||
605 | +static void kvm_arm_its_reset_hold(Object *obj, ResetType type) | ||
606 | { | ||
607 | GICv3ITSState *s = ARM_GICV3_ITS_COMMON(obj); | ||
608 | KVMARMITSClass *c = KVM_ARM_ITS_GET_CLASS(s); | ||
609 | int i; | ||
610 | |||
611 | if (c->parent_phases.hold) { | ||
612 | - c->parent_phases.hold(obj); | ||
613 | + c->parent_phases.hold(obj, type); | ||
614 | } | ||
615 | |||
616 | if (kvm_device_check_attr(s->dev_fd, KVM_DEV_ARM_VGIC_GRP_CTRL, | ||
617 | diff --git a/hw/intc/arm_gicv3_kvm.c b/hw/intc/arm_gicv3_kvm.c | ||
618 | index XXXXXXX..XXXXXXX 100644 | ||
619 | --- a/hw/intc/arm_gicv3_kvm.c | ||
620 | +++ b/hw/intc/arm_gicv3_kvm.c | ||
621 | @@ -XXX,XX +XXX,XX @@ static void arm_gicv3_icc_reset(CPUARMState *env, const ARMCPRegInfo *ri) | ||
622 | c->icc_ctlr_el1[GICV3_S] = c->icc_ctlr_el1[GICV3_NS]; | ||
623 | } | ||
624 | |||
625 | -static void kvm_arm_gicv3_reset_hold(Object *obj) | ||
626 | +static void kvm_arm_gicv3_reset_hold(Object *obj, ResetType type) | ||
627 | { | ||
628 | GICv3State *s = ARM_GICV3_COMMON(obj); | ||
629 | KVMARMGICv3Class *kgc = KVM_ARM_GICV3_GET_CLASS(s); | ||
630 | @@ -XXX,XX +XXX,XX @@ static void kvm_arm_gicv3_reset_hold(Object *obj) | ||
631 | DPRINTF("Reset\n"); | ||
632 | |||
633 | if (kgc->parent_phases.hold) { | ||
634 | - kgc->parent_phases.hold(obj); | ||
635 | + kgc->parent_phases.hold(obj, type); | ||
636 | } | ||
637 | |||
638 | if (s->migration_blocker) { | ||
639 | diff --git a/hw/intc/xics.c b/hw/intc/xics.c | ||
640 | index XXXXXXX..XXXXXXX 100644 | ||
641 | --- a/hw/intc/xics.c | ||
642 | +++ b/hw/intc/xics.c | ||
643 | @@ -XXX,XX +XXX,XX @@ static void ics_reset_irq(ICSIRQState *irq) | ||
644 | irq->saved_priority = 0xff; | ||
645 | } | ||
646 | |||
647 | -static void ics_reset_hold(Object *obj) | ||
648 | +static void ics_reset_hold(Object *obj, ResetType type) | ||
649 | { | ||
650 | ICSState *ics = ICS(obj); | ||
651 | g_autofree uint8_t *flags = g_malloc(ics->nr_irqs); | ||
652 | diff --git a/hw/m68k/q800-glue.c b/hw/m68k/q800-glue.c | ||
653 | index XXXXXXX..XXXXXXX 100644 | ||
654 | --- a/hw/m68k/q800-glue.c | ||
655 | +++ b/hw/m68k/q800-glue.c | ||
656 | @@ -XXX,XX +XXX,XX @@ static void glue_nmi_release(void *opaque) | ||
657 | GLUE_set_irq(s, GLUE_IRQ_IN_NMI, 0); | ||
658 | } | ||
659 | |||
660 | -static void glue_reset_hold(Object *obj) | ||
661 | +static void glue_reset_hold(Object *obj, ResetType type) | ||
662 | { | ||
663 | GLUEState *s = GLUE(obj); | ||
664 | |||
665 | diff --git a/hw/misc/djmemc.c b/hw/misc/djmemc.c | ||
666 | index XXXXXXX..XXXXXXX 100644 | ||
667 | --- a/hw/misc/djmemc.c | ||
668 | +++ b/hw/misc/djmemc.c | ||
669 | @@ -XXX,XX +XXX,XX @@ static void djmemc_init(Object *obj) | ||
670 | sysbus_init_mmio(sbd, &s->mem_regs); | ||
671 | } | ||
672 | |||
673 | -static void djmemc_reset_hold(Object *obj) | ||
674 | +static void djmemc_reset_hold(Object *obj, ResetType type) | ||
675 | { | ||
676 | DJMEMCState *s = DJMEMC(obj); | ||
677 | |||
678 | diff --git a/hw/misc/iosb.c b/hw/misc/iosb.c | ||
679 | index XXXXXXX..XXXXXXX 100644 | ||
680 | --- a/hw/misc/iosb.c | ||
681 | +++ b/hw/misc/iosb.c | ||
682 | @@ -XXX,XX +XXX,XX @@ static const MemoryRegionOps iosb_mmio_ops = { | ||
683 | .endianness = DEVICE_BIG_ENDIAN, | ||
684 | }; | ||
685 | |||
686 | -static void iosb_reset_hold(Object *obj) | ||
687 | +static void iosb_reset_hold(Object *obj, ResetType type) | ||
688 | { | ||
689 | IOSBState *s = IOSB(obj); | ||
690 | |||
691 | diff --git a/hw/misc/mac_via.c b/hw/misc/mac_via.c | ||
692 | index XXXXXXX..XXXXXXX 100644 | ||
693 | --- a/hw/misc/mac_via.c | ||
694 | +++ b/hw/misc/mac_via.c | ||
695 | @@ -XXX,XX +XXX,XX @@ static int via1_post_load(void *opaque, int version_id) | ||
696 | } | ||
697 | |||
698 | /* VIA 1 */ | ||
699 | -static void mos6522_q800_via1_reset_hold(Object *obj) | ||
700 | +static void mos6522_q800_via1_reset_hold(Object *obj, ResetType type) | ||
701 | { | ||
702 | MOS6522Q800VIA1State *v1s = MOS6522_Q800_VIA1(obj); | ||
703 | MOS6522State *ms = MOS6522(v1s); | ||
704 | @@ -XXX,XX +XXX,XX @@ static void mos6522_q800_via1_reset_hold(Object *obj) | ||
705 | ADBBusState *adb_bus = &v1s->adb_bus; | ||
706 | |||
707 | if (mdc->parent_phases.hold) { | ||
708 | - mdc->parent_phases.hold(obj); | ||
709 | + mdc->parent_phases.hold(obj, type); | ||
710 | } | ||
711 | |||
712 | ms->timers[0].frequency = VIA_TIMER_FREQ; | ||
713 | @@ -XXX,XX +XXX,XX @@ static void mos6522_q800_via2_portB_write(MOS6522State *s) | ||
714 | } | ||
715 | } | ||
716 | |||
717 | -static void mos6522_q800_via2_reset_hold(Object *obj) | ||
718 | +static void mos6522_q800_via2_reset_hold(Object *obj, ResetType type) | ||
719 | { | ||
720 | MOS6522State *ms = MOS6522(obj); | ||
721 | MOS6522DeviceClass *mdc = MOS6522_GET_CLASS(ms); | ||
722 | |||
723 | if (mdc->parent_phases.hold) { | ||
724 | - mdc->parent_phases.hold(obj); | ||
725 | + mdc->parent_phases.hold(obj, type); | ||
726 | } | ||
727 | |||
728 | ms->timers[0].frequency = VIA_TIMER_FREQ; | ||
729 | diff --git a/hw/misc/macio/cuda.c b/hw/misc/macio/cuda.c | ||
730 | index XXXXXXX..XXXXXXX 100644 | ||
731 | --- a/hw/misc/macio/cuda.c | ||
732 | +++ b/hw/misc/macio/cuda.c | ||
733 | @@ -XXX,XX +XXX,XX @@ static void mos6522_cuda_portB_write(MOS6522State *s) | ||
734 | cuda_update(cs); | ||
735 | } | ||
736 | |||
737 | -static void mos6522_cuda_reset_hold(Object *obj) | ||
738 | +static void mos6522_cuda_reset_hold(Object *obj, ResetType type) | ||
739 | { | ||
740 | MOS6522State *ms = MOS6522(obj); | ||
741 | MOS6522DeviceClass *mdc = MOS6522_GET_CLASS(ms); | ||
742 | |||
743 | if (mdc->parent_phases.hold) { | ||
744 | - mdc->parent_phases.hold(obj); | ||
745 | + mdc->parent_phases.hold(obj, type); | ||
746 | } | ||
747 | |||
748 | ms->timers[0].frequency = CUDA_TIMER_FREQ; | ||
749 | diff --git a/hw/misc/macio/pmu.c b/hw/misc/macio/pmu.c | ||
750 | index XXXXXXX..XXXXXXX 100644 | ||
751 | --- a/hw/misc/macio/pmu.c | ||
752 | +++ b/hw/misc/macio/pmu.c | ||
753 | @@ -XXX,XX +XXX,XX @@ static void mos6522_pmu_portB_write(MOS6522State *s) | ||
754 | pmu_update(ps); | ||
755 | } | ||
756 | |||
757 | -static void mos6522_pmu_reset_hold(Object *obj) | ||
758 | +static void mos6522_pmu_reset_hold(Object *obj, ResetType type) | ||
759 | { | ||
760 | MOS6522State *ms = MOS6522(obj); | ||
761 | MOS6522PMUState *mps = container_of(ms, MOS6522PMUState, parent_obj); | ||
762 | @@ -XXX,XX +XXX,XX @@ static void mos6522_pmu_reset_hold(Object *obj) | ||
763 | MOS6522DeviceClass *mdc = MOS6522_GET_CLASS(ms); | ||
764 | |||
765 | if (mdc->parent_phases.hold) { | ||
766 | - mdc->parent_phases.hold(obj); | ||
767 | + mdc->parent_phases.hold(obj, type); | ||
768 | } | ||
769 | |||
770 | ms->timers[0].frequency = VIA_TIMER_FREQ; | ||
771 | diff --git a/hw/misc/mos6522.c b/hw/misc/mos6522.c | ||
772 | index XXXXXXX..XXXXXXX 100644 | ||
773 | --- a/hw/misc/mos6522.c | ||
774 | +++ b/hw/misc/mos6522.c | ||
775 | @@ -XXX,XX +XXX,XX @@ const VMStateDescription vmstate_mos6522 = { | ||
776 | } | ||
777 | }; | ||
778 | |||
779 | -static void mos6522_reset_hold(Object *obj) | ||
780 | +static void mos6522_reset_hold(Object *obj, ResetType type) | ||
781 | { | ||
782 | MOS6522State *s = MOS6522(obj); | ||
783 | |||
784 | diff --git a/hw/misc/npcm7xx_mft.c b/hw/misc/npcm7xx_mft.c | ||
785 | index XXXXXXX..XXXXXXX 100644 | ||
786 | --- a/hw/misc/npcm7xx_mft.c | ||
787 | +++ b/hw/misc/npcm7xx_mft.c | ||
788 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_mft_enter_reset(Object *obj, ResetType type) | ||
789 | npcm7xx_mft_reset(s); | ||
790 | } | ||
791 | |||
792 | -static void npcm7xx_mft_hold_reset(Object *obj) | ||
793 | +static void npcm7xx_mft_hold_reset(Object *obj, ResetType type) | ||
794 | { | ||
795 | NPCM7xxMFTState *s = NPCM7XX_MFT(obj); | ||
796 | |||
797 | diff --git a/hw/misc/npcm7xx_pwm.c b/hw/misc/npcm7xx_pwm.c | ||
798 | index XXXXXXX..XXXXXXX 100644 | ||
799 | --- a/hw/misc/npcm7xx_pwm.c | ||
800 | +++ b/hw/misc/npcm7xx_pwm.c | ||
801 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_pwm_enter_reset(Object *obj, ResetType type) | ||
802 | s->piir = 0x00000000; | ||
803 | } | ||
804 | |||
805 | -static void npcm7xx_pwm_hold_reset(Object *obj) | ||
806 | +static void npcm7xx_pwm_hold_reset(Object *obj, ResetType type) | ||
807 | { | ||
808 | NPCM7xxPWMState *s = NPCM7XX_PWM(obj); | ||
809 | int i; | ||
810 | diff --git a/hw/misc/stm32l4x5_exti.c b/hw/misc/stm32l4x5_exti.c | ||
811 | index XXXXXXX..XXXXXXX 100644 | ||
812 | --- a/hw/misc/stm32l4x5_exti.c | ||
813 | +++ b/hw/misc/stm32l4x5_exti.c | ||
814 | @@ -XXX,XX +XXX,XX @@ static unsigned configurable_mask(unsigned bank) | ||
815 | return valid_mask(bank) & ~exti_romask[bank]; | ||
816 | } | ||
817 | |||
818 | -static void stm32l4x5_exti_reset_hold(Object *obj) | ||
819 | +static void stm32l4x5_exti_reset_hold(Object *obj, ResetType type) | ||
820 | { | ||
821 | Stm32l4x5ExtiState *s = STM32L4X5_EXTI(obj); | ||
822 | |||
823 | diff --git a/hw/misc/stm32l4x5_rcc.c b/hw/misc/stm32l4x5_rcc.c | ||
824 | index XXXXXXX..XXXXXXX 100644 | ||
825 | --- a/hw/misc/stm32l4x5_rcc.c | ||
826 | +++ b/hw/misc/stm32l4x5_rcc.c | ||
827 | @@ -XXX,XX +XXX,XX @@ static void clock_mux_reset_enter(Object *obj, ResetType type) | ||
828 | set_clock_mux_init_info(s, s->id); | ||
829 | } | ||
830 | |||
831 | -static void clock_mux_reset_hold(Object *obj) | ||
832 | +static void clock_mux_reset_hold(Object *obj, ResetType type) | ||
833 | { | ||
834 | RccClockMuxState *s = RCC_CLOCK_MUX(obj); | ||
835 | clock_mux_update(s, true); | ||
836 | } | ||
837 | |||
838 | -static void clock_mux_reset_exit(Object *obj) | ||
839 | +static void clock_mux_reset_exit(Object *obj, ResetType type) | ||
840 | { | ||
841 | RccClockMuxState *s = RCC_CLOCK_MUX(obj); | ||
842 | clock_mux_update(s, false); | ||
843 | @@ -XXX,XX +XXX,XX @@ static void pll_reset_enter(Object *obj, ResetType type) | ||
844 | set_pll_init_info(s, s->id); | ||
845 | } | ||
846 | |||
847 | -static void pll_reset_hold(Object *obj) | ||
848 | +static void pll_reset_hold(Object *obj, ResetType type) | ||
849 | { | ||
850 | RccPllState *s = RCC_PLL(obj); | ||
851 | pll_update(s, true); | ||
852 | } | ||
853 | |||
854 | -static void pll_reset_exit(Object *obj) | ||
855 | +static void pll_reset_exit(Object *obj, ResetType type) | ||
856 | { | ||
857 | RccPllState *s = RCC_PLL(obj); | ||
858 | pll_update(s, false); | ||
859 | @@ -XXX,XX +XXX,XX @@ static void rcc_update_csr(Stm32l4x5RccState *s) | ||
860 | rcc_update_irq(s); | ||
861 | } | ||
862 | |||
863 | -static void stm32l4x5_rcc_reset_hold(Object *obj) | ||
864 | +static void stm32l4x5_rcc_reset_hold(Object *obj, ResetType type) | ||
865 | { | ||
866 | Stm32l4x5RccState *s = STM32L4X5_RCC(obj); | ||
867 | s->cr = 0x00000063; | ||
868 | diff --git a/hw/misc/stm32l4x5_syscfg.c b/hw/misc/stm32l4x5_syscfg.c | ||
869 | index XXXXXXX..XXXXXXX 100644 | ||
870 | --- a/hw/misc/stm32l4x5_syscfg.c | ||
871 | +++ b/hw/misc/stm32l4x5_syscfg.c | ||
872 | @@ -XXX,XX +XXX,XX @@ | ||
873 | |||
874 | #define NUM_LINES_PER_EXTICR_REG 4 | ||
875 | |||
876 | -static void stm32l4x5_syscfg_hold_reset(Object *obj) | ||
877 | +static void stm32l4x5_syscfg_hold_reset(Object *obj, ResetType type) | ||
878 | { | ||
879 | Stm32l4x5SyscfgState *s = STM32L4X5_SYSCFG(obj); | ||
880 | |||
881 | diff --git a/hw/misc/xlnx-versal-cframe-reg.c b/hw/misc/xlnx-versal-cframe-reg.c | ||
882 | index XXXXXXX..XXXXXXX 100644 | ||
883 | --- a/hw/misc/xlnx-versal-cframe-reg.c | ||
884 | +++ b/hw/misc/xlnx-versal-cframe-reg.c | ||
885 | @@ -XXX,XX +XXX,XX @@ static void cframe_reg_reset_enter(Object *obj, ResetType type) | ||
886 | } | ||
887 | } | ||
888 | |||
889 | -static void cframe_reg_reset_hold(Object *obj) | ||
890 | +static void cframe_reg_reset_hold(Object *obj, ResetType type) | ||
891 | { | ||
892 | XlnxVersalCFrameReg *s = XLNX_VERSAL_CFRAME_REG(obj); | ||
893 | |||
894 | diff --git a/hw/misc/xlnx-versal-crl.c b/hw/misc/xlnx-versal-crl.c | ||
895 | index XXXXXXX..XXXXXXX 100644 | ||
896 | --- a/hw/misc/xlnx-versal-crl.c | ||
897 | +++ b/hw/misc/xlnx-versal-crl.c | ||
898 | @@ -XXX,XX +XXX,XX @@ static void crl_reset_enter(Object *obj, ResetType type) | ||
899 | } | ||
900 | } | ||
901 | |||
902 | -static void crl_reset_hold(Object *obj) | ||
903 | +static void crl_reset_hold(Object *obj, ResetType type) | ||
904 | { | ||
905 | XlnxVersalCRL *s = XLNX_VERSAL_CRL(obj); | ||
906 | |||
907 | diff --git a/hw/misc/xlnx-versal-pmc-iou-slcr.c b/hw/misc/xlnx-versal-pmc-iou-slcr.c | ||
908 | index XXXXXXX..XXXXXXX 100644 | ||
909 | --- a/hw/misc/xlnx-versal-pmc-iou-slcr.c | ||
910 | +++ b/hw/misc/xlnx-versal-pmc-iou-slcr.c | ||
911 | @@ -XXX,XX +XXX,XX @@ static void xlnx_versal_pmc_iou_slcr_reset_init(Object *obj, ResetType type) | ||
912 | } | ||
913 | } | ||
914 | |||
915 | -static void xlnx_versal_pmc_iou_slcr_reset_hold(Object *obj) | ||
916 | +static void xlnx_versal_pmc_iou_slcr_reset_hold(Object *obj, ResetType type) | ||
917 | { | ||
918 | XlnxVersalPmcIouSlcr *s = XILINX_VERSAL_PMC_IOU_SLCR(obj); | ||
919 | |||
920 | diff --git a/hw/misc/xlnx-versal-trng.c b/hw/misc/xlnx-versal-trng.c | ||
921 | index XXXXXXX..XXXXXXX 100644 | ||
922 | --- a/hw/misc/xlnx-versal-trng.c | ||
923 | +++ b/hw/misc/xlnx-versal-trng.c | ||
924 | @@ -XXX,XX +XXX,XX @@ static void trng_unrealize(DeviceState *dev) | ||
925 | s->prng = NULL; | ||
926 | } | ||
927 | |||
928 | -static void trng_reset_hold(Object *obj) | ||
929 | +static void trng_reset_hold(Object *obj, ResetType type) | ||
930 | { | ||
931 | trng_reset(XLNX_VERSAL_TRNG(obj)); | ||
932 | } | ||
933 | diff --git a/hw/misc/xlnx-versal-xramc.c b/hw/misc/xlnx-versal-xramc.c | ||
934 | index XXXXXXX..XXXXXXX 100644 | ||
935 | --- a/hw/misc/xlnx-versal-xramc.c | ||
936 | +++ b/hw/misc/xlnx-versal-xramc.c | ||
937 | @@ -XXX,XX +XXX,XX @@ static void xram_ctrl_reset_enter(Object *obj, ResetType type) | ||
938 | ARRAY_FIELD_DP32(s->regs, XRAM_IMP, SIZE, s->cfg.encoded_size); | ||
939 | } | ||
940 | |||
941 | -static void xram_ctrl_reset_hold(Object *obj) | ||
942 | +static void xram_ctrl_reset_hold(Object *obj, ResetType type) | ||
943 | { | ||
944 | XlnxXramCtrl *s = XLNX_XRAM_CTRL(obj); | ||
945 | |||
946 | diff --git a/hw/misc/xlnx-zynqmp-apu-ctrl.c b/hw/misc/xlnx-zynqmp-apu-ctrl.c | ||
947 | index XXXXXXX..XXXXXXX 100644 | ||
948 | --- a/hw/misc/xlnx-zynqmp-apu-ctrl.c | ||
949 | +++ b/hw/misc/xlnx-zynqmp-apu-ctrl.c | ||
950 | @@ -XXX,XX +XXX,XX @@ static void zynqmp_apu_reset_enter(Object *obj, ResetType type) | ||
951 | s->cpu_in_wfi = 0; | ||
952 | } | ||
953 | |||
954 | -static void zynqmp_apu_reset_hold(Object *obj) | ||
955 | +static void zynqmp_apu_reset_hold(Object *obj, ResetType type) | ||
956 | { | ||
957 | XlnxZynqMPAPUCtrl *s = XLNX_ZYNQMP_APU_CTRL(obj); | ||
958 | |||
959 | diff --git a/hw/misc/xlnx-zynqmp-crf.c b/hw/misc/xlnx-zynqmp-crf.c | ||
960 | index XXXXXXX..XXXXXXX 100644 | ||
961 | --- a/hw/misc/xlnx-zynqmp-crf.c | ||
962 | +++ b/hw/misc/xlnx-zynqmp-crf.c | ||
963 | @@ -XXX,XX +XXX,XX @@ static void crf_reset_enter(Object *obj, ResetType type) | ||
964 | } | ||
965 | } | ||
966 | |||
967 | -static void crf_reset_hold(Object *obj) | ||
968 | +static void crf_reset_hold(Object *obj, ResetType type) | ||
969 | { | ||
970 | XlnxZynqMPCRF *s = XLNX_ZYNQMP_CRF(obj); | ||
971 | ir_update_irq(s); | ||
972 | diff --git a/hw/misc/zynq_slcr.c b/hw/misc/zynq_slcr.c | ||
973 | index XXXXXXX..XXXXXXX 100644 | ||
974 | --- a/hw/misc/zynq_slcr.c | ||
975 | +++ b/hw/misc/zynq_slcr.c | ||
976 | @@ -XXX,XX +XXX,XX @@ static void zynq_slcr_reset_init(Object *obj, ResetType type) | ||
977 | s->regs[R_DDRIOB + 12] = 0x00000021; | ||
978 | } | ||
979 | |||
980 | -static void zynq_slcr_reset_hold(Object *obj) | ||
981 | +static void zynq_slcr_reset_hold(Object *obj, ResetType type) | ||
982 | { | ||
983 | ZynqSLCRState *s = ZYNQ_SLCR(obj); | ||
984 | |||
985 | @@ -XXX,XX +XXX,XX @@ static void zynq_slcr_reset_hold(Object *obj) | ||
986 | zynq_slcr_propagate_clocks(s); | ||
987 | } | ||
988 | |||
989 | -static void zynq_slcr_reset_exit(Object *obj) | ||
990 | +static void zynq_slcr_reset_exit(Object *obj, ResetType type) | ||
991 | { | ||
992 | ZynqSLCRState *s = ZYNQ_SLCR(obj); | ||
993 | |||
994 | diff --git a/hw/net/can/xlnx-zynqmp-can.c b/hw/net/can/xlnx-zynqmp-can.c | ||
995 | index XXXXXXX..XXXXXXX 100644 | ||
996 | --- a/hw/net/can/xlnx-zynqmp-can.c | ||
997 | +++ b/hw/net/can/xlnx-zynqmp-can.c | ||
998 | @@ -XXX,XX +XXX,XX @@ static void xlnx_zynqmp_can_reset_init(Object *obj, ResetType type) | ||
999 | ptimer_transaction_commit(s->can_timer); | ||
1000 | } | ||
1001 | |||
1002 | -static void xlnx_zynqmp_can_reset_hold(Object *obj) | ||
1003 | +static void xlnx_zynqmp_can_reset_hold(Object *obj, ResetType type) | ||
1004 | { | ||
1005 | XlnxZynqMPCANState *s = XLNX_ZYNQMP_CAN(obj); | ||
1006 | unsigned int i; | ||
1007 | diff --git a/hw/net/e1000.c b/hw/net/e1000.c | ||
1008 | index XXXXXXX..XXXXXXX 100644 | ||
1009 | --- a/hw/net/e1000.c | ||
1010 | +++ b/hw/net/e1000.c | ||
1011 | @@ -XXX,XX +XXX,XX @@ static bool e1000_vet_init_need(void *opaque) | ||
1012 | return chkflag(VET); | ||
1013 | } | ||
1014 | |||
1015 | -static void e1000_reset_hold(Object *obj) | ||
1016 | +static void e1000_reset_hold(Object *obj, ResetType type) | ||
1017 | { | ||
1018 | E1000State *d = E1000(obj); | ||
1019 | E1000BaseClass *edc = E1000_GET_CLASS(d); | ||
1020 | diff --git a/hw/net/e1000e.c b/hw/net/e1000e.c | ||
1021 | index XXXXXXX..XXXXXXX 100644 | ||
1022 | --- a/hw/net/e1000e.c | ||
1023 | +++ b/hw/net/e1000e.c | ||
1024 | @@ -XXX,XX +XXX,XX @@ static void e1000e_pci_uninit(PCIDevice *pci_dev) | ||
1025 | msi_uninit(pci_dev); | ||
1026 | } | ||
1027 | |||
1028 | -static void e1000e_qdev_reset_hold(Object *obj) | ||
1029 | +static void e1000e_qdev_reset_hold(Object *obj, ResetType type) | ||
1030 | { | ||
1031 | E1000EState *s = E1000E(obj); | ||
1032 | |||
1033 | diff --git a/hw/net/igb.c b/hw/net/igb.c | ||
1034 | index XXXXXXX..XXXXXXX 100644 | ||
1035 | --- a/hw/net/igb.c | ||
1036 | +++ b/hw/net/igb.c | ||
1037 | @@ -XXX,XX +XXX,XX @@ static void igb_pci_uninit(PCIDevice *pci_dev) | ||
1038 | msi_uninit(pci_dev); | ||
1039 | } | ||
1040 | |||
1041 | -static void igb_qdev_reset_hold(Object *obj) | ||
1042 | +static void igb_qdev_reset_hold(Object *obj, ResetType type) | ||
1043 | { | ||
1044 | IGBState *s = IGB(obj); | ||
1045 | |||
1046 | diff --git a/hw/net/igbvf.c b/hw/net/igbvf.c | ||
1047 | index XXXXXXX..XXXXXXX 100644 | ||
1048 | --- a/hw/net/igbvf.c | ||
1049 | +++ b/hw/net/igbvf.c | ||
1050 | @@ -XXX,XX +XXX,XX @@ static void igbvf_pci_realize(PCIDevice *dev, Error **errp) | ||
1051 | pcie_ari_init(dev, 0x150); | ||
1052 | } | ||
1053 | |||
1054 | -static void igbvf_qdev_reset_hold(Object *obj) | ||
1055 | +static void igbvf_qdev_reset_hold(Object *obj, ResetType type) | ||
1056 | { | ||
1057 | PCIDevice *vf = PCI_DEVICE(obj); | ||
1058 | |||
1059 | diff --git a/hw/nvram/xlnx-bbram.c b/hw/nvram/xlnx-bbram.c | ||
1060 | index XXXXXXX..XXXXXXX 100644 | ||
1061 | --- a/hw/nvram/xlnx-bbram.c | ||
1062 | +++ b/hw/nvram/xlnx-bbram.c | ||
1063 | @@ -XXX,XX +XXX,XX @@ static RegisterAccessInfo bbram_ctrl_regs_info[] = { | ||
1064 | } | ||
1065 | }; | ||
1066 | |||
1067 | -static void bbram_ctrl_reset_hold(Object *obj) | ||
1068 | +static void bbram_ctrl_reset_hold(Object *obj, ResetType type) | ||
1069 | { | ||
1070 | XlnxBBRam *s = XLNX_BBRAM(obj); | ||
1071 | unsigned int i; | ||
1072 | diff --git a/hw/nvram/xlnx-versal-efuse-ctrl.c b/hw/nvram/xlnx-versal-efuse-ctrl.c | ||
1073 | index XXXXXXX..XXXXXXX 100644 | ||
1074 | --- a/hw/nvram/xlnx-versal-efuse-ctrl.c | ||
1075 | +++ b/hw/nvram/xlnx-versal-efuse-ctrl.c | ||
1076 | @@ -XXX,XX +XXX,XX @@ static void efuse_ctrl_register_reset(RegisterInfo *reg) | ||
1077 | register_reset(reg); | ||
1078 | } | ||
1079 | |||
1080 | -static void efuse_ctrl_reset_hold(Object *obj) | ||
1081 | +static void efuse_ctrl_reset_hold(Object *obj, ResetType type) | ||
1082 | { | ||
1083 | XlnxVersalEFuseCtrl *s = XLNX_VERSAL_EFUSE_CTRL(obj); | ||
1084 | unsigned int i; | ||
1085 | diff --git a/hw/nvram/xlnx-zynqmp-efuse.c b/hw/nvram/xlnx-zynqmp-efuse.c | ||
1086 | index XXXXXXX..XXXXXXX 100644 | ||
1087 | --- a/hw/nvram/xlnx-zynqmp-efuse.c | ||
1088 | +++ b/hw/nvram/xlnx-zynqmp-efuse.c | ||
1089 | @@ -XXX,XX +XXX,XX @@ static void zynqmp_efuse_register_reset(RegisterInfo *reg) | ||
1090 | register_reset(reg); | ||
1091 | } | ||
1092 | |||
1093 | -static void zynqmp_efuse_reset_hold(Object *obj) | ||
1094 | +static void zynqmp_efuse_reset_hold(Object *obj, ResetType type) | ||
1095 | { | ||
1096 | XlnxZynqMPEFuse *s = XLNX_ZYNQMP_EFUSE(obj); | ||
1097 | unsigned int i; | ||
1098 | diff --git a/hw/pci-bridge/cxl_root_port.c b/hw/pci-bridge/cxl_root_port.c | ||
1099 | index XXXXXXX..XXXXXXX 100644 | ||
1100 | --- a/hw/pci-bridge/cxl_root_port.c | ||
1101 | +++ b/hw/pci-bridge/cxl_root_port.c | ||
1102 | @@ -XXX,XX +XXX,XX @@ static void cxl_rp_realize(DeviceState *dev, Error **errp) | ||
1103 | component_bar); | ||
1104 | } | ||
1105 | |||
1106 | -static void cxl_rp_reset_hold(Object *obj) | ||
1107 | +static void cxl_rp_reset_hold(Object *obj, ResetType type) | ||
1108 | { | ||
1109 | PCIERootPortClass *rpc = PCIE_ROOT_PORT_GET_CLASS(obj); | ||
1110 | CXLRootPort *crp = CXL_ROOT_PORT(obj); | ||
1111 | |||
1112 | if (rpc->parent_phases.hold) { | ||
1113 | - rpc->parent_phases.hold(obj); | ||
1114 | + rpc->parent_phases.hold(obj, type); | ||
1115 | } | ||
1116 | |||
1117 | latch_registers(crp); | ||
1118 | diff --git a/hw/pci-bridge/pcie_root_port.c b/hw/pci-bridge/pcie_root_port.c | ||
1119 | index XXXXXXX..XXXXXXX 100644 | ||
1120 | --- a/hw/pci-bridge/pcie_root_port.c | ||
1121 | +++ b/hw/pci-bridge/pcie_root_port.c | ||
1122 | @@ -XXX,XX +XXX,XX @@ static void rp_write_config(PCIDevice *d, uint32_t address, | ||
1123 | pcie_aer_root_write_config(d, address, val, len, root_cmd); | ||
1124 | } | ||
1125 | |||
1126 | -static void rp_reset_hold(Object *obj) | ||
1127 | +static void rp_reset_hold(Object *obj, ResetType type) | ||
1128 | { | ||
1129 | PCIDevice *d = PCI_DEVICE(obj); | ||
1130 | DeviceState *qdev = DEVICE(obj); | ||
1131 | diff --git a/hw/pci-host/bonito.c b/hw/pci-host/bonito.c | ||
1132 | index XXXXXXX..XXXXXXX 100644 | ||
1133 | --- a/hw/pci-host/bonito.c | ||
1134 | +++ b/hw/pci-host/bonito.c | ||
1135 | @@ -XXX,XX +XXX,XX @@ static int pci_bonito_map_irq(PCIDevice *pci_dev, int irq_num) | ||
1136 | } | ||
1137 | } | ||
1138 | |||
1139 | -static void bonito_reset_hold(Object *obj) | ||
1140 | +static void bonito_reset_hold(Object *obj, ResetType type) | ||
1141 | { | ||
1142 | PCIBonitoState *s = PCI_BONITO(obj); | ||
1143 | uint32_t val = 0; | ||
1144 | diff --git a/hw/pci-host/pnv_phb.c b/hw/pci-host/pnv_phb.c | ||
1145 | index XXXXXXX..XXXXXXX 100644 | ||
1146 | --- a/hw/pci-host/pnv_phb.c | ||
1147 | +++ b/hw/pci-host/pnv_phb.c | ||
1148 | @@ -XXX,XX +XXX,XX @@ static void pnv_phb_class_init(ObjectClass *klass, void *data) | ||
1149 | dc->user_creatable = true; | ||
1150 | } | ||
1151 | |||
1152 | -static void pnv_phb_root_port_reset_hold(Object *obj) | ||
1153 | +static void pnv_phb_root_port_reset_hold(Object *obj, ResetType type) | ||
1154 | { | ||
1155 | PCIERootPortClass *rpc = PCIE_ROOT_PORT_GET_CLASS(obj); | ||
1156 | PnvPHBRootPort *phb_rp = PNV_PHB_ROOT_PORT(obj); | ||
1157 | @@ -XXX,XX +XXX,XX @@ static void pnv_phb_root_port_reset_hold(Object *obj) | ||
1158 | uint8_t *conf = d->config; | ||
1159 | |||
1160 | if (rpc->parent_phases.hold) { | ||
1161 | - rpc->parent_phases.hold(obj); | ||
1162 | + rpc->parent_phases.hold(obj, type); | ||
1163 | } | ||
1164 | |||
1165 | if (phb_rp->version == 3) { | ||
1166 | diff --git a/hw/pci-host/pnv_phb3_msi.c b/hw/pci-host/pnv_phb3_msi.c | ||
1167 | index XXXXXXX..XXXXXXX 100644 | ||
1168 | --- a/hw/pci-host/pnv_phb3_msi.c | ||
1169 | +++ b/hw/pci-host/pnv_phb3_msi.c | ||
1170 | @@ -XXX,XX +XXX,XX @@ static void phb3_msi_resend(ICSState *ics) | ||
1171 | } | ||
1172 | } | ||
1173 | |||
1174 | -static void phb3_msi_reset_hold(Object *obj) | ||
1175 | +static void phb3_msi_reset_hold(Object *obj, ResetType type) | ||
1176 | { | ||
1177 | Phb3MsiState *msi = PHB3_MSI(obj); | ||
1178 | ICSStateClass *icsc = ICS_GET_CLASS(obj); | ||
1179 | |||
1180 | if (icsc->parent_phases.hold) { | ||
1181 | - icsc->parent_phases.hold(obj); | ||
1182 | + icsc->parent_phases.hold(obj, type); | ||
1183 | } | ||
1184 | |||
1185 | memset(msi->rba, 0, sizeof(msi->rba)); | ||
1186 | diff --git a/hw/pci/pci.c b/hw/pci/pci.c | ||
1187 | index XXXXXXX..XXXXXXX 100644 | ||
1188 | --- a/hw/pci/pci.c | ||
1189 | +++ b/hw/pci/pci.c | ||
1190 | @@ -XXX,XX +XXX,XX @@ bool pci_available = true; | ||
1191 | |||
1192 | static char *pcibus_get_dev_path(DeviceState *dev); | ||
1193 | static char *pcibus_get_fw_dev_path(DeviceState *dev); | ||
1194 | -static void pcibus_reset_hold(Object *obj); | ||
1195 | +static void pcibus_reset_hold(Object *obj, ResetType type); | ||
1196 | static bool pcie_has_upstream_port(PCIDevice *dev); | ||
1197 | |||
1198 | static Property pci_props[] = { | ||
1199 | @@ -XXX,XX +XXX,XX @@ void pci_device_reset(PCIDevice *dev) | ||
1200 | * Called via bus_cold_reset on RST# assert, after the devices | ||
1201 | * have been reset device_cold_reset-ed already. | ||
1202 | */ | ||
1203 | -static void pcibus_reset_hold(Object *obj) | ||
1204 | +static void pcibus_reset_hold(Object *obj, ResetType type) | ||
1205 | { | ||
1206 | PCIBus *bus = PCI_BUS(obj); | ||
1207 | int i; | ||
1208 | diff --git a/hw/rtc/mc146818rtc.c b/hw/rtc/mc146818rtc.c | ||
1209 | index XXXXXXX..XXXXXXX 100644 | ||
1210 | --- a/hw/rtc/mc146818rtc.c | ||
1211 | +++ b/hw/rtc/mc146818rtc.c | ||
1212 | @@ -XXX,XX +XXX,XX @@ static void rtc_reset_enter(Object *obj, ResetType type) | ||
1213 | } | ||
1214 | } | ||
1215 | |||
1216 | -static void rtc_reset_hold(Object *obj) | ||
1217 | +static void rtc_reset_hold(Object *obj, ResetType type) | ||
1218 | { | ||
1219 | MC146818RtcState *s = MC146818_RTC(obj); | ||
1220 | |||
1221 | diff --git a/hw/s390x/css-bridge.c b/hw/s390x/css-bridge.c | ||
1222 | index XXXXXXX..XXXXXXX 100644 | ||
1223 | --- a/hw/s390x/css-bridge.c | ||
1224 | +++ b/hw/s390x/css-bridge.c | ||
1225 | @@ -XXX,XX +XXX,XX @@ static void ccw_device_unplug(HotplugHandler *hotplug_dev, | ||
1226 | qdev_unrealize(dev); | ||
1227 | } | ||
1228 | |||
1229 | -static void virtual_css_bus_reset_hold(Object *obj) | ||
1230 | +static void virtual_css_bus_reset_hold(Object *obj, ResetType type) | ||
1231 | { | ||
1232 | /* This should actually be modelled via the generic css */ | ||
1233 | css_reset(); | ||
1234 | diff --git a/hw/sensor/adm1266.c b/hw/sensor/adm1266.c | ||
1235 | index XXXXXXX..XXXXXXX 100644 | ||
1236 | --- a/hw/sensor/adm1266.c | ||
1237 | +++ b/hw/sensor/adm1266.c | ||
1238 | @@ -XXX,XX +XXX,XX @@ static const uint8_t adm1266_ic_device_id[] = {0x03, 0x41, 0x12, 0x66}; | ||
1239 | static const uint8_t adm1266_ic_device_rev[] = {0x08, 0x01, 0x08, 0x07, 0x0, | ||
1240 | 0x0, 0x07, 0x41, 0x30}; | ||
1241 | |||
1242 | -static void adm1266_exit_reset(Object *obj) | ||
1243 | +static void adm1266_exit_reset(Object *obj, ResetType type) | ||
1244 | { | ||
1245 | ADM1266State *s = ADM1266(obj); | ||
1246 | PMBusDevice *pmdev = PMBUS_DEVICE(obj); | ||
1247 | diff --git a/hw/sensor/adm1272.c b/hw/sensor/adm1272.c | ||
1248 | index XXXXXXX..XXXXXXX 100644 | ||
1249 | --- a/hw/sensor/adm1272.c | ||
1250 | +++ b/hw/sensor/adm1272.c | ||
1251 | @@ -XXX,XX +XXX,XX @@ static uint32_t adm1272_direct_to_watts(uint16_t value) | ||
1252 | return pmbus_direct_mode2data(c, value); | ||
1253 | } | ||
1254 | |||
1255 | -static void adm1272_exit_reset(Object *obj) | ||
1256 | +static void adm1272_exit_reset(Object *obj, ResetType type) | ||
1257 | { | ||
1258 | ADM1272State *s = ADM1272(obj); | ||
1259 | PMBusDevice *pmdev = PMBUS_DEVICE(obj); | ||
1260 | diff --git a/hw/sensor/isl_pmbus_vr.c b/hw/sensor/isl_pmbus_vr.c | ||
1261 | index XXXXXXX..XXXXXXX 100644 | ||
1262 | --- a/hw/sensor/isl_pmbus_vr.c | ||
1263 | +++ b/hw/sensor/isl_pmbus_vr.c | ||
1264 | @@ -XXX,XX +XXX,XX @@ static void isl_pmbus_vr_set(Object *obj, Visitor *v, const char *name, | ||
1265 | pmbus_check_limits(pmdev); | ||
1266 | } | ||
1267 | |||
1268 | -static void isl_pmbus_vr_exit_reset(Object *obj) | ||
1269 | +static void isl_pmbus_vr_exit_reset(Object *obj, ResetType type) | ||
1270 | { | ||
1271 | PMBusDevice *pmdev = PMBUS_DEVICE(obj); | ||
1272 | |||
1273 | @@ -XXX,XX +XXX,XX @@ static void isl_pmbus_vr_exit_reset(Object *obj) | ||
1274 | } | ||
1275 | |||
1276 | /* The raa228000 uses different direct mode coefficients from most isl devices */ | ||
1277 | -static void raa228000_exit_reset(Object *obj) | ||
1278 | +static void raa228000_exit_reset(Object *obj, ResetType type) | ||
1279 | { | ||
1280 | PMBusDevice *pmdev = PMBUS_DEVICE(obj); | ||
1281 | |||
1282 | - isl_pmbus_vr_exit_reset(obj); | ||
1283 | + isl_pmbus_vr_exit_reset(obj, type); | ||
1284 | |||
1285 | pmdev->pages[0].read_iout = 0; | ||
1286 | pmdev->pages[0].read_pout = 0; | ||
1287 | @@ -XXX,XX +XXX,XX @@ static void raa228000_exit_reset(Object *obj) | ||
1288 | pmdev->pages[0].read_temperature_3 = 0; | ||
1289 | } | ||
1290 | |||
1291 | -static void isl69259_exit_reset(Object *obj) | ||
1292 | +static void isl69259_exit_reset(Object *obj, ResetType type) | ||
1293 | { | ||
1294 | ISLState *s = ISL69260(obj); | ||
1295 | static const uint8_t ic_device_id[] = {0x04, 0x00, 0x81, 0xD2, 0x49, 0x3c}; | ||
1296 | g_assert(sizeof(ic_device_id) <= sizeof(s->ic_device_id)); | ||
1297 | |||
1298 | - isl_pmbus_vr_exit_reset(obj); | ||
1299 | + isl_pmbus_vr_exit_reset(obj, type); | ||
1300 | |||
1301 | s->ic_device_id_len = sizeof(ic_device_id); | ||
1302 | memcpy(s->ic_device_id, ic_device_id, sizeof(ic_device_id)); | ||
1303 | diff --git a/hw/sensor/max31785.c b/hw/sensor/max31785.c | ||
1304 | index XXXXXXX..XXXXXXX 100644 | ||
1305 | --- a/hw/sensor/max31785.c | ||
1306 | +++ b/hw/sensor/max31785.c | ||
1307 | @@ -XXX,XX +XXX,XX @@ static int max31785_write_data(PMBusDevice *pmdev, const uint8_t *buf, | ||
1308 | return 0; | ||
1309 | } | ||
1310 | |||
1311 | -static void max31785_exit_reset(Object *obj) | ||
1312 | +static void max31785_exit_reset(Object *obj, ResetType type) | ||
1313 | { | ||
1314 | PMBusDevice *pmdev = PMBUS_DEVICE(obj); | ||
1315 | MAX31785State *s = MAX31785(obj); | ||
1316 | diff --git a/hw/sensor/max34451.c b/hw/sensor/max34451.c | ||
1317 | index XXXXXXX..XXXXXXX 100644 | ||
1318 | --- a/hw/sensor/max34451.c | ||
1319 | +++ b/hw/sensor/max34451.c | ||
1320 | @@ -XXX,XX +XXX,XX @@ static inline void *memset_word(void *s, uint16_t c, size_t n) | ||
1321 | return s; | ||
1322 | } | ||
1323 | |||
1324 | -static void max34451_exit_reset(Object *obj) | ||
1325 | +static void max34451_exit_reset(Object *obj, ResetType type) | ||
1326 | { | ||
1327 | PMBusDevice *pmdev = PMBUS_DEVICE(obj); | ||
1328 | MAX34451State *s = MAX34451(obj); | ||
1329 | diff --git a/hw/ssi/npcm7xx_fiu.c b/hw/ssi/npcm7xx_fiu.c | ||
1330 | index XXXXXXX..XXXXXXX 100644 | ||
1331 | --- a/hw/ssi/npcm7xx_fiu.c | ||
1332 | +++ b/hw/ssi/npcm7xx_fiu.c | ||
1333 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_fiu_enter_reset(Object *obj, ResetType type) | ||
1334 | s->regs[NPCM7XX_FIU_CFG] = 0x0000000b; | ||
1335 | } | ||
1336 | |||
1337 | -static void npcm7xx_fiu_hold_reset(Object *obj) | ||
1338 | +static void npcm7xx_fiu_hold_reset(Object *obj, ResetType type) | ||
1339 | { | ||
1340 | NPCM7xxFIUState *s = NPCM7XX_FIU(obj); | ||
1341 | int i; | ||
1342 | diff --git a/hw/timer/etraxfs_timer.c b/hw/timer/etraxfs_timer.c | ||
1343 | index XXXXXXX..XXXXXXX 100644 | ||
1344 | --- a/hw/timer/etraxfs_timer.c | ||
1345 | +++ b/hw/timer/etraxfs_timer.c | ||
1346 | @@ -XXX,XX +XXX,XX @@ static void etraxfs_timer_reset_enter(Object *obj, ResetType type) | ||
1347 | t->rw_intr_mask = 0; | ||
1348 | } | ||
1349 | |||
1350 | -static void etraxfs_timer_reset_hold(Object *obj) | ||
1351 | +static void etraxfs_timer_reset_hold(Object *obj, ResetType type) | ||
1352 | { | ||
1353 | ETRAXTimerState *t = ETRAX_TIMER(obj); | ||
1354 | |||
1355 | diff --git a/hw/timer/npcm7xx_timer.c b/hw/timer/npcm7xx_timer.c | ||
1356 | index XXXXXXX..XXXXXXX 100644 | ||
1357 | --- a/hw/timer/npcm7xx_timer.c | ||
1358 | +++ b/hw/timer/npcm7xx_timer.c | ||
1359 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_watchdog_timer_expired(void *opaque) | ||
1360 | } | ||
1361 | } | ||
1362 | |||
1363 | -static void npcm7xx_timer_hold_reset(Object *obj) | ||
1364 | +static void npcm7xx_timer_hold_reset(Object *obj, ResetType type) | ||
1365 | { | ||
1366 | NPCM7xxTimerCtrlState *s = NPCM7XX_TIMER(obj); | ||
1367 | int i; | ||
1368 | diff --git a/hw/usb/hcd-dwc2.c b/hw/usb/hcd-dwc2.c | ||
1369 | index XXXXXXX..XXXXXXX 100644 | ||
1370 | --- a/hw/usb/hcd-dwc2.c | ||
1371 | +++ b/hw/usb/hcd-dwc2.c | ||
1372 | @@ -XXX,XX +XXX,XX @@ static void dwc2_reset_enter(Object *obj, ResetType type) | ||
1373 | } | ||
1374 | } | ||
1375 | |||
1376 | -static void dwc2_reset_hold(Object *obj) | ||
1377 | +static void dwc2_reset_hold(Object *obj, ResetType type) | ||
1378 | { | ||
1379 | DWC2Class *c = DWC2_USB_GET_CLASS(obj); | ||
1380 | DWC2State *s = DWC2_USB(obj); | ||
1381 | @@ -XXX,XX +XXX,XX @@ static void dwc2_reset_hold(Object *obj) | ||
1382 | trace_usb_dwc2_reset_hold(); | ||
1383 | |||
1384 | if (c->parent_phases.hold) { | ||
1385 | - c->parent_phases.hold(obj); | ||
1386 | + c->parent_phases.hold(obj, type); | ||
1387 | } | ||
1388 | |||
1389 | dwc2_update_irq(s); | ||
1390 | } | ||
1391 | |||
1392 | -static void dwc2_reset_exit(Object *obj) | ||
1393 | +static void dwc2_reset_exit(Object *obj, ResetType type) | ||
1394 | { | ||
1395 | DWC2Class *c = DWC2_USB_GET_CLASS(obj); | ||
1396 | DWC2State *s = DWC2_USB(obj); | ||
1397 | @@ -XXX,XX +XXX,XX @@ static void dwc2_reset_exit(Object *obj) | ||
1398 | trace_usb_dwc2_reset_exit(); | ||
1399 | |||
1400 | if (c->parent_phases.exit) { | ||
1401 | - c->parent_phases.exit(obj); | ||
1402 | + c->parent_phases.exit(obj, type); | ||
1403 | } | ||
1404 | |||
1405 | s->hprt0 = HPRT0_PWR; | ||
1406 | diff --git a/hw/usb/xlnx-versal-usb2-ctrl-regs.c b/hw/usb/xlnx-versal-usb2-ctrl-regs.c | ||
1407 | index XXXXXXX..XXXXXXX 100644 | ||
1408 | --- a/hw/usb/xlnx-versal-usb2-ctrl-regs.c | ||
1409 | +++ b/hw/usb/xlnx-versal-usb2-ctrl-regs.c | ||
1410 | @@ -XXX,XX +XXX,XX @@ static void usb2_ctrl_regs_reset_init(Object *obj, ResetType type) | ||
1411 | } | ||
1412 | } | ||
1413 | |||
1414 | -static void usb2_ctrl_regs_reset_hold(Object *obj) | ||
1415 | +static void usb2_ctrl_regs_reset_hold(Object *obj, ResetType type) | ||
1416 | { | ||
1417 | VersalUsb2CtrlRegs *s = XILINX_VERSAL_USB2_CTRL_REGS(obj); | ||
1418 | |||
1419 | diff --git a/hw/virtio/virtio-pci.c b/hw/virtio/virtio-pci.c | ||
1420 | index XXXXXXX..XXXXXXX 100644 | ||
1421 | --- a/hw/virtio/virtio-pci.c | ||
1422 | +++ b/hw/virtio/virtio-pci.c | ||
1423 | @@ -XXX,XX +XXX,XX @@ static void virtio_pci_reset(DeviceState *qdev) | ||
1424 | } | ||
1425 | } | ||
1426 | |||
1427 | -static void virtio_pci_bus_reset_hold(Object *obj) | ||
1428 | +static void virtio_pci_bus_reset_hold(Object *obj, ResetType type) | ||
1429 | { | ||
1430 | PCIDevice *dev = PCI_DEVICE(obj); | ||
1431 | DeviceState *qdev = DEVICE(obj); | ||
14 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c | 1432 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c |
15 | index XXXXXXX..XXXXXXX 100644 | 1433 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/target/arm/cpu.c | 1434 | --- a/target/arm/cpu.c |
17 | +++ b/target/arm/cpu.c | 1435 | +++ b/target/arm/cpu.c |
18 | @@ -XXX,XX +XXX,XX @@ static void arm_max_initfn(Object *obj) | 1436 | @@ -XXX,XX +XXX,XX @@ static void cp_reg_check_reset(gpointer key, gpointer value, gpointer opaque) |
19 | t = cpu->isar.id_pfr0; | 1437 | assert(oldvalue == newvalue); |
20 | t = FIELD_DP32(t, ID_PFR0, DIT, 1); | 1438 | } |
21 | cpu->isar.id_pfr0 = t; | 1439 | |
22 | + | 1440 | -static void arm_cpu_reset_hold(Object *obj) |
23 | + t = cpu->isar.id_pfr2; | 1441 | +static void arm_cpu_reset_hold(Object *obj, ResetType type) |
24 | + t = FIELD_DP32(t, ID_PFR2, SSBS, 1); | 1442 | { |
25 | + cpu->isar.id_pfr2 = t; | 1443 | CPUState *cs = CPU(obj); |
26 | } | 1444 | ARMCPU *cpu = ARM_CPU(cs); |
1445 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_reset_hold(Object *obj) | ||
1446 | CPUARMState *env = &cpu->env; | ||
1447 | |||
1448 | if (acc->parent_phases.hold) { | ||
1449 | - acc->parent_phases.hold(obj); | ||
1450 | + acc->parent_phases.hold(obj, type); | ||
1451 | } | ||
1452 | |||
1453 | memset(env, 0, offsetof(CPUARMState, end_reset_fields)); | ||
1454 | diff --git a/target/avr/cpu.c b/target/avr/cpu.c | ||
1455 | index XXXXXXX..XXXXXXX 100644 | ||
1456 | --- a/target/avr/cpu.c | ||
1457 | +++ b/target/avr/cpu.c | ||
1458 | @@ -XXX,XX +XXX,XX @@ static void avr_restore_state_to_opc(CPUState *cs, | ||
1459 | cpu_env(cs)->pc_w = data[0]; | ||
1460 | } | ||
1461 | |||
1462 | -static void avr_cpu_reset_hold(Object *obj) | ||
1463 | +static void avr_cpu_reset_hold(Object *obj, ResetType type) | ||
1464 | { | ||
1465 | CPUState *cs = CPU(obj); | ||
1466 | AVRCPU *cpu = AVR_CPU(cs); | ||
1467 | @@ -XXX,XX +XXX,XX @@ static void avr_cpu_reset_hold(Object *obj) | ||
1468 | CPUAVRState *env = &cpu->env; | ||
1469 | |||
1470 | if (mcc->parent_phases.hold) { | ||
1471 | - mcc->parent_phases.hold(obj); | ||
1472 | + mcc->parent_phases.hold(obj, type); | ||
1473 | } | ||
1474 | |||
1475 | env->pc_w = 0; | ||
1476 | diff --git a/target/cris/cpu.c b/target/cris/cpu.c | ||
1477 | index XXXXXXX..XXXXXXX 100644 | ||
1478 | --- a/target/cris/cpu.c | ||
1479 | +++ b/target/cris/cpu.c | ||
1480 | @@ -XXX,XX +XXX,XX @@ static int cris_cpu_mmu_index(CPUState *cs, bool ifetch) | ||
1481 | return !!(cpu_env(cs)->pregs[PR_CCS] & U_FLAG); | ||
1482 | } | ||
1483 | |||
1484 | -static void cris_cpu_reset_hold(Object *obj) | ||
1485 | +static void cris_cpu_reset_hold(Object *obj, ResetType type) | ||
1486 | { | ||
1487 | CPUState *cs = CPU(obj); | ||
1488 | CRISCPUClass *ccc = CRIS_CPU_GET_CLASS(obj); | ||
1489 | @@ -XXX,XX +XXX,XX @@ static void cris_cpu_reset_hold(Object *obj) | ||
1490 | uint32_t vr; | ||
1491 | |||
1492 | if (ccc->parent_phases.hold) { | ||
1493 | - ccc->parent_phases.hold(obj); | ||
1494 | + ccc->parent_phases.hold(obj, type); | ||
1495 | } | ||
1496 | |||
1497 | vr = env->pregs[PR_VR]; | ||
1498 | diff --git a/target/hexagon/cpu.c b/target/hexagon/cpu.c | ||
1499 | index XXXXXXX..XXXXXXX 100644 | ||
1500 | --- a/target/hexagon/cpu.c | ||
1501 | +++ b/target/hexagon/cpu.c | ||
1502 | @@ -XXX,XX +XXX,XX @@ static void hexagon_restore_state_to_opc(CPUState *cs, | ||
1503 | cpu_env(cs)->gpr[HEX_REG_PC] = data[0]; | ||
1504 | } | ||
1505 | |||
1506 | -static void hexagon_cpu_reset_hold(Object *obj) | ||
1507 | +static void hexagon_cpu_reset_hold(Object *obj, ResetType type) | ||
1508 | { | ||
1509 | CPUState *cs = CPU(obj); | ||
1510 | HexagonCPUClass *mcc = HEXAGON_CPU_GET_CLASS(obj); | ||
1511 | CPUHexagonState *env = cpu_env(cs); | ||
1512 | |||
1513 | if (mcc->parent_phases.hold) { | ||
1514 | - mcc->parent_phases.hold(obj); | ||
1515 | + mcc->parent_phases.hold(obj, type); | ||
1516 | } | ||
1517 | |||
1518 | set_default_nan_mode(1, &env->fp_status); | ||
1519 | diff --git a/target/i386/cpu.c b/target/i386/cpu.c | ||
1520 | index XXXXXXX..XXXXXXX 100644 | ||
1521 | --- a/target/i386/cpu.c | ||
1522 | +++ b/target/i386/cpu.c | ||
1523 | @@ -XXX,XX +XXX,XX @@ static void x86_cpu_set_sgxlepubkeyhash(CPUX86State *env) | ||
27 | #endif | 1524 | #endif |
28 | } | 1525 | } |
1526 | |||
1527 | -static void x86_cpu_reset_hold(Object *obj) | ||
1528 | +static void x86_cpu_reset_hold(Object *obj, ResetType type) | ||
1529 | { | ||
1530 | CPUState *cs = CPU(obj); | ||
1531 | X86CPU *cpu = X86_CPU(cs); | ||
1532 | @@ -XXX,XX +XXX,XX @@ static void x86_cpu_reset_hold(Object *obj) | ||
1533 | int i; | ||
1534 | |||
1535 | if (xcc->parent_phases.hold) { | ||
1536 | - xcc->parent_phases.hold(obj); | ||
1537 | + xcc->parent_phases.hold(obj, type); | ||
1538 | } | ||
1539 | |||
1540 | memset(env, 0, offsetof(CPUX86State, end_reset_fields)); | ||
1541 | diff --git a/target/loongarch/cpu.c b/target/loongarch/cpu.c | ||
1542 | index XXXXXXX..XXXXXXX 100644 | ||
1543 | --- a/target/loongarch/cpu.c | ||
1544 | +++ b/target/loongarch/cpu.c | ||
1545 | @@ -XXX,XX +XXX,XX @@ static void loongarch_max_initfn(Object *obj) | ||
1546 | loongarch_la464_initfn(obj); | ||
1547 | } | ||
1548 | |||
1549 | -static void loongarch_cpu_reset_hold(Object *obj) | ||
1550 | +static void loongarch_cpu_reset_hold(Object *obj, ResetType type) | ||
1551 | { | ||
1552 | CPUState *cs = CPU(obj); | ||
1553 | LoongArchCPUClass *lacc = LOONGARCH_CPU_GET_CLASS(obj); | ||
1554 | CPULoongArchState *env = cpu_env(cs); | ||
1555 | |||
1556 | if (lacc->parent_phases.hold) { | ||
1557 | - lacc->parent_phases.hold(obj); | ||
1558 | + lacc->parent_phases.hold(obj, type); | ||
1559 | } | ||
1560 | |||
1561 | env->fcsr0_mask = FCSR0_M1 | FCSR0_M2 | FCSR0_M3; | ||
1562 | diff --git a/target/m68k/cpu.c b/target/m68k/cpu.c | ||
1563 | index XXXXXXX..XXXXXXX 100644 | ||
1564 | --- a/target/m68k/cpu.c | ||
1565 | +++ b/target/m68k/cpu.c | ||
1566 | @@ -XXX,XX +XXX,XX @@ static void m68k_unset_feature(CPUM68KState *env, int feature) | ||
1567 | env->features &= ~BIT_ULL(feature); | ||
1568 | } | ||
1569 | |||
1570 | -static void m68k_cpu_reset_hold(Object *obj) | ||
1571 | +static void m68k_cpu_reset_hold(Object *obj, ResetType type) | ||
1572 | { | ||
1573 | CPUState *cs = CPU(obj); | ||
1574 | M68kCPUClass *mcc = M68K_CPU_GET_CLASS(obj); | ||
1575 | @@ -XXX,XX +XXX,XX @@ static void m68k_cpu_reset_hold(Object *obj) | ||
1576 | int i; | ||
1577 | |||
1578 | if (mcc->parent_phases.hold) { | ||
1579 | - mcc->parent_phases.hold(obj); | ||
1580 | + mcc->parent_phases.hold(obj, type); | ||
1581 | } | ||
1582 | |||
1583 | memset(env, 0, offsetof(CPUM68KState, end_reset_fields)); | ||
1584 | diff --git a/target/microblaze/cpu.c b/target/microblaze/cpu.c | ||
1585 | index XXXXXXX..XXXXXXX 100644 | ||
1586 | --- a/target/microblaze/cpu.c | ||
1587 | +++ b/target/microblaze/cpu.c | ||
1588 | @@ -XXX,XX +XXX,XX @@ static void microblaze_cpu_set_irq(void *opaque, int irq, int level) | ||
1589 | } | ||
1590 | #endif | ||
1591 | |||
1592 | -static void mb_cpu_reset_hold(Object *obj) | ||
1593 | +static void mb_cpu_reset_hold(Object *obj, ResetType type) | ||
1594 | { | ||
1595 | CPUState *cs = CPU(obj); | ||
1596 | MicroBlazeCPU *cpu = MICROBLAZE_CPU(cs); | ||
1597 | @@ -XXX,XX +XXX,XX @@ static void mb_cpu_reset_hold(Object *obj) | ||
1598 | CPUMBState *env = &cpu->env; | ||
1599 | |||
1600 | if (mcc->parent_phases.hold) { | ||
1601 | - mcc->parent_phases.hold(obj); | ||
1602 | + mcc->parent_phases.hold(obj, type); | ||
1603 | } | ||
1604 | |||
1605 | memset(env, 0, offsetof(CPUMBState, end_reset_fields)); | ||
1606 | diff --git a/target/mips/cpu.c b/target/mips/cpu.c | ||
1607 | index XXXXXXX..XXXXXXX 100644 | ||
1608 | --- a/target/mips/cpu.c | ||
1609 | +++ b/target/mips/cpu.c | ||
1610 | @@ -XXX,XX +XXX,XX @@ static int mips_cpu_mmu_index(CPUState *cs, bool ifunc) | ||
1611 | |||
1612 | #include "cpu-defs.c.inc" | ||
1613 | |||
1614 | -static void mips_cpu_reset_hold(Object *obj) | ||
1615 | +static void mips_cpu_reset_hold(Object *obj, ResetType type) | ||
1616 | { | ||
1617 | CPUState *cs = CPU(obj); | ||
1618 | MIPSCPU *cpu = MIPS_CPU(cs); | ||
1619 | @@ -XXX,XX +XXX,XX @@ static void mips_cpu_reset_hold(Object *obj) | ||
1620 | CPUMIPSState *env = &cpu->env; | ||
1621 | |||
1622 | if (mcc->parent_phases.hold) { | ||
1623 | - mcc->parent_phases.hold(obj); | ||
1624 | + mcc->parent_phases.hold(obj, type); | ||
1625 | } | ||
1626 | |||
1627 | memset(env, 0, offsetof(CPUMIPSState, end_reset_fields)); | ||
1628 | diff --git a/target/openrisc/cpu.c b/target/openrisc/cpu.c | ||
1629 | index XXXXXXX..XXXXXXX 100644 | ||
1630 | --- a/target/openrisc/cpu.c | ||
1631 | +++ b/target/openrisc/cpu.c | ||
1632 | @@ -XXX,XX +XXX,XX @@ static void openrisc_disas_set_info(CPUState *cpu, disassemble_info *info) | ||
1633 | info->print_insn = print_insn_or1k; | ||
1634 | } | ||
1635 | |||
1636 | -static void openrisc_cpu_reset_hold(Object *obj) | ||
1637 | +static void openrisc_cpu_reset_hold(Object *obj, ResetType type) | ||
1638 | { | ||
1639 | CPUState *cs = CPU(obj); | ||
1640 | OpenRISCCPU *cpu = OPENRISC_CPU(cs); | ||
1641 | OpenRISCCPUClass *occ = OPENRISC_CPU_GET_CLASS(obj); | ||
1642 | |||
1643 | if (occ->parent_phases.hold) { | ||
1644 | - occ->parent_phases.hold(obj); | ||
1645 | + occ->parent_phases.hold(obj, type); | ||
1646 | } | ||
1647 | |||
1648 | memset(&cpu->env, 0, offsetof(CPUOpenRISCState, end_reset_fields)); | ||
1649 | diff --git a/target/ppc/cpu_init.c b/target/ppc/cpu_init.c | ||
1650 | index XXXXXXX..XXXXXXX 100644 | ||
1651 | --- a/target/ppc/cpu_init.c | ||
1652 | +++ b/target/ppc/cpu_init.c | ||
1653 | @@ -XXX,XX +XXX,XX @@ static int ppc_cpu_mmu_index(CPUState *cs, bool ifetch) | ||
1654 | return ppc_env_mmu_index(cpu_env(cs), ifetch); | ||
1655 | } | ||
1656 | |||
1657 | -static void ppc_cpu_reset_hold(Object *obj) | ||
1658 | +static void ppc_cpu_reset_hold(Object *obj, ResetType type) | ||
1659 | { | ||
1660 | CPUState *cs = CPU(obj); | ||
1661 | PowerPCCPU *cpu = POWERPC_CPU(cs); | ||
1662 | @@ -XXX,XX +XXX,XX @@ static void ppc_cpu_reset_hold(Object *obj) | ||
1663 | int i; | ||
1664 | |||
1665 | if (pcc->parent_phases.hold) { | ||
1666 | - pcc->parent_phases.hold(obj); | ||
1667 | + pcc->parent_phases.hold(obj, type); | ||
1668 | } | ||
1669 | |||
1670 | msr = (target_ulong)0; | ||
1671 | diff --git a/target/riscv/cpu.c b/target/riscv/cpu.c | ||
1672 | index XXXXXXX..XXXXXXX 100644 | ||
1673 | --- a/target/riscv/cpu.c | ||
1674 | +++ b/target/riscv/cpu.c | ||
1675 | @@ -XXX,XX +XXX,XX @@ static int riscv_cpu_mmu_index(CPUState *cs, bool ifetch) | ||
1676 | return riscv_env_mmu_index(cpu_env(cs), ifetch); | ||
1677 | } | ||
1678 | |||
1679 | -static void riscv_cpu_reset_hold(Object *obj) | ||
1680 | +static void riscv_cpu_reset_hold(Object *obj, ResetType type) | ||
1681 | { | ||
1682 | #ifndef CONFIG_USER_ONLY | ||
1683 | uint8_t iprio; | ||
1684 | @@ -XXX,XX +XXX,XX @@ static void riscv_cpu_reset_hold(Object *obj) | ||
1685 | CPURISCVState *env = &cpu->env; | ||
1686 | |||
1687 | if (mcc->parent_phases.hold) { | ||
1688 | - mcc->parent_phases.hold(obj); | ||
1689 | + mcc->parent_phases.hold(obj, type); | ||
1690 | } | ||
1691 | #ifndef CONFIG_USER_ONLY | ||
1692 | env->misa_mxl = mcc->misa_mxl_max; | ||
1693 | diff --git a/target/rx/cpu.c b/target/rx/cpu.c | ||
1694 | index XXXXXXX..XXXXXXX 100644 | ||
1695 | --- a/target/rx/cpu.c | ||
1696 | +++ b/target/rx/cpu.c | ||
1697 | @@ -XXX,XX +XXX,XX @@ static int riscv_cpu_mmu_index(CPUState *cs, bool ifunc) | ||
1698 | return 0; | ||
1699 | } | ||
1700 | |||
1701 | -static void rx_cpu_reset_hold(Object *obj) | ||
1702 | +static void rx_cpu_reset_hold(Object *obj, ResetType type) | ||
1703 | { | ||
1704 | CPUState *cs = CPU(obj); | ||
1705 | RXCPUClass *rcc = RX_CPU_GET_CLASS(obj); | ||
1706 | @@ -XXX,XX +XXX,XX @@ static void rx_cpu_reset_hold(Object *obj) | ||
1707 | uint32_t *resetvec; | ||
1708 | |||
1709 | if (rcc->parent_phases.hold) { | ||
1710 | - rcc->parent_phases.hold(obj); | ||
1711 | + rcc->parent_phases.hold(obj, type); | ||
1712 | } | ||
1713 | |||
1714 | memset(env, 0, offsetof(CPURXState, end_reset_fields)); | ||
1715 | diff --git a/target/sh4/cpu.c b/target/sh4/cpu.c | ||
1716 | index XXXXXXX..XXXXXXX 100644 | ||
1717 | --- a/target/sh4/cpu.c | ||
1718 | +++ b/target/sh4/cpu.c | ||
1719 | @@ -XXX,XX +XXX,XX @@ static int sh4_cpu_mmu_index(CPUState *cs, bool ifetch) | ||
1720 | } | ||
1721 | } | ||
1722 | |||
1723 | -static void superh_cpu_reset_hold(Object *obj) | ||
1724 | +static void superh_cpu_reset_hold(Object *obj, ResetType type) | ||
1725 | { | ||
1726 | CPUState *cs = CPU(obj); | ||
1727 | SuperHCPUClass *scc = SUPERH_CPU_GET_CLASS(obj); | ||
1728 | CPUSH4State *env = cpu_env(cs); | ||
1729 | |||
1730 | if (scc->parent_phases.hold) { | ||
1731 | - scc->parent_phases.hold(obj); | ||
1732 | + scc->parent_phases.hold(obj, type); | ||
1733 | } | ||
1734 | |||
1735 | memset(env, 0, offsetof(CPUSH4State, end_reset_fields)); | ||
1736 | diff --git a/target/sparc/cpu.c b/target/sparc/cpu.c | ||
1737 | index XXXXXXX..XXXXXXX 100644 | ||
1738 | --- a/target/sparc/cpu.c | ||
1739 | +++ b/target/sparc/cpu.c | ||
1740 | @@ -XXX,XX +XXX,XX @@ | ||
1741 | |||
1742 | //#define DEBUG_FEATURES | ||
1743 | |||
1744 | -static void sparc_cpu_reset_hold(Object *obj) | ||
1745 | +static void sparc_cpu_reset_hold(Object *obj, ResetType type) | ||
1746 | { | ||
1747 | CPUState *cs = CPU(obj); | ||
1748 | SPARCCPUClass *scc = SPARC_CPU_GET_CLASS(obj); | ||
1749 | CPUSPARCState *env = cpu_env(cs); | ||
1750 | |||
1751 | if (scc->parent_phases.hold) { | ||
1752 | - scc->parent_phases.hold(obj); | ||
1753 | + scc->parent_phases.hold(obj, type); | ||
1754 | } | ||
1755 | |||
1756 | memset(env, 0, offsetof(CPUSPARCState, end_reset_fields)); | ||
1757 | diff --git a/target/tricore/cpu.c b/target/tricore/cpu.c | ||
1758 | index XXXXXXX..XXXXXXX 100644 | ||
1759 | --- a/target/tricore/cpu.c | ||
1760 | +++ b/target/tricore/cpu.c | ||
1761 | @@ -XXX,XX +XXX,XX @@ static void tricore_restore_state_to_opc(CPUState *cs, | ||
1762 | cpu_env(cs)->PC = data[0]; | ||
1763 | } | ||
1764 | |||
1765 | -static void tricore_cpu_reset_hold(Object *obj) | ||
1766 | +static void tricore_cpu_reset_hold(Object *obj, ResetType type) | ||
1767 | { | ||
1768 | CPUState *cs = CPU(obj); | ||
1769 | TriCoreCPUClass *tcc = TRICORE_CPU_GET_CLASS(obj); | ||
1770 | |||
1771 | if (tcc->parent_phases.hold) { | ||
1772 | - tcc->parent_phases.hold(obj); | ||
1773 | + tcc->parent_phases.hold(obj, type); | ||
1774 | } | ||
1775 | |||
1776 | cpu_state_reset(cpu_env(cs)); | ||
1777 | diff --git a/target/xtensa/cpu.c b/target/xtensa/cpu.c | ||
1778 | index XXXXXXX..XXXXXXX 100644 | ||
1779 | --- a/target/xtensa/cpu.c | ||
1780 | +++ b/target/xtensa/cpu.c | ||
1781 | @@ -XXX,XX +XXX,XX @@ bool xtensa_abi_call0(void) | ||
1782 | } | ||
1783 | #endif | ||
1784 | |||
1785 | -static void xtensa_cpu_reset_hold(Object *obj) | ||
1786 | +static void xtensa_cpu_reset_hold(Object *obj, ResetType type) | ||
1787 | { | ||
1788 | CPUState *cs = CPU(obj); | ||
1789 | XtensaCPUClass *xcc = XTENSA_CPU_GET_CLASS(obj); | ||
1790 | @@ -XXX,XX +XXX,XX @@ static void xtensa_cpu_reset_hold(Object *obj) | ||
1791 | XTENSA_OPTION_DFP_COPROCESSOR); | ||
1792 | |||
1793 | if (xcc->parent_phases.hold) { | ||
1794 | - xcc->parent_phases.hold(obj); | ||
1795 | + xcc->parent_phases.hold(obj, type); | ||
1796 | } | ||
1797 | |||
1798 | env->pc = env->config->exception_vector[EXC_RESET0 + env->static_vectors]; | ||
29 | -- | 1799 | -- |
30 | 2.20.1 | 1800 | 2.34.1 |
31 | |||
32 | diff view generated by jsdifflib |
1 | The AN505 and AN521 don't have any read-only memory, but the AN524 | 1 | Update the reset documentation's example code to match the new API |
---|---|---|---|
2 | does; add a flag to ROMInfo to mark a region as ROM. | 2 | for the hold and exit phase method APIs where they take a ResetType |
3 | argument. | ||
3 | 4 | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
6 | Message-id: 20210215115138.20465-19-peter.maydell@linaro.org | 7 | Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> |
8 | Reviewed-by: Luc Michel <luc.michel@amd.com> | ||
9 | Message-id: 20240412160809.1260625-6-peter.maydell@linaro.org | ||
7 | --- | 10 | --- |
8 | hw/arm/mps2-tz.c | 6 ++++++ | 11 | docs/devel/reset.rst | 8 ++++---- |
9 | 1 file changed, 6 insertions(+) | 12 | 1 file changed, 4 insertions(+), 4 deletions(-) |
10 | 13 | ||
11 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c | 14 | diff --git a/docs/devel/reset.rst b/docs/devel/reset.rst |
12 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
13 | --- a/hw/arm/mps2-tz.c | 16 | --- a/docs/devel/reset.rst |
14 | +++ b/hw/arm/mps2-tz.c | 17 | +++ b/docs/devel/reset.rst |
15 | @@ -XXX,XX +XXX,XX @@ typedef struct RAMInfo { | 18 | @@ -XXX,XX +XXX,XX @@ in reset. |
16 | * Flag values: | 19 | mydev->var = 0; |
17 | * IS_ALIAS: this RAM area is an alias to the upstream end of the | ||
18 | * MPC specified by its .mpc value | ||
19 | + * IS_ROM: this RAM area is read-only | ||
20 | */ | ||
21 | #define IS_ALIAS 1 | ||
22 | +#define IS_ROM 2 | ||
23 | |||
24 | struct MPS2TZMachineClass { | ||
25 | MachineClass parent; | ||
26 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *mr_for_raminfo(MPS2TZMachineState *mms, | ||
27 | if (raminfo->mrindex < 0) { | ||
28 | /* Means this RAMInfo is for QEMU's "system memory" */ | ||
29 | MachineState *machine = MACHINE(mms); | ||
30 | + assert(!(raminfo->flags & IS_ROM)); | ||
31 | return machine->ram; | ||
32 | } | 20 | } |
33 | 21 | ||
34 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *mr_for_raminfo(MPS2TZMachineState *mms, | 22 | - static void mydev_reset_hold(Object *obj) |
35 | 23 | + static void mydev_reset_hold(Object *obj, ResetType type) | |
36 | memory_region_init_ram(ram, NULL, raminfo->name, | 24 | { |
37 | raminfo->size, &error_fatal); | 25 | MyDevClass *myclass = MYDEV_GET_CLASS(obj); |
38 | + if (raminfo->flags & IS_ROM) { | 26 | MyDevState *mydev = MYDEV(obj); |
39 | + memory_region_set_readonly(ram, true); | 27 | /* call parent class hold phase */ |
40 | + } | 28 | if (myclass->parent_phases.hold) { |
41 | return ram; | 29 | - myclass->parent_phases.hold(obj); |
42 | } | 30 | + myclass->parent_phases.hold(obj, type); |
43 | 31 | } | |
32 | /* set an IO */ | ||
33 | qemu_set_irq(mydev->irq, 1); | ||
34 | } | ||
35 | |||
36 | - static void mydev_reset_exit(Object *obj) | ||
37 | + static void mydev_reset_exit(Object *obj, ResetType type) | ||
38 | { | ||
39 | MyDevClass *myclass = MYDEV_GET_CLASS(obj); | ||
40 | MyDevState *mydev = MYDEV(obj); | ||
41 | /* call parent class exit phase */ | ||
42 | if (myclass->parent_phases.exit) { | ||
43 | - myclass->parent_phases.exit(obj); | ||
44 | + myclass->parent_phases.exit(obj, type); | ||
45 | } | ||
46 | /* clear an IO */ | ||
47 | qemu_set_irq(mydev->irq, 0); | ||
44 | -- | 48 | -- |
45 | 2.20.1 | 49 | 2.34.1 |
46 | 50 | ||
47 | 51 | diff view generated by jsdifflib |
1 | The macro draw_line_func is used only once; just expand it. | 1 | Some devices and machines need to handle the reset before a vmsave |
---|---|---|---|
2 | snapshot is loaded differently -- the main user is the handling of | ||
3 | RNG seed information, which does not want to put a new RNG seed into | ||
4 | a ROM blob when we are doing a snapshot load. | ||
5 | |||
6 | Currently this kind of reset handling is supported only for: | ||
7 | * TYPE_MACHINE reset methods, which take a ShutdownCause argument | ||
8 | * reset functions registered with qemu_register_reset_nosnapshotload | ||
9 | |||
10 | To allow a three-phase-reset device to also distinguish "snapshot | ||
11 | load" reset from the normal kind, add a new ResetType | ||
12 | RESET_TYPE_SNAPSHOT_LOAD. All our existing reset methods ignore | ||
13 | the reset type, so we don't need to update any device code. | ||
14 | |||
15 | Add the enum type, and make qemu_devices_reset() use the | ||
16 | right reset type for the ShutdownCause it is passed. This | ||
17 | allows us to get rid of the device_reset_reason global we | ||
18 | were using to implement qemu_register_reset_nosnapshotload(). | ||
2 | 19 | ||
3 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 20 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
4 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 21 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
5 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 22 | Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> |
6 | Message-id: 20210215103215.4944-10-peter.maydell@linaro.org | 23 | Reviewed-by: Luc Michel <luc.michel@amd.com> |
24 | Message-id: 20240412160809.1260625-7-peter.maydell@linaro.org | ||
7 | --- | 25 | --- |
8 | hw/display/omap_lcdc.c | 4 +--- | 26 | docs/devel/reset.rst | 17 ++++++++++++++--- |
9 | 1 file changed, 1 insertion(+), 3 deletions(-) | 27 | include/hw/resettable.h | 1 + |
28 | hw/core/reset.c | 15 ++++----------- | ||
29 | hw/core/resettable.c | 4 ---- | ||
30 | 4 files changed, 19 insertions(+), 18 deletions(-) | ||
10 | 31 | ||
11 | diff --git a/hw/display/omap_lcdc.c b/hw/display/omap_lcdc.c | 32 | diff --git a/docs/devel/reset.rst b/docs/devel/reset.rst |
12 | index XXXXXXX..XXXXXXX 100644 | 33 | index XXXXXXX..XXXXXXX 100644 |
13 | --- a/hw/display/omap_lcdc.c | 34 | --- a/docs/devel/reset.rst |
14 | +++ b/hw/display/omap_lcdc.c | 35 | +++ b/docs/devel/reset.rst |
15 | @@ -XXX,XX +XXX,XX @@ static void omap_lcd_interrupts(struct omap_lcd_panel_s *s) | 36 | @@ -XXX,XX +XXX,XX @@ instantly reset an object, without keeping it in reset state, just call |
16 | qemu_irq_lower(s->irq); | 37 | ``resettable_reset()``. These functions take two parameters: a pointer to the |
38 | object to reset and a reset type. | ||
39 | |||
40 | -Several types of reset will be supported. For now only cold reset is defined; | ||
41 | -others may be added later. The Resettable interface handles reset types with an | ||
42 | -enum: | ||
43 | +The Resettable interface handles reset types with an enum ``ResetType``: | ||
44 | |||
45 | ``RESET_TYPE_COLD`` | ||
46 | Cold reset is supported by every resettable object. In QEMU, it means we reset | ||
47 | @@ -XXX,XX +XXX,XX @@ enum: | ||
48 | from what is a real hardware cold reset. It differs from other resets (like | ||
49 | warm or bus resets) which may keep certain parts untouched. | ||
50 | |||
51 | +``RESET_TYPE_SNAPSHOT_LOAD`` | ||
52 | + This is called for a reset which is being done to put the system into a | ||
53 | + clean state prior to loading a snapshot. (This corresponds to a reset | ||
54 | + with ``SHUTDOWN_CAUSE_SNAPSHOT_LOAD``.) Almost all devices should treat | ||
55 | + this the same as ``RESET_TYPE_COLD``. The main exception is devices which | ||
56 | + have some non-deterministic state they want to reinitialize to a different | ||
57 | + value on each cold reset, such as RNG seed information, and which they | ||
58 | + must not reinitialize on a snapshot-load reset. | ||
59 | + | ||
60 | +Devices which implement reset methods must treat any unknown ``ResetType`` | ||
61 | +as equivalent to ``RESET_TYPE_COLD``; this will reduce the amount of | ||
62 | +existing code we need to change if we add more types in future. | ||
63 | + | ||
64 | Calling ``resettable_reset()`` is equivalent to calling | ||
65 | ``resettable_assert_reset()`` then ``resettable_release_reset()``. It is | ||
66 | possible to interleave multiple calls to these three functions. There may | ||
67 | diff --git a/include/hw/resettable.h b/include/hw/resettable.h | ||
68 | index XXXXXXX..XXXXXXX 100644 | ||
69 | --- a/include/hw/resettable.h | ||
70 | +++ b/include/hw/resettable.h | ||
71 | @@ -XXX,XX +XXX,XX @@ typedef struct ResettableState ResettableState; | ||
72 | */ | ||
73 | typedef enum ResetType { | ||
74 | RESET_TYPE_COLD, | ||
75 | + RESET_TYPE_SNAPSHOT_LOAD, | ||
76 | } ResetType; | ||
77 | |||
78 | /* | ||
79 | diff --git a/hw/core/reset.c b/hw/core/reset.c | ||
80 | index XXXXXXX..XXXXXXX 100644 | ||
81 | --- a/hw/core/reset.c | ||
82 | +++ b/hw/core/reset.c | ||
83 | @@ -XXX,XX +XXX,XX @@ static ResettableContainer *get_root_reset_container(void) | ||
84 | return root_reset_container; | ||
17 | } | 85 | } |
18 | 86 | ||
19 | -#define draw_line_func drawfn | 87 | -/* |
88 | - * Reason why the currently in-progress qemu_devices_reset() was called. | ||
89 | - * If we made at least SHUTDOWN_CAUSE_SNAPSHOT_LOAD have a corresponding | ||
90 | - * ResetType we could perhaps avoid the need for this global. | ||
91 | - */ | ||
92 | -static ShutdownCause device_reset_reason; | ||
20 | - | 93 | - |
21 | /* | 94 | /* |
22 | * 2-bit colour | 95 | * This is an Object which implements Resettable simply to call the |
23 | */ | 96 | * callback function in the hold phase. |
24 | @@ -XXX,XX +XXX,XX @@ static void omap_update_display(void *opaque) | 97 | @@ -XXX,XX +XXX,XX @@ static void legacy_reset_hold(Object *obj, ResetType type) |
25 | { | 98 | { |
26 | struct omap_lcd_panel_s *omap_lcd = (struct omap_lcd_panel_s *) opaque; | 99 | LegacyReset *lr = LEGACY_RESET(obj); |
27 | DisplaySurface *surface; | 100 | |
28 | - draw_line_func draw_line; | 101 | - if (device_reset_reason == SHUTDOWN_CAUSE_SNAPSHOT_LOAD && |
29 | + drawfn draw_line; | 102 | - lr->skip_on_snapshot_load) { |
30 | int size, height, first, last; | 103 | + if (type == RESET_TYPE_SNAPSHOT_LOAD && lr->skip_on_snapshot_load) { |
31 | int width, linesize, step, bpp, frame_offset; | 104 | return; |
32 | hwaddr frame_base; | 105 | } |
106 | lr->func(lr->opaque); | ||
107 | @@ -XXX,XX +XXX,XX @@ void qemu_unregister_resettable(Object *obj) | ||
108 | |||
109 | void qemu_devices_reset(ShutdownCause reason) | ||
110 | { | ||
111 | - device_reset_reason = reason; | ||
112 | + ResetType type = (reason == SHUTDOWN_CAUSE_SNAPSHOT_LOAD) ? | ||
113 | + RESET_TYPE_SNAPSHOT_LOAD : RESET_TYPE_COLD; | ||
114 | |||
115 | /* Reset the simulation */ | ||
116 | - resettable_reset(OBJECT(get_root_reset_container()), RESET_TYPE_COLD); | ||
117 | + resettable_reset(OBJECT(get_root_reset_container()), type); | ||
118 | } | ||
119 | diff --git a/hw/core/resettable.c b/hw/core/resettable.c | ||
120 | index XXXXXXX..XXXXXXX 100644 | ||
121 | --- a/hw/core/resettable.c | ||
122 | +++ b/hw/core/resettable.c | ||
123 | @@ -XXX,XX +XXX,XX @@ void resettable_reset(Object *obj, ResetType type) | ||
124 | |||
125 | void resettable_assert_reset(Object *obj, ResetType type) | ||
126 | { | ||
127 | - /* TODO: change this assert when adding support for other reset types */ | ||
128 | - assert(type == RESET_TYPE_COLD); | ||
129 | trace_resettable_reset_assert_begin(obj, type); | ||
130 | assert(!enter_phase_in_progress); | ||
131 | |||
132 | @@ -XXX,XX +XXX,XX @@ void resettable_assert_reset(Object *obj, ResetType type) | ||
133 | |||
134 | void resettable_release_reset(Object *obj, ResetType type) | ||
135 | { | ||
136 | - /* TODO: change this assert when adding support for other reset types */ | ||
137 | - assert(type == RESET_TYPE_COLD); | ||
138 | trace_resettable_reset_release_begin(obj, type); | ||
139 | assert(!enter_phase_in_progress); | ||
140 | |||
33 | -- | 141 | -- |
34 | 2.20.1 | 142 | 2.34.1 |
35 | 143 | ||
36 | 144 | diff view generated by jsdifflib |
1 | From: Doug Evans <dje@google.com> | 1 | From: Arnaud Minier <arnaud.minier@telecom-paris.fr> |
---|---|---|---|
2 | 2 | ||
3 | This is a 10/100 ethernet device that has several features. | 3 | Add the basic infrastructure (register read/write, type...) |
4 | Only the ones needed by the Linux driver have been implemented. | 4 | to implement the STM32L4x5 USART. |
5 | See npcm7xx_emc.c for a list of unimplemented features. | ||
6 | 5 | ||
7 | Reviewed-by: Hao Wu <wuhaotsh@google.com> | 6 | Also create different types for the USART, UART and LPUART |
8 | Reviewed-by: Avi Fishman <avi.fishman@nuvoton.com> | 7 | of the STM32L4x5 to deduplicate code and enable the |
9 | Signed-off-by: Doug Evans <dje@google.com> | 8 | implementation of different behaviors depending on the type. |
10 | Message-id: 20210218212453.831406-2-dje@google.com | 9 | |
10 | Signed-off-by: Arnaud Minier <arnaud.minier@telecom-paris.fr> | ||
11 | Signed-off-by: Inès Varhol <ines.varhol@telecom-paris.fr> | ||
12 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
13 | Message-id: 20240329174402.60382-2-arnaud.minier@telecom-paris.fr | ||
14 | [PMM: update to new reset hold method signature; | ||
15 | fixed a few checkpatch nits] | ||
11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 16 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
12 | --- | 17 | --- |
13 | include/hw/net/npcm7xx_emc.h | 286 ++++++++++++ | 18 | MAINTAINERS | 1 + |
14 | hw/net/npcm7xx_emc.c | 857 +++++++++++++++++++++++++++++++++++ | 19 | include/hw/char/stm32l4x5_usart.h | 66 +++++ |
15 | hw/net/meson.build | 1 + | 20 | hw/char/stm32l4x5_usart.c | 396 ++++++++++++++++++++++++++++++ |
16 | hw/net/trace-events | 17 + | 21 | hw/char/Kconfig | 3 + |
17 | 4 files changed, 1161 insertions(+) | 22 | hw/char/meson.build | 1 + |
18 | create mode 100644 include/hw/net/npcm7xx_emc.h | 23 | hw/char/trace-events | 4 + |
19 | create mode 100644 hw/net/npcm7xx_emc.c | 24 | 6 files changed, 471 insertions(+) |
25 | create mode 100644 include/hw/char/stm32l4x5_usart.h | ||
26 | create mode 100644 hw/char/stm32l4x5_usart.c | ||
20 | 27 | ||
21 | diff --git a/include/hw/net/npcm7xx_emc.h b/include/hw/net/npcm7xx_emc.h | 28 | diff --git a/MAINTAINERS b/MAINTAINERS |
29 | index XXXXXXX..XXXXXXX 100644 | ||
30 | --- a/MAINTAINERS | ||
31 | +++ b/MAINTAINERS | ||
32 | @@ -XXX,XX +XXX,XX @@ M: Inès Varhol <ines.varhol@telecom-paris.fr> | ||
33 | L: qemu-arm@nongnu.org | ||
34 | S: Maintained | ||
35 | F: hw/arm/stm32l4x5_soc.c | ||
36 | +F: hw/char/stm32l4x5_usart.c | ||
37 | F: hw/misc/stm32l4x5_exti.c | ||
38 | F: hw/misc/stm32l4x5_syscfg.c | ||
39 | F: hw/misc/stm32l4x5_rcc.c | ||
40 | diff --git a/include/hw/char/stm32l4x5_usart.h b/include/hw/char/stm32l4x5_usart.h | ||
22 | new file mode 100644 | 41 | new file mode 100644 |
23 | index XXXXXXX..XXXXXXX | 42 | index XXXXXXX..XXXXXXX |
24 | --- /dev/null | 43 | --- /dev/null |
25 | +++ b/include/hw/net/npcm7xx_emc.h | 44 | +++ b/include/hw/char/stm32l4x5_usart.h |
26 | @@ -XXX,XX +XXX,XX @@ | 45 | @@ -XXX,XX +XXX,XX @@ |
27 | +/* | 46 | +/* |
28 | + * Nuvoton NPCM7xx EMC Module | 47 | + * STM32L4X5 USART (Universal Synchronous Asynchronous Receiver Transmitter) |
29 | + * | 48 | + * |
30 | + * Copyright 2020 Google LLC | 49 | + * Copyright (c) 2023 Arnaud Minier <arnaud.minier@telecom-paris.fr> |
31 | + * | 50 | + * Copyright (c) 2023 Inès Varhol <ines.varhol@telecom-paris.fr> |
32 | + * This program is free software; you can redistribute it and/or modify it | 51 | + * |
33 | + * under the terms of the GNU General Public License as published by the | 52 | + * SPDX-License-Identifier: GPL-2.0-or-later |
34 | + * Free Software Foundation; either version 2 of the License, or | 53 | + * |
35 | + * (at your option) any later version. | 54 | + * This work is licensed under the terms of the GNU GPL, version 2 or later. |
36 | + * | 55 | + * See the COPYING file in the top-level directory. |
37 | + * This program is distributed in the hope that it will be useful, but WITHOUT | 56 | + * |
38 | + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 57 | + * The STM32L4X5 USART is heavily inspired by the stm32f2xx_usart |
39 | + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | 58 | + * by Alistair Francis. |
40 | + * for more details. | 59 | + * The reference used is the STMicroElectronics RM0351 Reference manual |
60 | + * for STM32L4x5 and STM32L4x6 advanced Arm ® -based 32-bit MCUs. | ||
41 | + */ | 61 | + */ |
42 | + | 62 | + |
43 | +#ifndef NPCM7XX_EMC_H | 63 | +#ifndef HW_STM32L4X5_USART_H |
44 | +#define NPCM7XX_EMC_H | 64 | +#define HW_STM32L4X5_USART_H |
45 | + | 65 | + |
46 | +#include "hw/irq.h" | ||
47 | +#include "hw/sysbus.h" | 66 | +#include "hw/sysbus.h" |
48 | +#include "net/net.h" | 67 | +#include "chardev/char-fe.h" |
49 | + | 68 | +#include "qom/object.h" |
50 | +/* 32-bit register indices. */ | 69 | + |
51 | +enum NPCM7xxPWMRegister { | 70 | +#define TYPE_STM32L4X5_USART_BASE "stm32l4x5-usart-base" |
52 | + /* Control registers. */ | 71 | +#define TYPE_STM32L4X5_USART "stm32l4x5-usart" |
53 | + REG_CAMCMR, | 72 | +#define TYPE_STM32L4X5_UART "stm32l4x5-uart" |
54 | + REG_CAMEN, | 73 | +#define TYPE_STM32L4X5_LPUART "stm32l4x5-lpuart" |
55 | + | 74 | +OBJECT_DECLARE_TYPE(Stm32l4x5UsartBaseState, Stm32l4x5UsartBaseClass, |
56 | + /* There are 16 CAMn[ML] registers. */ | 75 | + STM32L4X5_USART_BASE) |
57 | + REG_CAMM_BASE, | 76 | + |
58 | + REG_CAML_BASE, | 77 | +typedef enum { |
59 | + REG_CAMML_LAST = 0x21, | 78 | + STM32L4x5_USART, |
60 | + | 79 | + STM32L4x5_UART, |
61 | + REG_TXDLSA = 0x22, | 80 | + STM32L4x5_LPUART, |
62 | + REG_RXDLSA, | 81 | +} Stm32l4x5UsartType; |
63 | + REG_MCMDR, | 82 | + |
64 | + REG_MIID, | 83 | +struct Stm32l4x5UsartBaseState { |
65 | + REG_MIIDA, | 84 | + SysBusDevice parent_obj; |
66 | + REG_FFTCR, | 85 | + |
67 | + REG_TSDR, | 86 | + MemoryRegion mmio; |
68 | + REG_RSDR, | 87 | + |
69 | + REG_DMARFC, | 88 | + uint32_t cr1; |
70 | + REG_MIEN, | 89 | + uint32_t cr2; |
71 | + | 90 | + uint32_t cr3; |
72 | + /* Status registers. */ | 91 | + uint32_t brr; |
73 | + REG_MISTA, | 92 | + uint32_t gtpr; |
74 | + REG_MGSTA, | 93 | + uint32_t rtor; |
75 | + REG_MPCNT, | 94 | + /* rqr is write-only */ |
76 | + REG_MRPC, | 95 | + uint32_t isr; |
77 | + REG_MRPCC, | 96 | + /* icr is a clear register */ |
78 | + REG_MREPC, | 97 | + uint32_t rdr; |
79 | + REG_DMARFS, | 98 | + uint32_t tdr; |
80 | + REG_CTXDSA, | 99 | + |
81 | + REG_CTXBSA, | 100 | + Clock *clk; |
82 | + REG_CRXDSA, | 101 | + CharBackend chr; |
83 | + REG_CRXBSA, | 102 | + qemu_irq irq; |
84 | + | ||
85 | + NPCM7XX_NUM_EMC_REGS, | ||
86 | +}; | 103 | +}; |
87 | + | 104 | + |
88 | +/* REG_CAMCMR fields */ | 105 | +struct Stm32l4x5UsartBaseClass { |
89 | +/* Enable CAM Compare */ | 106 | + SysBusDeviceClass parent_class; |
90 | +#define REG_CAMCMR_ECMP (1 << 4) | 107 | + |
91 | +/* Complement CAM Compare */ | 108 | + Stm32l4x5UsartType type; |
92 | +#define REG_CAMCMR_CCAM (1 << 3) | ||
93 | +/* Accept Broadcast Packet */ | ||
94 | +#define REG_CAMCMR_ABP (1 << 2) | ||
95 | +/* Accept Multicast Packet */ | ||
96 | +#define REG_CAMCMR_AMP (1 << 1) | ||
97 | +/* Accept Unicast Packet */ | ||
98 | +#define REG_CAMCMR_AUP (1 << 0) | ||
99 | + | ||
100 | +/* REG_MCMDR fields */ | ||
101 | +/* Software Reset */ | ||
102 | +#define REG_MCMDR_SWR (1 << 24) | ||
103 | +/* Internal Loopback Select */ | ||
104 | +#define REG_MCMDR_LBK (1 << 21) | ||
105 | +/* Operation Mode Select */ | ||
106 | +#define REG_MCMDR_OPMOD (1 << 20) | ||
107 | +/* Enable MDC Clock Generation */ | ||
108 | +#define REG_MCMDR_ENMDC (1 << 19) | ||
109 | +/* Full-Duplex Mode Select */ | ||
110 | +#define REG_MCMDR_FDUP (1 << 18) | ||
111 | +/* Enable SQE Checking */ | ||
112 | +#define REG_MCMDR_ENSEQ (1 << 17) | ||
113 | +/* Send PAUSE Frame */ | ||
114 | +#define REG_MCMDR_SDPZ (1 << 16) | ||
115 | +/* No Defer */ | ||
116 | +#define REG_MCMDR_NDEF (1 << 9) | ||
117 | +/* Frame Transmission On */ | ||
118 | +#define REG_MCMDR_TXON (1 << 8) | ||
119 | +/* Strip CRC Checksum */ | ||
120 | +#define REG_MCMDR_SPCRC (1 << 5) | ||
121 | +/* Accept CRC Error Packet */ | ||
122 | +#define REG_MCMDR_AEP (1 << 4) | ||
123 | +/* Accept Control Packet */ | ||
124 | +#define REG_MCMDR_ACP (1 << 3) | ||
125 | +/* Accept Runt Packet */ | ||
126 | +#define REG_MCMDR_ARP (1 << 2) | ||
127 | +/* Accept Long Packet */ | ||
128 | +#define REG_MCMDR_ALP (1 << 1) | ||
129 | +/* Frame Reception On */ | ||
130 | +#define REG_MCMDR_RXON (1 << 0) | ||
131 | + | ||
132 | +/* REG_MIEN fields */ | ||
133 | +/* Enable Transmit Descriptor Unavailable Interrupt */ | ||
134 | +#define REG_MIEN_ENTDU (1 << 23) | ||
135 | +/* Enable Transmit Completion Interrupt */ | ||
136 | +#define REG_MIEN_ENTXCP (1 << 18) | ||
137 | +/* Enable Transmit Interrupt */ | ||
138 | +#define REG_MIEN_ENTXINTR (1 << 16) | ||
139 | +/* Enable Receive Descriptor Unavailable Interrupt */ | ||
140 | +#define REG_MIEN_ENRDU (1 << 10) | ||
141 | +/* Enable Receive Good Interrupt */ | ||
142 | +#define REG_MIEN_ENRXGD (1 << 4) | ||
143 | +/* Enable Receive Interrupt */ | ||
144 | +#define REG_MIEN_ENRXINTR (1 << 0) | ||
145 | + | ||
146 | +/* REG_MISTA fields */ | ||
147 | +/* TODO: Add error fields and support simulated errors? */ | ||
148 | +/* Transmit Bus Error Interrupt */ | ||
149 | +#define REG_MISTA_TXBERR (1 << 24) | ||
150 | +/* Transmit Descriptor Unavailable Interrupt */ | ||
151 | +#define REG_MISTA_TDU (1 << 23) | ||
152 | +/* Transmit Completion Interrupt */ | ||
153 | +#define REG_MISTA_TXCP (1 << 18) | ||
154 | +/* Transmit Interrupt */ | ||
155 | +#define REG_MISTA_TXINTR (1 << 16) | ||
156 | +/* Receive Bus Error Interrupt */ | ||
157 | +#define REG_MISTA_RXBERR (1 << 11) | ||
158 | +/* Receive Descriptor Unavailable Interrupt */ | ||
159 | +#define REG_MISTA_RDU (1 << 10) | ||
160 | +/* DMA Early Notification Interrupt */ | ||
161 | +#define REG_MISTA_DENI (1 << 9) | ||
162 | +/* Maximum Frame Length Interrupt */ | ||
163 | +#define REG_MISTA_DFOI (1 << 8) | ||
164 | +/* Receive Good Interrupt */ | ||
165 | +#define REG_MISTA_RXGD (1 << 4) | ||
166 | +/* Packet Too Long Interrupt */ | ||
167 | +#define REG_MISTA_PTLE (1 << 3) | ||
168 | +/* Receive Interrupt */ | ||
169 | +#define REG_MISTA_RXINTR (1 << 0) | ||
170 | + | ||
171 | +/* REG_MGSTA fields */ | ||
172 | +/* Transmission Halted */ | ||
173 | +#define REG_MGSTA_TXHA (1 << 11) | ||
174 | +/* Receive Halted */ | ||
175 | +#define REG_MGSTA_RXHA (1 << 11) | ||
176 | + | ||
177 | +/* REG_DMARFC fields */ | ||
178 | +/* Maximum Receive Frame Length */ | ||
179 | +#define REG_DMARFC_RXMS(word) extract32((word), 0, 16) | ||
180 | + | ||
181 | +/* REG MIIDA fields */ | ||
182 | +/* Busy Bit */ | ||
183 | +#define REG_MIIDA_BUSY (1 << 17) | ||
184 | + | ||
185 | +/* Transmit and receive descriptors */ | ||
186 | +typedef struct NPCM7xxEMCTxDesc NPCM7xxEMCTxDesc; | ||
187 | +typedef struct NPCM7xxEMCRxDesc NPCM7xxEMCRxDesc; | ||
188 | + | ||
189 | +struct NPCM7xxEMCTxDesc { | ||
190 | + uint32_t flags; | ||
191 | + uint32_t txbsa; | ||
192 | + uint32_t status_and_length; | ||
193 | + uint32_t ntxdsa; | ||
194 | +}; | 109 | +}; |
195 | + | 110 | + |
196 | +struct NPCM7xxEMCRxDesc { | 111 | +#endif /* HW_STM32L4X5_USART_H */ |
197 | + uint32_t status_and_length; | 112 | diff --git a/hw/char/stm32l4x5_usart.c b/hw/char/stm32l4x5_usart.c |
198 | + uint32_t rxbsa; | ||
199 | + uint32_t reserved; | ||
200 | + uint32_t nrxdsa; | ||
201 | +}; | ||
202 | + | ||
203 | +/* NPCM7xxEMCTxDesc.flags values */ | ||
204 | +/* Owner: 0 = cpu, 1 = emc */ | ||
205 | +#define TX_DESC_FLAG_OWNER_MASK (1 << 31) | ||
206 | +/* Transmit interrupt enable */ | ||
207 | +#define TX_DESC_FLAG_INTEN (1 << 2) | ||
208 | +/* CRC append */ | ||
209 | +#define TX_DESC_FLAG_CRCAPP (1 << 1) | ||
210 | +/* Padding enable */ | ||
211 | +#define TX_DESC_FLAG_PADEN (1 << 0) | ||
212 | + | ||
213 | +/* NPCM7xxEMCTxDesc.status_and_length values */ | ||
214 | +/* Collision count */ | ||
215 | +#define TX_DESC_STATUS_CCNT_SHIFT 28 | ||
216 | +#define TX_DESC_STATUS_CCNT_BITSIZE 4 | ||
217 | +/* SQE error */ | ||
218 | +#define TX_DESC_STATUS_SQE (1 << 26) | ||
219 | +/* Transmission paused */ | ||
220 | +#define TX_DESC_STATUS_PAU (1 << 25) | ||
221 | +/* P transmission halted */ | ||
222 | +#define TX_DESC_STATUS_TXHA (1 << 24) | ||
223 | +/* Late collision */ | ||
224 | +#define TX_DESC_STATUS_LC (1 << 23) | ||
225 | +/* Transmission abort */ | ||
226 | +#define TX_DESC_STATUS_TXABT (1 << 22) | ||
227 | +/* No carrier sense */ | ||
228 | +#define TX_DESC_STATUS_NCS (1 << 21) | ||
229 | +/* Defer exceed */ | ||
230 | +#define TX_DESC_STATUS_EXDEF (1 << 20) | ||
231 | +/* Transmission complete */ | ||
232 | +#define TX_DESC_STATUS_TXCP (1 << 19) | ||
233 | +/* Transmission deferred */ | ||
234 | +#define TX_DESC_STATUS_DEF (1 << 17) | ||
235 | +/* Transmit interrupt */ | ||
236 | +#define TX_DESC_STATUS_TXINTR (1 << 16) | ||
237 | + | ||
238 | +#define TX_DESC_PKT_LEN(word) extract32((word), 0, 16) | ||
239 | + | ||
240 | +/* Transmit buffer start address */ | ||
241 | +#define TX_DESC_TXBSA(word) ((uint32_t) (word) & ~3u) | ||
242 | + | ||
243 | +/* Next transmit descriptor start address */ | ||
244 | +#define TX_DESC_NTXDSA(word) ((uint32_t) (word) & ~3u) | ||
245 | + | ||
246 | +/* NPCM7xxEMCRxDesc.status_and_length values */ | ||
247 | +/* Owner: 0b00 = cpu, 0b01 = undefined, 0b10 = emc, 0b11 = undefined */ | ||
248 | +#define RX_DESC_STATUS_OWNER_SHIFT 30 | ||
249 | +#define RX_DESC_STATUS_OWNER_BITSIZE 2 | ||
250 | +#define RX_DESC_STATUS_OWNER_MASK (3 << RX_DESC_STATUS_OWNER_SHIFT) | ||
251 | +/* Runt packet */ | ||
252 | +#define RX_DESC_STATUS_RP (1 << 22) | ||
253 | +/* Alignment error */ | ||
254 | +#define RX_DESC_STATUS_ALIE (1 << 21) | ||
255 | +/* Frame reception complete */ | ||
256 | +#define RX_DESC_STATUS_RXGD (1 << 20) | ||
257 | +/* Packet too long */ | ||
258 | +#define RX_DESC_STATUS_PTLE (1 << 19) | ||
259 | +/* CRC error */ | ||
260 | +#define RX_DESC_STATUS_CRCE (1 << 17) | ||
261 | +/* Receive interrupt */ | ||
262 | +#define RX_DESC_STATUS_RXINTR (1 << 16) | ||
263 | + | ||
264 | +#define RX_DESC_PKT_LEN(word) extract32((word), 0, 16) | ||
265 | + | ||
266 | +/* Receive buffer start address */ | ||
267 | +#define RX_DESC_RXBSA(word) ((uint32_t) (word) & ~3u) | ||
268 | + | ||
269 | +/* Next receive descriptor start address */ | ||
270 | +#define RX_DESC_NRXDSA(word) ((uint32_t) (word) & ~3u) | ||
271 | + | ||
272 | +/* Minimum packet length, when TX_DESC_FLAG_PADEN is set. */ | ||
273 | +#define MIN_PACKET_LENGTH 64 | ||
274 | + | ||
275 | +struct NPCM7xxEMCState { | ||
276 | + /*< private >*/ | ||
277 | + SysBusDevice parent; | ||
278 | + /*< public >*/ | ||
279 | + | ||
280 | + MemoryRegion iomem; | ||
281 | + | ||
282 | + qemu_irq tx_irq; | ||
283 | + qemu_irq rx_irq; | ||
284 | + | ||
285 | + NICState *nic; | ||
286 | + NICConf conf; | ||
287 | + | ||
288 | + /* 0 or 1, for log messages */ | ||
289 | + uint8_t emc_num; | ||
290 | + | ||
291 | + uint32_t regs[NPCM7XX_NUM_EMC_REGS]; | ||
292 | + | ||
293 | + /* | ||
294 | + * tx is active. Set to true by TSDR and then switches off when out of | ||
295 | + * descriptors. If the TXON bit in REG_MCMDR is off then this is off. | ||
296 | + */ | ||
297 | + bool tx_active; | ||
298 | + | ||
299 | + /* | ||
300 | + * rx is active. Set to true by RSDR and then switches off when out of | ||
301 | + * descriptors. If the RXON bit in REG_MCMDR is off then this is off. | ||
302 | + */ | ||
303 | + bool rx_active; | ||
304 | +}; | ||
305 | + | ||
306 | +typedef struct NPCM7xxEMCState NPCM7xxEMCState; | ||
307 | + | ||
308 | +#define TYPE_NPCM7XX_EMC "npcm7xx-emc" | ||
309 | +#define NPCM7XX_EMC(obj) \ | ||
310 | + OBJECT_CHECK(NPCM7xxEMCState, (obj), TYPE_NPCM7XX_EMC) | ||
311 | + | ||
312 | +#endif /* NPCM7XX_EMC_H */ | ||
313 | diff --git a/hw/net/npcm7xx_emc.c b/hw/net/npcm7xx_emc.c | ||
314 | new file mode 100644 | 113 | new file mode 100644 |
315 | index XXXXXXX..XXXXXXX | 114 | index XXXXXXX..XXXXXXX |
316 | --- /dev/null | 115 | --- /dev/null |
317 | +++ b/hw/net/npcm7xx_emc.c | 116 | +++ b/hw/char/stm32l4x5_usart.c |
318 | @@ -XXX,XX +XXX,XX @@ | 117 | @@ -XXX,XX +XXX,XX @@ |
319 | +/* | 118 | +/* |
320 | + * Nuvoton NPCM7xx EMC Module | 119 | + * STM32L4X5 USART (Universal Synchronous Asynchronous Receiver Transmitter) |
321 | + * | 120 | + * |
322 | + * Copyright 2020 Google LLC | 121 | + * Copyright (c) 2023 Arnaud Minier <arnaud.minier@telecom-paris.fr> |
323 | + * | 122 | + * Copyright (c) 2023 Inès Varhol <ines.varhol@telecom-paris.fr> |
324 | + * This program is free software; you can redistribute it and/or modify it | 123 | + * |
325 | + * under the terms of the GNU General Public License as published by the | 124 | + * SPDX-License-Identifier: GPL-2.0-or-later |
326 | + * Free Software Foundation; either version 2 of the License, or | 125 | + * |
327 | + * (at your option) any later version. | 126 | + * This work is licensed under the terms of the GNU GPL, version 2 or later. |
328 | + * | 127 | + * See the COPYING file in the top-level directory. |
329 | + * This program is distributed in the hope that it will be useful, but WITHOUT | 128 | + * |
330 | + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 129 | + * The STM32L4X5 USART is heavily inspired by the stm32f2xx_usart |
331 | + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | 130 | + * by Alistair Francis. |
332 | + * for more details. | 131 | + * The reference used is the STMicroElectronics RM0351 Reference manual |
333 | + * | 132 | + * for STM32L4x5 and STM32L4x6 advanced Arm ® -based 32-bit MCUs. |
334 | + * Unsupported/unimplemented features: | ||
335 | + * - MCMDR.FDUP (full duplex) is ignored, half duplex is not supported | ||
336 | + * - Only CAM0 is supported, CAM[1-15] are not | ||
337 | + * - writes to CAMEN.[1-15] are ignored, these bits always read as zeroes | ||
338 | + * - MII is not implemented, MIIDA.BUSY and MIID always return zero | ||
339 | + * - MCMDR.LBK is not implemented | ||
340 | + * - MCMDR.{OPMOD,ENSQE,AEP,ARP} are not supported | ||
341 | + * - H/W FIFOs are not supported, MCMDR.FFTCR is ignored | ||
342 | + * - MGSTA.SQE is not supported | ||
343 | + * - pause and control frames are not implemented | ||
344 | + * - MGSTA.CCNT is not supported | ||
345 | + * - MPCNT, DMARFS are not implemented | ||
346 | + */ | 133 | + */ |
347 | + | 134 | + |
348 | +#include "qemu/osdep.h" | 135 | +#include "qemu/osdep.h" |
349 | + | 136 | +#include "qemu/log.h" |
350 | +/* For crc32 */ | 137 | +#include "qemu/module.h" |
351 | +#include <zlib.h> | 138 | +#include "qapi/error.h" |
352 | + | 139 | +#include "chardev/char-fe.h" |
353 | +#include "qemu-common.h" | 140 | +#include "chardev/char-serial.h" |
141 | +#include "migration/vmstate.h" | ||
142 | +#include "hw/char/stm32l4x5_usart.h" | ||
143 | +#include "hw/clock.h" | ||
354 | +#include "hw/irq.h" | 144 | +#include "hw/irq.h" |
355 | +#include "hw/qdev-clock.h" | 145 | +#include "hw/qdev-clock.h" |
356 | +#include "hw/qdev-properties.h" | 146 | +#include "hw/qdev-properties.h" |
357 | +#include "hw/net/npcm7xx_emc.h" | 147 | +#include "hw/qdev-properties-system.h" |
358 | +#include "net/eth.h" | 148 | +#include "hw/registerfields.h" |
359 | +#include "migration/vmstate.h" | ||
360 | +#include "qemu/bitops.h" | ||
361 | +#include "qemu/error-report.h" | ||
362 | +#include "qemu/log.h" | ||
363 | +#include "qemu/module.h" | ||
364 | +#include "qemu/units.h" | ||
365 | +#include "sysemu/dma.h" | ||
366 | +#include "trace.h" | 149 | +#include "trace.h" |
367 | + | 150 | + |
368 | +#define CRC_LENGTH 4 | 151 | + |
369 | + | 152 | +REG32(CR1, 0x00) |
370 | +/* | 153 | + FIELD(CR1, M1, 28, 1) /* Word length (part 2, see M0) */ |
371 | + * The maximum size of a (layer 2) ethernet frame as defined by 802.3. | 154 | + FIELD(CR1, EOBIE, 27, 1) /* End of Block interrupt enable */ |
372 | + * 1518 = 6(dest macaddr) + 6(src macaddr) + 2(proto) + 4(crc) + 1500(payload) | 155 | + FIELD(CR1, RTOIE, 26, 1) /* Receiver timeout interrupt enable */ |
373 | + * This does not include an additional 4 for the vlan field (802.1q). | 156 | + FIELD(CR1, DEAT, 21, 5) /* Driver Enable assertion time */ |
374 | + */ | 157 | + FIELD(CR1, DEDT, 16, 5) /* Driver Enable de-assertion time */ |
375 | +#define MAX_ETH_FRAME_SIZE 1518 | 158 | + FIELD(CR1, OVER8, 15, 1) /* Oversampling mode */ |
376 | + | 159 | + FIELD(CR1, CMIE, 14, 1) /* Character match interrupt enable */ |
377 | +static const char *emc_reg_name(int regno) | 160 | + FIELD(CR1, MME, 13, 1) /* Mute mode enable */ |
378 | +{ | 161 | + FIELD(CR1, M0, 12, 1) /* Word length (part 1, see M1) */ |
379 | +#define REG(name) case REG_ ## name: return #name; | 162 | + FIELD(CR1, WAKE, 11, 1) /* Receiver wakeup method */ |
380 | + switch (regno) { | 163 | + FIELD(CR1, PCE, 10, 1) /* Parity control enable */ |
381 | + REG(CAMCMR) | 164 | + FIELD(CR1, PS, 9, 1) /* Parity selection */ |
382 | + REG(CAMEN) | 165 | + FIELD(CR1, PEIE, 8, 1) /* PE interrupt enable */ |
383 | + REG(TXDLSA) | 166 | + FIELD(CR1, TXEIE, 7, 1) /* TXE interrupt enable */ |
384 | + REG(RXDLSA) | 167 | + FIELD(CR1, TCIE, 6, 1) /* Transmission complete interrupt enable */ |
385 | + REG(MCMDR) | 168 | + FIELD(CR1, RXNEIE, 5, 1) /* RXNE interrupt enable */ |
386 | + REG(MIID) | 169 | + FIELD(CR1, IDLEIE, 4, 1) /* IDLE interrupt enable */ |
387 | + REG(MIIDA) | 170 | + FIELD(CR1, TE, 3, 1) /* Transmitter enable */ |
388 | + REG(FFTCR) | 171 | + FIELD(CR1, RE, 2, 1) /* Receiver enable */ |
389 | + REG(TSDR) | 172 | + FIELD(CR1, UESM, 1, 1) /* USART enable in Stop mode */ |
390 | + REG(RSDR) | 173 | + FIELD(CR1, UE, 0, 1) /* USART enable */ |
391 | + REG(DMARFC) | 174 | +REG32(CR2, 0x04) |
392 | + REG(MIEN) | 175 | + FIELD(CR2, ADD_1, 28, 4) /* ADD[7:4] */ |
393 | + REG(MISTA) | 176 | + FIELD(CR2, ADD_0, 24, 1) /* ADD[3:0] */ |
394 | + REG(MGSTA) | 177 | + FIELD(CR2, RTOEN, 23, 1) /* Receiver timeout enable */ |
395 | + REG(MPCNT) | 178 | + FIELD(CR2, ABRMOD, 21, 2) /* Auto baud rate mode */ |
396 | + REG(MRPC) | 179 | + FIELD(CR2, ABREN, 20, 1) /* Auto baud rate enable */ |
397 | + REG(MRPCC) | 180 | + FIELD(CR2, MSBFIRST, 19, 1) /* Most significant bit first */ |
398 | + REG(MREPC) | 181 | + FIELD(CR2, DATAINV, 18, 1) /* Binary data inversion */ |
399 | + REG(DMARFS) | 182 | + FIELD(CR2, TXINV, 17, 1) /* TX pin active level inversion */ |
400 | + REG(CTXDSA) | 183 | + FIELD(CR2, RXINV, 16, 1) /* RX pin active level inversion */ |
401 | + REG(CTXBSA) | 184 | + FIELD(CR2, SWAP, 15, 1) /* Swap RX/TX pins */ |
402 | + REG(CRXDSA) | 185 | + FIELD(CR2, LINEN, 14, 1) /* LIN mode enable */ |
403 | + REG(CRXBSA) | 186 | + FIELD(CR2, STOP, 12, 2) /* STOP bits */ |
404 | + case REG_CAMM_BASE + 0: return "CAM0M"; | 187 | + FIELD(CR2, CLKEN, 11, 1) /* Clock enable */ |
405 | + case REG_CAML_BASE + 0: return "CAM0L"; | 188 | + FIELD(CR2, CPOL, 10, 1) /* Clock polarity */ |
406 | + case REG_CAMM_BASE + 2 ... REG_CAMML_LAST: | 189 | + FIELD(CR2, CPHA, 9, 1) /* Clock phase */ |
407 | + /* Only CAM0 is supported, fold the others into something simple. */ | 190 | + FIELD(CR2, LBCL, 8, 1) /* Last bit clock pulse */ |
408 | + if (regno & 1) { | 191 | + FIELD(CR2, LBDIE, 6, 1) /* LIN break detection interrupt enable */ |
409 | + return "CAM<n>L"; | 192 | + FIELD(CR2, LBDL, 5, 1) /* LIN break detection length */ |
410 | + } else { | 193 | + FIELD(CR2, ADDM7, 4, 1) /* 7-bit / 4-bit Address Detection */ |
411 | + return "CAM<n>M"; | 194 | + |
412 | + } | 195 | +REG32(CR3, 0x08) |
413 | + default: return "UNKNOWN"; | 196 | + /* TCBGTIE only on STM32L496xx/4A6xx devices */ |
197 | + FIELD(CR3, UCESM, 23, 1) /* USART Clock Enable in Stop Mode */ | ||
198 | + FIELD(CR3, WUFIE, 22, 1) /* Wakeup from Stop mode interrupt enable */ | ||
199 | + FIELD(CR3, WUS, 20, 2) /* Wakeup from Stop mode interrupt flag selection */ | ||
200 | + FIELD(CR3, SCARCNT, 17, 3) /* Smartcard auto-retry count */ | ||
201 | + FIELD(CR3, DEP, 15, 1) /* Driver enable polarity selection */ | ||
202 | + FIELD(CR3, DEM, 14, 1) /* Driver enable mode */ | ||
203 | + FIELD(CR3, DDRE, 13, 1) /* DMA Disable on Reception Error */ | ||
204 | + FIELD(CR3, OVRDIS, 12, 1) /* Overrun Disable */ | ||
205 | + FIELD(CR3, ONEBIT, 11, 1) /* One sample bit method enable */ | ||
206 | + FIELD(CR3, CTSIE, 10, 1) /* CTS interrupt enable */ | ||
207 | + FIELD(CR3, CTSE, 9, 1) /* CTS enable */ | ||
208 | + FIELD(CR3, RTSE, 8, 1) /* RTS enable */ | ||
209 | + FIELD(CR3, DMAT, 7, 1) /* DMA enable transmitter */ | ||
210 | + FIELD(CR3, DMAR, 6, 1) /* DMA enable receiver */ | ||
211 | + FIELD(CR3, SCEN, 5, 1) /* Smartcard mode enable */ | ||
212 | + FIELD(CR3, NACK, 4, 1) /* Smartcard NACK enable */ | ||
213 | + FIELD(CR3, HDSEL, 3, 1) /* Half-duplex selection */ | ||
214 | + FIELD(CR3, IRLP, 2, 1) /* IrDA low-power */ | ||
215 | + FIELD(CR3, IREN, 1, 1) /* IrDA mode enable */ | ||
216 | + FIELD(CR3, EIE, 0, 1) /* Error interrupt enable */ | ||
217 | +REG32(BRR, 0x0C) | ||
218 | + FIELD(BRR, BRR, 0, 16) | ||
219 | +REG32(GTPR, 0x10) | ||
220 | + FIELD(GTPR, GT, 8, 8) /* Guard time value */ | ||
221 | + FIELD(GTPR, PSC, 0, 8) /* Prescaler value */ | ||
222 | +REG32(RTOR, 0x14) | ||
223 | + FIELD(RTOR, BLEN, 24, 8) /* Block Length */ | ||
224 | + FIELD(RTOR, RTO, 0, 24) /* Receiver timeout value */ | ||
225 | +REG32(RQR, 0x18) | ||
226 | + FIELD(RQR, TXFRQ, 4, 1) /* Transmit data flush request */ | ||
227 | + FIELD(RQR, RXFRQ, 3, 1) /* Receive data flush request */ | ||
228 | + FIELD(RQR, MMRQ, 2, 1) /* Mute mode request */ | ||
229 | + FIELD(RQR, SBKRQ, 1, 1) /* Send break request */ | ||
230 | + FIELD(RQR, ABBRRQ, 0, 1) /* Auto baud rate request */ | ||
231 | +REG32(ISR, 0x1C) | ||
232 | + /* TCBGT only for STM32L475xx/476xx/486xx devices */ | ||
233 | + FIELD(ISR, REACK, 22, 1) /* Receive enable acknowledge flag */ | ||
234 | + FIELD(ISR, TEACK, 21, 1) /* Transmit enable acknowledge flag */ | ||
235 | + FIELD(ISR, WUF, 20, 1) /* Wakeup from Stop mode flag */ | ||
236 | + FIELD(ISR, RWU, 19, 1) /* Receiver wakeup from Mute mode */ | ||
237 | + FIELD(ISR, SBKF, 18, 1) /* Send break flag */ | ||
238 | + FIELD(ISR, CMF, 17, 1) /* Character match flag */ | ||
239 | + FIELD(ISR, BUSY, 16, 1) /* Busy flag */ | ||
240 | + FIELD(ISR, ABRF, 15, 1) /* Auto Baud rate flag */ | ||
241 | + FIELD(ISR, ABRE, 14, 1) /* Auto Baud rate error */ | ||
242 | + FIELD(ISR, EOBF, 12, 1) /* End of block flag */ | ||
243 | + FIELD(ISR, RTOF, 11, 1) /* Receiver timeout */ | ||
244 | + FIELD(ISR, CTS, 10, 1) /* CTS flag */ | ||
245 | + FIELD(ISR, CTSIF, 9, 1) /* CTS interrupt flag */ | ||
246 | + FIELD(ISR, LBDF, 8, 1) /* LIN break detection flag */ | ||
247 | + FIELD(ISR, TXE, 7, 1) /* Transmit data register empty */ | ||
248 | + FIELD(ISR, TC, 6, 1) /* Transmission complete */ | ||
249 | + FIELD(ISR, RXNE, 5, 1) /* Read data register not empty */ | ||
250 | + FIELD(ISR, IDLE, 4, 1) /* Idle line detected */ | ||
251 | + FIELD(ISR, ORE, 3, 1) /* Overrun error */ | ||
252 | + FIELD(ISR, NF, 2, 1) /* START bit Noise detection flag */ | ||
253 | + FIELD(ISR, FE, 1, 1) /* Framing Error */ | ||
254 | + FIELD(ISR, PE, 0, 1) /* Parity Error */ | ||
255 | +REG32(ICR, 0x20) | ||
256 | + FIELD(ICR, WUCF, 20, 1) /* Wakeup from Stop mode clear flag */ | ||
257 | + FIELD(ICR, CMCF, 17, 1) /* Character match clear flag */ | ||
258 | + FIELD(ICR, EOBCF, 12, 1) /* End of block clear flag */ | ||
259 | + FIELD(ICR, RTOCF, 11, 1) /* Receiver timeout clear flag */ | ||
260 | + FIELD(ICR, CTSCF, 9, 1) /* CTS clear flag */ | ||
261 | + FIELD(ICR, LBDCF, 8, 1) /* LIN break detection clear flag */ | ||
262 | + /* TCBGTCF only on STM32L496xx/4A6xx devices */ | ||
263 | + FIELD(ICR, TCCF, 6, 1) /* Transmission complete clear flag */ | ||
264 | + FIELD(ICR, IDLECF, 4, 1) /* Idle line detected clear flag */ | ||
265 | + FIELD(ICR, ORECF, 3, 1) /* Overrun error clear flag */ | ||
266 | + FIELD(ICR, NCF, 2, 1) /* Noise detected clear flag */ | ||
267 | + FIELD(ICR, FECF, 1, 1) /* Framing error clear flag */ | ||
268 | + FIELD(ICR, PECF, 0, 1) /* Parity error clear flag */ | ||
269 | +REG32(RDR, 0x24) | ||
270 | + FIELD(RDR, RDR, 0, 9) | ||
271 | +REG32(TDR, 0x28) | ||
272 | + FIELD(TDR, TDR, 0, 9) | ||
273 | + | ||
274 | +static void stm32l4x5_usart_base_reset_hold(Object *obj, ResetType type) | ||
275 | +{ | ||
276 | + Stm32l4x5UsartBaseState *s = STM32L4X5_USART_BASE(obj); | ||
277 | + | ||
278 | + s->cr1 = 0x00000000; | ||
279 | + s->cr2 = 0x00000000; | ||
280 | + s->cr3 = 0x00000000; | ||
281 | + s->brr = 0x00000000; | ||
282 | + s->gtpr = 0x00000000; | ||
283 | + s->rtor = 0x00000000; | ||
284 | + s->isr = 0x020000C0; | ||
285 | + s->rdr = 0x00000000; | ||
286 | + s->tdr = 0x00000000; | ||
287 | +} | ||
288 | + | ||
289 | +static uint64_t stm32l4x5_usart_base_read(void *opaque, hwaddr addr, | ||
290 | + unsigned int size) | ||
291 | +{ | ||
292 | + Stm32l4x5UsartBaseState *s = opaque; | ||
293 | + uint64_t retvalue = 0; | ||
294 | + | ||
295 | + switch (addr) { | ||
296 | + case A_CR1: | ||
297 | + retvalue = s->cr1; | ||
298 | + break; | ||
299 | + case A_CR2: | ||
300 | + retvalue = s->cr2; | ||
301 | + break; | ||
302 | + case A_CR3: | ||
303 | + retvalue = s->cr3; | ||
304 | + break; | ||
305 | + case A_BRR: | ||
306 | + retvalue = FIELD_EX32(s->brr, BRR, BRR); | ||
307 | + break; | ||
308 | + case A_GTPR: | ||
309 | + retvalue = s->gtpr; | ||
310 | + break; | ||
311 | + case A_RTOR: | ||
312 | + retvalue = s->rtor; | ||
313 | + break; | ||
314 | + case A_RQR: | ||
315 | + /* RQR is a write only register */ | ||
316 | + retvalue = 0x00000000; | ||
317 | + break; | ||
318 | + case A_ISR: | ||
319 | + retvalue = s->isr; | ||
320 | + break; | ||
321 | + case A_ICR: | ||
322 | + /* ICR is a clear register */ | ||
323 | + retvalue = 0x00000000; | ||
324 | + break; | ||
325 | + case A_RDR: | ||
326 | + retvalue = FIELD_EX32(s->rdr, RDR, RDR); | ||
327 | + /* Reset RXNE flag */ | ||
328 | + s->isr &= ~R_ISR_RXNE_MASK; | ||
329 | + break; | ||
330 | + case A_TDR: | ||
331 | + retvalue = FIELD_EX32(s->tdr, TDR, TDR); | ||
332 | + break; | ||
333 | + default: | ||
334 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
335 | + "%s: Bad offset 0x%"HWADDR_PRIx"\n", __func__, addr); | ||
336 | + break; | ||
414 | + } | 337 | + } |
415 | +#undef REG | 338 | + |
416 | +} | 339 | + trace_stm32l4x5_usart_read(addr, retvalue); |
417 | + | 340 | + |
418 | +static void emc_reset(NPCM7xxEMCState *emc) | 341 | + return retvalue; |
419 | +{ | 342 | +} |
420 | + trace_npcm7xx_emc_reset(emc->emc_num); | 343 | + |
421 | + | 344 | +static void stm32l4x5_usart_base_write(void *opaque, hwaddr addr, |
422 | + memset(&emc->regs[0], 0, sizeof(emc->regs)); | 345 | + uint64_t val64, unsigned int size) |
423 | + | 346 | +{ |
424 | + /* These regs have non-zero reset values. */ | 347 | + Stm32l4x5UsartBaseState *s = opaque; |
425 | + emc->regs[REG_TXDLSA] = 0xfffffffc; | 348 | + const uint32_t value = val64; |
426 | + emc->regs[REG_RXDLSA] = 0xfffffffc; | 349 | + |
427 | + emc->regs[REG_MIIDA] = 0x00900000; | 350 | + trace_stm32l4x5_usart_write(addr, value); |
428 | + emc->regs[REG_FFTCR] = 0x0101; | 351 | + |
429 | + emc->regs[REG_DMARFC] = 0x0800; | 352 | + switch (addr) { |
430 | + emc->regs[REG_MPCNT] = 0x7fff; | 353 | + case A_CR1: |
431 | + | 354 | + s->cr1 = value; |
432 | + emc->tx_active = false; | 355 | + return; |
433 | + emc->rx_active = false; | 356 | + case A_CR2: |
434 | +} | 357 | + s->cr2 = value; |
435 | + | 358 | + return; |
436 | +static void npcm7xx_emc_reset(DeviceState *dev) | 359 | + case A_CR3: |
437 | +{ | 360 | + s->cr3 = value; |
438 | + NPCM7xxEMCState *emc = NPCM7XX_EMC(dev); | 361 | + return; |
439 | + emc_reset(emc); | 362 | + case A_BRR: |
440 | +} | 363 | + s->brr = value; |
441 | + | 364 | + return; |
442 | +static void emc_soft_reset(NPCM7xxEMCState *emc) | 365 | + case A_GTPR: |
443 | +{ | 366 | + s->gtpr = value; |
444 | + /* | 367 | + return; |
445 | + * The docs say at least MCMDR.{LBK,OPMOD} bits are not changed during a | 368 | + case A_RTOR: |
446 | + * soft reset, but does not go into further detail. For now, KISS. | 369 | + s->rtor = value; |
447 | + */ | 370 | + return; |
448 | + uint32_t mcmdr = emc->regs[REG_MCMDR]; | 371 | + case A_RQR: |
449 | + emc_reset(emc); | 372 | + return; |
450 | + emc->regs[REG_MCMDR] = mcmdr & (REG_MCMDR_LBK | REG_MCMDR_OPMOD); | 373 | + case A_ISR: |
451 | + | 374 | + qemu_log_mask(LOG_GUEST_ERROR, |
452 | + qemu_set_irq(emc->tx_irq, 0); | 375 | + "%s: ISR is read only !\n", __func__); |
453 | + qemu_set_irq(emc->rx_irq, 0); | 376 | + return; |
454 | +} | 377 | + case A_ICR: |
455 | + | 378 | + /* Clear the status flags */ |
456 | +static void emc_set_link(NetClientState *nc) | 379 | + s->isr &= ~value; |
457 | +{ | 380 | + return; |
458 | + /* Nothing to do yet. */ | 381 | + case A_RDR: |
459 | +} | 382 | + qemu_log_mask(LOG_GUEST_ERROR, |
460 | + | 383 | + "%s: RDR is read only !\n", __func__); |
461 | +/* MISTA.TXINTR is the union of the individual bits with their enables. */ | 384 | + return; |
462 | +static void emc_update_mista_txintr(NPCM7xxEMCState *emc) | 385 | + case A_TDR: |
463 | +{ | 386 | + s->tdr = value; |
464 | + /* Only look at the bits we support. */ | 387 | + return; |
465 | + uint32_t mask = (REG_MISTA_TXBERR | | 388 | + default: |
466 | + REG_MISTA_TDU | | 389 | + qemu_log_mask(LOG_GUEST_ERROR, |
467 | + REG_MISTA_TXCP); | 390 | + "%s: Bad offset 0x%"HWADDR_PRIx"\n", __func__, addr); |
468 | + if (emc->regs[REG_MISTA] & emc->regs[REG_MIEN] & mask) { | ||
469 | + emc->regs[REG_MISTA] |= REG_MISTA_TXINTR; | ||
470 | + } else { | ||
471 | + emc->regs[REG_MISTA] &= ~REG_MISTA_TXINTR; | ||
472 | + } | 391 | + } |
473 | +} | 392 | +} |
474 | + | 393 | + |
475 | +/* MISTA.RXINTR is the union of the individual bits with their enables. */ | 394 | +static const MemoryRegionOps stm32l4x5_usart_base_ops = { |
476 | +static void emc_update_mista_rxintr(NPCM7xxEMCState *emc) | 395 | + .read = stm32l4x5_usart_base_read, |
477 | +{ | 396 | + .write = stm32l4x5_usart_base_write, |
478 | + /* Only look at the bits we support. */ | 397 | + .endianness = DEVICE_NATIVE_ENDIAN, |
479 | + uint32_t mask = (REG_MISTA_RXBERR | | ||
480 | + REG_MISTA_RDU | | ||
481 | + REG_MISTA_RXGD); | ||
482 | + if (emc->regs[REG_MISTA] & emc->regs[REG_MIEN] & mask) { | ||
483 | + emc->regs[REG_MISTA] |= REG_MISTA_RXINTR; | ||
484 | + } else { | ||
485 | + emc->regs[REG_MISTA] &= ~REG_MISTA_RXINTR; | ||
486 | + } | ||
487 | +} | ||
488 | + | ||
489 | +/* N.B. emc_update_mista_txintr must have already been called. */ | ||
490 | +static void emc_update_tx_irq(NPCM7xxEMCState *emc) | ||
491 | +{ | ||
492 | + int level = !!(emc->regs[REG_MISTA] & | ||
493 | + emc->regs[REG_MIEN] & | ||
494 | + REG_MISTA_TXINTR); | ||
495 | + trace_npcm7xx_emc_update_tx_irq(level); | ||
496 | + qemu_set_irq(emc->tx_irq, level); | ||
497 | +} | ||
498 | + | ||
499 | +/* N.B. emc_update_mista_rxintr must have already been called. */ | ||
500 | +static void emc_update_rx_irq(NPCM7xxEMCState *emc) | ||
501 | +{ | ||
502 | + int level = !!(emc->regs[REG_MISTA] & | ||
503 | + emc->regs[REG_MIEN] & | ||
504 | + REG_MISTA_RXINTR); | ||
505 | + trace_npcm7xx_emc_update_rx_irq(level); | ||
506 | + qemu_set_irq(emc->rx_irq, level); | ||
507 | +} | ||
508 | + | ||
509 | +/* Update IRQ states due to changes in MIEN,MISTA. */ | ||
510 | +static void emc_update_irq_from_reg_change(NPCM7xxEMCState *emc) | ||
511 | +{ | ||
512 | + emc_update_mista_txintr(emc); | ||
513 | + emc_update_tx_irq(emc); | ||
514 | + | ||
515 | + emc_update_mista_rxintr(emc); | ||
516 | + emc_update_rx_irq(emc); | ||
517 | +} | ||
518 | + | ||
519 | +static int emc_read_tx_desc(dma_addr_t addr, NPCM7xxEMCTxDesc *desc) | ||
520 | +{ | ||
521 | + if (dma_memory_read(&address_space_memory, addr, desc, sizeof(*desc))) { | ||
522 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: Failed to read descriptor @ 0x%" | ||
523 | + HWADDR_PRIx "\n", __func__, addr); | ||
524 | + return -1; | ||
525 | + } | ||
526 | + desc->flags = le32_to_cpu(desc->flags); | ||
527 | + desc->txbsa = le32_to_cpu(desc->txbsa); | ||
528 | + desc->status_and_length = le32_to_cpu(desc->status_and_length); | ||
529 | + desc->ntxdsa = le32_to_cpu(desc->ntxdsa); | ||
530 | + return 0; | ||
531 | +} | ||
532 | + | ||
533 | +static int emc_write_tx_desc(const NPCM7xxEMCTxDesc *desc, dma_addr_t addr) | ||
534 | +{ | ||
535 | + NPCM7xxEMCTxDesc le_desc; | ||
536 | + | ||
537 | + le_desc.flags = cpu_to_le32(desc->flags); | ||
538 | + le_desc.txbsa = cpu_to_le32(desc->txbsa); | ||
539 | + le_desc.status_and_length = cpu_to_le32(desc->status_and_length); | ||
540 | + le_desc.ntxdsa = cpu_to_le32(desc->ntxdsa); | ||
541 | + if (dma_memory_write(&address_space_memory, addr, &le_desc, | ||
542 | + sizeof(le_desc))) { | ||
543 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: Failed to write descriptor @ 0x%" | ||
544 | + HWADDR_PRIx "\n", __func__, addr); | ||
545 | + return -1; | ||
546 | + } | ||
547 | + return 0; | ||
548 | +} | ||
549 | + | ||
550 | +static int emc_read_rx_desc(dma_addr_t addr, NPCM7xxEMCRxDesc *desc) | ||
551 | +{ | ||
552 | + if (dma_memory_read(&address_space_memory, addr, desc, sizeof(*desc))) { | ||
553 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: Failed to read descriptor @ 0x%" | ||
554 | + HWADDR_PRIx "\n", __func__, addr); | ||
555 | + return -1; | ||
556 | + } | ||
557 | + desc->status_and_length = le32_to_cpu(desc->status_and_length); | ||
558 | + desc->rxbsa = le32_to_cpu(desc->rxbsa); | ||
559 | + desc->reserved = le32_to_cpu(desc->reserved); | ||
560 | + desc->nrxdsa = le32_to_cpu(desc->nrxdsa); | ||
561 | + return 0; | ||
562 | +} | ||
563 | + | ||
564 | +static int emc_write_rx_desc(const NPCM7xxEMCRxDesc *desc, dma_addr_t addr) | ||
565 | +{ | ||
566 | + NPCM7xxEMCRxDesc le_desc; | ||
567 | + | ||
568 | + le_desc.status_and_length = cpu_to_le32(desc->status_and_length); | ||
569 | + le_desc.rxbsa = cpu_to_le32(desc->rxbsa); | ||
570 | + le_desc.reserved = cpu_to_le32(desc->reserved); | ||
571 | + le_desc.nrxdsa = cpu_to_le32(desc->nrxdsa); | ||
572 | + if (dma_memory_write(&address_space_memory, addr, &le_desc, | ||
573 | + sizeof(le_desc))) { | ||
574 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: Failed to write descriptor @ 0x%" | ||
575 | + HWADDR_PRIx "\n", __func__, addr); | ||
576 | + return -1; | ||
577 | + } | ||
578 | + return 0; | ||
579 | +} | ||
580 | + | ||
581 | +static void emc_set_mista(NPCM7xxEMCState *emc, uint32_t flags) | ||
582 | +{ | ||
583 | + trace_npcm7xx_emc_set_mista(flags); | ||
584 | + emc->regs[REG_MISTA] |= flags; | ||
585 | + if (extract32(flags, 16, 16)) { | ||
586 | + emc_update_mista_txintr(emc); | ||
587 | + } | ||
588 | + if (extract32(flags, 0, 16)) { | ||
589 | + emc_update_mista_rxintr(emc); | ||
590 | + } | ||
591 | +} | ||
592 | + | ||
593 | +static void emc_halt_tx(NPCM7xxEMCState *emc, uint32_t mista_flag) | ||
594 | +{ | ||
595 | + emc->tx_active = false; | ||
596 | + emc_set_mista(emc, mista_flag); | ||
597 | +} | ||
598 | + | ||
599 | +static void emc_halt_rx(NPCM7xxEMCState *emc, uint32_t mista_flag) | ||
600 | +{ | ||
601 | + emc->rx_active = false; | ||
602 | + emc_set_mista(emc, mista_flag); | ||
603 | +} | ||
604 | + | ||
605 | +static void emc_set_next_tx_descriptor(NPCM7xxEMCState *emc, | ||
606 | + const NPCM7xxEMCTxDesc *tx_desc, | ||
607 | + uint32_t desc_addr) | ||
608 | +{ | ||
609 | + /* Update the current descriptor, if only to reset the owner flag. */ | ||
610 | + if (emc_write_tx_desc(tx_desc, desc_addr)) { | ||
611 | + /* | ||
612 | + * We just read it so this shouldn't generally happen. | ||
613 | + * Error already reported. | ||
614 | + */ | ||
615 | + emc_set_mista(emc, REG_MISTA_TXBERR); | ||
616 | + } | ||
617 | + emc->regs[REG_CTXDSA] = TX_DESC_NTXDSA(tx_desc->ntxdsa); | ||
618 | +} | ||
619 | + | ||
620 | +static void emc_set_next_rx_descriptor(NPCM7xxEMCState *emc, | ||
621 | + const NPCM7xxEMCRxDesc *rx_desc, | ||
622 | + uint32_t desc_addr) | ||
623 | +{ | ||
624 | + /* Update the current descriptor, if only to reset the owner flag. */ | ||
625 | + if (emc_write_rx_desc(rx_desc, desc_addr)) { | ||
626 | + /* | ||
627 | + * We just read it so this shouldn't generally happen. | ||
628 | + * Error already reported. | ||
629 | + */ | ||
630 | + emc_set_mista(emc, REG_MISTA_RXBERR); | ||
631 | + } | ||
632 | + emc->regs[REG_CRXDSA] = RX_DESC_NRXDSA(rx_desc->nrxdsa); | ||
633 | +} | ||
634 | + | ||
635 | +static void emc_try_send_next_packet(NPCM7xxEMCState *emc) | ||
636 | +{ | ||
637 | + /* Working buffer for sending out packets. Most packets fit in this. */ | ||
638 | +#define TX_BUFFER_SIZE 2048 | ||
639 | + uint8_t tx_send_buffer[TX_BUFFER_SIZE]; | ||
640 | + uint32_t desc_addr = TX_DESC_NTXDSA(emc->regs[REG_CTXDSA]); | ||
641 | + NPCM7xxEMCTxDesc tx_desc; | ||
642 | + uint32_t next_buf_addr, length; | ||
643 | + uint8_t *buf; | ||
644 | + g_autofree uint8_t *malloced_buf = NULL; | ||
645 | + | ||
646 | + if (emc_read_tx_desc(desc_addr, &tx_desc)) { | ||
647 | + /* Error reading descriptor, already reported. */ | ||
648 | + emc_halt_tx(emc, REG_MISTA_TXBERR); | ||
649 | + emc_update_tx_irq(emc); | ||
650 | + return; | ||
651 | + } | ||
652 | + | ||
653 | + /* Nothing we can do if we don't own the descriptor. */ | ||
654 | + if (!(tx_desc.flags & TX_DESC_FLAG_OWNER_MASK)) { | ||
655 | + trace_npcm7xx_emc_cpu_owned_desc(desc_addr); | ||
656 | + emc_halt_tx(emc, REG_MISTA_TDU); | ||
657 | + emc_update_tx_irq(emc); | ||
658 | + return; | ||
659 | + } | ||
660 | + | ||
661 | + /* Give the descriptor back regardless of what happens. */ | ||
662 | + tx_desc.flags &= ~TX_DESC_FLAG_OWNER_MASK; | ||
663 | + tx_desc.status_and_length &= 0xffff; | ||
664 | + | ||
665 | + /* | ||
666 | + * Despite the h/w documentation saying the tx buffer is word aligned, | ||
667 | + * the linux driver does not word align the buffer. There is value in not | ||
668 | + * aligning the buffer: See the description of NET_IP_ALIGN in linux | ||
669 | + * kernel sources. | ||
670 | + */ | ||
671 | + next_buf_addr = tx_desc.txbsa; | ||
672 | + emc->regs[REG_CTXBSA] = next_buf_addr; | ||
673 | + length = TX_DESC_PKT_LEN(tx_desc.status_and_length); | ||
674 | + buf = &tx_send_buffer[0]; | ||
675 | + | ||
676 | + if (length > sizeof(tx_send_buffer)) { | ||
677 | + malloced_buf = g_malloc(length); | ||
678 | + buf = malloced_buf; | ||
679 | + } | ||
680 | + | ||
681 | + if (dma_memory_read(&address_space_memory, next_buf_addr, buf, length)) { | ||
682 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: Failed to read packet @ 0x%x\n", | ||
683 | + __func__, next_buf_addr); | ||
684 | + emc_set_mista(emc, REG_MISTA_TXBERR); | ||
685 | + emc_set_next_tx_descriptor(emc, &tx_desc, desc_addr); | ||
686 | + emc_update_tx_irq(emc); | ||
687 | + trace_npcm7xx_emc_tx_done(emc->regs[REG_CTXDSA]); | ||
688 | + return; | ||
689 | + } | ||
690 | + | ||
691 | + if ((tx_desc.flags & TX_DESC_FLAG_PADEN) && (length < MIN_PACKET_LENGTH)) { | ||
692 | + memset(buf + length, 0, MIN_PACKET_LENGTH - length); | ||
693 | + length = MIN_PACKET_LENGTH; | ||
694 | + } | ||
695 | + | ||
696 | + /* N.B. emc_receive can get called here. */ | ||
697 | + qemu_send_packet(qemu_get_queue(emc->nic), buf, length); | ||
698 | + trace_npcm7xx_emc_sent_packet(length); | ||
699 | + | ||
700 | + tx_desc.status_and_length |= TX_DESC_STATUS_TXCP; | ||
701 | + if (tx_desc.flags & TX_DESC_FLAG_INTEN) { | ||
702 | + emc_set_mista(emc, REG_MISTA_TXCP); | ||
703 | + } | ||
704 | + if (emc->regs[REG_MISTA] & emc->regs[REG_MIEN] & REG_MISTA_TXINTR) { | ||
705 | + tx_desc.status_and_length |= TX_DESC_STATUS_TXINTR; | ||
706 | + } | ||
707 | + | ||
708 | + emc_set_next_tx_descriptor(emc, &tx_desc, desc_addr); | ||
709 | + emc_update_tx_irq(emc); | ||
710 | + trace_npcm7xx_emc_tx_done(emc->regs[REG_CTXDSA]); | ||
711 | +} | ||
712 | + | ||
713 | +static bool emc_can_receive(NetClientState *nc) | ||
714 | +{ | ||
715 | + NPCM7xxEMCState *emc = NPCM7XX_EMC(qemu_get_nic_opaque(nc)); | ||
716 | + | ||
717 | + bool can_receive = emc->rx_active; | ||
718 | + trace_npcm7xx_emc_can_receive(can_receive); | ||
719 | + return can_receive; | ||
720 | +} | ||
721 | + | ||
722 | +/* If result is false then *fail_reason contains the reason. */ | ||
723 | +static bool emc_receive_filter1(NPCM7xxEMCState *emc, const uint8_t *buf, | ||
724 | + size_t len, const char **fail_reason) | ||
725 | +{ | ||
726 | + eth_pkt_types_e pkt_type = get_eth_packet_type(PKT_GET_ETH_HDR(buf)); | ||
727 | + | ||
728 | + switch (pkt_type) { | ||
729 | + case ETH_PKT_BCAST: | ||
730 | + if (emc->regs[REG_CAMCMR] & REG_CAMCMR_CCAM) { | ||
731 | + return true; | ||
732 | + } else { | ||
733 | + *fail_reason = "Broadcast packet disabled"; | ||
734 | + return !!(emc->regs[REG_CAMCMR] & REG_CAMCMR_ABP); | ||
735 | + } | ||
736 | + case ETH_PKT_MCAST: | ||
737 | + if (emc->regs[REG_CAMCMR] & REG_CAMCMR_CCAM) { | ||
738 | + return true; | ||
739 | + } else { | ||
740 | + *fail_reason = "Multicast packet disabled"; | ||
741 | + return !!(emc->regs[REG_CAMCMR] & REG_CAMCMR_AMP); | ||
742 | + } | ||
743 | + case ETH_PKT_UCAST: { | ||
744 | + bool matches; | ||
745 | + if (emc->regs[REG_CAMCMR] & REG_CAMCMR_AUP) { | ||
746 | + return true; | ||
747 | + } | ||
748 | + matches = ((emc->regs[REG_CAMCMR] & REG_CAMCMR_ECMP) && | ||
749 | + /* We only support one CAM register, CAM0. */ | ||
750 | + (emc->regs[REG_CAMEN] & (1 << 0)) && | ||
751 | + memcmp(buf, emc->conf.macaddr.a, ETH_ALEN) == 0); | ||
752 | + if (emc->regs[REG_CAMCMR] & REG_CAMCMR_CCAM) { | ||
753 | + *fail_reason = "MACADDR matched, comparison complemented"; | ||
754 | + return !matches; | ||
755 | + } else { | ||
756 | + *fail_reason = "MACADDR didn't match"; | ||
757 | + return matches; | ||
758 | + } | ||
759 | + } | ||
760 | + default: | ||
761 | + g_assert_not_reached(); | ||
762 | + } | ||
763 | +} | ||
764 | + | ||
765 | +static bool emc_receive_filter(NPCM7xxEMCState *emc, const uint8_t *buf, | ||
766 | + size_t len) | ||
767 | +{ | ||
768 | + const char *fail_reason = NULL; | ||
769 | + bool ok = emc_receive_filter1(emc, buf, len, &fail_reason); | ||
770 | + if (!ok) { | ||
771 | + trace_npcm7xx_emc_packet_filtered_out(fail_reason); | ||
772 | + } | ||
773 | + return ok; | ||
774 | +} | ||
775 | + | ||
776 | +static ssize_t emc_receive(NetClientState *nc, const uint8_t *buf, size_t len1) | ||
777 | +{ | ||
778 | + NPCM7xxEMCState *emc = NPCM7XX_EMC(qemu_get_nic_opaque(nc)); | ||
779 | + const uint32_t len = len1; | ||
780 | + size_t max_frame_len; | ||
781 | + bool long_frame; | ||
782 | + uint32_t desc_addr; | ||
783 | + NPCM7xxEMCRxDesc rx_desc; | ||
784 | + uint32_t crc; | ||
785 | + uint8_t *crc_ptr; | ||
786 | + uint32_t buf_addr; | ||
787 | + | ||
788 | + trace_npcm7xx_emc_receiving_packet(len); | ||
789 | + | ||
790 | + if (!emc_can_receive(nc)) { | ||
791 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: Unexpected packet\n", __func__); | ||
792 | + return -1; | ||
793 | + } | ||
794 | + | ||
795 | + if (len < ETH_HLEN || | ||
796 | + /* Defensive programming: drop unsupportable large packets. */ | ||
797 | + len > 0xffff - CRC_LENGTH) { | ||
798 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: Dropped frame of %u bytes\n", | ||
799 | + __func__, len); | ||
800 | + return len; | ||
801 | + } | ||
802 | + | ||
803 | + /* | ||
804 | + * DENI is set if EMC received the Length/Type field of the incoming | ||
805 | + * packet, so it will be set regardless of what happens next. | ||
806 | + */ | ||
807 | + emc_set_mista(emc, REG_MISTA_DENI); | ||
808 | + | ||
809 | + if (!emc_receive_filter(emc, buf, len)) { | ||
810 | + emc_update_rx_irq(emc); | ||
811 | + return len; | ||
812 | + } | ||
813 | + | ||
814 | + /* Huge frames (> DMARFC) are dropped. */ | ||
815 | + max_frame_len = REG_DMARFC_RXMS(emc->regs[REG_DMARFC]); | ||
816 | + if (len + CRC_LENGTH > max_frame_len) { | ||
817 | + trace_npcm7xx_emc_packet_dropped(len); | ||
818 | + emc_set_mista(emc, REG_MISTA_DFOI); | ||
819 | + emc_update_rx_irq(emc); | ||
820 | + return len; | ||
821 | + } | ||
822 | + | ||
823 | + /* | ||
824 | + * Long Frames (> MAX_ETH_FRAME_SIZE) are also dropped, unless MCMDR.ALP | ||
825 | + * is set. | ||
826 | + */ | ||
827 | + long_frame = false; | ||
828 | + if (len + CRC_LENGTH > MAX_ETH_FRAME_SIZE) { | ||
829 | + if (emc->regs[REG_MCMDR] & REG_MCMDR_ALP) { | ||
830 | + long_frame = true; | ||
831 | + } else { | ||
832 | + trace_npcm7xx_emc_packet_dropped(len); | ||
833 | + emc_set_mista(emc, REG_MISTA_PTLE); | ||
834 | + emc_update_rx_irq(emc); | ||
835 | + return len; | ||
836 | + } | ||
837 | + } | ||
838 | + | ||
839 | + desc_addr = RX_DESC_NRXDSA(emc->regs[REG_CRXDSA]); | ||
840 | + if (emc_read_rx_desc(desc_addr, &rx_desc)) { | ||
841 | + /* Error reading descriptor, already reported. */ | ||
842 | + emc_halt_rx(emc, REG_MISTA_RXBERR); | ||
843 | + emc_update_rx_irq(emc); | ||
844 | + return len; | ||
845 | + } | ||
846 | + | ||
847 | + /* Nothing we can do if we don't own the descriptor. */ | ||
848 | + if (!(rx_desc.status_and_length & RX_DESC_STATUS_OWNER_MASK)) { | ||
849 | + trace_npcm7xx_emc_cpu_owned_desc(desc_addr); | ||
850 | + emc_halt_rx(emc, REG_MISTA_RDU); | ||
851 | + emc_update_rx_irq(emc); | ||
852 | + return len; | ||
853 | + } | ||
854 | + | ||
855 | + crc = 0; | ||
856 | + crc_ptr = (uint8_t *) &crc; | ||
857 | + if (!(emc->regs[REG_MCMDR] & REG_MCMDR_SPCRC)) { | ||
858 | + crc = cpu_to_be32(crc32(~0, buf, len)); | ||
859 | + } | ||
860 | + | ||
861 | + /* Give the descriptor back regardless of what happens. */ | ||
862 | + rx_desc.status_and_length &= ~RX_DESC_STATUS_OWNER_MASK; | ||
863 | + | ||
864 | + buf_addr = rx_desc.rxbsa; | ||
865 | + emc->regs[REG_CRXBSA] = buf_addr; | ||
866 | + if (dma_memory_write(&address_space_memory, buf_addr, buf, len) || | ||
867 | + (!(emc->regs[REG_MCMDR] & REG_MCMDR_SPCRC) && | ||
868 | + dma_memory_write(&address_space_memory, buf_addr + len, crc_ptr, | ||
869 | + 4))) { | ||
870 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: Bus error writing packet\n", | ||
871 | + __func__); | ||
872 | + emc_set_mista(emc, REG_MISTA_RXBERR); | ||
873 | + emc_set_next_rx_descriptor(emc, &rx_desc, desc_addr); | ||
874 | + emc_update_rx_irq(emc); | ||
875 | + trace_npcm7xx_emc_rx_done(emc->regs[REG_CRXDSA]); | ||
876 | + return len; | ||
877 | + } | ||
878 | + | ||
879 | + trace_npcm7xx_emc_received_packet(len); | ||
880 | + | ||
881 | + /* Note: We've already verified len+4 <= 0xffff. */ | ||
882 | + rx_desc.status_and_length = len; | ||
883 | + if (!(emc->regs[REG_MCMDR] & REG_MCMDR_SPCRC)) { | ||
884 | + rx_desc.status_and_length += 4; | ||
885 | + } | ||
886 | + rx_desc.status_and_length |= RX_DESC_STATUS_RXGD; | ||
887 | + emc_set_mista(emc, REG_MISTA_RXGD); | ||
888 | + | ||
889 | + if (emc->regs[REG_MISTA] & emc->regs[REG_MIEN] & REG_MISTA_RXINTR) { | ||
890 | + rx_desc.status_and_length |= RX_DESC_STATUS_RXINTR; | ||
891 | + } | ||
892 | + if (long_frame) { | ||
893 | + rx_desc.status_and_length |= RX_DESC_STATUS_PTLE; | ||
894 | + } | ||
895 | + | ||
896 | + emc_set_next_rx_descriptor(emc, &rx_desc, desc_addr); | ||
897 | + emc_update_rx_irq(emc); | ||
898 | + trace_npcm7xx_emc_rx_done(emc->regs[REG_CRXDSA]); | ||
899 | + return len; | ||
900 | +} | ||
901 | + | ||
902 | +static void emc_try_receive_next_packet(NPCM7xxEMCState *emc) | ||
903 | +{ | ||
904 | + if (emc_can_receive(qemu_get_queue(emc->nic))) { | ||
905 | + qemu_flush_queued_packets(qemu_get_queue(emc->nic)); | ||
906 | + } | ||
907 | +} | ||
908 | + | ||
909 | +static uint64_t npcm7xx_emc_read(void *opaque, hwaddr offset, unsigned size) | ||
910 | +{ | ||
911 | + NPCM7xxEMCState *emc = opaque; | ||
912 | + uint32_t reg = offset / sizeof(uint32_t); | ||
913 | + uint32_t result; | ||
914 | + | ||
915 | + if (reg >= NPCM7XX_NUM_EMC_REGS) { | ||
916 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
917 | + "%s: Invalid offset 0x%04" HWADDR_PRIx "\n", | ||
918 | + __func__, offset); | ||
919 | + return 0; | ||
920 | + } | ||
921 | + | ||
922 | + switch (reg) { | ||
923 | + case REG_MIID: | ||
924 | + /* | ||
925 | + * We don't implement MII. For determinism, always return zero as | ||
926 | + * writes record the last value written for debugging purposes. | ||
927 | + */ | ||
928 | + qemu_log_mask(LOG_UNIMP, "%s: Read of MIID, returning 0\n", __func__); | ||
929 | + result = 0; | ||
930 | + break; | ||
931 | + case REG_TSDR: | ||
932 | + case REG_RSDR: | ||
933 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
934 | + "%s: Read of write-only reg, %s/%d\n", | ||
935 | + __func__, emc_reg_name(reg), reg); | ||
936 | + return 0; | ||
937 | + default: | ||
938 | + result = emc->regs[reg]; | ||
939 | + break; | ||
940 | + } | ||
941 | + | ||
942 | + trace_npcm7xx_emc_reg_read(emc->emc_num, result, emc_reg_name(reg), reg); | ||
943 | + return result; | ||
944 | +} | ||
945 | + | ||
946 | +static void npcm7xx_emc_write(void *opaque, hwaddr offset, | ||
947 | + uint64_t v, unsigned size) | ||
948 | +{ | ||
949 | + NPCM7xxEMCState *emc = opaque; | ||
950 | + uint32_t reg = offset / sizeof(uint32_t); | ||
951 | + uint32_t value = v; | ||
952 | + | ||
953 | + g_assert(size == sizeof(uint32_t)); | ||
954 | + | ||
955 | + if (reg >= NPCM7XX_NUM_EMC_REGS) { | ||
956 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
957 | + "%s: Invalid offset 0x%04" HWADDR_PRIx "\n", | ||
958 | + __func__, offset); | ||
959 | + return; | ||
960 | + } | ||
961 | + | ||
962 | + trace_npcm7xx_emc_reg_write(emc->emc_num, emc_reg_name(reg), reg, value); | ||
963 | + | ||
964 | + switch (reg) { | ||
965 | + case REG_CAMCMR: | ||
966 | + emc->regs[reg] = value; | ||
967 | + break; | ||
968 | + case REG_CAMEN: | ||
969 | + /* Only CAM0 is supported, don't pretend otherwise. */ | ||
970 | + if (value & ~1) { | ||
971 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
972 | + "%s: Only CAM0 is supported, cannot enable others" | ||
973 | + ": 0x%x\n", | ||
974 | + __func__, value); | ||
975 | + } | ||
976 | + emc->regs[reg] = value & 1; | ||
977 | + break; | ||
978 | + case REG_CAMM_BASE + 0: | ||
979 | + emc->regs[reg] = value; | ||
980 | + emc->conf.macaddr.a[0] = value >> 24; | ||
981 | + emc->conf.macaddr.a[1] = value >> 16; | ||
982 | + emc->conf.macaddr.a[2] = value >> 8; | ||
983 | + emc->conf.macaddr.a[3] = value >> 0; | ||
984 | + break; | ||
985 | + case REG_CAML_BASE + 0: | ||
986 | + emc->regs[reg] = value; | ||
987 | + emc->conf.macaddr.a[4] = value >> 24; | ||
988 | + emc->conf.macaddr.a[5] = value >> 16; | ||
989 | + break; | ||
990 | + case REG_MCMDR: { | ||
991 | + uint32_t prev; | ||
992 | + if (value & REG_MCMDR_SWR) { | ||
993 | + emc_soft_reset(emc); | ||
994 | + /* On h/w the reset happens over multiple cycles. For now KISS. */ | ||
995 | + break; | ||
996 | + } | ||
997 | + prev = emc->regs[reg]; | ||
998 | + emc->regs[reg] = value; | ||
999 | + /* Update tx state. */ | ||
1000 | + if (!(prev & REG_MCMDR_TXON) && | ||
1001 | + (value & REG_MCMDR_TXON)) { | ||
1002 | + emc->regs[REG_CTXDSA] = emc->regs[REG_TXDLSA]; | ||
1003 | + /* | ||
1004 | + * Linux kernel turns TX on with CPU still holding descriptor, | ||
1005 | + * which suggests we should wait for a write to TSDR before trying | ||
1006 | + * to send a packet: so we don't send one here. | ||
1007 | + */ | ||
1008 | + } else if ((prev & REG_MCMDR_TXON) && | ||
1009 | + !(value & REG_MCMDR_TXON)) { | ||
1010 | + emc->regs[REG_MGSTA] |= REG_MGSTA_TXHA; | ||
1011 | + } | ||
1012 | + if (!(value & REG_MCMDR_TXON)) { | ||
1013 | + emc_halt_tx(emc, 0); | ||
1014 | + } | ||
1015 | + /* Update rx state. */ | ||
1016 | + if (!(prev & REG_MCMDR_RXON) && | ||
1017 | + (value & REG_MCMDR_RXON)) { | ||
1018 | + emc->regs[REG_CRXDSA] = emc->regs[REG_RXDLSA]; | ||
1019 | + } else if ((prev & REG_MCMDR_RXON) && | ||
1020 | + !(value & REG_MCMDR_RXON)) { | ||
1021 | + emc->regs[REG_MGSTA] |= REG_MGSTA_RXHA; | ||
1022 | + } | ||
1023 | + if (!(value & REG_MCMDR_RXON)) { | ||
1024 | + emc_halt_rx(emc, 0); | ||
1025 | + } | ||
1026 | + break; | ||
1027 | + } | ||
1028 | + case REG_TXDLSA: | ||
1029 | + case REG_RXDLSA: | ||
1030 | + case REG_DMARFC: | ||
1031 | + case REG_MIID: | ||
1032 | + emc->regs[reg] = value; | ||
1033 | + break; | ||
1034 | + case REG_MIEN: | ||
1035 | + emc->regs[reg] = value; | ||
1036 | + emc_update_irq_from_reg_change(emc); | ||
1037 | + break; | ||
1038 | + case REG_MISTA: | ||
1039 | + /* Clear the bits that have 1 in "value". */ | ||
1040 | + emc->regs[reg] &= ~value; | ||
1041 | + emc_update_irq_from_reg_change(emc); | ||
1042 | + break; | ||
1043 | + case REG_MGSTA: | ||
1044 | + /* Clear the bits that have 1 in "value". */ | ||
1045 | + emc->regs[reg] &= ~value; | ||
1046 | + break; | ||
1047 | + case REG_TSDR: | ||
1048 | + if (emc->regs[REG_MCMDR] & REG_MCMDR_TXON) { | ||
1049 | + emc->tx_active = true; | ||
1050 | + /* Keep trying to send packets until we run out. */ | ||
1051 | + while (emc->tx_active) { | ||
1052 | + emc_try_send_next_packet(emc); | ||
1053 | + } | ||
1054 | + } | ||
1055 | + break; | ||
1056 | + case REG_RSDR: | ||
1057 | + if (emc->regs[REG_MCMDR] & REG_MCMDR_RXON) { | ||
1058 | + emc->rx_active = true; | ||
1059 | + emc_try_receive_next_packet(emc); | ||
1060 | + } | ||
1061 | + break; | ||
1062 | + case REG_MIIDA: | ||
1063 | + emc->regs[reg] = value & ~REG_MIIDA_BUSY; | ||
1064 | + break; | ||
1065 | + case REG_MRPC: | ||
1066 | + case REG_MRPCC: | ||
1067 | + case REG_MREPC: | ||
1068 | + case REG_CTXDSA: | ||
1069 | + case REG_CTXBSA: | ||
1070 | + case REG_CRXDSA: | ||
1071 | + case REG_CRXBSA: | ||
1072 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
1073 | + "%s: Write to read-only reg %s/%d\n", | ||
1074 | + __func__, emc_reg_name(reg), reg); | ||
1075 | + break; | ||
1076 | + default: | ||
1077 | + qemu_log_mask(LOG_UNIMP, "%s: Write to unimplemented reg %s/%d\n", | ||
1078 | + __func__, emc_reg_name(reg), reg); | ||
1079 | + break; | ||
1080 | + } | ||
1081 | +} | ||
1082 | + | ||
1083 | +static const struct MemoryRegionOps npcm7xx_emc_ops = { | ||
1084 | + .read = npcm7xx_emc_read, | ||
1085 | + .write = npcm7xx_emc_write, | ||
1086 | + .endianness = DEVICE_LITTLE_ENDIAN, | ||
1087 | + .valid = { | 398 | + .valid = { |
399 | + .max_access_size = 4, | ||
1088 | + .min_access_size = 4, | 400 | + .min_access_size = 4, |
401 | + .unaligned = false | ||
402 | + }, | ||
403 | + .impl = { | ||
1089 | + .max_access_size = 4, | 404 | + .max_access_size = 4, |
1090 | + .unaligned = false, | 405 | + .min_access_size = 4, |
406 | + .unaligned = false | ||
1091 | + }, | 407 | + }, |
1092 | +}; | 408 | +}; |
1093 | + | 409 | + |
1094 | +static void emc_cleanup(NetClientState *nc) | 410 | +static Property stm32l4x5_usart_base_properties[] = { |
1095 | +{ | 411 | + DEFINE_PROP_CHR("chardev", Stm32l4x5UsartBaseState, chr), |
1096 | + /* Nothing to do yet. */ | ||
1097 | +} | ||
1098 | + | ||
1099 | +static NetClientInfo net_npcm7xx_emc_info = { | ||
1100 | + .type = NET_CLIENT_DRIVER_NIC, | ||
1101 | + .size = sizeof(NICState), | ||
1102 | + .can_receive = emc_can_receive, | ||
1103 | + .receive = emc_receive, | ||
1104 | + .cleanup = emc_cleanup, | ||
1105 | + .link_status_changed = emc_set_link, | ||
1106 | +}; | ||
1107 | + | ||
1108 | +static void npcm7xx_emc_realize(DeviceState *dev, Error **errp) | ||
1109 | +{ | ||
1110 | + NPCM7xxEMCState *emc = NPCM7XX_EMC(dev); | ||
1111 | + SysBusDevice *sbd = SYS_BUS_DEVICE(emc); | ||
1112 | + | ||
1113 | + memory_region_init_io(&emc->iomem, OBJECT(emc), &npcm7xx_emc_ops, emc, | ||
1114 | + TYPE_NPCM7XX_EMC, 4 * KiB); | ||
1115 | + sysbus_init_mmio(sbd, &emc->iomem); | ||
1116 | + sysbus_init_irq(sbd, &emc->tx_irq); | ||
1117 | + sysbus_init_irq(sbd, &emc->rx_irq); | ||
1118 | + | ||
1119 | + qemu_macaddr_default_if_unset(&emc->conf.macaddr); | ||
1120 | + emc->nic = qemu_new_nic(&net_npcm7xx_emc_info, &emc->conf, | ||
1121 | + object_get_typename(OBJECT(dev)), dev->id, emc); | ||
1122 | + qemu_format_nic_info_str(qemu_get_queue(emc->nic), emc->conf.macaddr.a); | ||
1123 | +} | ||
1124 | + | ||
1125 | +static void npcm7xx_emc_unrealize(DeviceState *dev) | ||
1126 | +{ | ||
1127 | + NPCM7xxEMCState *emc = NPCM7XX_EMC(dev); | ||
1128 | + | ||
1129 | + qemu_del_nic(emc->nic); | ||
1130 | +} | ||
1131 | + | ||
1132 | +static const VMStateDescription vmstate_npcm7xx_emc = { | ||
1133 | + .name = TYPE_NPCM7XX_EMC, | ||
1134 | + .version_id = 0, | ||
1135 | + .minimum_version_id = 0, | ||
1136 | + .fields = (VMStateField[]) { | ||
1137 | + VMSTATE_UINT8(emc_num, NPCM7xxEMCState), | ||
1138 | + VMSTATE_UINT32_ARRAY(regs, NPCM7xxEMCState, NPCM7XX_NUM_EMC_REGS), | ||
1139 | + VMSTATE_BOOL(tx_active, NPCM7xxEMCState), | ||
1140 | + VMSTATE_BOOL(rx_active, NPCM7xxEMCState), | ||
1141 | + VMSTATE_END_OF_LIST(), | ||
1142 | + }, | ||
1143 | +}; | ||
1144 | + | ||
1145 | +static Property npcm7xx_emc_properties[] = { | ||
1146 | + DEFINE_NIC_PROPERTIES(NPCM7xxEMCState, conf), | ||
1147 | + DEFINE_PROP_END_OF_LIST(), | 412 | + DEFINE_PROP_END_OF_LIST(), |
1148 | +}; | 413 | +}; |
1149 | + | 414 | + |
1150 | +static void npcm7xx_emc_class_init(ObjectClass *klass, void *data) | 415 | +static void stm32l4x5_usart_base_init(Object *obj) |
416 | +{ | ||
417 | + Stm32l4x5UsartBaseState *s = STM32L4X5_USART_BASE(obj); | ||
418 | + | ||
419 | + sysbus_init_irq(SYS_BUS_DEVICE(obj), &s->irq); | ||
420 | + | ||
421 | + memory_region_init_io(&s->mmio, obj, &stm32l4x5_usart_base_ops, s, | ||
422 | + TYPE_STM32L4X5_USART_BASE, 0x400); | ||
423 | + sysbus_init_mmio(SYS_BUS_DEVICE(obj), &s->mmio); | ||
424 | + | ||
425 | + s->clk = qdev_init_clock_in(DEVICE(s), "clk", NULL, s, 0); | ||
426 | +} | ||
427 | + | ||
428 | +static const VMStateDescription vmstate_stm32l4x5_usart_base = { | ||
429 | + .name = TYPE_STM32L4X5_USART_BASE, | ||
430 | + .version_id = 1, | ||
431 | + .minimum_version_id = 1, | ||
432 | + .fields = (VMStateField[]) { | ||
433 | + VMSTATE_UINT32(cr1, Stm32l4x5UsartBaseState), | ||
434 | + VMSTATE_UINT32(cr2, Stm32l4x5UsartBaseState), | ||
435 | + VMSTATE_UINT32(cr3, Stm32l4x5UsartBaseState), | ||
436 | + VMSTATE_UINT32(brr, Stm32l4x5UsartBaseState), | ||
437 | + VMSTATE_UINT32(gtpr, Stm32l4x5UsartBaseState), | ||
438 | + VMSTATE_UINT32(rtor, Stm32l4x5UsartBaseState), | ||
439 | + VMSTATE_UINT32(isr, Stm32l4x5UsartBaseState), | ||
440 | + VMSTATE_UINT32(rdr, Stm32l4x5UsartBaseState), | ||
441 | + VMSTATE_UINT32(tdr, Stm32l4x5UsartBaseState), | ||
442 | + VMSTATE_CLOCK(clk, Stm32l4x5UsartBaseState), | ||
443 | + VMSTATE_END_OF_LIST() | ||
444 | + } | ||
445 | +}; | ||
446 | + | ||
447 | + | ||
448 | +static void stm32l4x5_usart_base_realize(DeviceState *dev, Error **errp) | ||
449 | +{ | ||
450 | + ERRP_GUARD(); | ||
451 | + Stm32l4x5UsartBaseState *s = STM32L4X5_USART_BASE(dev); | ||
452 | + if (!clock_has_source(s->clk)) { | ||
453 | + error_setg(errp, "USART clock must be wired up by SoC code"); | ||
454 | + return; | ||
455 | + } | ||
456 | +} | ||
457 | + | ||
458 | +static void stm32l4x5_usart_base_class_init(ObjectClass *klass, void *data) | ||
1151 | +{ | 459 | +{ |
1152 | + DeviceClass *dc = DEVICE_CLASS(klass); | 460 | + DeviceClass *dc = DEVICE_CLASS(klass); |
1153 | + | 461 | + ResettableClass *rc = RESETTABLE_CLASS(klass); |
1154 | + set_bit(DEVICE_CATEGORY_NETWORK, dc->categories); | 462 | + |
1155 | + dc->desc = "NPCM7xx EMC Controller"; | 463 | + rc->phases.hold = stm32l4x5_usart_base_reset_hold; |
1156 | + dc->realize = npcm7xx_emc_realize; | 464 | + device_class_set_props(dc, stm32l4x5_usart_base_properties); |
1157 | + dc->unrealize = npcm7xx_emc_unrealize; | 465 | + dc->realize = stm32l4x5_usart_base_realize; |
1158 | + dc->reset = npcm7xx_emc_reset; | 466 | + dc->vmsd = &vmstate_stm32l4x5_usart_base; |
1159 | + dc->vmsd = &vmstate_npcm7xx_emc; | 467 | +} |
1160 | + device_class_set_props(dc, npcm7xx_emc_properties); | 468 | + |
1161 | +} | 469 | +static void stm32l4x5_usart_class_init(ObjectClass *oc, void *data) |
1162 | + | 470 | +{ |
1163 | +static const TypeInfo npcm7xx_emc_info = { | 471 | + Stm32l4x5UsartBaseClass *subc = STM32L4X5_USART_BASE_CLASS(oc); |
1164 | + .name = TYPE_NPCM7XX_EMC, | 472 | + |
1165 | + .parent = TYPE_SYS_BUS_DEVICE, | 473 | + subc->type = STM32L4x5_USART; |
1166 | + .instance_size = sizeof(NPCM7xxEMCState), | 474 | +} |
1167 | + .class_init = npcm7xx_emc_class_init, | 475 | + |
476 | +static void stm32l4x5_uart_class_init(ObjectClass *oc, void *data) | ||
477 | +{ | ||
478 | + Stm32l4x5UsartBaseClass *subc = STM32L4X5_USART_BASE_CLASS(oc); | ||
479 | + | ||
480 | + subc->type = STM32L4x5_UART; | ||
481 | +} | ||
482 | + | ||
483 | +static void stm32l4x5_lpuart_class_init(ObjectClass *oc, void *data) | ||
484 | +{ | ||
485 | + Stm32l4x5UsartBaseClass *subc = STM32L4X5_USART_BASE_CLASS(oc); | ||
486 | + | ||
487 | + subc->type = STM32L4x5_LPUART; | ||
488 | +} | ||
489 | + | ||
490 | +static const TypeInfo stm32l4x5_usart_types[] = { | ||
491 | + { | ||
492 | + .name = TYPE_STM32L4X5_USART_BASE, | ||
493 | + .parent = TYPE_SYS_BUS_DEVICE, | ||
494 | + .instance_size = sizeof(Stm32l4x5UsartBaseState), | ||
495 | + .instance_init = stm32l4x5_usart_base_init, | ||
496 | + .class_init = stm32l4x5_usart_base_class_init, | ||
497 | + .abstract = true, | ||
498 | + }, { | ||
499 | + .name = TYPE_STM32L4X5_USART, | ||
500 | + .parent = TYPE_STM32L4X5_USART_BASE, | ||
501 | + .class_init = stm32l4x5_usart_class_init, | ||
502 | + }, { | ||
503 | + .name = TYPE_STM32L4X5_UART, | ||
504 | + .parent = TYPE_STM32L4X5_USART_BASE, | ||
505 | + .class_init = stm32l4x5_uart_class_init, | ||
506 | + }, { | ||
507 | + .name = TYPE_STM32L4X5_LPUART, | ||
508 | + .parent = TYPE_STM32L4X5_USART_BASE, | ||
509 | + .class_init = stm32l4x5_lpuart_class_init, | ||
510 | + } | ||
1168 | +}; | 511 | +}; |
1169 | + | 512 | + |
1170 | +static void npcm7xx_emc_register_type(void) | 513 | +DEFINE_TYPES(stm32l4x5_usart_types) |
1171 | +{ | 514 | diff --git a/hw/char/Kconfig b/hw/char/Kconfig |
1172 | + type_register_static(&npcm7xx_emc_info); | ||
1173 | +} | ||
1174 | + | ||
1175 | +type_init(npcm7xx_emc_register_type) | ||
1176 | diff --git a/hw/net/meson.build b/hw/net/meson.build | ||
1177 | index XXXXXXX..XXXXXXX 100644 | 515 | index XXXXXXX..XXXXXXX 100644 |
1178 | --- a/hw/net/meson.build | 516 | --- a/hw/char/Kconfig |
1179 | +++ b/hw/net/meson.build | 517 | +++ b/hw/char/Kconfig |
1180 | @@ -XXX,XX +XXX,XX @@ softmmu_ss.add(when: 'CONFIG_I82596_COMMON', if_true: files('i82596.c')) | 518 | @@ -XXX,XX +XXX,XX @@ config VIRTIO_SERIAL |
1181 | softmmu_ss.add(when: 'CONFIG_SUNHME', if_true: files('sunhme.c')) | 519 | config STM32F2XX_USART |
1182 | softmmu_ss.add(when: 'CONFIG_FTGMAC100', if_true: files('ftgmac100.c')) | 520 | bool |
1183 | softmmu_ss.add(when: 'CONFIG_SUNGEM', if_true: files('sungem.c')) | 521 | |
1184 | +softmmu_ss.add(when: 'CONFIG_NPCM7XX', if_true: files('npcm7xx_emc.c')) | 522 | +config STM32L4X5_USART |
1185 | 523 | + bool | |
1186 | softmmu_ss.add(when: 'CONFIG_ETRAXFS', if_true: files('etraxfs_eth.c')) | 524 | + |
1187 | softmmu_ss.add(when: 'CONFIG_COLDFIRE', if_true: files('mcf_fec.c')) | 525 | config CMSDK_APB_UART |
1188 | diff --git a/hw/net/trace-events b/hw/net/trace-events | 526 | bool |
527 | |||
528 | diff --git a/hw/char/meson.build b/hw/char/meson.build | ||
1189 | index XXXXXXX..XXXXXXX 100644 | 529 | index XXXXXXX..XXXXXXX 100644 |
1190 | --- a/hw/net/trace-events | 530 | --- a/hw/char/meson.build |
1191 | +++ b/hw/net/trace-events | 531 | +++ b/hw/char/meson.build |
1192 | @@ -XXX,XX +XXX,XX @@ imx_fec_receive_last(int last) "rx frame flags 0x%04x" | 532 | @@ -XXX,XX +XXX,XX @@ system_ss.add(when: 'CONFIG_RENESAS_SCI', if_true: files('renesas_sci.c')) |
1193 | imx_enet_receive(size_t size) "len %zu" | 533 | system_ss.add(when: 'CONFIG_SIFIVE_UART', if_true: files('sifive_uart.c')) |
1194 | imx_enet_receive_len(uint64_t addr, int len) "rx_bd 0x%"PRIx64" length %d" | 534 | system_ss.add(when: 'CONFIG_SH_SCI', if_true: files('sh_serial.c')) |
1195 | imx_enet_receive_last(int last) "rx frame flags 0x%04x" | 535 | system_ss.add(when: 'CONFIG_STM32F2XX_USART', if_true: files('stm32f2xx_usart.c')) |
1196 | + | 536 | +system_ss.add(when: 'CONFIG_STM32L4X5_USART', if_true: files('stm32l4x5_usart.c')) |
1197 | +# npcm7xx_emc.c | 537 | system_ss.add(when: 'CONFIG_MCHP_PFSOC_MMUART', if_true: files('mchp_pfsoc_mmuart.c')) |
1198 | +npcm7xx_emc_reset(int emc_num) "Resetting emc%d" | 538 | system_ss.add(when: 'CONFIG_HTIF', if_true: files('riscv_htif.c')) |
1199 | +npcm7xx_emc_update_tx_irq(int level) "Setting tx irq to %d" | 539 | system_ss.add(when: 'CONFIG_GOLDFISH_TTY', if_true: files('goldfish_tty.c')) |
1200 | +npcm7xx_emc_update_rx_irq(int level) "Setting rx irq to %d" | 540 | diff --git a/hw/char/trace-events b/hw/char/trace-events |
1201 | +npcm7xx_emc_set_mista(uint32_t flags) "ORing 0x%x into MISTA" | 541 | index XXXXXXX..XXXXXXX 100644 |
1202 | +npcm7xx_emc_cpu_owned_desc(uint32_t addr) "Can't process cpu-owned descriptor @0x%x" | 542 | --- a/hw/char/trace-events |
1203 | +npcm7xx_emc_sent_packet(uint32_t len) "Sent %u byte packet" | 543 | +++ b/hw/char/trace-events |
1204 | +npcm7xx_emc_tx_done(uint32_t ctxdsa) "TX done, CTXDSA=0x%x" | 544 | @@ -XXX,XX +XXX,XX @@ cadence_uart_baudrate(unsigned baudrate) "baudrate %u" |
1205 | +npcm7xx_emc_can_receive(int can_receive) "Can receive: %d" | 545 | sh_serial_read(char *id, unsigned size, uint64_t offs, uint64_t val) " %s size %d offs 0x%02" PRIx64 " -> 0x%02" PRIx64 |
1206 | +npcm7xx_emc_packet_filtered_out(const char* fail_reason) "Packet filtered out: %s" | 546 | sh_serial_write(char *id, unsigned size, uint64_t offs, uint64_t val) "%s size %d offs 0x%02" PRIx64 " <- 0x%02" PRIx64 |
1207 | +npcm7xx_emc_packet_dropped(uint32_t len) "%u byte packet dropped" | 547 | |
1208 | +npcm7xx_emc_receiving_packet(uint32_t len) "Receiving %u byte packet" | 548 | +# stm32l4x5_usart.c |
1209 | +npcm7xx_emc_received_packet(uint32_t len) "Received %u byte packet" | 549 | +stm32l4x5_usart_read(uint64_t addr, uint32_t data) "USART: Read <0x%" PRIx64 "> -> 0x%" PRIx32 "" |
1210 | +npcm7xx_emc_rx_done(uint32_t crxdsa) "RX done, CRXDSA=0x%x" | 550 | +stm32l4x5_usart_write(uint64_t addr, uint32_t data) "USART: Write <0x%" PRIx64 "> <- 0x%" PRIx32 "" |
1211 | +npcm7xx_emc_reg_read(int emc_num, uint32_t result, const char *name, int regno) "emc%d: 0x%x = reg[%s/%d]" | 551 | + |
1212 | +npcm7xx_emc_reg_write(int emc_num, const char *name, int regno, uint32_t value) "emc%d: reg[%s/%d] = 0x%x" | 552 | # xen_console.c |
553 | xen_console_connect(unsigned int idx, unsigned int ring_ref, unsigned int port, unsigned int limit) "idx %u ring_ref %u port %u limit %u" | ||
554 | xen_console_disconnect(unsigned int idx) "idx %u" | ||
1213 | -- | 555 | -- |
1214 | 2.20.1 | 556 | 2.34.1 |
1215 | 557 | ||
1216 | 558 | diff view generated by jsdifflib |
1 | The AN524 has a different SYSCLK frequency from the AN505 and AN521; | 1 | From: Arnaud Minier <arnaud.minier@telecom-paris.fr> |
---|---|---|---|
2 | make the SYSCLK frequency a field in the MPS2TZMachineClass rather | 2 | |
3 | than a compile-time constant so we can support the AN524. | 3 | Implement the ability to read and write characters to the |
4 | 4 | usart using the serial port. | |
5 | |||
6 | The character transmission is based on the | ||
7 | cmsdk-apb-uart implementation. | ||
8 | |||
9 | Signed-off-by: Arnaud Minier <arnaud.minier@telecom-paris.fr> | ||
10 | Signed-off-by: Inès Varhol <ines.varhol@telecom-paris.fr> | ||
11 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
12 | Message-id: 20240329174402.60382-3-arnaud.minier@telecom-paris.fr | ||
13 | [PMM: fixed a few checkpatch nits] | ||
5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 14 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
6 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
8 | Message-id: 20210215115138.20465-2-peter.maydell@linaro.org | ||
9 | --- | 15 | --- |
10 | hw/arm/mps2-tz.c | 10 ++++++---- | 16 | include/hw/char/stm32l4x5_usart.h | 1 + |
11 | 1 file changed, 6 insertions(+), 4 deletions(-) | 17 | hw/char/stm32l4x5_usart.c | 143 ++++++++++++++++++++++++++++++ |
12 | 18 | hw/char/trace-events | 7 ++ | |
13 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c | 19 | 3 files changed, 151 insertions(+) |
20 | |||
21 | diff --git a/include/hw/char/stm32l4x5_usart.h b/include/hw/char/stm32l4x5_usart.h | ||
14 | index XXXXXXX..XXXXXXX 100644 | 22 | index XXXXXXX..XXXXXXX 100644 |
15 | --- a/hw/arm/mps2-tz.c | 23 | --- a/include/hw/char/stm32l4x5_usart.h |
16 | +++ b/hw/arm/mps2-tz.c | 24 | +++ b/include/hw/char/stm32l4x5_usart.h |
17 | @@ -XXX,XX +XXX,XX @@ struct MPS2TZMachineClass { | 25 | @@ -XXX,XX +XXX,XX @@ struct Stm32l4x5UsartBaseState { |
18 | MachineClass parent; | 26 | Clock *clk; |
19 | MPS2TZFPGAType fpga_type; | 27 | CharBackend chr; |
20 | uint32_t scc_id; | 28 | qemu_irq irq; |
21 | + uint32_t sysclk_frq; /* Main SYSCLK frequency in Hz */ | 29 | + guint watch_tag; |
22 | const char *armsse_type; | ||
23 | }; | 30 | }; |
24 | 31 | ||
25 | @@ -XXX,XX +XXX,XX @@ struct MPS2TZMachineState { | 32 | struct Stm32l4x5UsartBaseClass { |
26 | 33 | diff --git a/hw/char/stm32l4x5_usart.c b/hw/char/stm32l4x5_usart.c | |
27 | OBJECT_DECLARE_TYPE(MPS2TZMachineState, MPS2TZMachineClass, MPS2TZ_MACHINE) | 34 | index XXXXXXX..XXXXXXX 100644 |
28 | 35 | --- a/hw/char/stm32l4x5_usart.c | |
29 | -/* Main SYSCLK frequency in Hz */ | 36 | +++ b/hw/char/stm32l4x5_usart.c |
30 | -#define SYSCLK_FRQ 20000000 | 37 | @@ -XXX,XX +XXX,XX @@ REG32(RDR, 0x24) |
31 | /* Slow 32Khz S32KCLK frequency in Hz */ | 38 | REG32(TDR, 0x28) |
32 | #define S32KCLK_FRQ (32 * 1000) | 39 | FIELD(TDR, TDR, 0, 9) |
33 | 40 | ||
34 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_unimp_dev(MPS2TZMachineState *mms, | 41 | +static void stm32l4x5_update_irq(Stm32l4x5UsartBaseState *s) |
35 | static MemoryRegion *make_uart(MPS2TZMachineState *mms, void *opaque, | 42 | +{ |
36 | const char *name, hwaddr size) | 43 | + if (((s->isr & R_ISR_WUF_MASK) && (s->cr3 & R_CR3_WUFIE_MASK)) || |
44 | + ((s->isr & R_ISR_CMF_MASK) && (s->cr1 & R_CR1_CMIE_MASK)) || | ||
45 | + ((s->isr & R_ISR_ABRF_MASK) && (s->cr1 & R_CR1_RXNEIE_MASK)) || | ||
46 | + ((s->isr & R_ISR_EOBF_MASK) && (s->cr1 & R_CR1_EOBIE_MASK)) || | ||
47 | + ((s->isr & R_ISR_RTOF_MASK) && (s->cr1 & R_CR1_RTOIE_MASK)) || | ||
48 | + ((s->isr & R_ISR_CTSIF_MASK) && (s->cr3 & R_CR3_CTSIE_MASK)) || | ||
49 | + ((s->isr & R_ISR_LBDF_MASK) && (s->cr2 & R_CR2_LBDIE_MASK)) || | ||
50 | + ((s->isr & R_ISR_TXE_MASK) && (s->cr1 & R_CR1_TXEIE_MASK)) || | ||
51 | + ((s->isr & R_ISR_TC_MASK) && (s->cr1 & R_CR1_TCIE_MASK)) || | ||
52 | + ((s->isr & R_ISR_RXNE_MASK) && (s->cr1 & R_CR1_RXNEIE_MASK)) || | ||
53 | + ((s->isr & R_ISR_IDLE_MASK) && (s->cr1 & R_CR1_IDLEIE_MASK)) || | ||
54 | + ((s->isr & R_ISR_ORE_MASK) && | ||
55 | + ((s->cr1 & R_CR1_RXNEIE_MASK) || (s->cr3 & R_CR3_EIE_MASK))) || | ||
56 | + /* TODO: Handle NF ? */ | ||
57 | + ((s->isr & R_ISR_FE_MASK) && (s->cr3 & R_CR3_EIE_MASK)) || | ||
58 | + ((s->isr & R_ISR_PE_MASK) && (s->cr1 & R_CR1_PEIE_MASK))) { | ||
59 | + qemu_irq_raise(s->irq); | ||
60 | + trace_stm32l4x5_usart_irq_raised(s->isr); | ||
61 | + } else { | ||
62 | + qemu_irq_lower(s->irq); | ||
63 | + trace_stm32l4x5_usart_irq_lowered(); | ||
64 | + } | ||
65 | +} | ||
66 | + | ||
67 | +static int stm32l4x5_usart_base_can_receive(void *opaque) | ||
68 | +{ | ||
69 | + Stm32l4x5UsartBaseState *s = opaque; | ||
70 | + | ||
71 | + if (!(s->isr & R_ISR_RXNE_MASK)) { | ||
72 | + return 1; | ||
73 | + } | ||
74 | + | ||
75 | + return 0; | ||
76 | +} | ||
77 | + | ||
78 | +static void stm32l4x5_usart_base_receive(void *opaque, const uint8_t *buf, | ||
79 | + int size) | ||
80 | +{ | ||
81 | + Stm32l4x5UsartBaseState *s = opaque; | ||
82 | + | ||
83 | + if (!((s->cr1 & R_CR1_UE_MASK) && (s->cr1 & R_CR1_RE_MASK))) { | ||
84 | + trace_stm32l4x5_usart_receiver_not_enabled( | ||
85 | + FIELD_EX32(s->cr1, CR1, UE), FIELD_EX32(s->cr1, CR1, RE)); | ||
86 | + return; | ||
87 | + } | ||
88 | + | ||
89 | + /* Check if overrun detection is enabled and if there is an overrun */ | ||
90 | + if (!(s->cr3 & R_CR3_OVRDIS_MASK) && (s->isr & R_ISR_RXNE_MASK)) { | ||
91 | + /* | ||
92 | + * A character has been received while | ||
93 | + * the previous has not been read = Overrun. | ||
94 | + */ | ||
95 | + s->isr |= R_ISR_ORE_MASK; | ||
96 | + trace_stm32l4x5_usart_overrun_detected(s->rdr, *buf); | ||
97 | + } else { | ||
98 | + /* No overrun */ | ||
99 | + s->rdr = *buf; | ||
100 | + s->isr |= R_ISR_RXNE_MASK; | ||
101 | + trace_stm32l4x5_usart_rx(s->rdr); | ||
102 | + } | ||
103 | + | ||
104 | + stm32l4x5_update_irq(s); | ||
105 | +} | ||
106 | + | ||
107 | +/* | ||
108 | + * Try to send tx data, and arrange to be called back later if | ||
109 | + * we can't (ie the char backend is busy/blocking). | ||
110 | + */ | ||
111 | +static gboolean usart_transmit(void *do_not_use, GIOCondition cond, | ||
112 | + void *opaque) | ||
113 | +{ | ||
114 | + Stm32l4x5UsartBaseState *s = STM32L4X5_USART_BASE(opaque); | ||
115 | + int ret; | ||
116 | + /* TODO: Handle 9 bits transmission */ | ||
117 | + uint8_t ch = s->tdr; | ||
118 | + | ||
119 | + s->watch_tag = 0; | ||
120 | + | ||
121 | + if (!(s->cr1 & R_CR1_TE_MASK) || (s->isr & R_ISR_TXE_MASK)) { | ||
122 | + return G_SOURCE_REMOVE; | ||
123 | + } | ||
124 | + | ||
125 | + ret = qemu_chr_fe_write(&s->chr, &ch, 1); | ||
126 | + if (ret <= 0) { | ||
127 | + s->watch_tag = qemu_chr_fe_add_watch(&s->chr, G_IO_OUT | G_IO_HUP, | ||
128 | + usart_transmit, s); | ||
129 | + if (!s->watch_tag) { | ||
130 | + /* | ||
131 | + * Most common reason to be here is "no chardev backend": | ||
132 | + * just insta-drain the buffer, so the serial output | ||
133 | + * goes into a void, rather than blocking the guest. | ||
134 | + */ | ||
135 | + goto buffer_drained; | ||
136 | + } | ||
137 | + /* Transmit pending */ | ||
138 | + trace_stm32l4x5_usart_tx_pending(); | ||
139 | + return G_SOURCE_REMOVE; | ||
140 | + } | ||
141 | + | ||
142 | +buffer_drained: | ||
143 | + /* Character successfully sent */ | ||
144 | + trace_stm32l4x5_usart_tx(ch); | ||
145 | + s->isr |= R_ISR_TC_MASK | R_ISR_TXE_MASK; | ||
146 | + stm32l4x5_update_irq(s); | ||
147 | + return G_SOURCE_REMOVE; | ||
148 | +} | ||
149 | + | ||
150 | +static void usart_cancel_transmit(Stm32l4x5UsartBaseState *s) | ||
151 | +{ | ||
152 | + if (s->watch_tag) { | ||
153 | + g_source_remove(s->watch_tag); | ||
154 | + s->watch_tag = 0; | ||
155 | + } | ||
156 | +} | ||
157 | + | ||
158 | static void stm32l4x5_usart_base_reset_hold(Object *obj, ResetType type) | ||
37 | { | 159 | { |
38 | + MPS2TZMachineClass *mmc = MPS2TZ_MACHINE_GET_CLASS(mms); | 160 | Stm32l4x5UsartBaseState *s = STM32L4X5_USART_BASE(obj); |
39 | CMSDKAPBUART *uart = opaque; | 161 | @@ -XXX,XX +XXX,XX @@ static void stm32l4x5_usart_base_reset_hold(Object *obj, ResetType type) |
40 | int i = uart - &mms->uart[0]; | 162 | s->isr = 0x020000C0; |
41 | int rxirqno = i * 2; | 163 | s->rdr = 0x00000000; |
42 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_uart(MPS2TZMachineState *mms, void *opaque, | 164 | s->tdr = 0x00000000; |
43 | 165 | + | |
44 | object_initialize_child(OBJECT(mms), name, uart, TYPE_CMSDK_APB_UART); | 166 | + usart_cancel_transmit(s); |
45 | qdev_prop_set_chr(DEVICE(uart), "chardev", serial_hd(i)); | 167 | + stm32l4x5_update_irq(s); |
46 | - qdev_prop_set_uint32(DEVICE(uart), "pclk-frq", SYSCLK_FRQ); | 168 | +} |
47 | + qdev_prop_set_uint32(DEVICE(uart), "pclk-frq", mmc->sysclk_frq); | 169 | + |
48 | sysbus_realize(SYS_BUS_DEVICE(uart), &error_fatal); | 170 | +static void usart_update_rqr(Stm32l4x5UsartBaseState *s, uint32_t value) |
49 | s = SYS_BUS_DEVICE(uart); | 171 | +{ |
50 | sysbus_connect_irq(s, 0, get_sse_irq_in(mms, txirqno)); | 172 | + /* TXFRQ */ |
51 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) | 173 | + /* Reset RXNE flag */ |
52 | 174 | + if (value & R_RQR_RXFRQ_MASK) { | |
53 | /* These clocks don't need migration because they are fixed-frequency */ | 175 | + s->isr &= ~R_ISR_RXNE_MASK; |
54 | mms->sysclk = clock_new(OBJECT(machine), "SYSCLK"); | 176 | + } |
55 | - clock_set_hz(mms->sysclk, SYSCLK_FRQ); | 177 | + /* MMRQ */ |
56 | + clock_set_hz(mms->sysclk, mmc->sysclk_frq); | 178 | + /* SBKRQ */ |
57 | mms->s32kclk = clock_new(OBJECT(machine), "S32KCLK"); | 179 | + /* ABRRQ */ |
58 | clock_set_hz(mms->s32kclk, S32KCLK_FRQ); | 180 | + stm32l4x5_update_irq(s); |
59 | |||
60 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_an505_class_init(ObjectClass *oc, void *data) | ||
61 | mmc->fpga_type = FPGA_AN505; | ||
62 | mc->default_cpu_type = ARM_CPU_TYPE_NAME("cortex-m33"); | ||
63 | mmc->scc_id = 0x41045050; | ||
64 | + mmc->sysclk_frq = 20 * 1000 * 1000; /* 20MHz */ | ||
65 | mmc->armsse_type = TYPE_IOTKIT; | ||
66 | } | 181 | } |
67 | 182 | ||
68 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_an521_class_init(ObjectClass *oc, void *data) | 183 | static uint64_t stm32l4x5_usart_base_read(void *opaque, hwaddr addr, |
69 | mmc->fpga_type = FPGA_AN521; | 184 | @@ -XXX,XX +XXX,XX @@ static uint64_t stm32l4x5_usart_base_read(void *opaque, hwaddr addr, |
70 | mc->default_cpu_type = ARM_CPU_TYPE_NAME("cortex-m33"); | 185 | retvalue = FIELD_EX32(s->rdr, RDR, RDR); |
71 | mmc->scc_id = 0x41045210; | 186 | /* Reset RXNE flag */ |
72 | + mmc->sysclk_frq = 20 * 1000 * 1000; /* 20MHz */ | 187 | s->isr &= ~R_ISR_RXNE_MASK; |
73 | mmc->armsse_type = TYPE_SSE200; | 188 | + stm32l4x5_update_irq(s); |
189 | break; | ||
190 | case A_TDR: | ||
191 | retvalue = FIELD_EX32(s->tdr, TDR, TDR); | ||
192 | @@ -XXX,XX +XXX,XX @@ static void stm32l4x5_usart_base_write(void *opaque, hwaddr addr, | ||
193 | switch (addr) { | ||
194 | case A_CR1: | ||
195 | s->cr1 = value; | ||
196 | + stm32l4x5_update_irq(s); | ||
197 | return; | ||
198 | case A_CR2: | ||
199 | s->cr2 = value; | ||
200 | @@ -XXX,XX +XXX,XX @@ static void stm32l4x5_usart_base_write(void *opaque, hwaddr addr, | ||
201 | s->rtor = value; | ||
202 | return; | ||
203 | case A_RQR: | ||
204 | + usart_update_rqr(s, value); | ||
205 | return; | ||
206 | case A_ISR: | ||
207 | qemu_log_mask(LOG_GUEST_ERROR, | ||
208 | @@ -XXX,XX +XXX,XX @@ static void stm32l4x5_usart_base_write(void *opaque, hwaddr addr, | ||
209 | case A_ICR: | ||
210 | /* Clear the status flags */ | ||
211 | s->isr &= ~value; | ||
212 | + stm32l4x5_update_irq(s); | ||
213 | return; | ||
214 | case A_RDR: | ||
215 | qemu_log_mask(LOG_GUEST_ERROR, | ||
216 | @@ -XXX,XX +XXX,XX @@ static void stm32l4x5_usart_base_write(void *opaque, hwaddr addr, | ||
217 | return; | ||
218 | case A_TDR: | ||
219 | s->tdr = value; | ||
220 | + s->isr &= ~R_ISR_TXE_MASK; | ||
221 | + usart_transmit(NULL, G_IO_OUT, s); | ||
222 | return; | ||
223 | default: | ||
224 | qemu_log_mask(LOG_GUEST_ERROR, | ||
225 | @@ -XXX,XX +XXX,XX @@ static void stm32l4x5_usart_base_realize(DeviceState *dev, Error **errp) | ||
226 | error_setg(errp, "USART clock must be wired up by SoC code"); | ||
227 | return; | ||
228 | } | ||
229 | + | ||
230 | + qemu_chr_fe_set_handlers(&s->chr, stm32l4x5_usart_base_can_receive, | ||
231 | + stm32l4x5_usart_base_receive, NULL, NULL, | ||
232 | + s, NULL, true); | ||
74 | } | 233 | } |
75 | 234 | ||
235 | static void stm32l4x5_usart_base_class_init(ObjectClass *klass, void *data) | ||
236 | diff --git a/hw/char/trace-events b/hw/char/trace-events | ||
237 | index XXXXXXX..XXXXXXX 100644 | ||
238 | --- a/hw/char/trace-events | ||
239 | +++ b/hw/char/trace-events | ||
240 | @@ -XXX,XX +XXX,XX @@ sh_serial_write(char *id, unsigned size, uint64_t offs, uint64_t val) "%s size % | ||
241 | # stm32l4x5_usart.c | ||
242 | stm32l4x5_usart_read(uint64_t addr, uint32_t data) "USART: Read <0x%" PRIx64 "> -> 0x%" PRIx32 "" | ||
243 | stm32l4x5_usart_write(uint64_t addr, uint32_t data) "USART: Write <0x%" PRIx64 "> <- 0x%" PRIx32 "" | ||
244 | +stm32l4x5_usart_rx(uint8_t c) "USART: got character 0x%x from backend" | ||
245 | +stm32l4x5_usart_tx(uint8_t c) "USART: character 0x%x sent to backend" | ||
246 | +stm32l4x5_usart_tx_pending(void) "USART: character send to backend pending" | ||
247 | +stm32l4x5_usart_irq_raised(uint32_t reg) "USART: IRQ raised: 0x%08"PRIx32 | ||
248 | +stm32l4x5_usart_irq_lowered(void) "USART: IRQ lowered" | ||
249 | +stm32l4x5_usart_overrun_detected(uint8_t current, uint8_t received) "USART: Overrun detected, RDR='0x%x', received 0x%x" | ||
250 | +stm32l4x5_usart_receiver_not_enabled(uint8_t ue_bit, uint8_t re_bit) "USART: Receiver not enabled, UE=0x%x, RE=0x%x" | ||
251 | |||
252 | # xen_console.c | ||
253 | xen_console_connect(unsigned int idx, unsigned int ring_ref, unsigned int port, unsigned int limit) "idx %u ring_ref %u port %u limit %u" | ||
76 | -- | 254 | -- |
77 | 2.20.1 | 255 | 2.34.1 |
78 | 256 | ||
79 | 257 | diff view generated by jsdifflib |
1 | The MPS2 board has 2 LEDs, but the MPS3 board has 10 LEDs. The | 1 | From: Arnaud Minier <arnaud.minier@telecom-paris.fr> |
---|---|---|---|
2 | FPGAIO device is similar on both sets of boards, but the LED0 | ||
3 | register has correspondingly more bits that have an effect. Add a | ||
4 | device property for number of LEDs. | ||
5 | 2 | ||
3 | Add a function to change the settings of the | ||
4 | serial connection. | ||
5 | |||
6 | Signed-off-by: Arnaud Minier <arnaud.minier@telecom-paris.fr> | ||
7 | Signed-off-by: Inès Varhol <ines.varhol@telecom-paris.fr> | ||
8 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
9 | Message-id: 20240329174402.60382-4-arnaud.minier@telecom-paris.fr | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
8 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
9 | Message-id: 20210215115138.20465-6-peter.maydell@linaro.org | ||
10 | --- | 11 | --- |
11 | include/hw/misc/mps2-fpgaio.h | 5 ++++- | 12 | hw/char/stm32l4x5_usart.c | 98 +++++++++++++++++++++++++++++++++++++++ |
12 | hw/misc/mps2-fpgaio.c | 31 +++++++++++++++++++++++-------- | 13 | hw/char/trace-events | 1 + |
13 | 2 files changed, 27 insertions(+), 9 deletions(-) | 14 | 2 files changed, 99 insertions(+) |
14 | 15 | ||
15 | diff --git a/include/hw/misc/mps2-fpgaio.h b/include/hw/misc/mps2-fpgaio.h | 16 | diff --git a/hw/char/stm32l4x5_usart.c b/hw/char/stm32l4x5_usart.c |
16 | index XXXXXXX..XXXXXXX 100644 | 17 | index XXXXXXX..XXXXXXX 100644 |
17 | --- a/include/hw/misc/mps2-fpgaio.h | 18 | --- a/hw/char/stm32l4x5_usart.c |
18 | +++ b/include/hw/misc/mps2-fpgaio.h | 19 | +++ b/hw/char/stm32l4x5_usart.c |
19 | @@ -XXX,XX +XXX,XX @@ | 20 | @@ -XXX,XX +XXX,XX @@ static void usart_cancel_transmit(Stm32l4x5UsartBaseState *s) |
20 | #define TYPE_MPS2_FPGAIO "mps2-fpgaio" | ||
21 | OBJECT_DECLARE_SIMPLE_TYPE(MPS2FPGAIO, MPS2_FPGAIO) | ||
22 | |||
23 | +#define MPS2FPGAIO_MAX_LEDS 32 | ||
24 | + | ||
25 | struct MPS2FPGAIO { | ||
26 | /*< private >*/ | ||
27 | SysBusDevice parent_obj; | ||
28 | |||
29 | /*< public >*/ | ||
30 | MemoryRegion iomem; | ||
31 | - LEDState *led[2]; | ||
32 | + LEDState *led[MPS2FPGAIO_MAX_LEDS]; | ||
33 | + uint32_t num_leds; | ||
34 | |||
35 | uint32_t led0; | ||
36 | uint32_t prescale; | ||
37 | diff --git a/hw/misc/mps2-fpgaio.c b/hw/misc/mps2-fpgaio.c | ||
38 | index XXXXXXX..XXXXXXX 100644 | ||
39 | --- a/hw/misc/mps2-fpgaio.c | ||
40 | +++ b/hw/misc/mps2-fpgaio.c | ||
41 | @@ -XXX,XX +XXX,XX @@ static void mps2_fpgaio_write(void *opaque, hwaddr offset, uint64_t value, | ||
42 | |||
43 | switch (offset) { | ||
44 | case A_LED0: | ||
45 | - s->led0 = value & 0x3; | ||
46 | - led_set_state(s->led[0], value & 0x01); | ||
47 | - led_set_state(s->led[1], value & 0x02); | ||
48 | + if (s->num_leds != 0) { | ||
49 | + uint32_t i; | ||
50 | + | ||
51 | + s->led0 = value & MAKE_64BIT_MASK(0, s->num_leds); | ||
52 | + for (i = 0; i < s->num_leds; i++) { | ||
53 | + led_set_state(s->led[i], value & (1 << i)); | ||
54 | + } | ||
55 | + } | ||
56 | break; | ||
57 | case A_PRESCALE: | ||
58 | resync_counter(s); | ||
59 | @@ -XXX,XX +XXX,XX @@ static void mps2_fpgaio_reset(DeviceState *dev) | ||
60 | s->pscntr = 0; | ||
61 | s->pscntr_sync_ticks = now; | ||
62 | |||
63 | - for (size_t i = 0; i < ARRAY_SIZE(s->led); i++) { | ||
64 | + for (size_t i = 0; i < s->num_leds; i++) { | ||
65 | device_cold_reset(DEVICE(s->led[i])); | ||
66 | } | 21 | } |
67 | } | 22 | } |
68 | @@ -XXX,XX +XXX,XX @@ static void mps2_fpgaio_init(Object *obj) | 23 | |
69 | static void mps2_fpgaio_realize(DeviceState *dev, Error **errp) | 24 | +static void stm32l4x5_update_params(Stm32l4x5UsartBaseState *s) |
70 | { | 25 | +{ |
71 | MPS2FPGAIO *s = MPS2_FPGAIO(dev); | 26 | + int speed, parity, data_bits, stop_bits; |
72 | + uint32_t i; | 27 | + uint32_t value, usart_div; |
73 | 28 | + QEMUSerialSetParams ssp; | |
74 | - s->led[0] = led_create_simple(OBJECT(dev), GPIO_POLARITY_ACTIVE_HIGH, | 29 | + |
75 | - LED_COLOR_GREEN, "USERLED0"); | 30 | + /* Select the parity type */ |
76 | - s->led[1] = led_create_simple(OBJECT(dev), GPIO_POLARITY_ACTIVE_HIGH, | 31 | + if (s->cr1 & R_CR1_PCE_MASK) { |
77 | - LED_COLOR_GREEN, "USERLED1"); | 32 | + if (s->cr1 & R_CR1_PS_MASK) { |
78 | + if (s->num_leds > MPS2FPGAIO_MAX_LEDS) { | 33 | + parity = 'O'; |
79 | + error_setg(errp, "num-leds cannot be greater than %d", | 34 | + } else { |
80 | + MPS2FPGAIO_MAX_LEDS); | 35 | + parity = 'E'; |
36 | + } | ||
37 | + } else { | ||
38 | + parity = 'N'; | ||
39 | + } | ||
40 | + | ||
41 | + /* Select the number of stop bits */ | ||
42 | + switch (FIELD_EX32(s->cr2, CR2, STOP)) { | ||
43 | + case 0: | ||
44 | + stop_bits = 1; | ||
45 | + break; | ||
46 | + case 2: | ||
47 | + stop_bits = 2; | ||
48 | + break; | ||
49 | + default: | ||
50 | + qemu_log_mask(LOG_UNIMP, | ||
51 | + "UNIMPLEMENTED: fractionnal stop bits; CR2[13:12] = %u", | ||
52 | + FIELD_EX32(s->cr2, CR2, STOP)); | ||
81 | + return; | 53 | + return; |
82 | + } | 54 | + } |
83 | + | 55 | + |
84 | + for (i = 0; i < s->num_leds; i++) { | 56 | + /* Select the length of the word */ |
85 | + g_autofree char *ledname = g_strdup_printf("USERLED%d", i); | 57 | + switch ((FIELD_EX32(s->cr1, CR1, M1) << 1) | FIELD_EX32(s->cr1, CR1, M0)) { |
86 | + s->led[i] = led_create_simple(OBJECT(dev), GPIO_POLARITY_ACTIVE_HIGH, | 58 | + case 0: |
87 | + LED_COLOR_GREEN, ledname); | 59 | + data_bits = 8; |
60 | + break; | ||
61 | + case 1: | ||
62 | + data_bits = 9; | ||
63 | + break; | ||
64 | + case 2: | ||
65 | + data_bits = 7; | ||
66 | + break; | ||
67 | + default: | ||
68 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
69 | + "UNDEFINED: invalid word length, CR1.M = 0b11"); | ||
70 | + return; | ||
88 | + } | 71 | + } |
72 | + | ||
73 | + /* Select the baud rate */ | ||
74 | + value = FIELD_EX32(s->brr, BRR, BRR); | ||
75 | + if (value < 16) { | ||
76 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
77 | + "UNDEFINED: BRR less than 16: %u", value); | ||
78 | + return; | ||
79 | + } | ||
80 | + | ||
81 | + if (FIELD_EX32(s->cr1, CR1, OVER8) == 0) { | ||
82 | + /* | ||
83 | + * Oversampling by 16 | ||
84 | + * BRR = USARTDIV | ||
85 | + */ | ||
86 | + usart_div = value; | ||
87 | + } else { | ||
88 | + /* | ||
89 | + * Oversampling by 8 | ||
90 | + * - BRR[2:0] = USARTDIV[3:0] shifted 1 bit to the right. | ||
91 | + * - BRR[3] must be kept cleared. | ||
92 | + * - BRR[15:4] = USARTDIV[15:4] | ||
93 | + * - The frequency is multiplied by 2 | ||
94 | + */ | ||
95 | + usart_div = ((value & 0xFFF0) | ((value & 0x0007) << 1)) / 2; | ||
96 | + } | ||
97 | + | ||
98 | + speed = clock_get_hz(s->clk) / usart_div; | ||
99 | + | ||
100 | + ssp.speed = speed; | ||
101 | + ssp.parity = parity; | ||
102 | + ssp.data_bits = data_bits; | ||
103 | + ssp.stop_bits = stop_bits; | ||
104 | + | ||
105 | + qemu_chr_fe_ioctl(&s->chr, CHR_IOCTL_SERIAL_SET_PARAMS, &ssp); | ||
106 | + | ||
107 | + trace_stm32l4x5_usart_update_params(speed, parity, data_bits, stop_bits); | ||
108 | +} | ||
109 | + | ||
110 | static void stm32l4x5_usart_base_reset_hold(Object *obj, ResetType type) | ||
111 | { | ||
112 | Stm32l4x5UsartBaseState *s = STM32L4X5_USART_BASE(obj); | ||
113 | @@ -XXX,XX +XXX,XX @@ static void stm32l4x5_usart_base_write(void *opaque, hwaddr addr, | ||
114 | switch (addr) { | ||
115 | case A_CR1: | ||
116 | s->cr1 = value; | ||
117 | + stm32l4x5_update_params(s); | ||
118 | stm32l4x5_update_irq(s); | ||
119 | return; | ||
120 | case A_CR2: | ||
121 | s->cr2 = value; | ||
122 | + stm32l4x5_update_params(s); | ||
123 | return; | ||
124 | case A_CR3: | ||
125 | s->cr3 = value; | ||
126 | return; | ||
127 | case A_BRR: | ||
128 | s->brr = value; | ||
129 | + stm32l4x5_update_params(s); | ||
130 | return; | ||
131 | case A_GTPR: | ||
132 | s->gtpr = value; | ||
133 | @@ -XXX,XX +XXX,XX @@ static void stm32l4x5_usart_base_init(Object *obj) | ||
134 | s->clk = qdev_init_clock_in(DEVICE(s), "clk", NULL, s, 0); | ||
89 | } | 135 | } |
90 | 136 | ||
91 | static bool mps2_fpgaio_counters_needed(void *opaque) | 137 | +static int stm32l4x5_usart_base_post_load(void *opaque, int version_id) |
92 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription mps2_fpgaio_vmstate = { | 138 | +{ |
93 | static Property mps2_fpgaio_properties[] = { | 139 | + Stm32l4x5UsartBaseState *s = (Stm32l4x5UsartBaseState *)opaque; |
94 | /* Frequency of the prescale counter */ | 140 | + |
95 | DEFINE_PROP_UINT32("prescale-clk", MPS2FPGAIO, prescale_clk, 20000000), | 141 | + stm32l4x5_update_params(s); |
96 | + /* Number of LEDs controlled by LED0 register */ | 142 | + return 0; |
97 | + DEFINE_PROP_UINT32("num-leds", MPS2FPGAIO, num_leds, 2), | 143 | +} |
98 | DEFINE_PROP_END_OF_LIST(), | 144 | + |
99 | }; | 145 | static const VMStateDescription vmstate_stm32l4x5_usart_base = { |
100 | 146 | .name = TYPE_STM32L4X5_USART_BASE, | |
147 | .version_id = 1, | ||
148 | .minimum_version_id = 1, | ||
149 | + .post_load = stm32l4x5_usart_base_post_load, | ||
150 | .fields = (VMStateField[]) { | ||
151 | VMSTATE_UINT32(cr1, Stm32l4x5UsartBaseState), | ||
152 | VMSTATE_UINT32(cr2, Stm32l4x5UsartBaseState), | ||
153 | diff --git a/hw/char/trace-events b/hw/char/trace-events | ||
154 | index XXXXXXX..XXXXXXX 100644 | ||
155 | --- a/hw/char/trace-events | ||
156 | +++ b/hw/char/trace-events | ||
157 | @@ -XXX,XX +XXX,XX @@ stm32l4x5_usart_irq_raised(uint32_t reg) "USART: IRQ raised: 0x%08"PRIx32 | ||
158 | stm32l4x5_usart_irq_lowered(void) "USART: IRQ lowered" | ||
159 | stm32l4x5_usart_overrun_detected(uint8_t current, uint8_t received) "USART: Overrun detected, RDR='0x%x', received 0x%x" | ||
160 | stm32l4x5_usart_receiver_not_enabled(uint8_t ue_bit, uint8_t re_bit) "USART: Receiver not enabled, UE=0x%x, RE=0x%x" | ||
161 | +stm32l4x5_usart_update_params(int speed, uint8_t parity, int data, int stop) "USART: speed: %d, parity: %c, data bits: %d, stop bits: %d" | ||
162 | |||
163 | # xen_console.c | ||
164 | xen_console_connect(unsigned int idx, unsigned int ring_ref, unsigned int port, unsigned int limit) "idx %u ring_ref %u port %u limit %u" | ||
101 | -- | 165 | -- |
102 | 2.20.1 | 166 | 2.34.1 |
103 | 167 | ||
104 | 168 | diff view generated by jsdifflib |
1 | From: Doug Evans <dje@google.com> | 1 | From: Arnaud Minier <arnaud.minier@telecom-paris.fr> |
---|---|---|---|
2 | 2 | ||
3 | This is a 10/100 ethernet device that has several features. | 3 | Add the USART to the SoC and connect it to the other implemented devices. |
4 | Only the ones needed by the Linux driver have been implemented. | 4 | |
5 | See npcm7xx_emc.c for a list of unimplemented features. | 5 | Signed-off-by: Arnaud Minier <arnaud.minier@telecom-paris.fr> |
6 | 6 | Signed-off-by: Inès Varhol <ines.varhol@telecom-paris.fr> | |
7 | Reviewed-by: Hao Wu <wuhaotsh@google.com> | ||
8 | Reviewed-by: Avi Fishman <avi.fishman@nuvoton.com> | ||
9 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
10 | Signed-off-by: Doug Evans <dje@google.com> | 8 | Message-id: 20240329174402.60382-5-arnaud.minier@telecom-paris.fr |
11 | Message-id: 20210218212453.831406-3-dje@google.com | 9 | [PMM: fixed a few checkpatch nits] |
12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
13 | --- | 11 | --- |
14 | docs/system/arm/nuvoton.rst | 3 ++- | 12 | docs/system/arm/b-l475e-iot01a.rst | 2 +- |
15 | include/hw/arm/npcm7xx.h | 2 ++ | 13 | include/hw/arm/stm32l4x5_soc.h | 7 +++ |
16 | hw/arm/npcm7xx.c | 50 +++++++++++++++++++++++++++++++++++-- | 14 | hw/arm/stm32l4x5_soc.c | 83 +++++++++++++++++++++++++++--- |
17 | 3 files changed, 52 insertions(+), 3 deletions(-) | 15 | hw/arm/Kconfig | 1 + |
18 | 16 | 4 files changed, 86 insertions(+), 7 deletions(-) | |
19 | diff --git a/docs/system/arm/nuvoton.rst b/docs/system/arm/nuvoton.rst | 17 | |
20 | index XXXXXXX..XXXXXXX 100644 | 18 | diff --git a/docs/system/arm/b-l475e-iot01a.rst b/docs/system/arm/b-l475e-iot01a.rst |
21 | --- a/docs/system/arm/nuvoton.rst | 19 | index XXXXXXX..XXXXXXX 100644 |
22 | +++ b/docs/system/arm/nuvoton.rst | 20 | --- a/docs/system/arm/b-l475e-iot01a.rst |
23 | @@ -XXX,XX +XXX,XX @@ Supported devices | 21 | +++ b/docs/system/arm/b-l475e-iot01a.rst |
24 | * Analog to Digital Converter (ADC) | 22 | @@ -XXX,XX +XXX,XX @@ Currently B-L475E-IOT01A machine's only supports the following devices: |
25 | * Pulse Width Modulation (PWM) | 23 | - STM32L4x5 SYSCFG (System configuration controller) |
26 | * SMBus controller (SMBF) | 24 | - STM32L4x5 RCC (Reset and clock control) |
27 | + * Ethernet controller (EMC) | 25 | - STM32L4x5 GPIOs (General-purpose I/Os) |
26 | +- STM32L4x5 USARTs, UARTs and LPUART (Serial ports) | ||
28 | 27 | ||
29 | Missing devices | 28 | Missing devices |
30 | --------------- | 29 | """"""""""""""" |
31 | @@ -XXX,XX +XXX,XX @@ Missing devices | 30 | |
32 | * Shared memory (SHM) | 31 | The B-L475E-IOT01A does *not* support the following devices: |
33 | * eSPI slave interface | 32 | |
34 | 33 | -- Serial ports (UART) | |
35 | - * Ethernet controllers (GMAC and EMC) | 34 | - Analog to Digital Converter (ADC) |
36 | + * Ethernet controller (GMAC) | 35 | - SPI controller |
37 | * USB device (USBD) | 36 | - Timer controller (TIMER) |
38 | * Peripheral SPI controller (PSPI) | 37 | diff --git a/include/hw/arm/stm32l4x5_soc.h b/include/hw/arm/stm32l4x5_soc.h |
39 | * SD/MMC host | 38 | index XXXXXXX..XXXXXXX 100644 |
40 | diff --git a/include/hw/arm/npcm7xx.h b/include/hw/arm/npcm7xx.h | 39 | --- a/include/hw/arm/stm32l4x5_soc.h |
41 | index XXXXXXX..XXXXXXX 100644 | 40 | +++ b/include/hw/arm/stm32l4x5_soc.h |
42 | --- a/include/hw/arm/npcm7xx.h | ||
43 | +++ b/include/hw/arm/npcm7xx.h | ||
44 | @@ -XXX,XX +XXX,XX @@ | 41 | @@ -XXX,XX +XXX,XX @@ |
45 | #include "hw/misc/npcm7xx_gcr.h" | 42 | #include "hw/misc/stm32l4x5_exti.h" |
46 | #include "hw/misc/npcm7xx_pwm.h" | 43 | #include "hw/misc/stm32l4x5_rcc.h" |
47 | #include "hw/misc/npcm7xx_rng.h" | 44 | #include "hw/gpio/stm32l4x5_gpio.h" |
48 | +#include "hw/net/npcm7xx_emc.h" | 45 | +#include "hw/char/stm32l4x5_usart.h" |
49 | #include "hw/nvram/npcm7xx_otp.h" | 46 | #include "qom/object.h" |
50 | #include "hw/timer/npcm7xx_timer.h" | 47 | |
51 | #include "hw/ssi/npcm7xx_fiu.h" | 48 | #define TYPE_STM32L4X5_SOC "stm32l4x5-soc" |
52 | @@ -XXX,XX +XXX,XX @@ typedef struct NPCM7xxState { | 49 | @@ -XXX,XX +XXX,XX @@ OBJECT_DECLARE_TYPE(Stm32l4x5SocState, Stm32l4x5SocClass, STM32L4X5_SOC) |
53 | EHCISysBusState ehci; | 50 | |
54 | OHCISysBusState ohci; | 51 | #define NUM_EXTI_OR_GATES 4 |
55 | NPCM7xxFIUState fiu[2]; | 52 | |
56 | + NPCM7xxEMCState emc[2]; | 53 | +#define STM_NUM_USARTS 3 |
57 | } NPCM7xxState; | 54 | +#define STM_NUM_UARTS 2 |
58 | 55 | + | |
59 | #define TYPE_NPCM7XX "npcm7xx" | 56 | struct Stm32l4x5SocState { |
60 | diff --git a/hw/arm/npcm7xx.c b/hw/arm/npcm7xx.c | 57 | SysBusDevice parent_obj; |
61 | index XXXXXXX..XXXXXXX 100644 | 58 | |
62 | --- a/hw/arm/npcm7xx.c | 59 | @@ -XXX,XX +XXX,XX @@ struct Stm32l4x5SocState { |
63 | +++ b/hw/arm/npcm7xx.c | 60 | Stm32l4x5SyscfgState syscfg; |
64 | @@ -XXX,XX +XXX,XX @@ enum NPCM7xxInterrupt { | 61 | Stm32l4x5RccState rcc; |
65 | NPCM7XX_UART1_IRQ, | 62 | Stm32l4x5GpioState gpio[NUM_GPIOS]; |
66 | NPCM7XX_UART2_IRQ, | 63 | + Stm32l4x5UsartBaseState usart[STM_NUM_USARTS]; |
67 | NPCM7XX_UART3_IRQ, | 64 | + Stm32l4x5UsartBaseState uart[STM_NUM_UARTS]; |
68 | + NPCM7XX_EMC1RX_IRQ = 15, | 65 | + Stm32l4x5UsartBaseState lpuart; |
69 | + NPCM7XX_EMC1TX_IRQ, | 66 | |
70 | NPCM7XX_TIMER0_IRQ = 32, /* Timer Module 0 */ | 67 | MemoryRegion sram1; |
71 | NPCM7XX_TIMER1_IRQ, | 68 | MemoryRegion sram2; |
72 | NPCM7XX_TIMER2_IRQ, | 69 | diff --git a/hw/arm/stm32l4x5_soc.c b/hw/arm/stm32l4x5_soc.c |
73 | @@ -XXX,XX +XXX,XX @@ enum NPCM7xxInterrupt { | 70 | index XXXXXXX..XXXXXXX 100644 |
74 | NPCM7XX_SMBUS15_IRQ, | 71 | --- a/hw/arm/stm32l4x5_soc.c |
75 | NPCM7XX_PWM0_IRQ = 93, /* PWM module 0 */ | 72 | +++ b/hw/arm/stm32l4x5_soc.c |
76 | NPCM7XX_PWM1_IRQ, /* PWM module 1 */ | 73 | @@ -XXX,XX +XXX,XX @@ |
77 | + NPCM7XX_EMC2RX_IRQ = 114, | 74 | #include "sysemu/sysemu.h" |
78 | + NPCM7XX_EMC2TX_IRQ, | 75 | #include "hw/or-irq.h" |
79 | NPCM7XX_GPIO0_IRQ = 116, | 76 | #include "hw/arm/stm32l4x5_soc.h" |
80 | NPCM7XX_GPIO1_IRQ, | 77 | +#include "hw/char/stm32l4x5_usart.h" |
81 | NPCM7XX_GPIO2_IRQ, | 78 | #include "hw/gpio/stm32l4x5_gpio.h" |
82 | @@ -XXX,XX +XXX,XX @@ static const hwaddr npcm7xx_smbus_addr[] = { | 79 | #include "hw/qdev-clock.h" |
83 | 0xf008f000, | 80 | #include "hw/misc/unimp.h" |
81 | @@ -XXX,XX +XXX,XX @@ static const struct { | ||
82 | { 0x48001C00, 0x0000000F, 0x00000000, 0x00000000 }, | ||
84 | }; | 83 | }; |
85 | 84 | ||
86 | +/* Register base address for each EMC Module */ | 85 | +static const hwaddr usart_addr[] = { |
87 | +static const hwaddr npcm7xx_emc_addr[] = { | 86 | + 0x40013800, /* "USART1", 0x400 */ |
88 | + 0xf0825000, | 87 | + 0x40004400, /* "USART2", 0x400 */ |
89 | + 0xf0826000, | 88 | + 0x40004800, /* "USART3", 0x400 */ |
90 | +}; | 89 | +}; |
91 | + | 90 | +static const hwaddr uart_addr[] = { |
92 | static const struct { | 91 | + 0x40004C00, /* "UART4" , 0x400 */ |
93 | hwaddr regs_addr; | 92 | + 0x40005000 /* "UART5" , 0x400 */ |
94 | uint32_t unconnected_pins; | 93 | +}; |
95 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_init(Object *obj) | 94 | + |
96 | for (i = 0; i < ARRAY_SIZE(s->pwm); i++) { | 95 | +#define LPUART_BASE_ADDRESS 0x40008000 |
97 | object_initialize_child(obj, "pwm[*]", &s->pwm[i], TYPE_NPCM7XX_PWM); | 96 | + |
97 | +static const int usart_irq[] = { 37, 38, 39 }; | ||
98 | +static const int uart_irq[] = { 52, 53 }; | ||
99 | +#define LPUART_IRQ 70 | ||
100 | + | ||
101 | static void stm32l4x5_soc_initfn(Object *obj) | ||
102 | { | ||
103 | Stm32l4x5SocState *s = STM32L4X5_SOC(obj); | ||
104 | @@ -XXX,XX +XXX,XX @@ static void stm32l4x5_soc_initfn(Object *obj) | ||
105 | g_autofree char *name = g_strdup_printf("gpio%c", 'a' + i); | ||
106 | object_initialize_child(obj, name, &s->gpio[i], TYPE_STM32L4X5_GPIO); | ||
98 | } | 107 | } |
99 | + | 108 | + |
100 | + for (i = 0; i < ARRAY_SIZE(s->emc); i++) { | 109 | + for (int i = 0; i < STM_NUM_USARTS; i++) { |
101 | + object_initialize_child(obj, "emc[*]", &s->emc[i], TYPE_NPCM7XX_EMC); | 110 | + object_initialize_child(obj, "usart[*]", &s->usart[i], |
102 | + } | 111 | + TYPE_STM32L4X5_USART); |
112 | + } | ||
113 | + | ||
114 | + for (int i = 0; i < STM_NUM_UARTS; i++) { | ||
115 | + object_initialize_child(obj, "uart[*]", &s->uart[i], | ||
116 | + TYPE_STM32L4X5_UART); | ||
117 | + } | ||
118 | + object_initialize_child(obj, "lpuart1", &s->lpuart, | ||
119 | + TYPE_STM32L4X5_LPUART); | ||
103 | } | 120 | } |
104 | 121 | ||
105 | static void npcm7xx_realize(DeviceState *dev, Error **errp) | 122 | static void stm32l4x5_soc_realize(DeviceState *dev_soc, Error **errp) |
106 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_realize(DeviceState *dev, Error **errp) | 123 | @@ -XXX,XX +XXX,XX @@ static void stm32l4x5_soc_realize(DeviceState *dev_soc, Error **errp) |
107 | sysbus_connect_irq(sbd, i, npcm7xx_irq(s, NPCM7XX_PWM0_IRQ + i)); | 124 | sysbus_mmio_map(busdev, 0, RCC_BASE_ADDRESS); |
108 | } | 125 | sysbus_connect_irq(busdev, 0, qdev_get_gpio_in(armv7m, RCC_IRQ)); |
109 | 126 | ||
127 | + /* USART devices */ | ||
128 | + for (int i = 0; i < STM_NUM_USARTS; i++) { | ||
129 | + g_autofree char *name = g_strdup_printf("usart%d-out", i + 1); | ||
130 | + dev = DEVICE(&(s->usart[i])); | ||
131 | + qdev_prop_set_chr(dev, "chardev", serial_hd(i)); | ||
132 | + qdev_connect_clock_in(dev, "clk", | ||
133 | + qdev_get_clock_out(DEVICE(&(s->rcc)), name)); | ||
134 | + busdev = SYS_BUS_DEVICE(dev); | ||
135 | + if (!sysbus_realize(busdev, errp)) { | ||
136 | + return; | ||
137 | + } | ||
138 | + sysbus_mmio_map(busdev, 0, usart_addr[i]); | ||
139 | + sysbus_connect_irq(busdev, 0, qdev_get_gpio_in(armv7m, usart_irq[i])); | ||
140 | + } | ||
141 | + | ||
110 | + /* | 142 | + /* |
111 | + * EMC Modules. Cannot fail. | 143 | + * TODO: Connect the USARTs, UARTs and LPUART to the EXTI once the EXTI |
112 | + * The mapping of the device to its netdev backend works as follows: | 144 | + * can handle other gpio-in than the gpios. (e.g. Direct Lines for the |
113 | + * emc[i] = nd_table[i] | 145 | + * usarts) |
114 | + * This works around the inability to specify the netdev property for the | ||
115 | + * emc device: it's not pluggable and thus the -device option can't be | ||
116 | + * used. | ||
117 | + */ | 146 | + */ |
118 | + QEMU_BUILD_BUG_ON(ARRAY_SIZE(npcm7xx_emc_addr) != ARRAY_SIZE(s->emc)); | 147 | + |
119 | + QEMU_BUILD_BUG_ON(ARRAY_SIZE(s->emc) != 2); | 148 | + /* UART devices */ |
120 | + for (i = 0; i < ARRAY_SIZE(s->emc); i++) { | 149 | + for (int i = 0; i < STM_NUM_UARTS; i++) { |
121 | + s->emc[i].emc_num = i; | 150 | + g_autofree char *name = g_strdup_printf("uart%d-out", STM_NUM_USARTS + i + 1); |
122 | + SysBusDevice *sbd = SYS_BUS_DEVICE(&s->emc[i]); | 151 | + dev = DEVICE(&(s->uart[i])); |
123 | + if (nd_table[i].used) { | 152 | + qdev_prop_set_chr(dev, "chardev", serial_hd(STM_NUM_USARTS + i)); |
124 | + qemu_check_nic_model(&nd_table[i], TYPE_NPCM7XX_EMC); | 153 | + qdev_connect_clock_in(dev, "clk", |
125 | + qdev_set_nic_properties(DEVICE(sbd), &nd_table[i]); | 154 | + qdev_get_clock_out(DEVICE(&(s->rcc)), name)); |
155 | + busdev = SYS_BUS_DEVICE(dev); | ||
156 | + if (!sysbus_realize(busdev, errp)) { | ||
157 | + return; | ||
126 | + } | 158 | + } |
127 | + /* | 159 | + sysbus_mmio_map(busdev, 0, uart_addr[i]); |
128 | + * The device exists regardless of whether it's connected to a QEMU | 160 | + sysbus_connect_irq(busdev, 0, qdev_get_gpio_in(armv7m, uart_irq[i])); |
129 | + * netdev backend. So always instantiate it even if there is no | 161 | + } |
130 | + * backend. | 162 | + |
131 | + */ | 163 | + /* LPUART device*/ |
132 | + sysbus_realize(sbd, &error_abort); | 164 | + dev = DEVICE(&(s->lpuart)); |
133 | + sysbus_mmio_map(sbd, 0, npcm7xx_emc_addr[i]); | 165 | + qdev_prop_set_chr(dev, "chardev", serial_hd(STM_NUM_USARTS + STM_NUM_UARTS)); |
134 | + int tx_irq = i == 0 ? NPCM7XX_EMC1TX_IRQ : NPCM7XX_EMC2TX_IRQ; | 166 | + qdev_connect_clock_in(dev, "clk", |
135 | + int rx_irq = i == 0 ? NPCM7XX_EMC1RX_IRQ : NPCM7XX_EMC2RX_IRQ; | 167 | + qdev_get_clock_out(DEVICE(&(s->rcc)), "lpuart1-out")); |
136 | + /* | 168 | + busdev = SYS_BUS_DEVICE(dev); |
137 | + * N.B. The values for the second argument sysbus_connect_irq are | 169 | + if (!sysbus_realize(busdev, errp)) { |
138 | + * chosen to match the registration order in npcm7xx_emc_realize. | 170 | + return; |
139 | + */ | 171 | + } |
140 | + sysbus_connect_irq(sbd, 0, npcm7xx_irq(s, tx_irq)); | 172 | + sysbus_mmio_map(busdev, 0, LPUART_BASE_ADDRESS); |
141 | + sysbus_connect_irq(sbd, 1, npcm7xx_irq(s, rx_irq)); | 173 | + sysbus_connect_irq(busdev, 0, qdev_get_gpio_in(armv7m, LPUART_IRQ)); |
142 | + } | 174 | + |
143 | + | 175 | /* APB1 BUS */ |
144 | /* | 176 | create_unimplemented_device("TIM2", 0x40000000, 0x400); |
145 | * Flash Interface Unit (FIU). Can fail if incorrect number of chip selects | 177 | create_unimplemented_device("TIM3", 0x40000400, 0x400); |
146 | * specified, but this is a programming error. | 178 | @@ -XXX,XX +XXX,XX @@ static void stm32l4x5_soc_realize(DeviceState *dev_soc, Error **errp) |
147 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_realize(DeviceState *dev, Error **errp) | 179 | create_unimplemented_device("SPI2", 0x40003800, 0x400); |
148 | create_unimplemented_device("npcm7xx.vcd", 0xf0810000, 64 * KiB); | 180 | create_unimplemented_device("SPI3", 0x40003C00, 0x400); |
149 | create_unimplemented_device("npcm7xx.ece", 0xf0820000, 8 * KiB); | 181 | /* RESERVED: 0x40004000, 0x400 */ |
150 | create_unimplemented_device("npcm7xx.vdma", 0xf0822000, 8 * KiB); | 182 | - create_unimplemented_device("USART2", 0x40004400, 0x400); |
151 | - create_unimplemented_device("npcm7xx.emc1", 0xf0825000, 4 * KiB); | 183 | - create_unimplemented_device("USART3", 0x40004800, 0x400); |
152 | - create_unimplemented_device("npcm7xx.emc2", 0xf0826000, 4 * KiB); | 184 | - create_unimplemented_device("UART4", 0x40004C00, 0x400); |
153 | create_unimplemented_device("npcm7xx.usbd[0]", 0xf0830000, 4 * KiB); | 185 | - create_unimplemented_device("UART5", 0x40005000, 0x400); |
154 | create_unimplemented_device("npcm7xx.usbd[1]", 0xf0831000, 4 * KiB); | 186 | create_unimplemented_device("I2C1", 0x40005400, 0x400); |
155 | create_unimplemented_device("npcm7xx.usbd[2]", 0xf0832000, 4 * KiB); | 187 | create_unimplemented_device("I2C2", 0x40005800, 0x400); |
188 | create_unimplemented_device("I2C3", 0x40005C00, 0x400); | ||
189 | @@ -XXX,XX +XXX,XX @@ static void stm32l4x5_soc_realize(DeviceState *dev_soc, Error **errp) | ||
190 | create_unimplemented_device("DAC1", 0x40007400, 0x400); | ||
191 | create_unimplemented_device("OPAMP", 0x40007800, 0x400); | ||
192 | create_unimplemented_device("LPTIM1", 0x40007C00, 0x400); | ||
193 | - create_unimplemented_device("LPUART1", 0x40008000, 0x400); | ||
194 | /* RESERVED: 0x40008400, 0x400 */ | ||
195 | create_unimplemented_device("SWPMI1", 0x40008800, 0x400); | ||
196 | /* RESERVED: 0x40008C00, 0x800 */ | ||
197 | @@ -XXX,XX +XXX,XX @@ static void stm32l4x5_soc_realize(DeviceState *dev_soc, Error **errp) | ||
198 | create_unimplemented_device("TIM1", 0x40012C00, 0x400); | ||
199 | create_unimplemented_device("SPI1", 0x40013000, 0x400); | ||
200 | create_unimplemented_device("TIM8", 0x40013400, 0x400); | ||
201 | - create_unimplemented_device("USART1", 0x40013800, 0x400); | ||
202 | /* RESERVED: 0x40013C00, 0x400 */ | ||
203 | create_unimplemented_device("TIM15", 0x40014000, 0x400); | ||
204 | create_unimplemented_device("TIM16", 0x40014400, 0x400); | ||
205 | diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig | ||
206 | index XXXXXXX..XXXXXXX 100644 | ||
207 | --- a/hw/arm/Kconfig | ||
208 | +++ b/hw/arm/Kconfig | ||
209 | @@ -XXX,XX +XXX,XX @@ config STM32L4X5_SOC | ||
210 | select STM32L4X5_SYSCFG | ||
211 | select STM32L4X5_RCC | ||
212 | select STM32L4X5_GPIO | ||
213 | + select STM32L4X5_USART | ||
214 | |||
215 | config XLNX_ZYNQMP_ARM | ||
216 | bool | ||
156 | -- | 217 | -- |
157 | 2.20.1 | 218 | 2.34.1 |
158 | 219 | ||
159 | 220 | diff view generated by jsdifflib |
1 | From: Doug Evans <dje@google.com> | 1 | From: Arnaud Minier <arnaud.minier@telecom-paris.fr> |
---|---|---|---|
2 | 2 | ||
3 | Reviewed-by: Hao Wu <wuhaotsh@google.com> | 3 | Test: |
4 | Reviewed-by: Avi Fishman <avi.fishman@nuvoton.com> | 4 | - read/write from/to the usart registers |
5 | - send/receive a character/string over the serial port | ||
6 | |||
7 | Signed-off-by: Arnaud Minier <arnaud.minier@telecom-paris.fr> | ||
8 | Signed-off-by: Inès Varhol <ines.varhol@telecom-paris.fr> | ||
5 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
6 | Signed-off-by: Doug Evans <dje@google.com> | 10 | Message-id: 20240329174402.60382-6-arnaud.minier@telecom-paris.fr |
7 | Message-id: 20210218212453.831406-4-dje@google.com | 11 | [PMM: fix checkpatch nits, remove commented out code] |
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
9 | --- | 13 | --- |
10 | tests/qtest/npcm7xx_emc-test.c | 862 +++++++++++++++++++++++++++++++++ | 14 | tests/qtest/stm32l4x5_usart-test.c | 315 +++++++++++++++++++++++++++++ |
11 | tests/qtest/meson.build | 3 +- | 15 | tests/qtest/meson.build | 4 +- |
12 | 2 files changed, 864 insertions(+), 1 deletion(-) | 16 | 2 files changed, 318 insertions(+), 1 deletion(-) |
13 | create mode 100644 tests/qtest/npcm7xx_emc-test.c | 17 | create mode 100644 tests/qtest/stm32l4x5_usart-test.c |
14 | 18 | ||
15 | diff --git a/tests/qtest/npcm7xx_emc-test.c b/tests/qtest/npcm7xx_emc-test.c | 19 | diff --git a/tests/qtest/stm32l4x5_usart-test.c b/tests/qtest/stm32l4x5_usart-test.c |
16 | new file mode 100644 | 20 | new file mode 100644 |
17 | index XXXXXXX..XXXXXXX | 21 | index XXXXXXX..XXXXXXX |
18 | --- /dev/null | 22 | --- /dev/null |
19 | +++ b/tests/qtest/npcm7xx_emc-test.c | 23 | +++ b/tests/qtest/stm32l4x5_usart-test.c |
20 | @@ -XXX,XX +XXX,XX @@ | 24 | @@ -XXX,XX +XXX,XX @@ |
21 | +/* | 25 | +/* |
22 | + * QTests for Nuvoton NPCM7xx EMC Modules. | 26 | + * QTest testcase for STML4X5_USART |
23 | + * | 27 | + * |
24 | + * Copyright 2020 Google LLC | 28 | + * Copyright (c) 2023 Arnaud Minier <arnaud.minier@telecom-paris.fr> |
29 | + * Copyright (c) 2023 Inès Varhol <ines.varhol@telecom-paris.fr> | ||
25 | + * | 30 | + * |
26 | + * This program is free software; you can redistribute it and/or modify it | 31 | + * This work is licensed under the terms of the GNU GPL, version 2 or later. |
27 | + * under the terms of the GNU General Public License as published by the | 32 | + * See the COPYING file in the top-level directory. |
28 | + * Free Software Foundation; either version 2 of the License, or | ||
29 | + * (at your option) any later version. | ||
30 | + * | ||
31 | + * This program is distributed in the hope that it will be useful, but WITHOUT | ||
32 | + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
33 | + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
34 | + * for more details. | ||
35 | + */ | 33 | + */ |
36 | + | 34 | + |
37 | +#include "qemu/osdep.h" | 35 | +#include "qemu/osdep.h" |
38 | +#include "qemu-common.h" | 36 | +#include "libqtest.h" |
39 | +#include "libqos/libqos.h" | 37 | +#include "hw/misc/stm32l4x5_rcc_internals.h" |
40 | +#include "qapi/qmp/qdict.h" | 38 | +#include "hw/registerfields.h" |
41 | +#include "qapi/qmp/qnum.h" | 39 | + |
42 | +#include "qemu/bitops.h" | 40 | +#define RCC_BASE_ADDR 0x40021000 |
43 | +#include "qemu/iov.h" | 41 | +/* Use USART 1 ADDR, assume the others work the same */ |
44 | + | 42 | +#define USART1_BASE_ADDR 0x40013800 |
45 | +/* Name of the emc device. */ | 43 | + |
46 | +#define TYPE_NPCM7XX_EMC "npcm7xx-emc" | 44 | +/* See stm32l4x5_usart for definitions */ |
47 | + | 45 | +REG32(CR1, 0x00) |
48 | +/* Timeout for various operations, in seconds. */ | 46 | + FIELD(CR1, M1, 28, 1) |
49 | +#define TIMEOUT_SECONDS 10 | 47 | + FIELD(CR1, OVER8, 15, 1) |
50 | + | 48 | + FIELD(CR1, M0, 12, 1) |
51 | +/* Address in memory of the descriptor. */ | 49 | + FIELD(CR1, PCE, 10, 1) |
52 | +#define DESC_ADDR (1 << 20) /* 1 MiB */ | 50 | + FIELD(CR1, TXEIE, 7, 1) |
53 | + | 51 | + FIELD(CR1, RXNEIE, 5, 1) |
54 | +/* Address in memory of the data packet. */ | 52 | + FIELD(CR1, TE, 3, 1) |
55 | +#define DATA_ADDR (DESC_ADDR + 4096) | 53 | + FIELD(CR1, RE, 2, 1) |
56 | + | 54 | + FIELD(CR1, UE, 0, 1) |
57 | +#define CRC_LENGTH 4 | 55 | +REG32(CR2, 0x04) |
58 | + | 56 | +REG32(CR3, 0x08) |
59 | +#define NUM_TX_DESCRIPTORS 3 | 57 | + FIELD(CR3, OVRDIS, 12, 1) |
60 | +#define NUM_RX_DESCRIPTORS 2 | 58 | +REG32(BRR, 0x0C) |
61 | + | 59 | +REG32(GTPR, 0x10) |
62 | +/* Size of tx,rx test buffers. */ | 60 | +REG32(RTOR, 0x14) |
63 | +#define TX_DATA_LEN 64 | 61 | +REG32(RQR, 0x18) |
64 | +#define RX_DATA_LEN 64 | 62 | +REG32(ISR, 0x1C) |
65 | + | 63 | + FIELD(ISR, TXE, 7, 1) |
66 | +#define TX_STEP_COUNT 10000 | 64 | + FIELD(ISR, RXNE, 5, 1) |
67 | +#define RX_STEP_COUNT 10000 | 65 | + FIELD(ISR, ORE, 3, 1) |
68 | + | 66 | +REG32(ICR, 0x20) |
69 | +/* 32-bit register indices. */ | 67 | +REG32(RDR, 0x24) |
70 | +typedef enum NPCM7xxPWMRegister { | 68 | +REG32(TDR, 0x28) |
71 | + /* Control registers. */ | 69 | + |
72 | + REG_CAMCMR, | 70 | +#define NVIC_ISPR1 0XE000E204 |
73 | + REG_CAMEN, | 71 | +#define NVIC_ICPR1 0xE000E284 |
74 | + | 72 | +#define USART1_IRQ 37 |
75 | + /* There are 16 CAMn[ML] registers. */ | 73 | + |
76 | + REG_CAMM_BASE, | 74 | +static bool check_nvic_pending(QTestState *qts, unsigned int n) |
77 | + REG_CAML_BASE, | 75 | +{ |
78 | + | 76 | + /* No USART interrupts are less than 32 */ |
79 | + REG_TXDLSA = 0x22, | 77 | + assert(n > 32); |
80 | + REG_RXDLSA, | 78 | + n -= 32; |
81 | + REG_MCMDR, | 79 | + return qtest_readl(qts, NVIC_ISPR1) & (1 << n); |
82 | + REG_MIID, | 80 | +} |
83 | + REG_MIIDA, | 81 | + |
84 | + REG_FFTCR, | 82 | +static bool clear_nvic_pending(QTestState *qts, unsigned int n) |
85 | + REG_TSDR, | 83 | +{ |
86 | + REG_RSDR, | 84 | + /* No USART interrupts are less than 32 */ |
87 | + REG_DMARFC, | 85 | + assert(n > 32); |
88 | + REG_MIEN, | 86 | + n -= 32; |
89 | + | 87 | + qtest_writel(qts, NVIC_ICPR1, (1 << n)); |
90 | + /* Status registers. */ | 88 | + return true; |
91 | + REG_MISTA, | ||
92 | + REG_MGSTA, | ||
93 | + REG_MPCNT, | ||
94 | + REG_MRPC, | ||
95 | + REG_MRPCC, | ||
96 | + REG_MREPC, | ||
97 | + REG_DMARFS, | ||
98 | + REG_CTXDSA, | ||
99 | + REG_CTXBSA, | ||
100 | + REG_CRXDSA, | ||
101 | + REG_CRXBSA, | ||
102 | + | ||
103 | + NPCM7XX_NUM_EMC_REGS, | ||
104 | +} NPCM7xxPWMRegister; | ||
105 | + | ||
106 | +enum { NUM_CAMML_REGS = 16 }; | ||
107 | + | ||
108 | +/* REG_CAMCMR fields */ | ||
109 | +/* Enable CAM Compare */ | ||
110 | +#define REG_CAMCMR_ECMP (1 << 4) | ||
111 | +/* Accept Unicast Packet */ | ||
112 | +#define REG_CAMCMR_AUP (1 << 0) | ||
113 | + | ||
114 | +/* REG_MCMDR fields */ | ||
115 | +/* Software Reset */ | ||
116 | +#define REG_MCMDR_SWR (1 << 24) | ||
117 | +/* Frame Transmission On */ | ||
118 | +#define REG_MCMDR_TXON (1 << 8) | ||
119 | +/* Accept Long Packet */ | ||
120 | +#define REG_MCMDR_ALP (1 << 1) | ||
121 | +/* Frame Reception On */ | ||
122 | +#define REG_MCMDR_RXON (1 << 0) | ||
123 | + | ||
124 | +/* REG_MIEN fields */ | ||
125 | +/* Enable Transmit Completion Interrupt */ | ||
126 | +#define REG_MIEN_ENTXCP (1 << 18) | ||
127 | +/* Enable Transmit Interrupt */ | ||
128 | +#define REG_MIEN_ENTXINTR (1 << 16) | ||
129 | +/* Enable Receive Good Interrupt */ | ||
130 | +#define REG_MIEN_ENRXGD (1 << 4) | ||
131 | +/* ENable Receive Interrupt */ | ||
132 | +#define REG_MIEN_ENRXINTR (1 << 0) | ||
133 | + | ||
134 | +/* REG_MISTA fields */ | ||
135 | +/* Transmit Bus Error Interrupt */ | ||
136 | +#define REG_MISTA_TXBERR (1 << 24) | ||
137 | +/* Transmit Descriptor Unavailable Interrupt */ | ||
138 | +#define REG_MISTA_TDU (1 << 23) | ||
139 | +/* Transmit Completion Interrupt */ | ||
140 | +#define REG_MISTA_TXCP (1 << 18) | ||
141 | +/* Transmit Interrupt */ | ||
142 | +#define REG_MISTA_TXINTR (1 << 16) | ||
143 | +/* Receive Bus Error Interrupt */ | ||
144 | +#define REG_MISTA_RXBERR (1 << 11) | ||
145 | +/* Receive Descriptor Unavailable Interrupt */ | ||
146 | +#define REG_MISTA_RDU (1 << 10) | ||
147 | +/* DMA Early Notification Interrupt */ | ||
148 | +#define REG_MISTA_DENI (1 << 9) | ||
149 | +/* Maximum Frame Length Interrupt */ | ||
150 | +#define REG_MISTA_DFOI (1 << 8) | ||
151 | +/* Receive Good Interrupt */ | ||
152 | +#define REG_MISTA_RXGD (1 << 4) | ||
153 | +/* Packet Too Long Interrupt */ | ||
154 | +#define REG_MISTA_PTLE (1 << 3) | ||
155 | +/* Receive Interrupt */ | ||
156 | +#define REG_MISTA_RXINTR (1 << 0) | ||
157 | + | ||
158 | +typedef struct NPCM7xxEMCTxDesc NPCM7xxEMCTxDesc; | ||
159 | +typedef struct NPCM7xxEMCRxDesc NPCM7xxEMCRxDesc; | ||
160 | + | ||
161 | +struct NPCM7xxEMCTxDesc { | ||
162 | + uint32_t flags; | ||
163 | + uint32_t txbsa; | ||
164 | + uint32_t status_and_length; | ||
165 | + uint32_t ntxdsa; | ||
166 | +}; | ||
167 | + | ||
168 | +struct NPCM7xxEMCRxDesc { | ||
169 | + uint32_t status_and_length; | ||
170 | + uint32_t rxbsa; | ||
171 | + uint32_t reserved; | ||
172 | + uint32_t nrxdsa; | ||
173 | +}; | ||
174 | + | ||
175 | +/* NPCM7xxEMCTxDesc.flags values */ | ||
176 | +/* Owner: 0 = cpu, 1 = emc */ | ||
177 | +#define TX_DESC_FLAG_OWNER_MASK (1 << 31) | ||
178 | +/* Transmit interrupt enable */ | ||
179 | +#define TX_DESC_FLAG_INTEN (1 << 2) | ||
180 | + | ||
181 | +/* NPCM7xxEMCTxDesc.status_and_length values */ | ||
182 | +/* Transmission complete */ | ||
183 | +#define TX_DESC_STATUS_TXCP (1 << 19) | ||
184 | +/* Transmit interrupt */ | ||
185 | +#define TX_DESC_STATUS_TXINTR (1 << 16) | ||
186 | + | ||
187 | +/* NPCM7xxEMCRxDesc.status_and_length values */ | ||
188 | +/* Owner: 0b00 = cpu, 0b10 = emc */ | ||
189 | +#define RX_DESC_STATUS_OWNER_SHIFT 30 | ||
190 | +#define RX_DESC_STATUS_OWNER_MASK 0xc0000000 | ||
191 | +/* Frame Reception Complete */ | ||
192 | +#define RX_DESC_STATUS_RXGD (1 << 20) | ||
193 | +/* Packet too long */ | ||
194 | +#define RX_DESC_STATUS_PTLE (1 << 19) | ||
195 | +/* Receive Interrupt */ | ||
196 | +#define RX_DESC_STATUS_RXINTR (1 << 16) | ||
197 | + | ||
198 | +#define RX_DESC_PKT_LEN(word) ((uint32_t) (word) & 0xffff) | ||
199 | + | ||
200 | +typedef struct EMCModule { | ||
201 | + int rx_irq; | ||
202 | + int tx_irq; | ||
203 | + uint64_t base_addr; | ||
204 | +} EMCModule; | ||
205 | + | ||
206 | +typedef struct TestData { | ||
207 | + const EMCModule *module; | ||
208 | +} TestData; | ||
209 | + | ||
210 | +static const EMCModule emc_module_list[] = { | ||
211 | + { | ||
212 | + .rx_irq = 15, | ||
213 | + .tx_irq = 16, | ||
214 | + .base_addr = 0xf0825000 | ||
215 | + }, | ||
216 | + { | ||
217 | + .rx_irq = 114, | ||
218 | + .tx_irq = 115, | ||
219 | + .base_addr = 0xf0826000 | ||
220 | + } | ||
221 | +}; | ||
222 | + | ||
223 | +/* Returns the index of the EMC module. */ | ||
224 | +static int emc_module_index(const EMCModule *mod) | ||
225 | +{ | ||
226 | + ptrdiff_t diff = mod - emc_module_list; | ||
227 | + | ||
228 | + g_assert_true(diff >= 0 && diff < ARRAY_SIZE(emc_module_list)); | ||
229 | + | ||
230 | + return diff; | ||
231 | +} | ||
232 | + | ||
233 | +static void packet_test_clear(void *sockets) | ||
234 | +{ | ||
235 | + int *test_sockets = sockets; | ||
236 | + | ||
237 | + close(test_sockets[0]); | ||
238 | + g_free(test_sockets); | ||
239 | +} | ||
240 | + | ||
241 | +static int *packet_test_init(int module_num, GString *cmd_line) | ||
242 | +{ | ||
243 | + int *test_sockets = g_new(int, 2); | ||
244 | + int ret = socketpair(PF_UNIX, SOCK_STREAM, 0, test_sockets); | ||
245 | + g_assert_cmpint(ret, != , -1); | ||
246 | + | ||
247 | + /* | ||
248 | + * KISS and use -nic. We specify two nics (both emc{0,1}) because there's | ||
249 | + * currently no way to specify only emc1: The driver implicitly relies on | ||
250 | + * emc[i] == nd_table[i]. | ||
251 | + */ | ||
252 | + if (module_num == 0) { | ||
253 | + g_string_append_printf(cmd_line, | ||
254 | + " -nic socket,fd=%d,model=" TYPE_NPCM7XX_EMC " " | ||
255 | + " -nic user,model=" TYPE_NPCM7XX_EMC " ", | ||
256 | + test_sockets[1]); | ||
257 | + } else { | ||
258 | + g_string_append_printf(cmd_line, | ||
259 | + " -nic user,model=" TYPE_NPCM7XX_EMC " " | ||
260 | + " -nic socket,fd=%d,model=" TYPE_NPCM7XX_EMC " ", | ||
261 | + test_sockets[1]); | ||
262 | + } | ||
263 | + | ||
264 | + g_test_queue_destroy(packet_test_clear, test_sockets); | ||
265 | + return test_sockets; | ||
266 | +} | ||
267 | + | ||
268 | +static uint32_t emc_read(QTestState *qts, const EMCModule *mod, | ||
269 | + NPCM7xxPWMRegister regno) | ||
270 | +{ | ||
271 | + return qtest_readl(qts, mod->base_addr + regno * sizeof(uint32_t)); | ||
272 | +} | ||
273 | + | ||
274 | +static void emc_write(QTestState *qts, const EMCModule *mod, | ||
275 | + NPCM7xxPWMRegister regno, uint32_t value) | ||
276 | +{ | ||
277 | + qtest_writel(qts, mod->base_addr + regno * sizeof(uint32_t), value); | ||
278 | +} | ||
279 | + | ||
280 | +static void emc_read_tx_desc(QTestState *qts, uint32_t addr, | ||
281 | + NPCM7xxEMCTxDesc *desc) | ||
282 | +{ | ||
283 | + qtest_memread(qts, addr, desc, sizeof(*desc)); | ||
284 | + desc->flags = le32_to_cpu(desc->flags); | ||
285 | + desc->txbsa = le32_to_cpu(desc->txbsa); | ||
286 | + desc->status_and_length = le32_to_cpu(desc->status_and_length); | ||
287 | + desc->ntxdsa = le32_to_cpu(desc->ntxdsa); | ||
288 | +} | ||
289 | + | ||
290 | +static void emc_write_tx_desc(QTestState *qts, const NPCM7xxEMCTxDesc *desc, | ||
291 | + uint32_t addr) | ||
292 | +{ | ||
293 | + NPCM7xxEMCTxDesc le_desc; | ||
294 | + | ||
295 | + le_desc.flags = cpu_to_le32(desc->flags); | ||
296 | + le_desc.txbsa = cpu_to_le32(desc->txbsa); | ||
297 | + le_desc.status_and_length = cpu_to_le32(desc->status_and_length); | ||
298 | + le_desc.ntxdsa = cpu_to_le32(desc->ntxdsa); | ||
299 | + qtest_memwrite(qts, addr, &le_desc, sizeof(le_desc)); | ||
300 | +} | ||
301 | + | ||
302 | +static void emc_read_rx_desc(QTestState *qts, uint32_t addr, | ||
303 | + NPCM7xxEMCRxDesc *desc) | ||
304 | +{ | ||
305 | + qtest_memread(qts, addr, desc, sizeof(*desc)); | ||
306 | + desc->status_and_length = le32_to_cpu(desc->status_and_length); | ||
307 | + desc->rxbsa = le32_to_cpu(desc->rxbsa); | ||
308 | + desc->reserved = le32_to_cpu(desc->reserved); | ||
309 | + desc->nrxdsa = le32_to_cpu(desc->nrxdsa); | ||
310 | +} | ||
311 | + | ||
312 | +static void emc_write_rx_desc(QTestState *qts, const NPCM7xxEMCRxDesc *desc, | ||
313 | + uint32_t addr) | ||
314 | +{ | ||
315 | + NPCM7xxEMCRxDesc le_desc; | ||
316 | + | ||
317 | + le_desc.status_and_length = cpu_to_le32(desc->status_and_length); | ||
318 | + le_desc.rxbsa = cpu_to_le32(desc->rxbsa); | ||
319 | + le_desc.reserved = cpu_to_le32(desc->reserved); | ||
320 | + le_desc.nrxdsa = cpu_to_le32(desc->nrxdsa); | ||
321 | + qtest_memwrite(qts, addr, &le_desc, sizeof(le_desc)); | ||
322 | +} | 89 | +} |
323 | + | 90 | + |
324 | +/* | 91 | +/* |
325 | + * Reset the EMC module. | 92 | + * Wait indefinitely for the flag to be updated. |
326 | + * The module must be reset before, e.g., TXDLSA,RXDLSA are changed. | 93 | + * If this is run on a slow CI runner, |
94 | + * the meson harness will timeout after 10 minutes for us. | ||
327 | + */ | 95 | + */ |
328 | +static bool emc_soft_reset(QTestState *qts, const EMCModule *mod) | 96 | +static bool usart_wait_for_flag(QTestState *qts, uint32_t event_addr, |
329 | +{ | 97 | + uint32_t flag) |
330 | + uint32_t val; | 98 | +{ |
331 | + uint64_t end_time; | 99 | + while (true) { |
332 | + | 100 | + if ((qtest_readl(qts, event_addr) & flag)) { |
333 | + emc_write(qts, mod, REG_MCMDR, REG_MCMDR_SWR); | ||
334 | + | ||
335 | + /* | ||
336 | + * Wait for device to reset as the linux driver does. | ||
337 | + * During reset the AHB reads 0 for all registers. So first wait for | ||
338 | + * something that resets to non-zero, and then wait for SWR becoming 0. | ||
339 | + */ | ||
340 | + end_time = g_get_monotonic_time() + TIMEOUT_SECONDS * G_TIME_SPAN_SECOND; | ||
341 | + | ||
342 | + do { | ||
343 | + qtest_clock_step(qts, 100); | ||
344 | + val = emc_read(qts, mod, REG_FFTCR); | ||
345 | + } while (val == 0 && g_get_monotonic_time() < end_time); | ||
346 | + if (val != 0) { | ||
347 | + do { | ||
348 | + qtest_clock_step(qts, 100); | ||
349 | + val = emc_read(qts, mod, REG_MCMDR); | ||
350 | + if ((val & REG_MCMDR_SWR) == 0) { | ||
351 | + /* | ||
352 | + * N.B. The CAMs have been reset here, so macaddr matching of | ||
353 | + * incoming packets will not work. | ||
354 | + */ | ||
355 | + return true; | ||
356 | + } | ||
357 | + } while (g_get_monotonic_time() < end_time); | ||
358 | + } | ||
359 | + | ||
360 | + g_message("%s: Timeout expired", __func__); | ||
361 | + return false; | ||
362 | +} | ||
363 | + | ||
364 | +/* Check emc registers are reset to default value. */ | ||
365 | +static void test_init(gconstpointer test_data) | ||
366 | +{ | ||
367 | + const TestData *td = test_data; | ||
368 | + const EMCModule *mod = td->module; | ||
369 | + QTestState *qts = qtest_init("-machine quanta-gsj"); | ||
370 | + int i; | ||
371 | + | ||
372 | +#define CHECK_REG(regno, value) \ | ||
373 | + do { \ | ||
374 | + g_assert_cmphex(emc_read(qts, mod, (regno)), ==, (value)); \ | ||
375 | + } while (0) | ||
376 | + | ||
377 | + CHECK_REG(REG_CAMCMR, 0); | ||
378 | + CHECK_REG(REG_CAMEN, 0); | ||
379 | + CHECK_REG(REG_TXDLSA, 0xfffffffc); | ||
380 | + CHECK_REG(REG_RXDLSA, 0xfffffffc); | ||
381 | + CHECK_REG(REG_MCMDR, 0); | ||
382 | + CHECK_REG(REG_MIID, 0); | ||
383 | + CHECK_REG(REG_MIIDA, 0x00900000); | ||
384 | + CHECK_REG(REG_FFTCR, 0x0101); | ||
385 | + CHECK_REG(REG_DMARFC, 0x0800); | ||
386 | + CHECK_REG(REG_MIEN, 0); | ||
387 | + CHECK_REG(REG_MISTA, 0); | ||
388 | + CHECK_REG(REG_MGSTA, 0); | ||
389 | + CHECK_REG(REG_MPCNT, 0x7fff); | ||
390 | + CHECK_REG(REG_MRPC, 0); | ||
391 | + CHECK_REG(REG_MRPCC, 0); | ||
392 | + CHECK_REG(REG_MREPC, 0); | ||
393 | + CHECK_REG(REG_DMARFS, 0); | ||
394 | + CHECK_REG(REG_CTXDSA, 0); | ||
395 | + CHECK_REG(REG_CTXBSA, 0); | ||
396 | + CHECK_REG(REG_CRXDSA, 0); | ||
397 | + CHECK_REG(REG_CRXBSA, 0); | ||
398 | + | ||
399 | +#undef CHECK_REG | ||
400 | + | ||
401 | + for (i = 0; i < NUM_CAMML_REGS; ++i) { | ||
402 | + g_assert_cmpuint(emc_read(qts, mod, REG_CAMM_BASE + i * 2), ==, | ||
403 | + 0); | ||
404 | + g_assert_cmpuint(emc_read(qts, mod, REG_CAML_BASE + i * 2), ==, | ||
405 | + 0); | ||
406 | + } | ||
407 | + | ||
408 | + qtest_quit(qts); | ||
409 | +} | ||
410 | + | ||
411 | +static bool emc_wait_irq(QTestState *qts, const EMCModule *mod, int step, | ||
412 | + bool is_tx) | ||
413 | +{ | ||
414 | + uint64_t end_time = | ||
415 | + g_get_monotonic_time() + TIMEOUT_SECONDS * G_TIME_SPAN_SECOND; | ||
416 | + | ||
417 | + do { | ||
418 | + if (qtest_get_irq(qts, is_tx ? mod->tx_irq : mod->rx_irq)) { | ||
419 | + return true; | 101 | + return true; |
420 | + } | 102 | + } |
421 | + qtest_clock_step(qts, step); | 103 | + g_usleep(1000); |
422 | + } while (g_get_monotonic_time() < end_time); | 104 | + } |
423 | + | 105 | + |
424 | + g_message("%s: Timeout expired", __func__); | ||
425 | + return false; | 106 | + return false; |
426 | +} | 107 | +} |
427 | + | 108 | + |
428 | +static bool emc_wait_mista(QTestState *qts, const EMCModule *mod, int step, | 109 | +static void usart_receive_string(QTestState *qts, int sock_fd, const char *in, |
429 | + uint32_t flag) | 110 | + char *out) |
430 | +{ | 111 | +{ |
431 | + uint64_t end_time = | 112 | + int i, in_len = strlen(in); |
432 | + g_get_monotonic_time() + TIMEOUT_SECONDS * G_TIME_SPAN_SECOND; | 113 | + |
433 | + | 114 | + g_assert_true(send(sock_fd, in, in_len, 0) == in_len); |
434 | + do { | 115 | + for (i = 0; i < in_len; i++) { |
435 | + uint32_t mista = emc_read(qts, mod, REG_MISTA); | 116 | + g_assert_true(usart_wait_for_flag(qts, |
436 | + if (mista & flag) { | 117 | + USART1_BASE_ADDR + A_ISR, R_ISR_RXNE_MASK)); |
437 | + return true; | 118 | + out[i] = qtest_readl(qts, USART1_BASE_ADDR + A_RDR); |
438 | + } | ||
439 | + qtest_clock_step(qts, step); | ||
440 | + } while (g_get_monotonic_time() < end_time); | ||
441 | + | ||
442 | + g_message("%s: Timeout expired", __func__); | ||
443 | + return false; | ||
444 | +} | ||
445 | + | ||
446 | +static bool wait_socket_readable(int fd) | ||
447 | +{ | ||
448 | + fd_set read_fds; | ||
449 | + struct timeval tv; | ||
450 | + int rv; | ||
451 | + | ||
452 | + FD_ZERO(&read_fds); | ||
453 | + FD_SET(fd, &read_fds); | ||
454 | + tv.tv_sec = TIMEOUT_SECONDS; | ||
455 | + tv.tv_usec = 0; | ||
456 | + rv = select(fd + 1, &read_fds, NULL, NULL, &tv); | ||
457 | + if (rv == -1) { | ||
458 | + perror("select"); | ||
459 | + } else if (rv == 0) { | ||
460 | + g_message("%s: Timeout expired", __func__); | ||
461 | + } | 119 | + } |
462 | + return rv == 1; | 120 | + out[i] = '\0'; |
463 | +} | 121 | +} |
464 | + | 122 | + |
465 | +/* Initialize *desc (in host endian format). */ | 123 | +static void usart_send_string(QTestState *qts, const char *in) |
466 | +static void init_tx_desc(NPCM7xxEMCTxDesc *desc, size_t count, | 124 | +{ |
467 | + uint32_t desc_addr) | 125 | + int i, in_len = strlen(in); |
468 | +{ | 126 | + |
469 | + g_assert(count >= 2); | 127 | + for (i = 0; i < in_len; i++) { |
470 | + memset(&desc[0], 0, sizeof(*desc) * count); | 128 | + qtest_writel(qts, USART1_BASE_ADDR + A_TDR, in[i]); |
471 | + /* Leave the last one alone, owned by the cpu -> stops transmission. */ | 129 | + g_assert_true(usart_wait_for_flag(qts, |
472 | + for (size_t i = 0; i < count - 1; ++i) { | 130 | + USART1_BASE_ADDR + A_ISR, R_ISR_TXE_MASK)); |
473 | + desc[i].flags = | ||
474 | + (TX_DESC_FLAG_OWNER_MASK | /* owner = 1: emc */ | ||
475 | + TX_DESC_FLAG_INTEN | | ||
476 | + 0 | /* crc append = 0 */ | ||
477 | + 0 /* padding enable = 0 */); | ||
478 | + desc[i].status_and_length = | ||
479 | + (0 | /* collision count = 0 */ | ||
480 | + 0 | /* SQE = 0 */ | ||
481 | + 0 | /* PAU = 0 */ | ||
482 | + 0 | /* TXHA = 0 */ | ||
483 | + 0 | /* LC = 0 */ | ||
484 | + 0 | /* TXABT = 0 */ | ||
485 | + 0 | /* NCS = 0 */ | ||
486 | + 0 | /* EXDEF = 0 */ | ||
487 | + 0 | /* TXCP = 0 */ | ||
488 | + 0 | /* DEF = 0 */ | ||
489 | + 0 | /* TXINTR = 0 */ | ||
490 | + 0 /* length filled in later */); | ||
491 | + desc[i].ntxdsa = desc_addr + (i + 1) * sizeof(*desc); | ||
492 | + } | 131 | + } |
493 | +} | 132 | +} |
494 | + | 133 | + |
495 | +static void enable_tx(QTestState *qts, const EMCModule *mod, | 134 | +/* Init the RCC clocks to run at 80 MHz */ |
496 | + const NPCM7xxEMCTxDesc *desc, size_t count, | 135 | +static void init_clocks(QTestState *qts) |
497 | + uint32_t desc_addr, uint32_t mien_flags) | 136 | +{ |
498 | +{ | 137 | + uint32_t value; |
499 | + /* Write the descriptors to guest memory. */ | 138 | + |
500 | + for (size_t i = 0; i < count; ++i) { | 139 | + /* MSIRANGE can be set only when MSI is OFF or READY */ |
501 | + emc_write_tx_desc(qts, desc + i, desc_addr + i * sizeof(*desc)); | 140 | + qtest_writel(qts, (RCC_BASE_ADDR + A_CR), R_CR_MSION_MASK); |
502 | + } | 141 | + |
503 | + | 142 | + /* Clocking from MSI, in case MSI was not the default source */ |
504 | + /* Trigger sending the packet. */ | 143 | + qtest_writel(qts, (RCC_BASE_ADDR + A_CFGR), 0); |
505 | + /* The module must be reset before changing TXDLSA. */ | 144 | + |
506 | + g_assert(emc_soft_reset(qts, mod)); | 145 | + /* |
507 | + emc_write(qts, mod, REG_TXDLSA, desc_addr); | 146 | + * Update PLL and set MSI as the source clock. |
508 | + emc_write(qts, mod, REG_CTXDSA, ~0); | 147 | + * PLLM = 1 --> 000 |
509 | + emc_write(qts, mod, REG_MIEN, REG_MIEN_ENTXCP | mien_flags); | 148 | + * PLLN = 40 --> 40 |
510 | + { | 149 | + * PPLLR = 2 --> 00 |
511 | + uint32_t mcmdr = emc_read(qts, mod, REG_MCMDR); | 150 | + * PLLDIV = unused, PLLP = unused (SAI3), PLLQ = unused (48M1) |
512 | + mcmdr |= REG_MCMDR_TXON; | 151 | + * SRC = MSI --> 01 |
513 | + emc_write(qts, mod, REG_MCMDR, mcmdr); | 152 | + */ |
514 | + } | 153 | + qtest_writel(qts, (RCC_BASE_ADDR + A_PLLCFGR), R_PLLCFGR_PLLREN_MASK | |
515 | + | 154 | + (40 << R_PLLCFGR_PLLN_SHIFT) | |
516 | + /* Prod the device to send the packet. */ | 155 | + (0b01 << R_PLLCFGR_PLLSRC_SHIFT)); |
517 | + emc_write(qts, mod, REG_TSDR, 1); | 156 | + |
518 | +} | 157 | + /* PLL activation */ |
519 | + | 158 | + |
520 | +static void emc_send_verify1(QTestState *qts, const EMCModule *mod, int fd, | 159 | + value = qtest_readl(qts, (RCC_BASE_ADDR + A_CR)); |
521 | + bool with_irq, uint32_t desc_addr, | 160 | + qtest_writel(qts, (RCC_BASE_ADDR + A_CR), value | R_CR_PLLON_MASK); |
522 | + uint32_t next_desc_addr, | 161 | + |
523 | + const char *test_data, int test_size) | 162 | + /* RCC_CFGR is OK by defaut */ |
524 | +{ | 163 | + qtest_writel(qts, (RCC_BASE_ADDR + A_CFGR), 0); |
525 | + NPCM7xxEMCTxDesc result_desc; | 164 | + |
526 | + uint32_t expected_mask, expected_value, recv_len; | 165 | + /* CCIPR : no periph clock by default */ |
166 | + qtest_writel(qts, (RCC_BASE_ADDR + A_CCIPR), 0); | ||
167 | + | ||
168 | + /* Switches on the PLL clock source */ | ||
169 | + value = qtest_readl(qts, (RCC_BASE_ADDR + A_CFGR)); | ||
170 | + qtest_writel(qts, (RCC_BASE_ADDR + A_CFGR), (value & ~R_CFGR_SW_MASK) | | ||
171 | + (0b11 << R_CFGR_SW_SHIFT)); | ||
172 | + | ||
173 | + /* Enable SYSCFG clock enabled */ | ||
174 | + qtest_writel(qts, (RCC_BASE_ADDR + A_APB2ENR), R_APB2ENR_SYSCFGEN_MASK); | ||
175 | + | ||
176 | + /* Enable the IO port B clock (See p.252) */ | ||
177 | + qtest_writel(qts, (RCC_BASE_ADDR + A_AHB2ENR), R_AHB2ENR_GPIOBEN_MASK); | ||
178 | + | ||
179 | + /* Enable the clock for USART1 (cf p.259) */ | ||
180 | + /* We rewrite SYSCFGEN to not disable it */ | ||
181 | + qtest_writel(qts, (RCC_BASE_ADDR + A_APB2ENR), | ||
182 | + R_APB2ENR_SYSCFGEN_MASK | R_APB2ENR_USART1EN_MASK); | ||
183 | + | ||
184 | + /* TODO: Enable usart via gpio */ | ||
185 | + | ||
186 | + /* Set PCLK as the clock for USART1(cf p.272) i.e. reset both bits */ | ||
187 | + qtest_writel(qts, (RCC_BASE_ADDR + A_CCIPR), 0); | ||
188 | + | ||
189 | + /* Reset USART1 (see p.249) */ | ||
190 | + qtest_writel(qts, (RCC_BASE_ADDR + A_APB2RSTR), 1 << 14); | ||
191 | + qtest_writel(qts, (RCC_BASE_ADDR + A_APB2RSTR), 0); | ||
192 | +} | ||
193 | + | ||
194 | +static void init_uart(QTestState *qts) | ||
195 | +{ | ||
196 | + uint32_t cr1; | ||
197 | + | ||
198 | + init_clocks(qts); | ||
199 | + | ||
200 | + /* | ||
201 | + * For 115200 bauds, see p.1349. | ||
202 | + * The clock has a frequency of 80Mhz, | ||
203 | + * for 115200, we have to put a divider of 695 = 0x2B7. | ||
204 | + */ | ||
205 | + qtest_writel(qts, (USART1_BASE_ADDR + A_BRR), 0x2B7); | ||
206 | + | ||
207 | + /* | ||
208 | + * Set the oversampling by 16, | ||
209 | + * disable the parity control and | ||
210 | + * set the word length to 8. (cf p.1377) | ||
211 | + */ | ||
212 | + cr1 = qtest_readl(qts, (USART1_BASE_ADDR + A_CR1)); | ||
213 | + cr1 &= ~(R_CR1_M1_MASK | R_CR1_M0_MASK | R_CR1_OVER8_MASK | R_CR1_PCE_MASK); | ||
214 | + qtest_writel(qts, (USART1_BASE_ADDR + A_CR1), cr1); | ||
215 | + | ||
216 | + /* Enable the transmitter, the receiver and the USART. */ | ||
217 | + qtest_writel(qts, (USART1_BASE_ADDR + A_CR1), | ||
218 | + R_CR1_UE_MASK | R_CR1_RE_MASK | R_CR1_TE_MASK); | ||
219 | +} | ||
220 | + | ||
221 | +static void test_write_read(void) | ||
222 | +{ | ||
223 | + QTestState *qts = qtest_init("-M b-l475e-iot01a"); | ||
224 | + | ||
225 | + /* Test that we can write and retrieve a value from the device */ | ||
226 | + qtest_writel(qts, USART1_BASE_ADDR + A_TDR, 0xFFFFFFFF); | ||
227 | + const uint32_t tdr = qtest_readl(qts, USART1_BASE_ADDR + A_TDR); | ||
228 | + g_assert_cmpuint(tdr, ==, 0x000001FF); | ||
229 | +} | ||
230 | + | ||
231 | +static void test_receive_char(void) | ||
232 | +{ | ||
233 | + int sock_fd; | ||
234 | + uint32_t cr1; | ||
235 | + QTestState *qts = qtest_init_with_serial("-M b-l475e-iot01a", &sock_fd); | ||
236 | + | ||
237 | + init_uart(qts); | ||
238 | + | ||
239 | + /* Try without initializing IRQ */ | ||
240 | + g_assert_true(send(sock_fd, "a", 1, 0) == 1); | ||
241 | + usart_wait_for_flag(qts, USART1_BASE_ADDR + A_ISR, R_ISR_RXNE_MASK); | ||
242 | + g_assert_cmphex(qtest_readl(qts, USART1_BASE_ADDR + A_RDR), ==, 'a'); | ||
243 | + g_assert_false(check_nvic_pending(qts, USART1_IRQ)); | ||
244 | + | ||
245 | + /* Now with the IRQ */ | ||
246 | + cr1 = qtest_readl(qts, (USART1_BASE_ADDR + A_CR1)); | ||
247 | + cr1 |= R_CR1_RXNEIE_MASK; | ||
248 | + qtest_writel(qts, USART1_BASE_ADDR + A_CR1, cr1); | ||
249 | + g_assert_true(send(sock_fd, "b", 1, 0) == 1); | ||
250 | + usart_wait_for_flag(qts, USART1_BASE_ADDR + A_ISR, R_ISR_RXNE_MASK); | ||
251 | + g_assert_cmphex(qtest_readl(qts, USART1_BASE_ADDR + A_RDR), ==, 'b'); | ||
252 | + g_assert_true(check_nvic_pending(qts, USART1_IRQ)); | ||
253 | + clear_nvic_pending(qts, USART1_IRQ); | ||
254 | + | ||
255 | + close(sock_fd); | ||
256 | + | ||
257 | + qtest_quit(qts); | ||
258 | +} | ||
259 | + | ||
260 | +static void test_send_char(void) | ||
261 | +{ | ||
262 | + int sock_fd; | ||
263 | + char s[1]; | ||
264 | + uint32_t cr1; | ||
265 | + QTestState *qts = qtest_init_with_serial("-M b-l475e-iot01a", &sock_fd); | ||
266 | + | ||
267 | + init_uart(qts); | ||
268 | + | ||
269 | + /* Try without initializing IRQ */ | ||
270 | + qtest_writel(qts, USART1_BASE_ADDR + A_TDR, 'c'); | ||
271 | + g_assert_true(recv(sock_fd, s, 1, 0) == 1); | ||
272 | + g_assert_cmphex(s[0], ==, 'c'); | ||
273 | + g_assert_false(check_nvic_pending(qts, USART1_IRQ)); | ||
274 | + | ||
275 | + /* Now with the IRQ */ | ||
276 | + cr1 = qtest_readl(qts, (USART1_BASE_ADDR + A_CR1)); | ||
277 | + cr1 |= R_CR1_TXEIE_MASK; | ||
278 | + qtest_writel(qts, USART1_BASE_ADDR + A_CR1, cr1); | ||
279 | + qtest_writel(qts, USART1_BASE_ADDR + A_TDR, 'd'); | ||
280 | + g_assert_true(recv(sock_fd, s, 1, 0) == 1); | ||
281 | + g_assert_cmphex(s[0], ==, 'd'); | ||
282 | + g_assert_true(check_nvic_pending(qts, USART1_IRQ)); | ||
283 | + clear_nvic_pending(qts, USART1_IRQ); | ||
284 | + | ||
285 | + close(sock_fd); | ||
286 | + | ||
287 | + qtest_quit(qts); | ||
288 | +} | ||
289 | + | ||
290 | +static void test_receive_str(void) | ||
291 | +{ | ||
292 | + int sock_fd; | ||
293 | + char s[10]; | ||
294 | + QTestState *qts = qtest_init_with_serial("-M b-l475e-iot01a", &sock_fd); | ||
295 | + | ||
296 | + init_uart(qts); | ||
297 | + | ||
298 | + usart_receive_string(qts, sock_fd, "hello", s); | ||
299 | + g_assert_true(memcmp(s, "hello", 5) == 0); | ||
300 | + | ||
301 | + close(sock_fd); | ||
302 | + | ||
303 | + qtest_quit(qts); | ||
304 | +} | ||
305 | + | ||
306 | +static void test_send_str(void) | ||
307 | +{ | ||
308 | + int sock_fd; | ||
309 | + char s[10]; | ||
310 | + QTestState *qts = qtest_init_with_serial("-M b-l475e-iot01a", &sock_fd); | ||
311 | + | ||
312 | + init_uart(qts); | ||
313 | + | ||
314 | + usart_send_string(qts, "world"); | ||
315 | + g_assert_true(recv(sock_fd, s, 10, 0) == 5); | ||
316 | + g_assert_true(memcmp(s, "world", 5) == 0); | ||
317 | + | ||
318 | + close(sock_fd); | ||
319 | + | ||
320 | + qtest_quit(qts); | ||
321 | +} | ||
322 | + | ||
323 | +int main(int argc, char **argv) | ||
324 | +{ | ||
527 | + int ret; | 325 | + int ret; |
528 | + char buffer[TX_DATA_LEN]; | ||
529 | + | ||
530 | + g_assert(wait_socket_readable(fd)); | ||
531 | + | ||
532 | + /* Read the descriptor back. */ | ||
533 | + emc_read_tx_desc(qts, desc_addr, &result_desc); | ||
534 | + /* Descriptor should be owned by cpu now. */ | ||
535 | + g_assert((result_desc.flags & TX_DESC_FLAG_OWNER_MASK) == 0); | ||
536 | + /* Test the status bits, ignoring the length field. */ | ||
537 | + expected_mask = 0xffff << 16; | ||
538 | + expected_value = TX_DESC_STATUS_TXCP; | ||
539 | + if (with_irq) { | ||
540 | + expected_value |= TX_DESC_STATUS_TXINTR; | ||
541 | + } | ||
542 | + g_assert_cmphex((result_desc.status_and_length & expected_mask), ==, | ||
543 | + expected_value); | ||
544 | + | ||
545 | + /* Check data sent to the backend. */ | ||
546 | + recv_len = ~0; | ||
547 | + ret = qemu_recv(fd, &recv_len, sizeof(recv_len), MSG_DONTWAIT); | ||
548 | + g_assert_cmpint(ret, == , sizeof(recv_len)); | ||
549 | + | ||
550 | + g_assert(wait_socket_readable(fd)); | ||
551 | + memset(buffer, 0xff, sizeof(buffer)); | ||
552 | + ret = qemu_recv(fd, buffer, test_size, MSG_DONTWAIT); | ||
553 | + g_assert_cmpmem(buffer, ret, test_data, test_size); | ||
554 | +} | ||
555 | + | ||
556 | +static void emc_send_verify(QTestState *qts, const EMCModule *mod, int fd, | ||
557 | + bool with_irq) | ||
558 | +{ | ||
559 | + NPCM7xxEMCTxDesc desc[NUM_TX_DESCRIPTORS]; | ||
560 | + uint32_t desc_addr = DESC_ADDR; | ||
561 | + static const char test1_data[] = "TEST1"; | ||
562 | + static const char test2_data[] = "Testing 1 2 3 ..."; | ||
563 | + uint32_t data1_addr = DATA_ADDR; | ||
564 | + uint32_t data2_addr = data1_addr + sizeof(test1_data); | ||
565 | + bool got_tdu; | ||
566 | + uint32_t end_desc_addr; | ||
567 | + | ||
568 | + /* Prepare test data buffer. */ | ||
569 | + qtest_memwrite(qts, data1_addr, test1_data, sizeof(test1_data)); | ||
570 | + qtest_memwrite(qts, data2_addr, test2_data, sizeof(test2_data)); | ||
571 | + | ||
572 | + init_tx_desc(&desc[0], NUM_TX_DESCRIPTORS, desc_addr); | ||
573 | + desc[0].txbsa = data1_addr; | ||
574 | + desc[0].status_and_length |= sizeof(test1_data); | ||
575 | + desc[1].txbsa = data2_addr; | ||
576 | + desc[1].status_and_length |= sizeof(test2_data); | ||
577 | + | ||
578 | + enable_tx(qts, mod, &desc[0], NUM_TX_DESCRIPTORS, desc_addr, | ||
579 | + with_irq ? REG_MIEN_ENTXINTR : 0); | ||
580 | + | ||
581 | + /* | ||
582 | + * It's problematic to observe the interrupt for each packet. | ||
583 | + * Instead just wait until all the packets go out. | ||
584 | + */ | ||
585 | + got_tdu = false; | ||
586 | + while (!got_tdu) { | ||
587 | + if (with_irq) { | ||
588 | + g_assert_true(emc_wait_irq(qts, mod, TX_STEP_COUNT, | ||
589 | + /*is_tx=*/true)); | ||
590 | + } else { | ||
591 | + g_assert_true(emc_wait_mista(qts, mod, TX_STEP_COUNT, | ||
592 | + REG_MISTA_TXINTR)); | ||
593 | + } | ||
594 | + got_tdu = !!(emc_read(qts, mod, REG_MISTA) & REG_MISTA_TDU); | ||
595 | + /* If we don't have TDU yet, reset the interrupt. */ | ||
596 | + if (!got_tdu) { | ||
597 | + emc_write(qts, mod, REG_MISTA, | ||
598 | + emc_read(qts, mod, REG_MISTA) & 0xffff0000); | ||
599 | + } | ||
600 | + } | ||
601 | + | ||
602 | + end_desc_addr = desc_addr + 2 * sizeof(desc[0]); | ||
603 | + g_assert_cmphex(emc_read(qts, mod, REG_CTXDSA), ==, end_desc_addr); | ||
604 | + g_assert_cmphex(emc_read(qts, mod, REG_MISTA), ==, | ||
605 | + REG_MISTA_TXCP | REG_MISTA_TXINTR | REG_MISTA_TDU); | ||
606 | + | ||
607 | + emc_send_verify1(qts, mod, fd, with_irq, | ||
608 | + desc_addr, end_desc_addr, | ||
609 | + test1_data, sizeof(test1_data)); | ||
610 | + emc_send_verify1(qts, mod, fd, with_irq, | ||
611 | + desc_addr + sizeof(desc[0]), end_desc_addr, | ||
612 | + test2_data, sizeof(test2_data)); | ||
613 | +} | ||
614 | + | ||
615 | +/* Initialize *desc (in host endian format). */ | ||
616 | +static void init_rx_desc(NPCM7xxEMCRxDesc *desc, size_t count, | ||
617 | + uint32_t desc_addr, uint32_t data_addr) | ||
618 | +{ | ||
619 | + g_assert_true(count >= 2); | ||
620 | + memset(desc, 0, sizeof(*desc) * count); | ||
621 | + desc[0].rxbsa = data_addr; | ||
622 | + desc[0].status_and_length = | ||
623 | + (0b10 << RX_DESC_STATUS_OWNER_SHIFT | /* owner = 10: emc */ | ||
624 | + 0 | /* RP = 0 */ | ||
625 | + 0 | /* ALIE = 0 */ | ||
626 | + 0 | /* RXGD = 0 */ | ||
627 | + 0 | /* PTLE = 0 */ | ||
628 | + 0 | /* CRCE = 0 */ | ||
629 | + 0 | /* RXINTR = 0 */ | ||
630 | + 0 /* length (filled in later) */); | ||
631 | + /* Leave the last one alone, owned by the cpu -> stops transmission. */ | ||
632 | + desc[0].nrxdsa = desc_addr + sizeof(*desc); | ||
633 | +} | ||
634 | + | ||
635 | +static void enable_rx(QTestState *qts, const EMCModule *mod, | ||
636 | + const NPCM7xxEMCRxDesc *desc, size_t count, | ||
637 | + uint32_t desc_addr, uint32_t mien_flags, | ||
638 | + uint32_t mcmdr_flags) | ||
639 | +{ | ||
640 | + /* | ||
641 | + * Write the descriptor to guest memory. | ||
642 | + * FWIW, IWBN if the docs said the buffer needs to be at least DMARFC | ||
643 | + * bytes. | ||
644 | + */ | ||
645 | + for (size_t i = 0; i < count; ++i) { | ||
646 | + emc_write_rx_desc(qts, desc + i, desc_addr + i * sizeof(*desc)); | ||
647 | + } | ||
648 | + | ||
649 | + /* Trigger receiving the packet. */ | ||
650 | + /* The module must be reset before changing RXDLSA. */ | ||
651 | + g_assert(emc_soft_reset(qts, mod)); | ||
652 | + emc_write(qts, mod, REG_RXDLSA, desc_addr); | ||
653 | + emc_write(qts, mod, REG_MIEN, REG_MIEN_ENRXGD | mien_flags); | ||
654 | + | ||
655 | + /* | ||
656 | + * We don't know what the device's macaddr is, so just accept all | ||
657 | + * unicast packets (AUP). | ||
658 | + */ | ||
659 | + emc_write(qts, mod, REG_CAMCMR, REG_CAMCMR_AUP); | ||
660 | + emc_write(qts, mod, REG_CAMEN, 1 << 0); | ||
661 | + { | ||
662 | + uint32_t mcmdr = emc_read(qts, mod, REG_MCMDR); | ||
663 | + mcmdr |= REG_MCMDR_RXON | mcmdr_flags; | ||
664 | + emc_write(qts, mod, REG_MCMDR, mcmdr); | ||
665 | + } | ||
666 | + | ||
667 | + /* Prod the device to accept a packet. */ | ||
668 | + emc_write(qts, mod, REG_RSDR, 1); | ||
669 | +} | ||
670 | + | ||
671 | +static void emc_recv_verify(QTestState *qts, const EMCModule *mod, int fd, | ||
672 | + bool with_irq) | ||
673 | +{ | ||
674 | + NPCM7xxEMCRxDesc desc[NUM_RX_DESCRIPTORS]; | ||
675 | + uint32_t desc_addr = DESC_ADDR; | ||
676 | + uint32_t data_addr = DATA_ADDR; | ||
677 | + int ret; | ||
678 | + uint32_t expected_mask, expected_value; | ||
679 | + NPCM7xxEMCRxDesc result_desc; | ||
680 | + | ||
681 | + /* Prepare test data buffer. */ | ||
682 | + const char test[RX_DATA_LEN] = "TEST"; | ||
683 | + int len = htonl(sizeof(test)); | ||
684 | + const struct iovec iov[] = { | ||
685 | + { | ||
686 | + .iov_base = &len, | ||
687 | + .iov_len = sizeof(len), | ||
688 | + },{ | ||
689 | + .iov_base = (char *) test, | ||
690 | + .iov_len = sizeof(test), | ||
691 | + }, | ||
692 | + }; | ||
693 | + | ||
694 | + /* | ||
695 | + * Reset the device BEFORE sending a test packet, otherwise the packet | ||
696 | + * may get swallowed by an active device of an earlier test. | ||
697 | + */ | ||
698 | + init_rx_desc(&desc[0], NUM_RX_DESCRIPTORS, desc_addr, data_addr); | ||
699 | + enable_rx(qts, mod, &desc[0], NUM_RX_DESCRIPTORS, desc_addr, | ||
700 | + with_irq ? REG_MIEN_ENRXINTR : 0, 0); | ||
701 | + | ||
702 | + /* Send test packet to device's socket. */ | ||
703 | + ret = iov_send(fd, iov, 2, 0, sizeof(len) + sizeof(test)); | ||
704 | + g_assert_cmpint(ret, == , sizeof(test) + sizeof(len)); | ||
705 | + | ||
706 | + /* Wait for RX interrupt. */ | ||
707 | + if (with_irq) { | ||
708 | + g_assert_true(emc_wait_irq(qts, mod, RX_STEP_COUNT, /*is_tx=*/false)); | ||
709 | + } else { | ||
710 | + g_assert_true(emc_wait_mista(qts, mod, RX_STEP_COUNT, REG_MISTA_RXGD)); | ||
711 | + } | ||
712 | + | ||
713 | + g_assert_cmphex(emc_read(qts, mod, REG_CRXDSA), ==, | ||
714 | + desc_addr + sizeof(desc[0])); | ||
715 | + | ||
716 | + expected_mask = 0xffff; | ||
717 | + expected_value = (REG_MISTA_DENI | | ||
718 | + REG_MISTA_RXGD | | ||
719 | + REG_MISTA_RXINTR); | ||
720 | + g_assert_cmphex((emc_read(qts, mod, REG_MISTA) & expected_mask), | ||
721 | + ==, expected_value); | ||
722 | + | ||
723 | + /* Read the descriptor back. */ | ||
724 | + emc_read_rx_desc(qts, desc_addr, &result_desc); | ||
725 | + /* Descriptor should be owned by cpu now. */ | ||
726 | + g_assert((result_desc.status_and_length & RX_DESC_STATUS_OWNER_MASK) == 0); | ||
727 | + /* Test the status bits, ignoring the length field. */ | ||
728 | + expected_mask = 0xffff << 16; | ||
729 | + expected_value = RX_DESC_STATUS_RXGD; | ||
730 | + if (with_irq) { | ||
731 | + expected_value |= RX_DESC_STATUS_RXINTR; | ||
732 | + } | ||
733 | + g_assert_cmphex((result_desc.status_and_length & expected_mask), ==, | ||
734 | + expected_value); | ||
735 | + g_assert_cmpint(RX_DESC_PKT_LEN(result_desc.status_and_length), ==, | ||
736 | + RX_DATA_LEN + CRC_LENGTH); | ||
737 | + | ||
738 | + { | ||
739 | + char buffer[RX_DATA_LEN]; | ||
740 | + qtest_memread(qts, data_addr, buffer, sizeof(buffer)); | ||
741 | + g_assert_cmpstr(buffer, == , "TEST"); | ||
742 | + } | ||
743 | +} | ||
744 | + | ||
745 | +static void emc_test_ptle(QTestState *qts, const EMCModule *mod, int fd) | ||
746 | +{ | ||
747 | + NPCM7xxEMCRxDesc desc[NUM_RX_DESCRIPTORS]; | ||
748 | + uint32_t desc_addr = DESC_ADDR; | ||
749 | + uint32_t data_addr = DATA_ADDR; | ||
750 | + int ret; | ||
751 | + NPCM7xxEMCRxDesc result_desc; | ||
752 | + uint32_t expected_mask, expected_value; | ||
753 | + | ||
754 | + /* Prepare test data buffer. */ | ||
755 | +#define PTLE_DATA_LEN 1600 | ||
756 | + char test_data[PTLE_DATA_LEN]; | ||
757 | + int len = htonl(sizeof(test_data)); | ||
758 | + const struct iovec iov[] = { | ||
759 | + { | ||
760 | + .iov_base = &len, | ||
761 | + .iov_len = sizeof(len), | ||
762 | + },{ | ||
763 | + .iov_base = (char *) test_data, | ||
764 | + .iov_len = sizeof(test_data), | ||
765 | + }, | ||
766 | + }; | ||
767 | + memset(test_data, 42, sizeof(test_data)); | ||
768 | + | ||
769 | + /* | ||
770 | + * Reset the device BEFORE sending a test packet, otherwise the packet | ||
771 | + * may get swallowed by an active device of an earlier test. | ||
772 | + */ | ||
773 | + init_rx_desc(&desc[0], NUM_RX_DESCRIPTORS, desc_addr, data_addr); | ||
774 | + enable_rx(qts, mod, &desc[0], NUM_RX_DESCRIPTORS, desc_addr, | ||
775 | + REG_MIEN_ENRXINTR, REG_MCMDR_ALP); | ||
776 | + | ||
777 | + /* Send test packet to device's socket. */ | ||
778 | + ret = iov_send(fd, iov, 2, 0, sizeof(len) + sizeof(test_data)); | ||
779 | + g_assert_cmpint(ret, == , sizeof(test_data) + sizeof(len)); | ||
780 | + | ||
781 | + /* Wait for RX interrupt. */ | ||
782 | + g_assert_true(emc_wait_irq(qts, mod, RX_STEP_COUNT, /*is_tx=*/false)); | ||
783 | + | ||
784 | + /* Read the descriptor back. */ | ||
785 | + emc_read_rx_desc(qts, desc_addr, &result_desc); | ||
786 | + /* Descriptor should be owned by cpu now. */ | ||
787 | + g_assert((result_desc.status_and_length & RX_DESC_STATUS_OWNER_MASK) == 0); | ||
788 | + /* Test the status bits, ignoring the length field. */ | ||
789 | + expected_mask = 0xffff << 16; | ||
790 | + expected_value = (RX_DESC_STATUS_RXGD | | ||
791 | + RX_DESC_STATUS_PTLE | | ||
792 | + RX_DESC_STATUS_RXINTR); | ||
793 | + g_assert_cmphex((result_desc.status_and_length & expected_mask), ==, | ||
794 | + expected_value); | ||
795 | + g_assert_cmpint(RX_DESC_PKT_LEN(result_desc.status_and_length), ==, | ||
796 | + PTLE_DATA_LEN + CRC_LENGTH); | ||
797 | + | ||
798 | + { | ||
799 | + char buffer[PTLE_DATA_LEN]; | ||
800 | + qtest_memread(qts, data_addr, buffer, sizeof(buffer)); | ||
801 | + g_assert(memcmp(buffer, test_data, PTLE_DATA_LEN) == 0); | ||
802 | + } | ||
803 | +} | ||
804 | + | ||
805 | +static void test_tx(gconstpointer test_data) | ||
806 | +{ | ||
807 | + const TestData *td = test_data; | ||
808 | + GString *cmd_line = g_string_new("-machine quanta-gsj"); | ||
809 | + int *test_sockets = packet_test_init(emc_module_index(td->module), | ||
810 | + cmd_line); | ||
811 | + QTestState *qts = qtest_init(cmd_line->str); | ||
812 | + | ||
813 | + /* | ||
814 | + * TODO: For pedantic correctness test_sockets[0] should be closed after | ||
815 | + * the fork and before the exec, but that will require some harness | ||
816 | + * improvements. | ||
817 | + */ | ||
818 | + close(test_sockets[1]); | ||
819 | + /* Defensive programming */ | ||
820 | + test_sockets[1] = -1; | ||
821 | + | ||
822 | + qtest_irq_intercept_in(qts, "/machine/soc/a9mpcore/gic"); | ||
823 | + | ||
824 | + emc_send_verify(qts, td->module, test_sockets[0], /*with_irq=*/false); | ||
825 | + emc_send_verify(qts, td->module, test_sockets[0], /*with_irq=*/true); | ||
826 | + | ||
827 | + qtest_quit(qts); | ||
828 | +} | ||
829 | + | ||
830 | +static void test_rx(gconstpointer test_data) | ||
831 | +{ | ||
832 | + const TestData *td = test_data; | ||
833 | + GString *cmd_line = g_string_new("-machine quanta-gsj"); | ||
834 | + int *test_sockets = packet_test_init(emc_module_index(td->module), | ||
835 | + cmd_line); | ||
836 | + QTestState *qts = qtest_init(cmd_line->str); | ||
837 | + | ||
838 | + /* | ||
839 | + * TODO: For pedantic correctness test_sockets[0] should be closed after | ||
840 | + * the fork and before the exec, but that will require some harness | ||
841 | + * improvements. | ||
842 | + */ | ||
843 | + close(test_sockets[1]); | ||
844 | + /* Defensive programming */ | ||
845 | + test_sockets[1] = -1; | ||
846 | + | ||
847 | + qtest_irq_intercept_in(qts, "/machine/soc/a9mpcore/gic"); | ||
848 | + | ||
849 | + emc_recv_verify(qts, td->module, test_sockets[0], /*with_irq=*/false); | ||
850 | + emc_recv_verify(qts, td->module, test_sockets[0], /*with_irq=*/true); | ||
851 | + emc_test_ptle(qts, td->module, test_sockets[0]); | ||
852 | + | ||
853 | + qtest_quit(qts); | ||
854 | +} | ||
855 | + | ||
856 | +static void emc_add_test(const char *name, const TestData* td, | ||
857 | + GTestDataFunc fn) | ||
858 | +{ | ||
859 | + g_autofree char *full_name = g_strdup_printf( | ||
860 | + "npcm7xx_emc/emc[%d]/%s", emc_module_index(td->module), name); | ||
861 | + qtest_add_data_func(full_name, td, fn); | ||
862 | +} | ||
863 | +#define add_test(name, td) emc_add_test(#name, td, test_##name) | ||
864 | + | ||
865 | +int main(int argc, char **argv) | ||
866 | +{ | ||
867 | + TestData test_data_list[ARRAY_SIZE(emc_module_list)]; | ||
868 | + | 326 | + |
869 | + g_test_init(&argc, &argv, NULL); | 327 | + g_test_init(&argc, &argv, NULL); |
870 | + | 328 | + g_test_set_nonfatal_assertions(); |
871 | + for (int i = 0; i < ARRAY_SIZE(emc_module_list); ++i) { | 329 | + |
872 | + TestData *td = &test_data_list[i]; | 330 | + qtest_add_func("stm32l4x5/usart/write_read", test_write_read); |
873 | + | 331 | + qtest_add_func("stm32l4x5/usart/receive_char", test_receive_char); |
874 | + td->module = &emc_module_list[i]; | 332 | + qtest_add_func("stm32l4x5/usart/send_char", test_send_char); |
875 | + | 333 | + qtest_add_func("stm32l4x5/usart/receive_str", test_receive_str); |
876 | + add_test(init, td); | 334 | + qtest_add_func("stm32l4x5/usart/send_str", test_send_str); |
877 | + add_test(tx, td); | 335 | + ret = g_test_run(); |
878 | + add_test(rx, td); | 336 | + |
879 | + } | 337 | + return ret; |
880 | + | 338 | +} |
881 | + return g_test_run(); | 339 | + |
882 | +} | ||
883 | diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build | 340 | diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build |
884 | index XXXXXXX..XXXXXXX 100644 | 341 | index XXXXXXX..XXXXXXX 100644 |
885 | --- a/tests/qtest/meson.build | 342 | --- a/tests/qtest/meson.build |
886 | +++ b/tests/qtest/meson.build | 343 | +++ b/tests/qtest/meson.build |
887 | @@ -XXX,XX +XXX,XX @@ qtests_npcm7xx = \ | 344 | @@ -XXX,XX +XXX,XX @@ slow_qtests = { |
888 | 'npcm7xx_rng-test', | 345 | 'npcm7xx_pwm-test': 300, |
889 | 'npcm7xx_smbus-test', | 346 | 'npcm7xx_watchdog_timer-test': 120, |
890 | 'npcm7xx_timer-test', | 347 | 'qom-test' : 900, |
891 | - 'npcm7xx_watchdog_timer-test'] | 348 | + 'stm32l4x5_usart-test' : 600, |
892 | + 'npcm7xx_watchdog_timer-test'] + \ | 349 | 'test-hmp' : 240, |
893 | + (slirp.found() ? ['npcm7xx_emc-test'] : []) | 350 | 'pxe-test': 610, |
351 | 'prom-env-test': 360, | ||
352 | @@ -XXX,XX +XXX,XX @@ qtests_stm32l4x5 = \ | ||
353 | ['stm32l4x5_exti-test', | ||
354 | 'stm32l4x5_syscfg-test', | ||
355 | 'stm32l4x5_rcc-test', | ||
356 | - 'stm32l4x5_gpio-test'] | ||
357 | + 'stm32l4x5_gpio-test', | ||
358 | + 'stm32l4x5_usart-test'] | ||
359 | |||
894 | qtests_arm = \ | 360 | qtests_arm = \ |
895 | (config_all_devices.has_key('CONFIG_CMSDK_APB_DUALTIMER') ? ['cmsdk-apb-dualtimer-test'] : []) + \ | 361 | (config_all_devices.has_key('CONFIG_MPS2') ? ['sse-timer-test'] : []) + \ |
896 | (config_all_devices.has_key('CONFIG_CMSDK_APB_TIMER') ? ['cmsdk-apb-timer-test'] : []) + \ | ||
897 | -- | 362 | -- |
898 | 2.20.1 | 363 | 2.34.1 |
899 | 364 | ||
900 | 365 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | For a long time now the UI layer has guaranteed that the console | ||
2 | surface is always 32 bits per pixel RGB. Remove the legacy dead | ||
3 | code from the tc6393xb display device which was handling the | ||
4 | possibility that the console surface was some other format. | ||
5 | 1 | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
8 | Message-id: 20210215103215.4944-3-peter.maydell@linaro.org | ||
9 | --- | ||
10 | include/ui/console.h | 10 ---------- | ||
11 | hw/display/tc6393xb.c | 33 +-------------------------------- | ||
12 | 2 files changed, 1 insertion(+), 42 deletions(-) | ||
13 | |||
14 | diff --git a/include/ui/console.h b/include/ui/console.h | ||
15 | index XXXXXXX..XXXXXXX 100644 | ||
16 | --- a/include/ui/console.h | ||
17 | +++ b/include/ui/console.h | ||
18 | @@ -XXX,XX +XXX,XX @@ PixelFormat qemu_default_pixelformat(int bpp); | ||
19 | DisplaySurface *qemu_create_displaysurface(int width, int height); | ||
20 | void qemu_free_displaysurface(DisplaySurface *surface); | ||
21 | |||
22 | -static inline int is_surface_bgr(DisplaySurface *surface) | ||
23 | -{ | ||
24 | - if (PIXMAN_FORMAT_BPP(surface->format) == 32 && | ||
25 | - PIXMAN_FORMAT_TYPE(surface->format) == PIXMAN_TYPE_ABGR) { | ||
26 | - return 1; | ||
27 | - } else { | ||
28 | - return 0; | ||
29 | - } | ||
30 | -} | ||
31 | - | ||
32 | static inline int is_buffer_shared(DisplaySurface *surface) | ||
33 | { | ||
34 | return !(surface->flags & QEMU_ALLOCATED_FLAG); | ||
35 | diff --git a/hw/display/tc6393xb.c b/hw/display/tc6393xb.c | ||
36 | index XXXXXXX..XXXXXXX 100644 | ||
37 | --- a/hw/display/tc6393xb.c | ||
38 | +++ b/hw/display/tc6393xb.c | ||
39 | @@ -XXX,XX +XXX,XX @@ static void tc6393xb_nand_writeb(TC6393xbState *s, hwaddr addr, uint32_t value) | ||
40 | (uint32_t) addr, value & 0xff); | ||
41 | } | ||
42 | |||
43 | -#define BITS 8 | ||
44 | -#include "tc6393xb_template.h" | ||
45 | -#define BITS 15 | ||
46 | -#include "tc6393xb_template.h" | ||
47 | -#define BITS 16 | ||
48 | -#include "tc6393xb_template.h" | ||
49 | -#define BITS 24 | ||
50 | -#include "tc6393xb_template.h" | ||
51 | #define BITS 32 | ||
52 | #include "tc6393xb_template.h" | ||
53 | |||
54 | static void tc6393xb_draw_graphic(TC6393xbState *s, int full_update) | ||
55 | { | ||
56 | - DisplaySurface *surface = qemu_console_surface(s->con); | ||
57 | - | ||
58 | - switch (surface_bits_per_pixel(surface)) { | ||
59 | - case 8: | ||
60 | - tc6393xb_draw_graphic8(s); | ||
61 | - break; | ||
62 | - case 15: | ||
63 | - tc6393xb_draw_graphic15(s); | ||
64 | - break; | ||
65 | - case 16: | ||
66 | - tc6393xb_draw_graphic16(s); | ||
67 | - break; | ||
68 | - case 24: | ||
69 | - tc6393xb_draw_graphic24(s); | ||
70 | - break; | ||
71 | - case 32: | ||
72 | - tc6393xb_draw_graphic32(s); | ||
73 | - break; | ||
74 | - default: | ||
75 | - printf("tc6393xb: unknown depth %d\n", | ||
76 | - surface_bits_per_pixel(surface)); | ||
77 | - return; | ||
78 | - } | ||
79 | - | ||
80 | + tc6393xb_draw_graphic32(s); | ||
81 | dpy_gfx_update_full(s->con); | ||
82 | } | ||
83 | |||
84 | -- | ||
85 | 2.20.1 | ||
86 | |||
87 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Now the template header is included only for BITS==32, expand | ||
2 | out all the macros that depended on the BITS setting. | ||
3 | 1 | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
6 | Message-id: 20210215103215.4944-4-peter.maydell@linaro.org | ||
7 | --- | ||
8 | hw/display/tc6393xb_template.h | 35 ++++------------------------------ | ||
9 | 1 file changed, 4 insertions(+), 31 deletions(-) | ||
10 | |||
11 | diff --git a/hw/display/tc6393xb_template.h b/hw/display/tc6393xb_template.h | ||
12 | index XXXXXXX..XXXXXXX 100644 | ||
13 | --- a/hw/display/tc6393xb_template.h | ||
14 | +++ b/hw/display/tc6393xb_template.h | ||
15 | @@ -XXX,XX +XXX,XX @@ | ||
16 | * with this program; if not, see <http://www.gnu.org/licenses/>. | ||
17 | */ | ||
18 | |||
19 | -#if BITS == 8 | ||
20 | -# define SET_PIXEL(addr, color) (*(uint8_t *)addr = color) | ||
21 | -#elif BITS == 15 || BITS == 16 | ||
22 | -# define SET_PIXEL(addr, color) (*(uint16_t *)addr = color) | ||
23 | -#elif BITS == 24 | ||
24 | -# define SET_PIXEL(addr, color) \ | ||
25 | - do { \ | ||
26 | - addr[0] = color; \ | ||
27 | - addr[1] = (color) >> 8; \ | ||
28 | - addr[2] = (color) >> 16; \ | ||
29 | - } while (0) | ||
30 | -#elif BITS == 32 | ||
31 | -# define SET_PIXEL(addr, color) (*(uint32_t *)addr = color) | ||
32 | -#else | ||
33 | -# error unknown bit depth | ||
34 | -#endif | ||
35 | - | ||
36 | - | ||
37 | -static void glue(tc6393xb_draw_graphic, BITS)(TC6393xbState *s) | ||
38 | +static void tc6393xb_draw_graphic32(TC6393xbState *s) | ||
39 | { | ||
40 | DisplaySurface *surface = qemu_console_surface(s->con); | ||
41 | int i; | ||
42 | @@ -XXX,XX +XXX,XX @@ static void glue(tc6393xb_draw_graphic, BITS)(TC6393xbState *s) | ||
43 | data_buffer = s->vram_ptr; | ||
44 | data_display = surface_data(surface); | ||
45 | for(i = 0; i < s->scr_height; i++) { | ||
46 | -#if (BITS == 16) | ||
47 | - memcpy(data_display, data_buffer, s->scr_width * 2); | ||
48 | - data_buffer += s->scr_width; | ||
49 | - data_display += surface_stride(surface); | ||
50 | -#else | ||
51 | int j; | ||
52 | - for (j = 0; j < s->scr_width; j++, data_display += BITS / 8, data_buffer++) { | ||
53 | + for (j = 0; j < s->scr_width; j++, data_display += 4, data_buffer++) { | ||
54 | uint16_t color = *data_buffer; | ||
55 | - uint32_t dest_color = glue(rgb_to_pixel, BITS)( | ||
56 | + uint32_t dest_color = rgb_to_pixel32( | ||
57 | ((color & 0xf800) * 0x108) >> 11, | ||
58 | ((color & 0x7e0) * 0x41) >> 9, | ||
59 | ((color & 0x1f) * 0x21) >> 2 | ||
60 | ); | ||
61 | - SET_PIXEL(data_display, dest_color); | ||
62 | + *(uint32_t *)data_display = dest_color; | ||
63 | } | ||
64 | -#endif | ||
65 | } | ||
66 | } | ||
67 | - | ||
68 | -#undef BITS | ||
69 | -#undef SET_PIXEL | ||
70 | -- | ||
71 | 2.20.1 | ||
72 | |||
73 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | The function tc6393xb_draw_graphic32() is called in exactly one place, | ||
2 | so just inline the function body at its callsite. This allows us to | ||
3 | drop the template header entirely. | ||
4 | 1 | ||
5 | The code move includes a single added space after 'for' to fix | ||
6 | the coding style. | ||
7 | |||
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
9 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
10 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
11 | Message-id: 20210215103215.4944-5-peter.maydell@linaro.org | ||
12 | --- | ||
13 | hw/display/tc6393xb_template.h | 45 ---------------------------------- | ||
14 | hw/display/tc6393xb.c | 23 ++++++++++++++--- | ||
15 | 2 files changed, 19 insertions(+), 49 deletions(-) | ||
16 | delete mode 100644 hw/display/tc6393xb_template.h | ||
17 | |||
18 | diff --git a/hw/display/tc6393xb_template.h b/hw/display/tc6393xb_template.h | ||
19 | deleted file mode 100644 | ||
20 | index XXXXXXX..XXXXXXX | ||
21 | --- a/hw/display/tc6393xb_template.h | ||
22 | +++ /dev/null | ||
23 | @@ -XXX,XX +XXX,XX @@ | ||
24 | -/* | ||
25 | - * Toshiba TC6393XB I/O Controller. | ||
26 | - * Found in Sharp Zaurus SL-6000 (tosa) or some | ||
27 | - * Toshiba e-Series PDAs. | ||
28 | - * | ||
29 | - * FB support code. Based on G364 fb emulator | ||
30 | - * | ||
31 | - * Copyright (c) 2007 Hervé Poussineau | ||
32 | - * | ||
33 | - * This program is free software; you can redistribute it and/or | ||
34 | - * modify it under the terms of the GNU General Public License as | ||
35 | - * published by the Free Software Foundation; either version 2 of | ||
36 | - * the License, or (at your option) any later version. | ||
37 | - * | ||
38 | - * This program is distributed in the hope that it will be useful, | ||
39 | - * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
40 | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
41 | - * GNU General Public License for more details. | ||
42 | - * | ||
43 | - * You should have received a copy of the GNU General Public License along | ||
44 | - * with this program; if not, see <http://www.gnu.org/licenses/>. | ||
45 | - */ | ||
46 | - | ||
47 | -static void tc6393xb_draw_graphic32(TC6393xbState *s) | ||
48 | -{ | ||
49 | - DisplaySurface *surface = qemu_console_surface(s->con); | ||
50 | - int i; | ||
51 | - uint16_t *data_buffer; | ||
52 | - uint8_t *data_display; | ||
53 | - | ||
54 | - data_buffer = s->vram_ptr; | ||
55 | - data_display = surface_data(surface); | ||
56 | - for(i = 0; i < s->scr_height; i++) { | ||
57 | - int j; | ||
58 | - for (j = 0; j < s->scr_width; j++, data_display += 4, data_buffer++) { | ||
59 | - uint16_t color = *data_buffer; | ||
60 | - uint32_t dest_color = rgb_to_pixel32( | ||
61 | - ((color & 0xf800) * 0x108) >> 11, | ||
62 | - ((color & 0x7e0) * 0x41) >> 9, | ||
63 | - ((color & 0x1f) * 0x21) >> 2 | ||
64 | - ); | ||
65 | - *(uint32_t *)data_display = dest_color; | ||
66 | - } | ||
67 | - } | ||
68 | -} | ||
69 | diff --git a/hw/display/tc6393xb.c b/hw/display/tc6393xb.c | ||
70 | index XXXXXXX..XXXXXXX 100644 | ||
71 | --- a/hw/display/tc6393xb.c | ||
72 | +++ b/hw/display/tc6393xb.c | ||
73 | @@ -XXX,XX +XXX,XX @@ static void tc6393xb_nand_writeb(TC6393xbState *s, hwaddr addr, uint32_t value) | ||
74 | (uint32_t) addr, value & 0xff); | ||
75 | } | ||
76 | |||
77 | -#define BITS 32 | ||
78 | -#include "tc6393xb_template.h" | ||
79 | - | ||
80 | static void tc6393xb_draw_graphic(TC6393xbState *s, int full_update) | ||
81 | { | ||
82 | - tc6393xb_draw_graphic32(s); | ||
83 | + DisplaySurface *surface = qemu_console_surface(s->con); | ||
84 | + int i; | ||
85 | + uint16_t *data_buffer; | ||
86 | + uint8_t *data_display; | ||
87 | + | ||
88 | + data_buffer = s->vram_ptr; | ||
89 | + data_display = surface_data(surface); | ||
90 | + for (i = 0; i < s->scr_height; i++) { | ||
91 | + int j; | ||
92 | + for (j = 0; j < s->scr_width; j++, data_display += 4, data_buffer++) { | ||
93 | + uint16_t color = *data_buffer; | ||
94 | + uint32_t dest_color = rgb_to_pixel32( | ||
95 | + ((color & 0xf800) * 0x108) >> 11, | ||
96 | + ((color & 0x7e0) * 0x41) >> 9, | ||
97 | + ((color & 0x1f) * 0x21) >> 2 | ||
98 | + ); | ||
99 | + *(uint32_t *)data_display = dest_color; | ||
100 | + } | ||
101 | + } | ||
102 | dpy_gfx_update_full(s->con); | ||
103 | } | ||
104 | |||
105 | -- | ||
106 | 2.20.1 | ||
107 | |||
108 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Fix some minor coding style issues in the template header, | ||
2 | so checkpatch doesn't complain when we move the code. | ||
3 | 1 | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
6 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
7 | Message-id: 20210215103215.4944-8-peter.maydell@linaro.org | ||
8 | --- | ||
9 | hw/display/omap_lcd_template.h | 6 +++--- | ||
10 | 1 file changed, 3 insertions(+), 3 deletions(-) | ||
11 | |||
12 | diff --git a/hw/display/omap_lcd_template.h b/hw/display/omap_lcd_template.h | ||
13 | index XXXXXXX..XXXXXXX 100644 | ||
14 | --- a/hw/display/omap_lcd_template.h | ||
15 | +++ b/hw/display/omap_lcd_template.h | ||
16 | @@ -XXX,XX +XXX,XX @@ static void draw_line2_32(void *opaque, uint8_t *d, const uint8_t *s, | ||
17 | b = (pal[v & 3] << 4) & 0xf0; | ||
18 | ((uint32_t *) d)[0] = rgb_to_pixel32(r, g, b); | ||
19 | d += 4; | ||
20 | - s ++; | ||
21 | + s++; | ||
22 | width -= 4; | ||
23 | } while (width > 0); | ||
24 | } | ||
25 | @@ -XXX,XX +XXX,XX @@ static void draw_line4_32(void *opaque, uint8_t *d, const uint8_t *s, | ||
26 | b = (pal[v & 0xf] << 4) & 0xf0; | ||
27 | ((uint32_t *) d)[0] = rgb_to_pixel32(r, g, b); | ||
28 | d += 4; | ||
29 | - s ++; | ||
30 | + s++; | ||
31 | width -= 2; | ||
32 | } while (width > 0); | ||
33 | } | ||
34 | @@ -XXX,XX +XXX,XX @@ static void draw_line8_32(void *opaque, uint8_t *d, const uint8_t *s, | ||
35 | g = pal[v] & 0xf0; | ||
36 | b = (pal[v] << 4) & 0xf0; | ||
37 | ((uint32_t *) d)[0] = rgb_to_pixel32(r, g, b); | ||
38 | - s ++; | ||
39 | + s++; | ||
40 | d += 4; | ||
41 | } while (-- width != 0); | ||
42 | } | ||
43 | -- | ||
44 | 2.20.1 | ||
45 | |||
46 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | For a long time now the UI layer has guaranteed that the console | ||
2 | surface is always 32 bits per pixel, RGB. The TCX code already | ||
3 | assumes 32bpp, but it still has some checks of is_surface_bgr() | ||
4 | in an attempt to support 32bpp BGR. is_surface_bgr() will always | ||
5 | return false for the qemu_console_surface(), unless the display | ||
6 | device itself has deliberately created an alternate-format | ||
7 | surface via a function like qemu_create_displaysurface_from(). | ||
8 | 1 | ||
9 | Drop the never-used BGR-handling code, and assert that we have | ||
10 | a 32-bit surface rather than just doing nothing if it isn't. | ||
11 | |||
12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
13 | Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | ||
14 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
15 | Message-id: 20210215102149.20513-1-peter.maydell@linaro.org | ||
16 | --- | ||
17 | hw/display/tcx.c | 31 ++++++++----------------------- | ||
18 | 1 file changed, 8 insertions(+), 23 deletions(-) | ||
19 | |||
20 | diff --git a/hw/display/tcx.c b/hw/display/tcx.c | ||
21 | index XXXXXXX..XXXXXXX 100644 | ||
22 | --- a/hw/display/tcx.c | ||
23 | +++ b/hw/display/tcx.c | ||
24 | @@ -XXX,XX +XXX,XX @@ static int tcx_check_dirty(TCXState *s, DirtyBitmapSnapshot *snap, | ||
25 | |||
26 | static void update_palette_entries(TCXState *s, int start, int end) | ||
27 | { | ||
28 | - DisplaySurface *surface = qemu_console_surface(s->con); | ||
29 | int i; | ||
30 | |||
31 | for (i = start; i < end; i++) { | ||
32 | - if (is_surface_bgr(surface)) { | ||
33 | - s->palette[i] = rgb_to_pixel32bgr(s->r[i], s->g[i], s->b[i]); | ||
34 | - } else { | ||
35 | - s->palette[i] = rgb_to_pixel32(s->r[i], s->g[i], s->b[i]); | ||
36 | - } | ||
37 | + s->palette[i] = rgb_to_pixel32(s->r[i], s->g[i], s->b[i]); | ||
38 | } | ||
39 | tcx_set_dirty(s, 0, memory_region_size(&s->vram_mem)); | ||
40 | } | ||
41 | @@ -XXX,XX +XXX,XX @@ static void tcx_draw_cursor32(TCXState *s1, uint8_t *d, | ||
42 | } | ||
43 | |||
44 | /* | ||
45 | - XXX Could be much more optimal: | ||
46 | - * detect if line/page/whole screen is in 24 bit mode | ||
47 | - * if destination is also BGR, use memcpy | ||
48 | - */ | ||
49 | + * XXX Could be much more optimal: | ||
50 | + * detect if line/page/whole screen is in 24 bit mode | ||
51 | + */ | ||
52 | static inline void tcx24_draw_line32(TCXState *s1, uint8_t *d, | ||
53 | const uint8_t *s, int width, | ||
54 | const uint32_t *cplane, | ||
55 | const uint32_t *s24) | ||
56 | { | ||
57 | - DisplaySurface *surface = qemu_console_surface(s1->con); | ||
58 | - int x, bgr, r, g, b; | ||
59 | + int x, r, g, b; | ||
60 | uint8_t val, *p8; | ||
61 | uint32_t *p = (uint32_t *)d; | ||
62 | uint32_t dval; | ||
63 | - bgr = is_surface_bgr(surface); | ||
64 | for(x = 0; x < width; x++, s++, s24++) { | ||
65 | if (be32_to_cpu(*cplane) & 0x03000000) { | ||
66 | /* 24-bit direct, BGR order */ | ||
67 | @@ -XXX,XX +XXX,XX @@ static inline void tcx24_draw_line32(TCXState *s1, uint8_t *d, | ||
68 | b = *p8++; | ||
69 | g = *p8++; | ||
70 | r = *p8; | ||
71 | - if (bgr) | ||
72 | - dval = rgb_to_pixel32bgr(r, g, b); | ||
73 | - else | ||
74 | - dval = rgb_to_pixel32(r, g, b); | ||
75 | + dval = rgb_to_pixel32(r, g, b); | ||
76 | } else { | ||
77 | /* 8-bit pseudocolor */ | ||
78 | val = *s; | ||
79 | @@ -XXX,XX +XXX,XX @@ static void tcx_update_display(void *opaque) | ||
80 | int y, y_start, dd, ds; | ||
81 | uint8_t *d, *s; | ||
82 | |||
83 | - if (surface_bits_per_pixel(surface) != 32) { | ||
84 | - return; | ||
85 | - } | ||
86 | + assert(surface_bits_per_pixel(surface) == 32); | ||
87 | |||
88 | page = 0; | ||
89 | y_start = -1; | ||
90 | @@ -XXX,XX +XXX,XX @@ static void tcx24_update_display(void *opaque) | ||
91 | uint8_t *d, *s; | ||
92 | uint32_t *cptr, *s24; | ||
93 | |||
94 | - if (surface_bits_per_pixel(surface) != 32) { | ||
95 | - return; | ||
96 | - } | ||
97 | + assert(surface_bits_per_pixel(surface) == 32); | ||
98 | |||
99 | page = 0; | ||
100 | y_start = -1; | ||
101 | -- | ||
102 | 2.20.1 | ||
103 | |||
104 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Currently the MPS2 SCC device implements a fixed number of OSCCLK | ||
2 | values (3). The variant of this device in the MPS3 AN524 board has 6 | ||
3 | OSCCLK values. Switch to using a PROP_ARRAY, which allows board code | ||
4 | to specify how large the OSCCLK array should be as well as its | ||
5 | values. | ||
6 | 1 | ||
7 | With a variable-length property array, the SCC no longer specifies | ||
8 | default values for the OSCCLKs, so we must set them explicitly in the | ||
9 | board code. This defaults are actually incorrect for the an521 and | ||
10 | an505; we will correct this bug in a following patch. | ||
11 | |||
12 | This is a migration compatibility break for all the mps boards. | ||
13 | |||
14 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
15 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
16 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
17 | Message-id: 20210215115138.20465-3-peter.maydell@linaro.org | ||
18 | --- | ||
19 | include/hw/misc/mps2-scc.h | 7 +++---- | ||
20 | hw/arm/mps2-tz.c | 5 +++++ | ||
21 | hw/arm/mps2.c | 5 +++++ | ||
22 | hw/misc/mps2-scc.c | 24 +++++++++++++----------- | ||
23 | 4 files changed, 26 insertions(+), 15 deletions(-) | ||
24 | |||
25 | diff --git a/include/hw/misc/mps2-scc.h b/include/hw/misc/mps2-scc.h | ||
26 | index XXXXXXX..XXXXXXX 100644 | ||
27 | --- a/include/hw/misc/mps2-scc.h | ||
28 | +++ b/include/hw/misc/mps2-scc.h | ||
29 | @@ -XXX,XX +XXX,XX @@ | ||
30 | #define TYPE_MPS2_SCC "mps2-scc" | ||
31 | OBJECT_DECLARE_SIMPLE_TYPE(MPS2SCC, MPS2_SCC) | ||
32 | |||
33 | -#define NUM_OSCCLK 3 | ||
34 | - | ||
35 | struct MPS2SCC { | ||
36 | /*< private >*/ | ||
37 | SysBusDevice parent_obj; | ||
38 | @@ -XXX,XX +XXX,XX @@ struct MPS2SCC { | ||
39 | uint32_t dll; | ||
40 | uint32_t aid; | ||
41 | uint32_t id; | ||
42 | - uint32_t oscclk[NUM_OSCCLK]; | ||
43 | - uint32_t oscclk_reset[NUM_OSCCLK]; | ||
44 | + uint32_t num_oscclk; | ||
45 | + uint32_t *oscclk; | ||
46 | + uint32_t *oscclk_reset; | ||
47 | }; | ||
48 | |||
49 | #endif | ||
50 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c | ||
51 | index XXXXXXX..XXXXXXX 100644 | ||
52 | --- a/hw/arm/mps2-tz.c | ||
53 | +++ b/hw/arm/mps2-tz.c | ||
54 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_scc(MPS2TZMachineState *mms, void *opaque, | ||
55 | qdev_prop_set_uint32(sccdev, "scc-cfg4", 0x2); | ||
56 | qdev_prop_set_uint32(sccdev, "scc-aid", 0x00200008); | ||
57 | qdev_prop_set_uint32(sccdev, "scc-id", mmc->scc_id); | ||
58 | + /* This will need to be per-FPGA image eventually */ | ||
59 | + qdev_prop_set_uint32(sccdev, "len-oscclk", 3); | ||
60 | + qdev_prop_set_uint32(sccdev, "oscclk[0]", 50000000); | ||
61 | + qdev_prop_set_uint32(sccdev, "oscclk[1]", 24576000); | ||
62 | + qdev_prop_set_uint32(sccdev, "oscclk[2]", 25000000); | ||
63 | sysbus_realize(SYS_BUS_DEVICE(scc), &error_fatal); | ||
64 | return sysbus_mmio_get_region(SYS_BUS_DEVICE(sccdev), 0); | ||
65 | } | ||
66 | diff --git a/hw/arm/mps2.c b/hw/arm/mps2.c | ||
67 | index XXXXXXX..XXXXXXX 100644 | ||
68 | --- a/hw/arm/mps2.c | ||
69 | +++ b/hw/arm/mps2.c | ||
70 | @@ -XXX,XX +XXX,XX @@ static void mps2_common_init(MachineState *machine) | ||
71 | qdev_prop_set_uint32(sccdev, "scc-cfg4", 0x2); | ||
72 | qdev_prop_set_uint32(sccdev, "scc-aid", 0x00200008); | ||
73 | qdev_prop_set_uint32(sccdev, "scc-id", mmc->scc_id); | ||
74 | + /* All these FPGA images have the same OSCCLK configuration */ | ||
75 | + qdev_prop_set_uint32(sccdev, "len-oscclk", 3); | ||
76 | + qdev_prop_set_uint32(sccdev, "oscclk[0]", 50000000); | ||
77 | + qdev_prop_set_uint32(sccdev, "oscclk[1]", 24576000); | ||
78 | + qdev_prop_set_uint32(sccdev, "oscclk[2]", 25000000); | ||
79 | sysbus_realize(SYS_BUS_DEVICE(&mms->scc), &error_fatal); | ||
80 | sysbus_mmio_map(SYS_BUS_DEVICE(sccdev), 0, 0x4002f000); | ||
81 | object_initialize_child(OBJECT(mms), "fpgaio", | ||
82 | diff --git a/hw/misc/mps2-scc.c b/hw/misc/mps2-scc.c | ||
83 | index XXXXXXX..XXXXXXX 100644 | ||
84 | --- a/hw/misc/mps2-scc.c | ||
85 | +++ b/hw/misc/mps2-scc.c | ||
86 | @@ -XXX,XX +XXX,XX @@ static bool scc_cfg_write(MPS2SCC *s, unsigned function, | ||
87 | { | ||
88 | trace_mps2_scc_cfg_write(function, device, value); | ||
89 | |||
90 | - if (function != 1 || device >= NUM_OSCCLK) { | ||
91 | + if (function != 1 || device >= s->num_oscclk) { | ||
92 | qemu_log_mask(LOG_GUEST_ERROR, | ||
93 | "MPS2 SCC config write: bad function %d device %d\n", | ||
94 | function, device); | ||
95 | @@ -XXX,XX +XXX,XX @@ static bool scc_cfg_write(MPS2SCC *s, unsigned function, | ||
96 | static bool scc_cfg_read(MPS2SCC *s, unsigned function, | ||
97 | unsigned device, uint32_t *value) | ||
98 | { | ||
99 | - if (function != 1 || device >= NUM_OSCCLK) { | ||
100 | + if (function != 1 || device >= s->num_oscclk) { | ||
101 | qemu_log_mask(LOG_GUEST_ERROR, | ||
102 | "MPS2 SCC config read: bad function %d device %d\n", | ||
103 | function, device); | ||
104 | @@ -XXX,XX +XXX,XX @@ static void mps2_scc_reset(DeviceState *dev) | ||
105 | s->cfgctrl = 0x100000; | ||
106 | s->cfgstat = 0; | ||
107 | s->dll = 0xffff0001; | ||
108 | - for (i = 0; i < NUM_OSCCLK; i++) { | ||
109 | + for (i = 0; i < s->num_oscclk; i++) { | ||
110 | s->oscclk[i] = s->oscclk_reset[i]; | ||
111 | } | ||
112 | for (i = 0; i < ARRAY_SIZE(s->led); i++) { | ||
113 | @@ -XXX,XX +XXX,XX @@ static void mps2_scc_realize(DeviceState *dev, Error **errp) | ||
114 | LED_COLOR_GREEN, name); | ||
115 | g_free(name); | ||
116 | } | ||
117 | + | ||
118 | + s->oscclk = g_new0(uint32_t, s->num_oscclk); | ||
119 | } | ||
120 | |||
121 | static const VMStateDescription mps2_scc_vmstate = { | ||
122 | .name = "mps2-scc", | ||
123 | - .version_id = 1, | ||
124 | - .minimum_version_id = 1, | ||
125 | + .version_id = 2, | ||
126 | + .minimum_version_id = 2, | ||
127 | .fields = (VMStateField[]) { | ||
128 | VMSTATE_UINT32(cfg0, MPS2SCC), | ||
129 | VMSTATE_UINT32(cfg1, MPS2SCC), | ||
130 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription mps2_scc_vmstate = { | ||
131 | VMSTATE_UINT32(cfgctrl, MPS2SCC), | ||
132 | VMSTATE_UINT32(cfgstat, MPS2SCC), | ||
133 | VMSTATE_UINT32(dll, MPS2SCC), | ||
134 | - VMSTATE_UINT32_ARRAY(oscclk, MPS2SCC, NUM_OSCCLK), | ||
135 | + VMSTATE_VARRAY_UINT32(oscclk, MPS2SCC, num_oscclk, | ||
136 | + 0, vmstate_info_uint32, uint32_t), | ||
137 | VMSTATE_END_OF_LIST() | ||
138 | } | ||
139 | }; | ||
140 | @@ -XXX,XX +XXX,XX @@ static Property mps2_scc_properties[] = { | ||
141 | DEFINE_PROP_UINT32("scc-cfg4", MPS2SCC, cfg4, 0), | ||
142 | DEFINE_PROP_UINT32("scc-aid", MPS2SCC, aid, 0), | ||
143 | DEFINE_PROP_UINT32("scc-id", MPS2SCC, id, 0), | ||
144 | - /* These are the initial settings for the source clocks on the board. | ||
145 | + /* | ||
146 | + * These are the initial settings for the source clocks on the board. | ||
147 | * In hardware they can be configured via a config file read by the | ||
148 | * motherboard configuration controller to suit the FPGA image. | ||
149 | - * These default values are used by most of the standard FPGA images. | ||
150 | */ | ||
151 | - DEFINE_PROP_UINT32("oscclk0", MPS2SCC, oscclk_reset[0], 50000000), | ||
152 | - DEFINE_PROP_UINT32("oscclk1", MPS2SCC, oscclk_reset[1], 24576000), | ||
153 | - DEFINE_PROP_UINT32("oscclk2", MPS2SCC, oscclk_reset[2], 25000000), | ||
154 | + DEFINE_PROP_ARRAY("oscclk", MPS2SCC, num_oscclk, oscclk_reset, | ||
155 | + qdev_prop_uint32, uint32_t), | ||
156 | DEFINE_PROP_END_OF_LIST(), | ||
157 | }; | ||
158 | |||
159 | -- | ||
160 | 2.20.1 | ||
161 | |||
162 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | We were previously using the default OSCCLK settings, which are | ||
2 | correct for the older MPS2 boards (mps2-an385, mps2-an386, | ||
3 | mps2-an500, mps2-an511), but wrong for the mps2-an505 and mps2-511 | ||
4 | implemented in mps2-tz.c. Now we're setting the values explicitly we | ||
5 | can fix them to be correct. | ||
6 | 1 | ||
7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
8 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
9 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
10 | Message-id: 20210215115138.20465-4-peter.maydell@linaro.org | ||
11 | --- | ||
12 | hw/arm/mps2-tz.c | 4 ++-- | ||
13 | 1 file changed, 2 insertions(+), 2 deletions(-) | ||
14 | |||
15 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c | ||
16 | index XXXXXXX..XXXXXXX 100644 | ||
17 | --- a/hw/arm/mps2-tz.c | ||
18 | +++ b/hw/arm/mps2-tz.c | ||
19 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_scc(MPS2TZMachineState *mms, void *opaque, | ||
20 | qdev_prop_set_uint32(sccdev, "scc-id", mmc->scc_id); | ||
21 | /* This will need to be per-FPGA image eventually */ | ||
22 | qdev_prop_set_uint32(sccdev, "len-oscclk", 3); | ||
23 | - qdev_prop_set_uint32(sccdev, "oscclk[0]", 50000000); | ||
24 | - qdev_prop_set_uint32(sccdev, "oscclk[1]", 24576000); | ||
25 | + qdev_prop_set_uint32(sccdev, "oscclk[0]", 40000000); | ||
26 | + qdev_prop_set_uint32(sccdev, "oscclk[1]", 24580000); | ||
27 | qdev_prop_set_uint32(sccdev, "oscclk[2]", 25000000); | ||
28 | sysbus_realize(SYS_BUS_DEVICE(scc), &error_fatal); | ||
29 | return sysbus_mmio_get_region(SYS_BUS_DEVICE(sccdev), 0); | ||
30 | -- | ||
31 | 2.20.1 | ||
32 | |||
33 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | The AN505 and AN511 happen to share the same OSCCLK values, but the | ||
2 | AN524 will have a different set (and more of them), so split the | ||
3 | settings out to be per-board. | ||
4 | 1 | ||
5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
6 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
8 | Message-id: 20210215115138.20465-5-peter.maydell@linaro.org | ||
9 | --- | ||
10 | hw/arm/mps2-tz.c | 23 ++++++++++++++++++----- | ||
11 | 1 file changed, 18 insertions(+), 5 deletions(-) | ||
12 | |||
13 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c | ||
14 | index XXXXXXX..XXXXXXX 100644 | ||
15 | --- a/hw/arm/mps2-tz.c | ||
16 | +++ b/hw/arm/mps2-tz.c | ||
17 | @@ -XXX,XX +XXX,XX @@ struct MPS2TZMachineClass { | ||
18 | MPS2TZFPGAType fpga_type; | ||
19 | uint32_t scc_id; | ||
20 | uint32_t sysclk_frq; /* Main SYSCLK frequency in Hz */ | ||
21 | + uint32_t len_oscclk; | ||
22 | + const uint32_t *oscclk; | ||
23 | const char *armsse_type; | ||
24 | }; | ||
25 | |||
26 | @@ -XXX,XX +XXX,XX @@ OBJECT_DECLARE_TYPE(MPS2TZMachineState, MPS2TZMachineClass, MPS2TZ_MACHINE) | ||
27 | /* Slow 32Khz S32KCLK frequency in Hz */ | ||
28 | #define S32KCLK_FRQ (32 * 1000) | ||
29 | |||
30 | +static const uint32_t an505_oscclk[] = { | ||
31 | + 40000000, | ||
32 | + 24580000, | ||
33 | + 25000000, | ||
34 | +}; | ||
35 | + | ||
36 | /* Create an alias of an entire original MemoryRegion @orig | ||
37 | * located at @base in the memory map. | ||
38 | */ | ||
39 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_scc(MPS2TZMachineState *mms, void *opaque, | ||
40 | MPS2SCC *scc = opaque; | ||
41 | DeviceState *sccdev; | ||
42 | MPS2TZMachineClass *mmc = MPS2TZ_MACHINE_GET_CLASS(mms); | ||
43 | + uint32_t i; | ||
44 | |||
45 | object_initialize_child(OBJECT(mms), "scc", scc, TYPE_MPS2_SCC); | ||
46 | sccdev = DEVICE(scc); | ||
47 | qdev_prop_set_uint32(sccdev, "scc-cfg4", 0x2); | ||
48 | qdev_prop_set_uint32(sccdev, "scc-aid", 0x00200008); | ||
49 | qdev_prop_set_uint32(sccdev, "scc-id", mmc->scc_id); | ||
50 | - /* This will need to be per-FPGA image eventually */ | ||
51 | - qdev_prop_set_uint32(sccdev, "len-oscclk", 3); | ||
52 | - qdev_prop_set_uint32(sccdev, "oscclk[0]", 40000000); | ||
53 | - qdev_prop_set_uint32(sccdev, "oscclk[1]", 24580000); | ||
54 | - qdev_prop_set_uint32(sccdev, "oscclk[2]", 25000000); | ||
55 | + qdev_prop_set_uint32(sccdev, "len-oscclk", mmc->len_oscclk); | ||
56 | + for (i = 0; i < mmc->len_oscclk; i++) { | ||
57 | + g_autofree char *propname = g_strdup_printf("oscclk[%u]", i); | ||
58 | + qdev_prop_set_uint32(sccdev, propname, mmc->oscclk[i]); | ||
59 | + } | ||
60 | sysbus_realize(SYS_BUS_DEVICE(scc), &error_fatal); | ||
61 | return sysbus_mmio_get_region(SYS_BUS_DEVICE(sccdev), 0); | ||
62 | } | ||
63 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_an505_class_init(ObjectClass *oc, void *data) | ||
64 | mc->default_cpu_type = ARM_CPU_TYPE_NAME("cortex-m33"); | ||
65 | mmc->scc_id = 0x41045050; | ||
66 | mmc->sysclk_frq = 20 * 1000 * 1000; /* 20MHz */ | ||
67 | + mmc->oscclk = an505_oscclk; | ||
68 | + mmc->len_oscclk = ARRAY_SIZE(an505_oscclk); | ||
69 | mmc->armsse_type = TYPE_IOTKIT; | ||
70 | } | ||
71 | |||
72 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_an521_class_init(ObjectClass *oc, void *data) | ||
73 | mc->default_cpu_type = ARM_CPU_TYPE_NAME("cortex-m33"); | ||
74 | mmc->scc_id = 0x41045210; | ||
75 | mmc->sysclk_frq = 20 * 1000 * 1000; /* 20MHz */ | ||
76 | + mmc->oscclk = an505_oscclk; /* AN521 is the same as AN505 here */ | ||
77 | + mmc->len_oscclk = ARRAY_SIZE(an505_oscclk); | ||
78 | mmc->armsse_type = TYPE_SSE200; | ||
79 | } | ||
80 | |||
81 | -- | ||
82 | 2.20.1 | ||
83 | |||
84 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | MPS3 boards have an extra SWITCH register in the FPGAIO block which | ||
2 | reports the value of some switches. Implement this, governed by a | ||
3 | property the board code can use to specify whether whether it exists. | ||
4 | 1 | ||
5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
6 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
8 | Message-id: 20210215115138.20465-7-peter.maydell@linaro.org | ||
9 | --- | ||
10 | include/hw/misc/mps2-fpgaio.h | 1 + | ||
11 | hw/misc/mps2-fpgaio.c | 10 ++++++++++ | ||
12 | 2 files changed, 11 insertions(+) | ||
13 | |||
14 | diff --git a/include/hw/misc/mps2-fpgaio.h b/include/hw/misc/mps2-fpgaio.h | ||
15 | index XXXXXXX..XXXXXXX 100644 | ||
16 | --- a/include/hw/misc/mps2-fpgaio.h | ||
17 | +++ b/include/hw/misc/mps2-fpgaio.h | ||
18 | @@ -XXX,XX +XXX,XX @@ struct MPS2FPGAIO { | ||
19 | MemoryRegion iomem; | ||
20 | LEDState *led[MPS2FPGAIO_MAX_LEDS]; | ||
21 | uint32_t num_leds; | ||
22 | + bool has_switches; | ||
23 | |||
24 | uint32_t led0; | ||
25 | uint32_t prescale; | ||
26 | diff --git a/hw/misc/mps2-fpgaio.c b/hw/misc/mps2-fpgaio.c | ||
27 | index XXXXXXX..XXXXXXX 100644 | ||
28 | --- a/hw/misc/mps2-fpgaio.c | ||
29 | +++ b/hw/misc/mps2-fpgaio.c | ||
30 | @@ -XXX,XX +XXX,XX @@ REG32(CLK100HZ, 0x14) | ||
31 | REG32(COUNTER, 0x18) | ||
32 | REG32(PRESCALE, 0x1c) | ||
33 | REG32(PSCNTR, 0x20) | ||
34 | +REG32(SWITCH, 0x28) | ||
35 | REG32(MISC, 0x4c) | ||
36 | |||
37 | static uint32_t counter_from_tickoff(int64_t now, int64_t tick_offset, int frq) | ||
38 | @@ -XXX,XX +XXX,XX @@ static uint64_t mps2_fpgaio_read(void *opaque, hwaddr offset, unsigned size) | ||
39 | resync_counter(s); | ||
40 | r = s->pscntr; | ||
41 | break; | ||
42 | + case A_SWITCH: | ||
43 | + if (!s->has_switches) { | ||
44 | + goto bad_offset; | ||
45 | + } | ||
46 | + /* User-togglable board switches. We don't model that, so report 0. */ | ||
47 | + r = 0; | ||
48 | + break; | ||
49 | default: | ||
50 | + bad_offset: | ||
51 | qemu_log_mask(LOG_GUEST_ERROR, | ||
52 | "MPS2 FPGAIO read: bad offset %x\n", (int) offset); | ||
53 | r = 0; | ||
54 | @@ -XXX,XX +XXX,XX @@ static Property mps2_fpgaio_properties[] = { | ||
55 | DEFINE_PROP_UINT32("prescale-clk", MPS2FPGAIO, prescale_clk, 20000000), | ||
56 | /* Number of LEDs controlled by LED0 register */ | ||
57 | DEFINE_PROP_UINT32("num-leds", MPS2FPGAIO, num_leds, 2), | ||
58 | + DEFINE_PROP_BOOL("has-switches", MPS2FPGAIO, has_switches, false), | ||
59 | DEFINE_PROP_END_OF_LIST(), | ||
60 | }; | ||
61 | |||
62 | -- | ||
63 | 2.20.1 | ||
64 | |||
65 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Set the FPGAIO num-leds and have-switches properties explicitly | ||
2 | per-board, rather than relying on the defaults. The AN505 and AN521 | ||
3 | both have the same settings as the default values, but the AN524 will | ||
4 | be different. | ||
5 | 1 | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
7 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
8 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
9 | Message-id: 20210215115138.20465-8-peter.maydell@linaro.org | ||
10 | --- | ||
11 | hw/arm/mps2-tz.c | 9 +++++++++ | ||
12 | 1 file changed, 9 insertions(+) | ||
13 | |||
14 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c | ||
15 | index XXXXXXX..XXXXXXX 100644 | ||
16 | --- a/hw/arm/mps2-tz.c | ||
17 | +++ b/hw/arm/mps2-tz.c | ||
18 | @@ -XXX,XX +XXX,XX @@ struct MPS2TZMachineClass { | ||
19 | uint32_t sysclk_frq; /* Main SYSCLK frequency in Hz */ | ||
20 | uint32_t len_oscclk; | ||
21 | const uint32_t *oscclk; | ||
22 | + uint32_t fpgaio_num_leds; /* Number of LEDs in FPGAIO LED0 register */ | ||
23 | + bool fpgaio_has_switches; /* Does FPGAIO have SWITCH register? */ | ||
24 | const char *armsse_type; | ||
25 | }; | ||
26 | |||
27 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_fpgaio(MPS2TZMachineState *mms, void *opaque, | ||
28 | const char *name, hwaddr size) | ||
29 | { | ||
30 | MPS2FPGAIO *fpgaio = opaque; | ||
31 | + MPS2TZMachineClass *mmc = MPS2TZ_MACHINE_GET_CLASS(mms); | ||
32 | |||
33 | object_initialize_child(OBJECT(mms), "fpgaio", fpgaio, TYPE_MPS2_FPGAIO); | ||
34 | + qdev_prop_set_uint32(DEVICE(fpgaio), "num-leds", mmc->fpgaio_num_leds); | ||
35 | + qdev_prop_set_bit(DEVICE(fpgaio), "has-switches", mmc->fpgaio_has_switches); | ||
36 | sysbus_realize(SYS_BUS_DEVICE(fpgaio), &error_fatal); | ||
37 | return sysbus_mmio_get_region(SYS_BUS_DEVICE(fpgaio), 0); | ||
38 | } | ||
39 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_an505_class_init(ObjectClass *oc, void *data) | ||
40 | mmc->sysclk_frq = 20 * 1000 * 1000; /* 20MHz */ | ||
41 | mmc->oscclk = an505_oscclk; | ||
42 | mmc->len_oscclk = ARRAY_SIZE(an505_oscclk); | ||
43 | + mmc->fpgaio_num_leds = 2; | ||
44 | + mmc->fpgaio_has_switches = false; | ||
45 | mmc->armsse_type = TYPE_IOTKIT; | ||
46 | } | ||
47 | |||
48 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_an521_class_init(ObjectClass *oc, void *data) | ||
49 | mmc->sysclk_frq = 20 * 1000 * 1000; /* 20MHz */ | ||
50 | mmc->oscclk = an505_oscclk; /* AN521 is the same as AN505 here */ | ||
51 | mmc->len_oscclk = ARRAY_SIZE(an505_oscclk); | ||
52 | + mmc->fpgaio_num_leds = 2; | ||
53 | + mmc->fpgaio_has_switches = false; | ||
54 | mmc->armsse_type = TYPE_SSE200; | ||
55 | } | ||
56 | |||
57 | -- | ||
58 | 2.20.1 | ||
59 | |||
60 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | In the mps2-tz board code, we handle devices whose interrupt lines | ||
2 | must be wired to all CPUs by creating IRQ splitter devices for the | ||
3 | AN521, because it has 2 CPUs, but wiring the device IRQ directly to | ||
4 | the SSE/IoTKit input for the AN505, which has only 1 CPU. | ||
5 | 1 | ||
6 | We can avoid making an explicit check on the board type constant by | ||
7 | instead creating and using the IRQ splitters for any board with more | ||
8 | than 1 CPU. This avoids having to add extra cases to the | ||
9 | conditionals every time we add new boards. | ||
10 | |||
11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
12 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
13 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
14 | Message-id: 20210215115138.20465-9-peter.maydell@linaro.org | ||
15 | --- | ||
16 | hw/arm/mps2-tz.c | 19 +++++++++---------- | ||
17 | 1 file changed, 9 insertions(+), 10 deletions(-) | ||
18 | |||
19 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c | ||
20 | index XXXXXXX..XXXXXXX 100644 | ||
21 | --- a/hw/arm/mps2-tz.c | ||
22 | +++ b/hw/arm/mps2-tz.c | ||
23 | @@ -XXX,XX +XXX,XX @@ static void make_ram_alias(MemoryRegion *mr, const char *name, | ||
24 | static qemu_irq get_sse_irq_in(MPS2TZMachineState *mms, int irqno) | ||
25 | { | ||
26 | /* Return a qemu_irq which will signal IRQ n to all CPUs in the SSE. */ | ||
27 | - MPS2TZMachineClass *mmc = MPS2TZ_MACHINE_GET_CLASS(mms); | ||
28 | + MachineClass *mc = MACHINE_GET_CLASS(mms); | ||
29 | |||
30 | assert(irqno < MPS2TZ_NUMIRQ); | ||
31 | |||
32 | - switch (mmc->fpga_type) { | ||
33 | - case FPGA_AN505: | ||
34 | - return qdev_get_gpio_in_named(DEVICE(&mms->iotkit), "EXP_IRQ", irqno); | ||
35 | - case FPGA_AN521: | ||
36 | + if (mc->max_cpus > 1) { | ||
37 | return qdev_get_gpio_in(DEVICE(&mms->cpu_irq_splitter[irqno]), 0); | ||
38 | - default: | ||
39 | - g_assert_not_reached(); | ||
40 | + } else { | ||
41 | + return qdev_get_gpio_in_named(DEVICE(&mms->iotkit), "EXP_IRQ", irqno); | ||
42 | } | ||
43 | } | ||
44 | |||
45 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) | ||
46 | sysbus_realize(SYS_BUS_DEVICE(&mms->iotkit), &error_fatal); | ||
47 | |||
48 | /* | ||
49 | - * The AN521 needs us to create splitters to feed the IRQ inputs | ||
50 | - * for each CPU in the SSE-200 from each device in the board. | ||
51 | + * If this board has more than one CPU, then we need to create splitters | ||
52 | + * to feed the IRQ inputs for each CPU in the SSE from each device in the | ||
53 | + * board. If there is only one CPU, we can just wire the device IRQ | ||
54 | + * directly to the SSE's IRQ input. | ||
55 | */ | ||
56 | - if (mmc->fpga_type == FPGA_AN521) { | ||
57 | + if (mc->max_cpus > 1) { | ||
58 | for (i = 0; i < MPS2TZ_NUMIRQ; i++) { | ||
59 | char *name = g_strdup_printf("mps2-irq-splitter%d", i); | ||
60 | SplitIRQ *splitter = &mms->cpu_irq_splitter[i]; | ||
61 | -- | ||
62 | 2.20.1 | ||
63 | |||
64 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | On the MPS2 boards, the first 32 interrupt lines are entirely | ||
2 | internal to the SSE; interrupt lines for devices outside the SSE | ||
3 | start at 32. In the application notes that document each FPGA image, | ||
4 | the interrupt wiring is documented from the point of view of the CPU, | ||
5 | so '0' is the first of the SSE's interrupts and the devices in the | ||
6 | FPGA image itself are '32' and up: so the UART 0 Receive interrupt is | ||
7 | 32, the SPI #0 interrupt is 51, and so on. | ||
8 | 1 | ||
9 | Within our implementation, because the external interrupts must be | ||
10 | connected to the EXP_IRQ[0...n] lines of the SSE object, we made the | ||
11 | get_sse_irq_in() function take an irqno whose values start at 0 for | ||
12 | the first FPGA device interrupt. In this numbering scheme the UART 0 | ||
13 | Receive interrupt is 0, the SPI #0 interrupt is 19, and so on. | ||
14 | |||
15 | The result of these two different numbering schemes has been that | ||
16 | half of the devices were wired up to the wrong IRQs: the UART IRQs | ||
17 | are wired up correctly, but the DMA and SPI devices were passing | ||
18 | start-at-32 values to get_sse_irq_in() and so being mis-connected. | ||
19 | |||
20 | Fix the bug by making get_sse_irq_in() take values specified with the | ||
21 | same scheme that the hardware manuals use, to avoid confusion. | ||
22 | |||
23 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
24 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
25 | Message-id: 20210215115138.20465-12-peter.maydell@linaro.org | ||
26 | --- | ||
27 | hw/arm/mps2-tz.c | 24 +++++++++++++++++------- | ||
28 | 1 file changed, 17 insertions(+), 7 deletions(-) | ||
29 | |||
30 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c | ||
31 | index XXXXXXX..XXXXXXX 100644 | ||
32 | --- a/hw/arm/mps2-tz.c | ||
33 | +++ b/hw/arm/mps2-tz.c | ||
34 | @@ -XXX,XX +XXX,XX @@ static void make_ram_alias(MemoryRegion *mr, const char *name, | ||
35 | |||
36 | static qemu_irq get_sse_irq_in(MPS2TZMachineState *mms, int irqno) | ||
37 | { | ||
38 | - /* Return a qemu_irq which will signal IRQ n to all CPUs in the SSE. */ | ||
39 | + /* | ||
40 | + * Return a qemu_irq which will signal IRQ n to all CPUs in the | ||
41 | + * SSE. The irqno should be as the CPU sees it, so the first | ||
42 | + * external-to-the-SSE interrupt is 32. | ||
43 | + */ | ||
44 | MachineClass *mc = MACHINE_GET_CLASS(mms); | ||
45 | MPS2TZMachineClass *mmc = MPS2TZ_MACHINE_GET_CLASS(mms); | ||
46 | |||
47 | - assert(irqno < mmc->numirq); | ||
48 | + assert(irqno >= 32 && irqno < (mmc->numirq + 32)); | ||
49 | + | ||
50 | + /* | ||
51 | + * Convert from "CPU irq number" (as listed in the FPGA image | ||
52 | + * documentation) to the SSE external-interrupt number. | ||
53 | + */ | ||
54 | + irqno -= 32; | ||
55 | |||
56 | if (mc->max_cpus > 1) { | ||
57 | return qdev_get_gpio_in(DEVICE(&mms->cpu_irq_splitter[irqno]), 0); | ||
58 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_uart(MPS2TZMachineState *mms, void *opaque, | ||
59 | MPS2TZMachineClass *mmc = MPS2TZ_MACHINE_GET_CLASS(mms); | ||
60 | CMSDKAPBUART *uart = opaque; | ||
61 | int i = uart - &mms->uart[0]; | ||
62 | - int rxirqno = i * 2; | ||
63 | - int txirqno = i * 2 + 1; | ||
64 | - int combirqno = i + 10; | ||
65 | + int rxirqno = i * 2 + 32; | ||
66 | + int txirqno = i * 2 + 33; | ||
67 | + int combirqno = i + 42; | ||
68 | SysBusDevice *s; | ||
69 | DeviceState *orgate_dev = DEVICE(&mms->uart_irq_orgate); | ||
70 | |||
71 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_eth_dev(MPS2TZMachineState *mms, void *opaque, | ||
72 | |||
73 | s = SYS_BUS_DEVICE(mms->lan9118); | ||
74 | sysbus_realize_and_unref(s, &error_fatal); | ||
75 | - sysbus_connect_irq(s, 0, get_sse_irq_in(mms, 16)); | ||
76 | + sysbus_connect_irq(s, 0, get_sse_irq_in(mms, 48)); | ||
77 | return sysbus_mmio_get_region(s, 0); | ||
78 | } | ||
79 | |||
80 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) | ||
81 | &error_fatal); | ||
82 | qdev_realize(DEVICE(&mms->uart_irq_orgate), NULL, &error_fatal); | ||
83 | qdev_connect_gpio_out(DEVICE(&mms->uart_irq_orgate), 0, | ||
84 | - get_sse_irq_in(mms, 15)); | ||
85 | + get_sse_irq_in(mms, 47)); | ||
86 | |||
87 | /* Most of the devices in the FPGA are behind Peripheral Protection | ||
88 | * Controllers. The required order for initializing things is: | ||
89 | -- | ||
90 | 2.20.1 | ||
91 | |||
92 | diff view generated by jsdifflib |