1 | arm queue; dunno if this will be the last before softfreeze | 1 | target-arm queue: I have a lot more still in my to-review |
---|---|---|---|
2 | or not, but anyway probably the last large one. New orangepi-pc | 2 | queue, but my rule of thumb is when I get to 50 patches or |
3 | board model is the big item here. | 3 | so to send out what I have. |
4 | 4 | ||
5 | thanks | 5 | thanks |
6 | -- PMM | 6 | -- PMM |
7 | 7 | ||
8 | The following changes since commit 67d9ef7d541c3d21a25796c51c26da096a433565: | 8 | The following changes since commit 9a7beaad3dbba982f7a461d676b55a5c3851d312: |
9 | 9 | ||
10 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-docs-20200312' into staging (2020-03-12 15:20:52 +0000) | 10 | Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210304' into staging (2021-03-05 10:47:46 +0000) |
11 | 11 | ||
12 | are available in the Git repository at: | 12 | are available in the Git repository at: |
13 | 13 | ||
14 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20200312 | 14 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20210305 |
15 | 15 | ||
16 | for you to fetch changes up to aca53be34ac3e7cac5f39396a51a338860a5a837: | 16 | for you to fetch changes up to 2c669ff88ec6733420a000103a2b8b9e93df4945: |
17 | 17 | ||
18 | target/arm: kvm: Inject events at the last stage of sync (2020-03-12 16:31:10 +0000) | 18 | hw/arm/mps2: Update old infocenter.arm.com URLs (2021-03-05 15:17:38 +0000) |
19 | 19 | ||
20 | ---------------------------------------------------------------- | 20 | ---------------------------------------------------------------- |
21 | target-arm queue: | 21 | * sbsa-ref: remove cortex-a53 from list of supported cpus |
22 | * Fix various bugs that might result in an assert() due to | 22 | * sbsa-ref: add 'max' to list of allowed cpus |
23 | incorrect hflags for M-profile CPUs | 23 | * target/arm: Add support for FEAT_SSBS, Speculative Store Bypass Safe |
24 | * Fix Aspeed SMC Controller user-mode select handling | 24 | * npcm7xx: add EMC model |
25 | * Report correct (with-tag) address in fault address register | 25 | * xlnx-zynqmp: Remove obsolete 'has_rpu' property |
26 | when TBI is enabled | 26 | * target/arm: Speed up aarch64 TBL/TBX |
27 | * cubieboard: make sure SOC object isn't leaked | 27 | * virtio-mmio: improve virtio-mmio get_dev_path alog |
28 | * fsl-imx25: Wire up eSDHC controllers | 28 | * target/arm: Use TCF0 and TFSRE0 for unprivileged tag checks |
29 | * fsl-imx25: Wire up USB controllers | 29 | * target/arm: Restrict v8M IDAU to TCG |
30 | * New board model: orangepi-pc (OrangePi PC) | 30 | * target/arm/cpu: Update coding style to make checkpatch.pl happy |
31 | * ARM/KVM: if user doesn't select GIC version and the | 31 | * musicpal, tc6393xb, omap_lcdc, tcx: drop dead code for non-32-bit-RGB surfaces |
32 | host kernel can only provide GICv3, use that, rather | 32 | * Add new board: mps3-an524 |
33 | than defaulting to "fail because GICv2 isn't possible" | ||
34 | * kvm: Only do KVM_SET_VCPU_EVENTS at the last stage of sync | ||
35 | 33 | ||
36 | ---------------------------------------------------------------- | 34 | ---------------------------------------------------------------- |
37 | Beata Michalska (1): | 35 | Doug Evans (3): |
38 | target/arm: kvm: Inject events at the last stage of sync | 36 | hw/net: Add npcm7xx emc model |
37 | hw/arm: Add npcm7xx emc model | ||
38 | tests/qtests: Add npcm7xx emc model test | ||
39 | 39 | ||
40 | Cédric Le Goater (2): | 40 | Marcin Juszkiewicz (2): |
41 | aspeed/smc: Add some tracing | 41 | sbsa-ref: remove cortex-a53 from list of supported cpus |
42 | aspeed/smc: Fix User mode select/unselect scheme | 42 | sbsa-ref: add 'max' to list of allowed cpus |
43 | 43 | ||
44 | Eric Auger (6): | 44 | Peter Collingbourne (1): |
45 | hw/arm/virt: Document 'max' value in gic-version property description | 45 | target/arm: Use TCF0 and TFSRE0 for unprivileged tag checks |
46 | hw/arm/virt: Introduce VirtGICType enum type | ||
47 | hw/arm/virt: Introduce finalize_gic_version() | ||
48 | target/arm/kvm: Let kvm_arm_vgic_probe() return a bitmap | ||
49 | hw/arm/virt: kvm: Restructure finalize_gic_version() | ||
50 | hw/arm/virt: kvm: allow gicv3 by default if v2 cannot work | ||
51 | 46 | ||
52 | Guenter Roeck (2): | 47 | Peter Maydell (34): |
53 | hw/arm/fsl-imx25: Wire up eSDHC controllers | 48 | hw/arm/musicpal: Remove dead code for non-32-bit-RGB surfaces |
54 | hw/arm/fsl-imx25: Wire up USB controllers | 49 | hw/display/tc6393xb: Remove dead code for handling non-32bpp surfaces |
50 | hw/display/tc6393xb: Expand out macros in template header | ||
51 | hw/display/tc6393xb: Inline tc6393xb_draw_graphic32() at its callsite | ||
52 | hw/display/omap_lcdc: Expand out macros in template header | ||
53 | hw/display/omap_lcdc: Drop broken bigendian ifdef | ||
54 | hw/display/omap_lcdc: Fix coding style issues in template header | ||
55 | hw/display/omap_lcdc: Inline template header into C file | ||
56 | hw/display/omap_lcdc: Delete unnecessary macro | ||
57 | hw/display/tcx: Drop unnecessary code for handling BGR format outputs | ||
58 | hw/arm/mps2-tz: Make SYSCLK frequency board-specific | ||
59 | hw/misc/mps2-scc: Support configurable number of OSCCLK values | ||
60 | hw/arm/mps2-tz: Correct the OSCCLK settings for mps2-an505 and mps2-an511 | ||
61 | hw/arm/mps2-tz: Make the OSCCLK settings be configurable per-board | ||
62 | hw/misc/mps2-fpgaio: Make number of LEDs configurable by board | ||
63 | hw/misc/mps2-fpgaio: Support SWITCH register | ||
64 | hw/arm/mps2-tz: Make FPGAIO switch and LED config per-board | ||
65 | hw/arm/mps2-tz: Condition IRQ splitting on number of CPUs, not board type | ||
66 | hw/arm/mps2-tz: Make number of IRQs board-specific | ||
67 | hw/misc/mps2-scc: Implement CFG_REG5 and CFG_REG6 for MPS3 AN524 | ||
68 | hw/arm/mps2-tz: Correct wrong interrupt numbers for DMA and SPI | ||
69 | hw/arm/mps2-tz: Allow PPCPortInfo structures to specify device interrupts | ||
70 | hw/arm/mps2-tz: Move device IRQ info to data structures | ||
71 | hw/arm/mps2-tz: Size the uart-irq-orgate based on the number of UARTs | ||
72 | hw/arm/mps2-tz: Allow boards to have different PPCInfo data | ||
73 | hw/arm/mps2-tz: Make RAM arrangement board-specific | ||
74 | hw/arm/mps2-tz: Set MachineClass default_ram info from RAMInfo data | ||
75 | hw/arm/mps2-tz: Support ROMs as well as RAMs | ||
76 | hw/arm/mps2-tz: Get armv7m_load_kernel() size argument from RAMInfo | ||
77 | hw/arm/mps2-tz: Add new mps3-an524 board | ||
78 | hw/arm/mps2-tz: Stub out USB controller for mps3-an524 | ||
79 | hw/arm/mps2-tz: Provide PL031 RTC on mps3-an524 | ||
80 | docs/system/arm/mps2.rst: Document the new mps3-an524 board | ||
81 | hw/arm/mps2: Update old infocenter.arm.com URLs | ||
55 | 82 | ||
56 | Igor Mammedov (1): | 83 | Philippe Mathieu-Daudé (4): |
57 | hw/arm/cubieboard: make sure SOC object isn't leaked | 84 | hw/arm/xlnx-zynqmp: Remove obsolete 'has_rpu' property |
85 | hw/i2c/npcm7xx_smbus: Simplify npcm7xx_smbus_init() | ||
86 | target/arm: Restrict v8M IDAU to TCG | ||
87 | target/arm/cpu: Update coding style to make checkpatch.pl happy | ||
58 | 88 | ||
59 | Niek Linnenbank (13): | 89 | Rebecca Cran (3): |
60 | hw/arm: add Allwinner H3 System-on-Chip | 90 | target/arm: Add support for FEAT_SSBS, Speculative Store Bypass Safe |
61 | hw/arm: add Xunlong Orange Pi PC machine | 91 | target/arm: Enable FEAT_SSBS for "max" AARCH64 CPU |
62 | hw/arm/allwinner-h3: add Clock Control Unit | 92 | target/arm: Set ID_PFR2.SSBS to 1 for "max" 32-bit CPU |
63 | hw/arm/allwinner-h3: add USB host controller | ||
64 | hw/arm/allwinner-h3: add System Control module | ||
65 | hw/arm/allwinner: add CPU Configuration module | ||
66 | hw/arm/allwinner: add Security Identifier device | ||
67 | hw/arm/allwinner: add SD/MMC host controller | ||
68 | hw/arm/allwinner-h3: add EMAC ethernet device | ||
69 | hw/arm/allwinner-h3: add Boot ROM support | ||
70 | hw/arm/allwinner-h3: add SDRAM controller device | ||
71 | hw/arm/allwinner: add RTC device support | ||
72 | docs: add Orange Pi PC document | ||
73 | 93 | ||
74 | Peter Maydell (4): | 94 | Richard Henderson (1): |
75 | hw/intc/armv7m_nvic: Rebuild hflags on reset | 95 | target/arm: Speed up aarch64 TBL/TBX |
76 | target/arm: Update hflags in trans_CPS_v7m() | ||
77 | target/arm: Recalculate hflags correctly after writes to CONTROL | ||
78 | target/arm: Fix some comment typos | ||
79 | 96 | ||
80 | Philippe Mathieu-Daudé (5): | 97 | schspa (1): |
81 | tests/boot_linux_console: Add a quick test for the OrangePi PC board | 98 | virtio-mmio: improve virtio-mmio get_dev_path alog |
82 | tests/boot_linux_console: Add initrd test for the Orange Pi PC board | ||
83 | tests/boot_linux_console: Add a SD card test for the OrangePi PC board | ||
84 | tests/boot_linux_console: Add a SLOW test booting Ubuntu on OrangePi PC | ||
85 | tests/boot_linux_console: Test booting NetBSD via U-Boot on OrangePi PC | ||
86 | 99 | ||
87 | Richard Henderson (2): | 100 | docs/system/arm/mps2.rst | 24 +- |
88 | target/arm: Check addresses for disabled regimes | 101 | docs/system/arm/nuvoton.rst | 3 +- |
89 | target/arm: Disable clean_data_tbi for system mode | 102 | hw/display/omap_lcd_template.h | 169 -------- |
103 | hw/display/tc6393xb_template.h | 72 ---- | ||
104 | include/hw/arm/armsse.h | 4 +- | ||
105 | include/hw/arm/npcm7xx.h | 2 + | ||
106 | include/hw/arm/xlnx-zynqmp.h | 2 - | ||
107 | include/hw/misc/armsse-cpuid.h | 2 +- | ||
108 | include/hw/misc/armsse-mhu.h | 2 +- | ||
109 | include/hw/misc/iotkit-secctl.h | 2 +- | ||
110 | include/hw/misc/iotkit-sysctl.h | 2 +- | ||
111 | include/hw/misc/iotkit-sysinfo.h | 2 +- | ||
112 | include/hw/misc/mps2-fpgaio.h | 8 +- | ||
113 | include/hw/misc/mps2-scc.h | 10 +- | ||
114 | include/hw/net/npcm7xx_emc.h | 286 +++++++++++++ | ||
115 | include/ui/console.h | 10 - | ||
116 | target/arm/cpu.h | 15 +- | ||
117 | target/arm/helper-a64.h | 2 +- | ||
118 | target/arm/internals.h | 6 + | ||
119 | hw/arm/mps2-tz.c | 632 +++++++++++++++++++++++----- | ||
120 | hw/arm/mps2.c | 5 + | ||
121 | hw/arm/musicpal.c | 64 ++- | ||
122 | hw/arm/npcm7xx.c | 50 ++- | ||
123 | hw/arm/sbsa-ref.c | 2 +- | ||
124 | hw/arm/xlnx-zynqmp.c | 6 - | ||
125 | hw/display/omap_lcdc.c | 129 +++++- | ||
126 | hw/display/tc6393xb.c | 48 +-- | ||
127 | hw/display/tcx.c | 31 +- | ||
128 | hw/i2c/npcm7xx_smbus.c | 1 - | ||
129 | hw/misc/armsse-cpuid.c | 2 +- | ||
130 | hw/misc/armsse-mhu.c | 2 +- | ||
131 | hw/misc/iotkit-sysctl.c | 2 +- | ||
132 | hw/misc/iotkit-sysinfo.c | 2 +- | ||
133 | hw/misc/mps2-fpgaio.c | 43 +- | ||
134 | hw/misc/mps2-scc.c | 93 ++++- | ||
135 | hw/net/npcm7xx_emc.c | 857 ++++++++++++++++++++++++++++++++++++++ | ||
136 | hw/virtio/virtio-mmio.c | 13 +- | ||
137 | target/arm/cpu.c | 23 +- | ||
138 | target/arm/cpu64.c | 5 + | ||
139 | target/arm/cpu_tcg.c | 8 + | ||
140 | target/arm/helper-a64.c | 32 -- | ||
141 | target/arm/helper.c | 39 +- | ||
142 | target/arm/mte_helper.c | 13 +- | ||
143 | target/arm/translate-a64.c | 70 +--- | ||
144 | target/arm/vec_helper.c | 48 +++ | ||
145 | tests/qtest/npcm7xx_emc-test.c | 862 +++++++++++++++++++++++++++++++++++++++ | ||
146 | hw/net/meson.build | 1 + | ||
147 | hw/net/trace-events | 17 + | ||
148 | tests/qtest/meson.build | 3 +- | ||
149 | 49 files changed, 3098 insertions(+), 628 deletions(-) | ||
150 | delete mode 100644 hw/display/omap_lcd_template.h | ||
151 | delete mode 100644 hw/display/tc6393xb_template.h | ||
152 | create mode 100644 include/hw/net/npcm7xx_emc.h | ||
153 | create mode 100644 hw/net/npcm7xx_emc.c | ||
154 | create mode 100644 tests/qtest/npcm7xx_emc-test.c | ||
90 | 155 | ||
91 | Makefile.objs | 1 + | ||
92 | hw/arm/Makefile.objs | 1 + | ||
93 | hw/misc/Makefile.objs | 5 + | ||
94 | hw/net/Makefile.objs | 1 + | ||
95 | hw/rtc/Makefile.objs | 1 + | ||
96 | hw/sd/Makefile.objs | 1 + | ||
97 | hw/usb/hcd-ehci.h | 1 + | ||
98 | include/hw/arm/allwinner-a10.h | 4 + | ||
99 | include/hw/arm/allwinner-h3.h | 161 ++++++ | ||
100 | include/hw/arm/fsl-imx25.h | 18 + | ||
101 | include/hw/arm/virt.h | 12 +- | ||
102 | include/hw/misc/allwinner-cpucfg.h | 52 ++ | ||
103 | include/hw/misc/allwinner-h3-ccu.h | 66 +++ | ||
104 | include/hw/misc/allwinner-h3-dramc.h | 106 ++++ | ||
105 | include/hw/misc/allwinner-h3-sysctrl.h | 67 +++ | ||
106 | include/hw/misc/allwinner-sid.h | 60 +++ | ||
107 | include/hw/net/allwinner-sun8i-emac.h | 99 ++++ | ||
108 | include/hw/rtc/allwinner-rtc.h | 134 +++++ | ||
109 | include/hw/sd/allwinner-sdhost.h | 135 +++++ | ||
110 | target/arm/helper.h | 1 + | ||
111 | target/arm/kvm_arm.h | 3 + | ||
112 | hw/arm/allwinner-a10.c | 19 + | ||
113 | hw/arm/allwinner-h3.c | 465 ++++++++++++++++++ | ||
114 | hw/arm/cubieboard.c | 18 + | ||
115 | hw/arm/fsl-imx25.c | 56 +++ | ||
116 | hw/arm/imx25_pdk.c | 16 + | ||
117 | hw/arm/orangepi.c | 130 +++++ | ||
118 | hw/arm/virt.c | 145 ++++-- | ||
119 | hw/intc/armv7m_nvic.c | 6 + | ||
120 | hw/misc/allwinner-cpucfg.c | 282 +++++++++++ | ||
121 | hw/misc/allwinner-h3-ccu.c | 242 +++++++++ | ||
122 | hw/misc/allwinner-h3-dramc.c | 358 ++++++++++++++ | ||
123 | hw/misc/allwinner-h3-sysctrl.c | 140 ++++++ | ||
124 | hw/misc/allwinner-sid.c | 168 +++++++ | ||
125 | hw/net/allwinner-sun8i-emac.c | 871 +++++++++++++++++++++++++++++++++ | ||
126 | hw/rtc/allwinner-rtc.c | 411 ++++++++++++++++ | ||
127 | hw/sd/allwinner-sdhost.c | 854 ++++++++++++++++++++++++++++++++ | ||
128 | hw/ssi/aspeed_smc.c | 56 ++- | ||
129 | hw/usb/hcd-ehci-sysbus.c | 17 + | ||
130 | target/arm/helper.c | 49 +- | ||
131 | target/arm/kvm.c | 14 +- | ||
132 | target/arm/kvm32.c | 15 +- | ||
133 | target/arm/kvm64.c | 15 +- | ||
134 | target/arm/translate-a64.c | 11 + | ||
135 | target/arm/translate.c | 14 +- | ||
136 | MAINTAINERS | 9 + | ||
137 | default-configs/arm-softmmu.mak | 1 + | ||
138 | docs/system/arm/orangepi.rst | 253 ++++++++++ | ||
139 | docs/system/target-arm.rst | 2 + | ||
140 | hw/arm/Kconfig | 12 + | ||
141 | hw/misc/trace-events | 19 + | ||
142 | hw/net/Kconfig | 3 + | ||
143 | hw/net/trace-events | 10 + | ||
144 | hw/rtc/trace-events | 4 + | ||
145 | hw/sd/trace-events | 7 + | ||
146 | hw/ssi/trace-events | 10 + | ||
147 | tests/acceptance/boot_linux_console.py | 230 +++++++++ | ||
148 | 57 files changed, 5787 insertions(+), 74 deletions(-) | ||
149 | create mode 100644 include/hw/arm/allwinner-h3.h | ||
150 | create mode 100644 include/hw/misc/allwinner-cpucfg.h | ||
151 | create mode 100644 include/hw/misc/allwinner-h3-ccu.h | ||
152 | create mode 100644 include/hw/misc/allwinner-h3-dramc.h | ||
153 | create mode 100644 include/hw/misc/allwinner-h3-sysctrl.h | ||
154 | create mode 100644 include/hw/misc/allwinner-sid.h | ||
155 | create mode 100644 include/hw/net/allwinner-sun8i-emac.h | ||
156 | create mode 100644 include/hw/rtc/allwinner-rtc.h | ||
157 | create mode 100644 include/hw/sd/allwinner-sdhost.h | ||
158 | create mode 100644 hw/arm/allwinner-h3.c | ||
159 | create mode 100644 hw/arm/orangepi.c | ||
160 | create mode 100644 hw/misc/allwinner-cpucfg.c | ||
161 | create mode 100644 hw/misc/allwinner-h3-ccu.c | ||
162 | create mode 100644 hw/misc/allwinner-h3-dramc.c | ||
163 | create mode 100644 hw/misc/allwinner-h3-sysctrl.c | ||
164 | create mode 100644 hw/misc/allwinner-sid.c | ||
165 | create mode 100644 hw/net/allwinner-sun8i-emac.c | ||
166 | create mode 100644 hw/rtc/allwinner-rtc.c | ||
167 | create mode 100644 hw/sd/allwinner-sdhost.c | ||
168 | create mode 100644 docs/system/arm/orangepi.rst | ||
169 | create mode 100644 hw/ssi/trace-events | ||
170 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | From: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | This test boots U-Boot then NetBSD (stored on a SD card) on | 3 | Cortex-A53 supports 40bits of address space. sbsa-ref's memory starts |
4 | a OrangePi PC board. | 4 | above this limit. |
5 | 5 | ||
6 | As it requires ~1.3GB of storage, it is disabled by default. | 6 | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> |
7 | 7 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | |
8 | U-Boot is built by the Debian project [1], and the SD card image | 8 | Acked-by: Leif Lindholm <leif@nuviainc.com> |
9 | is provided by the NetBSD organization [2]. | 9 | Message-id: 20210216150122.3830863-2-marcin.juszkiewicz@linaro.org |
10 | |||
11 | Once the compressed SD card image is downloaded (304MB) and | ||
12 | extracted, this test is fast: | ||
13 | |||
14 | $ AVOCADO_ALLOW_LARGE_STORAGE=yes \ | ||
15 | avocado --show=app,console run -t machine:orangepi-pc \ | ||
16 | tests/acceptance/boot_linux_console.py | ||
17 | console: U-Boot SPL 2020.01+dfsg-1 (Jan 08 2020 - 08:19:44 +0000) | ||
18 | console: DRAM: 1024 MiB | ||
19 | console: U-Boot 2020.01+dfsg-1 (Jan 08 2020 - 08:19:44 +0000) Allwinner Technology | ||
20 | console: CPU: Allwinner H3 (SUN8I 0000) | ||
21 | console: scanning bus usb@1c1b000 for devices... 1 USB Device(s) found | ||
22 | console: scanning bus usb@1c1d000 for devices... 1 USB Device(s) found | ||
23 | console: scanning usb for storage devices... 0 Storage Device(s) found | ||
24 | console: Hit any key to stop autoboot: 0 | ||
25 | console: => setenv bootargs root=ld0a | ||
26 | console: => setenv kernel netbsd-GENERIC.ub | ||
27 | console: => setenv fdtfile dtb/sun8i-h3-orangepi-pc.dtb | ||
28 | console: => boot | ||
29 | console: ## Booting kernel from Legacy Image at 42000000 ... | ||
30 | console: Image Name: NetBSD/earmv7hf 9.0_RC1 | ||
31 | console: Image Type: ARM Linux Kernel Image (no loading done) (uncompressed) | ||
32 | console: XIP Kernel Image (no loading done) | ||
33 | console: Loading Device Tree to 49ff6000, end 49fffe01 ... OK | ||
34 | console: Starting kernel ... | ||
35 | console: [ 1.0000000] NetBSD/evbarm (fdt) booting ... | ||
36 | console: [ 1.0000000] NetBSD 9.0 (GENERIC) #0: Fri Feb 14 00:06:28 UTC 2020 | ||
37 | console: [ 1.0000000] mkrepro@mkrepro.NetBSD.org:/usr/src/sys/arch/evbarm/compile/GENERIC | ||
38 | console: [ 1.0000000] total memory = 1024 MB | ||
39 | console: [ 1.0000000] avail memory = 1003 MB | ||
40 | console: [ 1.0000000] armfdt0 (root) | ||
41 | console: [ 1.0000000] simplebus0 at armfdt0: Xunlong Orange Pi PC | ||
42 | console: [ 1.0000000] cpu0 at cpus0: Cortex-A7 r0p5 (Cortex V7A core) | ||
43 | console: [ 1.0000000] cpu0: DC enabled IC enabled WB enabled LABT branch prediction enabled | ||
44 | console: [ 1.0000000] cpu0: 32KB/64B 2-way L1 VIPT Instruction cache | ||
45 | console: [ 1.0000000] cpu0: 32KB/64B 2-way write-back-locking-C L1 PIPT Data cache | ||
46 | console: [ 1.0000000] cpu0: 2304KB/64B 16-way write-through L2 PIPT Unified cache | ||
47 | console: [ 1.0000000] vfp0 at cpu0: NEON MPE (VFP 3.0+), rounding, NaN propagation, denormals | ||
48 | ... | ||
49 | console: [ 2.3812082] sdmmc0: SD card status: 4-bit, C0 | ||
50 | console: [ 2.3812082] ld0 at sdmmc0: <0xaa:0x5859:QEMU!:0x01:0xdeadbeef:0x062> | ||
51 | console: [ 2.4012856] ld0: 1226 MB, 622 cyl, 64 head, 63 sec, 512 bytes/sect x 2511872 sectors | ||
52 | console: [ 2.5321222] ld0: 4-bit width, High-Speed/SDR25, 50.000 MHz | ||
53 | console: [ 3.1068718] WARNING: 4 errors while detecting hardware; check system log. | ||
54 | console: [ 3.1179868] boot device: ld0 | ||
55 | console: [ 3.1470623] root on ld0a dumps on ld0b | ||
56 | console: [ 3.2464436] root file system type: ffs | ||
57 | console: [ 3.2897123] kern.module.path=/stand/evbarm/9.0/modules | ||
58 | console: Mon Feb 17 20:33:35 UTC 2020 | ||
59 | console: Starting root file system check: | ||
60 | PASS (35.96 s) | ||
61 | RESULTS : PASS 1 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 0 | CANCEL 0 | ||
62 | JOB TIME : 36.09 s | ||
63 | |||
64 | Note, this test only took ~65 seconds to run on Travis-CI, see: [3]. | ||
65 | |||
66 | This test is based on a description from Niek Linnenbank from [4]. | ||
67 | |||
68 | [1] https://wiki.debian.org/InstallingDebianOn/Allwinner#Creating_a_bootable_SD_Card_with_u-boot | ||
69 | [2] https://wiki.netbsd.org/ports/evbarm/allwinner/ | ||
70 | [3] https://travis-ci.org/philmd/qemu/jobs/638823612#L3778 | ||
71 | [4] https://www.mail-archive.com/qemu-devel@nongnu.org/msg669347.html | ||
72 | |||
73 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
74 | Signed-off-by: Niek Linnenbank <nieklinnenbank@gmail.com> | ||
75 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
76 | Tested-by: Alex Bennée <alex.bennee@linaro.org> | ||
77 | Message-id: 20200311221854.30370-18-nieklinnenbank@gmail.com | ||
78 | [NL: changed test to use NetBSD 9.0 final release and -global allwinner-rtc.base-year] | ||
79 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
80 | --- | 11 | --- |
81 | tests/acceptance/boot_linux_console.py | 70 ++++++++++++++++++++++++++ | 12 | hw/arm/sbsa-ref.c | 1 - |
82 | 1 file changed, 70 insertions(+) | 13 | 1 file changed, 1 deletion(-) |
83 | 14 | ||
84 | diff --git a/tests/acceptance/boot_linux_console.py b/tests/acceptance/boot_linux_console.py | 15 | diff --git a/hw/arm/sbsa-ref.c b/hw/arm/sbsa-ref.c |
85 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
86 | --- a/tests/acceptance/boot_linux_console.py | 17 | --- a/hw/arm/sbsa-ref.c |
87 | +++ b/tests/acceptance/boot_linux_console.py | 18 | +++ b/hw/arm/sbsa-ref.c |
88 | @@ -XXX,XX +XXX,XX @@ import shutil | 19 | @@ -XXX,XX +XXX,XX @@ static const int sbsa_ref_irqmap[] = { |
89 | from avocado import skipUnless | 20 | }; |
90 | from avocado_qemu import Test | 21 | |
91 | from avocado_qemu import exec_command_and_wait_for_pattern | 22 | static const char * const valid_cpus[] = { |
92 | +from avocado_qemu import interrupt_interactive_console_until_pattern | 23 | - ARM_CPU_TYPE_NAME("cortex-a53"), |
93 | from avocado_qemu import wait_for_console_pattern | 24 | ARM_CPU_TYPE_NAME("cortex-a57"), |
94 | from avocado.utils import process | 25 | ARM_CPU_TYPE_NAME("cortex-a72"), |
95 | from avocado.utils import archive | 26 | }; |
96 | @@ -XXX,XX +XXX,XX @@ class BootLinuxConsole(Test): | ||
97 | 'to <orangepipc>') | ||
98 | self.wait_for_console_pattern('Starting Load Kernel Modules...') | ||
99 | |||
100 | + @skipUnless(os.getenv('AVOCADO_ALLOW_LARGE_STORAGE'), 'storage limited') | ||
101 | + def test_arm_orangepi_uboot_netbsd9(self): | ||
102 | + """ | ||
103 | + :avocado: tags=arch:arm | ||
104 | + :avocado: tags=machine:orangepi-pc | ||
105 | + """ | ||
106 | + # This test download a 304MB compressed image and expand it to 1.3GB... | ||
107 | + deb_url = ('http://snapshot.debian.org/archive/debian/' | ||
108 | + '20200108T145233Z/pool/main/u/u-boot/' | ||
109 | + 'u-boot-sunxi_2020.01%2Bdfsg-1_armhf.deb') | ||
110 | + deb_hash = 'f67f404a80753ca3d1258f13e38f2b060e13db99' | ||
111 | + deb_path = self.fetch_asset(deb_url, asset_hash=deb_hash) | ||
112 | + # We use the common OrangePi PC 'plus' build of U-Boot for our secondary | ||
113 | + # program loader (SPL). We will then set the path to the more specific | ||
114 | + # OrangePi "PC" device tree blob with 'setenv fdtfile' in U-Boot prompt, | ||
115 | + # before to boot NetBSD. | ||
116 | + uboot_path = '/usr/lib/u-boot/orangepi_plus/u-boot-sunxi-with-spl.bin' | ||
117 | + uboot_path = self.extract_from_deb(deb_path, uboot_path) | ||
118 | + image_url = ('https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.0/' | ||
119 | + 'evbarm-earmv7hf/binary/gzimg/armv7.img.gz') | ||
120 | + image_hash = '2babb29d36d8360adcb39c09e31060945259917a' | ||
121 | + image_path_gz = self.fetch_asset(image_url, asset_hash=image_hash) | ||
122 | + image_path = os.path.join(self.workdir, 'armv7.img') | ||
123 | + image_drive_args = 'if=sd,format=raw,snapshot=on,file=' + image_path | ||
124 | + archive.gzip_uncompress(image_path_gz, image_path) | ||
125 | + | ||
126 | + # dd if=u-boot-sunxi-with-spl.bin of=armv7.img bs=1K seek=8 conv=notrunc | ||
127 | + with open(uboot_path, 'rb') as f_in: | ||
128 | + with open(image_path, 'r+b') as f_out: | ||
129 | + f_out.seek(8 * 1024) | ||
130 | + shutil.copyfileobj(f_in, f_out) | ||
131 | + | ||
132 | + # Extend image, to avoid that NetBSD thinks the partition | ||
133 | + # inside the image is larger than device size itself | ||
134 | + f_out.seek(0, 2) | ||
135 | + f_out.seek(64 * 1024 * 1024, 1) | ||
136 | + f_out.write(bytearray([0x00])) | ||
137 | + | ||
138 | + self.vm.set_console() | ||
139 | + self.vm.add_args('-nic', 'user', | ||
140 | + '-drive', image_drive_args, | ||
141 | + '-global', 'allwinner-rtc.base-year=2000', | ||
142 | + '-no-reboot') | ||
143 | + self.vm.launch() | ||
144 | + wait_for_console_pattern(self, 'U-Boot 2020.01+dfsg-1') | ||
145 | + interrupt_interactive_console_until_pattern(self, | ||
146 | + 'Hit any key to stop autoboot:', | ||
147 | + 'switch to partitions #0, OK') | ||
148 | + | ||
149 | + exec_command_and_wait_for_pattern(self, '', '=>') | ||
150 | + cmd = 'setenv bootargs root=ld0a' | ||
151 | + exec_command_and_wait_for_pattern(self, cmd, '=>') | ||
152 | + cmd = 'setenv kernel netbsd-GENERIC.ub' | ||
153 | + exec_command_and_wait_for_pattern(self, cmd, '=>') | ||
154 | + cmd = 'setenv fdtfile dtb/sun8i-h3-orangepi-pc.dtb' | ||
155 | + exec_command_and_wait_for_pattern(self, cmd, '=>') | ||
156 | + cmd = ("setenv bootcmd 'fatload mmc 0:1 ${kernel_addr_r} ${kernel}; " | ||
157 | + "fatload mmc 0:1 ${fdt_addr_r} ${fdtfile}; " | ||
158 | + "fdt addr ${fdt_addr_r}; " | ||
159 | + "bootm ${kernel_addr_r} - ${fdt_addr_r}'") | ||
160 | + exec_command_and_wait_for_pattern(self, cmd, '=>') | ||
161 | + | ||
162 | + exec_command_and_wait_for_pattern(self, 'boot', | ||
163 | + 'Booting kernel from Legacy Image') | ||
164 | + wait_for_console_pattern(self, 'Starting kernel ...') | ||
165 | + wait_for_console_pattern(self, 'NetBSD 9.0 (GENERIC)') | ||
166 | + # Wait for user-space | ||
167 | + wait_for_console_pattern(self, 'Starting root file system check') | ||
168 | + | ||
169 | def test_s390x_s390_ccw_virtio(self): | ||
170 | """ | ||
171 | :avocado: tags=arch:s390x | ||
172 | -- | 27 | -- |
173 | 2.20.1 | 28 | 2.20.1 |
174 | 29 | ||
175 | 30 | diff view generated by jsdifflib |
1 | From: Niek Linnenbank <nieklinnenbank@gmail.com> | 1 | From: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | A real Allwinner H3 SoC contains a Boot ROM which is the | 3 | Let add 'max' cpu while work goes on adding newer CPU types than |
4 | first code that runs right after the SoC is powered on. | 4 | Cortex-A72. This allows us to check SVE etc support. |
5 | The Boot ROM is responsible for loading user code (e.g. a bootloader) | ||
6 | from any of the supported external devices and writing the downloaded | ||
7 | code to internal SRAM. After loading the SoC begins executing the code | ||
8 | written to SRAM. | ||
9 | 5 | ||
10 | This commits adds emulation of the Boot ROM firmware setup functionality | 6 | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> |
11 | by loading user code from SD card in the A1 SRAM. While the A1 SRAM is | 7 | Acked-by: Leif Lindholm <leif@nuviainc.com> |
12 | 64KiB, we limit the size to 32KiB because the real H3 Boot ROM also rejects | 8 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
13 | sizes larger than 32KiB. For reference, this behaviour is documented | 9 | Message-id: 20210216150122.3830863-3-marcin.juszkiewicz@linaro.org |
14 | by the Linux Sunxi project wiki at: | ||
15 | |||
16 | https://linux-sunxi.org/BROM#U-Boot_SPL_limitations | ||
17 | |||
18 | Signed-off-by: Niek Linnenbank <nieklinnenbank@gmail.com> | ||
19 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
20 | Message-id: 20200311221854.30370-11-nieklinnenbank@gmail.com | ||
21 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
22 | --- | 11 | --- |
23 | include/hw/arm/allwinner-h3.h | 21 +++++++++++++++++++++ | 12 | hw/arm/sbsa-ref.c | 1 + |
24 | hw/arm/allwinner-h3.c | 17 +++++++++++++++++ | 13 | 1 file changed, 1 insertion(+) |
25 | hw/arm/orangepi.c | 5 +++++ | ||
26 | 3 files changed, 43 insertions(+) | ||
27 | 14 | ||
28 | diff --git a/include/hw/arm/allwinner-h3.h b/include/hw/arm/allwinner-h3.h | 15 | diff --git a/hw/arm/sbsa-ref.c b/hw/arm/sbsa-ref.c |
29 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
30 | --- a/include/hw/arm/allwinner-h3.h | 17 | --- a/hw/arm/sbsa-ref.c |
31 | +++ b/include/hw/arm/allwinner-h3.h | 18 | +++ b/hw/arm/sbsa-ref.c |
32 | @@ -XXX,XX +XXX,XX @@ | 19 | @@ -XXX,XX +XXX,XX @@ static const int sbsa_ref_irqmap[] = { |
33 | #include "hw/sd/allwinner-sdhost.h" | 20 | static const char * const valid_cpus[] = { |
34 | #include "hw/net/allwinner-sun8i-emac.h" | 21 | ARM_CPU_TYPE_NAME("cortex-a57"), |
35 | #include "target/arm/cpu.h" | 22 | ARM_CPU_TYPE_NAME("cortex-a72"), |
36 | +#include "sysemu/block-backend.h" | 23 | + ARM_CPU_TYPE_NAME("max"), |
37 | |||
38 | /** | ||
39 | * Allwinner H3 device list | ||
40 | @@ -XXX,XX +XXX,XX @@ typedef struct AwH3State { | ||
41 | MemoryRegion sram_c; | ||
42 | } AwH3State; | ||
43 | |||
44 | +/** | ||
45 | + * Emulate Boot ROM firmware setup functionality. | ||
46 | + * | ||
47 | + * A real Allwinner H3 SoC contains a Boot ROM | ||
48 | + * which is the first code that runs right after | ||
49 | + * the SoC is powered on. The Boot ROM is responsible | ||
50 | + * for loading user code (e.g. a bootloader) from any | ||
51 | + * of the supported external devices and writing the | ||
52 | + * downloaded code to internal SRAM. After loading the SoC | ||
53 | + * begins executing the code written to SRAM. | ||
54 | + * | ||
55 | + * This function emulates the Boot ROM by copying 32 KiB | ||
56 | + * of data from the given block device and writes it to | ||
57 | + * the start of the first internal SRAM memory. | ||
58 | + * | ||
59 | + * @s: Allwinner H3 state object pointer | ||
60 | + * @blk: Block backend device object pointer | ||
61 | + */ | ||
62 | +void allwinner_h3_bootrom_setup(AwH3State *s, BlockBackend *blk); | ||
63 | + | ||
64 | #endif /* HW_ARM_ALLWINNER_H3_H */ | ||
65 | diff --git a/hw/arm/allwinner-h3.c b/hw/arm/allwinner-h3.c | ||
66 | index XXXXXXX..XXXXXXX 100644 | ||
67 | --- a/hw/arm/allwinner-h3.c | ||
68 | +++ b/hw/arm/allwinner-h3.c | ||
69 | @@ -XXX,XX +XXX,XX @@ | ||
70 | #include "hw/char/serial.h" | ||
71 | #include "hw/misc/unimp.h" | ||
72 | #include "hw/usb/hcd-ehci.h" | ||
73 | +#include "hw/loader.h" | ||
74 | #include "sysemu/sysemu.h" | ||
75 | #include "hw/arm/allwinner-h3.h" | ||
76 | |||
77 | @@ -XXX,XX +XXX,XX @@ enum { | ||
78 | AW_H3_GIC_NUM_SPI = 128 | ||
79 | }; | 24 | }; |
80 | 25 | ||
81 | +void allwinner_h3_bootrom_setup(AwH3State *s, BlockBackend *blk) | 26 | static bool cpu_type_valid(const char *cpu) |
82 | +{ | ||
83 | + const int64_t rom_size = 32 * KiB; | ||
84 | + g_autofree uint8_t *buffer = g_new0(uint8_t, rom_size); | ||
85 | + | ||
86 | + if (blk_pread(blk, 8 * KiB, buffer, rom_size) < 0) { | ||
87 | + error_setg(&error_fatal, "%s: failed to read BlockBackend data", | ||
88 | + __func__); | ||
89 | + return; | ||
90 | + } | ||
91 | + | ||
92 | + rom_add_blob("allwinner-h3.bootrom", buffer, rom_size, | ||
93 | + rom_size, s->memmap[AW_H3_SRAM_A1], | ||
94 | + NULL, NULL, NULL, NULL, false); | ||
95 | +} | ||
96 | + | ||
97 | static void allwinner_h3_init(Object *obj) | ||
98 | { | ||
99 | AwH3State *s = AW_H3(obj); | ||
100 | diff --git a/hw/arm/orangepi.c b/hw/arm/orangepi.c | ||
101 | index XXXXXXX..XXXXXXX 100644 | ||
102 | --- a/hw/arm/orangepi.c | ||
103 | +++ b/hw/arm/orangepi.c | ||
104 | @@ -XXX,XX +XXX,XX @@ static void orangepi_init(MachineState *machine) | ||
105 | memory_region_add_subregion(get_system_memory(), h3->memmap[AW_H3_SDRAM], | ||
106 | machine->ram); | ||
107 | |||
108 | + /* Load target kernel or start using BootROM */ | ||
109 | + if (!machine->kernel_filename && blk_is_available(blk)) { | ||
110 | + /* Use Boot ROM to copy data from SD card to SRAM */ | ||
111 | + allwinner_h3_bootrom_setup(h3, blk); | ||
112 | + } | ||
113 | orangepi_binfo.loader_start = h3->memmap[AW_H3_SDRAM]; | ||
114 | orangepi_binfo.ram_size = machine->ram_size; | ||
115 | arm_load_kernel(ARM_CPU(first_cpu), machine, &orangepi_binfo); | ||
116 | -- | 27 | -- |
117 | 2.20.1 | 28 | 2.20.1 |
118 | 29 | ||
119 | 30 | diff view generated by jsdifflib |
1 | From: Niek Linnenbank <nieklinnenbank@gmail.com> | 1 | From: Rebecca Cran <rebecca@nuviainc.com> |
---|---|---|---|
2 | 2 | ||
3 | The Allwinner Sun8i System on Chip family includes an Ethernet MAC (EMAC) | 3 | Add support for FEAT_SSBS. SSBS (Speculative Store Bypass Safe) is an |
4 | which provides 10M/100M/1000M Ethernet connectivity. This commit | 4 | optional feature in ARMv8.0, and mandatory in ARMv8.5. |
5 | adds support for the Allwinner EMAC from the Sun8i family (H2+, H3, A33, etc), | ||
6 | including emulation for the following functionality: | ||
7 | 5 | ||
8 | * DMA transfers | 6 | Signed-off-by: Rebecca Cran <rebecca@nuviainc.com> |
9 | * MII interface | 7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
10 | * Transmit CRC calculation | 8 | Message-id: 20210216224543.16142-2-rebecca@nuviainc.com |
11 | |||
12 | Signed-off-by: Niek Linnenbank <nieklinnenbank@gmail.com> | ||
13 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
14 | Message-id: 20200311221854.30370-10-nieklinnenbank@gmail.com | ||
15 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
16 | --- | 10 | --- |
17 | hw/net/Makefile.objs | 1 + | 11 | target/arm/cpu.h | 15 ++++++++++++++- |
18 | include/hw/arm/allwinner-h3.h | 3 + | 12 | target/arm/internals.h | 6 ++++++ |
19 | include/hw/net/allwinner-sun8i-emac.h | 99 +++ | 13 | target/arm/helper.c | 37 +++++++++++++++++++++++++++++++++++++ |
20 | hw/arm/allwinner-h3.c | 16 +- | 14 | target/arm/translate-a64.c | 12 ++++++++++++ |
21 | hw/arm/orangepi.c | 3 + | 15 | 4 files changed, 69 insertions(+), 1 deletion(-) |
22 | hw/net/allwinner-sun8i-emac.c | 871 ++++++++++++++++++++++++++ | ||
23 | hw/arm/Kconfig | 1 + | ||
24 | hw/net/Kconfig | 3 + | ||
25 | hw/net/trace-events | 10 + | ||
26 | 9 files changed, 1006 insertions(+), 1 deletion(-) | ||
27 | create mode 100644 include/hw/net/allwinner-sun8i-emac.h | ||
28 | create mode 100644 hw/net/allwinner-sun8i-emac.c | ||
29 | 16 | ||
30 | diff --git a/hw/net/Makefile.objs b/hw/net/Makefile.objs | 17 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h |
31 | index XXXXXXX..XXXXXXX 100644 | 18 | index XXXXXXX..XXXXXXX 100644 |
32 | --- a/hw/net/Makefile.objs | 19 | --- a/target/arm/cpu.h |
33 | +++ b/hw/net/Makefile.objs | 20 | +++ b/target/arm/cpu.h |
34 | @@ -XXX,XX +XXX,XX @@ common-obj-$(CONFIG_XGMAC) += xgmac.o | 21 | @@ -XXX,XX +XXX,XX @@ void pmu_init(ARMCPU *cpu); |
35 | common-obj-$(CONFIG_MIPSNET) += mipsnet.o | 22 | #define SCTLR_TE (1U << 30) /* AArch32 only */ |
36 | common-obj-$(CONFIG_XILINX_AXI) += xilinx_axienet.o | 23 | #define SCTLR_EnIB (1U << 30) /* v8.3, AArch64 only */ |
37 | common-obj-$(CONFIG_ALLWINNER_EMAC) += allwinner_emac.o | 24 | #define SCTLR_EnIA (1U << 31) /* v8.3, AArch64 only */ |
38 | +common-obj-$(CONFIG_ALLWINNER_SUN8I_EMAC) += allwinner-sun8i-emac.o | 25 | +#define SCTLR_DSSBS_32 (1U << 31) /* v8.5, AArch32 only */ |
39 | common-obj-$(CONFIG_IMX_FEC) += imx_fec.o | 26 | #define SCTLR_BT0 (1ULL << 35) /* v8.5-BTI */ |
40 | 27 | #define SCTLR_BT1 (1ULL << 36) /* v8.5-BTI */ | |
41 | common-obj-$(CONFIG_CADENCE) += cadence_gem.o | 28 | #define SCTLR_ITFSB (1ULL << 37) /* v8.5-MemTag */ |
42 | diff --git a/include/hw/arm/allwinner-h3.h b/include/hw/arm/allwinner-h3.h | 29 | @@ -XXX,XX +XXX,XX @@ void pmu_init(ARMCPU *cpu); |
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 | ||
43 | index XXXXXXX..XXXXXXX 100644 | 79 | index XXXXXXX..XXXXXXX 100644 |
44 | --- a/include/hw/arm/allwinner-h3.h | 80 | --- a/target/arm/internals.h |
45 | +++ b/include/hw/arm/allwinner-h3.h | 81 | +++ b/target/arm/internals.h |
46 | @@ -XXX,XX +XXX,XX @@ | 82 | @@ -XXX,XX +XXX,XX @@ static inline uint32_t aarch32_cpsr_valid_mask(uint64_t features, |
47 | #include "hw/misc/allwinner-h3-sysctrl.h" | 83 | if (isar_feature_aa32_dit(id)) { |
48 | #include "hw/misc/allwinner-sid.h" | 84 | valid |= CPSR_DIT; |
49 | #include "hw/sd/allwinner-sdhost.h" | 85 | } |
50 | +#include "hw/net/allwinner-sun8i-emac.h" | 86 | + if (isar_feature_aa32_ssbs(id)) { |
51 | #include "target/arm/cpu.h" | 87 | + valid |= CPSR_SSBS; |
52 | 88 | + } | |
53 | /** | 89 | |
54 | @@ -XXX,XX +XXX,XX @@ enum { | 90 | return valid; |
55 | AW_H3_UART1, | 91 | } |
56 | AW_H3_UART2, | 92 | @@ -XXX,XX +XXX,XX @@ static inline uint32_t aarch64_pstate_valid_mask(const ARMISARegisters *id) |
57 | AW_H3_UART3, | 93 | if (isar_feature_aa64_dit(id)) { |
58 | + AW_H3_EMAC, | 94 | valid |= PSTATE_DIT; |
59 | AW_H3_GIC_DIST, | 95 | } |
60 | AW_H3_GIC_CPU, | 96 | + if (isar_feature_aa64_ssbs(id)) { |
61 | AW_H3_GIC_HYP, | 97 | + valid |= PSTATE_SSBS; |
62 | @@ -XXX,XX +XXX,XX @@ typedef struct AwH3State { | 98 | + } |
63 | AwH3SysCtrlState sysctrl; | 99 | if (isar_feature_aa64_mte(id)) { |
64 | AwSidState sid; | 100 | valid |= PSTATE_TCO; |
65 | AwSdHostState mmc0; | 101 | } |
66 | + AwSun8iEmacState emac; | 102 | diff --git a/target/arm/helper.c b/target/arm/helper.c |
67 | GICState gic; | 103 | index XXXXXXX..XXXXXXX 100644 |
68 | MemoryRegion sram_a1; | 104 | --- a/target/arm/helper.c |
69 | MemoryRegion sram_a2; | 105 | +++ b/target/arm/helper.c |
70 | diff --git a/include/hw/net/allwinner-sun8i-emac.h b/include/hw/net/allwinner-sun8i-emac.h | 106 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo dit_reginfo = { |
71 | new file mode 100644 | 107 | .readfn = aa64_dit_read, .writefn = aa64_dit_write |
72 | index XXXXXXX..XXXXXXX | 108 | }; |
73 | --- /dev/null | 109 | |
74 | +++ b/include/hw/net/allwinner-sun8i-emac.h | 110 | +static uint64_t aa64_ssbs_read(CPUARMState *env, const ARMCPRegInfo *ri) |
75 | @@ -XXX,XX +XXX,XX @@ | 111 | +{ |
76 | +/* | 112 | + return env->pstate & PSTATE_SSBS; |
77 | + * Allwinner Sun8i Ethernet MAC emulation | 113 | +} |
78 | + * | ||
79 | + * Copyright (C) 2019 Niek Linnenbank <nieklinnenbank@gmail.com> | ||
80 | + * | ||
81 | + * This program is free software: you can redistribute it and/or modify | ||
82 | + * it under the terms of the GNU General Public License as published by | ||
83 | + * the Free Software Foundation, either version 2 of the License, or | ||
84 | + * (at your option) any later version. | ||
85 | + * | ||
86 | + * This program is distributed in the hope that it will be useful, | ||
87 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
88 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
89 | + * GNU General Public License for more details. | ||
90 | + * | ||
91 | + * You should have received a copy of the GNU General Public License | ||
92 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
93 | + */ | ||
94 | + | 114 | + |
95 | +#ifndef HW_NET_ALLWINNER_SUN8I_EMAC_H | 115 | +static void aa64_ssbs_write(CPUARMState *env, const ARMCPRegInfo *ri, |
96 | +#define HW_NET_ALLWINNER_SUN8I_EMAC_H | 116 | + uint64_t value) |
117 | +{ | ||
118 | + env->pstate = (env->pstate & ~PSTATE_SSBS) | (value & PSTATE_SSBS); | ||
119 | +} | ||
97 | + | 120 | + |
98 | +#include "qom/object.h" | 121 | +static const ARMCPRegInfo ssbs_reginfo = { |
99 | +#include "net/net.h" | 122 | + .name = "SSBS", .state = ARM_CP_STATE_AA64, |
100 | +#include "hw/sysbus.h" | 123 | + .opc0 = 3, .opc1 = 3, .crn = 4, .crm = 2, .opc2 = 6, |
101 | + | 124 | + .type = ARM_CP_NO_RAW, .access = PL0_RW, |
102 | +/** | 125 | + .readfn = aa64_ssbs_read, .writefn = aa64_ssbs_write |
103 | + * Object model | ||
104 | + * @{ | ||
105 | + */ | ||
106 | + | ||
107 | +#define TYPE_AW_SUN8I_EMAC "allwinner-sun8i-emac" | ||
108 | +#define AW_SUN8I_EMAC(obj) \ | ||
109 | + OBJECT_CHECK(AwSun8iEmacState, (obj), TYPE_AW_SUN8I_EMAC) | ||
110 | + | ||
111 | +/** @} */ | ||
112 | + | ||
113 | +/** | ||
114 | + * Allwinner Sun8i EMAC object instance state | ||
115 | + */ | ||
116 | +typedef struct AwSun8iEmacState { | ||
117 | + /*< private >*/ | ||
118 | + SysBusDevice parent_obj; | ||
119 | + /*< public >*/ | ||
120 | + | ||
121 | + /** Maps I/O registers in physical memory */ | ||
122 | + MemoryRegion iomem; | ||
123 | + | ||
124 | + /** Interrupt output signal to notify CPU */ | ||
125 | + qemu_irq irq; | ||
126 | + | ||
127 | + /** Generic Network Interface Controller (NIC) for networking API */ | ||
128 | + NICState *nic; | ||
129 | + | ||
130 | + /** Generic Network Interface Controller (NIC) configuration */ | ||
131 | + NICConf conf; | ||
132 | + | ||
133 | + /** | ||
134 | + * @name Media Independent Interface (MII) | ||
135 | + * @{ | ||
136 | + */ | ||
137 | + | ||
138 | + uint8_t mii_phy_addr; /**< PHY address */ | ||
139 | + uint32_t mii_cr; /**< Control */ | ||
140 | + uint32_t mii_st; /**< Status */ | ||
141 | + uint32_t mii_adv; /**< Advertised Abilities */ | ||
142 | + | ||
143 | + /** @} */ | ||
144 | + | ||
145 | + /** | ||
146 | + * @name Hardware Registers | ||
147 | + * @{ | ||
148 | + */ | ||
149 | + | ||
150 | + uint32_t basic_ctl0; /**< Basic Control 0 */ | ||
151 | + uint32_t basic_ctl1; /**< Basic Control 1 */ | ||
152 | + uint32_t int_en; /**< Interrupt Enable */ | ||
153 | + uint32_t int_sta; /**< Interrupt Status */ | ||
154 | + uint32_t frm_flt; /**< Receive Frame Filter */ | ||
155 | + | ||
156 | + uint32_t rx_ctl0; /**< Receive Control 0 */ | ||
157 | + uint32_t rx_ctl1; /**< Receive Control 1 */ | ||
158 | + uint32_t rx_desc_head; /**< Receive Descriptor List Address */ | ||
159 | + uint32_t rx_desc_curr; /**< Current Receive Descriptor Address */ | ||
160 | + | ||
161 | + uint32_t tx_ctl0; /**< Transmit Control 0 */ | ||
162 | + uint32_t tx_ctl1; /**< Transmit Control 1 */ | ||
163 | + uint32_t tx_desc_head; /**< Transmit Descriptor List Address */ | ||
164 | + uint32_t tx_desc_curr; /**< Current Transmit Descriptor Address */ | ||
165 | + uint32_t tx_flowctl; /**< Transmit Flow Control */ | ||
166 | + | ||
167 | + uint32_t mii_cmd; /**< Management Interface Command */ | ||
168 | + uint32_t mii_data; /**< Management Interface Data */ | ||
169 | + | ||
170 | + /** @} */ | ||
171 | + | ||
172 | +} AwSun8iEmacState; | ||
173 | + | ||
174 | +#endif /* HW_NET_ALLWINNER_SUN8I_H */ | ||
175 | diff --git a/hw/arm/allwinner-h3.c b/hw/arm/allwinner-h3.c | ||
176 | index XXXXXXX..XXXXXXX 100644 | ||
177 | --- a/hw/arm/allwinner-h3.c | ||
178 | +++ b/hw/arm/allwinner-h3.c | ||
179 | @@ -XXX,XX +XXX,XX @@ const hwaddr allwinner_h3_memmap[] = { | ||
180 | [AW_H3_UART1] = 0x01c28400, | ||
181 | [AW_H3_UART2] = 0x01c28800, | ||
182 | [AW_H3_UART3] = 0x01c28c00, | ||
183 | + [AW_H3_EMAC] = 0x01c30000, | ||
184 | [AW_H3_GIC_DIST] = 0x01c81000, | ||
185 | [AW_H3_GIC_CPU] = 0x01c82000, | ||
186 | [AW_H3_GIC_HYP] = 0x01c84000, | ||
187 | @@ -XXX,XX +XXX,XX @@ struct AwH3Unimplemented { | ||
188 | { "twi1", 0x01c2b000, 1 * KiB }, | ||
189 | { "twi2", 0x01c2b400, 1 * KiB }, | ||
190 | { "scr", 0x01c2c400, 1 * KiB }, | ||
191 | - { "emac", 0x01c30000, 64 * KiB }, | ||
192 | { "gpu", 0x01c40000, 64 * KiB }, | ||
193 | { "hstmr", 0x01c60000, 4 * KiB }, | ||
194 | { "dramcom", 0x01c62000, 4 * KiB }, | ||
195 | @@ -XXX,XX +XXX,XX @@ enum { | ||
196 | AW_H3_GIC_SPI_OHCI2 = 77, | ||
197 | AW_H3_GIC_SPI_EHCI3 = 78, | ||
198 | AW_H3_GIC_SPI_OHCI3 = 79, | ||
199 | + AW_H3_GIC_SPI_EMAC = 82 | ||
200 | }; | ||
201 | |||
202 | /* Allwinner H3 general constants */ | ||
203 | @@ -XXX,XX +XXX,XX @@ static void allwinner_h3_init(Object *obj) | ||
204 | |||
205 | sysbus_init_child_obj(obj, "mmc0", &s->mmc0, sizeof(s->mmc0), | ||
206 | TYPE_AW_SDHOST_SUN5I); | ||
207 | + | ||
208 | + sysbus_init_child_obj(obj, "emac", &s->emac, sizeof(s->emac), | ||
209 | + TYPE_AW_SUN8I_EMAC); | ||
210 | } | ||
211 | |||
212 | static void allwinner_h3_realize(DeviceState *dev, Error **errp) | ||
213 | @@ -XXX,XX +XXX,XX @@ static void allwinner_h3_realize(DeviceState *dev, Error **errp) | ||
214 | object_property_add_alias(OBJECT(s), "sd-bus", OBJECT(&s->mmc0), | ||
215 | "sd-bus", &error_abort); | ||
216 | |||
217 | + /* EMAC */ | ||
218 | + if (nd_table[0].used) { | ||
219 | + qemu_check_nic_model(&nd_table[0], TYPE_AW_SUN8I_EMAC); | ||
220 | + qdev_set_nic_properties(DEVICE(&s->emac), &nd_table[0]); | ||
221 | + } | ||
222 | + qdev_init_nofail(DEVICE(&s->emac)); | ||
223 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->emac), 0, s->memmap[AW_H3_EMAC]); | ||
224 | + sysbus_connect_irq(SYS_BUS_DEVICE(&s->emac), 0, | ||
225 | + qdev_get_gpio_in(DEVICE(&s->gic), AW_H3_GIC_SPI_EMAC)); | ||
226 | + | ||
227 | /* Universal Serial Bus */ | ||
228 | sysbus_create_simple(TYPE_AW_H3_EHCI, s->memmap[AW_H3_EHCI0], | ||
229 | qdev_get_gpio_in(DEVICE(&s->gic), | ||
230 | diff --git a/hw/arm/orangepi.c b/hw/arm/orangepi.c | ||
231 | index XXXXXXX..XXXXXXX 100644 | ||
232 | --- a/hw/arm/orangepi.c | ||
233 | +++ b/hw/arm/orangepi.c | ||
234 | @@ -XXX,XX +XXX,XX @@ static void orangepi_init(MachineState *machine) | ||
235 | warn_report("Security Identifier value does not include H3 prefix"); | ||
236 | } | ||
237 | |||
238 | + /* Setup EMAC properties */ | ||
239 | + object_property_set_int(OBJECT(&h3->emac), 1, "phy-addr", &error_abort); | ||
240 | + | ||
241 | /* Mark H3 object realized */ | ||
242 | object_property_set_bool(OBJECT(h3), true, "realized", &error_abort); | ||
243 | |||
244 | diff --git a/hw/net/allwinner-sun8i-emac.c b/hw/net/allwinner-sun8i-emac.c | ||
245 | new file mode 100644 | ||
246 | index XXXXXXX..XXXXXXX | ||
247 | --- /dev/null | ||
248 | +++ b/hw/net/allwinner-sun8i-emac.c | ||
249 | @@ -XXX,XX +XXX,XX @@ | ||
250 | +/* | ||
251 | + * Allwinner Sun8i Ethernet MAC emulation | ||
252 | + * | ||
253 | + * Copyright (C) 2019 Niek Linnenbank <nieklinnenbank@gmail.com> | ||
254 | + * | ||
255 | + * This program is free software: you can redistribute it and/or modify | ||
256 | + * it under the terms of the GNU General Public License as published by | ||
257 | + * the Free Software Foundation, either version 2 of the License, or | ||
258 | + * (at your option) any later version. | ||
259 | + * | ||
260 | + * This program is distributed in the hope that it will be useful, | ||
261 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
262 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
263 | + * GNU General Public License for more details. | ||
264 | + * | ||
265 | + * You should have received a copy of the GNU General Public License | ||
266 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
267 | + */ | ||
268 | + | ||
269 | +#include "qemu/osdep.h" | ||
270 | +#include "qemu/units.h" | ||
271 | +#include "hw/sysbus.h" | ||
272 | +#include "migration/vmstate.h" | ||
273 | +#include "net/net.h" | ||
274 | +#include "hw/irq.h" | ||
275 | +#include "hw/qdev-properties.h" | ||
276 | +#include "qemu/log.h" | ||
277 | +#include "trace.h" | ||
278 | +#include "net/checksum.h" | ||
279 | +#include "qemu/module.h" | ||
280 | +#include "exec/cpu-common.h" | ||
281 | +#include "hw/net/allwinner-sun8i-emac.h" | ||
282 | + | ||
283 | +/* EMAC register offsets */ | ||
284 | +enum { | ||
285 | + REG_BASIC_CTL_0 = 0x0000, /* Basic Control 0 */ | ||
286 | + REG_BASIC_CTL_1 = 0x0004, /* Basic Control 1 */ | ||
287 | + REG_INT_STA = 0x0008, /* Interrupt Status */ | ||
288 | + REG_INT_EN = 0x000C, /* Interrupt Enable */ | ||
289 | + REG_TX_CTL_0 = 0x0010, /* Transmit Control 0 */ | ||
290 | + REG_TX_CTL_1 = 0x0014, /* Transmit Control 1 */ | ||
291 | + REG_TX_FLOW_CTL = 0x001C, /* Transmit Flow Control */ | ||
292 | + REG_TX_DMA_DESC_LIST = 0x0020, /* Transmit Descriptor List Address */ | ||
293 | + REG_RX_CTL_0 = 0x0024, /* Receive Control 0 */ | ||
294 | + REG_RX_CTL_1 = 0x0028, /* Receive Control 1 */ | ||
295 | + REG_RX_DMA_DESC_LIST = 0x0034, /* Receive Descriptor List Address */ | ||
296 | + REG_FRM_FLT = 0x0038, /* Receive Frame Filter */ | ||
297 | + REG_RX_HASH_0 = 0x0040, /* Receive Hash Table 0 */ | ||
298 | + REG_RX_HASH_1 = 0x0044, /* Receive Hash Table 1 */ | ||
299 | + REG_MII_CMD = 0x0048, /* Management Interface Command */ | ||
300 | + REG_MII_DATA = 0x004C, /* Management Interface Data */ | ||
301 | + REG_ADDR_HIGH = 0x0050, /* MAC Address High */ | ||
302 | + REG_ADDR_LOW = 0x0054, /* MAC Address Low */ | ||
303 | + REG_TX_DMA_STA = 0x00B0, /* Transmit DMA Status */ | ||
304 | + REG_TX_CUR_DESC = 0x00B4, /* Transmit Current Descriptor */ | ||
305 | + REG_TX_CUR_BUF = 0x00B8, /* Transmit Current Buffer */ | ||
306 | + REG_RX_DMA_STA = 0x00C0, /* Receive DMA Status */ | ||
307 | + REG_RX_CUR_DESC = 0x00C4, /* Receive Current Descriptor */ | ||
308 | + REG_RX_CUR_BUF = 0x00C8, /* Receive Current Buffer */ | ||
309 | + REG_RGMII_STA = 0x00D0, /* RGMII Status */ | ||
310 | +}; | 126 | +}; |
311 | + | 127 | + |
312 | +/* EMAC register flags */ | 128 | static CPAccessResult aa64_cacheop_poc_access(CPUARMState *env, |
313 | +enum { | 129 | const ARMCPRegInfo *ri, |
314 | + BASIC_CTL0_100Mbps = (0b11 << 2), | 130 | bool isread) |
315 | + BASIC_CTL0_FD = (1 << 0), | 131 | @@ -XXX,XX +XXX,XX @@ void register_cp_regs_for_features(ARMCPU *cpu) |
316 | + BASIC_CTL1_SOFTRST = (1 << 0), | 132 | if (cpu_isar_feature(aa64_dit, cpu)) { |
317 | +}; | 133 | define_one_arm_cp_reg(cpu, &dit_reginfo); |
318 | + | 134 | } |
319 | +enum { | 135 | + if (cpu_isar_feature(aa64_ssbs, cpu)) { |
320 | + INT_STA_RGMII_LINK = (1 << 16), | 136 | + define_one_arm_cp_reg(cpu, &ssbs_reginfo); |
321 | + INT_STA_RX_EARLY = (1 << 13), | ||
322 | + INT_STA_RX_OVERFLOW = (1 << 12), | ||
323 | + INT_STA_RX_TIMEOUT = (1 << 11), | ||
324 | + INT_STA_RX_DMA_STOP = (1 << 10), | ||
325 | + INT_STA_RX_BUF_UA = (1 << 9), | ||
326 | + INT_STA_RX = (1 << 8), | ||
327 | + INT_STA_TX_EARLY = (1 << 5), | ||
328 | + INT_STA_TX_UNDERFLOW = (1 << 4), | ||
329 | + INT_STA_TX_TIMEOUT = (1 << 3), | ||
330 | + INT_STA_TX_BUF_UA = (1 << 2), | ||
331 | + INT_STA_TX_DMA_STOP = (1 << 1), | ||
332 | + INT_STA_TX = (1 << 0), | ||
333 | +}; | ||
334 | + | ||
335 | +enum { | ||
336 | + INT_EN_RX_EARLY = (1 << 13), | ||
337 | + INT_EN_RX_OVERFLOW = (1 << 12), | ||
338 | + INT_EN_RX_TIMEOUT = (1 << 11), | ||
339 | + INT_EN_RX_DMA_STOP = (1 << 10), | ||
340 | + INT_EN_RX_BUF_UA = (1 << 9), | ||
341 | + INT_EN_RX = (1 << 8), | ||
342 | + INT_EN_TX_EARLY = (1 << 5), | ||
343 | + INT_EN_TX_UNDERFLOW = (1 << 4), | ||
344 | + INT_EN_TX_TIMEOUT = (1 << 3), | ||
345 | + INT_EN_TX_BUF_UA = (1 << 2), | ||
346 | + INT_EN_TX_DMA_STOP = (1 << 1), | ||
347 | + INT_EN_TX = (1 << 0), | ||
348 | +}; | ||
349 | + | ||
350 | +enum { | ||
351 | + TX_CTL0_TX_EN = (1 << 31), | ||
352 | + TX_CTL1_TX_DMA_START = (1 << 31), | ||
353 | + TX_CTL1_TX_DMA_EN = (1 << 30), | ||
354 | + TX_CTL1_TX_FLUSH = (1 << 0), | ||
355 | +}; | ||
356 | + | ||
357 | +enum { | ||
358 | + RX_CTL0_RX_EN = (1 << 31), | ||
359 | + RX_CTL0_STRIP_FCS = (1 << 28), | ||
360 | + RX_CTL0_CRC_IPV4 = (1 << 27), | ||
361 | +}; | ||
362 | + | ||
363 | +enum { | ||
364 | + RX_CTL1_RX_DMA_START = (1 << 31), | ||
365 | + RX_CTL1_RX_DMA_EN = (1 << 30), | ||
366 | + RX_CTL1_RX_MD = (1 << 1), | ||
367 | +}; | ||
368 | + | ||
369 | +enum { | ||
370 | + RX_FRM_FLT_DIS_ADDR = (1 << 31), | ||
371 | +}; | ||
372 | + | ||
373 | +enum { | ||
374 | + MII_CMD_PHY_ADDR_SHIFT = (12), | ||
375 | + MII_CMD_PHY_ADDR_MASK = (0xf000), | ||
376 | + MII_CMD_PHY_REG_SHIFT = (4), | ||
377 | + MII_CMD_PHY_REG_MASK = (0xf0), | ||
378 | + MII_CMD_PHY_RW = (1 << 1), | ||
379 | + MII_CMD_PHY_BUSY = (1 << 0), | ||
380 | +}; | ||
381 | + | ||
382 | +enum { | ||
383 | + TX_DMA_STA_STOP = (0b000), | ||
384 | + TX_DMA_STA_RUN_FETCH = (0b001), | ||
385 | + TX_DMA_STA_WAIT_STA = (0b010), | ||
386 | +}; | ||
387 | + | ||
388 | +enum { | ||
389 | + RX_DMA_STA_STOP = (0b000), | ||
390 | + RX_DMA_STA_RUN_FETCH = (0b001), | ||
391 | + RX_DMA_STA_WAIT_FRM = (0b011), | ||
392 | +}; | ||
393 | + | ||
394 | +/* EMAC register reset values */ | ||
395 | +enum { | ||
396 | + REG_BASIC_CTL_1_RST = 0x08000000, | ||
397 | +}; | ||
398 | + | ||
399 | +/* EMAC constants */ | ||
400 | +enum { | ||
401 | + AW_SUN8I_EMAC_MIN_PKT_SZ = 64 | ||
402 | +}; | ||
403 | + | ||
404 | +/* Transmit/receive frame descriptor */ | ||
405 | +typedef struct FrameDescriptor { | ||
406 | + uint32_t status; | ||
407 | + uint32_t status2; | ||
408 | + uint32_t addr; | ||
409 | + uint32_t next; | ||
410 | +} FrameDescriptor; | ||
411 | + | ||
412 | +/* Frame descriptor flags */ | ||
413 | +enum { | ||
414 | + DESC_STATUS_CTL = (1 << 31), | ||
415 | + DESC_STATUS2_BUF_SIZE_MASK = (0x7ff), | ||
416 | +}; | ||
417 | + | ||
418 | +/* Transmit frame descriptor flags */ | ||
419 | +enum { | ||
420 | + TX_DESC_STATUS_LENGTH_ERR = (1 << 14), | ||
421 | + TX_DESC_STATUS2_FIRST_DESC = (1 << 29), | ||
422 | + TX_DESC_STATUS2_LAST_DESC = (1 << 30), | ||
423 | + TX_DESC_STATUS2_CHECKSUM_MASK = (0x3 << 27), | ||
424 | +}; | ||
425 | + | ||
426 | +/* Receive frame descriptor flags */ | ||
427 | +enum { | ||
428 | + RX_DESC_STATUS_FIRST_DESC = (1 << 9), | ||
429 | + RX_DESC_STATUS_LAST_DESC = (1 << 8), | ||
430 | + RX_DESC_STATUS_FRM_LEN_MASK = (0x3fff0000), | ||
431 | + RX_DESC_STATUS_FRM_LEN_SHIFT = (16), | ||
432 | + RX_DESC_STATUS_NO_BUF = (1 << 14), | ||
433 | + RX_DESC_STATUS_HEADER_ERR = (1 << 7), | ||
434 | + RX_DESC_STATUS_LENGTH_ERR = (1 << 4), | ||
435 | + RX_DESC_STATUS_CRC_ERR = (1 << 1), | ||
436 | + RX_DESC_STATUS_PAYLOAD_ERR = (1 << 0), | ||
437 | + RX_DESC_STATUS2_RX_INT_CTL = (1 << 31), | ||
438 | +}; | ||
439 | + | ||
440 | +/* MII register offsets */ | ||
441 | +enum { | ||
442 | + MII_REG_CR = (0x0), /* Control */ | ||
443 | + MII_REG_ST = (0x1), /* Status */ | ||
444 | + MII_REG_ID_HIGH = (0x2), /* Identifier High */ | ||
445 | + MII_REG_ID_LOW = (0x3), /* Identifier Low */ | ||
446 | + MII_REG_ADV = (0x4), /* Advertised abilities */ | ||
447 | + MII_REG_LPA = (0x5), /* Link partner abilities */ | ||
448 | +}; | ||
449 | + | ||
450 | +/* MII register flags */ | ||
451 | +enum { | ||
452 | + MII_REG_CR_RESET = (1 << 15), | ||
453 | + MII_REG_CR_POWERDOWN = (1 << 11), | ||
454 | + MII_REG_CR_10Mbit = (0), | ||
455 | + MII_REG_CR_100Mbit = (1 << 13), | ||
456 | + MII_REG_CR_1000Mbit = (1 << 6), | ||
457 | + MII_REG_CR_AUTO_NEG = (1 << 12), | ||
458 | + MII_REG_CR_AUTO_NEG_RESTART = (1 << 9), | ||
459 | + MII_REG_CR_FULLDUPLEX = (1 << 8), | ||
460 | +}; | ||
461 | + | ||
462 | +enum { | ||
463 | + MII_REG_ST_100BASE_T4 = (1 << 15), | ||
464 | + MII_REG_ST_100BASE_X_FD = (1 << 14), | ||
465 | + MII_REG_ST_100BASE_X_HD = (1 << 13), | ||
466 | + MII_REG_ST_10_FD = (1 << 12), | ||
467 | + MII_REG_ST_10_HD = (1 << 11), | ||
468 | + MII_REG_ST_100BASE_T2_FD = (1 << 10), | ||
469 | + MII_REG_ST_100BASE_T2_HD = (1 << 9), | ||
470 | + MII_REG_ST_AUTONEG_COMPLETE = (1 << 5), | ||
471 | + MII_REG_ST_AUTONEG_AVAIL = (1 << 3), | ||
472 | + MII_REG_ST_LINK_UP = (1 << 2), | ||
473 | +}; | ||
474 | + | ||
475 | +enum { | ||
476 | + MII_REG_LPA_10_HD = (1 << 5), | ||
477 | + MII_REG_LPA_10_FD = (1 << 6), | ||
478 | + MII_REG_LPA_100_HD = (1 << 7), | ||
479 | + MII_REG_LPA_100_FD = (1 << 8), | ||
480 | + MII_REG_LPA_PAUSE = (1 << 10), | ||
481 | + MII_REG_LPA_ASYMPAUSE = (1 << 11), | ||
482 | +}; | ||
483 | + | ||
484 | +/* MII constants */ | ||
485 | +enum { | ||
486 | + MII_PHY_ID_HIGH = 0x0044, | ||
487 | + MII_PHY_ID_LOW = 0x1400, | ||
488 | +}; | ||
489 | + | ||
490 | +static void allwinner_sun8i_emac_mii_set_link(AwSun8iEmacState *s, | ||
491 | + bool link_active) | ||
492 | +{ | ||
493 | + if (link_active) { | ||
494 | + s->mii_st |= MII_REG_ST_LINK_UP; | ||
495 | + } else { | ||
496 | + s->mii_st &= ~MII_REG_ST_LINK_UP; | ||
497 | + } | 137 | + } |
498 | +} | 138 | |
499 | + | 139 | if (arm_feature(env, ARM_FEATURE_EL2) && cpu_isar_feature(aa64_vh, cpu)) { |
500 | +static void allwinner_sun8i_emac_mii_reset(AwSun8iEmacState *s, | 140 | define_arm_cp_regs(cpu, vhe_reginfo); |
501 | + bool link_active) | 141 | @@ -XXX,XX +XXX,XX @@ static void take_aarch32_exception(CPUARMState *env, int new_mode, |
502 | +{ | 142 | env->uncached_cpsr &= ~(CPSR_IL | CPSR_J); |
503 | + s->mii_cr = MII_REG_CR_100Mbit | MII_REG_CR_AUTO_NEG | | 143 | env->daif |= mask; |
504 | + MII_REG_CR_FULLDUPLEX; | 144 | |
505 | + s->mii_st = MII_REG_ST_100BASE_T4 | MII_REG_ST_100BASE_X_FD | | 145 | + if (cpu_isar_feature(aa32_ssbs, env_archcpu(env))) { |
506 | + MII_REG_ST_100BASE_X_HD | MII_REG_ST_10_FD | MII_REG_ST_10_HD | | 146 | + if (env->cp15.sctlr_el[new_el] & SCTLR_DSSBS_32) { |
507 | + MII_REG_ST_100BASE_T2_FD | MII_REG_ST_100BASE_T2_HD | | 147 | + env->uncached_cpsr |= CPSR_SSBS; |
508 | + MII_REG_ST_AUTONEG_COMPLETE | MII_REG_ST_AUTONEG_AVAIL; | ||
509 | + s->mii_adv = 0; | ||
510 | + | ||
511 | + allwinner_sun8i_emac_mii_set_link(s, link_active); | ||
512 | +} | ||
513 | + | ||
514 | +static void allwinner_sun8i_emac_mii_cmd(AwSun8iEmacState *s) | ||
515 | +{ | ||
516 | + uint8_t addr, reg; | ||
517 | + | ||
518 | + addr = (s->mii_cmd & MII_CMD_PHY_ADDR_MASK) >> MII_CMD_PHY_ADDR_SHIFT; | ||
519 | + reg = (s->mii_cmd & MII_CMD_PHY_REG_MASK) >> MII_CMD_PHY_REG_SHIFT; | ||
520 | + | ||
521 | + if (addr != s->mii_phy_addr) { | ||
522 | + return; | ||
523 | + } | ||
524 | + | ||
525 | + /* Read or write a PHY register? */ | ||
526 | + if (s->mii_cmd & MII_CMD_PHY_RW) { | ||
527 | + trace_allwinner_sun8i_emac_mii_write_reg(reg, s->mii_data); | ||
528 | + | ||
529 | + switch (reg) { | ||
530 | + case MII_REG_CR: | ||
531 | + if (s->mii_data & MII_REG_CR_RESET) { | ||
532 | + allwinner_sun8i_emac_mii_reset(s, s->mii_st & | ||
533 | + MII_REG_ST_LINK_UP); | ||
534 | + } else { | ||
535 | + s->mii_cr = s->mii_data & ~(MII_REG_CR_RESET | | ||
536 | + MII_REG_CR_AUTO_NEG_RESTART); | ||
537 | + } | ||
538 | + break; | ||
539 | + case MII_REG_ADV: | ||
540 | + s->mii_adv = s->mii_data; | ||
541 | + break; | ||
542 | + case MII_REG_ID_HIGH: | ||
543 | + case MII_REG_ID_LOW: | ||
544 | + case MII_REG_LPA: | ||
545 | + break; | ||
546 | + default: | ||
547 | + qemu_log_mask(LOG_UNIMP, "allwinner-h3-emac: write access to " | ||
548 | + "unknown MII register 0x%x\n", reg); | ||
549 | + break; | ||
550 | + } | ||
551 | + } else { | ||
552 | + switch (reg) { | ||
553 | + case MII_REG_CR: | ||
554 | + s->mii_data = s->mii_cr; | ||
555 | + break; | ||
556 | + case MII_REG_ST: | ||
557 | + s->mii_data = s->mii_st; | ||
558 | + break; | ||
559 | + case MII_REG_ID_HIGH: | ||
560 | + s->mii_data = MII_PHY_ID_HIGH; | ||
561 | + break; | ||
562 | + case MII_REG_ID_LOW: | ||
563 | + s->mii_data = MII_PHY_ID_LOW; | ||
564 | + break; | ||
565 | + case MII_REG_ADV: | ||
566 | + s->mii_data = s->mii_adv; | ||
567 | + break; | ||
568 | + case MII_REG_LPA: | ||
569 | + s->mii_data = MII_REG_LPA_10_HD | MII_REG_LPA_10_FD | | ||
570 | + MII_REG_LPA_100_HD | MII_REG_LPA_100_FD | | ||
571 | + MII_REG_LPA_PAUSE | MII_REG_LPA_ASYMPAUSE; | ||
572 | + break; | ||
573 | + default: | ||
574 | + qemu_log_mask(LOG_UNIMP, "allwinner-h3-emac: read access to " | ||
575 | + "unknown MII register 0x%x\n", reg); | ||
576 | + s->mii_data = 0; | ||
577 | + break; | ||
578 | + } | ||
579 | + | ||
580 | + trace_allwinner_sun8i_emac_mii_read_reg(reg, s->mii_data); | ||
581 | + } | ||
582 | +} | ||
583 | + | ||
584 | +static void allwinner_sun8i_emac_update_irq(AwSun8iEmacState *s) | ||
585 | +{ | ||
586 | + qemu_set_irq(s->irq, (s->int_sta & s->int_en) != 0); | ||
587 | +} | ||
588 | + | ||
589 | +static uint32_t allwinner_sun8i_emac_next_desc(FrameDescriptor *desc, | ||
590 | + size_t min_size) | ||
591 | +{ | ||
592 | + uint32_t paddr = desc->next; | ||
593 | + | ||
594 | + cpu_physical_memory_read(paddr, desc, sizeof(*desc)); | ||
595 | + | ||
596 | + if ((desc->status & DESC_STATUS_CTL) && | ||
597 | + (desc->status2 & DESC_STATUS2_BUF_SIZE_MASK) >= min_size) { | ||
598 | + return paddr; | ||
599 | + } else { | ||
600 | + return 0; | ||
601 | + } | ||
602 | +} | ||
603 | + | ||
604 | +static uint32_t allwinner_sun8i_emac_get_desc(FrameDescriptor *desc, | ||
605 | + uint32_t start_addr, | ||
606 | + size_t min_size) | ||
607 | +{ | ||
608 | + uint32_t desc_addr = start_addr; | ||
609 | + | ||
610 | + /* Note that the list is a cycle. Last entry points back to the head. */ | ||
611 | + while (desc_addr != 0) { | ||
612 | + cpu_physical_memory_read(desc_addr, desc, sizeof(*desc)); | ||
613 | + | ||
614 | + if ((desc->status & DESC_STATUS_CTL) && | ||
615 | + (desc->status2 & DESC_STATUS2_BUF_SIZE_MASK) >= min_size) { | ||
616 | + return desc_addr; | ||
617 | + } else if (desc->next == start_addr) { | ||
618 | + break; | ||
619 | + } else { | 148 | + } else { |
620 | + desc_addr = desc->next; | 149 | + env->uncached_cpsr &= ~CPSR_SSBS; |
621 | + } | 150 | + } |
622 | + } | 151 | + } |
623 | + | 152 | + |
624 | + return 0; | 153 | if (new_mode == ARM_CPU_MODE_HYP) { |
625 | +} | 154 | env->thumb = (env->cp15.sctlr_el[2] & SCTLR_TE) != 0; |
626 | + | 155 | env->elr_el[2] = env->regs[15]; |
627 | +static uint32_t allwinner_sun8i_emac_rx_desc(AwSun8iEmacState *s, | 156 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_do_interrupt_aarch64(CPUState *cs) |
628 | + FrameDescriptor *desc, | 157 | new_mode |= PSTATE_TCO; |
629 | + size_t min_size) | 158 | } |
630 | +{ | 159 | |
631 | + return allwinner_sun8i_emac_get_desc(desc, s->rx_desc_curr, min_size); | 160 | + if (cpu_isar_feature(aa64_ssbs, cpu)) { |
632 | +} | 161 | + if (env->cp15.sctlr_el[new_el] & SCTLR_DSSBS_64) { |
633 | + | 162 | + new_mode |= PSTATE_SSBS; |
634 | +static uint32_t allwinner_sun8i_emac_tx_desc(AwSun8iEmacState *s, | ||
635 | + FrameDescriptor *desc, | ||
636 | + size_t min_size) | ||
637 | +{ | ||
638 | + return allwinner_sun8i_emac_get_desc(desc, s->tx_desc_head, min_size); | ||
639 | +} | ||
640 | + | ||
641 | +static void allwinner_sun8i_emac_flush_desc(FrameDescriptor *desc, | ||
642 | + uint32_t phys_addr) | ||
643 | +{ | ||
644 | + cpu_physical_memory_write(phys_addr, desc, sizeof(*desc)); | ||
645 | +} | ||
646 | + | ||
647 | +static int allwinner_sun8i_emac_can_receive(NetClientState *nc) | ||
648 | +{ | ||
649 | + AwSun8iEmacState *s = qemu_get_nic_opaque(nc); | ||
650 | + FrameDescriptor desc; | ||
651 | + | ||
652 | + return (s->rx_ctl0 & RX_CTL0_RX_EN) && | ||
653 | + (allwinner_sun8i_emac_rx_desc(s, &desc, 0) != 0); | ||
654 | +} | ||
655 | + | ||
656 | +static ssize_t allwinner_sun8i_emac_receive(NetClientState *nc, | ||
657 | + const uint8_t *buf, | ||
658 | + size_t size) | ||
659 | +{ | ||
660 | + AwSun8iEmacState *s = qemu_get_nic_opaque(nc); | ||
661 | + FrameDescriptor desc; | ||
662 | + size_t bytes_left = size; | ||
663 | + size_t desc_bytes = 0; | ||
664 | + size_t pad_fcs_size = 4; | ||
665 | + size_t padding = 0; | ||
666 | + | ||
667 | + if (!(s->rx_ctl0 & RX_CTL0_RX_EN)) { | ||
668 | + return -1; | ||
669 | + } | ||
670 | + | ||
671 | + s->rx_desc_curr = allwinner_sun8i_emac_rx_desc(s, &desc, | ||
672 | + AW_SUN8I_EMAC_MIN_PKT_SZ); | ||
673 | + if (!s->rx_desc_curr) { | ||
674 | + s->int_sta |= INT_STA_RX_BUF_UA; | ||
675 | + } | ||
676 | + | ||
677 | + /* Keep filling RX descriptors until the whole frame is written */ | ||
678 | + while (s->rx_desc_curr && bytes_left > 0) { | ||
679 | + desc.status &= ~DESC_STATUS_CTL; | ||
680 | + desc.status &= ~RX_DESC_STATUS_FRM_LEN_MASK; | ||
681 | + | ||
682 | + if (bytes_left == size) { | ||
683 | + desc.status |= RX_DESC_STATUS_FIRST_DESC; | ||
684 | + } | ||
685 | + | ||
686 | + if ((desc.status2 & DESC_STATUS2_BUF_SIZE_MASK) < | ||
687 | + (bytes_left + pad_fcs_size)) { | ||
688 | + desc_bytes = desc.status2 & DESC_STATUS2_BUF_SIZE_MASK; | ||
689 | + desc.status |= desc_bytes << RX_DESC_STATUS_FRM_LEN_SHIFT; | ||
690 | + } else { | 163 | + } else { |
691 | + padding = pad_fcs_size; | 164 | + new_mode &= ~PSTATE_SSBS; |
692 | + if (bytes_left < AW_SUN8I_EMAC_MIN_PKT_SZ) { | ||
693 | + padding += (AW_SUN8I_EMAC_MIN_PKT_SZ - bytes_left); | ||
694 | + } | ||
695 | + | ||
696 | + desc_bytes = (bytes_left); | ||
697 | + desc.status |= RX_DESC_STATUS_LAST_DESC; | ||
698 | + desc.status |= (bytes_left + padding) | ||
699 | + << RX_DESC_STATUS_FRM_LEN_SHIFT; | ||
700 | + } | ||
701 | + | ||
702 | + cpu_physical_memory_write(desc.addr, buf, desc_bytes); | ||
703 | + allwinner_sun8i_emac_flush_desc(&desc, s->rx_desc_curr); | ||
704 | + trace_allwinner_sun8i_emac_receive(s->rx_desc_curr, desc.addr, | ||
705 | + desc_bytes); | ||
706 | + | ||
707 | + /* Check if frame needs to raise the receive interrupt */ | ||
708 | + if (!(desc.status2 & RX_DESC_STATUS2_RX_INT_CTL)) { | ||
709 | + s->int_sta |= INT_STA_RX; | ||
710 | + } | ||
711 | + | ||
712 | + /* Increment variables */ | ||
713 | + buf += desc_bytes; | ||
714 | + bytes_left -= desc_bytes; | ||
715 | + | ||
716 | + /* Move to the next descriptor */ | ||
717 | + s->rx_desc_curr = allwinner_sun8i_emac_next_desc(&desc, 64); | ||
718 | + if (!s->rx_desc_curr) { | ||
719 | + /* Not enough buffer space available */ | ||
720 | + s->int_sta |= INT_STA_RX_BUF_UA; | ||
721 | + s->rx_desc_curr = s->rx_desc_head; | ||
722 | + break; | ||
723 | + } | 165 | + } |
724 | + } | 166 | + } |
725 | + | 167 | + |
726 | + /* Report receive DMA is finished */ | 168 | pstate_write(env, PSTATE_DAIF | new_mode); |
727 | + s->rx_ctl1 &= ~RX_CTL1_RX_DMA_START; | 169 | env->aarch64 = 1; |
728 | + allwinner_sun8i_emac_update_irq(s); | 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; | ||
729 | + | 190 | + |
730 | + return size; | 191 | case 0x1a: /* DIT */ |
731 | +} | 192 | if (!dc_isar_feature(aa64_dit, s)) { |
732 | + | 193 | goto do_unallocated; |
733 | +static void allwinner_sun8i_emac_transmit(AwSun8iEmacState *s) | ||
734 | +{ | ||
735 | + NetClientState *nc = qemu_get_queue(s->nic); | ||
736 | + FrameDescriptor desc; | ||
737 | + size_t bytes = 0; | ||
738 | + size_t packet_bytes = 0; | ||
739 | + size_t transmitted = 0; | ||
740 | + static uint8_t packet_buf[2048]; | ||
741 | + | ||
742 | + s->tx_desc_curr = allwinner_sun8i_emac_tx_desc(s, &desc, 0); | ||
743 | + | ||
744 | + /* Read all transmit descriptors */ | ||
745 | + while (s->tx_desc_curr != 0) { | ||
746 | + | ||
747 | + /* Read from physical memory into packet buffer */ | ||
748 | + bytes = desc.status2 & DESC_STATUS2_BUF_SIZE_MASK; | ||
749 | + if (bytes + packet_bytes > sizeof(packet_buf)) { | ||
750 | + desc.status |= TX_DESC_STATUS_LENGTH_ERR; | ||
751 | + break; | ||
752 | + } | ||
753 | + cpu_physical_memory_read(desc.addr, packet_buf + packet_bytes, bytes); | ||
754 | + packet_bytes += bytes; | ||
755 | + desc.status &= ~DESC_STATUS_CTL; | ||
756 | + allwinner_sun8i_emac_flush_desc(&desc, s->tx_desc_curr); | ||
757 | + | ||
758 | + /* After the last descriptor, send the packet */ | ||
759 | + if (desc.status2 & TX_DESC_STATUS2_LAST_DESC) { | ||
760 | + if (desc.status2 & TX_DESC_STATUS2_CHECKSUM_MASK) { | ||
761 | + net_checksum_calculate(packet_buf, packet_bytes); | ||
762 | + } | ||
763 | + | ||
764 | + qemu_send_packet(nc, packet_buf, packet_bytes); | ||
765 | + trace_allwinner_sun8i_emac_transmit(s->tx_desc_curr, desc.addr, | ||
766 | + bytes); | ||
767 | + | ||
768 | + packet_bytes = 0; | ||
769 | + transmitted++; | ||
770 | + } | ||
771 | + s->tx_desc_curr = allwinner_sun8i_emac_next_desc(&desc, 0); | ||
772 | + } | ||
773 | + | ||
774 | + /* Raise transmit completed interrupt */ | ||
775 | + if (transmitted > 0) { | ||
776 | + s->int_sta |= INT_STA_TX; | ||
777 | + s->tx_ctl1 &= ~TX_CTL1_TX_DMA_START; | ||
778 | + allwinner_sun8i_emac_update_irq(s); | ||
779 | + } | ||
780 | +} | ||
781 | + | ||
782 | +static void allwinner_sun8i_emac_reset(DeviceState *dev) | ||
783 | +{ | ||
784 | + AwSun8iEmacState *s = AW_SUN8I_EMAC(dev); | ||
785 | + NetClientState *nc = qemu_get_queue(s->nic); | ||
786 | + | ||
787 | + trace_allwinner_sun8i_emac_reset(); | ||
788 | + | ||
789 | + s->mii_cmd = 0; | ||
790 | + s->mii_data = 0; | ||
791 | + s->basic_ctl0 = 0; | ||
792 | + s->basic_ctl1 = REG_BASIC_CTL_1_RST; | ||
793 | + s->int_en = 0; | ||
794 | + s->int_sta = 0; | ||
795 | + s->frm_flt = 0; | ||
796 | + s->rx_ctl0 = 0; | ||
797 | + s->rx_ctl1 = RX_CTL1_RX_MD; | ||
798 | + s->rx_desc_head = 0; | ||
799 | + s->rx_desc_curr = 0; | ||
800 | + s->tx_ctl0 = 0; | ||
801 | + s->tx_ctl1 = 0; | ||
802 | + s->tx_desc_head = 0; | ||
803 | + s->tx_desc_curr = 0; | ||
804 | + s->tx_flowctl = 0; | ||
805 | + | ||
806 | + allwinner_sun8i_emac_mii_reset(s, !nc->link_down); | ||
807 | +} | ||
808 | + | ||
809 | +static uint64_t allwinner_sun8i_emac_read(void *opaque, hwaddr offset, | ||
810 | + unsigned size) | ||
811 | +{ | ||
812 | + AwSun8iEmacState *s = AW_SUN8I_EMAC(opaque); | ||
813 | + uint64_t value = 0; | ||
814 | + FrameDescriptor desc; | ||
815 | + | ||
816 | + switch (offset) { | ||
817 | + case REG_BASIC_CTL_0: /* Basic Control 0 */ | ||
818 | + value = s->basic_ctl0; | ||
819 | + break; | ||
820 | + case REG_BASIC_CTL_1: /* Basic Control 1 */ | ||
821 | + value = s->basic_ctl1; | ||
822 | + break; | ||
823 | + case REG_INT_STA: /* Interrupt Status */ | ||
824 | + value = s->int_sta; | ||
825 | + break; | ||
826 | + case REG_INT_EN: /* Interupt Enable */ | ||
827 | + value = s->int_en; | ||
828 | + break; | ||
829 | + case REG_TX_CTL_0: /* Transmit Control 0 */ | ||
830 | + value = s->tx_ctl0; | ||
831 | + break; | ||
832 | + case REG_TX_CTL_1: /* Transmit Control 1 */ | ||
833 | + value = s->tx_ctl1; | ||
834 | + break; | ||
835 | + case REG_TX_FLOW_CTL: /* Transmit Flow Control */ | ||
836 | + value = s->tx_flowctl; | ||
837 | + break; | ||
838 | + case REG_TX_DMA_DESC_LIST: /* Transmit Descriptor List Address */ | ||
839 | + value = s->tx_desc_head; | ||
840 | + break; | ||
841 | + case REG_RX_CTL_0: /* Receive Control 0 */ | ||
842 | + value = s->rx_ctl0; | ||
843 | + break; | ||
844 | + case REG_RX_CTL_1: /* Receive Control 1 */ | ||
845 | + value = s->rx_ctl1; | ||
846 | + break; | ||
847 | + case REG_RX_DMA_DESC_LIST: /* Receive Descriptor List Address */ | ||
848 | + value = s->rx_desc_head; | ||
849 | + break; | ||
850 | + case REG_FRM_FLT: /* Receive Frame Filter */ | ||
851 | + value = s->frm_flt; | ||
852 | + break; | ||
853 | + case REG_RX_HASH_0: /* Receive Hash Table 0 */ | ||
854 | + case REG_RX_HASH_1: /* Receive Hash Table 1 */ | ||
855 | + break; | ||
856 | + case REG_MII_CMD: /* Management Interface Command */ | ||
857 | + value = s->mii_cmd; | ||
858 | + break; | ||
859 | + case REG_MII_DATA: /* Management Interface Data */ | ||
860 | + value = s->mii_data; | ||
861 | + break; | ||
862 | + case REG_ADDR_HIGH: /* MAC Address High */ | ||
863 | + value = *(((uint32_t *) (s->conf.macaddr.a)) + 1); | ||
864 | + break; | ||
865 | + case REG_ADDR_LOW: /* MAC Address Low */ | ||
866 | + value = *(uint32_t *) (s->conf.macaddr.a); | ||
867 | + break; | ||
868 | + case REG_TX_DMA_STA: /* Transmit DMA Status */ | ||
869 | + break; | ||
870 | + case REG_TX_CUR_DESC: /* Transmit Current Descriptor */ | ||
871 | + value = s->tx_desc_curr; | ||
872 | + break; | ||
873 | + case REG_TX_CUR_BUF: /* Transmit Current Buffer */ | ||
874 | + if (s->tx_desc_curr != 0) { | ||
875 | + cpu_physical_memory_read(s->tx_desc_curr, &desc, sizeof(desc)); | ||
876 | + value = desc.addr; | ||
877 | + } else { | ||
878 | + value = 0; | ||
879 | + } | ||
880 | + break; | ||
881 | + case REG_RX_DMA_STA: /* Receive DMA Status */ | ||
882 | + break; | ||
883 | + case REG_RX_CUR_DESC: /* Receive Current Descriptor */ | ||
884 | + value = s->rx_desc_curr; | ||
885 | + break; | ||
886 | + case REG_RX_CUR_BUF: /* Receive Current Buffer */ | ||
887 | + if (s->rx_desc_curr != 0) { | ||
888 | + cpu_physical_memory_read(s->rx_desc_curr, &desc, sizeof(desc)); | ||
889 | + value = desc.addr; | ||
890 | + } else { | ||
891 | + value = 0; | ||
892 | + } | ||
893 | + break; | ||
894 | + case REG_RGMII_STA: /* RGMII Status */ | ||
895 | + break; | ||
896 | + default: | ||
897 | + qemu_log_mask(LOG_UNIMP, "allwinner-h3-emac: read access to unknown " | ||
898 | + "EMAC register 0x" TARGET_FMT_plx "\n", | ||
899 | + offset); | ||
900 | + } | ||
901 | + | ||
902 | + trace_allwinner_sun8i_emac_read(offset, value); | ||
903 | + return value; | ||
904 | +} | ||
905 | + | ||
906 | +static void allwinner_sun8i_emac_write(void *opaque, hwaddr offset, | ||
907 | + uint64_t value, unsigned size) | ||
908 | +{ | ||
909 | + AwSun8iEmacState *s = AW_SUN8I_EMAC(opaque); | ||
910 | + NetClientState *nc = qemu_get_queue(s->nic); | ||
911 | + | ||
912 | + trace_allwinner_sun8i_emac_write(offset, value); | ||
913 | + | ||
914 | + switch (offset) { | ||
915 | + case REG_BASIC_CTL_0: /* Basic Control 0 */ | ||
916 | + s->basic_ctl0 = value; | ||
917 | + break; | ||
918 | + case REG_BASIC_CTL_1: /* Basic Control 1 */ | ||
919 | + if (value & BASIC_CTL1_SOFTRST) { | ||
920 | + allwinner_sun8i_emac_reset(DEVICE(s)); | ||
921 | + value &= ~BASIC_CTL1_SOFTRST; | ||
922 | + } | ||
923 | + s->basic_ctl1 = value; | ||
924 | + if (allwinner_sun8i_emac_can_receive(nc)) { | ||
925 | + qemu_flush_queued_packets(nc); | ||
926 | + } | ||
927 | + break; | ||
928 | + case REG_INT_STA: /* Interrupt Status */ | ||
929 | + s->int_sta &= ~value; | ||
930 | + allwinner_sun8i_emac_update_irq(s); | ||
931 | + break; | ||
932 | + case REG_INT_EN: /* Interrupt Enable */ | ||
933 | + s->int_en = value; | ||
934 | + allwinner_sun8i_emac_update_irq(s); | ||
935 | + break; | ||
936 | + case REG_TX_CTL_0: /* Transmit Control 0 */ | ||
937 | + s->tx_ctl0 = value; | ||
938 | + break; | ||
939 | + case REG_TX_CTL_1: /* Transmit Control 1 */ | ||
940 | + s->tx_ctl1 = value; | ||
941 | + if (value & TX_CTL1_TX_DMA_EN) { | ||
942 | + allwinner_sun8i_emac_transmit(s); | ||
943 | + } | ||
944 | + break; | ||
945 | + case REG_TX_FLOW_CTL: /* Transmit Flow Control */ | ||
946 | + s->tx_flowctl = value; | ||
947 | + break; | ||
948 | + case REG_TX_DMA_DESC_LIST: /* Transmit Descriptor List Address */ | ||
949 | + s->tx_desc_head = value; | ||
950 | + s->tx_desc_curr = value; | ||
951 | + break; | ||
952 | + case REG_RX_CTL_0: /* Receive Control 0 */ | ||
953 | + s->rx_ctl0 = value; | ||
954 | + break; | ||
955 | + case REG_RX_CTL_1: /* Receive Control 1 */ | ||
956 | + s->rx_ctl1 = value | RX_CTL1_RX_MD; | ||
957 | + if ((value & RX_CTL1_RX_DMA_EN) && | ||
958 | + allwinner_sun8i_emac_can_receive(nc)) { | ||
959 | + qemu_flush_queued_packets(nc); | ||
960 | + } | ||
961 | + break; | ||
962 | + case REG_RX_DMA_DESC_LIST: /* Receive Descriptor List Address */ | ||
963 | + s->rx_desc_head = value; | ||
964 | + s->rx_desc_curr = value; | ||
965 | + break; | ||
966 | + case REG_FRM_FLT: /* Receive Frame Filter */ | ||
967 | + s->frm_flt = value; | ||
968 | + break; | ||
969 | + case REG_RX_HASH_0: /* Receive Hash Table 0 */ | ||
970 | + case REG_RX_HASH_1: /* Receive Hash Table 1 */ | ||
971 | + break; | ||
972 | + case REG_MII_CMD: /* Management Interface Command */ | ||
973 | + s->mii_cmd = value & ~MII_CMD_PHY_BUSY; | ||
974 | + allwinner_sun8i_emac_mii_cmd(s); | ||
975 | + break; | ||
976 | + case REG_MII_DATA: /* Management Interface Data */ | ||
977 | + s->mii_data = value; | ||
978 | + break; | ||
979 | + case REG_ADDR_HIGH: /* MAC Address High */ | ||
980 | + s->conf.macaddr.a[4] = (value & 0xff); | ||
981 | + s->conf.macaddr.a[5] = (value & 0xff00) >> 8; | ||
982 | + break; | ||
983 | + case REG_ADDR_LOW: /* MAC Address Low */ | ||
984 | + s->conf.macaddr.a[0] = (value & 0xff); | ||
985 | + s->conf.macaddr.a[1] = (value & 0xff00) >> 8; | ||
986 | + s->conf.macaddr.a[2] = (value & 0xff0000) >> 16; | ||
987 | + s->conf.macaddr.a[3] = (value & 0xff000000) >> 24; | ||
988 | + break; | ||
989 | + case REG_TX_DMA_STA: /* Transmit DMA Status */ | ||
990 | + case REG_TX_CUR_DESC: /* Transmit Current Descriptor */ | ||
991 | + case REG_TX_CUR_BUF: /* Transmit Current Buffer */ | ||
992 | + case REG_RX_DMA_STA: /* Receive DMA Status */ | ||
993 | + case REG_RX_CUR_DESC: /* Receive Current Descriptor */ | ||
994 | + case REG_RX_CUR_BUF: /* Receive Current Buffer */ | ||
995 | + case REG_RGMII_STA: /* RGMII Status */ | ||
996 | + break; | ||
997 | + default: | ||
998 | + qemu_log_mask(LOG_UNIMP, "allwinner-h3-emac: write access to unknown " | ||
999 | + "EMAC register 0x" TARGET_FMT_plx "\n", | ||
1000 | + offset); | ||
1001 | + } | ||
1002 | +} | ||
1003 | + | ||
1004 | +static void allwinner_sun8i_emac_set_link(NetClientState *nc) | ||
1005 | +{ | ||
1006 | + AwSun8iEmacState *s = qemu_get_nic_opaque(nc); | ||
1007 | + | ||
1008 | + trace_allwinner_sun8i_emac_set_link(!nc->link_down); | ||
1009 | + allwinner_sun8i_emac_mii_set_link(s, !nc->link_down); | ||
1010 | +} | ||
1011 | + | ||
1012 | +static const MemoryRegionOps allwinner_sun8i_emac_mem_ops = { | ||
1013 | + .read = allwinner_sun8i_emac_read, | ||
1014 | + .write = allwinner_sun8i_emac_write, | ||
1015 | + .endianness = DEVICE_NATIVE_ENDIAN, | ||
1016 | + .valid = { | ||
1017 | + .min_access_size = 4, | ||
1018 | + .max_access_size = 4, | ||
1019 | + }, | ||
1020 | + .impl.min_access_size = 4, | ||
1021 | +}; | ||
1022 | + | ||
1023 | +static NetClientInfo net_allwinner_sun8i_emac_info = { | ||
1024 | + .type = NET_CLIENT_DRIVER_NIC, | ||
1025 | + .size = sizeof(NICState), | ||
1026 | + .can_receive = allwinner_sun8i_emac_can_receive, | ||
1027 | + .receive = allwinner_sun8i_emac_receive, | ||
1028 | + .link_status_changed = allwinner_sun8i_emac_set_link, | ||
1029 | +}; | ||
1030 | + | ||
1031 | +static void allwinner_sun8i_emac_init(Object *obj) | ||
1032 | +{ | ||
1033 | + SysBusDevice *sbd = SYS_BUS_DEVICE(obj); | ||
1034 | + AwSun8iEmacState *s = AW_SUN8I_EMAC(obj); | ||
1035 | + | ||
1036 | + memory_region_init_io(&s->iomem, OBJECT(s), &allwinner_sun8i_emac_mem_ops, | ||
1037 | + s, TYPE_AW_SUN8I_EMAC, 64 * KiB); | ||
1038 | + sysbus_init_mmio(sbd, &s->iomem); | ||
1039 | + sysbus_init_irq(sbd, &s->irq); | ||
1040 | +} | ||
1041 | + | ||
1042 | +static void allwinner_sun8i_emac_realize(DeviceState *dev, Error **errp) | ||
1043 | +{ | ||
1044 | + AwSun8iEmacState *s = AW_SUN8I_EMAC(dev); | ||
1045 | + | ||
1046 | + qemu_macaddr_default_if_unset(&s->conf.macaddr); | ||
1047 | + s->nic = qemu_new_nic(&net_allwinner_sun8i_emac_info, &s->conf, | ||
1048 | + object_get_typename(OBJECT(dev)), dev->id, s); | ||
1049 | + qemu_format_nic_info_str(qemu_get_queue(s->nic), s->conf.macaddr.a); | ||
1050 | +} | ||
1051 | + | ||
1052 | +static Property allwinner_sun8i_emac_properties[] = { | ||
1053 | + DEFINE_NIC_PROPERTIES(AwSun8iEmacState, conf), | ||
1054 | + DEFINE_PROP_UINT8("phy-addr", AwSun8iEmacState, mii_phy_addr, 0), | ||
1055 | + DEFINE_PROP_END_OF_LIST(), | ||
1056 | +}; | ||
1057 | + | ||
1058 | +static int allwinner_sun8i_emac_post_load(void *opaque, int version_id) | ||
1059 | +{ | ||
1060 | + AwSun8iEmacState *s = opaque; | ||
1061 | + | ||
1062 | + allwinner_sun8i_emac_set_link(qemu_get_queue(s->nic)); | ||
1063 | + | ||
1064 | + return 0; | ||
1065 | +} | ||
1066 | + | ||
1067 | +static const VMStateDescription vmstate_aw_emac = { | ||
1068 | + .name = "allwinner-sun8i-emac", | ||
1069 | + .version_id = 1, | ||
1070 | + .minimum_version_id = 1, | ||
1071 | + .post_load = allwinner_sun8i_emac_post_load, | ||
1072 | + .fields = (VMStateField[]) { | ||
1073 | + VMSTATE_UINT8(mii_phy_addr, AwSun8iEmacState), | ||
1074 | + VMSTATE_UINT32(mii_cmd, AwSun8iEmacState), | ||
1075 | + VMSTATE_UINT32(mii_data, AwSun8iEmacState), | ||
1076 | + VMSTATE_UINT32(mii_cr, AwSun8iEmacState), | ||
1077 | + VMSTATE_UINT32(mii_st, AwSun8iEmacState), | ||
1078 | + VMSTATE_UINT32(mii_adv, AwSun8iEmacState), | ||
1079 | + VMSTATE_UINT32(basic_ctl0, AwSun8iEmacState), | ||
1080 | + VMSTATE_UINT32(basic_ctl1, AwSun8iEmacState), | ||
1081 | + VMSTATE_UINT32(int_en, AwSun8iEmacState), | ||
1082 | + VMSTATE_UINT32(int_sta, AwSun8iEmacState), | ||
1083 | + VMSTATE_UINT32(frm_flt, AwSun8iEmacState), | ||
1084 | + VMSTATE_UINT32(rx_ctl0, AwSun8iEmacState), | ||
1085 | + VMSTATE_UINT32(rx_ctl1, AwSun8iEmacState), | ||
1086 | + VMSTATE_UINT32(rx_desc_head, AwSun8iEmacState), | ||
1087 | + VMSTATE_UINT32(rx_desc_curr, AwSun8iEmacState), | ||
1088 | + VMSTATE_UINT32(tx_ctl0, AwSun8iEmacState), | ||
1089 | + VMSTATE_UINT32(tx_ctl1, AwSun8iEmacState), | ||
1090 | + VMSTATE_UINT32(tx_desc_head, AwSun8iEmacState), | ||
1091 | + VMSTATE_UINT32(tx_desc_curr, AwSun8iEmacState), | ||
1092 | + VMSTATE_UINT32(tx_flowctl, AwSun8iEmacState), | ||
1093 | + VMSTATE_END_OF_LIST() | ||
1094 | + } | ||
1095 | +}; | ||
1096 | + | ||
1097 | +static void allwinner_sun8i_emac_class_init(ObjectClass *klass, void *data) | ||
1098 | +{ | ||
1099 | + DeviceClass *dc = DEVICE_CLASS(klass); | ||
1100 | + | ||
1101 | + dc->realize = allwinner_sun8i_emac_realize; | ||
1102 | + dc->reset = allwinner_sun8i_emac_reset; | ||
1103 | + dc->vmsd = &vmstate_aw_emac; | ||
1104 | + device_class_set_props(dc, allwinner_sun8i_emac_properties); | ||
1105 | +} | ||
1106 | + | ||
1107 | +static const TypeInfo allwinner_sun8i_emac_info = { | ||
1108 | + .name = TYPE_AW_SUN8I_EMAC, | ||
1109 | + .parent = TYPE_SYS_BUS_DEVICE, | ||
1110 | + .instance_size = sizeof(AwSun8iEmacState), | ||
1111 | + .instance_init = allwinner_sun8i_emac_init, | ||
1112 | + .class_init = allwinner_sun8i_emac_class_init, | ||
1113 | +}; | ||
1114 | + | ||
1115 | +static void allwinner_sun8i_emac_register_types(void) | ||
1116 | +{ | ||
1117 | + type_register_static(&allwinner_sun8i_emac_info); | ||
1118 | +} | ||
1119 | + | ||
1120 | +type_init(allwinner_sun8i_emac_register_types) | ||
1121 | diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig | ||
1122 | index XXXXXXX..XXXXXXX 100644 | ||
1123 | --- a/hw/arm/Kconfig | ||
1124 | +++ b/hw/arm/Kconfig | ||
1125 | @@ -XXX,XX +XXX,XX @@ config ALLWINNER_A10 | ||
1126 | config ALLWINNER_H3 | ||
1127 | bool | ||
1128 | select ALLWINNER_A10_PIT | ||
1129 | + select ALLWINNER_SUN8I_EMAC | ||
1130 | select SERIAL | ||
1131 | select ARM_TIMER | ||
1132 | select ARM_GIC | ||
1133 | diff --git a/hw/net/Kconfig b/hw/net/Kconfig | ||
1134 | index XXXXXXX..XXXXXXX 100644 | ||
1135 | --- a/hw/net/Kconfig | ||
1136 | +++ b/hw/net/Kconfig | ||
1137 | @@ -XXX,XX +XXX,XX @@ config MIPSNET | ||
1138 | config ALLWINNER_EMAC | ||
1139 | bool | ||
1140 | |||
1141 | +config ALLWINNER_SUN8I_EMAC | ||
1142 | + bool | ||
1143 | + | ||
1144 | config IMX_FEC | ||
1145 | bool | ||
1146 | |||
1147 | diff --git a/hw/net/trace-events b/hw/net/trace-events | ||
1148 | index XXXXXXX..XXXXXXX 100644 | ||
1149 | --- a/hw/net/trace-events | ||
1150 | +++ b/hw/net/trace-events | ||
1151 | @@ -XXX,XX +XXX,XX @@ | ||
1152 | # See docs/devel/tracing.txt for syntax documentation. | ||
1153 | |||
1154 | +# allwinner-sun8i-emac.c | ||
1155 | +allwinner_sun8i_emac_mii_write_reg(uint32_t reg, uint32_t value) "MII write: reg=0x%" PRIx32 " value=0x%" PRIx32 | ||
1156 | +allwinner_sun8i_emac_mii_read_reg(uint32_t reg, uint32_t value) "MII read: reg=0x%" PRIx32 " value=0x%" PRIx32 | ||
1157 | +allwinner_sun8i_emac_receive(uint32_t desc, uint32_t paddr, uint32_t bytes) "RX packet: desc=0x%" PRIx32 " paddr=0x%" PRIx32 " bytes=%" PRIu32 | ||
1158 | +allwinner_sun8i_emac_transmit(uint32_t desc, uint32_t paddr, uint32_t bytes) "TX packet: desc=0x%" PRIx32 " paddr=0x%" PRIx32 " bytes=%" PRIu32 | ||
1159 | +allwinner_sun8i_emac_reset(void) "HW reset" | ||
1160 | +allwinner_sun8i_emac_set_link(bool active) "Set link: active=%u" | ||
1161 | +allwinner_sun8i_emac_read(uint64_t offset, uint64_t val) "MMIO read: offset=0x%" PRIx64 " value=0x%" PRIx64 | ||
1162 | +allwinner_sun8i_emac_write(uint64_t offset, uint64_t val) "MMIO write: offset=0x%" PRIx64 " value=0x%" PRIx64 | ||
1163 | + | ||
1164 | # etraxfs_eth.c | ||
1165 | mdio_phy_read(int regnum, uint16_t value) "read phy_reg:%d value:0x%04x" | ||
1166 | mdio_phy_write(int regnum, uint16_t value) "write phy_reg:%d value:0x%04x" | ||
1167 | -- | 194 | -- |
1168 | 2.20.1 | 195 | 2.20.1 |
1169 | 196 | ||
1170 | 197 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | From: Rebecca Cran <rebecca@nuviainc.com> |
---|---|---|---|
2 | 2 | ||
3 | This test boots Ubuntu Bionic on a OrangePi PC board. | 3 | Set ID_AA64PFR1_EL1.SSBS to 2 and ID_PFR2.SSBS to 1. |
4 | 4 | ||
5 | As it requires 1GB of storage, and is slow, this test is disabled | 5 | Signed-off-by: Rebecca Cran <rebecca@nuviainc.com> |
6 | on automatic CI testing. | 6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
7 | 7 | Message-id: 20210216224543.16142-3-rebecca@nuviainc.com | |
8 | It is useful for workstation testing. Currently Avocado timeouts too | ||
9 | quickly, so we can't run userland commands. | ||
10 | |||
11 | The kernel image and DeviceTree blob are built by the Armbian | ||
12 | project (based on Debian): | ||
13 | https://www.armbian.com/orange-pi-pc/ | ||
14 | |||
15 | The Ubuntu image is downloaded from: | ||
16 | https://dl.armbian.com/orangepipc/Bionic_current | ||
17 | |||
18 | This test can be run using: | ||
19 | |||
20 | $ AVOCADO_ALLOW_LARGE_STORAGE=yes \ | ||
21 | avocado --show=app,console run -t machine:orangepi-pc \ | ||
22 | tests/acceptance/boot_linux_console.py | ||
23 | console: U-Boot SPL 2019.04-armbian (Nov 18 2019 - 23:08:35 +0100) | ||
24 | console: DRAM: 1024 MiB | ||
25 | console: Failed to set core voltage! Can't set CPU frequency | ||
26 | console: Trying to boot from MMC1 | ||
27 | console: U-Boot 2019.04-armbian (Nov 18 2019 - 23:08:35 +0100) Allwinner Technology | ||
28 | console: CPU: Allwinner H3 (SUN8I 0000) | ||
29 | console: Model: Xunlong Orange Pi PC | ||
30 | console: DRAM: 1 GiB | ||
31 | console: MMC: mmc@1c0f000: 0 | ||
32 | [...] | ||
33 | console: Uncompressing Linux... done, booting the kernel. | ||
34 | console: Booting Linux on physical CPU 0x0 | ||
35 | console: Linux version 5.3.9-sunxi (root@builder) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #19.11.3 SMP Mon Nov 18 18:49:43 CET 2019 | ||
36 | console: CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=50c5387d | ||
37 | console: CPU: div instructions available: patching division code | ||
38 | console: CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache | ||
39 | console: OF: fdt: Machine model: Xunlong Orange Pi PC | ||
40 | [...] | ||
41 | console: EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null) | ||
42 | console: done. | ||
43 | console: Begin: Running /scripts/local-bottom ... done. | ||
44 | console: Begin: Running /scripts/init-bottom ... done. | ||
45 | console: systemd[1]: systemd 237 running in system mode. (...) | ||
46 | console: systemd[1]: Detected architecture arm. | ||
47 | console: Welcome to Ubuntu 18.04.3 LTS! | ||
48 | console: systemd[1]: Set hostname to <orangepipc>. | ||
49 | |||
50 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
51 | Signed-off-by: Niek Linnenbank <nieklinnenbank@gmail.com> | ||
52 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
53 | Tested-by: Alex Bennée <alex.bennee@linaro.org> | ||
54 | Message-id: 20200311221854.30370-17-nieklinnenbank@gmail.com | ||
55 | [NL: rename in commit message Raspbian to Armbian, remove vm.set_machine()] | ||
56 | [NL: changed test to boot from SD card via BootROM, added check for 7z] | ||
57 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
58 | --- | 9 | --- |
59 | tests/acceptance/boot_linux_console.py | 48 ++++++++++++++++++++++++++ | 10 | target/arm/cpu64.c | 5 +++++ |
60 | 1 file changed, 48 insertions(+) | 11 | 1 file changed, 5 insertions(+) |
61 | 12 | ||
62 | diff --git a/tests/acceptance/boot_linux_console.py b/tests/acceptance/boot_linux_console.py | 13 | diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c |
63 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
64 | --- a/tests/acceptance/boot_linux_console.py | 15 | --- a/target/arm/cpu64.c |
65 | +++ b/tests/acceptance/boot_linux_console.py | 16 | +++ b/target/arm/cpu64.c |
66 | @@ -XXX,XX +XXX,XX @@ from avocado_qemu import exec_command_and_wait_for_pattern | 17 | @@ -XXX,XX +XXX,XX @@ static void aarch64_max_initfn(Object *obj) |
67 | from avocado_qemu import wait_for_console_pattern | 18 | |
68 | from avocado.utils import process | 19 | t = cpu->isar.id_aa64pfr1; |
69 | from avocado.utils import archive | 20 | t = FIELD_DP64(t, ID_AA64PFR1, BT, 1); |
70 | +from avocado.utils.path import find_command, CmdNotFoundError | 21 | + t = FIELD_DP64(t, ID_AA64PFR1, SSBS, 2); |
71 | 22 | /* | |
72 | +P7ZIP_AVAILABLE = True | 23 | * Begin with full support for MTE. This will be downgraded to MTE=0 |
73 | +try: | 24 | * during realize if the board provides no tag memory, much like |
74 | + find_command('7z') | 25 | @@ -XXX,XX +XXX,XX @@ static void aarch64_max_initfn(Object *obj) |
75 | +except CmdNotFoundError: | 26 | u = FIELD_DP32(u, ID_PFR0, DIT, 1); |
76 | + P7ZIP_AVAILABLE = False | 27 | cpu->isar.id_pfr0 = u; |
77 | 28 | ||
78 | class BootLinuxConsole(Test): | 29 | + u = cpu->isar.id_pfr2; |
79 | """ | 30 | + u = FIELD_DP32(u, ID_PFR2, SSBS, 1); |
80 | @@ -XXX,XX +XXX,XX @@ class BootLinuxConsole(Test): | 31 | + cpu->isar.id_pfr2 = u; |
81 | exec_command_and_wait_for_pattern(self, 'reboot', | ||
82 | 'reboot: Restarting system') | ||
83 | |||
84 | + @skipUnless(os.getenv('AVOCADO_ALLOW_LARGE_STORAGE'), 'storage limited') | ||
85 | + @skipUnless(P7ZIP_AVAILABLE, '7z not installed') | ||
86 | + def test_arm_orangepi_bionic(self): | ||
87 | + """ | ||
88 | + :avocado: tags=arch:arm | ||
89 | + :avocado: tags=machine:orangepi-pc | ||
90 | + """ | ||
91 | + | 32 | + |
92 | + # This test download a 196MB compressed image and expand it to 932MB... | 33 | u = cpu->isar.id_mmfr3; |
93 | + image_url = ('https://dl.armbian.com/orangepipc/archive/' | 34 | u = FIELD_DP32(u, ID_MMFR3, PAN, 2); /* ATS1E1 */ |
94 | + 'Armbian_19.11.3_Orangepipc_bionic_current_5.3.9.7z') | 35 | cpu->isar.id_mmfr3 = u; |
95 | + image_hash = '196a8ffb72b0123d92cea4a070894813d305c71e' | ||
96 | + image_path_7z = self.fetch_asset(image_url, asset_hash=image_hash) | ||
97 | + image_name = 'Armbian_19.11.3_Orangepipc_bionic_current_5.3.9.img' | ||
98 | + image_path = os.path.join(self.workdir, image_name) | ||
99 | + process.run("7z e -o%s %s" % (self.workdir, image_path_7z)) | ||
100 | + | ||
101 | + self.vm.set_console() | ||
102 | + self.vm.add_args('-drive', 'file=' + image_path + ',if=sd,format=raw', | ||
103 | + '-nic', 'user', | ||
104 | + '-no-reboot') | ||
105 | + self.vm.launch() | ||
106 | + | ||
107 | + kernel_command_line = (self.KERNEL_COMMON_COMMAND_LINE + | ||
108 | + 'console=ttyS0,115200 ' | ||
109 | + 'loglevel=7 ' | ||
110 | + 'nosmp ' | ||
111 | + 'systemd.default_timeout_start_sec=9000 ' | ||
112 | + 'systemd.mask=armbian-zram-config.service ' | ||
113 | + 'systemd.mask=armbian-ramlog.service') | ||
114 | + | ||
115 | + self.wait_for_console_pattern('U-Boot SPL') | ||
116 | + self.wait_for_console_pattern('Autoboot in ') | ||
117 | + exec_command_and_wait_for_pattern(self, ' ', '=>') | ||
118 | + exec_command_and_wait_for_pattern(self, "setenv extraargs '" + | ||
119 | + kernel_command_line + "'", '=>') | ||
120 | + exec_command_and_wait_for_pattern(self, 'boot', 'Starting kernel ...'); | ||
121 | + | ||
122 | + self.wait_for_console_pattern('systemd[1]: Set hostname ' + | ||
123 | + 'to <orangepipc>') | ||
124 | + self.wait_for_console_pattern('Starting Load Kernel Modules...') | ||
125 | + | ||
126 | def test_s390x_s390_ccw_virtio(self): | ||
127 | """ | ||
128 | :avocado: tags=arch:s390x | ||
129 | -- | 36 | -- |
130 | 2.20.1 | 37 | 2.20.1 |
131 | 38 | ||
132 | 39 | diff view generated by jsdifflib |
1 | From: Niek Linnenbank <nieklinnenbank@gmail.com> | 1 | From: Rebecca Cran <rebecca@nuviainc.com> |
---|---|---|---|
2 | 2 | ||
3 | The Xunlong Orange Pi PC machine is a functional ARM machine | 3 | Enable FEAT_SSBS for the "max" 32-bit CPU. |
4 | based on the Allwinner H3 System-on-Chip. It supports mainline | ||
5 | Linux, U-Boot, NetBSD and is covered by acceptance tests. | ||
6 | 4 | ||
7 | This commit adds a documentation text file with a description | 5 | Signed-off-by: Rebecca Cran <rebecca@nuviainc.com> |
8 | of the machine and instructions for the user. | 6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
9 | 7 | Message-id: 20210216224543.16142-4-rebecca@nuviainc.com | |
10 | Signed-off-by: Niek Linnenbank <nieklinnenbank@gmail.com> | 8 | [PMM: fix typo causing compilation failure] |
11 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
12 | Message-id: 20200311221854.30370-19-nieklinnenbank@gmail.com | ||
13 | [PMM: moved file into docs/system/arm to match the reorg | ||
14 | of the arm target part of the docs; tweaked heading to | ||
15 | match other boards] | ||
16 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
17 | --- | 10 | --- |
18 | MAINTAINERS | 1 + | 11 | target/arm/cpu.c | 4 ++++ |
19 | docs/system/arm/orangepi.rst | 253 +++++++++++++++++++++++++++++++++++ | 12 | 1 file changed, 4 insertions(+) |
20 | docs/system/target-arm.rst | 2 + | ||
21 | 3 files changed, 256 insertions(+) | ||
22 | create mode 100644 docs/system/arm/orangepi.rst | ||
23 | 13 | ||
24 | diff --git a/MAINTAINERS b/MAINTAINERS | 14 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c |
25 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
26 | --- a/MAINTAINERS | 16 | --- a/target/arm/cpu.c |
27 | +++ b/MAINTAINERS | 17 | +++ b/target/arm/cpu.c |
28 | @@ -XXX,XX +XXX,XX @@ S: Maintained | 18 | @@ -XXX,XX +XXX,XX @@ static void arm_max_initfn(Object *obj) |
29 | F: hw/*/allwinner-h3* | 19 | t = cpu->isar.id_pfr0; |
30 | F: include/hw/*/allwinner-h3* | 20 | t = FIELD_DP32(t, ID_PFR0, DIT, 1); |
31 | F: hw/arm/orangepi.c | 21 | cpu->isar.id_pfr0 = t; |
32 | +F: docs/system/orangepi.rst | ||
33 | |||
34 | ARM PrimeCell and CMSDK devices | ||
35 | M: Peter Maydell <peter.maydell@linaro.org> | ||
36 | diff --git a/docs/system/arm/orangepi.rst b/docs/system/arm/orangepi.rst | ||
37 | new file mode 100644 | ||
38 | index XXXXXXX..XXXXXXX | ||
39 | --- /dev/null | ||
40 | +++ b/docs/system/arm/orangepi.rst | ||
41 | @@ -XXX,XX +XXX,XX @@ | ||
42 | +Orange Pi PC (``orangepi-pc``) | ||
43 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
44 | + | 22 | + |
45 | +The Xunlong Orange Pi PC is an Allwinner H3 System on Chip | 23 | + t = cpu->isar.id_pfr2; |
46 | +based embedded computer with mainline support in both U-Boot | 24 | + t = FIELD_DP32(t, ID_PFR2, SSBS, 1); |
47 | +and Linux. The board comes with a Quad Core Cortex-A7 @ 1.3GHz, | 25 | + cpu->isar.id_pfr2 = t; |
48 | +1GiB RAM, 100Mbit ethernet, USB, SD/MMC, USB, HDMI and | 26 | } |
49 | +various other I/O. | 27 | #endif |
50 | + | 28 | } |
51 | +Supported devices | ||
52 | +""""""""""""""""" | ||
53 | + | ||
54 | +The Orange Pi PC machine supports the following devices: | ||
55 | + | ||
56 | + * SMP (Quad Core Cortex-A7) | ||
57 | + * Generic Interrupt Controller configuration | ||
58 | + * SRAM mappings | ||
59 | + * SDRAM controller | ||
60 | + * Real Time Clock | ||
61 | + * Timer device (re-used from Allwinner A10) | ||
62 | + * UART | ||
63 | + * SD/MMC storage controller | ||
64 | + * EMAC ethernet | ||
65 | + * USB 2.0 interfaces | ||
66 | + * Clock Control Unit | ||
67 | + * System Control module | ||
68 | + * Security Identifier device | ||
69 | + | ||
70 | +Limitations | ||
71 | +""""""""""" | ||
72 | + | ||
73 | +Currently, Orange Pi PC does *not* support the following features: | ||
74 | + | ||
75 | +- Graphical output via HDMI, GPU and/or the Display Engine | ||
76 | +- Audio output | ||
77 | +- Hardware Watchdog | ||
78 | + | ||
79 | +Also see the 'unimplemented' array in the Allwinner H3 SoC module | ||
80 | +for a complete list of unimplemented I/O devices: ``./hw/arm/allwinner-h3.c`` | ||
81 | + | ||
82 | +Boot options | ||
83 | +"""""""""""" | ||
84 | + | ||
85 | +The Orange Pi PC machine can start using the standard -kernel functionality | ||
86 | +for loading a Linux kernel or ELF executable. Additionally, the Orange Pi PC | ||
87 | +machine can also emulate the BootROM which is present on an actual Allwinner H3 | ||
88 | +based SoC, which loads the bootloader from a SD card, specified via the -sd argument | ||
89 | +to qemu-system-arm. | ||
90 | + | ||
91 | +Machine-specific options | ||
92 | +"""""""""""""""""""""""" | ||
93 | + | ||
94 | +The following machine-specific options are supported: | ||
95 | + | ||
96 | +- allwinner-rtc.base-year=YYYY | ||
97 | + | ||
98 | + The Allwinner RTC device is automatically created by the Orange Pi PC machine | ||
99 | + and uses a default base year value which can be overridden using the 'base-year' property. | ||
100 | + The base year is the actual represented year when the RTC year value is zero. | ||
101 | + This option can be used in case the target operating system driver uses a different | ||
102 | + base year value. The minimum value for the base year is 1900. | ||
103 | + | ||
104 | +- allwinner-sid.identifier=abcd1122-a000-b000-c000-12345678ffff | ||
105 | + | ||
106 | + The Security Identifier value can be read by the guest. | ||
107 | + For example, U-Boot uses it to determine a unique MAC address. | ||
108 | + | ||
109 | +The above machine-specific options can be specified in qemu-system-arm | ||
110 | +via the '-global' argument, for example: | ||
111 | + | ||
112 | +.. code-block:: bash | ||
113 | + | ||
114 | + $ qemu-system-arm -M orangepi-pc -sd mycard.img \ | ||
115 | + -global allwinner-rtc.base-year=2000 | ||
116 | + | ||
117 | +Running mainline Linux | ||
118 | +"""""""""""""""""""""" | ||
119 | + | ||
120 | +Mainline Linux kernels from 4.19 up to latest master are known to work. | ||
121 | +To build a Linux mainline kernel that can be booted by the Orange Pi PC machine, | ||
122 | +simply configure the kernel using the sunxi_defconfig configuration: | ||
123 | + | ||
124 | +.. code-block:: bash | ||
125 | + | ||
126 | + $ ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- make mrproper | ||
127 | + $ ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- make sunxi_defconfig | ||
128 | + | ||
129 | +To be able to use USB storage, you need to manually enable the corresponding | ||
130 | +configuration item. Start the kconfig configuration tool: | ||
131 | + | ||
132 | +.. code-block:: bash | ||
133 | + | ||
134 | + $ ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- make menuconfig | ||
135 | + | ||
136 | +Navigate to the following item, enable it and save your configuration: | ||
137 | + | ||
138 | + Device Drivers > USB support > USB Mass Storage support | ||
139 | + | ||
140 | +Build the Linux kernel with: | ||
141 | + | ||
142 | +.. code-block:: bash | ||
143 | + | ||
144 | + $ ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- make | ||
145 | + | ||
146 | +To boot the newly build linux kernel in QEMU with the Orange Pi PC machine, use: | ||
147 | + | ||
148 | +.. code-block:: bash | ||
149 | + | ||
150 | + $ qemu-system-arm -M orangepi-pc -nic user -nographic \ | ||
151 | + -kernel /path/to/linux/arch/arm/boot/zImage \ | ||
152 | + -append 'console=ttyS0,115200' \ | ||
153 | + -dtb /path/to/linux/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dtb | ||
154 | + | ||
155 | +Orange Pi PC images | ||
156 | +""""""""""""""""""" | ||
157 | + | ||
158 | +Note that the mainline kernel does not have a root filesystem. You may provide it | ||
159 | +with an official Orange Pi PC image from the official website: | ||
160 | + | ||
161 | + http://www.orangepi.org/downloadresources/ | ||
162 | + | ||
163 | +Another possibility is to run an Armbian image for Orange Pi PC which | ||
164 | +can be downloaded from: | ||
165 | + | ||
166 | + https://www.armbian.com/orange-pi-pc/ | ||
167 | + | ||
168 | +Alternatively, you can also choose to build you own image with buildroot | ||
169 | +using the orangepi_pc_defconfig. Also see https://buildroot.org for more information. | ||
170 | + | ||
171 | +You can choose to attach the selected image either as an SD card or as USB mass storage. | ||
172 | +For example, to boot using the Orange Pi PC Debian image on SD card, simply add the -sd | ||
173 | +argument and provide the proper root= kernel parameter: | ||
174 | + | ||
175 | +.. code-block:: bash | ||
176 | + | ||
177 | + $ qemu-system-arm -M orangepi-pc -nic user -nographic \ | ||
178 | + -kernel /path/to/linux/arch/arm/boot/zImage \ | ||
179 | + -append 'console=ttyS0,115200 root=/dev/mmcblk0p2' \ | ||
180 | + -dtb /path/to/linux/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dtb \ | ||
181 | + -sd OrangePi_pc_debian_stretch_server_linux5.3.5_v1.0.img | ||
182 | + | ||
183 | +To attach the image as an USB mass storage device to the machine, | ||
184 | +simply append to the command: | ||
185 | + | ||
186 | +.. code-block:: bash | ||
187 | + | ||
188 | + -drive if=none,id=stick,file=myimage.img \ | ||
189 | + -device usb-storage,bus=usb-bus.0,drive=stick | ||
190 | + | ||
191 | +Instead of providing a custom Linux kernel via the -kernel command you may also | ||
192 | +choose to let the Orange Pi PC machine load the bootloader from SD card, just like | ||
193 | +a real board would do using the BootROM. Simply pass the selected image via the -sd | ||
194 | +argument and remove the -kernel, -append, -dbt and -initrd arguments: | ||
195 | + | ||
196 | +.. code-block:: bash | ||
197 | + | ||
198 | + $ qemu-system-arm -M orangepi-pc -nic user -nographic \ | ||
199 | + -sd Armbian_19.11.3_Orangepipc_buster_current_5.3.9.img | ||
200 | + | ||
201 | +Note that both the official Orange Pi PC images and Armbian images start | ||
202 | +a lot of userland programs via systemd. Depending on the host hardware and OS, | ||
203 | +they may be slow to emulate, especially due to emulating the 4 cores. | ||
204 | +To help reduce the performance slow down due to emulating the 4 cores, you can | ||
205 | +give the following kernel parameters via U-Boot (or via -append): | ||
206 | + | ||
207 | +.. code-block:: bash | ||
208 | + | ||
209 | + => setenv extraargs 'systemd.default_timeout_start_sec=9000 loglevel=7 nosmp console=ttyS0,115200' | ||
210 | + | ||
211 | +Running U-Boot | ||
212 | +"""""""""""""" | ||
213 | + | ||
214 | +U-Boot mainline can be build and configured using the orangepi_pc_defconfig | ||
215 | +using similar commands as describe above for Linux. Note that it is recommended | ||
216 | +for development/testing to select the following configuration setting in U-Boot: | ||
217 | + | ||
218 | + Device Tree Control > Provider for DTB for DT Control > Embedded DTB | ||
219 | + | ||
220 | +To start U-Boot using the Orange Pi PC machine, provide the | ||
221 | +u-boot binary to the -kernel argument: | ||
222 | + | ||
223 | +.. code-block:: bash | ||
224 | + | ||
225 | + $ qemu-system-arm -M orangepi-pc -nic user -nographic \ | ||
226 | + -kernel /path/to/uboot/u-boot -sd disk.img | ||
227 | + | ||
228 | +Use the following U-boot commands to load and boot a Linux kernel from SD card: | ||
229 | + | ||
230 | +.. code-block:: bash | ||
231 | + | ||
232 | + => setenv bootargs console=ttyS0,115200 | ||
233 | + => ext2load mmc 0 0x42000000 zImage | ||
234 | + => ext2load mmc 0 0x43000000 sun8i-h3-orangepi-pc.dtb | ||
235 | + => bootz 0x42000000 - 0x43000000 | ||
236 | + | ||
237 | +Running NetBSD | ||
238 | +"""""""""""""" | ||
239 | + | ||
240 | +The NetBSD operating system also includes support for Allwinner H3 based boards, | ||
241 | +including the Orange Pi PC. NetBSD 9.0 is known to work best for the Orange Pi PC | ||
242 | +board and provides a fully working system with serial console, networking and storage. | ||
243 | +For the Orange Pi PC machine, get the 'evbarm-earmv7hf' based image from: | ||
244 | + | ||
245 | + https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.0/evbarm-earmv7hf/binary/gzimg/armv7.img.gz | ||
246 | + | ||
247 | +The image requires manually installing U-Boot in the image. Build U-Boot with | ||
248 | +the orangepi_pc_defconfig configuration as described in the previous section. | ||
249 | +Next, unzip the NetBSD image and write the U-Boot binary including SPL using: | ||
250 | + | ||
251 | +.. code-block:: bash | ||
252 | + | ||
253 | + $ gunzip armv7.img.gz | ||
254 | + $ dd if=/path/to/u-boot-sunxi-with-spl.bin of=armv7.img bs=1024 seek=8 conv=notrunc | ||
255 | + | ||
256 | +Finally, before starting the machine the SD image must be extended such | ||
257 | +that the NetBSD kernel will not conclude the NetBSD partition is larger than | ||
258 | +the emulated SD card: | ||
259 | + | ||
260 | +.. code-block:: bash | ||
261 | + | ||
262 | + $ dd if=/dev/zero bs=1M count=64 >> armv7.img | ||
263 | + | ||
264 | +Start the machine using the following command: | ||
265 | + | ||
266 | +.. code-block:: bash | ||
267 | + | ||
268 | + $ qemu-system-arm -M orangepi-pc -nic user -nographic \ | ||
269 | + -sd armv7.img -global allwinner-rtc.base-year=2000 | ||
270 | + | ||
271 | +At the U-Boot stage, interrupt the automatic boot process by pressing a key | ||
272 | +and set the following environment variables before booting: | ||
273 | + | ||
274 | +.. code-block:: bash | ||
275 | + | ||
276 | + => setenv bootargs root=ld0a | ||
277 | + => setenv kernel netbsd-GENERIC.ub | ||
278 | + => setenv fdtfile dtb/sun8i-h3-orangepi-pc.dtb | ||
279 | + => setenv bootcmd 'fatload mmc 0:1 ${kernel_addr_r} ${kernel}; fatload mmc 0:1 ${fdt_addr_r} ${fdtfile}; fdt addr ${fdt_addr_r}; bootm ${kernel_addr_r} - ${fdt_addr_r}' | ||
280 | + | ||
281 | +Optionally you may save the environment variables to SD card with 'saveenv'. | ||
282 | +To continue booting simply give the 'boot' command and NetBSD boots. | ||
283 | + | ||
284 | +Orange Pi PC acceptance tests | ||
285 | +""""""""""""""""""""""""""""" | ||
286 | + | ||
287 | +The Orange Pi PC machine has several acceptance tests included. | ||
288 | +To run the whole set of tests, build QEMU from source and simply | ||
289 | +provide the following command: | ||
290 | + | ||
291 | +.. code-block:: bash | ||
292 | + | ||
293 | + $ AVOCADO_ALLOW_LARGE_STORAGE=yes avocado --show=app,console run \ | ||
294 | + -t machine:orangepi-pc tests/acceptance/boot_linux_console.py | ||
295 | diff --git a/docs/system/target-arm.rst b/docs/system/target-arm.rst | ||
296 | index XXXXXXX..XXXXXXX 100644 | ||
297 | --- a/docs/system/target-arm.rst | ||
298 | +++ b/docs/system/target-arm.rst | ||
299 | @@ -XXX,XX +XXX,XX @@ undocumented; you can get a complete list by running | ||
300 | ``qemu-system-aarch64 --machine help``. | ||
301 | |||
302 | .. toctree:: | ||
303 | + :maxdepth: 1 | ||
304 | |||
305 | arm/integratorcp | ||
306 | arm/versatile | ||
307 | @@ -XXX,XX +XXX,XX @@ undocumented; you can get a complete list by running | ||
308 | arm/stellaris | ||
309 | arm/musicpal | ||
310 | arm/sx1 | ||
311 | + arm/orangepi | ||
312 | |||
313 | Arm CPU features | ||
314 | ================ | ||
315 | -- | 29 | -- |
316 | 2.20.1 | 30 | 2.20.1 |
317 | 31 | ||
318 | 32 | diff view generated by jsdifflib |
1 | From: Niek Linnenbank <nieklinnenbank@gmail.com> | 1 | From: Doug Evans <dje@google.com> |
---|---|---|---|
2 | 2 | ||
3 | The Security Identifier device found in various Allwinner System on Chip | 3 | This is a 10/100 ethernet device that has several features. |
4 | designs gives applications a per-board unique identifier. This commit | 4 | Only the ones needed by the Linux driver have been implemented. |
5 | adds support for the Allwinner Security Identifier using a 128-bit | 5 | See npcm7xx_emc.c for a list of unimplemented features. |
6 | UUID value as input. | ||
7 | 6 | ||
8 | Signed-off-by: Niek Linnenbank <nieklinnenbank@gmail.com> | 7 | Reviewed-by: Hao Wu <wuhaotsh@google.com> |
9 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | 8 | Reviewed-by: Avi Fishman <avi.fishman@nuvoton.com> |
10 | Message-id: 20200311221854.30370-8-nieklinnenbank@gmail.com | 9 | Signed-off-by: Doug Evans <dje@google.com> |
10 | Message-id: 20210218212453.831406-2-dje@google.com | ||
11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
12 | --- | 12 | --- |
13 | hw/misc/Makefile.objs | 1 + | 13 | include/hw/net/npcm7xx_emc.h | 286 ++++++++++++ |
14 | include/hw/arm/allwinner-h3.h | 3 + | 14 | hw/net/npcm7xx_emc.c | 857 +++++++++++++++++++++++++++++++++++ |
15 | include/hw/misc/allwinner-sid.h | 60 ++++++++++++ | 15 | hw/net/meson.build | 1 + |
16 | hw/arm/allwinner-h3.c | 11 ++- | 16 | hw/net/trace-events | 17 + |
17 | hw/arm/orangepi.c | 8 ++ | 17 | 4 files changed, 1161 insertions(+) |
18 | hw/misc/allwinner-sid.c | 168 ++++++++++++++++++++++++++++++++ | 18 | create mode 100644 include/hw/net/npcm7xx_emc.h |
19 | hw/misc/trace-events | 4 + | 19 | create mode 100644 hw/net/npcm7xx_emc.c |
20 | 7 files changed, 254 insertions(+), 1 deletion(-) | ||
21 | create mode 100644 include/hw/misc/allwinner-sid.h | ||
22 | create mode 100644 hw/misc/allwinner-sid.c | ||
23 | 20 | ||
24 | diff --git a/hw/misc/Makefile.objs b/hw/misc/Makefile.objs | 21 | diff --git a/include/hw/net/npcm7xx_emc.h b/include/hw/net/npcm7xx_emc.h |
25 | index XXXXXXX..XXXXXXX 100644 | ||
26 | --- a/hw/misc/Makefile.objs | ||
27 | +++ b/hw/misc/Makefile.objs | ||
28 | @@ -XXX,XX +XXX,XX @@ common-obj-$(CONFIG_IVSHMEM_DEVICE) += ivshmem.o | ||
29 | common-obj-$(CONFIG_ALLWINNER_H3) += allwinner-h3-ccu.o | ||
30 | obj-$(CONFIG_ALLWINNER_H3) += allwinner-cpucfg.o | ||
31 | common-obj-$(CONFIG_ALLWINNER_H3) += allwinner-h3-sysctrl.o | ||
32 | +common-obj-$(CONFIG_ALLWINNER_H3) += allwinner-sid.o | ||
33 | common-obj-$(CONFIG_REALVIEW) += arm_sysctl.o | ||
34 | common-obj-$(CONFIG_NSERIES) += cbus.o | ||
35 | common-obj-$(CONFIG_ECCMEMCTL) += eccmemctl.o | ||
36 | diff --git a/include/hw/arm/allwinner-h3.h b/include/hw/arm/allwinner-h3.h | ||
37 | index XXXXXXX..XXXXXXX 100644 | ||
38 | --- a/include/hw/arm/allwinner-h3.h | ||
39 | +++ b/include/hw/arm/allwinner-h3.h | ||
40 | @@ -XXX,XX +XXX,XX @@ | ||
41 | #include "hw/misc/allwinner-h3-ccu.h" | ||
42 | #include "hw/misc/allwinner-cpucfg.h" | ||
43 | #include "hw/misc/allwinner-h3-sysctrl.h" | ||
44 | +#include "hw/misc/allwinner-sid.h" | ||
45 | #include "target/arm/cpu.h" | ||
46 | |||
47 | /** | ||
48 | @@ -XXX,XX +XXX,XX @@ enum { | ||
49 | AW_H3_SRAM_A2, | ||
50 | AW_H3_SRAM_C, | ||
51 | AW_H3_SYSCTRL, | ||
52 | + AW_H3_SID, | ||
53 | AW_H3_EHCI0, | ||
54 | AW_H3_OHCI0, | ||
55 | AW_H3_EHCI1, | ||
56 | @@ -XXX,XX +XXX,XX @@ typedef struct AwH3State { | ||
57 | AwH3ClockCtlState ccu; | ||
58 | AwCpuCfgState cpucfg; | ||
59 | AwH3SysCtrlState sysctrl; | ||
60 | + AwSidState sid; | ||
61 | GICState gic; | ||
62 | MemoryRegion sram_a1; | ||
63 | MemoryRegion sram_a2; | ||
64 | diff --git a/include/hw/misc/allwinner-sid.h b/include/hw/misc/allwinner-sid.h | ||
65 | new file mode 100644 | 22 | new file mode 100644 |
66 | index XXXXXXX..XXXXXXX | 23 | index XXXXXXX..XXXXXXX |
67 | --- /dev/null | 24 | --- /dev/null |
68 | +++ b/include/hw/misc/allwinner-sid.h | 25 | +++ b/include/hw/net/npcm7xx_emc.h |
69 | @@ -XXX,XX +XXX,XX @@ | 26 | @@ -XXX,XX +XXX,XX @@ |
70 | +/* | 27 | +/* |
71 | + * Allwinner Security ID emulation | 28 | + * Nuvoton NPCM7xx EMC Module |
72 | + * | 29 | + * |
73 | + * Copyright (C) 2019 Niek Linnenbank <nieklinnenbank@gmail.com> | 30 | + * Copyright 2020 Google LLC |
74 | + * | 31 | + * |
75 | + * This program is free software: you can redistribute it and/or modify | 32 | + * This program is free software; you can redistribute it and/or modify it |
76 | + * it under the terms of the GNU General Public License as published by | 33 | + * under the terms of the GNU General Public License as published by the |
77 | + * the Free Software Foundation, either version 2 of the License, or | 34 | + * Free Software Foundation; either version 2 of the License, or |
78 | + * (at your option) any later version. | 35 | + * (at your option) any later version. |
79 | + * | 36 | + * |
80 | + * This program is distributed in the hope that it will be useful, | 37 | + * This program is distributed in the hope that it will be useful, but WITHOUT |
81 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of | 38 | + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
82 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 39 | + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
83 | + * GNU General Public License for more details. | 40 | + * for more details. |
84 | + * | ||
85 | + * You should have received a copy of the GNU General Public License | ||
86 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
87 | + */ | 41 | + */ |
88 | + | 42 | + |
89 | +#ifndef HW_MISC_ALLWINNER_SID_H | 43 | +#ifndef NPCM7XX_EMC_H |
90 | +#define HW_MISC_ALLWINNER_SID_H | 44 | +#define NPCM7XX_EMC_H |
91 | + | 45 | + |
92 | +#include "qom/object.h" | 46 | +#include "hw/irq.h" |
93 | +#include "hw/sysbus.h" | 47 | +#include "hw/sysbus.h" |
94 | +#include "qemu/uuid.h" | 48 | +#include "net/net.h" |
95 | + | 49 | + |
96 | +/** | 50 | +/* 32-bit register indices. */ |
97 | + * Object model | 51 | +enum NPCM7xxPWMRegister { |
98 | + * @{ | 52 | + /* Control registers. */ |
99 | + */ | 53 | + REG_CAMCMR, |
100 | + | 54 | + REG_CAMEN, |
101 | +#define TYPE_AW_SID "allwinner-sid" | 55 | + |
102 | +#define AW_SID(obj) \ | 56 | + /* There are 16 CAMn[ML] registers. */ |
103 | + OBJECT_CHECK(AwSidState, (obj), TYPE_AW_SID) | 57 | + REG_CAMM_BASE, |
104 | + | 58 | + REG_CAML_BASE, |
105 | +/** @} */ | 59 | + REG_CAMML_LAST = 0x21, |
106 | + | 60 | + |
107 | +/** | 61 | + REG_TXDLSA = 0x22, |
108 | + * Allwinner Security ID object instance state | 62 | + REG_RXDLSA, |
109 | + */ | 63 | + REG_MCMDR, |
110 | +typedef struct AwSidState { | 64 | + REG_MIID, |
65 | + REG_MIIDA, | ||
66 | + REG_FFTCR, | ||
67 | + REG_TSDR, | ||
68 | + REG_RSDR, | ||
69 | + REG_DMARFC, | ||
70 | + REG_MIEN, | ||
71 | + | ||
72 | + /* Status registers. */ | ||
73 | + REG_MISTA, | ||
74 | + REG_MGSTA, | ||
75 | + REG_MPCNT, | ||
76 | + REG_MRPC, | ||
77 | + REG_MRPCC, | ||
78 | + REG_MREPC, | ||
79 | + REG_DMARFS, | ||
80 | + REG_CTXDSA, | ||
81 | + REG_CTXBSA, | ||
82 | + REG_CRXDSA, | ||
83 | + REG_CRXBSA, | ||
84 | + | ||
85 | + NPCM7XX_NUM_EMC_REGS, | ||
86 | +}; | ||
87 | + | ||
88 | +/* REG_CAMCMR fields */ | ||
89 | +/* Enable CAM Compare */ | ||
90 | +#define REG_CAMCMR_ECMP (1 << 4) | ||
91 | +/* Complement CAM Compare */ | ||
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 | +}; | ||
195 | + | ||
196 | +struct NPCM7xxEMCRxDesc { | ||
197 | + uint32_t status_and_length; | ||
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 { | ||
111 | + /*< private >*/ | 276 | + /*< private >*/ |
112 | + SysBusDevice parent_obj; | 277 | + SysBusDevice parent; |
113 | + /*< public >*/ | 278 | + /*< public >*/ |
114 | + | 279 | + |
115 | + /** Maps I/O registers in physical memory */ | ||
116 | + MemoryRegion iomem; | 280 | + MemoryRegion iomem; |
117 | + | 281 | + |
118 | + /** Control register defines how and what to read */ | 282 | + qemu_irq tx_irq; |
119 | + uint32_t control; | 283 | + qemu_irq rx_irq; |
120 | + | 284 | + |
121 | + /** RdKey register contains the data retrieved by the device */ | 285 | + NICState *nic; |
122 | + uint32_t rdkey; | 286 | + NICConf conf; |
123 | + | 287 | + |
124 | + /** Stores the emulated device identifier */ | 288 | + /* 0 or 1, for log messages */ |
125 | + QemuUUID identifier; | 289 | + uint8_t emc_num; |
126 | + | 290 | + |
127 | +} AwSidState; | 291 | + uint32_t regs[NPCM7XX_NUM_EMC_REGS]; |
128 | + | 292 | + |
129 | +#endif /* HW_MISC_ALLWINNER_SID_H */ | 293 | + /* |
130 | diff --git a/hw/arm/allwinner-h3.c b/hw/arm/allwinner-h3.c | 294 | + * tx is active. Set to true by TSDR and then switches off when out of |
131 | index XXXXXXX..XXXXXXX 100644 | 295 | + * descriptors. If the TXON bit in REG_MCMDR is off then this is off. |
132 | --- a/hw/arm/allwinner-h3.c | 296 | + */ |
133 | +++ b/hw/arm/allwinner-h3.c | 297 | + bool tx_active; |
134 | @@ -XXX,XX +XXX,XX @@ const hwaddr allwinner_h3_memmap[] = { | 298 | + |
135 | [AW_H3_SRAM_A2] = 0x00044000, | 299 | + /* |
136 | [AW_H3_SRAM_C] = 0x00010000, | 300 | + * rx is active. Set to true by RSDR and then switches off when out of |
137 | [AW_H3_SYSCTRL] = 0x01c00000, | 301 | + * descriptors. If the RXON bit in REG_MCMDR is off then this is off. |
138 | + [AW_H3_SID] = 0x01c14000, | 302 | + */ |
139 | [AW_H3_EHCI0] = 0x01c1a000, | 303 | + bool rx_active; |
140 | [AW_H3_OHCI0] = 0x01c1a400, | 304 | +}; |
141 | [AW_H3_EHCI1] = 0x01c1b000, | 305 | + |
142 | @@ -XXX,XX +XXX,XX @@ struct AwH3Unimplemented { | 306 | +typedef struct NPCM7xxEMCState NPCM7xxEMCState; |
143 | { "mmc0", 0x01c0f000, 4 * KiB }, | 307 | + |
144 | { "mmc1", 0x01c10000, 4 * KiB }, | 308 | +#define TYPE_NPCM7XX_EMC "npcm7xx-emc" |
145 | { "mmc2", 0x01c11000, 4 * KiB }, | 309 | +#define NPCM7XX_EMC(obj) \ |
146 | - { "sid", 0x01c14000, 1 * KiB }, | 310 | + OBJECT_CHECK(NPCM7xxEMCState, (obj), TYPE_NPCM7XX_EMC) |
147 | { "crypto", 0x01c15000, 4 * KiB }, | 311 | + |
148 | { "msgbox", 0x01c17000, 4 * KiB }, | 312 | +#endif /* NPCM7XX_EMC_H */ |
149 | { "spinlock", 0x01c18000, 4 * KiB }, | 313 | diff --git a/hw/net/npcm7xx_emc.c b/hw/net/npcm7xx_emc.c |
150 | @@ -XXX,XX +XXX,XX @@ static void allwinner_h3_init(Object *obj) | ||
151 | |||
152 | sysbus_init_child_obj(obj, "cpucfg", &s->cpucfg, sizeof(s->cpucfg), | ||
153 | TYPE_AW_CPUCFG); | ||
154 | + | ||
155 | + sysbus_init_child_obj(obj, "sid", &s->sid, sizeof(s->sid), | ||
156 | + TYPE_AW_SID); | ||
157 | + object_property_add_alias(obj, "identifier", OBJECT(&s->sid), | ||
158 | + "identifier", &error_abort); | ||
159 | } | ||
160 | |||
161 | static void allwinner_h3_realize(DeviceState *dev, Error **errp) | ||
162 | @@ -XXX,XX +XXX,XX @@ static void allwinner_h3_realize(DeviceState *dev, Error **errp) | ||
163 | qdev_init_nofail(DEVICE(&s->cpucfg)); | ||
164 | sysbus_mmio_map(SYS_BUS_DEVICE(&s->cpucfg), 0, s->memmap[AW_H3_CPUCFG]); | ||
165 | |||
166 | + /* Security Identifier */ | ||
167 | + qdev_init_nofail(DEVICE(&s->sid)); | ||
168 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->sid), 0, s->memmap[AW_H3_SID]); | ||
169 | + | ||
170 | /* Universal Serial Bus */ | ||
171 | sysbus_create_simple(TYPE_AW_H3_EHCI, s->memmap[AW_H3_EHCI0], | ||
172 | qdev_get_gpio_in(DEVICE(&s->gic), | ||
173 | diff --git a/hw/arm/orangepi.c b/hw/arm/orangepi.c | ||
174 | index XXXXXXX..XXXXXXX 100644 | ||
175 | --- a/hw/arm/orangepi.c | ||
176 | +++ b/hw/arm/orangepi.c | ||
177 | @@ -XXX,XX +XXX,XX @@ static void orangepi_init(MachineState *machine) | ||
178 | object_property_set_int(OBJECT(h3), 24 * 1000 * 1000, "clk1-freq", | ||
179 | &error_abort); | ||
180 | |||
181 | + /* Setup SID properties. Currently using a default fixed SID identifier. */ | ||
182 | + if (qemu_uuid_is_null(&h3->sid.identifier)) { | ||
183 | + qdev_prop_set_string(DEVICE(h3), "identifier", | ||
184 | + "02c00081-1111-2222-3333-000044556677"); | ||
185 | + } else if (ldl_be_p(&h3->sid.identifier.data[0]) != 0x02c00081) { | ||
186 | + warn_report("Security Identifier value does not include H3 prefix"); | ||
187 | + } | ||
188 | + | ||
189 | /* Mark H3 object realized */ | ||
190 | object_property_set_bool(OBJECT(h3), true, "realized", &error_abort); | ||
191 | |||
192 | diff --git a/hw/misc/allwinner-sid.c b/hw/misc/allwinner-sid.c | ||
193 | new file mode 100644 | 314 | new file mode 100644 |
194 | index XXXXXXX..XXXXXXX | 315 | index XXXXXXX..XXXXXXX |
195 | --- /dev/null | 316 | --- /dev/null |
196 | +++ b/hw/misc/allwinner-sid.c | 317 | +++ b/hw/net/npcm7xx_emc.c |
197 | @@ -XXX,XX +XXX,XX @@ | 318 | @@ -XXX,XX +XXX,XX @@ |
198 | +/* | 319 | +/* |
199 | + * Allwinner Security ID emulation | 320 | + * Nuvoton NPCM7xx EMC Module |
200 | + * | 321 | + * |
201 | + * Copyright (C) 2019 Niek Linnenbank <nieklinnenbank@gmail.com> | 322 | + * Copyright 2020 Google LLC |
202 | + * | 323 | + * |
203 | + * This program is free software: you can redistribute it and/or modify | 324 | + * This program is free software; you can redistribute it and/or modify it |
204 | + * it under the terms of the GNU General Public License as published by | 325 | + * under the terms of the GNU General Public License as published by the |
205 | + * the Free Software Foundation, either version 2 of the License, or | 326 | + * Free Software Foundation; either version 2 of the License, or |
206 | + * (at your option) any later version. | 327 | + * (at your option) any later version. |
207 | + * | 328 | + * |
208 | + * This program is distributed in the hope that it will be useful, | 329 | + * This program is distributed in the hope that it will be useful, but WITHOUT |
209 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of | 330 | + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
210 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 331 | + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
211 | + * GNU General Public License for more details. | 332 | + * for more details. |
212 | + * | 333 | + * |
213 | + * You should have received a copy of the GNU General Public License | 334 | + * Unsupported/unimplemented features: |
214 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. | 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 | ||
215 | + */ | 346 | + */ |
216 | + | 347 | + |
217 | +#include "qemu/osdep.h" | 348 | +#include "qemu/osdep.h" |
218 | +#include "qemu/units.h" | 349 | + |
219 | +#include "hw/sysbus.h" | 350 | +/* For crc32 */ |
351 | +#include <zlib.h> | ||
352 | + | ||
353 | +#include "qemu-common.h" | ||
354 | +#include "hw/irq.h" | ||
355 | +#include "hw/qdev-clock.h" | ||
356 | +#include "hw/qdev-properties.h" | ||
357 | +#include "hw/net/npcm7xx_emc.h" | ||
358 | +#include "net/eth.h" | ||
220 | +#include "migration/vmstate.h" | 359 | +#include "migration/vmstate.h" |
360 | +#include "qemu/bitops.h" | ||
361 | +#include "qemu/error-report.h" | ||
221 | +#include "qemu/log.h" | 362 | +#include "qemu/log.h" |
222 | +#include "qemu/module.h" | 363 | +#include "qemu/module.h" |
223 | +#include "qemu/guest-random.h" | 364 | +#include "qemu/units.h" |
224 | +#include "qapi/error.h" | 365 | +#include "sysemu/dma.h" |
225 | +#include "hw/qdev-properties.h" | ||
226 | +#include "hw/misc/allwinner-sid.h" | ||
227 | +#include "trace.h" | 366 | +#include "trace.h" |
228 | + | 367 | + |
229 | +/* SID register offsets */ | 368 | +#define CRC_LENGTH 4 |
230 | +enum { | 369 | + |
231 | + REG_PRCTL = 0x40, /* Control */ | 370 | +/* |
232 | + REG_RDKEY = 0x60, /* Read Key */ | 371 | + * The maximum size of a (layer 2) ethernet frame as defined by 802.3. |
233 | +}; | 372 | + * 1518 = 6(dest macaddr) + 6(src macaddr) + 2(proto) + 4(crc) + 1500(payload) |
234 | + | 373 | + * This does not include an additional 4 for the vlan field (802.1q). |
235 | +/* SID register flags */ | 374 | + */ |
236 | +enum { | 375 | +#define MAX_ETH_FRAME_SIZE 1518 |
237 | + REG_PRCTL_WRITE = 0x0002, /* Unknown write flag */ | 376 | + |
238 | + REG_PRCTL_OP_LOCK = 0xAC00, /* Lock operation */ | 377 | +static const char *emc_reg_name(int regno) |
239 | +}; | 378 | +{ |
240 | + | 379 | +#define REG(name) case REG_ ## name: return #name; |
241 | +static uint64_t allwinner_sid_read(void *opaque, hwaddr offset, | 380 | + switch (regno) { |
242 | + unsigned size) | 381 | + REG(CAMCMR) |
243 | +{ | 382 | + REG(CAMEN) |
244 | + const AwSidState *s = AW_SID(opaque); | 383 | + REG(TXDLSA) |
245 | + uint64_t val = 0; | 384 | + REG(RXDLSA) |
246 | + | 385 | + REG(MCMDR) |
247 | + switch (offset) { | 386 | + REG(MIID) |
248 | + case REG_PRCTL: /* Control */ | 387 | + REG(MIIDA) |
249 | + val = s->control; | 388 | + REG(FFTCR) |
250 | + break; | 389 | + REG(TSDR) |
251 | + case REG_RDKEY: /* Read Key */ | 390 | + REG(RSDR) |
252 | + val = s->rdkey; | 391 | + REG(DMARFC) |
253 | + break; | 392 | + REG(MIEN) |
393 | + REG(MISTA) | ||
394 | + REG(MGSTA) | ||
395 | + REG(MPCNT) | ||
396 | + REG(MRPC) | ||
397 | + REG(MRPCC) | ||
398 | + REG(MREPC) | ||
399 | + REG(DMARFS) | ||
400 | + REG(CTXDSA) | ||
401 | + REG(CTXBSA) | ||
402 | + REG(CRXDSA) | ||
403 | + REG(CRXBSA) | ||
404 | + case REG_CAMM_BASE + 0: return "CAM0M"; | ||
405 | + case REG_CAML_BASE + 0: return "CAM0L"; | ||
406 | + case REG_CAMM_BASE + 2 ... REG_CAMML_LAST: | ||
407 | + /* Only CAM0 is supported, fold the others into something simple. */ | ||
408 | + if (regno & 1) { | ||
409 | + return "CAM<n>L"; | ||
410 | + } else { | ||
411 | + return "CAM<n>M"; | ||
412 | + } | ||
413 | + default: return "UNKNOWN"; | ||
414 | + } | ||
415 | +#undef REG | ||
416 | +} | ||
417 | + | ||
418 | +static void emc_reset(NPCM7xxEMCState *emc) | ||
419 | +{ | ||
420 | + trace_npcm7xx_emc_reset(emc->emc_num); | ||
421 | + | ||
422 | + memset(&emc->regs[0], 0, sizeof(emc->regs)); | ||
423 | + | ||
424 | + /* These regs have non-zero reset values. */ | ||
425 | + emc->regs[REG_TXDLSA] = 0xfffffffc; | ||
426 | + emc->regs[REG_RXDLSA] = 0xfffffffc; | ||
427 | + emc->regs[REG_MIIDA] = 0x00900000; | ||
428 | + emc->regs[REG_FFTCR] = 0x0101; | ||
429 | + emc->regs[REG_DMARFC] = 0x0800; | ||
430 | + emc->regs[REG_MPCNT] = 0x7fff; | ||
431 | + | ||
432 | + emc->tx_active = false; | ||
433 | + emc->rx_active = false; | ||
434 | +} | ||
435 | + | ||
436 | +static void npcm7xx_emc_reset(DeviceState *dev) | ||
437 | +{ | ||
438 | + NPCM7xxEMCState *emc = NPCM7XX_EMC(dev); | ||
439 | + emc_reset(emc); | ||
440 | +} | ||
441 | + | ||
442 | +static void emc_soft_reset(NPCM7xxEMCState *emc) | ||
443 | +{ | ||
444 | + /* | ||
445 | + * The docs say at least MCMDR.{LBK,OPMOD} bits are not changed during a | ||
446 | + * soft reset, but does not go into further detail. For now, KISS. | ||
447 | + */ | ||
448 | + uint32_t mcmdr = emc->regs[REG_MCMDR]; | ||
449 | + emc_reset(emc); | ||
450 | + emc->regs[REG_MCMDR] = mcmdr & (REG_MCMDR_LBK | REG_MCMDR_OPMOD); | ||
451 | + | ||
452 | + qemu_set_irq(emc->tx_irq, 0); | ||
453 | + qemu_set_irq(emc->rx_irq, 0); | ||
454 | +} | ||
455 | + | ||
456 | +static void emc_set_link(NetClientState *nc) | ||
457 | +{ | ||
458 | + /* Nothing to do yet. */ | ||
459 | +} | ||
460 | + | ||
461 | +/* MISTA.TXINTR is the union of the individual bits with their enables. */ | ||
462 | +static void emc_update_mista_txintr(NPCM7xxEMCState *emc) | ||
463 | +{ | ||
464 | + /* Only look at the bits we support. */ | ||
465 | + uint32_t mask = (REG_MISTA_TXBERR | | ||
466 | + REG_MISTA_TDU | | ||
467 | + REG_MISTA_TXCP); | ||
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 | + } | ||
473 | +} | ||
474 | + | ||
475 | +/* MISTA.RXINTR is the union of the individual bits with their enables. */ | ||
476 | +static void emc_update_mista_rxintr(NPCM7xxEMCState *emc) | ||
477 | +{ | ||
478 | + /* Only look at the bits we support. */ | ||
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 | + } | ||
254 | + default: | 760 | + default: |
255 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: out-of-bounds offset 0x%04x\n", | 761 | + g_assert_not_reached(); |
256 | + __func__, (uint32_t)offset); | 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); | ||
257 | + return 0; | 919 | + return 0; |
258 | + } | 920 | + } |
259 | + | 921 | + |
260 | + trace_allwinner_sid_read(offset, val, size); | 922 | + switch (reg) { |
261 | + | 923 | + case REG_MIID: |
262 | + return val; | 924 | + /* |
263 | +} | 925 | + * We don't implement MII. For determinism, always return zero as |
264 | + | 926 | + * writes record the last value written for debugging purposes. |
265 | +static void allwinner_sid_write(void *opaque, hwaddr offset, | 927 | + */ |
266 | + uint64_t val, unsigned size) | 928 | + qemu_log_mask(LOG_UNIMP, "%s: Read of MIID, returning 0\n", __func__); |
267 | +{ | 929 | + result = 0; |
268 | + AwSidState *s = AW_SID(opaque); | 930 | + break; |
269 | + | 931 | + case REG_TSDR: |
270 | + trace_allwinner_sid_write(offset, val, size); | 932 | + case REG_RSDR: |
271 | + | 933 | + qemu_log_mask(LOG_GUEST_ERROR, |
272 | + switch (offset) { | 934 | + "%s: Read of write-only reg, %s/%d\n", |
273 | + case REG_PRCTL: /* Control */ | 935 | + __func__, emc_reg_name(reg), reg); |
274 | + s->control = val; | 936 | + return 0; |
275 | + | 937 | + default: |
276 | + if ((s->control & REG_PRCTL_OP_LOCK) && | 938 | + result = emc->regs[reg]; |
277 | + (s->control & REG_PRCTL_WRITE)) { | 939 | + break; |
278 | + uint32_t id = s->control >> 16; | 940 | + } |
279 | + | 941 | + |
280 | + if (id <= sizeof(QemuUUID) - sizeof(s->rdkey)) { | 942 | + trace_npcm7xx_emc_reg_read(emc->emc_num, result, emc_reg_name(reg), reg); |
281 | + s->rdkey = ldl_be_p(&s->identifier.data[id]); | 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); | ||
282 | + } | 1053 | + } |
283 | + } | 1054 | + } |
284 | + s->control &= ~REG_PRCTL_WRITE; | 1055 | + break; |
285 | + break; | 1056 | + case REG_RSDR: |
286 | + case REG_RDKEY: /* Read Key */ | 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); | ||
287 | + break; | 1075 | + break; |
288 | + default: | 1076 | + default: |
289 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: out-of-bounds offset 0x%04x\n", | 1077 | + qemu_log_mask(LOG_UNIMP, "%s: Write to unimplemented reg %s/%d\n", |
290 | + __func__, (uint32_t)offset); | 1078 | + __func__, emc_reg_name(reg), reg); |
291 | + break; | 1079 | + break; |
292 | + } | 1080 | + } |
293 | +} | 1081 | +} |
294 | + | 1082 | + |
295 | +static const MemoryRegionOps allwinner_sid_ops = { | 1083 | +static const struct MemoryRegionOps npcm7xx_emc_ops = { |
296 | + .read = allwinner_sid_read, | 1084 | + .read = npcm7xx_emc_read, |
297 | + .write = allwinner_sid_write, | 1085 | + .write = npcm7xx_emc_write, |
298 | + .endianness = DEVICE_NATIVE_ENDIAN, | 1086 | + .endianness = DEVICE_LITTLE_ENDIAN, |
299 | + .valid = { | 1087 | + .valid = { |
300 | + .min_access_size = 4, | 1088 | + .min_access_size = 4, |
301 | + .max_access_size = 4, | 1089 | + .max_access_size = 4, |
1090 | + .unaligned = false, | ||
302 | + }, | 1091 | + }, |
303 | + .impl.min_access_size = 4, | ||
304 | +}; | 1092 | +}; |
305 | + | 1093 | + |
306 | +static void allwinner_sid_reset(DeviceState *dev) | 1094 | +static void emc_cleanup(NetClientState *nc) |
307 | +{ | 1095 | +{ |
308 | + AwSidState *s = AW_SID(dev); | 1096 | + /* Nothing to do yet. */ |
309 | + | 1097 | +} |
310 | + /* Set default values for registers */ | 1098 | + |
311 | + s->control = 0; | 1099 | +static NetClientInfo net_npcm7xx_emc_info = { |
312 | + s->rdkey = 0; | 1100 | + .type = NET_CLIENT_DRIVER_NIC, |
313 | +} | 1101 | + .size = sizeof(NICState), |
314 | + | 1102 | + .can_receive = emc_can_receive, |
315 | +static void allwinner_sid_init(Object *obj) | 1103 | + .receive = emc_receive, |
316 | +{ | 1104 | + .cleanup = emc_cleanup, |
317 | + SysBusDevice *sbd = SYS_BUS_DEVICE(obj); | 1105 | + .link_status_changed = emc_set_link, |
318 | + AwSidState *s = AW_SID(obj); | ||
319 | + | ||
320 | + /* Memory mapping */ | ||
321 | + memory_region_init_io(&s->iomem, OBJECT(s), &allwinner_sid_ops, s, | ||
322 | + TYPE_AW_SID, 1 * KiB); | ||
323 | + sysbus_init_mmio(sbd, &s->iomem); | ||
324 | +} | ||
325 | + | ||
326 | +static Property allwinner_sid_properties[] = { | ||
327 | + DEFINE_PROP_UUID_NODEFAULT("identifier", AwSidState, identifier), | ||
328 | + DEFINE_PROP_END_OF_LIST() | ||
329 | +}; | 1106 | +}; |
330 | + | 1107 | + |
331 | +static const VMStateDescription allwinner_sid_vmstate = { | 1108 | +static void npcm7xx_emc_realize(DeviceState *dev, Error **errp) |
332 | + .name = "allwinner-sid", | 1109 | +{ |
333 | + .version_id = 1, | 1110 | + NPCM7xxEMCState *emc = NPCM7XX_EMC(dev); |
334 | + .minimum_version_id = 1, | 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, | ||
335 | + .fields = (VMStateField[]) { | 1136 | + .fields = (VMStateField[]) { |
336 | + VMSTATE_UINT32(control, AwSidState), | 1137 | + VMSTATE_UINT8(emc_num, NPCM7xxEMCState), |
337 | + VMSTATE_UINT32(rdkey, AwSidState), | 1138 | + VMSTATE_UINT32_ARRAY(regs, NPCM7xxEMCState, NPCM7XX_NUM_EMC_REGS), |
338 | + VMSTATE_UINT8_ARRAY_V(identifier.data, AwSidState, sizeof(QemuUUID), 1), | 1139 | + VMSTATE_BOOL(tx_active, NPCM7xxEMCState), |
339 | + VMSTATE_END_OF_LIST() | 1140 | + VMSTATE_BOOL(rx_active, NPCM7xxEMCState), |
340 | + } | 1141 | + VMSTATE_END_OF_LIST(), |
1142 | + }, | ||
341 | +}; | 1143 | +}; |
342 | + | 1144 | + |
343 | +static void allwinner_sid_class_init(ObjectClass *klass, void *data) | 1145 | +static Property npcm7xx_emc_properties[] = { |
1146 | + DEFINE_NIC_PROPERTIES(NPCM7xxEMCState, conf), | ||
1147 | + DEFINE_PROP_END_OF_LIST(), | ||
1148 | +}; | ||
1149 | + | ||
1150 | +static void npcm7xx_emc_class_init(ObjectClass *klass, void *data) | ||
344 | +{ | 1151 | +{ |
345 | + DeviceClass *dc = DEVICE_CLASS(klass); | 1152 | + DeviceClass *dc = DEVICE_CLASS(klass); |
346 | + | 1153 | + |
347 | + dc->reset = allwinner_sid_reset; | 1154 | + set_bit(DEVICE_CATEGORY_NETWORK, dc->categories); |
348 | + dc->vmsd = &allwinner_sid_vmstate; | 1155 | + dc->desc = "NPCM7xx EMC Controller"; |
349 | + device_class_set_props(dc, allwinner_sid_properties); | 1156 | + dc->realize = npcm7xx_emc_realize; |
350 | +} | 1157 | + dc->unrealize = npcm7xx_emc_unrealize; |
351 | + | 1158 | + dc->reset = npcm7xx_emc_reset; |
352 | +static const TypeInfo allwinner_sid_info = { | 1159 | + dc->vmsd = &vmstate_npcm7xx_emc; |
353 | + .name = TYPE_AW_SID, | 1160 | + device_class_set_props(dc, npcm7xx_emc_properties); |
354 | + .parent = TYPE_SYS_BUS_DEVICE, | 1161 | +} |
355 | + .instance_init = allwinner_sid_init, | 1162 | + |
356 | + .instance_size = sizeof(AwSidState), | 1163 | +static const TypeInfo npcm7xx_emc_info = { |
357 | + .class_init = allwinner_sid_class_init, | 1164 | + .name = TYPE_NPCM7XX_EMC, |
1165 | + .parent = TYPE_SYS_BUS_DEVICE, | ||
1166 | + .instance_size = sizeof(NPCM7xxEMCState), | ||
1167 | + .class_init = npcm7xx_emc_class_init, | ||
358 | +}; | 1168 | +}; |
359 | + | 1169 | + |
360 | +static void allwinner_sid_register(void) | 1170 | +static void npcm7xx_emc_register_type(void) |
361 | +{ | 1171 | +{ |
362 | + type_register_static(&allwinner_sid_info); | 1172 | + type_register_static(&npcm7xx_emc_info); |
363 | +} | 1173 | +} |
364 | + | 1174 | + |
365 | +type_init(allwinner_sid_register) | 1175 | +type_init(npcm7xx_emc_register_type) |
366 | diff --git a/hw/misc/trace-events b/hw/misc/trace-events | 1176 | diff --git a/hw/net/meson.build b/hw/net/meson.build |
367 | index XXXXXXX..XXXXXXX 100644 | 1177 | index XXXXXXX..XXXXXXX 100644 |
368 | --- a/hw/misc/trace-events | 1178 | --- a/hw/net/meson.build |
369 | +++ b/hw/misc/trace-events | 1179 | +++ b/hw/net/meson.build |
370 | @@ -XXX,XX +XXX,XX @@ allwinner_cpucfg_cpu_reset(uint8_t cpu_id, uint32_t reset_addr) "id %u, reset_ad | 1180 | @@ -XXX,XX +XXX,XX @@ softmmu_ss.add(when: 'CONFIG_I82596_COMMON', if_true: files('i82596.c')) |
371 | allwinner_cpucfg_read(uint64_t offset, uint64_t data, unsigned size) "offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32 | 1181 | softmmu_ss.add(when: 'CONFIG_SUNHME', if_true: files('sunhme.c')) |
372 | allwinner_cpucfg_write(uint64_t offset, uint64_t data, unsigned size) "offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32 | 1182 | softmmu_ss.add(when: 'CONFIG_FTGMAC100', if_true: files('ftgmac100.c')) |
373 | 1183 | softmmu_ss.add(when: 'CONFIG_SUNGEM', if_true: files('sungem.c')) | |
374 | +# allwinner-sid.c | 1184 | +softmmu_ss.add(when: 'CONFIG_NPCM7XX', if_true: files('npcm7xx_emc.c')) |
375 | +allwinner_sid_read(uint64_t offset, uint64_t data, unsigned size) "offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32 | 1185 | |
376 | +allwinner_sid_write(uint64_t offset, uint64_t data, unsigned size) "offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32 | 1186 | softmmu_ss.add(when: 'CONFIG_ETRAXFS', if_true: files('etraxfs_eth.c')) |
377 | + | 1187 | softmmu_ss.add(when: 'CONFIG_COLDFIRE', if_true: files('mcf_fec.c')) |
378 | # eccmemctl.c | 1188 | diff --git a/hw/net/trace-events b/hw/net/trace-events |
379 | ecc_mem_writel_mer(uint32_t val) "Write memory enable 0x%08x" | 1189 | index XXXXXXX..XXXXXXX 100644 |
380 | ecc_mem_writel_mdr(uint32_t val) "Write memory delay 0x%08x" | 1190 | --- a/hw/net/trace-events |
1191 | +++ b/hw/net/trace-events | ||
1192 | @@ -XXX,XX +XXX,XX @@ imx_fec_receive_last(int last) "rx frame flags 0x%04x" | ||
1193 | imx_enet_receive(size_t size) "len %zu" | ||
1194 | imx_enet_receive_len(uint64_t addr, int len) "rx_bd 0x%"PRIx64" length %d" | ||
1195 | imx_enet_receive_last(int last) "rx frame flags 0x%04x" | ||
1196 | + | ||
1197 | +# npcm7xx_emc.c | ||
1198 | +npcm7xx_emc_reset(int emc_num) "Resetting emc%d" | ||
1199 | +npcm7xx_emc_update_tx_irq(int level) "Setting tx irq to %d" | ||
1200 | +npcm7xx_emc_update_rx_irq(int level) "Setting rx irq to %d" | ||
1201 | +npcm7xx_emc_set_mista(uint32_t flags) "ORing 0x%x into MISTA" | ||
1202 | +npcm7xx_emc_cpu_owned_desc(uint32_t addr) "Can't process cpu-owned descriptor @0x%x" | ||
1203 | +npcm7xx_emc_sent_packet(uint32_t len) "Sent %u byte packet" | ||
1204 | +npcm7xx_emc_tx_done(uint32_t ctxdsa) "TX done, CTXDSA=0x%x" | ||
1205 | +npcm7xx_emc_can_receive(int can_receive) "Can receive: %d" | ||
1206 | +npcm7xx_emc_packet_filtered_out(const char* fail_reason) "Packet filtered out: %s" | ||
1207 | +npcm7xx_emc_packet_dropped(uint32_t len) "%u byte packet dropped" | ||
1208 | +npcm7xx_emc_receiving_packet(uint32_t len) "Receiving %u byte packet" | ||
1209 | +npcm7xx_emc_received_packet(uint32_t len) "Received %u byte packet" | ||
1210 | +npcm7xx_emc_rx_done(uint32_t crxdsa) "RX done, CRXDSA=0x%x" | ||
1211 | +npcm7xx_emc_reg_read(int emc_num, uint32_t result, const char *name, int regno) "emc%d: 0x%x = reg[%s/%d]" | ||
1212 | +npcm7xx_emc_reg_write(int emc_num, const char *name, int regno, uint32_t value) "emc%d: reg[%s/%d] = 0x%x" | ||
381 | -- | 1213 | -- |
382 | 2.20.1 | 1214 | 2.20.1 |
383 | 1215 | ||
384 | 1216 | diff view generated by jsdifflib |
1 | From: Guenter Roeck <linux@roeck-us.net> | 1 | From: Doug Evans <dje@google.com> |
---|---|---|---|
2 | 2 | ||
3 | Wire up eSDHC controllers in fsl-imx25. For imx25-pdk, connect drives | 3 | This is a 10/100 ethernet device that has several features. |
4 | provided on the command line to available eSDHC controllers. | 4 | Only the ones needed by the Linux driver have been implemented. |
5 | See npcm7xx_emc.c for a list of unimplemented features. | ||
5 | 6 | ||
6 | This patch enables booting the imx25-pdk emulation from SD card. | 7 | Reviewed-by: Hao Wu <wuhaotsh@google.com> |
7 | 8 | Reviewed-by: Avi Fishman <avi.fishman@nuvoton.com> | |
8 | Signed-off-by: Guenter Roeck <linux@roeck-us.net> | ||
9 | Message-id: 20200310215146.19688-2-linux@roeck-us.net | ||
10 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
11 | [PMM: made commit subject consistent with other patch] | 10 | Signed-off-by: Doug Evans <dje@google.com> |
11 | Message-id: 20210218212453.831406-3-dje@google.com | ||
12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
13 | --- | 13 | --- |
14 | include/hw/arm/fsl-imx25.h | 9 +++++++++ | 14 | docs/system/arm/nuvoton.rst | 3 ++- |
15 | hw/arm/fsl-imx25.c | 32 ++++++++++++++++++++++++++++++++ | 15 | include/hw/arm/npcm7xx.h | 2 ++ |
16 | hw/arm/imx25_pdk.c | 16 ++++++++++++++++ | 16 | hw/arm/npcm7xx.c | 50 +++++++++++++++++++++++++++++++++++-- |
17 | 3 files changed, 57 insertions(+) | 17 | 3 files changed, 52 insertions(+), 3 deletions(-) |
18 | 18 | ||
19 | diff --git a/include/hw/arm/fsl-imx25.h b/include/hw/arm/fsl-imx25.h | 19 | diff --git a/docs/system/arm/nuvoton.rst b/docs/system/arm/nuvoton.rst |
20 | index XXXXXXX..XXXXXXX 100644 | 20 | index XXXXXXX..XXXXXXX 100644 |
21 | --- a/include/hw/arm/fsl-imx25.h | 21 | --- a/docs/system/arm/nuvoton.rst |
22 | +++ b/include/hw/arm/fsl-imx25.h | 22 | +++ b/docs/system/arm/nuvoton.rst |
23 | @@ -XXX,XX +XXX,XX @@ Supported devices | ||
24 | * Analog to Digital Converter (ADC) | ||
25 | * Pulse Width Modulation (PWM) | ||
26 | * SMBus controller (SMBF) | ||
27 | + * Ethernet controller (EMC) | ||
28 | |||
29 | Missing devices | ||
30 | --------------- | ||
31 | @@ -XXX,XX +XXX,XX @@ Missing devices | ||
32 | * Shared memory (SHM) | ||
33 | * eSPI slave interface | ||
34 | |||
35 | - * Ethernet controllers (GMAC and EMC) | ||
36 | + * Ethernet controller (GMAC) | ||
37 | * USB device (USBD) | ||
38 | * Peripheral SPI controller (PSPI) | ||
39 | * SD/MMC host | ||
40 | diff --git a/include/hw/arm/npcm7xx.h b/include/hw/arm/npcm7xx.h | ||
41 | index XXXXXXX..XXXXXXX 100644 | ||
42 | --- a/include/hw/arm/npcm7xx.h | ||
43 | +++ b/include/hw/arm/npcm7xx.h | ||
23 | @@ -XXX,XX +XXX,XX @@ | 44 | @@ -XXX,XX +XXX,XX @@ |
24 | #include "hw/misc/imx_rngc.h" | 45 | #include "hw/misc/npcm7xx_gcr.h" |
25 | #include "hw/i2c/imx_i2c.h" | 46 | #include "hw/misc/npcm7xx_pwm.h" |
26 | #include "hw/gpio/imx_gpio.h" | 47 | #include "hw/misc/npcm7xx_rng.h" |
27 | +#include "hw/sd/sdhci.h" | 48 | +#include "hw/net/npcm7xx_emc.h" |
28 | #include "exec/memory.h" | 49 | #include "hw/nvram/npcm7xx_otp.h" |
29 | #include "target/arm/cpu.h" | 50 | #include "hw/timer/npcm7xx_timer.h" |
30 | 51 | #include "hw/ssi/npcm7xx_fiu.h" | |
31 | @@ -XXX,XX +XXX,XX @@ | 52 | @@ -XXX,XX +XXX,XX @@ typedef struct NPCM7xxState { |
32 | #define FSL_IMX25_NUM_EPITS 2 | 53 | EHCISysBusState ehci; |
33 | #define FSL_IMX25_NUM_I2CS 3 | 54 | OHCISysBusState ohci; |
34 | #define FSL_IMX25_NUM_GPIOS 4 | 55 | NPCM7xxFIUState fiu[2]; |
35 | +#define FSL_IMX25_NUM_ESDHCS 2 | 56 | + NPCM7xxEMCState emc[2]; |
36 | 57 | } NPCM7xxState; | |
37 | typedef struct FslIMX25State { | 58 | |
38 | /*< private >*/ | 59 | #define TYPE_NPCM7XX "npcm7xx" |
39 | @@ -XXX,XX +XXX,XX @@ typedef struct FslIMX25State { | 60 | diff --git a/hw/arm/npcm7xx.c b/hw/arm/npcm7xx.c |
40 | IMXRNGCState rngc; | ||
41 | IMXI2CState i2c[FSL_IMX25_NUM_I2CS]; | ||
42 | IMXGPIOState gpio[FSL_IMX25_NUM_GPIOS]; | ||
43 | + SDHCIState esdhc[FSL_IMX25_NUM_ESDHCS]; | ||
44 | MemoryRegion rom[2]; | ||
45 | MemoryRegion iram; | ||
46 | MemoryRegion iram_alias; | ||
47 | @@ -XXX,XX +XXX,XX @@ typedef struct FslIMX25State { | ||
48 | #define FSL_IMX25_GPIO3_SIZE 0x4000 | ||
49 | #define FSL_IMX25_RNGC_ADDR 0x53FB0000 | ||
50 | #define FSL_IMX25_RNGC_SIZE 0x4000 | ||
51 | +#define FSL_IMX25_ESDHC1_ADDR 0x53FB4000 | ||
52 | +#define FSL_IMX25_ESDHC1_SIZE 0x4000 | ||
53 | +#define FSL_IMX25_ESDHC2_ADDR 0x53FB8000 | ||
54 | +#define FSL_IMX25_ESDHC2_SIZE 0x4000 | ||
55 | #define FSL_IMX25_GPIO1_ADDR 0x53FCC000 | ||
56 | #define FSL_IMX25_GPIO1_SIZE 0x4000 | ||
57 | #define FSL_IMX25_GPIO2_ADDR 0x53FD0000 | ||
58 | @@ -XXX,XX +XXX,XX @@ typedef struct FslIMX25State { | ||
59 | #define FSL_IMX25_GPIO2_IRQ 51 | ||
60 | #define FSL_IMX25_GPIO3_IRQ 16 | ||
61 | #define FSL_IMX25_GPIO4_IRQ 23 | ||
62 | +#define FSL_IMX25_ESDHC1_IRQ 9 | ||
63 | +#define FSL_IMX25_ESDHC2_IRQ 8 | ||
64 | |||
65 | #endif /* FSL_IMX25_H */ | ||
66 | diff --git a/hw/arm/fsl-imx25.c b/hw/arm/fsl-imx25.c | ||
67 | index XXXXXXX..XXXXXXX 100644 | 61 | index XXXXXXX..XXXXXXX 100644 |
68 | --- a/hw/arm/fsl-imx25.c | 62 | --- a/hw/arm/npcm7xx.c |
69 | +++ b/hw/arm/fsl-imx25.c | 63 | +++ b/hw/arm/npcm7xx.c |
70 | @@ -XXX,XX +XXX,XX @@ | 64 | @@ -XXX,XX +XXX,XX @@ enum NPCM7xxInterrupt { |
71 | #include "hw/qdev-properties.h" | 65 | NPCM7XX_UART1_IRQ, |
72 | #include "chardev/char.h" | 66 | NPCM7XX_UART2_IRQ, |
73 | 67 | NPCM7XX_UART3_IRQ, | |
74 | +#define IMX25_ESDHC_CAPABILITIES 0x07e20000 | 68 | + NPCM7XX_EMC1RX_IRQ = 15, |
69 | + NPCM7XX_EMC1TX_IRQ, | ||
70 | NPCM7XX_TIMER0_IRQ = 32, /* Timer Module 0 */ | ||
71 | NPCM7XX_TIMER1_IRQ, | ||
72 | NPCM7XX_TIMER2_IRQ, | ||
73 | @@ -XXX,XX +XXX,XX @@ enum NPCM7xxInterrupt { | ||
74 | NPCM7XX_SMBUS15_IRQ, | ||
75 | NPCM7XX_PWM0_IRQ = 93, /* PWM module 0 */ | ||
76 | NPCM7XX_PWM1_IRQ, /* PWM module 1 */ | ||
77 | + NPCM7XX_EMC2RX_IRQ = 114, | ||
78 | + NPCM7XX_EMC2TX_IRQ, | ||
79 | NPCM7XX_GPIO0_IRQ = 116, | ||
80 | NPCM7XX_GPIO1_IRQ, | ||
81 | NPCM7XX_GPIO2_IRQ, | ||
82 | @@ -XXX,XX +XXX,XX @@ static const hwaddr npcm7xx_smbus_addr[] = { | ||
83 | 0xf008f000, | ||
84 | }; | ||
85 | |||
86 | +/* Register base address for each EMC Module */ | ||
87 | +static const hwaddr npcm7xx_emc_addr[] = { | ||
88 | + 0xf0825000, | ||
89 | + 0xf0826000, | ||
90 | +}; | ||
75 | + | 91 | + |
76 | static void fsl_imx25_init(Object *obj) | 92 | static const struct { |
77 | { | 93 | hwaddr regs_addr; |
78 | FslIMX25State *s = FSL_IMX25(obj); | 94 | uint32_t unconnected_pins; |
79 | @@ -XXX,XX +XXX,XX @@ static void fsl_imx25_init(Object *obj) | 95 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_init(Object *obj) |
80 | sysbus_init_child_obj(obj, "gpio[*]", &s->gpio[i], sizeof(s->gpio[i]), | 96 | for (i = 0; i < ARRAY_SIZE(s->pwm); i++) { |
81 | TYPE_IMX_GPIO); | 97 | object_initialize_child(obj, "pwm[*]", &s->pwm[i], TYPE_NPCM7XX_PWM); |
82 | } | 98 | } |
83 | + | 99 | + |
84 | + for (i = 0; i < FSL_IMX25_NUM_ESDHCS; i++) { | 100 | + for (i = 0; i < ARRAY_SIZE(s->emc); i++) { |
85 | + sysbus_init_child_obj(obj, "sdhc[*]", &s->esdhc[i], sizeof(s->esdhc[i]), | 101 | + object_initialize_child(obj, "emc[*]", &s->emc[i], TYPE_NPCM7XX_EMC); |
86 | + TYPE_IMX_USDHC); | ||
87 | + } | 102 | + } |
88 | } | 103 | } |
89 | 104 | ||
90 | static void fsl_imx25_realize(DeviceState *dev, Error **errp) | 105 | static void npcm7xx_realize(DeviceState *dev, Error **errp) |
91 | @@ -XXX,XX +XXX,XX @@ static void fsl_imx25_realize(DeviceState *dev, Error **errp) | 106 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_realize(DeviceState *dev, Error **errp) |
92 | gpio_table[i].irq)); | 107 | sysbus_connect_irq(sbd, i, npcm7xx_irq(s, NPCM7XX_PWM0_IRQ + i)); |
93 | } | 108 | } |
94 | 109 | ||
95 | + /* Initialize all SDHC */ | 110 | + /* |
96 | + for (i = 0; i < FSL_IMX25_NUM_ESDHCS; i++) { | 111 | + * EMC Modules. Cannot fail. |
97 | + static const struct { | 112 | + * The mapping of the device to its netdev backend works as follows: |
98 | + hwaddr addr; | 113 | + * emc[i] = nd_table[i] |
99 | + unsigned int irq; | 114 | + * This works around the inability to specify the netdev property for the |
100 | + } esdhc_table[FSL_IMX25_NUM_ESDHCS] = { | 115 | + * emc device: it's not pluggable and thus the -device option can't be |
101 | + { FSL_IMX25_ESDHC1_ADDR, FSL_IMX25_ESDHC1_IRQ }, | 116 | + * used. |
102 | + { FSL_IMX25_ESDHC2_ADDR, FSL_IMX25_ESDHC2_IRQ }, | 117 | + */ |
103 | + }; | 118 | + QEMU_BUILD_BUG_ON(ARRAY_SIZE(npcm7xx_emc_addr) != ARRAY_SIZE(s->emc)); |
104 | + | 119 | + QEMU_BUILD_BUG_ON(ARRAY_SIZE(s->emc) != 2); |
105 | + object_property_set_uint(OBJECT(&s->esdhc[i]), 2, "sd-spec-version", | 120 | + for (i = 0; i < ARRAY_SIZE(s->emc); i++) { |
106 | + &err); | 121 | + s->emc[i].emc_num = i; |
107 | + object_property_set_uint(OBJECT(&s->esdhc[i]), IMX25_ESDHC_CAPABILITIES, | 122 | + SysBusDevice *sbd = SYS_BUS_DEVICE(&s->emc[i]); |
108 | + "capareg", &err); | 123 | + if (nd_table[i].used) { |
109 | + object_property_set_bool(OBJECT(&s->esdhc[i]), true, "realized", &err); | 124 | + qemu_check_nic_model(&nd_table[i], TYPE_NPCM7XX_EMC); |
110 | + if (err) { | 125 | + qdev_set_nic_properties(DEVICE(sbd), &nd_table[i]); |
111 | + error_propagate(errp, err); | ||
112 | + return; | ||
113 | + } | 126 | + } |
114 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->esdhc[i]), 0, esdhc_table[i].addr); | 127 | + /* |
115 | + sysbus_connect_irq(SYS_BUS_DEVICE(&s->esdhc[i]), 0, | 128 | + * The device exists regardless of whether it's connected to a QEMU |
116 | + qdev_get_gpio_in(DEVICE(&s->avic), | 129 | + * netdev backend. So always instantiate it even if there is no |
117 | + esdhc_table[i].irq)); | 130 | + * backend. |
118 | + } | 131 | + */ |
119 | + | 132 | + sysbus_realize(sbd, &error_abort); |
120 | /* initialize 2 x 16 KB ROM */ | 133 | + sysbus_mmio_map(sbd, 0, npcm7xx_emc_addr[i]); |
121 | memory_region_init_rom(&s->rom[0], NULL, | 134 | + int tx_irq = i == 0 ? NPCM7XX_EMC1TX_IRQ : NPCM7XX_EMC2TX_IRQ; |
122 | "imx25.rom0", FSL_IMX25_ROM0_SIZE, &err); | 135 | + int rx_irq = i == 0 ? NPCM7XX_EMC1RX_IRQ : NPCM7XX_EMC2RX_IRQ; |
123 | diff --git a/hw/arm/imx25_pdk.c b/hw/arm/imx25_pdk.c | 136 | + /* |
124 | index XXXXXXX..XXXXXXX 100644 | 137 | + * N.B. The values for the second argument sysbus_connect_irq are |
125 | --- a/hw/arm/imx25_pdk.c | 138 | + * chosen to match the registration order in npcm7xx_emc_realize. |
126 | +++ b/hw/arm/imx25_pdk.c | 139 | + */ |
127 | @@ -XXX,XX +XXX,XX @@ | 140 | + sysbus_connect_irq(sbd, 0, npcm7xx_irq(s, tx_irq)); |
128 | #include "qemu/osdep.h" | 141 | + sysbus_connect_irq(sbd, 1, npcm7xx_irq(s, rx_irq)); |
129 | #include "qapi/error.h" | ||
130 | #include "cpu.h" | ||
131 | +#include "hw/qdev-properties.h" | ||
132 | #include "hw/arm/fsl-imx25.h" | ||
133 | #include "hw/boards.h" | ||
134 | #include "qemu/error-report.h" | ||
135 | @@ -XXX,XX +XXX,XX @@ static void imx25_pdk_init(MachineState *machine) | ||
136 | imx25_pdk_binfo.board_id = 1771, | ||
137 | imx25_pdk_binfo.nb_cpus = 1; | ||
138 | |||
139 | + for (i = 0; i < FSL_IMX25_NUM_ESDHCS; i++) { | ||
140 | + BusState *bus; | ||
141 | + DeviceState *carddev; | ||
142 | + DriveInfo *di; | ||
143 | + BlockBackend *blk; | ||
144 | + | ||
145 | + di = drive_get_next(IF_SD); | ||
146 | + blk = di ? blk_by_legacy_dinfo(di) : NULL; | ||
147 | + bus = qdev_get_child_bus(DEVICE(&s->soc.esdhc[i]), "sd-bus"); | ||
148 | + carddev = qdev_create(bus, TYPE_SD_CARD); | ||
149 | + qdev_prop_set_drive(carddev, "drive", blk, &error_fatal); | ||
150 | + object_property_set_bool(OBJECT(carddev), true, | ||
151 | + "realized", &error_fatal); | ||
152 | + } | 142 | + } |
153 | + | 143 | + |
154 | /* | 144 | /* |
155 | * We test explicitly for qtest here as it is not done (yet?) in | 145 | * Flash Interface Unit (FIU). Can fail if incorrect number of chip selects |
156 | * arm_load_kernel(). Without this the "make check" command would | 146 | * specified, but this is a programming error. |
147 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_realize(DeviceState *dev, Error **errp) | ||
148 | create_unimplemented_device("npcm7xx.vcd", 0xf0810000, 64 * KiB); | ||
149 | create_unimplemented_device("npcm7xx.ece", 0xf0820000, 8 * KiB); | ||
150 | create_unimplemented_device("npcm7xx.vdma", 0xf0822000, 8 * KiB); | ||
151 | - create_unimplemented_device("npcm7xx.emc1", 0xf0825000, 4 * KiB); | ||
152 | - create_unimplemented_device("npcm7xx.emc2", 0xf0826000, 4 * KiB); | ||
153 | create_unimplemented_device("npcm7xx.usbd[0]", 0xf0830000, 4 * KiB); | ||
154 | create_unimplemented_device("npcm7xx.usbd[1]", 0xf0831000, 4 * KiB); | ||
155 | create_unimplemented_device("npcm7xx.usbd[2]", 0xf0832000, 4 * KiB); | ||
157 | -- | 156 | -- |
158 | 2.20.1 | 157 | 2.20.1 |
159 | 158 | ||
160 | 159 | diff view generated by jsdifflib |
1 | From: Niek Linnenbank <nieklinnenbank@gmail.com> | 1 | From: Doug Evans <dje@google.com> |
---|---|---|---|
2 | 2 | ||
3 | The Xunlong Orange Pi PC is an Allwinner H3 System on Chip | 3 | Reviewed-by: Hao Wu <wuhaotsh@google.com> |
4 | based embedded computer with mainline support in both U-Boot | 4 | Reviewed-by: Avi Fishman <avi.fishman@nuvoton.com> |
5 | and Linux. The board comes with a Quad Core Cortex A7 @ 1.3GHz, | 5 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
6 | 1GiB RAM, 100Mbit ethernet, USB, SD/MMC, USB, HDMI and | 6 | Signed-off-by: Doug Evans <dje@google.com> |
7 | various other I/O. This commit add support for the Xunlong | 7 | Message-id: 20210218212453.831406-4-dje@google.com |
8 | Orange Pi PC machine. | ||
9 | |||
10 | Signed-off-by: Niek Linnenbank <nieklinnenbank@gmail.com> | ||
11 | Tested-by: KONRAD Frederic <frederic.konrad@adacore.com> | ||
12 | Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
13 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
14 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
15 | Acked-by: Igor Mammedov <imammedo@redhat.com> | ||
16 | Message-id: 20200311221854.30370-3-nieklinnenbank@gmail.com | ||
17 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
18 | --- | 9 | --- |
19 | hw/arm/Makefile.objs | 2 +- | 10 | tests/qtest/npcm7xx_emc-test.c | 862 +++++++++++++++++++++++++++++++++ |
20 | hw/arm/orangepi.c | 92 ++++++++++++++++++++++++++++++++++++++++++++ | 11 | tests/qtest/meson.build | 3 +- |
21 | MAINTAINERS | 1 + | 12 | 2 files changed, 864 insertions(+), 1 deletion(-) |
22 | 3 files changed, 94 insertions(+), 1 deletion(-) | 13 | create mode 100644 tests/qtest/npcm7xx_emc-test.c |
23 | create mode 100644 hw/arm/orangepi.c | ||
24 | 14 | ||
25 | diff --git a/hw/arm/Makefile.objs b/hw/arm/Makefile.objs | 15 | diff --git a/tests/qtest/npcm7xx_emc-test.c b/tests/qtest/npcm7xx_emc-test.c |
26 | index XXXXXXX..XXXXXXX 100644 | ||
27 | --- a/hw/arm/Makefile.objs | ||
28 | +++ b/hw/arm/Makefile.objs | ||
29 | @@ -XXX,XX +XXX,XX @@ obj-$(CONFIG_DIGIC) += digic.o | ||
30 | obj-$(CONFIG_OMAP) += omap1.o omap2.o | ||
31 | obj-$(CONFIG_STRONGARM) += strongarm.o | ||
32 | obj-$(CONFIG_ALLWINNER_A10) += allwinner-a10.o cubieboard.o | ||
33 | -obj-$(CONFIG_ALLWINNER_H3) += allwinner-h3.o | ||
34 | +obj-$(CONFIG_ALLWINNER_H3) += allwinner-h3.o orangepi.o | ||
35 | obj-$(CONFIG_RASPI) += bcm2835_peripherals.o bcm2836.o raspi.o | ||
36 | obj-$(CONFIG_STM32F205_SOC) += stm32f205_soc.o | ||
37 | obj-$(CONFIG_STM32F405_SOC) += stm32f405_soc.o | ||
38 | diff --git a/hw/arm/orangepi.c b/hw/arm/orangepi.c | ||
39 | new file mode 100644 | 16 | new file mode 100644 |
40 | index XXXXXXX..XXXXXXX | 17 | index XXXXXXX..XXXXXXX |
41 | --- /dev/null | 18 | --- /dev/null |
42 | +++ b/hw/arm/orangepi.c | 19 | +++ b/tests/qtest/npcm7xx_emc-test.c |
43 | @@ -XXX,XX +XXX,XX @@ | 20 | @@ -XXX,XX +XXX,XX @@ |
44 | +/* | 21 | +/* |
45 | + * Orange Pi emulation | 22 | + * QTests for Nuvoton NPCM7xx EMC Modules. |
46 | + * | 23 | + * |
47 | + * Copyright (C) 2019 Niek Linnenbank <nieklinnenbank@gmail.com> | 24 | + * Copyright 2020 Google LLC |
48 | + * | 25 | + * |
49 | + * This program is free software: you can redistribute it and/or modify | 26 | + * This program is free software; you can redistribute it and/or modify it |
50 | + * it under the terms of the GNU General Public License as published by | 27 | + * under the terms of the GNU General Public License as published by the |
51 | + * the Free Software Foundation, either version 2 of the License, or | 28 | + * Free Software Foundation; either version 2 of the License, or |
52 | + * (at your option) any later version. | 29 | + * (at your option) any later version. |
53 | + * | 30 | + * |
54 | + * This program is distributed in the hope that it will be useful, | 31 | + * This program is distributed in the hope that it will be useful, but WITHOUT |
55 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of | 32 | + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
56 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 33 | + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
57 | + * GNU General Public License for more details. | 34 | + * for more details. |
58 | + * | ||
59 | + * You should have received a copy of the GNU General Public License | ||
60 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
61 | + */ | 35 | + */ |
62 | + | 36 | + |
63 | +#include "qemu/osdep.h" | 37 | +#include "qemu/osdep.h" |
64 | +#include "qemu/units.h" | 38 | +#include "qemu-common.h" |
65 | +#include "exec/address-spaces.h" | 39 | +#include "libqos/libqos.h" |
66 | +#include "qapi/error.h" | 40 | +#include "qapi/qmp/qdict.h" |
67 | +#include "cpu.h" | 41 | +#include "qapi/qmp/qnum.h" |
68 | +#include "hw/sysbus.h" | 42 | +#include "qemu/bitops.h" |
69 | +#include "hw/boards.h" | 43 | +#include "qemu/iov.h" |
70 | +#include "hw/qdev-properties.h" | 44 | + |
71 | +#include "hw/arm/allwinner-h3.h" | 45 | +/* Name of the emc device. */ |
72 | +#include "sysemu/sysemu.h" | 46 | +#define TYPE_NPCM7XX_EMC "npcm7xx-emc" |
73 | + | 47 | + |
74 | +static struct arm_boot_info orangepi_binfo = { | 48 | +/* Timeout for various operations, in seconds. */ |
75 | + .nb_cpus = AW_H3_NUM_CPUS, | 49 | +#define TIMEOUT_SECONDS 10 |
50 | + | ||
51 | +/* Address in memory of the descriptor. */ | ||
52 | +#define DESC_ADDR (1 << 20) /* 1 MiB */ | ||
53 | + | ||
54 | +/* Address in memory of the data packet. */ | ||
55 | +#define DATA_ADDR (DESC_ADDR + 4096) | ||
56 | + | ||
57 | +#define CRC_LENGTH 4 | ||
58 | + | ||
59 | +#define NUM_TX_DESCRIPTORS 3 | ||
60 | +#define NUM_RX_DESCRIPTORS 2 | ||
61 | + | ||
62 | +/* Size of tx,rx test buffers. */ | ||
63 | +#define TX_DATA_LEN 64 | ||
64 | +#define RX_DATA_LEN 64 | ||
65 | + | ||
66 | +#define TX_STEP_COUNT 10000 | ||
67 | +#define RX_STEP_COUNT 10000 | ||
68 | + | ||
69 | +/* 32-bit register indices. */ | ||
70 | +typedef enum NPCM7xxPWMRegister { | ||
71 | + /* Control registers. */ | ||
72 | + REG_CAMCMR, | ||
73 | + REG_CAMEN, | ||
74 | + | ||
75 | + /* There are 16 CAMn[ML] registers. */ | ||
76 | + REG_CAMM_BASE, | ||
77 | + REG_CAML_BASE, | ||
78 | + | ||
79 | + REG_TXDLSA = 0x22, | ||
80 | + REG_RXDLSA, | ||
81 | + REG_MCMDR, | ||
82 | + REG_MIID, | ||
83 | + REG_MIIDA, | ||
84 | + REG_FFTCR, | ||
85 | + REG_TSDR, | ||
86 | + REG_RSDR, | ||
87 | + REG_DMARFC, | ||
88 | + REG_MIEN, | ||
89 | + | ||
90 | + /* Status registers. */ | ||
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; | ||
76 | +}; | 166 | +}; |
77 | + | 167 | + |
78 | +static void orangepi_init(MachineState *machine) | 168 | +struct NPCM7xxEMCRxDesc { |
79 | +{ | 169 | + uint32_t status_and_length; |
80 | + AwH3State *h3; | 170 | + uint32_t rxbsa; |
81 | + | 171 | + uint32_t reserved; |
82 | + /* BIOS is not supported by this board */ | 172 | + uint32_t nrxdsa; |
83 | + if (bios_name) { | 173 | +}; |
84 | + error_report("BIOS not supported for this machine"); | 174 | + |
85 | + exit(1); | 175 | +/* NPCM7xxEMCTxDesc.flags values */ |
86 | + } | 176 | +/* Owner: 0 = cpu, 1 = emc */ |
87 | + | 177 | +#define TX_DESC_FLAG_OWNER_MASK (1 << 31) |
88 | + /* This board has fixed size RAM */ | 178 | +/* Transmit interrupt enable */ |
89 | + if (machine->ram_size != 1 * GiB) { | 179 | +#define TX_DESC_FLAG_INTEN (1 << 2) |
90 | + error_report("This machine can only be used with 1GiB of RAM"); | 180 | + |
91 | + exit(1); | 181 | +/* NPCM7xxEMCTxDesc.status_and_length values */ |
92 | + } | 182 | +/* Transmission complete */ |
93 | + | 183 | +#define TX_DESC_STATUS_TXCP (1 << 19) |
94 | + /* Only allow Cortex-A7 for this board */ | 184 | +/* Transmit interrupt */ |
95 | + if (strcmp(machine->cpu_type, ARM_CPU_TYPE_NAME("cortex-a7")) != 0) { | 185 | +#define TX_DESC_STATUS_TXINTR (1 << 16) |
96 | + error_report("This board can only be used with cortex-a7 CPU"); | 186 | + |
97 | + exit(1); | 187 | +/* NPCM7xxEMCRxDesc.status_and_length values */ |
98 | + } | 188 | +/* Owner: 0b00 = cpu, 0b10 = emc */ |
99 | + | 189 | +#define RX_DESC_STATUS_OWNER_SHIFT 30 |
100 | + h3 = AW_H3(object_new(TYPE_AW_H3)); | 190 | +#define RX_DESC_STATUS_OWNER_MASK 0xc0000000 |
101 | + object_property_add_child(OBJECT(machine), "soc", OBJECT(h3), | 191 | +/* Frame Reception Complete */ |
102 | + &error_abort); | 192 | +#define RX_DESC_STATUS_RXGD (1 << 20) |
103 | + object_unref(OBJECT(h3)); | 193 | +/* Packet too long */ |
104 | + | 194 | +#define RX_DESC_STATUS_PTLE (1 << 19) |
105 | + /* Setup timer properties */ | 195 | +/* Receive Interrupt */ |
106 | + object_property_set_int(OBJECT(h3), 32768, "clk0-freq", | 196 | +#define RX_DESC_STATUS_RXINTR (1 << 16) |
107 | + &error_abort); | 197 | + |
108 | + object_property_set_int(OBJECT(h3), 24 * 1000 * 1000, "clk1-freq", | 198 | +#define RX_DESC_PKT_LEN(word) ((uint32_t) (word) & 0xffff) |
109 | + &error_abort); | 199 | + |
110 | + | 200 | +typedef struct EMCModule { |
111 | + /* Mark H3 object realized */ | 201 | + int rx_irq; |
112 | + object_property_set_bool(OBJECT(h3), true, "realized", &error_abort); | 202 | + int tx_irq; |
113 | + | 203 | + uint64_t base_addr; |
114 | + /* SDRAM */ | 204 | +} EMCModule; |
115 | + memory_region_add_subregion(get_system_memory(), h3->memmap[AW_H3_SDRAM], | 205 | + |
116 | + machine->ram); | 206 | +typedef struct TestData { |
117 | + | 207 | + const EMCModule *module; |
118 | + orangepi_binfo.loader_start = h3->memmap[AW_H3_SDRAM]; | 208 | +} TestData; |
119 | + orangepi_binfo.ram_size = machine->ram_size; | 209 | + |
120 | + arm_load_kernel(ARM_CPU(first_cpu), machine, &orangepi_binfo); | 210 | +static const EMCModule emc_module_list[] = { |
121 | +} | 211 | + { |
122 | + | 212 | + .rx_irq = 15, |
123 | +static void orangepi_machine_init(MachineClass *mc) | 213 | + .tx_irq = 16, |
124 | +{ | 214 | + .base_addr = 0xf0825000 |
125 | + mc->desc = "Orange Pi PC"; | 215 | + }, |
126 | + mc->init = orangepi_init; | 216 | + { |
127 | + mc->min_cpus = AW_H3_NUM_CPUS; | 217 | + .rx_irq = 114, |
128 | + mc->max_cpus = AW_H3_NUM_CPUS; | 218 | + .tx_irq = 115, |
129 | + mc->default_cpus = AW_H3_NUM_CPUS; | 219 | + .base_addr = 0xf0826000 |
130 | + mc->default_cpu_type = ARM_CPU_TYPE_NAME("cortex-a7"); | 220 | + } |
131 | + mc->default_ram_size = 1 * GiB; | 221 | +}; |
132 | + mc->default_ram_id = "orangepi.ram"; | 222 | + |
133 | +} | 223 | +/* Returns the index of the EMC module. */ |
134 | + | 224 | +static int emc_module_index(const EMCModule *mod) |
135 | +DEFINE_MACHINE("orangepi-pc", orangepi_machine_init) | 225 | +{ |
136 | diff --git a/MAINTAINERS b/MAINTAINERS | 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 | +} | ||
323 | + | ||
324 | +/* | ||
325 | + * Reset the EMC module. | ||
326 | + * The module must be reset before, e.g., TXDLSA,RXDLSA are changed. | ||
327 | + */ | ||
328 | +static bool emc_soft_reset(QTestState *qts, const EMCModule *mod) | ||
329 | +{ | ||
330 | + uint32_t val; | ||
331 | + uint64_t end_time; | ||
332 | + | ||
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; | ||
420 | + } | ||
421 | + qtest_clock_step(qts, step); | ||
422 | + } while (g_get_monotonic_time() < end_time); | ||
423 | + | ||
424 | + g_message("%s: Timeout expired", __func__); | ||
425 | + return false; | ||
426 | +} | ||
427 | + | ||
428 | +static bool emc_wait_mista(QTestState *qts, const EMCModule *mod, int step, | ||
429 | + uint32_t flag) | ||
430 | +{ | ||
431 | + uint64_t end_time = | ||
432 | + g_get_monotonic_time() + TIMEOUT_SECONDS * G_TIME_SPAN_SECOND; | ||
433 | + | ||
434 | + do { | ||
435 | + uint32_t mista = emc_read(qts, mod, REG_MISTA); | ||
436 | + if (mista & flag) { | ||
437 | + return true; | ||
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 | + } | ||
462 | + return rv == 1; | ||
463 | +} | ||
464 | + | ||
465 | +/* Initialize *desc (in host endian format). */ | ||
466 | +static void init_tx_desc(NPCM7xxEMCTxDesc *desc, size_t count, | ||
467 | + uint32_t desc_addr) | ||
468 | +{ | ||
469 | + g_assert(count >= 2); | ||
470 | + memset(&desc[0], 0, sizeof(*desc) * count); | ||
471 | + /* Leave the last one alone, owned by the cpu -> stops transmission. */ | ||
472 | + for (size_t i = 0; i < count - 1; ++i) { | ||
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 | + } | ||
493 | +} | ||
494 | + | ||
495 | +static void enable_tx(QTestState *qts, const EMCModule *mod, | ||
496 | + const NPCM7xxEMCTxDesc *desc, size_t count, | ||
497 | + uint32_t desc_addr, uint32_t mien_flags) | ||
498 | +{ | ||
499 | + /* Write the descriptors to guest memory. */ | ||
500 | + for (size_t i = 0; i < count; ++i) { | ||
501 | + emc_write_tx_desc(qts, desc + i, desc_addr + i * sizeof(*desc)); | ||
502 | + } | ||
503 | + | ||
504 | + /* Trigger sending the packet. */ | ||
505 | + /* The module must be reset before changing TXDLSA. */ | ||
506 | + g_assert(emc_soft_reset(qts, mod)); | ||
507 | + emc_write(qts, mod, REG_TXDLSA, desc_addr); | ||
508 | + emc_write(qts, mod, REG_CTXDSA, ~0); | ||
509 | + emc_write(qts, mod, REG_MIEN, REG_MIEN_ENTXCP | mien_flags); | ||
510 | + { | ||
511 | + uint32_t mcmdr = emc_read(qts, mod, REG_MCMDR); | ||
512 | + mcmdr |= REG_MCMDR_TXON; | ||
513 | + emc_write(qts, mod, REG_MCMDR, mcmdr); | ||
514 | + } | ||
515 | + | ||
516 | + /* Prod the device to send the packet. */ | ||
517 | + emc_write(qts, mod, REG_TSDR, 1); | ||
518 | +} | ||
519 | + | ||
520 | +static void emc_send_verify1(QTestState *qts, const EMCModule *mod, int fd, | ||
521 | + bool with_irq, uint32_t desc_addr, | ||
522 | + uint32_t next_desc_addr, | ||
523 | + const char *test_data, int test_size) | ||
524 | +{ | ||
525 | + NPCM7xxEMCTxDesc result_desc; | ||
526 | + uint32_t expected_mask, expected_value, recv_len; | ||
527 | + 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 | + | ||
869 | + g_test_init(&argc, &argv, NULL); | ||
870 | + | ||
871 | + for (int i = 0; i < ARRAY_SIZE(emc_module_list); ++i) { | ||
872 | + TestData *td = &test_data_list[i]; | ||
873 | + | ||
874 | + td->module = &emc_module_list[i]; | ||
875 | + | ||
876 | + add_test(init, td); | ||
877 | + add_test(tx, td); | ||
878 | + add_test(rx, td); | ||
879 | + } | ||
880 | + | ||
881 | + return g_test_run(); | ||
882 | +} | ||
883 | diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build | ||
137 | index XXXXXXX..XXXXXXX 100644 | 884 | index XXXXXXX..XXXXXXX 100644 |
138 | --- a/MAINTAINERS | 885 | --- a/tests/qtest/meson.build |
139 | +++ b/MAINTAINERS | 886 | +++ b/tests/qtest/meson.build |
140 | @@ -XXX,XX +XXX,XX @@ L: qemu-arm@nongnu.org | 887 | @@ -XXX,XX +XXX,XX @@ qtests_npcm7xx = \ |
141 | S: Maintained | 888 | 'npcm7xx_rng-test', |
142 | F: hw/*/allwinner-h3* | 889 | 'npcm7xx_smbus-test', |
143 | F: include/hw/*/allwinner-h3* | 890 | 'npcm7xx_timer-test', |
144 | +F: hw/arm/orangepi.c | 891 | - 'npcm7xx_watchdog_timer-test'] |
145 | 892 | + 'npcm7xx_watchdog_timer-test'] + \ | |
146 | ARM PrimeCell and CMSDK devices | 893 | + (slirp.found() ? ['npcm7xx_emc-test'] : []) |
147 | M: Peter Maydell <peter.maydell@linaro.org> | 894 | qtests_arm = \ |
895 | (config_all_devices.has_key('CONFIG_CMSDK_APB_DUALTIMER') ? ['cmsdk-apb-dualtimer-test'] : []) + \ | ||
896 | (config_all_devices.has_key('CONFIG_CMSDK_APB_TIMER') ? ['cmsdk-apb-timer-test'] : []) + \ | ||
148 | -- | 897 | -- |
149 | 2.20.1 | 898 | 2.20.1 |
150 | 899 | ||
151 | 900 | diff view generated by jsdifflib |
1 | From: Eric Auger <eric.auger@redhat.com> | 1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> |
---|---|---|---|
2 | 2 | ||
3 | We plan to introduce yet another value for the gic version (nosel). | 3 | We hint the 'has_rpu' property is no longer required since commit |
4 | As we already use exotic values such as 0 and -1, let's introduce | 4 | 6908ec448b4 ("xlnx-zynqmp: Properly support the smp command line |
5 | a dedicated enum type and let vms->gic_version take this | 5 | option") which was released in QEMU v2.11.0. |
6 | type. | ||
7 | 6 | ||
8 | Signed-off-by: Eric Auger <eric.auger@redhat.com> | 7 | Beside, this device is marked 'user_creatable = false', so the |
9 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 8 | only thing that could be setting the property is the board code |
10 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | 9 | that creates the device. |
11 | Reviewed-by: Andrew Jones <drjones@redhat.com> | 10 | |
12 | Message-id: 20200311131618.7187-3-eric.auger@redhat.com | 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> | ||
15 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
16 | Message-id: 20210219144350.1979905-1-f4bug@amsat.org | ||
13 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 17 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
14 | --- | 18 | --- |
15 | include/hw/arm/virt.h | 11 +++++++++-- | 19 | include/hw/arm/xlnx-zynqmp.h | 2 -- |
16 | hw/arm/virt.c | 30 +++++++++++++++--------------- | 20 | hw/arm/xlnx-zynqmp.c | 6 ------ |
17 | 2 files changed, 24 insertions(+), 17 deletions(-) | 21 | 2 files changed, 8 deletions(-) |
18 | 22 | ||
19 | diff --git a/include/hw/arm/virt.h b/include/hw/arm/virt.h | 23 | diff --git a/include/hw/arm/xlnx-zynqmp.h b/include/hw/arm/xlnx-zynqmp.h |
20 | index XXXXXXX..XXXXXXX 100644 | 24 | index XXXXXXX..XXXXXXX 100644 |
21 | --- a/include/hw/arm/virt.h | 25 | --- a/include/hw/arm/xlnx-zynqmp.h |
22 | +++ b/include/hw/arm/virt.h | 26 | +++ b/include/hw/arm/xlnx-zynqmp.h |
23 | @@ -XXX,XX +XXX,XX @@ typedef enum VirtIOMMUType { | 27 | @@ -XXX,XX +XXX,XX @@ struct XlnxZynqMPState { |
24 | VIRT_IOMMU_VIRTIO, | 28 | bool secure; |
25 | } VirtIOMMUType; | 29 | /* Has the ARM Virtualization extensions? */ |
26 | |||
27 | +typedef enum VirtGICType { | ||
28 | + VIRT_GIC_VERSION_MAX, | ||
29 | + VIRT_GIC_VERSION_HOST, | ||
30 | + VIRT_GIC_VERSION_2, | ||
31 | + VIRT_GIC_VERSION_3, | ||
32 | +} VirtGICType; | ||
33 | + | ||
34 | typedef struct MemMapEntry { | ||
35 | hwaddr base; | ||
36 | hwaddr size; | ||
37 | @@ -XXX,XX +XXX,XX @@ typedef struct { | ||
38 | bool highmem_ecam; | ||
39 | bool its; | ||
40 | bool virt; | 30 | bool virt; |
41 | - int32_t gic_version; | 31 | - /* Has the RPU subsystem? */ |
42 | + VirtGICType gic_version; | 32 | - bool has_rpu; |
43 | VirtIOMMUType iommu; | 33 | |
44 | uint16_t virtio_iommu_bdf; | 34 | /* CAN bus. */ |
45 | struct arm_boot_info bootinfo; | 35 | CanBusState *canbus[XLNX_ZYNQMP_NUM_CAN]; |
46 | @@ -XXX,XX +XXX,XX @@ static inline int virt_gicv3_redist_region_count(VirtMachineState *vms) | 36 | diff --git a/hw/arm/xlnx-zynqmp.c b/hw/arm/xlnx-zynqmp.c |
47 | uint32_t redist0_capacity = | ||
48 | vms->memmap[VIRT_GIC_REDIST].size / GICV3_REDIST_SIZE; | ||
49 | |||
50 | - assert(vms->gic_version == 3); | ||
51 | + assert(vms->gic_version == VIRT_GIC_VERSION_3); | ||
52 | |||
53 | return vms->smp_cpus > redist0_capacity ? 2 : 1; | ||
54 | } | ||
55 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c | ||
56 | index XXXXXXX..XXXXXXX 100644 | 37 | index XXXXXXX..XXXXXXX 100644 |
57 | --- a/hw/arm/virt.c | 38 | --- a/hw/arm/xlnx-zynqmp.c |
58 | +++ b/hw/arm/virt.c | 39 | +++ b/hw/arm/xlnx-zynqmp.c |
59 | @@ -XXX,XX +XXX,XX @@ static void fdt_add_timer_nodes(const VirtMachineState *vms) | 40 | @@ -XXX,XX +XXX,XX @@ static void xlnx_zynqmp_realize(DeviceState *dev, Error **errp) |
60 | irqflags = GIC_FDT_IRQ_FLAGS_EDGE_LO_HI; | ||
61 | } | ||
62 | |||
63 | - if (vms->gic_version == 2) { | ||
64 | + if (vms->gic_version == VIRT_GIC_VERSION_2) { | ||
65 | irqflags = deposit32(irqflags, GIC_FDT_IRQ_PPI_CPU_START, | ||
66 | GIC_FDT_IRQ_PPI_CPU_WIDTH, | ||
67 | (1 << vms->smp_cpus) - 1); | ||
68 | @@ -XXX,XX +XXX,XX @@ static void fdt_add_gic_node(VirtMachineState *vms) | ||
69 | qemu_fdt_setprop_cell(vms->fdt, nodename, "#address-cells", 0x2); | ||
70 | qemu_fdt_setprop_cell(vms->fdt, nodename, "#size-cells", 0x2); | ||
71 | qemu_fdt_setprop(vms->fdt, nodename, "ranges", NULL, 0); | ||
72 | - if (vms->gic_version == 3) { | ||
73 | + if (vms->gic_version == VIRT_GIC_VERSION_3) { | ||
74 | int nb_redist_regions = virt_gicv3_redist_region_count(vms); | ||
75 | |||
76 | qemu_fdt_setprop_string(vms->fdt, nodename, "compatible", | ||
77 | @@ -XXX,XX +XXX,XX @@ static void fdt_add_pmu_nodes(const VirtMachineState *vms) | ||
78 | } | 41 | } |
79 | } | 42 | } |
80 | 43 | ||
81 | - if (vms->gic_version == 2) { | 44 | - if (s->has_rpu) { |
82 | + if (vms->gic_version == VIRT_GIC_VERSION_2) { | 45 | - info_report("The 'has_rpu' property is no longer required, to use the " |
83 | irqflags = deposit32(irqflags, GIC_FDT_IRQ_PPI_CPU_START, | 46 | - "RPUs just use -smp 6."); |
84 | GIC_FDT_IRQ_PPI_CPU_WIDTH, | 47 | - } |
85 | (1 << vms->smp_cpus) - 1); | 48 | - |
86 | @@ -XXX,XX +XXX,XX @@ static uint64_t virt_cpu_mp_affinity(VirtMachineState *vms, int idx) | 49 | xlnx_zynqmp_create_rpu(ms, s, boot_cpu, &err); |
87 | * purposes are to make TCG consistent (with 64-bit KVM hosts) | 50 | if (err) { |
88 | * and to improve SGI efficiency. | 51 | error_propagate(errp, err); |
89 | */ | 52 | @@ -XXX,XX +XXX,XX @@ static Property xlnx_zynqmp_props[] = { |
90 | - if (vms->gic_version == 3) { | 53 | DEFINE_PROP_STRING("boot-cpu", XlnxZynqMPState, boot_cpu), |
91 | + if (vms->gic_version == VIRT_GIC_VERSION_3) { | 54 | DEFINE_PROP_BOOL("secure", XlnxZynqMPState, secure, false), |
92 | clustersz = GICV3_TARGETLIST_BITS; | 55 | DEFINE_PROP_BOOL("virtualization", XlnxZynqMPState, virt, false), |
93 | } else { | 56 | - DEFINE_PROP_BOOL("has_rpu", XlnxZynqMPState, has_rpu, false), |
94 | clustersz = GIC_TARGETLIST_BITS; | 57 | DEFINE_PROP_LINK("ddr-ram", XlnxZynqMPState, ddr_ram, TYPE_MEMORY_REGION, |
95 | @@ -XXX,XX +XXX,XX @@ static void machvirt_init(MachineState *machine) | 58 | MemoryRegion *), |
96 | /* We can probe only here because during property set | 59 | DEFINE_PROP_LINK("canbus0", XlnxZynqMPState, canbus[0], TYPE_CAN_BUS, |
97 | * KVM is not available yet | ||
98 | */ | ||
99 | - if (vms->gic_version <= 0) { | ||
100 | - /* "host" or "max" */ | ||
101 | + if (vms->gic_version == VIRT_GIC_VERSION_HOST || | ||
102 | + vms->gic_version == VIRT_GIC_VERSION_MAX) { | ||
103 | if (!kvm_enabled()) { | ||
104 | - if (vms->gic_version == 0) { | ||
105 | + if (vms->gic_version == VIRT_GIC_VERSION_HOST) { | ||
106 | error_report("gic-version=host requires KVM"); | ||
107 | exit(1); | ||
108 | } else { | ||
109 | /* "max": currently means 3 for TCG */ | ||
110 | - vms->gic_version = 3; | ||
111 | + vms->gic_version = VIRT_GIC_VERSION_3; | ||
112 | } | ||
113 | } else { | ||
114 | vms->gic_version = kvm_arm_vgic_probe(); | ||
115 | @@ -XXX,XX +XXX,XX @@ static void machvirt_init(MachineState *machine) | ||
116 | /* The maximum number of CPUs depends on the GIC version, or on how | ||
117 | * many redistributors we can fit into the memory map. | ||
118 | */ | ||
119 | - if (vms->gic_version == 3) { | ||
120 | + if (vms->gic_version == VIRT_GIC_VERSION_3) { | ||
121 | virt_max_cpus = | ||
122 | vms->memmap[VIRT_GIC_REDIST].size / GICV3_REDIST_SIZE; | ||
123 | virt_max_cpus += | ||
124 | @@ -XXX,XX +XXX,XX @@ static void virt_set_its(Object *obj, bool value, Error **errp) | ||
125 | static char *virt_get_gic_version(Object *obj, Error **errp) | ||
126 | { | ||
127 | VirtMachineState *vms = VIRT_MACHINE(obj); | ||
128 | - const char *val = vms->gic_version == 3 ? "3" : "2"; | ||
129 | + const char *val = vms->gic_version == VIRT_GIC_VERSION_3 ? "3" : "2"; | ||
130 | |||
131 | return g_strdup(val); | ||
132 | } | ||
133 | @@ -XXX,XX +XXX,XX @@ static void virt_set_gic_version(Object *obj, const char *value, Error **errp) | ||
134 | VirtMachineState *vms = VIRT_MACHINE(obj); | ||
135 | |||
136 | if (!strcmp(value, "3")) { | ||
137 | - vms->gic_version = 3; | ||
138 | + vms->gic_version = VIRT_GIC_VERSION_3; | ||
139 | } else if (!strcmp(value, "2")) { | ||
140 | - vms->gic_version = 2; | ||
141 | + vms->gic_version = VIRT_GIC_VERSION_2; | ||
142 | } else if (!strcmp(value, "host")) { | ||
143 | - vms->gic_version = 0; /* Will probe later */ | ||
144 | + vms->gic_version = VIRT_GIC_VERSION_HOST; /* Will probe later */ | ||
145 | } else if (!strcmp(value, "max")) { | ||
146 | - vms->gic_version = -1; /* Will probe later */ | ||
147 | + vms->gic_version = VIRT_GIC_VERSION_MAX; /* Will probe later */ | ||
148 | } else { | ||
149 | error_setg(errp, "Invalid gic-version value"); | ||
150 | error_append_hint(errp, "Valid values are 3, 2, host, max.\n"); | ||
151 | @@ -XXX,XX +XXX,XX @@ static void virt_instance_init(Object *obj) | ||
152 | "physical address space above 32 bits", | ||
153 | NULL); | ||
154 | /* Default GIC type is v2 */ | ||
155 | - vms->gic_version = 2; | ||
156 | + vms->gic_version = VIRT_GIC_VERSION_2; | ||
157 | object_property_add_str(obj, "gic-version", virt_get_gic_version, | ||
158 | virt_set_gic_version, NULL); | ||
159 | object_property_set_description(obj, "gic-version", | ||
160 | -- | 60 | -- |
161 | 2.20.1 | 61 | 2.20.1 |
162 | 62 | ||
163 | 63 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | We must include the tag in the FAR_ELx register when raising | 3 | Always perform one call instead of two for 16-byte operands. |
4 | an addressing exception. Which means that we should not clear | 4 | Use byte loads/stores directly into the vector register file |
5 | out the tag during translation. | 5 | instead of extractions and deposits to a 64-bit local variable. |
6 | 6 | ||
7 | We cannot at present comply with this for user mode, so we | 7 | In order to easily receive pointers into the vector register file, |
8 | retain the clean_data_tbi function for the moment, though it | 8 | convert the helper to the gvec out-of-line signature. Move the |
9 | no longer does what it says on the tin for system mode. This | 9 | helper into vec_helper.c, where it can make use of H1 and clear_tail. |
10 | function is to be replaced with MTE, so don't worry about the | 10 | |
11 | slight misnaming. | ||
12 | |||
13 | Buglink: https://bugs.launchpad.net/qemu/+bug/1867072 | ||
14 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 11 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
15 | Message-id: 20200308012946.16303-3-richard.henderson@linaro.org | 12 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> |
16 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 13 | Tested-by: Alex Bennée <alex.bennee@linaro.org> |
14 | Message-id: 20210224230532.276878-1-richard.henderson@linaro.org | ||
17 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 15 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
18 | --- | 16 | --- |
19 | target/arm/translate-a64.c | 11 +++++++++++ | 17 | target/arm/helper-a64.h | 2 +- |
20 | 1 file changed, 11 insertions(+) | 18 | target/arm/helper-a64.c | 32 --------------------- |
21 | 19 | target/arm/translate-a64.c | 58 +++++--------------------------------- | |
20 | target/arm/vec_helper.c | 48 +++++++++++++++++++++++++++++++ | ||
21 | 4 files changed, 56 insertions(+), 84 deletions(-) | ||
22 | |||
23 | diff --git a/target/arm/helper-a64.h b/target/arm/helper-a64.h | ||
24 | index XXXXXXX..XXXXXXX 100644 | ||
25 | --- a/target/arm/helper-a64.h | ||
26 | +++ b/target/arm/helper-a64.h | ||
27 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_3(vfp_cmps_a64, i64, f32, f32, ptr) | ||
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 | { | ||
22 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c | 79 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c |
23 | index XXXXXXX..XXXXXXX 100644 | 80 | index XXXXXXX..XXXXXXX 100644 |
24 | --- a/target/arm/translate-a64.c | 81 | --- a/target/arm/translate-a64.c |
25 | +++ b/target/arm/translate-a64.c | 82 | +++ b/target/arm/translate-a64.c |
26 | @@ -XXX,XX +XXX,XX @@ static void gen_a64_set_pc(DisasContext *s, TCGv_i64 src) | 83 | @@ -XXX,XX +XXX,XX @@ static void disas_simd_tb(DisasContext *s, uint32_t insn) |
27 | static TCGv_i64 clean_data_tbi(DisasContext *s, TCGv_i64 addr) | 84 | int rm = extract32(insn, 16, 5); |
28 | { | 85 | int rn = extract32(insn, 5, 5); |
29 | TCGv_i64 clean = new_tmp_a64(s); | 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; | ||
98 | } | ||
99 | |||
100 | - /* This does a table lookup: for every byte element in the input | ||
101 | - * we index into a table formed from up to four vector registers, | ||
102 | - * and then the output is the result of the lookups. Our helper | ||
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 | + | ||
30 | + /* | 178 | + /* |
31 | + * In order to get the correct value in the FAR_ELx register, | 179 | + * We must construct the final result in a temp, lest the output |
32 | + * we must present the memory subsystem with the "dirty" address | 180 | + * overlaps the input table. For TBL, begin with zero; for TBX, |
33 | + * including the TBI. In system mode we can make this work via | 181 | + * begin with the original register contents. Note that we always |
34 | + * the TLB, dropping the TBI during translation. But for user-only | 182 | + * copy 16 bytes here to avoid an extra branch; clearing the high |
35 | + * mode we don't have that option, and must remove the top byte now. | 183 | + * bits of the register for oprsz == 8 is handled below. |
36 | + */ | 184 | + */ |
37 | +#ifdef CONFIG_USER_ONLY | 185 | + if (is_tbx) { |
38 | gen_top_byte_ignore(s, clean, addr, s->tbid); | 186 | + memcpy(&result, vd, 16); |
39 | +#else | 187 | + } else { |
40 | + tcg_gen_mov_i64(clean, addr); | 188 | + memset(&result, 0, 16); |
189 | + } | ||
190 | + | ||
191 | + for (size_t i = 0; i < oprsz; ++i) { | ||
192 | + uint32_t index = indices[H1(i)]; | ||
193 | + | ||
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 | +} | ||
41 | +#endif | 210 | +#endif |
42 | return clean; | ||
43 | } | ||
44 | |||
45 | -- | 211 | -- |
46 | 2.20.1 | 212 | 2.20.1 |
47 | 213 | ||
48 | 214 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> |
---|---|---|---|
2 | 2 | ||
3 | The kernel image and DeviceTree blob are built by the Armbian | 3 | The STATUS register will be reset to IDLE in |
4 | project (based on Debian): | 4 | cnpcm7xx_smbus_enter_reset(), no need to preset |
5 | https://www.armbian.com/orange-pi-pc/ | 5 | it in instance_init(). |
6 | |||
7 | The SD image is from the kernelci.org project: | ||
8 | https://kernelci.org/faq/#the-code | ||
9 | |||
10 | If ARM is a target being built, "make check-acceptance" will | ||
11 | automatically include this test by the use of the "arch:arm" tags. | ||
12 | |||
13 | Alternatively, this test can be run using: | ||
14 | |||
15 | $ avocado --show=console run -t machine:orangepi-pc tests/acceptance/boot_linux_console.py | ||
16 | console: Uncompressing Linux... done, booting the kernel. | ||
17 | console: Booting Linux on physical CPU 0x0 | ||
18 | console: Linux version 4.20.7-sunxi (root@armbian.com) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #5.75 SMP Fri Feb 8 09:02:10 CET 2019 | ||
19 | console: CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=50c5387d | ||
20 | [...] | ||
21 | console: sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0) | ||
22 | console: sunxi-mmc 1c0f000.mmc: Linked as a consumer to regulator.2 | ||
23 | console: sunxi-mmc 1c0f000.mmc: Got CD GPIO | ||
24 | console: ledtrig-cpu: registered to indicate activity on CPUs | ||
25 | console: hidraw: raw HID events driver (C) Jiri Kosina | ||
26 | console: usbcore: registered new interface driver usbhid | ||
27 | console: usbhid: USB HID core driver | ||
28 | console: Initializing XFRM netlink socket | ||
29 | console: sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB | ||
30 | console: NET: Registered protocol family 10 | ||
31 | console: mmc0: host does not support reading read-only switch, assuming write-enable | ||
32 | console: mmc0: Problem switching card into high-speed mode! | ||
33 | console: mmc0: new SD card at address 4567 | ||
34 | console: mmcblk0: mmc0:4567 QEMU! 60.0 MiB | ||
35 | [...] | ||
36 | console: EXT4-fs (mmcblk0): mounting ext2 file system using the ext4 subsystem | ||
37 | console: EXT4-fs (mmcblk0): mounted filesystem without journal. Opts: (null) | ||
38 | console: VFS: Mounted root (ext2 filesystem) on device 179:0. | ||
39 | console: Run /sbin/init as init process | ||
40 | console: EXT4-fs (mmcblk0): re-mounted. Opts: block_validity,barrier,user_xattr,acl | ||
41 | console: Starting syslogd: OK | ||
42 | console: Starting klogd: OK | ||
43 | console: Populating /dev using udev: udevd[203]: starting version 3.2.7 | ||
44 | console: /bin/sh: can't access tty; job control turned off | ||
45 | console: cat /proc/partitions | ||
46 | console: / # cat /proc/partitions | ||
47 | console: major minor #blocks name | ||
48 | console: 1 0 4096 ram0 | ||
49 | console: 1 1 4096 ram1 | ||
50 | console: 1 2 4096 ram2 | ||
51 | console: 1 3 4096 ram3 | ||
52 | console: 179 0 61440 mmcblk0 | ||
53 | console: reboot | ||
54 | console: / # reboot | ||
55 | console: umount: devtmpfs busy - remounted read-only | ||
56 | console: EXT4-fs (mmcblk0): re-mounted. Opts: (null) | ||
57 | console: The system is going down NOW! | ||
58 | console: Sent SIGTERM to all processes | ||
59 | console: Sent SIGKILL to all processes | ||
60 | console: Requesting system reboot | ||
61 | console: reboot: Restarting system | ||
62 | JOB TIME : 68.64 s | ||
63 | 6 | ||
64 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 7 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
65 | Signed-off-by: Niek Linnenbank <nieklinnenbank@gmail.com> | 8 | Reviewed-by: Hao Wu <wuhaotsh@google.com> |
66 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | 9 | Message-id: 20210228224813.312532-1-f4bug@amsat.org |
67 | Tested-by: Alex Bennée <alex.bennee@linaro.org> | ||
68 | Message-id: 20200311221854.30370-16-nieklinnenbank@gmail.com | ||
69 | [NL: rename in commit message Raspbian to Armbian, remove vm.set_machine()] | ||
70 | [NL: extend test with ethernet device checks] | ||
71 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
72 | --- | 11 | --- |
73 | tests/acceptance/boot_linux_console.py | 47 ++++++++++++++++++++++++++ | 12 | hw/i2c/npcm7xx_smbus.c | 1 - |
74 | 1 file changed, 47 insertions(+) | 13 | 1 file changed, 1 deletion(-) |
75 | 14 | ||
76 | diff --git a/tests/acceptance/boot_linux_console.py b/tests/acceptance/boot_linux_console.py | 15 | diff --git a/hw/i2c/npcm7xx_smbus.c b/hw/i2c/npcm7xx_smbus.c |
77 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
78 | --- a/tests/acceptance/boot_linux_console.py | 17 | --- a/hw/i2c/npcm7xx_smbus.c |
79 | +++ b/tests/acceptance/boot_linux_console.py | 18 | +++ b/hw/i2c/npcm7xx_smbus.c |
80 | @@ -XXX,XX +XXX,XX @@ class BootLinuxConsole(Test): | 19 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_smbus_init(Object *obj) |
81 | exec_command_and_wait_for_pattern(self, 'reboot', | 20 | sysbus_init_mmio(sbd, &s->iomem); |
82 | 'reboot: Restarting system') | 21 | |
83 | 22 | s->bus = i2c_init_bus(DEVICE(s), "i2c-bus"); | |
84 | + def test_arm_orangepi_sd(self): | 23 | - s->status = NPCM7XX_SMBUS_STATUS_IDLE; |
85 | + """ | 24 | } |
86 | + :avocado: tags=arch:arm | 25 | |
87 | + :avocado: tags=machine:orangepi-pc | 26 | static const VMStateDescription vmstate_npcm7xx_smbus = { |
88 | + """ | ||
89 | + deb_url = ('https://apt.armbian.com/pool/main/l/' | ||
90 | + 'linux-4.20.7-sunxi/linux-image-dev-sunxi_5.75_armhf.deb') | ||
91 | + deb_hash = '1334c29c44d984ffa05ed10de8c3361f33d78315' | ||
92 | + deb_path = self.fetch_asset(deb_url, asset_hash=deb_hash) | ||
93 | + kernel_path = self.extract_from_deb(deb_path, | ||
94 | + '/boot/vmlinuz-4.20.7-sunxi') | ||
95 | + dtb_path = '/usr/lib/linux-image-dev-sunxi/sun8i-h3-orangepi-pc.dtb' | ||
96 | + dtb_path = self.extract_from_deb(deb_path, dtb_path) | ||
97 | + rootfs_url = ('http://storage.kernelci.org/images/rootfs/buildroot/' | ||
98 | + 'kci-2019.02/armel/base/rootfs.ext2.xz') | ||
99 | + rootfs_hash = '692510cb625efda31640d1de0a8d60e26040f061' | ||
100 | + rootfs_path_xz = self.fetch_asset(rootfs_url, asset_hash=rootfs_hash) | ||
101 | + rootfs_path = os.path.join(self.workdir, 'rootfs.cpio') | ||
102 | + archive.lzma_uncompress(rootfs_path_xz, rootfs_path) | ||
103 | + | ||
104 | + self.vm.set_console() | ||
105 | + kernel_command_line = (self.KERNEL_COMMON_COMMAND_LINE + | ||
106 | + 'console=ttyS0,115200 ' | ||
107 | + 'root=/dev/mmcblk0 rootwait rw ' | ||
108 | + 'panic=-1 noreboot') | ||
109 | + self.vm.add_args('-kernel', kernel_path, | ||
110 | + '-dtb', dtb_path, | ||
111 | + '-drive', 'file=' + rootfs_path + ',if=sd,format=raw', | ||
112 | + '-append', kernel_command_line, | ||
113 | + '-no-reboot') | ||
114 | + self.vm.launch() | ||
115 | + shell_ready = "/bin/sh: can't access tty; job control turned off" | ||
116 | + self.wait_for_console_pattern(shell_ready) | ||
117 | + | ||
118 | + exec_command_and_wait_for_pattern(self, 'cat /proc/cpuinfo', | ||
119 | + 'Allwinner sun8i Family') | ||
120 | + exec_command_and_wait_for_pattern(self, 'cat /proc/partitions', | ||
121 | + 'mmcblk0') | ||
122 | + exec_command_and_wait_for_pattern(self, 'ifconfig eth0 up', | ||
123 | + 'eth0: Link is Up') | ||
124 | + exec_command_and_wait_for_pattern(self, 'udhcpc eth0', | ||
125 | + 'udhcpc: lease of 10.0.2.15 obtained') | ||
126 | + exec_command_and_wait_for_pattern(self, 'ping -c 3 10.0.2.2', | ||
127 | + '3 packets transmitted, 3 packets received, 0% packet loss') | ||
128 | + exec_command_and_wait_for_pattern(self, 'reboot', | ||
129 | + 'reboot: Restarting system') | ||
130 | + | ||
131 | def test_s390x_s390_ccw_virtio(self): | ||
132 | """ | ||
133 | :avocado: tags=arch:s390x | ||
134 | -- | 27 | -- |
135 | 2.20.1 | 28 | 2.20.1 |
136 | 29 | ||
137 | 30 | diff view generated by jsdifflib |
1 | From: Igor Mammedov <imammedo@redhat.com> | 1 | From: schspa <schspa@gmail.com> |
---|---|---|---|
2 | 2 | ||
3 | SOC object returned by object_new() is leaked in current code. | 3 | At the moment the following QEMU command line triggers an assertion |
4 | Set SOC parent explicitly to board and then unref to SOC object | 4 | failure On xlnx-versal SOC: |
5 | to make sure that refererence returned by object_new() is taken | 5 | qemu-system-aarch64 \ |
6 | care of. | 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 | ||
7 | 11 | ||
8 | The SOC object will be kept alive by its parent (machine) and | 12 | qemu-system-aarch64: ../migration/savevm.c:860: |
9 | will be automatically freed when MachineState is destroyed. | 13 | vmstate_register_with_alias_id: |
14 | Assertion `!se->compat || se->instance_id == 0' failed. | ||
10 | 15 | ||
11 | Signed-off-by: Igor Mammedov <imammedo@redhat.com> | 16 | This problem was fixed on arm virt platform in commit f58b39d2d5b |
12 | Reported-by: Andrew Jones <drjones@redhat.com> | 17 | ("virtio-mmio: format transport base address in BusClass.get_dev_path") |
13 | Tested-by: Niek Linnenbank <nieklinnenbank@gmail.com> | 18 | |
14 | Message-id: 20200303091254.22373-1-imammedo@redhat.com | 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> | ||
15 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 43 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
16 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 44 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
17 | --- | 45 | --- |
18 | hw/arm/cubieboard.c | 3 +++ | 46 | hw/virtio/virtio-mmio.c | 13 +++++++------ |
19 | 1 file changed, 3 insertions(+) | 47 | 1 file changed, 7 insertions(+), 6 deletions(-) |
20 | 48 | ||
21 | diff --git a/hw/arm/cubieboard.c b/hw/arm/cubieboard.c | 49 | diff --git a/hw/virtio/virtio-mmio.c b/hw/virtio/virtio-mmio.c |
22 | index XXXXXXX..XXXXXXX 100644 | 50 | index XXXXXXX..XXXXXXX 100644 |
23 | --- a/hw/arm/cubieboard.c | 51 | --- a/hw/virtio/virtio-mmio.c |
24 | +++ b/hw/arm/cubieboard.c | 52 | +++ b/hw/virtio/virtio-mmio.c |
25 | @@ -XXX,XX +XXX,XX @@ static void cubieboard_init(MachineState *machine) | 53 | @@ -XXX,XX +XXX,XX @@ static char *virtio_mmio_bus_get_dev_path(DeviceState *dev) |
54 | BusState *virtio_mmio_bus; | ||
55 | VirtIOMMIOProxy *virtio_mmio_proxy; | ||
56 | char *proxy_path; | ||
57 | - SysBusDevice *proxy_sbd; | ||
58 | char *path; | ||
59 | + MemoryRegionSection section; | ||
60 | |||
61 | virtio_mmio_bus = qdev_get_parent_bus(dev); | ||
62 | virtio_mmio_proxy = VIRTIO_MMIO(virtio_mmio_bus->parent); | ||
63 | @@ -XXX,XX +XXX,XX @@ static char *virtio_mmio_bus_get_dev_path(DeviceState *dev) | ||
26 | } | 64 | } |
27 | 65 | ||
28 | a10 = AW_A10(object_new(TYPE_AW_A10)); | 66 | /* Otherwise, we append the base address of the transport. */ |
29 | + object_property_add_child(OBJECT(machine), "soc", OBJECT(a10), | 67 | - proxy_sbd = SYS_BUS_DEVICE(virtio_mmio_proxy); |
30 | + &error_abort); | 68 | - assert(proxy_sbd->num_mmio == 1); |
31 | + object_unref(OBJECT(a10)); | 69 | - assert(proxy_sbd->mmio[0].memory == &virtio_mmio_proxy->iomem); |
32 | 70 | + section = memory_region_find(&virtio_mmio_proxy->iomem, 0, 0x200); | |
33 | object_property_set_int(OBJECT(&a10->emac), 1, "phy-addr", &err); | 71 | + assert(section.mr); |
34 | if (err != NULL) { | 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 | + | ||
84 | g_free(proxy_path); | ||
85 | return path; | ||
86 | } | ||
35 | -- | 87 | -- |
36 | 2.20.1 | 88 | 2.20.1 |
37 | 89 | ||
38 | 90 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Peter Collingbourne <pcc@google.com> |
---|---|---|---|
2 | 2 | ||
3 | We fail to validate the upper bits of a virtual address on a | 3 | Section D6.7 of the ARM ARM states: |
4 | translation disabled regime, as per AArch64.TranslateAddressS1Off. | ||
5 | 4 | ||
6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 5 | For the purpose of determining Tag Check Fault handling, unprivileged |
7 | Message-id: 20200308012946.16303-2-richard.henderson@linaro.org | 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> | ||
24 | Message-id: 20210219201820.2672077-1-pcc@google.com | ||
8 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 25 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 26 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | --- | 27 | --- |
11 | target/arm/helper.c | 35 ++++++++++++++++++++++++++++++++++- | 28 | target/arm/helper.c | 2 +- |
12 | 1 file changed, 34 insertions(+), 1 deletion(-) | 29 | target/arm/mte_helper.c | 13 +++++++++---- |
30 | 2 files changed, 10 insertions(+), 5 deletions(-) | ||
13 | 31 | ||
14 | diff --git a/target/arm/helper.c b/target/arm/helper.c | 32 | diff --git a/target/arm/helper.c b/target/arm/helper.c |
15 | index XXXXXXX..XXXXXXX 100644 | 33 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/target/arm/helper.c | 34 | --- a/target/arm/helper.c |
17 | +++ b/target/arm/helper.c | 35 | +++ b/target/arm/helper.c |
18 | @@ -XXX,XX +XXX,XX @@ bool get_phys_addr(CPUARMState *env, target_ulong address, | 36 | @@ -XXX,XX +XXX,XX @@ static uint32_t rebuild_hflags_a64(CPUARMState *env, int el, int fp_el, |
19 | /* Definitely a real MMU, not an MPU */ | 37 | if (FIELD_EX32(flags, TBFLAG_A64, UNPRIV) |
20 | 38 | && tbid | |
21 | if (regime_translation_disabled(env, mmu_idx)) { | 39 | && !(env->pstate & PSTATE_TCO) |
22 | - /* MMU disabled. */ | 40 | - && (sctlr & SCTLR_TCF) |
23 | + /* | 41 | + && (sctlr & SCTLR_TCF0) |
24 | + * MMU disabled. S1 addresses within aa64 translation regimes are | 42 | && allocation_tag_access_enabled(env, 0, sctlr)) { |
25 | + * still checked for bounds -- see AArch64.TranslateAddressS1Off. | 43 | flags = FIELD_DP32(flags, TBFLAG_A64, MTE0_ACTIVE, 1); |
26 | + */ | 44 | } |
27 | + if (mmu_idx != ARMMMUIdx_Stage2) { | 45 | diff --git a/target/arm/mte_helper.c b/target/arm/mte_helper.c |
28 | + int r_el = regime_el(env, mmu_idx); | 46 | index XXXXXXX..XXXXXXX 100644 |
29 | + if (arm_el_is_aa64(env, r_el)) { | 47 | --- a/target/arm/mte_helper.c |
30 | + int pamax = arm_pamax(env_archcpu(env)); | 48 | +++ b/target/arm/mte_helper.c |
31 | + uint64_t tcr = env->cp15.tcr_el[r_el].raw_tcr; | 49 | @@ -XXX,XX +XXX,XX @@ static void mte_check_fail(CPUARMState *env, uint32_t desc, |
32 | + int addrtop, tbi; | 50 | reg_el = regime_el(env, arm_mmu_idx); |
33 | + | 51 | sctlr = env->cp15.sctlr_el[reg_el]; |
34 | + tbi = aa64_va_parameter_tbi(tcr, mmu_idx); | 52 | |
35 | + if (access_type == MMU_INST_FETCH) { | 53 | - el = arm_current_el(env); |
36 | + tbi &= ~aa64_va_parameter_tbid(tcr, mmu_idx); | 54 | - if (el == 0) { |
37 | + } | 55 | + switch (arm_mmu_idx) { |
38 | + tbi = (tbi >> extract64(address, 55, 1)) & 1; | 56 | + case ARMMMUIdx_E10_0: |
39 | + addrtop = (tbi ? 55 : 63); | 57 | + case ARMMMUIdx_E20_0: |
40 | + | 58 | + el = 0; |
41 | + if (extract64(address, pamax, addrtop - pamax + 1) != 0) { | 59 | tcf = extract64(sctlr, 38, 2); |
42 | + fi->type = ARMFault_AddressSize; | 60 | - } else { |
43 | + fi->level = 0; | 61 | + break; |
44 | + fi->stage2 = false; | 62 | + default: |
45 | + return 1; | 63 | + el = reg_el; |
46 | + } | 64 | tcf = extract64(sctlr, 40, 2); |
47 | + | 65 | } |
48 | + /* | 66 | |
49 | + * When TBI is disabled, we've just validated that all of the | 67 | @@ -XXX,XX +XXX,XX @@ static void mte_check_fail(CPUARMState *env, uint32_t desc, |
50 | + * bits above PAMax are zero, so logically we only need to | 68 | env->exception.vaddress = dirty_ptr; |
51 | + * clear the top byte for TBI. But it's clearer to follow | 69 | |
52 | + * the pseudocode set of addrdesc.paddress. | 70 | is_write = FIELD_EX32(desc, MTEDESC, WRITE); |
53 | + */ | 71 | - syn = syn_data_abort_no_iss(el != 0, 0, 0, 0, 0, is_write, 0x11); |
54 | + address = extract64(address, 0, 52); | 72 | + syn = syn_data_abort_no_iss(arm_current_el(env) != 0, 0, 0, 0, 0, |
55 | + } | 73 | + is_write, 0x11); |
56 | + } | 74 | raise_exception(env, EXCP_DATA_ABORT, syn, exception_target_el(env)); |
57 | *phys_ptr = address; | 75 | /* noreturn, but fall through to the assert anyway */ |
58 | *prot = PAGE_READ | PAGE_WRITE | PAGE_EXEC; | 76 | |
59 | *page_size = TARGET_PAGE_SIZE; | ||
60 | -- | 77 | -- |
61 | 2.20.1 | 78 | 2.20.1 |
62 | 79 | ||
63 | 80 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> |
---|---|---|---|
2 | 2 | ||
3 | This test boots a Linux kernel on a OrangePi PC board and verify | 3 | IDAU is specific to M-profile. KVM only supports A-profile. |
4 | the serial output is working. | 4 | Restrict this interface to TCG, as it is pointless (and |
5 | confusing) on a KVM-only build. | ||
5 | 6 | ||
6 | The kernel image and DeviceTree blob are built by the Armbian | 7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
7 | project (based on Debian): | 8 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
8 | https://www.armbian.com/orange-pi-pc/ | 9 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
9 | 10 | Message-id: 20210221222617.2579610-2-f4bug@amsat.org | |
10 | The cpio image used comes from the linux-build-test project: | ||
11 | https://github.com/groeck/linux-build-test | ||
12 | |||
13 | If ARM is a target being built, "make check-acceptance" will | ||
14 | automatically include this test by the use of the "arch:arm" tags. | ||
15 | |||
16 | Alternatively, this test can be run using: | ||
17 | |||
18 | $ avocado --show=console run -t machine:orangepi-pc tests/acceptance/boot_linux_console.py | ||
19 | console: Uncompressing Linux... done, booting the kernel. | ||
20 | console: Booting Linux on physical CPU 0x0 | ||
21 | console: Linux version 4.20.7-sunxi (root@armbian.com) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #5.75 SMP Fri Feb 8 09:02:10 CET 2019 | ||
22 | console: CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=50c5387d | ||
23 | console: CPU: div instructions available: patching division code | ||
24 | console: CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache | ||
25 | console: OF: fdt: Machine model: Xunlong Orange Pi PC | ||
26 | [...] | ||
27 | console: Trying to unpack rootfs image as initramfs... | ||
28 | console: Freeing initrd memory: 3256K | ||
29 | console: Freeing unused kernel memory: 1024K | ||
30 | console: Run /init as init process | ||
31 | console: mount: mounting devtmpfs on /dev failed: Device or resource busy | ||
32 | console: Starting logging: OK | ||
33 | console: Initializing random number generator... random: dd: uninitialized urandom read (512 bytes read) | ||
34 | console: done. | ||
35 | console: Starting network: OK | ||
36 | console: Found console ttyS0 | ||
37 | console: Linux version 4.20.7-sunxi (root@armbian.com) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #5.75 SMP Fri Feb 8 09:02:10 CET 2019 | ||
38 | console: Boot successful. | ||
39 | console: cat /proc/cpuinfo | ||
40 | console: / # cat /proc/cpuinfo | ||
41 | console: processor : 0 | ||
42 | console: model name : ARMv7 Processor rev 5 (v7l) | ||
43 | console: BogoMIPS : 125.00 | ||
44 | console: Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm | ||
45 | console: CPU implementer : 0x41 | ||
46 | console: CPU architecture: 7 | ||
47 | console: CPU variant : 0x0 | ||
48 | console: CPU part : 0xc07 | ||
49 | console: CPU revision : 5 | ||
50 | [...] | ||
51 | console: processor : 3 | ||
52 | console: model name : ARMv7 Processor rev 5 (v7l) | ||
53 | console: BogoMIPS : 125.00 | ||
54 | console: Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm | ||
55 | console: CPU implementer : 0x41 | ||
56 | console: CPU architecture: 7 | ||
57 | console: CPU variant : 0x0 | ||
58 | console: CPU part : 0xc07 | ||
59 | console: CPU revision : 5 | ||
60 | console: Hardware : Allwinner sun8i Family | ||
61 | console: Revision : 0000 | ||
62 | console: Serial : 0000000000000000 | ||
63 | console: cat /proc/iomem | ||
64 | console: / # cat /proc/iomem | ||
65 | console: 01000000-010fffff : clock@1000000 | ||
66 | console: 01c00000-01c00fff : system-control@1c00000 | ||
67 | console: 01c02000-01c02fff : dma-controller@1c02000 | ||
68 | [...] | ||
69 | console: reboot | ||
70 | console: / # reboot | ||
71 | console: / # Found console ttyS0 | ||
72 | console: Stopping network: OK | ||
73 | console: hrtimer: interrupt took 21852064 ns | ||
74 | console: Saving random seed... random: dd: uninitialized urandom read (512 bytes read) | ||
75 | console: done. | ||
76 | console: Stopping logging: OK | ||
77 | console: umount: devtmpfs busy - remounted read-only | ||
78 | console: umount: can't unmount /: Invalid argument | ||
79 | console: The system is going down NOW! | ||
80 | console: Sent SIGTERM to all processes | ||
81 | console: Sent SIGKILL to all processes | ||
82 | console: Requesting system reboot | ||
83 | console: reboot: Restarting system | ||
84 | PASS (48.32 s) | ||
85 | JOB TIME : 49.16 s | ||
86 | |||
87 | Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
88 | Signed-off-by: Niek Linnenbank <nieklinnenbank@gmail.com> | ||
89 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
90 | Tested-by: Alex Bennée <alex.bennee@linaro.org> | ||
91 | Message-id: 20200311221854.30370-15-nieklinnenbank@gmail.com | ||
92 | [NL: rename in commit message Raspbian to Armbian, remove vm.set_machine()] | ||
93 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
94 | --- | 12 | --- |
95 | tests/acceptance/boot_linux_console.py | 40 ++++++++++++++++++++++++++ | 13 | target/arm/cpu.c | 7 ------- |
96 | 1 file changed, 40 insertions(+) | 14 | target/arm/cpu_tcg.c | 8 ++++++++ |
15 | 2 files changed, 8 insertions(+), 7 deletions(-) | ||
97 | 16 | ||
98 | diff --git a/tests/acceptance/boot_linux_console.py b/tests/acceptance/boot_linux_console.py | 17 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c |
99 | index XXXXXXX..XXXXXXX 100644 | 18 | index XXXXXXX..XXXXXXX 100644 |
100 | --- a/tests/acceptance/boot_linux_console.py | 19 | --- a/target/arm/cpu.c |
101 | +++ b/tests/acceptance/boot_linux_console.py | 20 | +++ b/target/arm/cpu.c |
102 | @@ -XXX,XX +XXX,XX @@ class BootLinuxConsole(Test): | 21 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo arm_cpu_type_info = { |
103 | console_pattern = 'Kernel command line: %s' % kernel_command_line | 22 | .class_init = arm_cpu_class_init, |
104 | self.wait_for_console_pattern(console_pattern) | 23 | }; |
105 | 24 | ||
106 | + def test_arm_orangepi_initrd(self): | 25 | -static const TypeInfo idau_interface_type_info = { |
107 | + """ | 26 | - .name = TYPE_IDAU_INTERFACE, |
108 | + :avocado: tags=arch:arm | 27 | - .parent = TYPE_INTERFACE, |
109 | + :avocado: tags=machine:orangepi-pc | 28 | - .class_size = sizeof(IDAUInterfaceClass), |
110 | + """ | 29 | -}; |
111 | + deb_url = ('https://apt.armbian.com/pool/main/l/' | 30 | - |
112 | + 'linux-4.20.7-sunxi/linux-image-dev-sunxi_5.75_armhf.deb') | 31 | static void arm_cpu_register_types(void) |
113 | + deb_hash = '1334c29c44d984ffa05ed10de8c3361f33d78315' | 32 | { |
114 | + deb_path = self.fetch_asset(deb_url, asset_hash=deb_hash) | 33 | const size_t cpu_count = ARRAY_SIZE(arm_cpus); |
115 | + kernel_path = self.extract_from_deb(deb_path, | 34 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_register_types(void) |
116 | + '/boot/vmlinuz-4.20.7-sunxi') | 35 | if (cpu_count) { |
117 | + dtb_path = '/usr/lib/linux-image-dev-sunxi/sun8i-h3-orangepi-pc.dtb' | 36 | size_t i; |
118 | + dtb_path = self.extract_from_deb(deb_path, dtb_path) | 37 | |
119 | + initrd_url = ('https://github.com/groeck/linux-build-test/raw/' | 38 | - type_register_static(&idau_interface_type_info); |
120 | + '2eb0a73b5d5a28df3170c546ddaaa9757e1e0848/rootfs/' | 39 | for (i = 0; i < cpu_count; ++i) { |
121 | + 'arm/rootfs-armv7a.cpio.gz') | 40 | arm_cpu_register(&arm_cpus[i]); |
122 | + initrd_hash = '604b2e45cdf35045846b8bbfbf2129b1891bdc9c' | 41 | } |
123 | + initrd_path_gz = self.fetch_asset(initrd_url, asset_hash=initrd_hash) | 42 | diff --git a/target/arm/cpu_tcg.c b/target/arm/cpu_tcg.c |
124 | + initrd_path = os.path.join(self.workdir, 'rootfs.cpio') | 43 | index XXXXXXX..XXXXXXX 100644 |
125 | + archive.gzip_uncompress(initrd_path_gz, initrd_path) | 44 | --- a/target/arm/cpu_tcg.c |
45 | +++ b/target/arm/cpu_tcg.c | ||
46 | @@ -XXX,XX +XXX,XX @@ | ||
47 | #include "hw/core/tcg-cpu-ops.h" | ||
48 | #endif /* CONFIG_TCG */ | ||
49 | #include "internals.h" | ||
50 | +#include "target/arm/idau.h" | ||
51 | |||
52 | /* CPU models. These are not needed for the AArch64 linux-user build. */ | ||
53 | #if !defined(CONFIG_USER_ONLY) || !defined(TARGET_AARCH64) | ||
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 | +}; | ||
126 | + | 63 | + |
127 | + self.vm.set_console() | 64 | static void arm_tcg_cpu_register_types(void) |
128 | + kernel_command_line = (self.KERNEL_COMMON_COMMAND_LINE + | 65 | { |
129 | + 'console=ttyS0,115200 ' | 66 | size_t i; |
130 | + 'panic=-1 noreboot') | 67 | |
131 | + self.vm.add_args('-kernel', kernel_path, | 68 | + type_register_static(&idau_interface_type_info); |
132 | + '-dtb', dtb_path, | 69 | for (i = 0; i < ARRAY_SIZE(arm_tcg_cpus); ++i) { |
133 | + '-initrd', initrd_path, | 70 | arm_cpu_register(&arm_tcg_cpus[i]); |
134 | + '-append', kernel_command_line, | 71 | } |
135 | + '-no-reboot') | ||
136 | + self.vm.launch() | ||
137 | + self.wait_for_console_pattern('Boot successful.') | ||
138 | + | ||
139 | + exec_command_and_wait_for_pattern(self, 'cat /proc/cpuinfo', | ||
140 | + 'Allwinner sun8i Family') | ||
141 | + exec_command_and_wait_for_pattern(self, 'cat /proc/iomem', | ||
142 | + 'system-control@1c00000') | ||
143 | + exec_command_and_wait_for_pattern(self, 'reboot', | ||
144 | + 'reboot: Restarting system') | ||
145 | + | ||
146 | def test_s390x_s390_ccw_virtio(self): | ||
147 | """ | ||
148 | :avocado: tags=arch:s390x | ||
149 | -- | 72 | -- |
150 | 2.20.1 | 73 | 2.20.1 |
151 | 74 | ||
152 | 75 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> |
---|---|---|---|
2 | 2 | ||
3 | This test boots a Linux kernel on a OrangePi PC board and verify | 3 | We will move this code in the next commit. Clean it up |
4 | the serial output is working. | 4 | first to avoid checkpatch.pl errors. |
5 | |||
6 | The kernel image and DeviceTree blob are built by the Armbian | ||
7 | project (based on Debian): | ||
8 | https://www.armbian.com/orange-pi-pc/ | ||
9 | |||
10 | If ARM is a target being built, "make check-acceptance" will | ||
11 | automatically include this test by the use of the "arch:arm" tags. | ||
12 | |||
13 | Alternatively, this test can be run using: | ||
14 | |||
15 | $ make check-venv | ||
16 | $ ./tests/venv/bin/avocado --show=console,app run -t machine:orangepi-pc tests/acceptance/boot_linux_console.py | ||
17 | JOB ID : 2e4d15eceb13c33672af406f08171e6e9de1414a | ||
18 | JOB LOG : ~/job-results/job-2019-12-17T05.46-2e4d15e/job.log | ||
19 | (1/1) tests/acceptance/boot_linux_console.py:BootLinuxConsole.test_arm_orangepi: | ||
20 | console: Uncompressing Linux... done, booting the kernel. | ||
21 | console: Booting Linux on physical CPU 0x0 | ||
22 | console: Linux version 4.20.7-sunxi (root@armbian.com) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #5.75 SMP Fri Feb 8 09:02:10 CET 2019 | ||
23 | console: CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=50c5387d | ||
24 | console: CPU: div instructions available: patching division code | ||
25 | console: CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache | ||
26 | console: OF: fdt: Machine model: Xunlong Orange Pi PC | ||
27 | console: Memory policy: Data cache writealloc | ||
28 | console: OF: reserved mem: failed to allocate memory for node 'cma@4a000000' | ||
29 | console: cma: Failed to reserve 128 MiB | ||
30 | console: psci: probing for conduit method from DT. | ||
31 | console: psci: PSCIv0.2 detected in firmware. | ||
32 | console: psci: Using standard PSCI v0.2 function IDs | ||
33 | console: psci: Trusted OS migration not required | ||
34 | console: random: get_random_bytes called from start_kernel+0x8d/0x3c2 with crng_init=0 | ||
35 | console: percpu: Embedded 18 pages/cpu @(ptrval) s41228 r8192 d24308 u73728 | ||
36 | console: Built 1 zonelists, mobility grouping on. Total pages: 32480 | ||
37 | console: Kernel command line: printk.time=0 console=ttyS0,115200 | ||
38 | PASS (8.59 s) | ||
39 | JOB TIME : 8.81 s | ||
40 | 5 | ||
41 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 6 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
42 | Signed-off-by: Niek Linnenbank <nieklinnenbank@gmail.com> | 7 | Message-id: 20210221222617.2579610-3-f4bug@amsat.org |
43 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | 8 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
44 | Tested-by: Alex Bennée <alex.bennee@linaro.org> | ||
45 | Message-id: 20200311221854.30370-14-nieklinnenbank@gmail.com | ||
46 | [NL: rename in commit message Raspbian to Armbian, remove vm.set_machine()] | ||
47 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
48 | --- | 10 | --- |
49 | tests/acceptance/boot_linux_console.py | 25 +++++++++++++++++++++++++ | 11 | target/arm/cpu.c | 12 ++++++++---- |
50 | 1 file changed, 25 insertions(+) | 12 | 1 file changed, 8 insertions(+), 4 deletions(-) |
51 | 13 | ||
52 | diff --git a/tests/acceptance/boot_linux_console.py b/tests/acceptance/boot_linux_console.py | 14 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c |
53 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
54 | --- a/tests/acceptance/boot_linux_console.py | 16 | --- a/target/arm/cpu.c |
55 | +++ b/tests/acceptance/boot_linux_console.py | 17 | +++ b/target/arm/cpu.c |
56 | @@ -XXX,XX +XXX,XX @@ class BootLinuxConsole(Test): | 18 | @@ -XXX,XX +XXX,XX @@ static void cortex_a8_initfn(Object *obj) |
57 | exec_command_and_wait_for_pattern(self, 'reboot', | 19 | } |
58 | 'reboot: Restarting system') | 20 | |
59 | 21 | static const ARMCPRegInfo cortexa9_cp_reginfo[] = { | |
60 | + def test_arm_orangepi(self): | 22 | - /* power_control should be set to maximum latency. Again, |
61 | + """ | 23 | + /* |
62 | + :avocado: tags=arch:arm | 24 | + * power_control should be set to maximum latency. Again, |
63 | + :avocado: tags=machine:orangepi-pc | 25 | * default to 0 and set by private hook |
64 | + """ | 26 | */ |
65 | + deb_url = ('https://apt.armbian.com/pool/main/l/' | 27 | { .name = "A9_PWRCTL", .cp = 15, .crn = 15, .crm = 0, .opc1 = 0, .opc2 = 0, |
66 | + 'linux-4.20.7-sunxi/linux-image-dev-sunxi_5.75_armhf.deb') | 28 | @@ -XXX,XX +XXX,XX @@ static void cortex_a9_initfn(Object *obj) |
67 | + deb_hash = '1334c29c44d984ffa05ed10de8c3361f33d78315' | 29 | set_feature(&cpu->env, ARM_FEATURE_NEON); |
68 | + deb_path = self.fetch_asset(deb_url, asset_hash=deb_hash) | 30 | set_feature(&cpu->env, ARM_FEATURE_THUMB2EE); |
69 | + kernel_path = self.extract_from_deb(deb_path, | 31 | set_feature(&cpu->env, ARM_FEATURE_EL3); |
70 | + '/boot/vmlinuz-4.20.7-sunxi') | 32 | - /* Note that A9 supports the MP extensions even for |
71 | + dtb_path = '/usr/lib/linux-image-dev-sunxi/sun8i-h3-orangepi-pc.dtb' | 33 | + /* |
72 | + dtb_path = self.extract_from_deb(deb_path, dtb_path) | 34 | + * Note that A9 supports the MP extensions even for |
73 | + | 35 | * A9UP and single-core A9MP (which are both different |
74 | + self.vm.set_console() | 36 | * and valid configurations; we don't model A9UP). |
75 | + kernel_command_line = (self.KERNEL_COMMON_COMMAND_LINE + | 37 | */ |
76 | + 'console=ttyS0,115200n8 ' | 38 | @@ -XXX,XX +XXX,XX @@ static uint64_t a15_l2ctlr_read(CPUARMState *env, const ARMCPRegInfo *ri) |
77 | + 'earlycon=uart,mmio32,0x1c28000') | 39 | { |
78 | + self.vm.add_args('-kernel', kernel_path, | 40 | MachineState *ms = MACHINE(qdev_get_machine()); |
79 | + '-dtb', dtb_path, | 41 | |
80 | + '-append', kernel_command_line) | 42 | - /* Linux wants the number of processors from here. |
81 | + self.vm.launch() | 43 | + /* |
82 | + console_pattern = 'Kernel command line: %s' % kernel_command_line | 44 | + * Linux wants the number of processors from here. |
83 | + self.wait_for_console_pattern(console_pattern) | 45 | * Might as well set the interrupt-controller bit too. |
84 | + | 46 | */ |
85 | def test_s390x_s390_ccw_virtio(self): | 47 | return ((ms->smp.cpus - 1) << 24) | (1 << 23); |
86 | """ | 48 | @@ -XXX,XX +XXX,XX @@ static void cortex_a7_initfn(Object *obj) |
87 | :avocado: tags=arch:s390x | 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; | ||
88 | -- | 58 | -- |
89 | 2.20.1 | 59 | 2.20.1 |
90 | 60 | ||
91 | 61 | diff view generated by jsdifflib |
1 | From: Eric Auger <eric.auger@redhat.com> | 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 milkymist display device which was handling the | ||
4 | possibility that the console surface was some other format. | ||
2 | 5 | ||
3 | Let's move the code which freezes which gic-version to | 6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
4 | be applied in a dedicated function. We also now set by | 7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
5 | default the VIRT_GIC_VERSION_NO_SET. This eventually | 8 | Message-id: 20210215103215.4944-2-peter.maydell@linaro.org |
6 | turns into the legacy v2 choice in the finalize() function. | 9 | --- |
10 | hw/arm/musicpal.c | 64 ++++++++++++++++++----------------------------- | ||
11 | 1 file changed, 24 insertions(+), 40 deletions(-) | ||
7 | 12 | ||
8 | Signed-off-by: Eric Auger <eric.auger@redhat.com> | 13 | diff --git a/hw/arm/musicpal.c b/hw/arm/musicpal.c |
9 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
10 | Reviewed-by: Andrew Jones <drjones@redhat.com> | ||
11 | Message-id: 20200311131618.7187-4-eric.auger@redhat.com | ||
12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
13 | --- | ||
14 | include/hw/arm/virt.h | 1 + | ||
15 | hw/arm/virt.c | 54 ++++++++++++++++++++++++++----------------- | ||
16 | 2 files changed, 34 insertions(+), 21 deletions(-) | ||
17 | |||
18 | diff --git a/include/hw/arm/virt.h b/include/hw/arm/virt.h | ||
19 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
20 | --- a/include/hw/arm/virt.h | 15 | --- a/hw/arm/musicpal.c |
21 | +++ b/include/hw/arm/virt.h | 16 | +++ b/hw/arm/musicpal.c |
22 | @@ -XXX,XX +XXX,XX @@ typedef enum VirtGICType { | 17 | @@ -XXX,XX +XXX,XX @@ static uint8_t scale_lcd_color(musicpal_lcd_state *s, uint8_t col) |
23 | VIRT_GIC_VERSION_HOST, | ||
24 | VIRT_GIC_VERSION_2, | ||
25 | VIRT_GIC_VERSION_3, | ||
26 | + VIRT_GIC_VERSION_NOSEL, | ||
27 | } VirtGICType; | ||
28 | |||
29 | typedef struct MemMapEntry { | ||
30 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c | ||
31 | index XXXXXXX..XXXXXXX 100644 | ||
32 | --- a/hw/arm/virt.c | ||
33 | +++ b/hw/arm/virt.c | ||
34 | @@ -XXX,XX +XXX,XX @@ static void virt_set_memmap(VirtMachineState *vms) | ||
35 | } | 18 | } |
36 | } | 19 | } |
37 | 20 | ||
38 | +/* | 21 | -#define SET_LCD_PIXEL(depth, type) \ |
39 | + * finalize_gic_version - Determines the final gic_version | 22 | -static inline void glue(set_lcd_pixel, depth) \ |
40 | + * according to the gic-version property | 23 | - (musicpal_lcd_state *s, int x, int y, type col) \ |
41 | + * | 24 | -{ \ |
42 | + * Default GIC type is v2 | 25 | - int dx, dy; \ |
43 | + */ | 26 | - DisplaySurface *surface = qemu_console_surface(s->con); \ |
44 | +static void finalize_gic_version(VirtMachineState *vms) | 27 | - type *pixel = &((type *) surface_data(surface))[(y * 128 * 3 + x) * 3]; \ |
28 | -\ | ||
29 | - for (dy = 0; dy < 3; dy++, pixel += 127 * 3) \ | ||
30 | - for (dx = 0; dx < 3; dx++, pixel++) \ | ||
31 | - *pixel = col; \ | ||
32 | +static inline void set_lcd_pixel32(musicpal_lcd_state *s, | ||
33 | + int x, int y, uint32_t col) | ||
45 | +{ | 34 | +{ |
46 | + if (vms->gic_version == VIRT_GIC_VERSION_HOST || | 35 | + int dx, dy; |
47 | + vms->gic_version == VIRT_GIC_VERSION_MAX) { | 36 | + DisplaySurface *surface = qemu_console_surface(s->con); |
48 | + if (!kvm_enabled()) { | 37 | + uint32_t *pixel = |
49 | + if (vms->gic_version == VIRT_GIC_VERSION_HOST) { | 38 | + &((uint32_t *) surface_data(surface))[(y * 128 * 3 + x) * 3]; |
50 | + error_report("gic-version=host requires KVM"); | 39 | + |
51 | + exit(1); | 40 | + for (dy = 0; dy < 3; dy++, pixel += 127 * 3) { |
41 | + for (dx = 0; dx < 3; dx++, pixel++) { | ||
42 | + *pixel = col; | ||
43 | + } | ||
44 | + } | ||
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); | ||
52 | + } else { | 88 | + } else { |
53 | + /* "max": currently means 3 for TCG */ | 89 | + set_lcd_pixel32(s, x, y, 0); |
54 | + vms->gic_version = VIRT_GIC_VERSION_3; | ||
55 | + } | ||
56 | + } else { | ||
57 | + vms->gic_version = kvm_arm_vgic_probe(); | ||
58 | + if (!vms->gic_version) { | ||
59 | + error_report( | ||
60 | + "Unable to determine GIC version supported by host"); | ||
61 | + exit(1); | ||
62 | + } | 90 | + } |
63 | + } | 91 | + } |
64 | + } else if (vms->gic_version == VIRT_GIC_VERSION_NOSEL) { | 92 | } |
65 | + vms->gic_version = VIRT_GIC_VERSION_2; | 93 | |
66 | + } | 94 | dpy_gfx_update(s->con, 0, 0, 128*3, 64*3); |
67 | +} | ||
68 | + | ||
69 | static void machvirt_init(MachineState *machine) | ||
70 | { | ||
71 | VirtMachineState *vms = VIRT_MACHINE(machine); | ||
72 | @@ -XXX,XX +XXX,XX @@ static void machvirt_init(MachineState *machine) | ||
73 | /* We can probe only here because during property set | ||
74 | * KVM is not available yet | ||
75 | */ | ||
76 | - if (vms->gic_version == VIRT_GIC_VERSION_HOST || | ||
77 | - vms->gic_version == VIRT_GIC_VERSION_MAX) { | ||
78 | - if (!kvm_enabled()) { | ||
79 | - if (vms->gic_version == VIRT_GIC_VERSION_HOST) { | ||
80 | - error_report("gic-version=host requires KVM"); | ||
81 | - exit(1); | ||
82 | - } else { | ||
83 | - /* "max": currently means 3 for TCG */ | ||
84 | - vms->gic_version = VIRT_GIC_VERSION_3; | ||
85 | - } | ||
86 | - } else { | ||
87 | - vms->gic_version = kvm_arm_vgic_probe(); | ||
88 | - if (!vms->gic_version) { | ||
89 | - error_report( | ||
90 | - "Unable to determine GIC version supported by host"); | ||
91 | - exit(1); | ||
92 | - } | ||
93 | - } | ||
94 | - } | ||
95 | + finalize_gic_version(vms); | ||
96 | |||
97 | if (!cpu_type_valid(machine->cpu_type)) { | ||
98 | error_report("mach-virt: CPU type %s not supported", machine->cpu_type); | ||
99 | @@ -XXX,XX +XXX,XX @@ static void virt_instance_init(Object *obj) | ||
100 | "Set on/off to enable/disable using " | ||
101 | "physical address space above 32 bits", | ||
102 | NULL); | ||
103 | - /* Default GIC type is v2 */ | ||
104 | - vms->gic_version = VIRT_GIC_VERSION_2; | ||
105 | + vms->gic_version = VIRT_GIC_VERSION_NOSEL; | ||
106 | object_property_add_str(obj, "gic-version", virt_get_gic_version, | ||
107 | virt_set_gic_version, NULL); | ||
108 | object_property_set_description(obj, "gic-version", | ||
109 | -- | 95 | -- |
110 | 2.20.1 | 96 | 2.20.1 |
111 | 97 | ||
112 | 98 | diff view generated by jsdifflib |
1 | From: Eric Auger <eric.auger@redhat.com> | 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. | ||
2 | 5 | ||
3 | Convert kvm_arm_vgic_probe() so that it returns a | 6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
4 | bitmap of supported in-kernel emulation VGIC versions instead | 7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
5 | of the max version: at the moment values can be v2 and v3. | 8 | Message-id: 20210215103215.4944-3-peter.maydell@linaro.org |
6 | This allows to expose the case where the host GICv3 also | 9 | --- |
7 | supports GICv2 emulation. This will be useful to choose the | 10 | include/ui/console.h | 10 ---------- |
8 | default version in KVM accelerated mode. | 11 | hw/display/tc6393xb.c | 33 +-------------------------------- |
12 | 2 files changed, 1 insertion(+), 42 deletions(-) | ||
9 | 13 | ||
10 | Signed-off-by: Eric Auger <eric.auger@redhat.com> | 14 | diff --git a/include/ui/console.h b/include/ui/console.h |
11 | Reviewed-by: Andrew Jones <drjones@redhat.com> | ||
12 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
13 | Message-id: 20200311131618.7187-5-eric.auger@redhat.com | ||
14 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
15 | --- | ||
16 | target/arm/kvm_arm.h | 3 +++ | ||
17 | hw/arm/virt.c | 11 +++++++++-- | ||
18 | target/arm/kvm.c | 14 ++++++++------ | ||
19 | 3 files changed, 20 insertions(+), 8 deletions(-) | ||
20 | |||
21 | diff --git a/target/arm/kvm_arm.h b/target/arm/kvm_arm.h | ||
22 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
23 | --- a/target/arm/kvm_arm.h | 16 | --- a/include/ui/console.h |
24 | +++ b/target/arm/kvm_arm.h | 17 | +++ b/include/ui/console.h |
25 | @@ -XXX,XX +XXX,XX @@ | 18 | @@ -XXX,XX +XXX,XX @@ PixelFormat qemu_default_pixelformat(int bpp); |
26 | #include "exec/memory.h" | 19 | DisplaySurface *qemu_create_displaysurface(int width, int height); |
27 | #include "qemu/error-report.h" | 20 | void qemu_free_displaysurface(DisplaySurface *surface); |
28 | 21 | ||
29 | +#define KVM_ARM_VGIC_V2 (1 << 0) | 22 | -static inline int is_surface_bgr(DisplaySurface *surface) |
30 | +#define KVM_ARM_VGIC_V3 (1 << 1) | 23 | -{ |
31 | + | 24 | - if (PIXMAN_FORMAT_BPP(surface->format) == 32 && |
32 | /** | 25 | - PIXMAN_FORMAT_TYPE(surface->format) == PIXMAN_TYPE_ABGR) { |
33 | * kvm_arm_vcpu_init: | 26 | - return 1; |
34 | * @cs: CPUState | ||
35 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c | ||
36 | index XXXXXXX..XXXXXXX 100644 | ||
37 | --- a/hw/arm/virt.c | ||
38 | +++ b/hw/arm/virt.c | ||
39 | @@ -XXX,XX +XXX,XX @@ static void finalize_gic_version(VirtMachineState *vms) | ||
40 | vms->gic_version = VIRT_GIC_VERSION_3; | ||
41 | } | ||
42 | } else { | ||
43 | - vms->gic_version = kvm_arm_vgic_probe(); | ||
44 | - if (!vms->gic_version) { | ||
45 | + int probe_bitmap = kvm_arm_vgic_probe(); | ||
46 | + | ||
47 | + if (!probe_bitmap) { | ||
48 | error_report( | ||
49 | "Unable to determine GIC version supported by host"); | ||
50 | exit(1); | ||
51 | + } else { | ||
52 | + if (probe_bitmap & KVM_ARM_VGIC_V3) { | ||
53 | + vms->gic_version = VIRT_GIC_VERSION_3; | ||
54 | + } else { | ||
55 | + vms->gic_version = VIRT_GIC_VERSION_2; | ||
56 | + } | ||
57 | } | ||
58 | } | ||
59 | } else if (vms->gic_version == VIRT_GIC_VERSION_NOSEL) { | ||
60 | diff --git a/target/arm/kvm.c b/target/arm/kvm.c | ||
61 | index XXXXXXX..XXXXXXX 100644 | ||
62 | --- a/target/arm/kvm.c | ||
63 | +++ b/target/arm/kvm.c | ||
64 | @@ -XXX,XX +XXX,XX @@ int kvm_arch_irqchip_create(KVMState *s) | ||
65 | |||
66 | int kvm_arm_vgic_probe(void) | ||
67 | { | ||
68 | + int val = 0; | ||
69 | + | ||
70 | if (kvm_create_device(kvm_state, | ||
71 | KVM_DEV_TYPE_ARM_VGIC_V3, true) == 0) { | ||
72 | - return 3; | ||
73 | - } else if (kvm_create_device(kvm_state, | ||
74 | - KVM_DEV_TYPE_ARM_VGIC_V2, true) == 0) { | ||
75 | - return 2; | ||
76 | - } else { | 27 | - } else { |
77 | - return 0; | 28 | - return 0; |
78 | + val |= KVM_ARM_VGIC_V3; | 29 | - } |
79 | } | 30 | -} |
80 | + if (kvm_create_device(kvm_state, | 31 | - |
81 | + KVM_DEV_TYPE_ARM_VGIC_V2, true) == 0) { | 32 | static inline int is_buffer_shared(DisplaySurface *surface) |
82 | + val |= KVM_ARM_VGIC_V2; | 33 | { |
83 | + } | 34 | return !(surface->flags & QEMU_ALLOCATED_FLAG); |
84 | + return val; | 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); | ||
85 | } | 41 | } |
86 | 42 | ||
87 | int kvm_arm_set_irq(int cpu, int irqtype, int irq, int level) | 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 | |||
88 | -- | 84 | -- |
89 | 2.20.1 | 85 | 2.20.1 |
90 | 86 | ||
91 | 87 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | Now the template header is included only for BITS==32, expand | ||
2 | out all the macros that depended on the BITS setting. | ||
1 | 3 | ||
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 |
New 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. | ||
1 | 4 | ||
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 |
New patch | |||
---|---|---|---|
1 | The omap_lcdc template header is already only included once, for | ||
2 | DEPTH==32, but it still has all the macro-driven parameterization | ||
3 | for other depths. Expand out all the macros in the header. | ||
1 | 4 | ||
5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
7 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
8 | Message-id: 20210215103215.4944-6-peter.maydell@linaro.org | ||
9 | --- | ||
10 | hw/display/omap_lcd_template.h | 67 ++++++++++++++-------------------- | ||
11 | 1 file changed, 28 insertions(+), 39 deletions(-) | ||
12 | |||
13 | diff --git a/hw/display/omap_lcd_template.h b/hw/display/omap_lcd_template.h | ||
14 | index XXXXXXX..XXXXXXX 100644 | ||
15 | --- a/hw/display/omap_lcd_template.h | ||
16 | +++ b/hw/display/omap_lcd_template.h | ||
17 | @@ -XXX,XX +XXX,XX @@ | ||
18 | * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
19 | */ | ||
20 | |||
21 | -#if DEPTH == 32 | ||
22 | -# define BPP 4 | ||
23 | -# define PIXEL_TYPE uint32_t | ||
24 | -#else | ||
25 | -# error unsupport depth | ||
26 | -#endif | ||
27 | - | ||
28 | /* | ||
29 | * 2-bit colour | ||
30 | */ | ||
31 | -static void glue(draw_line2_, DEPTH)(void *opaque, | ||
32 | - uint8_t *d, const uint8_t *s, int width, int deststep) | ||
33 | +static void draw_line2_32(void *opaque, uint8_t *d, const uint8_t *s, | ||
34 | + int width, int deststep) | ||
35 | { | ||
36 | uint16_t *pal = opaque; | ||
37 | uint8_t v, r, g, b; | ||
38 | @@ -XXX,XX +XXX,XX @@ static void glue(draw_line2_, DEPTH)(void *opaque, | ||
39 | r = (pal[v & 3] >> 4) & 0xf0; | ||
40 | g = pal[v & 3] & 0xf0; | ||
41 | b = (pal[v & 3] << 4) & 0xf0; | ||
42 | - ((PIXEL_TYPE *) d)[0] = glue(rgb_to_pixel, DEPTH)(r, g, b); | ||
43 | - d += BPP; | ||
44 | + ((uint32_t *) d)[0] = rgb_to_pixel32(r, g, b); | ||
45 | + d += 4; | ||
46 | v >>= 2; | ||
47 | r = (pal[v & 3] >> 4) & 0xf0; | ||
48 | g = pal[v & 3] & 0xf0; | ||
49 | b = (pal[v & 3] << 4) & 0xf0; | ||
50 | - ((PIXEL_TYPE *) d)[0] = glue(rgb_to_pixel, DEPTH)(r, g, b); | ||
51 | - d += BPP; | ||
52 | + ((uint32_t *) d)[0] = rgb_to_pixel32(r, g, b); | ||
53 | + d += 4; | ||
54 | v >>= 2; | ||
55 | r = (pal[v & 3] >> 4) & 0xf0; | ||
56 | g = pal[v & 3] & 0xf0; | ||
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 | -- | ||
175 | 2.20.1 | ||
176 | |||
177 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | The draw_line16_32() function in the omap_lcdc template header | ||
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. | ||
1 | 8 | ||
9 | This bug was introduced in commit ea644cf343129, when we dropped | ||
10 | support for DEPTH values other than 32 from the template header. | ||
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 | |||
17 | Fixes: ea644cf343129 | ||
18 | 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 | --- | ||
23 | hw/display/omap_lcd_template.h | 4 ---- | ||
24 | 1 file changed, 4 deletions(-) | ||
25 | |||
26 | diff --git a/hw/display/omap_lcd_template.h b/hw/display/omap_lcd_template.h | ||
27 | index XXXXXXX..XXXXXXX 100644 | ||
28 | --- a/hw/display/omap_lcd_template.h | ||
29 | +++ b/hw/display/omap_lcd_template.h | ||
30 | @@ -XXX,XX +XXX,XX @@ static void draw_line12_32(void *opaque, uint8_t *d, const uint8_t *s, | ||
31 | static void draw_line16_32(void *opaque, uint8_t *d, const uint8_t *s, | ||
32 | int width, int deststep) | ||
33 | { | ||
34 | -#if defined(HOST_WORDS_BIGENDIAN) == defined(TARGET_WORDS_BIGENDIAN) | ||
35 | - memcpy(d, s, width * 2); | ||
36 | -#else | ||
37 | uint16_t v; | ||
38 | uint8_t r, g, b; | ||
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 | } | ||
46 | -- | ||
47 | 2.20.1 | ||
48 | |||
49 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | Fix some minor coding style issues in the template header, | ||
2 | so checkpatch doesn't complain when we move the code. | ||
1 | 3 | ||
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 |
New patch | |||
---|---|---|---|
1 | We only include the template header once, so just inline it into the | ||
2 | source file for the device. | ||
1 | 3 | ||
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-9-peter.maydell@linaro.org | ||
8 | --- | ||
9 | hw/display/omap_lcd_template.h | 154 --------------------------------- | ||
10 | hw/display/omap_lcdc.c | 127 ++++++++++++++++++++++++++- | ||
11 | 2 files changed, 125 insertions(+), 156 deletions(-) | ||
12 | delete mode 100644 hw/display/omap_lcd_template.h | ||
13 | |||
14 | diff --git a/hw/display/omap_lcd_template.h b/hw/display/omap_lcd_template.h | ||
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 | ||
176 | --- a/hw/display/omap_lcdc.c | ||
177 | +++ b/hw/display/omap_lcdc.c | ||
178 | @@ -XXX,XX +XXX,XX @@ static void omap_lcd_interrupts(struct omap_lcd_panel_s *s) | ||
179 | |||
180 | #define draw_line_func drawfn | ||
181 | |||
182 | -#define DEPTH 32 | ||
183 | -#include "omap_lcd_template.h" | ||
184 | +/* | ||
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 | +{ | ||
190 | + uint16_t *pal = opaque; | ||
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 | +} | ||
222 | + | ||
223 | +/* | ||
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 | +{ | ||
229 | + uint16_t *pal = opaque; | ||
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 | +} | ||
249 | + | ||
250 | +/* | ||
251 | + * 8-bit colour | ||
252 | + */ | ||
253 | +static void draw_line8_32(void *opaque, uint8_t *d, const uint8_t *s, | ||
254 | + int width, int deststep) | ||
255 | +{ | ||
256 | + uint16_t *pal = opaque; | ||
257 | + uint8_t v, r, g, b; | ||
258 | + | ||
259 | + do { | ||
260 | + v = ldub_p((void *) s); | ||
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 | +} | ||
269 | + | ||
270 | +/* | ||
271 | + * 12-bit colour | ||
272 | + */ | ||
273 | +static void draw_line12_32(void *opaque, uint8_t *d, const uint8_t *s, | ||
274 | + int width, int deststep) | ||
275 | +{ | ||
276 | + uint16_t v; | ||
277 | + uint8_t r, g, b; | ||
278 | + | ||
279 | + do { | ||
280 | + v = lduw_le_p((void *) s); | ||
281 | + r = (v >> 4) & 0xf0; | ||
282 | + g = v & 0xf0; | ||
283 | + b = (v << 4) & 0xf0; | ||
284 | + ((uint32_t *) d)[0] = rgb_to_pixel32(r, g, b); | ||
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 | -- | ||
313 | 2.20.1 | ||
314 | |||
315 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | The macro draw_line_func is used only once; just expand it. | ||
1 | 2 | ||
3 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
4 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
5 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
6 | Message-id: 20210215103215.4944-10-peter.maydell@linaro.org | ||
7 | --- | ||
8 | hw/display/omap_lcdc.c | 4 +--- | ||
9 | 1 file changed, 1 insertion(+), 3 deletions(-) | ||
10 | |||
11 | diff --git a/hw/display/omap_lcdc.c b/hw/display/omap_lcdc.c | ||
12 | index XXXXXXX..XXXXXXX 100644 | ||
13 | --- a/hw/display/omap_lcdc.c | ||
14 | +++ b/hw/display/omap_lcdc.c | ||
15 | @@ -XXX,XX +XXX,XX @@ static void omap_lcd_interrupts(struct omap_lcd_panel_s *s) | ||
16 | qemu_irq_lower(s->irq); | ||
17 | } | ||
18 | |||
19 | -#define draw_line_func drawfn | ||
20 | - | ||
21 | /* | ||
22 | * 2-bit colour | ||
23 | */ | ||
24 | @@ -XXX,XX +XXX,XX @@ static void omap_update_display(void *opaque) | ||
25 | { | ||
26 | struct omap_lcd_panel_s *omap_lcd = (struct omap_lcd_panel_s *) opaque; | ||
27 | DisplaySurface *surface; | ||
28 | - draw_line_func draw_line; | ||
29 | + drawfn draw_line; | ||
30 | int size, height, first, last; | ||
31 | int width, linesize, step, bpp, frame_offset; | ||
32 | hwaddr frame_base; | ||
33 | -- | ||
34 | 2.20.1 | ||
35 | |||
36 | diff view generated by jsdifflib |
New 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(). | ||
1 | 8 | ||
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 |
New patch | |||
---|---|---|---|
1 | The AN524 has a different SYSCLK frequency from the AN505 and AN521; | ||
2 | make the SYSCLK frequency a field in the MPS2TZMachineClass rather | ||
3 | than a compile-time constant so we can support the AN524. | ||
1 | 4 | ||
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-2-peter.maydell@linaro.org | ||
9 | --- | ||
10 | hw/arm/mps2-tz.c | 10 ++++++---- | ||
11 | 1 file changed, 6 insertions(+), 4 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 | MachineClass parent; | ||
19 | MPS2TZFPGAType fpga_type; | ||
20 | uint32_t scc_id; | ||
21 | + uint32_t sysclk_frq; /* Main SYSCLK frequency in Hz */ | ||
22 | const char *armsse_type; | ||
23 | }; | ||
24 | |||
25 | @@ -XXX,XX +XXX,XX @@ struct MPS2TZMachineState { | ||
26 | |||
27 | OBJECT_DECLARE_TYPE(MPS2TZMachineState, MPS2TZMachineClass, MPS2TZ_MACHINE) | ||
28 | |||
29 | -/* Main SYSCLK frequency in Hz */ | ||
30 | -#define SYSCLK_FRQ 20000000 | ||
31 | /* Slow 32Khz S32KCLK frequency in Hz */ | ||
32 | #define S32KCLK_FRQ (32 * 1000) | ||
33 | |||
34 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_unimp_dev(MPS2TZMachineState *mms, | ||
35 | static MemoryRegion *make_uart(MPS2TZMachineState *mms, void *opaque, | ||
36 | const char *name, hwaddr size) | ||
37 | { | ||
38 | + MPS2TZMachineClass *mmc = MPS2TZ_MACHINE_GET_CLASS(mms); | ||
39 | CMSDKAPBUART *uart = opaque; | ||
40 | int i = uart - &mms->uart[0]; | ||
41 | int rxirqno = i * 2; | ||
42 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_uart(MPS2TZMachineState *mms, void *opaque, | ||
43 | |||
44 | object_initialize_child(OBJECT(mms), name, uart, TYPE_CMSDK_APB_UART); | ||
45 | qdev_prop_set_chr(DEVICE(uart), "chardev", serial_hd(i)); | ||
46 | - qdev_prop_set_uint32(DEVICE(uart), "pclk-frq", SYSCLK_FRQ); | ||
47 | + qdev_prop_set_uint32(DEVICE(uart), "pclk-frq", mmc->sysclk_frq); | ||
48 | sysbus_realize(SYS_BUS_DEVICE(uart), &error_fatal); | ||
49 | s = SYS_BUS_DEVICE(uart); | ||
50 | sysbus_connect_irq(s, 0, get_sse_irq_in(mms, txirqno)); | ||
51 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) | ||
52 | |||
53 | /* These clocks don't need migration because they are fixed-frequency */ | ||
54 | mms->sysclk = clock_new(OBJECT(machine), "SYSCLK"); | ||
55 | - clock_set_hz(mms->sysclk, SYSCLK_FRQ); | ||
56 | + clock_set_hz(mms->sysclk, mmc->sysclk_frq); | ||
57 | mms->s32kclk = clock_new(OBJECT(machine), "S32KCLK"); | ||
58 | clock_set_hz(mms->s32kclk, S32KCLK_FRQ); | ||
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 | } | ||
67 | |||
68 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_an521_class_init(ObjectClass *oc, void *data) | ||
69 | mmc->fpga_type = FPGA_AN521; | ||
70 | mc->default_cpu_type = ARM_CPU_TYPE_NAME("cortex-m33"); | ||
71 | mmc->scc_id = 0x41045210; | ||
72 | + mmc->sysclk_frq = 20 * 1000 * 1000; /* 20MHz */ | ||
73 | mmc->armsse_type = TYPE_SSE200; | ||
74 | } | ||
75 | |||
76 | -- | ||
77 | 2.20.1 | ||
78 | |||
79 | diff view generated by jsdifflib |
1 | From: Guenter Roeck <linux@roeck-us.net> | 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. | ||
2 | 6 | ||
3 | i.MX25 supports two USB controllers. Let's wire them up. | 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. | ||
4 | 11 | ||
5 | With this patch, imx25-pdk can boot from both USB ports. | 12 | This is a migration compatibility break for all the mps boards. |
6 | 13 | ||
7 | Signed-off-by: Guenter Roeck <linux@roeck-us.net> | ||
8 | Message-id: 20200310215146.19688-3-linux@roeck-us.net | ||
9 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 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 | ||
11 | --- | 18 | --- |
12 | include/hw/arm/fsl-imx25.h | 9 +++++++++ | 19 | include/hw/misc/mps2-scc.h | 7 +++---- |
13 | hw/arm/fsl-imx25.c | 24 ++++++++++++++++++++++++ | 20 | hw/arm/mps2-tz.c | 5 +++++ |
14 | 2 files changed, 33 insertions(+) | 21 | hw/arm/mps2.c | 5 +++++ |
22 | hw/misc/mps2-scc.c | 24 +++++++++++++----------- | ||
23 | 4 files changed, 26 insertions(+), 15 deletions(-) | ||
15 | 24 | ||
16 | diff --git a/include/hw/arm/fsl-imx25.h b/include/hw/arm/fsl-imx25.h | 25 | diff --git a/include/hw/misc/mps2-scc.h b/include/hw/misc/mps2-scc.h |
17 | index XXXXXXX..XXXXXXX 100644 | 26 | index XXXXXXX..XXXXXXX 100644 |
18 | --- a/include/hw/arm/fsl-imx25.h | 27 | --- a/include/hw/misc/mps2-scc.h |
19 | +++ b/include/hw/arm/fsl-imx25.h | 28 | +++ b/include/hw/misc/mps2-scc.h |
20 | @@ -XXX,XX +XXX,XX @@ | 29 | @@ -XXX,XX +XXX,XX @@ |
21 | #include "hw/i2c/imx_i2c.h" | 30 | #define TYPE_MPS2_SCC "mps2-scc" |
22 | #include "hw/gpio/imx_gpio.h" | 31 | OBJECT_DECLARE_SIMPLE_TYPE(MPS2SCC, MPS2_SCC) |
23 | #include "hw/sd/sdhci.h" | 32 | |
24 | +#include "hw/usb/chipidea.h" | 33 | -#define NUM_OSCCLK 3 |
25 | #include "exec/memory.h" | 34 | - |
26 | #include "target/arm/cpu.h" | 35 | struct MPS2SCC { |
27 | |||
28 | @@ -XXX,XX +XXX,XX @@ | ||
29 | #define FSL_IMX25_NUM_I2CS 3 | ||
30 | #define FSL_IMX25_NUM_GPIOS 4 | ||
31 | #define FSL_IMX25_NUM_ESDHCS 2 | ||
32 | +#define FSL_IMX25_NUM_USBS 2 | ||
33 | |||
34 | typedef struct FslIMX25State { | ||
35 | /*< private >*/ | 36 | /*< private >*/ |
36 | @@ -XXX,XX +XXX,XX @@ typedef struct FslIMX25State { | 37 | SysBusDevice parent_obj; |
37 | IMXI2CState i2c[FSL_IMX25_NUM_I2CS]; | 38 | @@ -XXX,XX +XXX,XX @@ struct MPS2SCC { |
38 | IMXGPIOState gpio[FSL_IMX25_NUM_GPIOS]; | 39 | uint32_t dll; |
39 | SDHCIState esdhc[FSL_IMX25_NUM_ESDHCS]; | 40 | uint32_t aid; |
40 | + ChipideaState usb[FSL_IMX25_NUM_USBS]; | 41 | uint32_t id; |
41 | MemoryRegion rom[2]; | 42 | - uint32_t oscclk[NUM_OSCCLK]; |
42 | MemoryRegion iram; | 43 | - uint32_t oscclk_reset[NUM_OSCCLK]; |
43 | MemoryRegion iram_alias; | 44 | + uint32_t num_oscclk; |
44 | @@ -XXX,XX +XXX,XX @@ typedef struct FslIMX25State { | 45 | + uint32_t *oscclk; |
45 | #define FSL_IMX25_GPIO1_SIZE 0x4000 | 46 | + uint32_t *oscclk_reset; |
46 | #define FSL_IMX25_GPIO2_ADDR 0x53FD0000 | 47 | }; |
47 | #define FSL_IMX25_GPIO2_SIZE 0x4000 | 48 | |
48 | +#define FSL_IMX25_USB1_ADDR 0x53FF4000 | 49 | #endif |
49 | +#define FSL_IMX25_USB1_SIZE 0x0200 | 50 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c |
50 | +#define FSL_IMX25_USB2_ADDR 0x53FF4400 | ||
51 | +#define FSL_IMX25_USB2_SIZE 0x0200 | ||
52 | #define FSL_IMX25_AVIC_ADDR 0x68000000 | ||
53 | #define FSL_IMX25_AVIC_SIZE 0x4000 | ||
54 | #define FSL_IMX25_IRAM_ADDR 0x78000000 | ||
55 | @@ -XXX,XX +XXX,XX @@ typedef struct FslIMX25State { | ||
56 | #define FSL_IMX25_GPIO4_IRQ 23 | ||
57 | #define FSL_IMX25_ESDHC1_IRQ 9 | ||
58 | #define FSL_IMX25_ESDHC2_IRQ 8 | ||
59 | +#define FSL_IMX25_USB1_IRQ 37 | ||
60 | +#define FSL_IMX25_USB2_IRQ 35 | ||
61 | |||
62 | #endif /* FSL_IMX25_H */ | ||
63 | diff --git a/hw/arm/fsl-imx25.c b/hw/arm/fsl-imx25.c | ||
64 | index XXXXXXX..XXXXXXX 100644 | 51 | index XXXXXXX..XXXXXXX 100644 |
65 | --- a/hw/arm/fsl-imx25.c | 52 | --- a/hw/arm/mps2-tz.c |
66 | +++ b/hw/arm/fsl-imx25.c | 53 | +++ b/hw/arm/mps2-tz.c |
67 | @@ -XXX,XX +XXX,XX @@ static void fsl_imx25_init(Object *obj) | 54 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_scc(MPS2TZMachineState *mms, void *opaque, |
68 | sysbus_init_child_obj(obj, "sdhc[*]", &s->esdhc[i], sizeof(s->esdhc[i]), | 55 | qdev_prop_set_uint32(sccdev, "scc-cfg4", 0x2); |
69 | TYPE_IMX_USDHC); | 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); | ||
70 | } | 116 | } |
71 | + | 117 | + |
72 | + for (i = 0; i < FSL_IMX25_NUM_USBS; i++) { | 118 | + s->oscclk = g_new0(uint32_t, s->num_oscclk); |
73 | + sysbus_init_child_obj(obj, "usb[*]", &s->usb[i], sizeof(s->usb[i]), | ||
74 | + TYPE_CHIPIDEA); | ||
75 | + } | ||
76 | + | ||
77 | } | 119 | } |
78 | 120 | ||
79 | static void fsl_imx25_realize(DeviceState *dev, Error **errp) | 121 | static const VMStateDescription mps2_scc_vmstate = { |
80 | @@ -XXX,XX +XXX,XX @@ static void fsl_imx25_realize(DeviceState *dev, Error **errp) | 122 | .name = "mps2-scc", |
81 | esdhc_table[i].irq)); | 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() | ||
82 | } | 138 | } |
83 | 139 | }; | |
84 | + /* USB */ | 140 | @@ -XXX,XX +XXX,XX @@ static Property mps2_scc_properties[] = { |
85 | + for (i = 0; i < FSL_IMX25_NUM_USBS; i++) { | 141 | DEFINE_PROP_UINT32("scc-cfg4", MPS2SCC, cfg4, 0), |
86 | + static const struct { | 142 | DEFINE_PROP_UINT32("scc-aid", MPS2SCC, aid, 0), |
87 | + hwaddr addr; | 143 | DEFINE_PROP_UINT32("scc-id", MPS2SCC, id, 0), |
88 | + unsigned int irq; | 144 | - /* These are the initial settings for the source clocks on the board. |
89 | + } usb_table[FSL_IMX25_NUM_USBS] = { | 145 | + /* |
90 | + { FSL_IMX25_USB1_ADDR, FSL_IMX25_USB1_IRQ }, | 146 | + * These are the initial settings for the source clocks on the board. |
91 | + { FSL_IMX25_USB2_ADDR, FSL_IMX25_USB2_IRQ }, | 147 | * In hardware they can be configured via a config file read by the |
92 | + }; | 148 | * motherboard configuration controller to suit the FPGA image. |
93 | + | 149 | - * These default values are used by most of the standard FPGA images. |
94 | + object_property_set_bool(OBJECT(&s->usb[i]), true, "realized", | 150 | */ |
95 | + &error_abort); | 151 | - DEFINE_PROP_UINT32("oscclk0", MPS2SCC, oscclk_reset[0], 50000000), |
96 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->usb[i]), 0, usb_table[i].addr); | 152 | - DEFINE_PROP_UINT32("oscclk1", MPS2SCC, oscclk_reset[1], 24576000), |
97 | + sysbus_connect_irq(SYS_BUS_DEVICE(&s->usb[i]), 0, | 153 | - DEFINE_PROP_UINT32("oscclk2", MPS2SCC, oscclk_reset[2], 25000000), |
98 | + qdev_get_gpio_in(DEVICE(&s->avic), | 154 | + DEFINE_PROP_ARRAY("oscclk", MPS2SCC, num_oscclk, oscclk_reset, |
99 | + usb_table[i].irq)); | 155 | + qdev_prop_uint32, uint32_t), |
100 | + } | 156 | DEFINE_PROP_END_OF_LIST(), |
101 | + | 157 | }; |
102 | /* initialize 2 x 16 KB ROM */ | 158 | |
103 | memory_region_init_rom(&s->rom[0], NULL, | ||
104 | "imx25.rom0", FSL_IMX25_ROM0_SIZE, &err); | ||
105 | -- | 159 | -- |
106 | 2.20.1 | 160 | 2.20.1 |
107 | 161 | ||
108 | 162 | diff view generated by jsdifflib |
New 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. | ||
1 | 6 | ||
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 |
New 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. | ||
1 | 4 | ||
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 |
1 | From: Niek Linnenbank <nieklinnenbank@gmail.com> | 1 | The MPS2 board has 2 LEDs, but the MPS3 board has 10 LEDs. The |
---|---|---|---|
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. | ||
2 | 5 | ||
3 | The Allwinner H3 System on Chip has an System Control | 6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
4 | module that provides system wide generic controls and | 7 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
5 | device information. This commit adds support for the | 8 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
6 | Allwinner H3 System Control module. | 9 | Message-id: 20210215115138.20465-6-peter.maydell@linaro.org |
10 | --- | ||
11 | include/hw/misc/mps2-fpgaio.h | 5 ++++- | ||
12 | hw/misc/mps2-fpgaio.c | 31 +++++++++++++++++++++++-------- | ||
13 | 2 files changed, 27 insertions(+), 9 deletions(-) | ||
7 | 14 | ||
8 | Signed-off-by: Niek Linnenbank <nieklinnenbank@gmail.com> | 15 | diff --git a/include/hw/misc/mps2-fpgaio.h b/include/hw/misc/mps2-fpgaio.h |
9 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
10 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
11 | Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
12 | Message-id: 20200311221854.30370-6-nieklinnenbank@gmail.com | ||
13 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
14 | --- | ||
15 | hw/misc/Makefile.objs | 1 + | ||
16 | include/hw/arm/allwinner-h3.h | 3 + | ||
17 | include/hw/misc/allwinner-h3-sysctrl.h | 67 ++++++++++++ | ||
18 | hw/arm/allwinner-h3.c | 9 +- | ||
19 | hw/misc/allwinner-h3-sysctrl.c | 140 +++++++++++++++++++++++++ | ||
20 | 5 files changed, 219 insertions(+), 1 deletion(-) | ||
21 | create mode 100644 include/hw/misc/allwinner-h3-sysctrl.h | ||
22 | create mode 100644 hw/misc/allwinner-h3-sysctrl.c | ||
23 | |||
24 | diff --git a/hw/misc/Makefile.objs b/hw/misc/Makefile.objs | ||
25 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
26 | --- a/hw/misc/Makefile.objs | 17 | --- a/include/hw/misc/mps2-fpgaio.h |
27 | +++ b/hw/misc/Makefile.objs | 18 | +++ b/include/hw/misc/mps2-fpgaio.h |
28 | @@ -XXX,XX +XXX,XX @@ common-obj-$(CONFIG_MACIO) += macio/ | 19 | @@ -XXX,XX +XXX,XX @@ |
29 | common-obj-$(CONFIG_IVSHMEM_DEVICE) += ivshmem.o | 20 | #define TYPE_MPS2_FPGAIO "mps2-fpgaio" |
30 | 21 | OBJECT_DECLARE_SIMPLE_TYPE(MPS2FPGAIO, MPS2_FPGAIO) | |
31 | common-obj-$(CONFIG_ALLWINNER_H3) += allwinner-h3-ccu.o | 22 | |
32 | +common-obj-$(CONFIG_ALLWINNER_H3) += allwinner-h3-sysctrl.o | 23 | +#define MPS2FPGAIO_MAX_LEDS 32 |
33 | common-obj-$(CONFIG_REALVIEW) += arm_sysctl.o | 24 | + |
34 | common-obj-$(CONFIG_NSERIES) += cbus.o | 25 | struct MPS2FPGAIO { |
35 | common-obj-$(CONFIG_ECCMEMCTL) += eccmemctl.o | 26 | /*< private >*/ |
36 | diff --git a/include/hw/arm/allwinner-h3.h b/include/hw/arm/allwinner-h3.h | 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 | ||
37 | index XXXXXXX..XXXXXXX 100644 | 38 | index XXXXXXX..XXXXXXX 100644 |
38 | --- a/include/hw/arm/allwinner-h3.h | 39 | --- a/hw/misc/mps2-fpgaio.c |
39 | +++ b/include/hw/arm/allwinner-h3.h | 40 | +++ b/hw/misc/mps2-fpgaio.c |
40 | @@ -XXX,XX +XXX,XX @@ | 41 | @@ -XXX,XX +XXX,XX @@ static void mps2_fpgaio_write(void *opaque, hwaddr offset, uint64_t value, |
41 | #include "hw/timer/allwinner-a10-pit.h" | 42 | |
42 | #include "hw/intc/arm_gic.h" | 43 | switch (offset) { |
43 | #include "hw/misc/allwinner-h3-ccu.h" | 44 | case A_LED0: |
44 | +#include "hw/misc/allwinner-h3-sysctrl.h" | 45 | - s->led0 = value & 0x3; |
45 | #include "target/arm/cpu.h" | 46 | - led_set_state(s->led[0], value & 0x01); |
46 | 47 | - led_set_state(s->led[1], value & 0x02); | |
47 | /** | 48 | + if (s->num_leds != 0) { |
48 | @@ -XXX,XX +XXX,XX @@ enum { | 49 | + uint32_t i; |
49 | AW_H3_SRAM_A1, | ||
50 | AW_H3_SRAM_A2, | ||
51 | AW_H3_SRAM_C, | ||
52 | + AW_H3_SYSCTRL, | ||
53 | AW_H3_EHCI0, | ||
54 | AW_H3_OHCI0, | ||
55 | AW_H3_EHCI1, | ||
56 | @@ -XXX,XX +XXX,XX @@ typedef struct AwH3State { | ||
57 | const hwaddr *memmap; | ||
58 | AwA10PITState timer; | ||
59 | AwH3ClockCtlState ccu; | ||
60 | + AwH3SysCtrlState sysctrl; | ||
61 | GICState gic; | ||
62 | MemoryRegion sram_a1; | ||
63 | MemoryRegion sram_a2; | ||
64 | diff --git a/include/hw/misc/allwinner-h3-sysctrl.h b/include/hw/misc/allwinner-h3-sysctrl.h | ||
65 | new file mode 100644 | ||
66 | index XXXXXXX..XXXXXXX | ||
67 | --- /dev/null | ||
68 | +++ b/include/hw/misc/allwinner-h3-sysctrl.h | ||
69 | @@ -XXX,XX +XXX,XX @@ | ||
70 | +/* | ||
71 | + * Allwinner H3 System Control emulation | ||
72 | + * | ||
73 | + * Copyright (C) 2019 Niek Linnenbank <nieklinnenbank@gmail.com> | ||
74 | + * | ||
75 | + * This program is free software: you can redistribute it and/or modify | ||
76 | + * it under the terms of the GNU General Public License as published by | ||
77 | + * the Free Software Foundation, either version 2 of the License, or | ||
78 | + * (at your option) any later version. | ||
79 | + * | ||
80 | + * This program is distributed in the hope that it will be useful, | ||
81 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
82 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
83 | + * GNU General Public License for more details. | ||
84 | + * | ||
85 | + * You should have received a copy of the GNU General Public License | ||
86 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
87 | + */ | ||
88 | + | 50 | + |
89 | +#ifndef HW_MISC_ALLWINNER_H3_SYSCTRL_H | 51 | + s->led0 = value & MAKE_64BIT_MASK(0, s->num_leds); |
90 | +#define HW_MISC_ALLWINNER_H3_SYSCTRL_H | 52 | + for (i = 0; i < s->num_leds; i++) { |
91 | + | 53 | + led_set_state(s->led[i], value & (1 << i)); |
92 | +#include "qom/object.h" | 54 | + } |
93 | +#include "hw/sysbus.h" | 55 | + } |
94 | + | 56 | break; |
95 | +/** | 57 | case A_PRESCALE: |
96 | + * @name Constants | 58 | resync_counter(s); |
97 | + * @{ | 59 | @@ -XXX,XX +XXX,XX @@ static void mps2_fpgaio_reset(DeviceState *dev) |
98 | + */ | 60 | s->pscntr = 0; |
99 | + | 61 | s->pscntr_sync_ticks = now; |
100 | +/** Highest register address used by System Control device */ | 62 | |
101 | +#define AW_H3_SYSCTRL_REGS_MAXADDR (0x30) | 63 | - for (size_t i = 0; i < ARRAY_SIZE(s->led); i++) { |
102 | + | 64 | + for (size_t i = 0; i < s->num_leds; i++) { |
103 | +/** Total number of known registers */ | 65 | device_cold_reset(DEVICE(s->led[i])); |
104 | +#define AW_H3_SYSCTRL_REGS_NUM ((AW_H3_SYSCTRL_REGS_MAXADDR / \ | 66 | } |
105 | + sizeof(uint32_t)) + 1) | ||
106 | + | ||
107 | +/** @} */ | ||
108 | + | ||
109 | +/** | ||
110 | + * @name Object model | ||
111 | + * @{ | ||
112 | + */ | ||
113 | + | ||
114 | +#define TYPE_AW_H3_SYSCTRL "allwinner-h3-sysctrl" | ||
115 | +#define AW_H3_SYSCTRL(obj) \ | ||
116 | + OBJECT_CHECK(AwH3SysCtrlState, (obj), TYPE_AW_H3_SYSCTRL) | ||
117 | + | ||
118 | +/** @} */ | ||
119 | + | ||
120 | +/** | ||
121 | + * Allwinner H3 System Control object instance state | ||
122 | + */ | ||
123 | +typedef struct AwH3SysCtrlState { | ||
124 | + /*< private >*/ | ||
125 | + SysBusDevice parent_obj; | ||
126 | + /*< public >*/ | ||
127 | + | ||
128 | + /** Maps I/O registers in physical memory */ | ||
129 | + MemoryRegion iomem; | ||
130 | + | ||
131 | + /** Array of hardware registers */ | ||
132 | + uint32_t regs[AW_H3_SYSCTRL_REGS_NUM]; | ||
133 | + | ||
134 | +} AwH3SysCtrlState; | ||
135 | + | ||
136 | +#endif /* HW_MISC_ALLWINNER_H3_SYSCTRL_H */ | ||
137 | diff --git a/hw/arm/allwinner-h3.c b/hw/arm/allwinner-h3.c | ||
138 | index XXXXXXX..XXXXXXX 100644 | ||
139 | --- a/hw/arm/allwinner-h3.c | ||
140 | +++ b/hw/arm/allwinner-h3.c | ||
141 | @@ -XXX,XX +XXX,XX @@ const hwaddr allwinner_h3_memmap[] = { | ||
142 | [AW_H3_SRAM_A1] = 0x00000000, | ||
143 | [AW_H3_SRAM_A2] = 0x00044000, | ||
144 | [AW_H3_SRAM_C] = 0x00010000, | ||
145 | + [AW_H3_SYSCTRL] = 0x01c00000, | ||
146 | [AW_H3_EHCI0] = 0x01c1a000, | ||
147 | [AW_H3_OHCI0] = 0x01c1a400, | ||
148 | [AW_H3_EHCI1] = 0x01c1b000, | ||
149 | @@ -XXX,XX +XXX,XX @@ struct AwH3Unimplemented { | ||
150 | } unimplemented[] = { | ||
151 | { "d-engine", 0x01000000, 4 * MiB }, | ||
152 | { "d-inter", 0x01400000, 128 * KiB }, | ||
153 | - { "syscon", 0x01c00000, 4 * KiB }, | ||
154 | { "dma", 0x01c02000, 4 * KiB }, | ||
155 | { "nfdc", 0x01c03000, 4 * KiB }, | ||
156 | { "ts", 0x01c06000, 4 * KiB }, | ||
157 | @@ -XXX,XX +XXX,XX @@ static void allwinner_h3_init(Object *obj) | ||
158 | |||
159 | sysbus_init_child_obj(obj, "ccu", &s->ccu, sizeof(s->ccu), | ||
160 | TYPE_AW_H3_CCU); | ||
161 | + | ||
162 | + sysbus_init_child_obj(obj, "sysctrl", &s->sysctrl, sizeof(s->sysctrl), | ||
163 | + TYPE_AW_H3_SYSCTRL); | ||
164 | } | 67 | } |
165 | 68 | @@ -XXX,XX +XXX,XX @@ static void mps2_fpgaio_init(Object *obj) | |
166 | static void allwinner_h3_realize(DeviceState *dev, Error **errp) | 69 | static void mps2_fpgaio_realize(DeviceState *dev, Error **errp) |
167 | @@ -XXX,XX +XXX,XX @@ static void allwinner_h3_realize(DeviceState *dev, Error **errp) | 70 | { |
168 | qdev_init_nofail(DEVICE(&s->ccu)); | 71 | MPS2FPGAIO *s = MPS2_FPGAIO(dev); |
169 | sysbus_mmio_map(SYS_BUS_DEVICE(&s->ccu), 0, s->memmap[AW_H3_CCU]); | 72 | + uint32_t i; |
170 | 73 | ||
171 | + /* System Control */ | 74 | - s->led[0] = led_create_simple(OBJECT(dev), GPIO_POLARITY_ACTIVE_HIGH, |
172 | + qdev_init_nofail(DEVICE(&s->sysctrl)); | 75 | - LED_COLOR_GREEN, "USERLED0"); |
173 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->sysctrl), 0, s->memmap[AW_H3_SYSCTRL]); | 76 | - s->led[1] = led_create_simple(OBJECT(dev), GPIO_POLARITY_ACTIVE_HIGH, |
174 | + | 77 | - LED_COLOR_GREEN, "USERLED1"); |
175 | /* Universal Serial Bus */ | 78 | + if (s->num_leds > MPS2FPGAIO_MAX_LEDS) { |
176 | sysbus_create_simple(TYPE_AW_H3_EHCI, s->memmap[AW_H3_EHCI0], | 79 | + error_setg(errp, "num-leds cannot be greater than %d", |
177 | qdev_get_gpio_in(DEVICE(&s->gic), | 80 | + MPS2FPGAIO_MAX_LEDS); |
178 | diff --git a/hw/misc/allwinner-h3-sysctrl.c b/hw/misc/allwinner-h3-sysctrl.c | ||
179 | new file mode 100644 | ||
180 | index XXXXXXX..XXXXXXX | ||
181 | --- /dev/null | ||
182 | +++ b/hw/misc/allwinner-h3-sysctrl.c | ||
183 | @@ -XXX,XX +XXX,XX @@ | ||
184 | +/* | ||
185 | + * Allwinner H3 System Control emulation | ||
186 | + * | ||
187 | + * Copyright (C) 2019 Niek Linnenbank <nieklinnenbank@gmail.com> | ||
188 | + * | ||
189 | + * This program is free software: you can redistribute it and/or modify | ||
190 | + * it under the terms of the GNU General Public License as published by | ||
191 | + * the Free Software Foundation, either version 2 of the License, or | ||
192 | + * (at your option) any later version. | ||
193 | + * | ||
194 | + * This program is distributed in the hope that it will be useful, | ||
195 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
196 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
197 | + * GNU General Public License for more details. | ||
198 | + * | ||
199 | + * You should have received a copy of the GNU General Public License | ||
200 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
201 | + */ | ||
202 | + | ||
203 | +#include "qemu/osdep.h" | ||
204 | +#include "qemu/units.h" | ||
205 | +#include "hw/sysbus.h" | ||
206 | +#include "migration/vmstate.h" | ||
207 | +#include "qemu/log.h" | ||
208 | +#include "qemu/module.h" | ||
209 | +#include "hw/misc/allwinner-h3-sysctrl.h" | ||
210 | + | ||
211 | +/* System Control register offsets */ | ||
212 | +enum { | ||
213 | + REG_VER = 0x24, /* Version */ | ||
214 | + REG_EMAC_PHY_CLK = 0x30, /* EMAC PHY Clock */ | ||
215 | +}; | ||
216 | + | ||
217 | +#define REG_INDEX(offset) (offset / sizeof(uint32_t)) | ||
218 | + | ||
219 | +/* System Control register reset values */ | ||
220 | +enum { | ||
221 | + REG_VER_RST = 0x0, | ||
222 | + REG_EMAC_PHY_CLK_RST = 0x58000, | ||
223 | +}; | ||
224 | + | ||
225 | +static uint64_t allwinner_h3_sysctrl_read(void *opaque, hwaddr offset, | ||
226 | + unsigned size) | ||
227 | +{ | ||
228 | + const AwH3SysCtrlState *s = AW_H3_SYSCTRL(opaque); | ||
229 | + const uint32_t idx = REG_INDEX(offset); | ||
230 | + | ||
231 | + if (idx >= AW_H3_SYSCTRL_REGS_NUM) { | ||
232 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: out-of-bounds offset 0x%04x\n", | ||
233 | + __func__, (uint32_t)offset); | ||
234 | + return 0; | ||
235 | + } | ||
236 | + | ||
237 | + return s->regs[idx]; | ||
238 | +} | ||
239 | + | ||
240 | +static void allwinner_h3_sysctrl_write(void *opaque, hwaddr offset, | ||
241 | + uint64_t val, unsigned size) | ||
242 | +{ | ||
243 | + AwH3SysCtrlState *s = AW_H3_SYSCTRL(opaque); | ||
244 | + const uint32_t idx = REG_INDEX(offset); | ||
245 | + | ||
246 | + if (idx >= AW_H3_SYSCTRL_REGS_NUM) { | ||
247 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: out-of-bounds offset 0x%04x\n", | ||
248 | + __func__, (uint32_t)offset); | ||
249 | + return; | 81 | + return; |
250 | + } | 82 | + } |
251 | + | 83 | + |
252 | + switch (offset) { | 84 | + for (i = 0; i < s->num_leds; i++) { |
253 | + case REG_VER: /* Version */ | 85 | + g_autofree char *ledname = g_strdup_printf("USERLED%d", i); |
254 | + break; | 86 | + s->led[i] = led_create_simple(OBJECT(dev), GPIO_POLARITY_ACTIVE_HIGH, |
255 | + default: | 87 | + LED_COLOR_GREEN, ledname); |
256 | + s->regs[idx] = (uint32_t) val; | ||
257 | + break; | ||
258 | + } | 88 | + } |
259 | +} | 89 | } |
260 | + | 90 | |
261 | +static const MemoryRegionOps allwinner_h3_sysctrl_ops = { | 91 | static bool mps2_fpgaio_counters_needed(void *opaque) |
262 | + .read = allwinner_h3_sysctrl_read, | 92 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription mps2_fpgaio_vmstate = { |
263 | + .write = allwinner_h3_sysctrl_write, | 93 | static Property mps2_fpgaio_properties[] = { |
264 | + .endianness = DEVICE_NATIVE_ENDIAN, | 94 | /* Frequency of the prescale counter */ |
265 | + .valid = { | 95 | DEFINE_PROP_UINT32("prescale-clk", MPS2FPGAIO, prescale_clk, 20000000), |
266 | + .min_access_size = 4, | 96 | + /* Number of LEDs controlled by LED0 register */ |
267 | + .max_access_size = 4, | 97 | + DEFINE_PROP_UINT32("num-leds", MPS2FPGAIO, num_leds, 2), |
268 | + }, | 98 | DEFINE_PROP_END_OF_LIST(), |
269 | + .impl.min_access_size = 4, | 99 | }; |
270 | +}; | 100 | |
271 | + | ||
272 | +static void allwinner_h3_sysctrl_reset(DeviceState *dev) | ||
273 | +{ | ||
274 | + AwH3SysCtrlState *s = AW_H3_SYSCTRL(dev); | ||
275 | + | ||
276 | + /* Set default values for registers */ | ||
277 | + s->regs[REG_INDEX(REG_VER)] = REG_VER_RST; | ||
278 | + s->regs[REG_INDEX(REG_EMAC_PHY_CLK)] = REG_EMAC_PHY_CLK_RST; | ||
279 | +} | ||
280 | + | ||
281 | +static void allwinner_h3_sysctrl_init(Object *obj) | ||
282 | +{ | ||
283 | + SysBusDevice *sbd = SYS_BUS_DEVICE(obj); | ||
284 | + AwH3SysCtrlState *s = AW_H3_SYSCTRL(obj); | ||
285 | + | ||
286 | + /* Memory mapping */ | ||
287 | + memory_region_init_io(&s->iomem, OBJECT(s), &allwinner_h3_sysctrl_ops, s, | ||
288 | + TYPE_AW_H3_SYSCTRL, 4 * KiB); | ||
289 | + sysbus_init_mmio(sbd, &s->iomem); | ||
290 | +} | ||
291 | + | ||
292 | +static const VMStateDescription allwinner_h3_sysctrl_vmstate = { | ||
293 | + .name = "allwinner-h3-sysctrl", | ||
294 | + .version_id = 1, | ||
295 | + .minimum_version_id = 1, | ||
296 | + .fields = (VMStateField[]) { | ||
297 | + VMSTATE_UINT32_ARRAY(regs, AwH3SysCtrlState, AW_H3_SYSCTRL_REGS_NUM), | ||
298 | + VMSTATE_END_OF_LIST() | ||
299 | + } | ||
300 | +}; | ||
301 | + | ||
302 | +static void allwinner_h3_sysctrl_class_init(ObjectClass *klass, void *data) | ||
303 | +{ | ||
304 | + DeviceClass *dc = DEVICE_CLASS(klass); | ||
305 | + | ||
306 | + dc->reset = allwinner_h3_sysctrl_reset; | ||
307 | + dc->vmsd = &allwinner_h3_sysctrl_vmstate; | ||
308 | +} | ||
309 | + | ||
310 | +static const TypeInfo allwinner_h3_sysctrl_info = { | ||
311 | + .name = TYPE_AW_H3_SYSCTRL, | ||
312 | + .parent = TYPE_SYS_BUS_DEVICE, | ||
313 | + .instance_init = allwinner_h3_sysctrl_init, | ||
314 | + .instance_size = sizeof(AwH3SysCtrlState), | ||
315 | + .class_init = allwinner_h3_sysctrl_class_init, | ||
316 | +}; | ||
317 | + | ||
318 | +static void allwinner_h3_sysctrl_register(void) | ||
319 | +{ | ||
320 | + type_register_static(&allwinner_h3_sysctrl_info); | ||
321 | +} | ||
322 | + | ||
323 | +type_init(allwinner_h3_sysctrl_register) | ||
324 | -- | 101 | -- |
325 | 2.20.1 | 102 | 2.20.1 |
326 | 103 | ||
327 | 104 | diff view generated by jsdifflib |
New 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. | ||
1 | 4 | ||
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 |
1 | From: Niek Linnenbank <nieklinnenbank@gmail.com> | 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. | ||
2 | 5 | ||
3 | The Allwinner System on Chip families sun4i and above contain | 6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
4 | an integrated storage controller for Secure Digital (SD) and | 7 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
5 | Multi Media Card (MMC) interfaces. This commit adds support | 8 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
6 | for the Allwinner SD/MMC storage controller with the following | 9 | Message-id: 20210215115138.20465-8-peter.maydell@linaro.org |
7 | emulated features: | 10 | --- |
11 | hw/arm/mps2-tz.c | 9 +++++++++ | ||
12 | 1 file changed, 9 insertions(+) | ||
8 | 13 | ||
9 | * DMA transfers | 14 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c |
10 | * Direct FIFO I/O | ||
11 | * Short/Long format command responses | ||
12 | * Auto-Stop command (CMD12) | ||
13 | * Insert & remove card detection | ||
14 | |||
15 | The following boards are extended with the SD host controller: | ||
16 | |||
17 | * Cubieboard (hw/arm/cubieboard.c) | ||
18 | * Orange Pi PC (hw/arm/orangepi.c) | ||
19 | |||
20 | Signed-off-by: Niek Linnenbank <nieklinnenbank@gmail.com> | ||
21 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
22 | Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
23 | Message-id: 20200311221854.30370-9-nieklinnenbank@gmail.com | ||
24 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
25 | --- | ||
26 | hw/sd/Makefile.objs | 1 + | ||
27 | include/hw/arm/allwinner-a10.h | 2 + | ||
28 | include/hw/arm/allwinner-h3.h | 3 + | ||
29 | include/hw/sd/allwinner-sdhost.h | 135 +++++ | ||
30 | hw/arm/allwinner-a10.c | 11 + | ||
31 | hw/arm/allwinner-h3.c | 15 +- | ||
32 | hw/arm/cubieboard.c | 15 + | ||
33 | hw/arm/orangepi.c | 16 + | ||
34 | hw/sd/allwinner-sdhost.c | 854 +++++++++++++++++++++++++++++++ | ||
35 | hw/arm/Kconfig | 1 + | ||
36 | hw/sd/trace-events | 7 + | ||
37 | 11 files changed, 1059 insertions(+), 1 deletion(-) | ||
38 | create mode 100644 include/hw/sd/allwinner-sdhost.h | ||
39 | create mode 100644 hw/sd/allwinner-sdhost.c | ||
40 | |||
41 | diff --git a/hw/sd/Makefile.objs b/hw/sd/Makefile.objs | ||
42 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
43 | --- a/hw/sd/Makefile.objs | 16 | --- a/hw/arm/mps2-tz.c |
44 | +++ b/hw/sd/Makefile.objs | 17 | +++ b/hw/arm/mps2-tz.c |
45 | @@ -XXX,XX +XXX,XX @@ common-obj-$(CONFIG_SD) += sd.o core.o sdmmc-internal.o | 18 | @@ -XXX,XX +XXX,XX @@ struct MPS2TZMachineClass { |
46 | common-obj-$(CONFIG_SDHCI) += sdhci.o | 19 | uint32_t sysclk_frq; /* Main SYSCLK frequency in Hz */ |
47 | common-obj-$(CONFIG_SDHCI_PCI) += sdhci-pci.o | 20 | uint32_t len_oscclk; |
48 | 21 | const uint32_t *oscclk; | |
49 | +common-obj-$(CONFIG_ALLWINNER_H3) += allwinner-sdhost.o | 22 | + uint32_t fpgaio_num_leds; /* Number of LEDs in FPGAIO LED0 register */ |
50 | common-obj-$(CONFIG_MILKYMIST) += milkymist-memcard.o | 23 | + bool fpgaio_has_switches; /* Does FPGAIO have SWITCH register? */ |
51 | common-obj-$(CONFIG_OMAP) += omap_mmc.o | 24 | const char *armsse_type; |
52 | common-obj-$(CONFIG_PXA2XX) += pxa2xx_mmci.o | 25 | }; |
53 | diff --git a/include/hw/arm/allwinner-a10.h b/include/hw/arm/allwinner-a10.h | 26 | |
54 | index XXXXXXX..XXXXXXX 100644 | 27 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_fpgaio(MPS2TZMachineState *mms, void *opaque, |
55 | --- a/include/hw/arm/allwinner-a10.h | 28 | const char *name, hwaddr size) |
56 | +++ b/include/hw/arm/allwinner-a10.h | 29 | { |
57 | @@ -XXX,XX +XXX,XX @@ | 30 | MPS2FPGAIO *fpgaio = opaque; |
58 | #include "hw/timer/allwinner-a10-pit.h" | 31 | + MPS2TZMachineClass *mmc = MPS2TZ_MACHINE_GET_CLASS(mms); |
59 | #include "hw/intc/allwinner-a10-pic.h" | 32 | |
60 | #include "hw/net/allwinner_emac.h" | 33 | object_initialize_child(OBJECT(mms), "fpgaio", fpgaio, TYPE_MPS2_FPGAIO); |
61 | +#include "hw/sd/allwinner-sdhost.h" | 34 | + qdev_prop_set_uint32(DEVICE(fpgaio), "num-leds", mmc->fpgaio_num_leds); |
62 | #include "hw/ide/ahci.h" | 35 | + qdev_prop_set_bit(DEVICE(fpgaio), "has-switches", mmc->fpgaio_has_switches); |
63 | #include "hw/usb/hcd-ohci.h" | 36 | sysbus_realize(SYS_BUS_DEVICE(fpgaio), &error_fatal); |
64 | #include "hw/usb/hcd-ehci.h" | 37 | return sysbus_mmio_get_region(SYS_BUS_DEVICE(fpgaio), 0); |
65 | @@ -XXX,XX +XXX,XX @@ typedef struct AwA10State { | ||
66 | AwA10PICState intc; | ||
67 | AwEmacState emac; | ||
68 | AllwinnerAHCIState sata; | ||
69 | + AwSdHostState mmc0; | ||
70 | MemoryRegion sram_a; | ||
71 | EHCISysBusState ehci[AW_A10_NUM_USB]; | ||
72 | OHCISysBusState ohci[AW_A10_NUM_USB]; | ||
73 | diff --git a/include/hw/arm/allwinner-h3.h b/include/hw/arm/allwinner-h3.h | ||
74 | index XXXXXXX..XXXXXXX 100644 | ||
75 | --- a/include/hw/arm/allwinner-h3.h | ||
76 | +++ b/include/hw/arm/allwinner-h3.h | ||
77 | @@ -XXX,XX +XXX,XX @@ | ||
78 | #include "hw/misc/allwinner-cpucfg.h" | ||
79 | #include "hw/misc/allwinner-h3-sysctrl.h" | ||
80 | #include "hw/misc/allwinner-sid.h" | ||
81 | +#include "hw/sd/allwinner-sdhost.h" | ||
82 | #include "target/arm/cpu.h" | ||
83 | |||
84 | /** | ||
85 | @@ -XXX,XX +XXX,XX @@ enum { | ||
86 | AW_H3_SRAM_A2, | ||
87 | AW_H3_SRAM_C, | ||
88 | AW_H3_SYSCTRL, | ||
89 | + AW_H3_MMC0, | ||
90 | AW_H3_SID, | ||
91 | AW_H3_EHCI0, | ||
92 | AW_H3_OHCI0, | ||
93 | @@ -XXX,XX +XXX,XX @@ typedef struct AwH3State { | ||
94 | AwCpuCfgState cpucfg; | ||
95 | AwH3SysCtrlState sysctrl; | ||
96 | AwSidState sid; | ||
97 | + AwSdHostState mmc0; | ||
98 | GICState gic; | ||
99 | MemoryRegion sram_a1; | ||
100 | MemoryRegion sram_a2; | ||
101 | diff --git a/include/hw/sd/allwinner-sdhost.h b/include/hw/sd/allwinner-sdhost.h | ||
102 | new file mode 100644 | ||
103 | index XXXXXXX..XXXXXXX | ||
104 | --- /dev/null | ||
105 | +++ b/include/hw/sd/allwinner-sdhost.h | ||
106 | @@ -XXX,XX +XXX,XX @@ | ||
107 | +/* | ||
108 | + * Allwinner (sun4i and above) SD Host Controller emulation | ||
109 | + * | ||
110 | + * Copyright (C) 2019 Niek Linnenbank <nieklinnenbank@gmail.com> | ||
111 | + * | ||
112 | + * This program is free software: you can redistribute it and/or modify | ||
113 | + * it under the terms of the GNU General Public License as published by | ||
114 | + * the Free Software Foundation, either version 2 of the License, or | ||
115 | + * (at your option) any later version. | ||
116 | + * | ||
117 | + * This program is distributed in the hope that it will be useful, | ||
118 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
119 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
120 | + * GNU General Public License for more details. | ||
121 | + * | ||
122 | + * You should have received a copy of the GNU General Public License | ||
123 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
124 | + */ | ||
125 | + | ||
126 | +#ifndef HW_SD_ALLWINNER_SDHOST_H | ||
127 | +#define HW_SD_ALLWINNER_SDHOST_H | ||
128 | + | ||
129 | +#include "qom/object.h" | ||
130 | +#include "hw/sysbus.h" | ||
131 | +#include "hw/sd/sd.h" | ||
132 | + | ||
133 | +/** | ||
134 | + * Object model types | ||
135 | + * @{ | ||
136 | + */ | ||
137 | + | ||
138 | +/** Generic Allwinner SD Host Controller (abstract) */ | ||
139 | +#define TYPE_AW_SDHOST "allwinner-sdhost" | ||
140 | + | ||
141 | +/** Allwinner sun4i family (A10, A12) */ | ||
142 | +#define TYPE_AW_SDHOST_SUN4I TYPE_AW_SDHOST "-sun4i" | ||
143 | + | ||
144 | +/** Allwinner sun5i family and newer (A13, H2+, H3, etc) */ | ||
145 | +#define TYPE_AW_SDHOST_SUN5I TYPE_AW_SDHOST "-sun5i" | ||
146 | + | ||
147 | +/** @} */ | ||
148 | + | ||
149 | +/** | ||
150 | + * Object model macros | ||
151 | + * @{ | ||
152 | + */ | ||
153 | + | ||
154 | +#define AW_SDHOST(obj) \ | ||
155 | + OBJECT_CHECK(AwSdHostState, (obj), TYPE_AW_SDHOST) | ||
156 | +#define AW_SDHOST_CLASS(klass) \ | ||
157 | + OBJECT_CLASS_CHECK(AwSdHostClass, (klass), TYPE_AW_SDHOST) | ||
158 | +#define AW_SDHOST_GET_CLASS(obj) \ | ||
159 | + OBJECT_GET_CLASS(AwSdHostClass, (obj), TYPE_AW_SDHOST) | ||
160 | + | ||
161 | +/** @} */ | ||
162 | + | ||
163 | +/** | ||
164 | + * Allwinner SD Host Controller object instance state. | ||
165 | + */ | ||
166 | +typedef struct AwSdHostState { | ||
167 | + /*< private >*/ | ||
168 | + SysBusDevice busdev; | ||
169 | + /*< public >*/ | ||
170 | + | ||
171 | + /** Secure Digital (SD) bus, which connects to SD card (if present) */ | ||
172 | + SDBus sdbus; | ||
173 | + | ||
174 | + /** Maps I/O registers in physical memory */ | ||
175 | + MemoryRegion iomem; | ||
176 | + | ||
177 | + /** Interrupt output signal to notify CPU */ | ||
178 | + qemu_irq irq; | ||
179 | + | ||
180 | + /** Number of bytes left in current DMA transfer */ | ||
181 | + uint32_t transfer_cnt; | ||
182 | + | ||
183 | + /** | ||
184 | + * @name Hardware Registers | ||
185 | + * @{ | ||
186 | + */ | ||
187 | + | ||
188 | + uint32_t global_ctl; /**< Global Control */ | ||
189 | + uint32_t clock_ctl; /**< Clock Control */ | ||
190 | + uint32_t timeout; /**< Timeout */ | ||
191 | + uint32_t bus_width; /**< Bus Width */ | ||
192 | + uint32_t block_size; /**< Block Size */ | ||
193 | + uint32_t byte_count; /**< Byte Count */ | ||
194 | + | ||
195 | + uint32_t command; /**< Command */ | ||
196 | + uint32_t command_arg; /**< Command Argument */ | ||
197 | + uint32_t response[4]; /**< Command Response */ | ||
198 | + | ||
199 | + uint32_t irq_mask; /**< Interrupt Mask */ | ||
200 | + uint32_t irq_status; /**< Raw Interrupt Status */ | ||
201 | + uint32_t status; /**< Status */ | ||
202 | + | ||
203 | + uint32_t fifo_wlevel; /**< FIFO Water Level */ | ||
204 | + uint32_t fifo_func_sel; /**< FIFO Function Select */ | ||
205 | + uint32_t debug_enable; /**< Debug Enable */ | ||
206 | + uint32_t auto12_arg; /**< Auto Command 12 Argument */ | ||
207 | + uint32_t newtiming_set; /**< SD New Timing Set */ | ||
208 | + uint32_t newtiming_debug; /**< SD New Timing Debug */ | ||
209 | + uint32_t hardware_rst; /**< Hardware Reset */ | ||
210 | + uint32_t dmac; /**< Internal DMA Controller Control */ | ||
211 | + uint32_t desc_base; /**< Descriptor List Base Address */ | ||
212 | + uint32_t dmac_status; /**< Internal DMA Controller Status */ | ||
213 | + uint32_t dmac_irq; /**< Internal DMA Controller IRQ Enable */ | ||
214 | + uint32_t card_threshold; /**< Card Threshold Control */ | ||
215 | + uint32_t startbit_detect; /**< eMMC DDR Start Bit Detection Control */ | ||
216 | + uint32_t response_crc; /**< Response CRC */ | ||
217 | + uint32_t data_crc[8]; /**< Data CRC */ | ||
218 | + uint32_t status_crc; /**< Status CRC */ | ||
219 | + | ||
220 | + /** @} */ | ||
221 | + | ||
222 | +} AwSdHostState; | ||
223 | + | ||
224 | +/** | ||
225 | + * Allwinner SD Host Controller class-level struct. | ||
226 | + * | ||
227 | + * This struct is filled by each sunxi device specific code | ||
228 | + * such that the generic code can use this struct to support | ||
229 | + * all devices. | ||
230 | + */ | ||
231 | +typedef struct AwSdHostClass { | ||
232 | + /*< private >*/ | ||
233 | + SysBusDeviceClass parent_class; | ||
234 | + /*< public >*/ | ||
235 | + | ||
236 | + /** Maximum buffer size in bytes per DMA descriptor */ | ||
237 | + size_t max_desc_size; | ||
238 | + | ||
239 | +} AwSdHostClass; | ||
240 | + | ||
241 | +#endif /* HW_SD_ALLWINNER_SDHOST_H */ | ||
242 | diff --git a/hw/arm/allwinner-a10.c b/hw/arm/allwinner-a10.c | ||
243 | index XXXXXXX..XXXXXXX 100644 | ||
244 | --- a/hw/arm/allwinner-a10.c | ||
245 | +++ b/hw/arm/allwinner-a10.c | ||
246 | @@ -XXX,XX +XXX,XX @@ | ||
247 | #include "hw/boards.h" | ||
248 | #include "hw/usb/hcd-ohci.h" | ||
249 | |||
250 | +#define AW_A10_MMC0_BASE 0x01c0f000 | ||
251 | #define AW_A10_PIC_REG_BASE 0x01c20400 | ||
252 | #define AW_A10_PIT_REG_BASE 0x01c20c00 | ||
253 | #define AW_A10_UART0_REG_BASE 0x01c28000 | ||
254 | @@ -XXX,XX +XXX,XX @@ static void aw_a10_init(Object *obj) | ||
255 | sizeof(s->ohci[i]), TYPE_SYSBUS_OHCI); | ||
256 | } | ||
257 | } | ||
258 | + | ||
259 | + sysbus_init_child_obj(obj, "mmc0", &s->mmc0, sizeof(s->mmc0), | ||
260 | + TYPE_AW_SDHOST_SUN4I); | ||
261 | } | 38 | } |
262 | 39 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_an505_class_init(ObjectClass *oc, void *data) | |
263 | static void aw_a10_realize(DeviceState *dev, Error **errp) | 40 | mmc->sysclk_frq = 20 * 1000 * 1000; /* 20MHz */ |
264 | @@ -XXX,XX +XXX,XX @@ static void aw_a10_realize(DeviceState *dev, Error **errp) | 41 | mmc->oscclk = an505_oscclk; |
265 | qdev_get_gpio_in(dev, 64 + i)); | 42 | mmc->len_oscclk = ARRAY_SIZE(an505_oscclk); |
266 | } | 43 | + mmc->fpgaio_num_leds = 2; |
267 | } | 44 | + mmc->fpgaio_has_switches = false; |
268 | + | 45 | mmc->armsse_type = TYPE_IOTKIT; |
269 | + /* SD/MMC */ | ||
270 | + qdev_init_nofail(DEVICE(&s->mmc0)); | ||
271 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->mmc0), 0, AW_A10_MMC0_BASE); | ||
272 | + sysbus_connect_irq(SYS_BUS_DEVICE(&s->mmc0), 0, qdev_get_gpio_in(dev, 32)); | ||
273 | + object_property_add_alias(OBJECT(s), "sd-bus", OBJECT(&s->mmc0), | ||
274 | + "sd-bus", &error_abort); | ||
275 | } | 46 | } |
276 | 47 | ||
277 | static void aw_a10_class_init(ObjectClass *oc, void *data) | 48 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_an521_class_init(ObjectClass *oc, void *data) |
278 | diff --git a/hw/arm/allwinner-h3.c b/hw/arm/allwinner-h3.c | 49 | mmc->sysclk_frq = 20 * 1000 * 1000; /* 20MHz */ |
279 | index XXXXXXX..XXXXXXX 100644 | 50 | mmc->oscclk = an505_oscclk; /* AN521 is the same as AN505 here */ |
280 | --- a/hw/arm/allwinner-h3.c | 51 | mmc->len_oscclk = ARRAY_SIZE(an505_oscclk); |
281 | +++ b/hw/arm/allwinner-h3.c | 52 | + mmc->fpgaio_num_leds = 2; |
282 | @@ -XXX,XX +XXX,XX @@ const hwaddr allwinner_h3_memmap[] = { | 53 | + mmc->fpgaio_has_switches = false; |
283 | [AW_H3_SRAM_A2] = 0x00044000, | 54 | mmc->armsse_type = TYPE_SSE200; |
284 | [AW_H3_SRAM_C] = 0x00010000, | ||
285 | [AW_H3_SYSCTRL] = 0x01c00000, | ||
286 | + [AW_H3_MMC0] = 0x01c0f000, | ||
287 | [AW_H3_SID] = 0x01c14000, | ||
288 | [AW_H3_EHCI0] = 0x01c1a000, | ||
289 | [AW_H3_OHCI0] = 0x01c1a400, | ||
290 | @@ -XXX,XX +XXX,XX @@ struct AwH3Unimplemented { | ||
291 | { "lcd0", 0x01c0c000, 4 * KiB }, | ||
292 | { "lcd1", 0x01c0d000, 4 * KiB }, | ||
293 | { "ve", 0x01c0e000, 4 * KiB }, | ||
294 | - { "mmc0", 0x01c0f000, 4 * KiB }, | ||
295 | { "mmc1", 0x01c10000, 4 * KiB }, | ||
296 | { "mmc2", 0x01c11000, 4 * KiB }, | ||
297 | { "crypto", 0x01c15000, 4 * KiB }, | ||
298 | @@ -XXX,XX +XXX,XX @@ enum { | ||
299 | AW_H3_GIC_SPI_UART3 = 3, | ||
300 | AW_H3_GIC_SPI_TIMER0 = 18, | ||
301 | AW_H3_GIC_SPI_TIMER1 = 19, | ||
302 | + AW_H3_GIC_SPI_MMC0 = 60, | ||
303 | AW_H3_GIC_SPI_EHCI0 = 72, | ||
304 | AW_H3_GIC_SPI_OHCI0 = 73, | ||
305 | AW_H3_GIC_SPI_EHCI1 = 74, | ||
306 | @@ -XXX,XX +XXX,XX @@ static void allwinner_h3_init(Object *obj) | ||
307 | TYPE_AW_SID); | ||
308 | object_property_add_alias(obj, "identifier", OBJECT(&s->sid), | ||
309 | "identifier", &error_abort); | ||
310 | + | ||
311 | + sysbus_init_child_obj(obj, "mmc0", &s->mmc0, sizeof(s->mmc0), | ||
312 | + TYPE_AW_SDHOST_SUN5I); | ||
313 | } | 55 | } |
314 | 56 | ||
315 | static void allwinner_h3_realize(DeviceState *dev, Error **errp) | ||
316 | @@ -XXX,XX +XXX,XX @@ static void allwinner_h3_realize(DeviceState *dev, Error **errp) | ||
317 | qdev_init_nofail(DEVICE(&s->sid)); | ||
318 | sysbus_mmio_map(SYS_BUS_DEVICE(&s->sid), 0, s->memmap[AW_H3_SID]); | ||
319 | |||
320 | + /* SD/MMC */ | ||
321 | + qdev_init_nofail(DEVICE(&s->mmc0)); | ||
322 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->mmc0), 0, s->memmap[AW_H3_MMC0]); | ||
323 | + sysbus_connect_irq(SYS_BUS_DEVICE(&s->mmc0), 0, | ||
324 | + qdev_get_gpio_in(DEVICE(&s->gic), AW_H3_GIC_SPI_MMC0)); | ||
325 | + | ||
326 | + object_property_add_alias(OBJECT(s), "sd-bus", OBJECT(&s->mmc0), | ||
327 | + "sd-bus", &error_abort); | ||
328 | + | ||
329 | /* Universal Serial Bus */ | ||
330 | sysbus_create_simple(TYPE_AW_H3_EHCI, s->memmap[AW_H3_EHCI0], | ||
331 | qdev_get_gpio_in(DEVICE(&s->gic), | ||
332 | diff --git a/hw/arm/cubieboard.c b/hw/arm/cubieboard.c | ||
333 | index XXXXXXX..XXXXXXX 100644 | ||
334 | --- a/hw/arm/cubieboard.c | ||
335 | +++ b/hw/arm/cubieboard.c | ||
336 | @@ -XXX,XX +XXX,XX @@ | ||
337 | #include "sysemu/sysemu.h" | ||
338 | #include "hw/sysbus.h" | ||
339 | #include "hw/boards.h" | ||
340 | +#include "hw/qdev-properties.h" | ||
341 | #include "hw/arm/allwinner-a10.h" | ||
342 | |||
343 | static struct arm_boot_info cubieboard_binfo = { | ||
344 | @@ -XXX,XX +XXX,XX @@ static void cubieboard_init(MachineState *machine) | ||
345 | { | ||
346 | AwA10State *a10; | ||
347 | Error *err = NULL; | ||
348 | + DriveInfo *di; | ||
349 | + BlockBackend *blk; | ||
350 | + BusState *bus; | ||
351 | + DeviceState *carddev; | ||
352 | |||
353 | /* BIOS is not supported by this board */ | ||
354 | if (bios_name) { | ||
355 | @@ -XXX,XX +XXX,XX @@ static void cubieboard_init(MachineState *machine) | ||
356 | exit(1); | ||
357 | } | ||
358 | |||
359 | + /* Retrieve SD bus */ | ||
360 | + di = drive_get_next(IF_SD); | ||
361 | + blk = di ? blk_by_legacy_dinfo(di) : NULL; | ||
362 | + bus = qdev_get_child_bus(DEVICE(a10), "sd-bus"); | ||
363 | + | ||
364 | + /* Plug in SD card */ | ||
365 | + carddev = qdev_create(bus, TYPE_SD_CARD); | ||
366 | + qdev_prop_set_drive(carddev, "drive", blk, &error_fatal); | ||
367 | + object_property_set_bool(OBJECT(carddev), true, "realized", &error_fatal); | ||
368 | + | ||
369 | memory_region_add_subregion(get_system_memory(), AW_A10_SDRAM_BASE, | ||
370 | machine->ram); | ||
371 | |||
372 | diff --git a/hw/arm/orangepi.c b/hw/arm/orangepi.c | ||
373 | index XXXXXXX..XXXXXXX 100644 | ||
374 | --- a/hw/arm/orangepi.c | ||
375 | +++ b/hw/arm/orangepi.c | ||
376 | @@ -XXX,XX +XXX,XX @@ static struct arm_boot_info orangepi_binfo = { | ||
377 | static void orangepi_init(MachineState *machine) | ||
378 | { | ||
379 | AwH3State *h3; | ||
380 | + DriveInfo *di; | ||
381 | + BlockBackend *blk; | ||
382 | + BusState *bus; | ||
383 | + DeviceState *carddev; | ||
384 | |||
385 | /* BIOS is not supported by this board */ | ||
386 | if (bios_name) { | ||
387 | @@ -XXX,XX +XXX,XX @@ static void orangepi_init(MachineState *machine) | ||
388 | /* Mark H3 object realized */ | ||
389 | object_property_set_bool(OBJECT(h3), true, "realized", &error_abort); | ||
390 | |||
391 | + /* Retrieve SD bus */ | ||
392 | + di = drive_get_next(IF_SD); | ||
393 | + blk = di ? blk_by_legacy_dinfo(di) : NULL; | ||
394 | + bus = qdev_get_child_bus(DEVICE(h3), "sd-bus"); | ||
395 | + | ||
396 | + /* Plug in SD card */ | ||
397 | + carddev = qdev_create(bus, TYPE_SD_CARD); | ||
398 | + qdev_prop_set_drive(carddev, "drive", blk, &error_fatal); | ||
399 | + object_property_set_bool(OBJECT(carddev), true, "realized", &error_fatal); | ||
400 | + | ||
401 | /* SDRAM */ | ||
402 | memory_region_add_subregion(get_system_memory(), h3->memmap[AW_H3_SDRAM], | ||
403 | machine->ram); | ||
404 | @@ -XXX,XX +XXX,XX @@ static void orangepi_machine_init(MachineClass *mc) | ||
405 | { | ||
406 | mc->desc = "Orange Pi PC"; | ||
407 | mc->init = orangepi_init; | ||
408 | + mc->block_default_type = IF_SD; | ||
409 | + mc->units_per_default_bus = 1; | ||
410 | mc->min_cpus = AW_H3_NUM_CPUS; | ||
411 | mc->max_cpus = AW_H3_NUM_CPUS; | ||
412 | mc->default_cpus = AW_H3_NUM_CPUS; | ||
413 | diff --git a/hw/sd/allwinner-sdhost.c b/hw/sd/allwinner-sdhost.c | ||
414 | new file mode 100644 | ||
415 | index XXXXXXX..XXXXXXX | ||
416 | --- /dev/null | ||
417 | +++ b/hw/sd/allwinner-sdhost.c | ||
418 | @@ -XXX,XX +XXX,XX @@ | ||
419 | +/* | ||
420 | + * Allwinner (sun4i and above) SD Host Controller emulation | ||
421 | + * | ||
422 | + * Copyright (C) 2019 Niek Linnenbank <nieklinnenbank@gmail.com> | ||
423 | + * | ||
424 | + * This program is free software: you can redistribute it and/or modify | ||
425 | + * it under the terms of the GNU General Public License as published by | ||
426 | + * the Free Software Foundation, either version 2 of the License, or | ||
427 | + * (at your option) any later version. | ||
428 | + * | ||
429 | + * This program is distributed in the hope that it will be useful, | ||
430 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
431 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
432 | + * GNU General Public License for more details. | ||
433 | + * | ||
434 | + * You should have received a copy of the GNU General Public License | ||
435 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
436 | + */ | ||
437 | + | ||
438 | +#include "qemu/osdep.h" | ||
439 | +#include "qemu/log.h" | ||
440 | +#include "qemu/module.h" | ||
441 | +#include "qemu/units.h" | ||
442 | +#include "sysemu/blockdev.h" | ||
443 | +#include "hw/irq.h" | ||
444 | +#include "hw/sd/allwinner-sdhost.h" | ||
445 | +#include "migration/vmstate.h" | ||
446 | +#include "trace.h" | ||
447 | + | ||
448 | +#define TYPE_AW_SDHOST_BUS "allwinner-sdhost-bus" | ||
449 | +#define AW_SDHOST_BUS(obj) \ | ||
450 | + OBJECT_CHECK(SDBus, (obj), TYPE_AW_SDHOST_BUS) | ||
451 | + | ||
452 | +/* SD Host register offsets */ | ||
453 | +enum { | ||
454 | + REG_SD_GCTL = 0x00, /* Global Control */ | ||
455 | + REG_SD_CKCR = 0x04, /* Clock Control */ | ||
456 | + REG_SD_TMOR = 0x08, /* Timeout */ | ||
457 | + REG_SD_BWDR = 0x0C, /* Bus Width */ | ||
458 | + REG_SD_BKSR = 0x10, /* Block Size */ | ||
459 | + REG_SD_BYCR = 0x14, /* Byte Count */ | ||
460 | + REG_SD_CMDR = 0x18, /* Command */ | ||
461 | + REG_SD_CAGR = 0x1C, /* Command Argument */ | ||
462 | + REG_SD_RESP0 = 0x20, /* Response Zero */ | ||
463 | + REG_SD_RESP1 = 0x24, /* Response One */ | ||
464 | + REG_SD_RESP2 = 0x28, /* Response Two */ | ||
465 | + REG_SD_RESP3 = 0x2C, /* Response Three */ | ||
466 | + REG_SD_IMKR = 0x30, /* Interrupt Mask */ | ||
467 | + REG_SD_MISR = 0x34, /* Masked Interrupt Status */ | ||
468 | + REG_SD_RISR = 0x38, /* Raw Interrupt Status */ | ||
469 | + REG_SD_STAR = 0x3C, /* Status */ | ||
470 | + REG_SD_FWLR = 0x40, /* FIFO Water Level */ | ||
471 | + REG_SD_FUNS = 0x44, /* FIFO Function Select */ | ||
472 | + REG_SD_DBGC = 0x50, /* Debug Enable */ | ||
473 | + REG_SD_A12A = 0x58, /* Auto command 12 argument */ | ||
474 | + REG_SD_NTSR = 0x5C, /* SD NewTiming Set */ | ||
475 | + REG_SD_SDBG = 0x60, /* SD newTiming Set Debug */ | ||
476 | + REG_SD_HWRST = 0x78, /* Hardware Reset Register */ | ||
477 | + REG_SD_DMAC = 0x80, /* Internal DMA Controller Control */ | ||
478 | + REG_SD_DLBA = 0x84, /* Descriptor List Base Address */ | ||
479 | + REG_SD_IDST = 0x88, /* Internal DMA Controller Status */ | ||
480 | + REG_SD_IDIE = 0x8C, /* Internal DMA Controller IRQ Enable */ | ||
481 | + REG_SD_THLDC = 0x100, /* Card Threshold Control */ | ||
482 | + REG_SD_DSBD = 0x10C, /* eMMC DDR Start Bit Detection Control */ | ||
483 | + REG_SD_RES_CRC = 0x110, /* Response CRC from card/eMMC */ | ||
484 | + REG_SD_DATA7_CRC = 0x114, /* CRC Data 7 from card/eMMC */ | ||
485 | + REG_SD_DATA6_CRC = 0x118, /* CRC Data 6 from card/eMMC */ | ||
486 | + REG_SD_DATA5_CRC = 0x11C, /* CRC Data 5 from card/eMMC */ | ||
487 | + REG_SD_DATA4_CRC = 0x120, /* CRC Data 4 from card/eMMC */ | ||
488 | + REG_SD_DATA3_CRC = 0x124, /* CRC Data 3 from card/eMMC */ | ||
489 | + REG_SD_DATA2_CRC = 0x128, /* CRC Data 2 from card/eMMC */ | ||
490 | + REG_SD_DATA1_CRC = 0x12C, /* CRC Data 1 from card/eMMC */ | ||
491 | + REG_SD_DATA0_CRC = 0x130, /* CRC Data 0 from card/eMMC */ | ||
492 | + REG_SD_CRC_STA = 0x134, /* CRC status from card/eMMC during write */ | ||
493 | + REG_SD_FIFO = 0x200, /* Read/Write FIFO */ | ||
494 | +}; | ||
495 | + | ||
496 | +/* SD Host register flags */ | ||
497 | +enum { | ||
498 | + SD_GCTL_FIFO_AC_MOD = (1 << 31), | ||
499 | + SD_GCTL_DDR_MOD_SEL = (1 << 10), | ||
500 | + SD_GCTL_CD_DBC_ENB = (1 << 8), | ||
501 | + SD_GCTL_DMA_ENB = (1 << 5), | ||
502 | + SD_GCTL_INT_ENB = (1 << 4), | ||
503 | + SD_GCTL_DMA_RST = (1 << 2), | ||
504 | + SD_GCTL_FIFO_RST = (1 << 1), | ||
505 | + SD_GCTL_SOFT_RST = (1 << 0), | ||
506 | +}; | ||
507 | + | ||
508 | +enum { | ||
509 | + SD_CMDR_LOAD = (1 << 31), | ||
510 | + SD_CMDR_CLKCHANGE = (1 << 21), | ||
511 | + SD_CMDR_WRITE = (1 << 10), | ||
512 | + SD_CMDR_AUTOSTOP = (1 << 12), | ||
513 | + SD_CMDR_DATA = (1 << 9), | ||
514 | + SD_CMDR_RESPONSE_LONG = (1 << 7), | ||
515 | + SD_CMDR_RESPONSE = (1 << 6), | ||
516 | + SD_CMDR_CMDID_MASK = (0x3f), | ||
517 | +}; | ||
518 | + | ||
519 | +enum { | ||
520 | + SD_RISR_CARD_REMOVE = (1 << 31), | ||
521 | + SD_RISR_CARD_INSERT = (1 << 30), | ||
522 | + SD_RISR_SDIO_INTR = (1 << 16), | ||
523 | + SD_RISR_AUTOCMD_DONE = (1 << 14), | ||
524 | + SD_RISR_DATA_COMPLETE = (1 << 3), | ||
525 | + SD_RISR_CMD_COMPLETE = (1 << 2), | ||
526 | + SD_RISR_NO_RESPONSE = (1 << 1), | ||
527 | +}; | ||
528 | + | ||
529 | +enum { | ||
530 | + SD_STAR_CARD_PRESENT = (1 << 8), | ||
531 | +}; | ||
532 | + | ||
533 | +enum { | ||
534 | + SD_IDST_INT_SUMMARY = (1 << 8), | ||
535 | + SD_IDST_RECEIVE_IRQ = (1 << 1), | ||
536 | + SD_IDST_TRANSMIT_IRQ = (1 << 0), | ||
537 | + SD_IDST_IRQ_MASK = (1 << 1) | (1 << 0) | (1 << 8), | ||
538 | + SD_IDST_WR_MASK = (0x3ff), | ||
539 | +}; | ||
540 | + | ||
541 | +/* SD Host register reset values */ | ||
542 | +enum { | ||
543 | + REG_SD_GCTL_RST = 0x00000300, | ||
544 | + REG_SD_CKCR_RST = 0x0, | ||
545 | + REG_SD_TMOR_RST = 0xFFFFFF40, | ||
546 | + REG_SD_BWDR_RST = 0x0, | ||
547 | + REG_SD_BKSR_RST = 0x00000200, | ||
548 | + REG_SD_BYCR_RST = 0x00000200, | ||
549 | + REG_SD_CMDR_RST = 0x0, | ||
550 | + REG_SD_CAGR_RST = 0x0, | ||
551 | + REG_SD_RESP_RST = 0x0, | ||
552 | + REG_SD_IMKR_RST = 0x0, | ||
553 | + REG_SD_MISR_RST = 0x0, | ||
554 | + REG_SD_RISR_RST = 0x0, | ||
555 | + REG_SD_STAR_RST = 0x00000100, | ||
556 | + REG_SD_FWLR_RST = 0x000F0000, | ||
557 | + REG_SD_FUNS_RST = 0x0, | ||
558 | + REG_SD_DBGC_RST = 0x0, | ||
559 | + REG_SD_A12A_RST = 0x0000FFFF, | ||
560 | + REG_SD_NTSR_RST = 0x00000001, | ||
561 | + REG_SD_SDBG_RST = 0x0, | ||
562 | + REG_SD_HWRST_RST = 0x00000001, | ||
563 | + REG_SD_DMAC_RST = 0x0, | ||
564 | + REG_SD_DLBA_RST = 0x0, | ||
565 | + REG_SD_IDST_RST = 0x0, | ||
566 | + REG_SD_IDIE_RST = 0x0, | ||
567 | + REG_SD_THLDC_RST = 0x0, | ||
568 | + REG_SD_DSBD_RST = 0x0, | ||
569 | + REG_SD_RES_CRC_RST = 0x0, | ||
570 | + REG_SD_DATA_CRC_RST = 0x0, | ||
571 | + REG_SD_CRC_STA_RST = 0x0, | ||
572 | + REG_SD_FIFO_RST = 0x0, | ||
573 | +}; | ||
574 | + | ||
575 | +/* Data transfer descriptor for DMA */ | ||
576 | +typedef struct TransferDescriptor { | ||
577 | + uint32_t status; /* Status flags */ | ||
578 | + uint32_t size; /* Data buffer size */ | ||
579 | + uint32_t addr; /* Data buffer address */ | ||
580 | + uint32_t next; /* Physical address of next descriptor */ | ||
581 | +} TransferDescriptor; | ||
582 | + | ||
583 | +/* Data transfer descriptor flags */ | ||
584 | +enum { | ||
585 | + DESC_STATUS_HOLD = (1 << 31), /* Set when descriptor is in use by DMA */ | ||
586 | + DESC_STATUS_ERROR = (1 << 30), /* Set when DMA transfer error occurred */ | ||
587 | + DESC_STATUS_CHAIN = (1 << 4), /* Indicates chained descriptor. */ | ||
588 | + DESC_STATUS_FIRST = (1 << 3), /* Set on the first descriptor */ | ||
589 | + DESC_STATUS_LAST = (1 << 2), /* Set on the last descriptor */ | ||
590 | + DESC_STATUS_NOIRQ = (1 << 1), /* Skip raising interrupt after transfer */ | ||
591 | + DESC_SIZE_MASK = (0xfffffffc) | ||
592 | +}; | ||
593 | + | ||
594 | +static void allwinner_sdhost_update_irq(AwSdHostState *s) | ||
595 | +{ | ||
596 | + uint32_t irq; | ||
597 | + | ||
598 | + if (s->global_ctl & SD_GCTL_INT_ENB) { | ||
599 | + irq = s->irq_status & s->irq_mask; | ||
600 | + } else { | ||
601 | + irq = 0; | ||
602 | + } | ||
603 | + | ||
604 | + trace_allwinner_sdhost_update_irq(irq); | ||
605 | + qemu_set_irq(s->irq, irq); | ||
606 | +} | ||
607 | + | ||
608 | +static void allwinner_sdhost_update_transfer_cnt(AwSdHostState *s, | ||
609 | + uint32_t bytes) | ||
610 | +{ | ||
611 | + if (s->transfer_cnt > bytes) { | ||
612 | + s->transfer_cnt -= bytes; | ||
613 | + } else { | ||
614 | + s->transfer_cnt = 0; | ||
615 | + } | ||
616 | + | ||
617 | + if (!s->transfer_cnt) { | ||
618 | + s->irq_status |= SD_RISR_DATA_COMPLETE; | ||
619 | + } | ||
620 | +} | ||
621 | + | ||
622 | +static void allwinner_sdhost_set_inserted(DeviceState *dev, bool inserted) | ||
623 | +{ | ||
624 | + AwSdHostState *s = AW_SDHOST(dev); | ||
625 | + | ||
626 | + trace_allwinner_sdhost_set_inserted(inserted); | ||
627 | + | ||
628 | + if (inserted) { | ||
629 | + s->irq_status |= SD_RISR_CARD_INSERT; | ||
630 | + s->irq_status &= ~SD_RISR_CARD_REMOVE; | ||
631 | + s->status |= SD_STAR_CARD_PRESENT; | ||
632 | + } else { | ||
633 | + s->irq_status &= ~SD_RISR_CARD_INSERT; | ||
634 | + s->irq_status |= SD_RISR_CARD_REMOVE; | ||
635 | + s->status &= ~SD_STAR_CARD_PRESENT; | ||
636 | + } | ||
637 | + | ||
638 | + allwinner_sdhost_update_irq(s); | ||
639 | +} | ||
640 | + | ||
641 | +static void allwinner_sdhost_send_command(AwSdHostState *s) | ||
642 | +{ | ||
643 | + SDRequest request; | ||
644 | + uint8_t resp[16]; | ||
645 | + int rlen; | ||
646 | + | ||
647 | + /* Auto clear load flag */ | ||
648 | + s->command &= ~SD_CMDR_LOAD; | ||
649 | + | ||
650 | + /* Clock change does not actually interact with the SD bus */ | ||
651 | + if (!(s->command & SD_CMDR_CLKCHANGE)) { | ||
652 | + | ||
653 | + /* Prepare request */ | ||
654 | + request.cmd = s->command & SD_CMDR_CMDID_MASK; | ||
655 | + request.arg = s->command_arg; | ||
656 | + | ||
657 | + /* Send request to SD bus */ | ||
658 | + rlen = sdbus_do_command(&s->sdbus, &request, resp); | ||
659 | + if (rlen < 0) { | ||
660 | + goto error; | ||
661 | + } | ||
662 | + | ||
663 | + /* If the command has a response, store it in the response registers */ | ||
664 | + if ((s->command & SD_CMDR_RESPONSE)) { | ||
665 | + if (rlen == 4 && !(s->command & SD_CMDR_RESPONSE_LONG)) { | ||
666 | + s->response[0] = ldl_be_p(&resp[0]); | ||
667 | + s->response[1] = s->response[2] = s->response[3] = 0; | ||
668 | + | ||
669 | + } else if (rlen == 16 && (s->command & SD_CMDR_RESPONSE_LONG)) { | ||
670 | + s->response[0] = ldl_be_p(&resp[12]); | ||
671 | + s->response[1] = ldl_be_p(&resp[8]); | ||
672 | + s->response[2] = ldl_be_p(&resp[4]); | ||
673 | + s->response[3] = ldl_be_p(&resp[0]); | ||
674 | + } else { | ||
675 | + goto error; | ||
676 | + } | ||
677 | + } | ||
678 | + } | ||
679 | + | ||
680 | + /* Set interrupt status bits */ | ||
681 | + s->irq_status |= SD_RISR_CMD_COMPLETE; | ||
682 | + return; | ||
683 | + | ||
684 | +error: | ||
685 | + s->irq_status |= SD_RISR_NO_RESPONSE; | ||
686 | +} | ||
687 | + | ||
688 | +static void allwinner_sdhost_auto_stop(AwSdHostState *s) | ||
689 | +{ | ||
690 | + /* | ||
691 | + * The stop command (CMD12) ensures the SD bus | ||
692 | + * returns to the transfer state. | ||
693 | + */ | ||
694 | + if ((s->command & SD_CMDR_AUTOSTOP) && (s->transfer_cnt == 0)) { | ||
695 | + /* First save current command registers */ | ||
696 | + uint32_t saved_cmd = s->command; | ||
697 | + uint32_t saved_arg = s->command_arg; | ||
698 | + | ||
699 | + /* Prepare stop command (CMD12) */ | ||
700 | + s->command &= ~SD_CMDR_CMDID_MASK; | ||
701 | + s->command |= 12; /* CMD12 */ | ||
702 | + s->command_arg = 0; | ||
703 | + | ||
704 | + /* Put the command on SD bus */ | ||
705 | + allwinner_sdhost_send_command(s); | ||
706 | + | ||
707 | + /* Restore command values */ | ||
708 | + s->command = saved_cmd; | ||
709 | + s->command_arg = saved_arg; | ||
710 | + | ||
711 | + /* Set IRQ status bit for automatic stop done */ | ||
712 | + s->irq_status |= SD_RISR_AUTOCMD_DONE; | ||
713 | + } | ||
714 | +} | ||
715 | + | ||
716 | +static uint32_t allwinner_sdhost_process_desc(AwSdHostState *s, | ||
717 | + hwaddr desc_addr, | ||
718 | + TransferDescriptor *desc, | ||
719 | + bool is_write, uint32_t max_bytes) | ||
720 | +{ | ||
721 | + AwSdHostClass *klass = AW_SDHOST_GET_CLASS(s); | ||
722 | + uint32_t num_done = 0; | ||
723 | + uint32_t num_bytes = max_bytes; | ||
724 | + uint8_t buf[1024]; | ||
725 | + | ||
726 | + /* Read descriptor */ | ||
727 | + cpu_physical_memory_read(desc_addr, desc, sizeof(*desc)); | ||
728 | + if (desc->size == 0) { | ||
729 | + desc->size = klass->max_desc_size; | ||
730 | + } else if (desc->size > klass->max_desc_size) { | ||
731 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: DMA descriptor buffer size " | ||
732 | + " is out-of-bounds: %" PRIu32 " > %zu", | ||
733 | + __func__, desc->size, klass->max_desc_size); | ||
734 | + desc->size = klass->max_desc_size; | ||
735 | + } | ||
736 | + if (desc->size < num_bytes) { | ||
737 | + num_bytes = desc->size; | ||
738 | + } | ||
739 | + | ||
740 | + trace_allwinner_sdhost_process_desc(desc_addr, desc->size, | ||
741 | + is_write, max_bytes); | ||
742 | + | ||
743 | + while (num_done < num_bytes) { | ||
744 | + /* Try to completely fill the local buffer */ | ||
745 | + uint32_t buf_bytes = num_bytes - num_done; | ||
746 | + if (buf_bytes > sizeof(buf)) { | ||
747 | + buf_bytes = sizeof(buf); | ||
748 | + } | ||
749 | + | ||
750 | + /* Write to SD bus */ | ||
751 | + if (is_write) { | ||
752 | + cpu_physical_memory_read((desc->addr & DESC_SIZE_MASK) + num_done, | ||
753 | + buf, buf_bytes); | ||
754 | + | ||
755 | + for (uint32_t i = 0; i < buf_bytes; i++) { | ||
756 | + sdbus_write_data(&s->sdbus, buf[i]); | ||
757 | + } | ||
758 | + | ||
759 | + /* Read from SD bus */ | ||
760 | + } else { | ||
761 | + for (uint32_t i = 0; i < buf_bytes; i++) { | ||
762 | + buf[i] = sdbus_read_data(&s->sdbus); | ||
763 | + } | ||
764 | + cpu_physical_memory_write((desc->addr & DESC_SIZE_MASK) + num_done, | ||
765 | + buf, buf_bytes); | ||
766 | + } | ||
767 | + num_done += buf_bytes; | ||
768 | + } | ||
769 | + | ||
770 | + /* Clear hold flag and flush descriptor */ | ||
771 | + desc->status &= ~DESC_STATUS_HOLD; | ||
772 | + cpu_physical_memory_write(desc_addr, desc, sizeof(*desc)); | ||
773 | + | ||
774 | + return num_done; | ||
775 | +} | ||
776 | + | ||
777 | +static void allwinner_sdhost_dma(AwSdHostState *s) | ||
778 | +{ | ||
779 | + TransferDescriptor desc; | ||
780 | + hwaddr desc_addr = s->desc_base; | ||
781 | + bool is_write = (s->command & SD_CMDR_WRITE); | ||
782 | + uint32_t bytes_done = 0; | ||
783 | + | ||
784 | + /* Check if DMA can be performed */ | ||
785 | + if (s->byte_count == 0 || s->block_size == 0 || | ||
786 | + !(s->global_ctl & SD_GCTL_DMA_ENB)) { | ||
787 | + return; | ||
788 | + } | ||
789 | + | ||
790 | + /* | ||
791 | + * For read operations, data must be available on the SD bus | ||
792 | + * If not, it is an error and we should not act at all | ||
793 | + */ | ||
794 | + if (!is_write && !sdbus_data_ready(&s->sdbus)) { | ||
795 | + return; | ||
796 | + } | ||
797 | + | ||
798 | + /* Process the DMA descriptors until all data is copied */ | ||
799 | + while (s->byte_count > 0) { | ||
800 | + bytes_done = allwinner_sdhost_process_desc(s, desc_addr, &desc, | ||
801 | + is_write, s->byte_count); | ||
802 | + allwinner_sdhost_update_transfer_cnt(s, bytes_done); | ||
803 | + | ||
804 | + if (bytes_done <= s->byte_count) { | ||
805 | + s->byte_count -= bytes_done; | ||
806 | + } else { | ||
807 | + s->byte_count = 0; | ||
808 | + } | ||
809 | + | ||
810 | + if (desc.status & DESC_STATUS_LAST) { | ||
811 | + break; | ||
812 | + } else { | ||
813 | + desc_addr = desc.next; | ||
814 | + } | ||
815 | + } | ||
816 | + | ||
817 | + /* Raise IRQ to signal DMA is completed */ | ||
818 | + s->irq_status |= SD_RISR_DATA_COMPLETE | SD_RISR_SDIO_INTR; | ||
819 | + | ||
820 | + /* Update DMAC bits */ | ||
821 | + s->dmac_status |= SD_IDST_INT_SUMMARY; | ||
822 | + | ||
823 | + if (is_write) { | ||
824 | + s->dmac_status |= SD_IDST_TRANSMIT_IRQ; | ||
825 | + } else { | ||
826 | + s->dmac_status |= SD_IDST_RECEIVE_IRQ; | ||
827 | + } | ||
828 | +} | ||
829 | + | ||
830 | +static uint64_t allwinner_sdhost_read(void *opaque, hwaddr offset, | ||
831 | + unsigned size) | ||
832 | +{ | ||
833 | + AwSdHostState *s = AW_SDHOST(opaque); | ||
834 | + uint32_t res = 0; | ||
835 | + | ||
836 | + switch (offset) { | ||
837 | + case REG_SD_GCTL: /* Global Control */ | ||
838 | + res = s->global_ctl; | ||
839 | + break; | ||
840 | + case REG_SD_CKCR: /* Clock Control */ | ||
841 | + res = s->clock_ctl; | ||
842 | + break; | ||
843 | + case REG_SD_TMOR: /* Timeout */ | ||
844 | + res = s->timeout; | ||
845 | + break; | ||
846 | + case REG_SD_BWDR: /* Bus Width */ | ||
847 | + res = s->bus_width; | ||
848 | + break; | ||
849 | + case REG_SD_BKSR: /* Block Size */ | ||
850 | + res = s->block_size; | ||
851 | + break; | ||
852 | + case REG_SD_BYCR: /* Byte Count */ | ||
853 | + res = s->byte_count; | ||
854 | + break; | ||
855 | + case REG_SD_CMDR: /* Command */ | ||
856 | + res = s->command; | ||
857 | + break; | ||
858 | + case REG_SD_CAGR: /* Command Argument */ | ||
859 | + res = s->command_arg; | ||
860 | + break; | ||
861 | + case REG_SD_RESP0: /* Response Zero */ | ||
862 | + res = s->response[0]; | ||
863 | + break; | ||
864 | + case REG_SD_RESP1: /* Response One */ | ||
865 | + res = s->response[1]; | ||
866 | + break; | ||
867 | + case REG_SD_RESP2: /* Response Two */ | ||
868 | + res = s->response[2]; | ||
869 | + break; | ||
870 | + case REG_SD_RESP3: /* Response Three */ | ||
871 | + res = s->response[3]; | ||
872 | + break; | ||
873 | + case REG_SD_IMKR: /* Interrupt Mask */ | ||
874 | + res = s->irq_mask; | ||
875 | + break; | ||
876 | + case REG_SD_MISR: /* Masked Interrupt Status */ | ||
877 | + res = s->irq_status & s->irq_mask; | ||
878 | + break; | ||
879 | + case REG_SD_RISR: /* Raw Interrupt Status */ | ||
880 | + res = s->irq_status; | ||
881 | + break; | ||
882 | + case REG_SD_STAR: /* Status */ | ||
883 | + res = s->status; | ||
884 | + break; | ||
885 | + case REG_SD_FWLR: /* FIFO Water Level */ | ||
886 | + res = s->fifo_wlevel; | ||
887 | + break; | ||
888 | + case REG_SD_FUNS: /* FIFO Function Select */ | ||
889 | + res = s->fifo_func_sel; | ||
890 | + break; | ||
891 | + case REG_SD_DBGC: /* Debug Enable */ | ||
892 | + res = s->debug_enable; | ||
893 | + break; | ||
894 | + case REG_SD_A12A: /* Auto command 12 argument */ | ||
895 | + res = s->auto12_arg; | ||
896 | + break; | ||
897 | + case REG_SD_NTSR: /* SD NewTiming Set */ | ||
898 | + res = s->newtiming_set; | ||
899 | + break; | ||
900 | + case REG_SD_SDBG: /* SD newTiming Set Debug */ | ||
901 | + res = s->newtiming_debug; | ||
902 | + break; | ||
903 | + case REG_SD_HWRST: /* Hardware Reset Register */ | ||
904 | + res = s->hardware_rst; | ||
905 | + break; | ||
906 | + case REG_SD_DMAC: /* Internal DMA Controller Control */ | ||
907 | + res = s->dmac; | ||
908 | + break; | ||
909 | + case REG_SD_DLBA: /* Descriptor List Base Address */ | ||
910 | + res = s->desc_base; | ||
911 | + break; | ||
912 | + case REG_SD_IDST: /* Internal DMA Controller Status */ | ||
913 | + res = s->dmac_status; | ||
914 | + break; | ||
915 | + case REG_SD_IDIE: /* Internal DMA Controller Interrupt Enable */ | ||
916 | + res = s->dmac_irq; | ||
917 | + break; | ||
918 | + case REG_SD_THLDC: /* Card Threshold Control */ | ||
919 | + res = s->card_threshold; | ||
920 | + break; | ||
921 | + case REG_SD_DSBD: /* eMMC DDR Start Bit Detection Control */ | ||
922 | + res = s->startbit_detect; | ||
923 | + break; | ||
924 | + case REG_SD_RES_CRC: /* Response CRC from card/eMMC */ | ||
925 | + res = s->response_crc; | ||
926 | + break; | ||
927 | + case REG_SD_DATA7_CRC: /* CRC Data 7 from card/eMMC */ | ||
928 | + case REG_SD_DATA6_CRC: /* CRC Data 6 from card/eMMC */ | ||
929 | + case REG_SD_DATA5_CRC: /* CRC Data 5 from card/eMMC */ | ||
930 | + case REG_SD_DATA4_CRC: /* CRC Data 4 from card/eMMC */ | ||
931 | + case REG_SD_DATA3_CRC: /* CRC Data 3 from card/eMMC */ | ||
932 | + case REG_SD_DATA2_CRC: /* CRC Data 2 from card/eMMC */ | ||
933 | + case REG_SD_DATA1_CRC: /* CRC Data 1 from card/eMMC */ | ||
934 | + case REG_SD_DATA0_CRC: /* CRC Data 0 from card/eMMC */ | ||
935 | + res = s->data_crc[((offset - REG_SD_DATA7_CRC) / sizeof(uint32_t))]; | ||
936 | + break; | ||
937 | + case REG_SD_CRC_STA: /* CRC status from card/eMMC in write operation */ | ||
938 | + res = s->status_crc; | ||
939 | + break; | ||
940 | + case REG_SD_FIFO: /* Read/Write FIFO */ | ||
941 | + if (sdbus_data_ready(&s->sdbus)) { | ||
942 | + res = sdbus_read_data(&s->sdbus); | ||
943 | + res |= sdbus_read_data(&s->sdbus) << 8; | ||
944 | + res |= sdbus_read_data(&s->sdbus) << 16; | ||
945 | + res |= sdbus_read_data(&s->sdbus) << 24; | ||
946 | + allwinner_sdhost_update_transfer_cnt(s, sizeof(uint32_t)); | ||
947 | + allwinner_sdhost_auto_stop(s); | ||
948 | + allwinner_sdhost_update_irq(s); | ||
949 | + } else { | ||
950 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: no data ready on SD bus\n", | ||
951 | + __func__); | ||
952 | + } | ||
953 | + break; | ||
954 | + default: | ||
955 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: out-of-bounds offset %" | ||
956 | + HWADDR_PRIx"\n", __func__, offset); | ||
957 | + res = 0; | ||
958 | + break; | ||
959 | + } | ||
960 | + | ||
961 | + trace_allwinner_sdhost_read(offset, res, size); | ||
962 | + return res; | ||
963 | +} | ||
964 | + | ||
965 | +static void allwinner_sdhost_write(void *opaque, hwaddr offset, | ||
966 | + uint64_t value, unsigned size) | ||
967 | +{ | ||
968 | + AwSdHostState *s = AW_SDHOST(opaque); | ||
969 | + | ||
970 | + trace_allwinner_sdhost_write(offset, value, size); | ||
971 | + | ||
972 | + switch (offset) { | ||
973 | + case REG_SD_GCTL: /* Global Control */ | ||
974 | + s->global_ctl = value; | ||
975 | + s->global_ctl &= ~(SD_GCTL_DMA_RST | SD_GCTL_FIFO_RST | | ||
976 | + SD_GCTL_SOFT_RST); | ||
977 | + allwinner_sdhost_update_irq(s); | ||
978 | + break; | ||
979 | + case REG_SD_CKCR: /* Clock Control */ | ||
980 | + s->clock_ctl = value; | ||
981 | + break; | ||
982 | + case REG_SD_TMOR: /* Timeout */ | ||
983 | + s->timeout = value; | ||
984 | + break; | ||
985 | + case REG_SD_BWDR: /* Bus Width */ | ||
986 | + s->bus_width = value; | ||
987 | + break; | ||
988 | + case REG_SD_BKSR: /* Block Size */ | ||
989 | + s->block_size = value; | ||
990 | + break; | ||
991 | + case REG_SD_BYCR: /* Byte Count */ | ||
992 | + s->byte_count = value; | ||
993 | + s->transfer_cnt = value; | ||
994 | + break; | ||
995 | + case REG_SD_CMDR: /* Command */ | ||
996 | + s->command = value; | ||
997 | + if (value & SD_CMDR_LOAD) { | ||
998 | + allwinner_sdhost_send_command(s); | ||
999 | + allwinner_sdhost_dma(s); | ||
1000 | + allwinner_sdhost_auto_stop(s); | ||
1001 | + } | ||
1002 | + allwinner_sdhost_update_irq(s); | ||
1003 | + break; | ||
1004 | + case REG_SD_CAGR: /* Command Argument */ | ||
1005 | + s->command_arg = value; | ||
1006 | + break; | ||
1007 | + case REG_SD_RESP0: /* Response Zero */ | ||
1008 | + s->response[0] = value; | ||
1009 | + break; | ||
1010 | + case REG_SD_RESP1: /* Response One */ | ||
1011 | + s->response[1] = value; | ||
1012 | + break; | ||
1013 | + case REG_SD_RESP2: /* Response Two */ | ||
1014 | + s->response[2] = value; | ||
1015 | + break; | ||
1016 | + case REG_SD_RESP3: /* Response Three */ | ||
1017 | + s->response[3] = value; | ||
1018 | + break; | ||
1019 | + case REG_SD_IMKR: /* Interrupt Mask */ | ||
1020 | + s->irq_mask = value; | ||
1021 | + allwinner_sdhost_update_irq(s); | ||
1022 | + break; | ||
1023 | + case REG_SD_MISR: /* Masked Interrupt Status */ | ||
1024 | + case REG_SD_RISR: /* Raw Interrupt Status */ | ||
1025 | + s->irq_status &= ~value; | ||
1026 | + allwinner_sdhost_update_irq(s); | ||
1027 | + break; | ||
1028 | + case REG_SD_STAR: /* Status */ | ||
1029 | + s->status &= ~value; | ||
1030 | + allwinner_sdhost_update_irq(s); | ||
1031 | + break; | ||
1032 | + case REG_SD_FWLR: /* FIFO Water Level */ | ||
1033 | + s->fifo_wlevel = value; | ||
1034 | + break; | ||
1035 | + case REG_SD_FUNS: /* FIFO Function Select */ | ||
1036 | + s->fifo_func_sel = value; | ||
1037 | + break; | ||
1038 | + case REG_SD_DBGC: /* Debug Enable */ | ||
1039 | + s->debug_enable = value; | ||
1040 | + break; | ||
1041 | + case REG_SD_A12A: /* Auto command 12 argument */ | ||
1042 | + s->auto12_arg = value; | ||
1043 | + break; | ||
1044 | + case REG_SD_NTSR: /* SD NewTiming Set */ | ||
1045 | + s->newtiming_set = value; | ||
1046 | + break; | ||
1047 | + case REG_SD_SDBG: /* SD newTiming Set Debug */ | ||
1048 | + s->newtiming_debug = value; | ||
1049 | + break; | ||
1050 | + case REG_SD_HWRST: /* Hardware Reset Register */ | ||
1051 | + s->hardware_rst = value; | ||
1052 | + break; | ||
1053 | + case REG_SD_DMAC: /* Internal DMA Controller Control */ | ||
1054 | + s->dmac = value; | ||
1055 | + allwinner_sdhost_update_irq(s); | ||
1056 | + break; | ||
1057 | + case REG_SD_DLBA: /* Descriptor List Base Address */ | ||
1058 | + s->desc_base = value; | ||
1059 | + break; | ||
1060 | + case REG_SD_IDST: /* Internal DMA Controller Status */ | ||
1061 | + s->dmac_status &= (~SD_IDST_WR_MASK) | (~value & SD_IDST_WR_MASK); | ||
1062 | + allwinner_sdhost_update_irq(s); | ||
1063 | + break; | ||
1064 | + case REG_SD_IDIE: /* Internal DMA Controller Interrupt Enable */ | ||
1065 | + s->dmac_irq = value; | ||
1066 | + allwinner_sdhost_update_irq(s); | ||
1067 | + break; | ||
1068 | + case REG_SD_THLDC: /* Card Threshold Control */ | ||
1069 | + s->card_threshold = value; | ||
1070 | + break; | ||
1071 | + case REG_SD_DSBD: /* eMMC DDR Start Bit Detection Control */ | ||
1072 | + s->startbit_detect = value; | ||
1073 | + break; | ||
1074 | + case REG_SD_FIFO: /* Read/Write FIFO */ | ||
1075 | + sdbus_write_data(&s->sdbus, value & 0xff); | ||
1076 | + sdbus_write_data(&s->sdbus, (value >> 8) & 0xff); | ||
1077 | + sdbus_write_data(&s->sdbus, (value >> 16) & 0xff); | ||
1078 | + sdbus_write_data(&s->sdbus, (value >> 24) & 0xff); | ||
1079 | + allwinner_sdhost_update_transfer_cnt(s, sizeof(uint32_t)); | ||
1080 | + allwinner_sdhost_auto_stop(s); | ||
1081 | + allwinner_sdhost_update_irq(s); | ||
1082 | + break; | ||
1083 | + case REG_SD_RES_CRC: /* Response CRC from card/eMMC */ | ||
1084 | + case REG_SD_DATA7_CRC: /* CRC Data 7 from card/eMMC */ | ||
1085 | + case REG_SD_DATA6_CRC: /* CRC Data 6 from card/eMMC */ | ||
1086 | + case REG_SD_DATA5_CRC: /* CRC Data 5 from card/eMMC */ | ||
1087 | + case REG_SD_DATA4_CRC: /* CRC Data 4 from card/eMMC */ | ||
1088 | + case REG_SD_DATA3_CRC: /* CRC Data 3 from card/eMMC */ | ||
1089 | + case REG_SD_DATA2_CRC: /* CRC Data 2 from card/eMMC */ | ||
1090 | + case REG_SD_DATA1_CRC: /* CRC Data 1 from card/eMMC */ | ||
1091 | + case REG_SD_DATA0_CRC: /* CRC Data 0 from card/eMMC */ | ||
1092 | + case REG_SD_CRC_STA: /* CRC status from card/eMMC in write operation */ | ||
1093 | + break; | ||
1094 | + default: | ||
1095 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: out-of-bounds offset %" | ||
1096 | + HWADDR_PRIx"\n", __func__, offset); | ||
1097 | + break; | ||
1098 | + } | ||
1099 | +} | ||
1100 | + | ||
1101 | +static const MemoryRegionOps allwinner_sdhost_ops = { | ||
1102 | + .read = allwinner_sdhost_read, | ||
1103 | + .write = allwinner_sdhost_write, | ||
1104 | + .endianness = DEVICE_NATIVE_ENDIAN, | ||
1105 | + .valid = { | ||
1106 | + .min_access_size = 4, | ||
1107 | + .max_access_size = 4, | ||
1108 | + }, | ||
1109 | + .impl.min_access_size = 4, | ||
1110 | +}; | ||
1111 | + | ||
1112 | +static const VMStateDescription vmstate_allwinner_sdhost = { | ||
1113 | + .name = "allwinner-sdhost", | ||
1114 | + .version_id = 1, | ||
1115 | + .minimum_version_id = 1, | ||
1116 | + .fields = (VMStateField[]) { | ||
1117 | + VMSTATE_UINT32(global_ctl, AwSdHostState), | ||
1118 | + VMSTATE_UINT32(clock_ctl, AwSdHostState), | ||
1119 | + VMSTATE_UINT32(timeout, AwSdHostState), | ||
1120 | + VMSTATE_UINT32(bus_width, AwSdHostState), | ||
1121 | + VMSTATE_UINT32(block_size, AwSdHostState), | ||
1122 | + VMSTATE_UINT32(byte_count, AwSdHostState), | ||
1123 | + VMSTATE_UINT32(transfer_cnt, AwSdHostState), | ||
1124 | + VMSTATE_UINT32(command, AwSdHostState), | ||
1125 | + VMSTATE_UINT32(command_arg, AwSdHostState), | ||
1126 | + VMSTATE_UINT32_ARRAY(response, AwSdHostState, 4), | ||
1127 | + VMSTATE_UINT32(irq_mask, AwSdHostState), | ||
1128 | + VMSTATE_UINT32(irq_status, AwSdHostState), | ||
1129 | + VMSTATE_UINT32(status, AwSdHostState), | ||
1130 | + VMSTATE_UINT32(fifo_wlevel, AwSdHostState), | ||
1131 | + VMSTATE_UINT32(fifo_func_sel, AwSdHostState), | ||
1132 | + VMSTATE_UINT32(debug_enable, AwSdHostState), | ||
1133 | + VMSTATE_UINT32(auto12_arg, AwSdHostState), | ||
1134 | + VMSTATE_UINT32(newtiming_set, AwSdHostState), | ||
1135 | + VMSTATE_UINT32(newtiming_debug, AwSdHostState), | ||
1136 | + VMSTATE_UINT32(hardware_rst, AwSdHostState), | ||
1137 | + VMSTATE_UINT32(dmac, AwSdHostState), | ||
1138 | + VMSTATE_UINT32(desc_base, AwSdHostState), | ||
1139 | + VMSTATE_UINT32(dmac_status, AwSdHostState), | ||
1140 | + VMSTATE_UINT32(dmac_irq, AwSdHostState), | ||
1141 | + VMSTATE_UINT32(card_threshold, AwSdHostState), | ||
1142 | + VMSTATE_UINT32(startbit_detect, AwSdHostState), | ||
1143 | + VMSTATE_UINT32(response_crc, AwSdHostState), | ||
1144 | + VMSTATE_UINT32_ARRAY(data_crc, AwSdHostState, 8), | ||
1145 | + VMSTATE_UINT32(status_crc, AwSdHostState), | ||
1146 | + VMSTATE_END_OF_LIST() | ||
1147 | + } | ||
1148 | +}; | ||
1149 | + | ||
1150 | +static void allwinner_sdhost_init(Object *obj) | ||
1151 | +{ | ||
1152 | + AwSdHostState *s = AW_SDHOST(obj); | ||
1153 | + | ||
1154 | + qbus_create_inplace(&s->sdbus, sizeof(s->sdbus), | ||
1155 | + TYPE_AW_SDHOST_BUS, DEVICE(s), "sd-bus"); | ||
1156 | + | ||
1157 | + memory_region_init_io(&s->iomem, obj, &allwinner_sdhost_ops, s, | ||
1158 | + TYPE_AW_SDHOST, 4 * KiB); | ||
1159 | + sysbus_init_mmio(SYS_BUS_DEVICE(s), &s->iomem); | ||
1160 | + sysbus_init_irq(SYS_BUS_DEVICE(s), &s->irq); | ||
1161 | +} | ||
1162 | + | ||
1163 | +static void allwinner_sdhost_reset(DeviceState *dev) | ||
1164 | +{ | ||
1165 | + AwSdHostState *s = AW_SDHOST(dev); | ||
1166 | + | ||
1167 | + s->global_ctl = REG_SD_GCTL_RST; | ||
1168 | + s->clock_ctl = REG_SD_CKCR_RST; | ||
1169 | + s->timeout = REG_SD_TMOR_RST; | ||
1170 | + s->bus_width = REG_SD_BWDR_RST; | ||
1171 | + s->block_size = REG_SD_BKSR_RST; | ||
1172 | + s->byte_count = REG_SD_BYCR_RST; | ||
1173 | + s->transfer_cnt = 0; | ||
1174 | + | ||
1175 | + s->command = REG_SD_CMDR_RST; | ||
1176 | + s->command_arg = REG_SD_CAGR_RST; | ||
1177 | + | ||
1178 | + for (int i = 0; i < ARRAY_SIZE(s->response); i++) { | ||
1179 | + s->response[i] = REG_SD_RESP_RST; | ||
1180 | + } | ||
1181 | + | ||
1182 | + s->irq_mask = REG_SD_IMKR_RST; | ||
1183 | + s->irq_status = REG_SD_RISR_RST; | ||
1184 | + s->status = REG_SD_STAR_RST; | ||
1185 | + | ||
1186 | + s->fifo_wlevel = REG_SD_FWLR_RST; | ||
1187 | + s->fifo_func_sel = REG_SD_FUNS_RST; | ||
1188 | + s->debug_enable = REG_SD_DBGC_RST; | ||
1189 | + s->auto12_arg = REG_SD_A12A_RST; | ||
1190 | + s->newtiming_set = REG_SD_NTSR_RST; | ||
1191 | + s->newtiming_debug = REG_SD_SDBG_RST; | ||
1192 | + s->hardware_rst = REG_SD_HWRST_RST; | ||
1193 | + s->dmac = REG_SD_DMAC_RST; | ||
1194 | + s->desc_base = REG_SD_DLBA_RST; | ||
1195 | + s->dmac_status = REG_SD_IDST_RST; | ||
1196 | + s->dmac_irq = REG_SD_IDIE_RST; | ||
1197 | + s->card_threshold = REG_SD_THLDC_RST; | ||
1198 | + s->startbit_detect = REG_SD_DSBD_RST; | ||
1199 | + s->response_crc = REG_SD_RES_CRC_RST; | ||
1200 | + | ||
1201 | + for (int i = 0; i < ARRAY_SIZE(s->data_crc); i++) { | ||
1202 | + s->data_crc[i] = REG_SD_DATA_CRC_RST; | ||
1203 | + } | ||
1204 | + | ||
1205 | + s->status_crc = REG_SD_CRC_STA_RST; | ||
1206 | +} | ||
1207 | + | ||
1208 | +static void allwinner_sdhost_bus_class_init(ObjectClass *klass, void *data) | ||
1209 | +{ | ||
1210 | + SDBusClass *sbc = SD_BUS_CLASS(klass); | ||
1211 | + | ||
1212 | + sbc->set_inserted = allwinner_sdhost_set_inserted; | ||
1213 | +} | ||
1214 | + | ||
1215 | +static void allwinner_sdhost_class_init(ObjectClass *klass, void *data) | ||
1216 | +{ | ||
1217 | + DeviceClass *dc = DEVICE_CLASS(klass); | ||
1218 | + | ||
1219 | + dc->reset = allwinner_sdhost_reset; | ||
1220 | + dc->vmsd = &vmstate_allwinner_sdhost; | ||
1221 | +} | ||
1222 | + | ||
1223 | +static void allwinner_sdhost_sun4i_class_init(ObjectClass *klass, void *data) | ||
1224 | +{ | ||
1225 | + AwSdHostClass *sc = AW_SDHOST_CLASS(klass); | ||
1226 | + sc->max_desc_size = 8 * KiB; | ||
1227 | +} | ||
1228 | + | ||
1229 | +static void allwinner_sdhost_sun5i_class_init(ObjectClass *klass, void *data) | ||
1230 | +{ | ||
1231 | + AwSdHostClass *sc = AW_SDHOST_CLASS(klass); | ||
1232 | + sc->max_desc_size = 64 * KiB; | ||
1233 | +} | ||
1234 | + | ||
1235 | +static TypeInfo allwinner_sdhost_info = { | ||
1236 | + .name = TYPE_AW_SDHOST, | ||
1237 | + .parent = TYPE_SYS_BUS_DEVICE, | ||
1238 | + .instance_init = allwinner_sdhost_init, | ||
1239 | + .instance_size = sizeof(AwSdHostState), | ||
1240 | + .class_init = allwinner_sdhost_class_init, | ||
1241 | + .class_size = sizeof(AwSdHostClass), | ||
1242 | + .abstract = true, | ||
1243 | +}; | ||
1244 | + | ||
1245 | +static const TypeInfo allwinner_sdhost_sun4i_info = { | ||
1246 | + .name = TYPE_AW_SDHOST_SUN4I, | ||
1247 | + .parent = TYPE_AW_SDHOST, | ||
1248 | + .class_init = allwinner_sdhost_sun4i_class_init, | ||
1249 | +}; | ||
1250 | + | ||
1251 | +static const TypeInfo allwinner_sdhost_sun5i_info = { | ||
1252 | + .name = TYPE_AW_SDHOST_SUN5I, | ||
1253 | + .parent = TYPE_AW_SDHOST, | ||
1254 | + .class_init = allwinner_sdhost_sun5i_class_init, | ||
1255 | +}; | ||
1256 | + | ||
1257 | +static const TypeInfo allwinner_sdhost_bus_info = { | ||
1258 | + .name = TYPE_AW_SDHOST_BUS, | ||
1259 | + .parent = TYPE_SD_BUS, | ||
1260 | + .instance_size = sizeof(SDBus), | ||
1261 | + .class_init = allwinner_sdhost_bus_class_init, | ||
1262 | +}; | ||
1263 | + | ||
1264 | +static void allwinner_sdhost_register_types(void) | ||
1265 | +{ | ||
1266 | + type_register_static(&allwinner_sdhost_info); | ||
1267 | + type_register_static(&allwinner_sdhost_sun4i_info); | ||
1268 | + type_register_static(&allwinner_sdhost_sun5i_info); | ||
1269 | + type_register_static(&allwinner_sdhost_bus_info); | ||
1270 | +} | ||
1271 | + | ||
1272 | +type_init(allwinner_sdhost_register_types) | ||
1273 | diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig | ||
1274 | index XXXXXXX..XXXXXXX 100644 | ||
1275 | --- a/hw/arm/Kconfig | ||
1276 | +++ b/hw/arm/Kconfig | ||
1277 | @@ -XXX,XX +XXX,XX @@ config ALLWINNER_H3 | ||
1278 | select UNIMP | ||
1279 | select USB_OHCI | ||
1280 | select USB_EHCI_SYSBUS | ||
1281 | + select SD | ||
1282 | |||
1283 | config RASPI | ||
1284 | bool | ||
1285 | diff --git a/hw/sd/trace-events b/hw/sd/trace-events | ||
1286 | index XXXXXXX..XXXXXXX 100644 | ||
1287 | --- a/hw/sd/trace-events | ||
1288 | +++ b/hw/sd/trace-events | ||
1289 | @@ -XXX,XX +XXX,XX @@ | ||
1290 | # See docs/devel/tracing.txt for syntax documentation. | ||
1291 | |||
1292 | +# allwinner-sdhost.c | ||
1293 | +allwinner_sdhost_set_inserted(bool inserted) "inserted %u" | ||
1294 | +allwinner_sdhost_process_desc(uint64_t desc_addr, uint32_t desc_size, bool is_write, uint32_t max_bytes) "desc_addr 0x%" PRIx64 " desc_size %" PRIu32 " is_write %u max_bytes %" PRIu32 | ||
1295 | +allwinner_sdhost_read(uint64_t offset, uint64_t data, unsigned size) "offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32 | ||
1296 | +allwinner_sdhost_write(uint64_t offset, uint64_t data, unsigned size) "offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32 | ||
1297 | +allwinner_sdhost_update_irq(uint32_t irq) "IRQ bits 0x%" PRIx32 | ||
1298 | + | ||
1299 | # bcm2835_sdhost.c | ||
1300 | bcm2835_sdhost_read(uint64_t offset, uint64_t data, unsigned size) "offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u" | ||
1301 | bcm2835_sdhost_write(uint64_t offset, uint64_t data, unsigned size) "offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u" | ||
1302 | -- | 57 | -- |
1303 | 2.20.1 | 58 | 2.20.1 |
1304 | 59 | ||
1305 | 60 | diff view generated by jsdifflib |
1 | From: Eric Auger <eric.auger@redhat.com> | 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. | ||
2 | 5 | ||
3 | Restructure the finalize_gic_version with switch cases and | 6 | We can avoid making an explicit check on the board type constant by |
4 | clearly separate the following cases: | 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. | ||
5 | 10 | ||
6 | - KVM mode / in-kernel irqchip | 11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
7 | - KVM mode / userspace irqchip | 12 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
8 | - TCG mode | 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(-) | ||
9 | 18 | ||
10 | In KVM mode / in-kernel irqchip , we explictly check whether | 19 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c |
11 | the chosen version is supported by the host. If the end-user | ||
12 | explicitly sets v2/v3 and this is not supported by the host, | ||
13 | then the user gets an explicit error message. Note that for | ||
14 | old kernels where the CREATE_DEVICE ioctl doesn't exist then | ||
15 | we will now fail if the user specifically asked for gicv2, | ||
16 | where previously we (probably) would have succeeded. | ||
17 | |||
18 | In KVM mode / userspace irqchip we immediatly output an error | ||
19 | in case the end-user explicitly selected v3. Also we warn the | ||
20 | end-user about the unexpected usage of gic-version=host in | ||
21 | that case as only userspace GICv2 is supported. | ||
22 | |||
23 | Signed-off-by: Eric Auger <eric.auger@redhat.com> | ||
24 | Reviewed-by: Andrew Jones <drjones@redhat.com> | ||
25 | Message-id: 20200311131618.7187-6-eric.auger@redhat.com | ||
26 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
27 | --- | ||
28 | hw/arm/virt.c | 88 +++++++++++++++++++++++++++++++++++++++------------ | ||
29 | 1 file changed, 67 insertions(+), 21 deletions(-) | ||
30 | |||
31 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c | ||
32 | index XXXXXXX..XXXXXXX 100644 | 20 | index XXXXXXX..XXXXXXX 100644 |
33 | --- a/hw/arm/virt.c | 21 | --- a/hw/arm/mps2-tz.c |
34 | +++ b/hw/arm/virt.c | 22 | +++ b/hw/arm/mps2-tz.c |
35 | @@ -XXX,XX +XXX,XX @@ static void virt_set_memmap(VirtMachineState *vms) | 23 | @@ -XXX,XX +XXX,XX @@ static void make_ram_alias(MemoryRegion *mr, const char *name, |
36 | */ | 24 | static qemu_irq get_sse_irq_in(MPS2TZMachineState *mms, int irqno) |
37 | static void finalize_gic_version(VirtMachineState *vms) | ||
38 | { | 25 | { |
39 | - if (vms->gic_version == VIRT_GIC_VERSION_HOST || | 26 | /* Return a qemu_irq which will signal IRQ n to all CPUs in the SSE. */ |
40 | - vms->gic_version == VIRT_GIC_VERSION_MAX) { | 27 | - MPS2TZMachineClass *mmc = MPS2TZ_MACHINE_GET_CLASS(mms); |
41 | - if (!kvm_enabled()) { | 28 | + MachineClass *mc = MACHINE_GET_CLASS(mms); |
42 | - if (vms->gic_version == VIRT_GIC_VERSION_HOST) { | 29 | |
43 | - error_report("gic-version=host requires KVM"); | 30 | assert(irqno < MPS2TZ_NUMIRQ); |
44 | - exit(1); | 31 | |
45 | - } else { | 32 | - switch (mmc->fpga_type) { |
46 | - /* "max": currently means 3 for TCG */ | 33 | - case FPGA_AN505: |
47 | - vms->gic_version = VIRT_GIC_VERSION_3; | 34 | - return qdev_get_gpio_in_named(DEVICE(&mms->iotkit), "EXP_IRQ", irqno); |
48 | - } | 35 | - case FPGA_AN521: |
49 | - } else { | 36 | + if (mc->max_cpus > 1) { |
50 | - int probe_bitmap = kvm_arm_vgic_probe(); | 37 | return qdev_get_gpio_in(DEVICE(&mms->cpu_irq_splitter[irqno]), 0); |
51 | + if (kvm_enabled()) { | 38 | - default: |
52 | + int probe_bitmap; | 39 | - g_assert_not_reached(); |
53 | 40 | + } else { | |
54 | - if (!probe_bitmap) { | 41 | + return qdev_get_gpio_in_named(DEVICE(&mms->iotkit), "EXP_IRQ", irqno); |
55 | + if (!kvm_irqchip_in_kernel()) { | ||
56 | + switch (vms->gic_version) { | ||
57 | + case VIRT_GIC_VERSION_HOST: | ||
58 | + warn_report( | ||
59 | + "gic-version=host not relevant with kernel-irqchip=off " | ||
60 | + "as only userspace GICv2 is supported. Using v2 ..."); | ||
61 | + return; | ||
62 | + case VIRT_GIC_VERSION_MAX: | ||
63 | + case VIRT_GIC_VERSION_NOSEL: | ||
64 | + vms->gic_version = VIRT_GIC_VERSION_2; | ||
65 | + return; | ||
66 | + case VIRT_GIC_VERSION_2: | ||
67 | + return; | ||
68 | + case VIRT_GIC_VERSION_3: | ||
69 | error_report( | ||
70 | - "Unable to determine GIC version supported by host"); | ||
71 | + "gic-version=3 is not supported with kernel-irqchip=off"); | ||
72 | exit(1); | ||
73 | - } else { | ||
74 | - if (probe_bitmap & KVM_ARM_VGIC_V3) { | ||
75 | - vms->gic_version = VIRT_GIC_VERSION_3; | ||
76 | - } else { | ||
77 | - vms->gic_version = VIRT_GIC_VERSION_2; | ||
78 | - } | ||
79 | } | ||
80 | } | ||
81 | - } else if (vms->gic_version == VIRT_GIC_VERSION_NOSEL) { | ||
82 | + | ||
83 | + probe_bitmap = kvm_arm_vgic_probe(); | ||
84 | + if (!probe_bitmap) { | ||
85 | + error_report("Unable to determine GIC version supported by host"); | ||
86 | + exit(1); | ||
87 | + } | ||
88 | + | ||
89 | + switch (vms->gic_version) { | ||
90 | + case VIRT_GIC_VERSION_HOST: | ||
91 | + case VIRT_GIC_VERSION_MAX: | ||
92 | + if (probe_bitmap & KVM_ARM_VGIC_V3) { | ||
93 | + vms->gic_version = VIRT_GIC_VERSION_3; | ||
94 | + } else { | ||
95 | + vms->gic_version = VIRT_GIC_VERSION_2; | ||
96 | + } | ||
97 | + return; | ||
98 | + case VIRT_GIC_VERSION_NOSEL: | ||
99 | + vms->gic_version = VIRT_GIC_VERSION_2; | ||
100 | + break; | ||
101 | + case VIRT_GIC_VERSION_2: | ||
102 | + case VIRT_GIC_VERSION_3: | ||
103 | + break; | ||
104 | + } | ||
105 | + | ||
106 | + /* Check chosen version is effectively supported by the host */ | ||
107 | + if (vms->gic_version == VIRT_GIC_VERSION_2 && | ||
108 | + !(probe_bitmap & KVM_ARM_VGIC_V2)) { | ||
109 | + error_report("host does not support in-kernel GICv2 emulation"); | ||
110 | + exit(1); | ||
111 | + } else if (vms->gic_version == VIRT_GIC_VERSION_3 && | ||
112 | + !(probe_bitmap & KVM_ARM_VGIC_V3)) { | ||
113 | + error_report("host does not support in-kernel GICv3 emulation"); | ||
114 | + exit(1); | ||
115 | + } | ||
116 | + return; | ||
117 | + } | ||
118 | + | ||
119 | + /* TCG mode */ | ||
120 | + switch (vms->gic_version) { | ||
121 | + case VIRT_GIC_VERSION_NOSEL: | ||
122 | vms->gic_version = VIRT_GIC_VERSION_2; | ||
123 | + break; | ||
124 | + case VIRT_GIC_VERSION_MAX: | ||
125 | + vms->gic_version = VIRT_GIC_VERSION_3; | ||
126 | + break; | ||
127 | + case VIRT_GIC_VERSION_HOST: | ||
128 | + error_report("gic-version=host requires KVM"); | ||
129 | + exit(1); | ||
130 | + case VIRT_GIC_VERSION_2: | ||
131 | + case VIRT_GIC_VERSION_3: | ||
132 | + break; | ||
133 | } | 42 | } |
134 | } | 43 | } |
135 | 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]; | ||
136 | -- | 61 | -- |
137 | 2.20.1 | 62 | 2.20.1 |
138 | 63 | ||
139 | 64 | diff view generated by jsdifflib |
1 | From: Niek Linnenbank <nieklinnenbank@gmail.com> | 1 | The AN524 has more interrupt lines than the AN505 and AN521; make |
---|---|---|---|
2 | numirq board-specific rather than a compile-time constant. | ||
2 | 3 | ||
3 | Various Allwinner System on Chip designs contain multiple processors | 4 | Since the difference is small (92 on the current boards and 95 on the |
4 | that can be configured and reset using the generic CPU Configuration | 5 | new one) we don't dynamically allocate the cpu_irq_splitter[] array |
5 | module interface. This commit adds support for the Allwinner CPU | 6 | but leave it as a fixed length array whose size is the maximum needed |
6 | configuration interface which emulates the following features: | 7 | for any of the boards. |
7 | 8 | ||
8 | * CPU reset | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
9 | * CPU status | 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 | hw/arm/mps2-tz.c | 15 ++++++++++----- | ||
15 | 1 file changed, 10 insertions(+), 5 deletions(-) | ||
10 | 16 | ||
11 | Signed-off-by: Niek Linnenbank <nieklinnenbank@gmail.com> | 17 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c |
12 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
13 | Message-id: 20200311221854.30370-7-nieklinnenbank@gmail.com | ||
14 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
15 | --- | ||
16 | hw/misc/Makefile.objs | 1 + | ||
17 | include/hw/arm/allwinner-h3.h | 3 + | ||
18 | include/hw/misc/allwinner-cpucfg.h | 52 ++++++ | ||
19 | hw/arm/allwinner-h3.c | 9 +- | ||
20 | hw/misc/allwinner-cpucfg.c | 282 +++++++++++++++++++++++++++++ | ||
21 | hw/misc/trace-events | 5 + | ||
22 | 6 files changed, 351 insertions(+), 1 deletion(-) | ||
23 | create mode 100644 include/hw/misc/allwinner-cpucfg.h | ||
24 | create mode 100644 hw/misc/allwinner-cpucfg.c | ||
25 | |||
26 | diff --git a/hw/misc/Makefile.objs b/hw/misc/Makefile.objs | ||
27 | index XXXXXXX..XXXXXXX 100644 | 18 | index XXXXXXX..XXXXXXX 100644 |
28 | --- a/hw/misc/Makefile.objs | 19 | --- a/hw/arm/mps2-tz.c |
29 | +++ b/hw/misc/Makefile.objs | 20 | +++ b/hw/arm/mps2-tz.c |
30 | @@ -XXX,XX +XXX,XX @@ common-obj-$(CONFIG_MACIO) += macio/ | ||
31 | common-obj-$(CONFIG_IVSHMEM_DEVICE) += ivshmem.o | ||
32 | |||
33 | common-obj-$(CONFIG_ALLWINNER_H3) += allwinner-h3-ccu.o | ||
34 | +obj-$(CONFIG_ALLWINNER_H3) += allwinner-cpucfg.o | ||
35 | common-obj-$(CONFIG_ALLWINNER_H3) += allwinner-h3-sysctrl.o | ||
36 | common-obj-$(CONFIG_REALVIEW) += arm_sysctl.o | ||
37 | common-obj-$(CONFIG_NSERIES) += cbus.o | ||
38 | diff --git a/include/hw/arm/allwinner-h3.h b/include/hw/arm/allwinner-h3.h | ||
39 | index XXXXXXX..XXXXXXX 100644 | ||
40 | --- a/include/hw/arm/allwinner-h3.h | ||
41 | +++ b/include/hw/arm/allwinner-h3.h | ||
42 | @@ -XXX,XX +XXX,XX @@ | 21 | @@ -XXX,XX +XXX,XX @@ |
43 | #include "hw/timer/allwinner-a10-pit.h" | 22 | #include "hw/qdev-clock.h" |
44 | #include "hw/intc/arm_gic.h" | 23 | #include "qom/object.h" |
45 | #include "hw/misc/allwinner-h3-ccu.h" | 24 | |
46 | +#include "hw/misc/allwinner-cpucfg.h" | 25 | -#define MPS2TZ_NUMIRQ 92 |
47 | #include "hw/misc/allwinner-h3-sysctrl.h" | 26 | +#define MPS2TZ_NUMIRQ_MAX 92 |
48 | #include "target/arm/cpu.h" | 27 | |
49 | 28 | typedef enum MPS2TZFPGAType { | |
50 | @@ -XXX,XX +XXX,XX @@ enum { | 29 | FPGA_AN505, |
51 | AW_H3_GIC_CPU, | 30 | @@ -XXX,XX +XXX,XX @@ struct MPS2TZMachineClass { |
52 | AW_H3_GIC_HYP, | 31 | const uint32_t *oscclk; |
53 | AW_H3_GIC_VCPU, | 32 | uint32_t fpgaio_num_leds; /* Number of LEDs in FPGAIO LED0 register */ |
54 | + AW_H3_CPUCFG, | 33 | bool fpgaio_has_switches; /* Does FPGAIO have SWITCH register? */ |
55 | AW_H3_SDRAM | 34 | + int numirq; /* Number of external interrupts */ |
35 | const char *armsse_type; | ||
56 | }; | 36 | }; |
57 | 37 | ||
58 | @@ -XXX,XX +XXX,XX @@ typedef struct AwH3State { | 38 | @@ -XXX,XX +XXX,XX @@ struct MPS2TZMachineState { |
59 | const hwaddr *memmap; | 39 | SplitIRQ sec_resp_splitter; |
60 | AwA10PITState timer; | 40 | qemu_or_irq uart_irq_orgate; |
61 | AwH3ClockCtlState ccu; | 41 | DeviceState *lan9118; |
62 | + AwCpuCfgState cpucfg; | 42 | - SplitIRQ cpu_irq_splitter[MPS2TZ_NUMIRQ]; |
63 | AwH3SysCtrlState sysctrl; | 43 | + SplitIRQ cpu_irq_splitter[MPS2TZ_NUMIRQ_MAX]; |
64 | GICState gic; | 44 | Clock *sysclk; |
65 | MemoryRegion sram_a1; | 45 | Clock *s32kclk; |
66 | diff --git a/include/hw/misc/allwinner-cpucfg.h b/include/hw/misc/allwinner-cpucfg.h | ||
67 | new file mode 100644 | ||
68 | index XXXXXXX..XXXXXXX | ||
69 | --- /dev/null | ||
70 | +++ b/include/hw/misc/allwinner-cpucfg.h | ||
71 | @@ -XXX,XX +XXX,XX @@ | ||
72 | +/* | ||
73 | + * Allwinner CPU Configuration Module emulation | ||
74 | + * | ||
75 | + * Copyright (C) 2019 Niek Linnenbank <nieklinnenbank@gmail.com> | ||
76 | + * | ||
77 | + * This program is free software: you can redistribute it and/or modify | ||
78 | + * it under the terms of the GNU General Public License as published by | ||
79 | + * the Free Software Foundation, either version 2 of the License, or | ||
80 | + * (at your option) any later version. | ||
81 | + * | ||
82 | + * This program is distributed in the hope that it will be useful, | ||
83 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
84 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
85 | + * GNU General Public License for more details. | ||
86 | + * | ||
87 | + * You should have received a copy of the GNU General Public License | ||
88 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
89 | + */ | ||
90 | + | ||
91 | +#ifndef HW_MISC_ALLWINNER_CPUCFG_H | ||
92 | +#define HW_MISC_ALLWINNER_CPUCFG_H | ||
93 | + | ||
94 | +#include "qom/object.h" | ||
95 | +#include "hw/sysbus.h" | ||
96 | + | ||
97 | +/** | ||
98 | + * Object model | ||
99 | + * @{ | ||
100 | + */ | ||
101 | + | ||
102 | +#define TYPE_AW_CPUCFG "allwinner-cpucfg" | ||
103 | +#define AW_CPUCFG(obj) \ | ||
104 | + OBJECT_CHECK(AwCpuCfgState, (obj), TYPE_AW_CPUCFG) | ||
105 | + | ||
106 | +/** @} */ | ||
107 | + | ||
108 | +/** | ||
109 | + * Allwinner CPU Configuration Module instance state | ||
110 | + */ | ||
111 | +typedef struct AwCpuCfgState { | ||
112 | + /*< private >*/ | ||
113 | + SysBusDevice parent_obj; | ||
114 | + /*< public >*/ | ||
115 | + | ||
116 | + MemoryRegion iomem; | ||
117 | + uint32_t gen_ctrl; | ||
118 | + uint32_t super_standby; | ||
119 | + uint32_t entry_addr; | ||
120 | + | ||
121 | +} AwCpuCfgState; | ||
122 | + | ||
123 | +#endif /* HW_MISC_ALLWINNER_CPUCFG_H */ | ||
124 | diff --git a/hw/arm/allwinner-h3.c b/hw/arm/allwinner-h3.c | ||
125 | index XXXXXXX..XXXXXXX 100644 | ||
126 | --- a/hw/arm/allwinner-h3.c | ||
127 | +++ b/hw/arm/allwinner-h3.c | ||
128 | @@ -XXX,XX +XXX,XX @@ const hwaddr allwinner_h3_memmap[] = { | ||
129 | [AW_H3_GIC_CPU] = 0x01c82000, | ||
130 | [AW_H3_GIC_HYP] = 0x01c84000, | ||
131 | [AW_H3_GIC_VCPU] = 0x01c86000, | ||
132 | + [AW_H3_CPUCFG] = 0x01f01c00, | ||
133 | [AW_H3_SDRAM] = 0x40000000 | ||
134 | }; | 46 | }; |
135 | 47 | @@ -XXX,XX +XXX,XX @@ static qemu_irq get_sse_irq_in(MPS2TZMachineState *mms, int irqno) | |
136 | @@ -XXX,XX +XXX,XX @@ struct AwH3Unimplemented { | 48 | { |
137 | { "r_wdog", 0x01f01000, 1 * KiB }, | 49 | /* Return a qemu_irq which will signal IRQ n to all CPUs in the SSE. */ |
138 | { "r_prcm", 0x01f01400, 1 * KiB }, | 50 | MachineClass *mc = MACHINE_GET_CLASS(mms); |
139 | { "r_twd", 0x01f01800, 1 * KiB }, | 51 | + MPS2TZMachineClass *mmc = MPS2TZ_MACHINE_GET_CLASS(mms); |
140 | - { "r_cpucfg", 0x01f01c00, 1 * KiB }, | 52 | |
141 | { "r_cir-rx", 0x01f02000, 1 * KiB }, | 53 | - assert(irqno < MPS2TZ_NUMIRQ); |
142 | { "r_twi", 0x01f02400, 1 * KiB }, | 54 | + assert(irqno < mmc->numirq); |
143 | { "r_uart", 0x01f02800, 1 * KiB }, | 55 | |
144 | @@ -XXX,XX +XXX,XX @@ static void allwinner_h3_init(Object *obj) | 56 | if (mc->max_cpus > 1) { |
145 | 57 | return qdev_get_gpio_in(DEVICE(&mms->cpu_irq_splitter[irqno]), 0); | |
146 | sysbus_init_child_obj(obj, "sysctrl", &s->sysctrl, sizeof(s->sysctrl), | 58 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) |
147 | TYPE_AW_H3_SYSCTRL); | 59 | iotkitdev = DEVICE(&mms->iotkit); |
148 | + | 60 | object_property_set_link(OBJECT(&mms->iotkit), "memory", |
149 | + sysbus_init_child_obj(obj, "cpucfg", &s->cpucfg, sizeof(s->cpucfg), | 61 | OBJECT(system_memory), &error_abort); |
150 | + TYPE_AW_CPUCFG); | 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 | */ | ||
71 | + assert(mmc->numirq <= MPS2TZ_NUMIRQ_MAX); | ||
72 | if (mc->max_cpus > 1) { | ||
73 | - for (i = 0; i < MPS2TZ_NUMIRQ; i++) { | ||
74 | + for (i = 0; i < mmc->numirq; i++) { | ||
75 | char *name = g_strdup_printf("mps2-irq-splitter%d", i); | ||
76 | SplitIRQ *splitter = &mms->cpu_irq_splitter[i]; | ||
77 | |||
78 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_an505_class_init(ObjectClass *oc, void *data) | ||
79 | mmc->len_oscclk = ARRAY_SIZE(an505_oscclk); | ||
80 | mmc->fpgaio_num_leds = 2; | ||
81 | mmc->fpgaio_has_switches = false; | ||
82 | + mmc->numirq = 92; | ||
83 | mmc->armsse_type = TYPE_IOTKIT; | ||
151 | } | 84 | } |
152 | 85 | ||
153 | static void allwinner_h3_realize(DeviceState *dev, Error **errp) | 86 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_an521_class_init(ObjectClass *oc, void *data) |
154 | @@ -XXX,XX +XXX,XX @@ static void allwinner_h3_realize(DeviceState *dev, Error **errp) | 87 | mmc->len_oscclk = ARRAY_SIZE(an505_oscclk); |
155 | qdev_init_nofail(DEVICE(&s->sysctrl)); | 88 | mmc->fpgaio_num_leds = 2; |
156 | sysbus_mmio_map(SYS_BUS_DEVICE(&s->sysctrl), 0, s->memmap[AW_H3_SYSCTRL]); | 89 | mmc->fpgaio_has_switches = false; |
157 | 90 | + mmc->numirq = 92; | |
158 | + /* CPU Configuration */ | 91 | mmc->armsse_type = TYPE_SSE200; |
159 | + qdev_init_nofail(DEVICE(&s->cpucfg)); | 92 | } |
160 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->cpucfg), 0, s->memmap[AW_H3_CPUCFG]); | 93 | |
161 | + | ||
162 | /* Universal Serial Bus */ | ||
163 | sysbus_create_simple(TYPE_AW_H3_EHCI, s->memmap[AW_H3_EHCI0], | ||
164 | qdev_get_gpio_in(DEVICE(&s->gic), | ||
165 | diff --git a/hw/misc/allwinner-cpucfg.c b/hw/misc/allwinner-cpucfg.c | ||
166 | new file mode 100644 | ||
167 | index XXXXXXX..XXXXXXX | ||
168 | --- /dev/null | ||
169 | +++ b/hw/misc/allwinner-cpucfg.c | ||
170 | @@ -XXX,XX +XXX,XX @@ | ||
171 | +/* | ||
172 | + * Allwinner CPU Configuration Module emulation | ||
173 | + * | ||
174 | + * Copyright (C) 2019 Niek Linnenbank <nieklinnenbank@gmail.com> | ||
175 | + * | ||
176 | + * This program is free software: you can redistribute it and/or modify | ||
177 | + * it under the terms of the GNU General Public License as published by | ||
178 | + * the Free Software Foundation, either version 2 of the License, or | ||
179 | + * (at your option) any later version. | ||
180 | + * | ||
181 | + * This program is distributed in the hope that it will be useful, | ||
182 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
183 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
184 | + * GNU General Public License for more details. | ||
185 | + * | ||
186 | + * You should have received a copy of the GNU General Public License | ||
187 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
188 | + */ | ||
189 | + | ||
190 | +#include "qemu/osdep.h" | ||
191 | +#include "qemu/units.h" | ||
192 | +#include "hw/sysbus.h" | ||
193 | +#include "migration/vmstate.h" | ||
194 | +#include "qemu/log.h" | ||
195 | +#include "qemu/module.h" | ||
196 | +#include "qemu/error-report.h" | ||
197 | +#include "qemu/timer.h" | ||
198 | +#include "hw/core/cpu.h" | ||
199 | +#include "target/arm/arm-powerctl.h" | ||
200 | +#include "target/arm/cpu.h" | ||
201 | +#include "hw/misc/allwinner-cpucfg.h" | ||
202 | +#include "trace.h" | ||
203 | + | ||
204 | +/* CPUCFG register offsets */ | ||
205 | +enum { | ||
206 | + REG_CPUS_RST_CTRL = 0x0000, /* CPUs Reset Control */ | ||
207 | + REG_CPU0_RST_CTRL = 0x0040, /* CPU#0 Reset Control */ | ||
208 | + REG_CPU0_CTRL = 0x0044, /* CPU#0 Control */ | ||
209 | + REG_CPU0_STATUS = 0x0048, /* CPU#0 Status */ | ||
210 | + REG_CPU1_RST_CTRL = 0x0080, /* CPU#1 Reset Control */ | ||
211 | + REG_CPU1_CTRL = 0x0084, /* CPU#1 Control */ | ||
212 | + REG_CPU1_STATUS = 0x0088, /* CPU#1 Status */ | ||
213 | + REG_CPU2_RST_CTRL = 0x00C0, /* CPU#2 Reset Control */ | ||
214 | + REG_CPU2_CTRL = 0x00C4, /* CPU#2 Control */ | ||
215 | + REG_CPU2_STATUS = 0x00C8, /* CPU#2 Status */ | ||
216 | + REG_CPU3_RST_CTRL = 0x0100, /* CPU#3 Reset Control */ | ||
217 | + REG_CPU3_CTRL = 0x0104, /* CPU#3 Control */ | ||
218 | + REG_CPU3_STATUS = 0x0108, /* CPU#3 Status */ | ||
219 | + REG_CPU_SYS_RST = 0x0140, /* CPU System Reset */ | ||
220 | + REG_CLK_GATING = 0x0144, /* CPU Clock Gating */ | ||
221 | + REG_GEN_CTRL = 0x0184, /* General Control */ | ||
222 | + REG_SUPER_STANDBY = 0x01A0, /* Super Standby Flag */ | ||
223 | + REG_ENTRY_ADDR = 0x01A4, /* Reset Entry Address */ | ||
224 | + REG_DBG_EXTERN = 0x01E4, /* Debug External */ | ||
225 | + REG_CNT64_CTRL = 0x0280, /* 64-bit Counter Control */ | ||
226 | + REG_CNT64_LOW = 0x0284, /* 64-bit Counter Low */ | ||
227 | + REG_CNT64_HIGH = 0x0288, /* 64-bit Counter High */ | ||
228 | +}; | ||
229 | + | ||
230 | +/* CPUCFG register flags */ | ||
231 | +enum { | ||
232 | + CPUX_RESET_RELEASED = ((1 << 1) | (1 << 0)), | ||
233 | + CPUX_STATUS_SMP = (1 << 0), | ||
234 | + CPU_SYS_RESET_RELEASED = (1 << 0), | ||
235 | + CLK_GATING_ENABLE = ((1 << 8) | 0xF), | ||
236 | +}; | ||
237 | + | ||
238 | +/* CPUCFG register reset values */ | ||
239 | +enum { | ||
240 | + REG_CLK_GATING_RST = 0x0000010F, | ||
241 | + REG_GEN_CTRL_RST = 0x00000020, | ||
242 | + REG_SUPER_STANDBY_RST = 0x0, | ||
243 | + REG_CNT64_CTRL_RST = 0x0, | ||
244 | +}; | ||
245 | + | ||
246 | +/* CPUCFG constants */ | ||
247 | +enum { | ||
248 | + CPU_EXCEPTION_LEVEL_ON_RESET = 3, /* EL3 */ | ||
249 | +}; | ||
250 | + | ||
251 | +static void allwinner_cpucfg_cpu_reset(AwCpuCfgState *s, uint8_t cpu_id) | ||
252 | +{ | ||
253 | + int ret; | ||
254 | + | ||
255 | + trace_allwinner_cpucfg_cpu_reset(cpu_id, s->entry_addr); | ||
256 | + | ||
257 | + ARMCPU *target_cpu = ARM_CPU(arm_get_cpu_by_id(cpu_id)); | ||
258 | + if (!target_cpu) { | ||
259 | + /* | ||
260 | + * Called with a bogus value for cpu_id. Guest error will | ||
261 | + * already have been logged, we can simply return here. | ||
262 | + */ | ||
263 | + return; | ||
264 | + } | ||
265 | + bool target_aa64 = arm_feature(&target_cpu->env, ARM_FEATURE_AARCH64); | ||
266 | + | ||
267 | + ret = arm_set_cpu_on(cpu_id, s->entry_addr, 0, | ||
268 | + CPU_EXCEPTION_LEVEL_ON_RESET, target_aa64); | ||
269 | + if (ret != QEMU_ARM_POWERCTL_RET_SUCCESS) { | ||
270 | + error_report("%s: failed to bring up CPU %d: err %d", | ||
271 | + __func__, cpu_id, ret); | ||
272 | + return; | ||
273 | + } | ||
274 | +} | ||
275 | + | ||
276 | +static uint64_t allwinner_cpucfg_read(void *opaque, hwaddr offset, | ||
277 | + unsigned size) | ||
278 | +{ | ||
279 | + const AwCpuCfgState *s = AW_CPUCFG(opaque); | ||
280 | + uint64_t val = 0; | ||
281 | + | ||
282 | + switch (offset) { | ||
283 | + case REG_CPUS_RST_CTRL: /* CPUs Reset Control */ | ||
284 | + case REG_CPU_SYS_RST: /* CPU System Reset */ | ||
285 | + val = CPU_SYS_RESET_RELEASED; | ||
286 | + break; | ||
287 | + case REG_CPU0_RST_CTRL: /* CPU#0 Reset Control */ | ||
288 | + case REG_CPU1_RST_CTRL: /* CPU#1 Reset Control */ | ||
289 | + case REG_CPU2_RST_CTRL: /* CPU#2 Reset Control */ | ||
290 | + case REG_CPU3_RST_CTRL: /* CPU#3 Reset Control */ | ||
291 | + val = CPUX_RESET_RELEASED; | ||
292 | + break; | ||
293 | + case REG_CPU0_CTRL: /* CPU#0 Control */ | ||
294 | + case REG_CPU1_CTRL: /* CPU#1 Control */ | ||
295 | + case REG_CPU2_CTRL: /* CPU#2 Control */ | ||
296 | + case REG_CPU3_CTRL: /* CPU#3 Control */ | ||
297 | + val = 0; | ||
298 | + break; | ||
299 | + case REG_CPU0_STATUS: /* CPU#0 Status */ | ||
300 | + case REG_CPU1_STATUS: /* CPU#1 Status */ | ||
301 | + case REG_CPU2_STATUS: /* CPU#2 Status */ | ||
302 | + case REG_CPU3_STATUS: /* CPU#3 Status */ | ||
303 | + val = CPUX_STATUS_SMP; | ||
304 | + break; | ||
305 | + case REG_CLK_GATING: /* CPU Clock Gating */ | ||
306 | + val = CLK_GATING_ENABLE; | ||
307 | + break; | ||
308 | + case REG_GEN_CTRL: /* General Control */ | ||
309 | + val = s->gen_ctrl; | ||
310 | + break; | ||
311 | + case REG_SUPER_STANDBY: /* Super Standby Flag */ | ||
312 | + val = s->super_standby; | ||
313 | + break; | ||
314 | + case REG_ENTRY_ADDR: /* Reset Entry Address */ | ||
315 | + val = s->entry_addr; | ||
316 | + break; | ||
317 | + case REG_DBG_EXTERN: /* Debug External */ | ||
318 | + case REG_CNT64_CTRL: /* 64-bit Counter Control */ | ||
319 | + case REG_CNT64_LOW: /* 64-bit Counter Low */ | ||
320 | + case REG_CNT64_HIGH: /* 64-bit Counter High */ | ||
321 | + qemu_log_mask(LOG_UNIMP, "%s: unimplemented register at 0x%04x\n", | ||
322 | + __func__, (uint32_t)offset); | ||
323 | + break; | ||
324 | + default: | ||
325 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: out-of-bounds offset 0x%04x\n", | ||
326 | + __func__, (uint32_t)offset); | ||
327 | + break; | ||
328 | + } | ||
329 | + | ||
330 | + trace_allwinner_cpucfg_read(offset, val, size); | ||
331 | + | ||
332 | + return val; | ||
333 | +} | ||
334 | + | ||
335 | +static void allwinner_cpucfg_write(void *opaque, hwaddr offset, | ||
336 | + uint64_t val, unsigned size) | ||
337 | +{ | ||
338 | + AwCpuCfgState *s = AW_CPUCFG(opaque); | ||
339 | + | ||
340 | + trace_allwinner_cpucfg_write(offset, val, size); | ||
341 | + | ||
342 | + switch (offset) { | ||
343 | + case REG_CPUS_RST_CTRL: /* CPUs Reset Control */ | ||
344 | + case REG_CPU_SYS_RST: /* CPU System Reset */ | ||
345 | + break; | ||
346 | + case REG_CPU0_RST_CTRL: /* CPU#0 Reset Control */ | ||
347 | + case REG_CPU1_RST_CTRL: /* CPU#1 Reset Control */ | ||
348 | + case REG_CPU2_RST_CTRL: /* CPU#2 Reset Control */ | ||
349 | + case REG_CPU3_RST_CTRL: /* CPU#3 Reset Control */ | ||
350 | + if (val) { | ||
351 | + allwinner_cpucfg_cpu_reset(s, (offset - REG_CPU0_RST_CTRL) >> 6); | ||
352 | + } | ||
353 | + break; | ||
354 | + case REG_CPU0_CTRL: /* CPU#0 Control */ | ||
355 | + case REG_CPU1_CTRL: /* CPU#1 Control */ | ||
356 | + case REG_CPU2_CTRL: /* CPU#2 Control */ | ||
357 | + case REG_CPU3_CTRL: /* CPU#3 Control */ | ||
358 | + case REG_CPU0_STATUS: /* CPU#0 Status */ | ||
359 | + case REG_CPU1_STATUS: /* CPU#1 Status */ | ||
360 | + case REG_CPU2_STATUS: /* CPU#2 Status */ | ||
361 | + case REG_CPU3_STATUS: /* CPU#3 Status */ | ||
362 | + case REG_CLK_GATING: /* CPU Clock Gating */ | ||
363 | + break; | ||
364 | + case REG_GEN_CTRL: /* General Control */ | ||
365 | + s->gen_ctrl = val; | ||
366 | + break; | ||
367 | + case REG_SUPER_STANDBY: /* Super Standby Flag */ | ||
368 | + s->super_standby = val; | ||
369 | + break; | ||
370 | + case REG_ENTRY_ADDR: /* Reset Entry Address */ | ||
371 | + s->entry_addr = val; | ||
372 | + break; | ||
373 | + case REG_DBG_EXTERN: /* Debug External */ | ||
374 | + case REG_CNT64_CTRL: /* 64-bit Counter Control */ | ||
375 | + case REG_CNT64_LOW: /* 64-bit Counter Low */ | ||
376 | + case REG_CNT64_HIGH: /* 64-bit Counter High */ | ||
377 | + qemu_log_mask(LOG_UNIMP, "%s: unimplemented register at 0x%04x\n", | ||
378 | + __func__, (uint32_t)offset); | ||
379 | + break; | ||
380 | + default: | ||
381 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: out-of-bounds offset 0x%04x\n", | ||
382 | + __func__, (uint32_t)offset); | ||
383 | + break; | ||
384 | + } | ||
385 | +} | ||
386 | + | ||
387 | +static const MemoryRegionOps allwinner_cpucfg_ops = { | ||
388 | + .read = allwinner_cpucfg_read, | ||
389 | + .write = allwinner_cpucfg_write, | ||
390 | + .endianness = DEVICE_NATIVE_ENDIAN, | ||
391 | + .valid = { | ||
392 | + .min_access_size = 4, | ||
393 | + .max_access_size = 4, | ||
394 | + }, | ||
395 | + .impl.min_access_size = 4, | ||
396 | +}; | ||
397 | + | ||
398 | +static void allwinner_cpucfg_reset(DeviceState *dev) | ||
399 | +{ | ||
400 | + AwCpuCfgState *s = AW_CPUCFG(dev); | ||
401 | + | ||
402 | + /* Set default values for registers */ | ||
403 | + s->gen_ctrl = REG_GEN_CTRL_RST; | ||
404 | + s->super_standby = REG_SUPER_STANDBY_RST; | ||
405 | + s->entry_addr = 0; | ||
406 | +} | ||
407 | + | ||
408 | +static void allwinner_cpucfg_init(Object *obj) | ||
409 | +{ | ||
410 | + SysBusDevice *sbd = SYS_BUS_DEVICE(obj); | ||
411 | + AwCpuCfgState *s = AW_CPUCFG(obj); | ||
412 | + | ||
413 | + /* Memory mapping */ | ||
414 | + memory_region_init_io(&s->iomem, OBJECT(s), &allwinner_cpucfg_ops, s, | ||
415 | + TYPE_AW_CPUCFG, 1 * KiB); | ||
416 | + sysbus_init_mmio(sbd, &s->iomem); | ||
417 | +} | ||
418 | + | ||
419 | +static const VMStateDescription allwinner_cpucfg_vmstate = { | ||
420 | + .name = "allwinner-cpucfg", | ||
421 | + .version_id = 1, | ||
422 | + .minimum_version_id = 1, | ||
423 | + .fields = (VMStateField[]) { | ||
424 | + VMSTATE_UINT32(gen_ctrl, AwCpuCfgState), | ||
425 | + VMSTATE_UINT32(super_standby, AwCpuCfgState), | ||
426 | + VMSTATE_UINT32(entry_addr, AwCpuCfgState), | ||
427 | + VMSTATE_END_OF_LIST() | ||
428 | + } | ||
429 | +}; | ||
430 | + | ||
431 | +static void allwinner_cpucfg_class_init(ObjectClass *klass, void *data) | ||
432 | +{ | ||
433 | + DeviceClass *dc = DEVICE_CLASS(klass); | ||
434 | + | ||
435 | + dc->reset = allwinner_cpucfg_reset; | ||
436 | + dc->vmsd = &allwinner_cpucfg_vmstate; | ||
437 | +} | ||
438 | + | ||
439 | +static const TypeInfo allwinner_cpucfg_info = { | ||
440 | + .name = TYPE_AW_CPUCFG, | ||
441 | + .parent = TYPE_SYS_BUS_DEVICE, | ||
442 | + .instance_init = allwinner_cpucfg_init, | ||
443 | + .instance_size = sizeof(AwCpuCfgState), | ||
444 | + .class_init = allwinner_cpucfg_class_init, | ||
445 | +}; | ||
446 | + | ||
447 | +static void allwinner_cpucfg_register(void) | ||
448 | +{ | ||
449 | + type_register_static(&allwinner_cpucfg_info); | ||
450 | +} | ||
451 | + | ||
452 | +type_init(allwinner_cpucfg_register) | ||
453 | diff --git a/hw/misc/trace-events b/hw/misc/trace-events | ||
454 | index XXXXXXX..XXXXXXX 100644 | ||
455 | --- a/hw/misc/trace-events | ||
456 | +++ b/hw/misc/trace-events | ||
457 | @@ -XXX,XX +XXX,XX @@ | ||
458 | # See docs/devel/tracing.txt for syntax documentation. | ||
459 | |||
460 | +# allwinner-cpucfg.c | ||
461 | +allwinner_cpucfg_cpu_reset(uint8_t cpu_id, uint32_t reset_addr) "id %u, reset_addr 0x%" PRIu32 | ||
462 | +allwinner_cpucfg_read(uint64_t offset, uint64_t data, unsigned size) "offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32 | ||
463 | +allwinner_cpucfg_write(uint64_t offset, uint64_t data, unsigned size) "offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32 | ||
464 | + | ||
465 | # eccmemctl.c | ||
466 | ecc_mem_writel_mer(uint32_t val) "Write memory enable 0x%08x" | ||
467 | ecc_mem_writel_mdr(uint32_t val) "Write memory delay 0x%08x" | ||
468 | -- | 94 | -- |
469 | 2.20.1 | 95 | 2.20.1 |
470 | 96 | ||
471 | 97 | diff view generated by jsdifflib |
1 | From: Niek Linnenbank <nieklinnenbank@gmail.com> | 1 | The AN524 version of the SCC interface has different behaviour for |
---|---|---|---|
2 | some of the CFG registers; implement it. | ||
2 | 3 | ||
3 | The Clock Control Unit is responsible for clock signal generation, | 4 | Each board in this family can have minor differences in the meaning |
4 | configuration and distribution in the Allwinner H3 System on Chip. | 5 | of the CFG registers, so rather than trying to specify all the |
5 | This commit adds support for the Clock Control Unit which emulates | 6 | possible semantics via individual device properties, we make the |
6 | a simple read/write register interface. | 7 | behaviour conditional on the part-number field of the SCC_ID register |
8 | which the board code already passes us. | ||
7 | 9 | ||
8 | Signed-off-by: Niek Linnenbank <nieklinnenbank@gmail.com> | 10 | For the AN524, the differences are: |
9 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | 11 | * CFG3 is reserved rather than being board switches |
10 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | 12 | * CFG5 is a new register ("ACLK Frequency in Hz") |
11 | Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> | 13 | * CFG6 is a new register ("Clock divider for BRAM") |
12 | Message-id: 20200311221854.30370-4-nieklinnenbank@gmail.com | 14 | |
15 | We implement both of the new registers as reads-as-written. | ||
16 | |||
13 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 17 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
18 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
19 | Message-id: 20210215115138.20465-11-peter.maydell@linaro.org | ||
14 | --- | 20 | --- |
15 | hw/misc/Makefile.objs | 1 + | 21 | include/hw/misc/mps2-scc.h | 3 ++ |
16 | include/hw/arm/allwinner-h3.h | 3 + | 22 | hw/misc/mps2-scc.c | 71 ++++++++++++++++++++++++++++++++++++-- |
17 | include/hw/misc/allwinner-h3-ccu.h | 66 ++++++++ | 23 | 2 files changed, 72 insertions(+), 2 deletions(-) |
18 | hw/arm/allwinner-h3.c | 9 +- | ||
19 | hw/misc/allwinner-h3-ccu.c | 242 +++++++++++++++++++++++++++++ | ||
20 | 5 files changed, 320 insertions(+), 1 deletion(-) | ||
21 | create mode 100644 include/hw/misc/allwinner-h3-ccu.h | ||
22 | create mode 100644 hw/misc/allwinner-h3-ccu.c | ||
23 | 24 | ||
24 | diff --git a/hw/misc/Makefile.objs b/hw/misc/Makefile.objs | 25 | diff --git a/include/hw/misc/mps2-scc.h b/include/hw/misc/mps2-scc.h |
25 | index XXXXXXX..XXXXXXX 100644 | 26 | index XXXXXXX..XXXXXXX 100644 |
26 | --- a/hw/misc/Makefile.objs | 27 | --- a/include/hw/misc/mps2-scc.h |
27 | +++ b/hw/misc/Makefile.objs | 28 | +++ b/include/hw/misc/mps2-scc.h |
28 | @@ -XXX,XX +XXX,XX @@ common-obj-$(CONFIG_MACIO) += macio/ | 29 | @@ -XXX,XX +XXX,XX @@ struct MPS2SCC { |
29 | 30 | ||
30 | common-obj-$(CONFIG_IVSHMEM_DEVICE) += ivshmem.o | 31 | uint32_t cfg0; |
31 | 32 | uint32_t cfg1; | |
32 | +common-obj-$(CONFIG_ALLWINNER_H3) += allwinner-h3-ccu.o | 33 | + uint32_t cfg2; |
33 | common-obj-$(CONFIG_REALVIEW) += arm_sysctl.o | 34 | uint32_t cfg4; |
34 | common-obj-$(CONFIG_NSERIES) += cbus.o | 35 | + uint32_t cfg5; |
35 | common-obj-$(CONFIG_ECCMEMCTL) += eccmemctl.o | 36 | + uint32_t cfg6; |
36 | diff --git a/include/hw/arm/allwinner-h3.h b/include/hw/arm/allwinner-h3.h | 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 | ||
37 | index XXXXXXX..XXXXXXX 100644 | 41 | index XXXXXXX..XXXXXXX 100644 |
38 | --- a/include/hw/arm/allwinner-h3.h | 42 | --- a/hw/misc/mps2-scc.c |
39 | +++ b/include/hw/arm/allwinner-h3.h | 43 | +++ b/hw/misc/mps2-scc.c |
40 | @@ -XXX,XX +XXX,XX @@ | 44 | @@ -XXX,XX +XXX,XX @@ |
41 | #include "hw/arm/boot.h" | 45 | |
42 | #include "hw/timer/allwinner-a10-pit.h" | 46 | REG32(CFG0, 0) |
43 | #include "hw/intc/arm_gic.h" | 47 | REG32(CFG1, 4) |
44 | +#include "hw/misc/allwinner-h3-ccu.h" | 48 | +REG32(CFG2, 8) |
45 | #include "target/arm/cpu.h" | 49 | REG32(CFG3, 0xc) |
46 | 50 | REG32(CFG4, 0x10) | |
47 | /** | 51 | +REG32(CFG5, 0x14) |
48 | @@ -XXX,XX +XXX,XX @@ enum { | 52 | +REG32(CFG6, 0x18) |
49 | AW_H3_SRAM_A1, | 53 | REG32(CFGDATA_RTN, 0xa0) |
50 | AW_H3_SRAM_A2, | 54 | REG32(CFGDATA_OUT, 0xa4) |
51 | AW_H3_SRAM_C, | 55 | REG32(CFGCTRL, 0xa8) |
52 | + AW_H3_CCU, | 56 | @@ -XXX,XX +XXX,XX @@ REG32(DLL, 0x100) |
53 | AW_H3_PIT, | 57 | REG32(AID, 0xFF8) |
54 | AW_H3_UART0, | 58 | REG32(ID, 0xFFC) |
55 | AW_H3_UART1, | 59 | |
56 | @@ -XXX,XX +XXX,XX @@ typedef struct AwH3State { | 60 | +static int scc_partno(MPS2SCC *s) |
57 | ARMCPU cpus[AW_H3_NUM_CPUS]; | ||
58 | const hwaddr *memmap; | ||
59 | AwA10PITState timer; | ||
60 | + AwH3ClockCtlState ccu; | ||
61 | GICState gic; | ||
62 | MemoryRegion sram_a1; | ||
63 | MemoryRegion sram_a2; | ||
64 | diff --git a/include/hw/misc/allwinner-h3-ccu.h b/include/hw/misc/allwinner-h3-ccu.h | ||
65 | new file mode 100644 | ||
66 | index XXXXXXX..XXXXXXX | ||
67 | --- /dev/null | ||
68 | +++ b/include/hw/misc/allwinner-h3-ccu.h | ||
69 | @@ -XXX,XX +XXX,XX @@ | ||
70 | +/* | ||
71 | + * Allwinner H3 Clock Control Unit emulation | ||
72 | + * | ||
73 | + * Copyright (C) 2019 Niek Linnenbank <nieklinnenbank@gmail.com> | ||
74 | + * | ||
75 | + * This program is free software: you can redistribute it and/or modify | ||
76 | + * it under the terms of the GNU General Public License as published by | ||
77 | + * the Free Software Foundation, either version 2 of the License, or | ||
78 | + * (at your option) any later version. | ||
79 | + * | ||
80 | + * This program is distributed in the hope that it will be useful, | ||
81 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
82 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
83 | + * GNU General Public License for more details. | ||
84 | + * | ||
85 | + * You should have received a copy of the GNU General Public License | ||
86 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
87 | + */ | ||
88 | + | ||
89 | +#ifndef HW_MISC_ALLWINNER_H3_CCU_H | ||
90 | +#define HW_MISC_ALLWINNER_H3_CCU_H | ||
91 | + | ||
92 | +#include "qom/object.h" | ||
93 | +#include "hw/sysbus.h" | ||
94 | + | ||
95 | +/** | ||
96 | + * @name Constants | ||
97 | + * @{ | ||
98 | + */ | ||
99 | + | ||
100 | +/** Size of register I/O address space used by CCU device */ | ||
101 | +#define AW_H3_CCU_IOSIZE (0x400) | ||
102 | + | ||
103 | +/** Total number of known registers */ | ||
104 | +#define AW_H3_CCU_REGS_NUM (AW_H3_CCU_IOSIZE / sizeof(uint32_t)) | ||
105 | + | ||
106 | +/** @} */ | ||
107 | + | ||
108 | +/** | ||
109 | + * @name Object model | ||
110 | + * @{ | ||
111 | + */ | ||
112 | + | ||
113 | +#define TYPE_AW_H3_CCU "allwinner-h3-ccu" | ||
114 | +#define AW_H3_CCU(obj) \ | ||
115 | + OBJECT_CHECK(AwH3ClockCtlState, (obj), TYPE_AW_H3_CCU) | ||
116 | + | ||
117 | +/** @} */ | ||
118 | + | ||
119 | +/** | ||
120 | + * Allwinner H3 CCU object instance state. | ||
121 | + */ | ||
122 | +typedef struct AwH3ClockCtlState { | ||
123 | + /*< private >*/ | ||
124 | + SysBusDevice parent_obj; | ||
125 | + /*< public >*/ | ||
126 | + | ||
127 | + /** Maps I/O registers in physical memory */ | ||
128 | + MemoryRegion iomem; | ||
129 | + | ||
130 | + /** Array of hardware registers */ | ||
131 | + uint32_t regs[AW_H3_CCU_REGS_NUM]; | ||
132 | + | ||
133 | +} AwH3ClockCtlState; | ||
134 | + | ||
135 | +#endif /* HW_MISC_ALLWINNER_H3_CCU_H */ | ||
136 | diff --git a/hw/arm/allwinner-h3.c b/hw/arm/allwinner-h3.c | ||
137 | index XXXXXXX..XXXXXXX 100644 | ||
138 | --- a/hw/arm/allwinner-h3.c | ||
139 | +++ b/hw/arm/allwinner-h3.c | ||
140 | @@ -XXX,XX +XXX,XX @@ const hwaddr allwinner_h3_memmap[] = { | ||
141 | [AW_H3_SRAM_A1] = 0x00000000, | ||
142 | [AW_H3_SRAM_A2] = 0x00044000, | ||
143 | [AW_H3_SRAM_C] = 0x00010000, | ||
144 | + [AW_H3_CCU] = 0x01c20000, | ||
145 | [AW_H3_PIT] = 0x01c20c00, | ||
146 | [AW_H3_UART0] = 0x01c28000, | ||
147 | [AW_H3_UART1] = 0x01c28400, | ||
148 | @@ -XXX,XX +XXX,XX @@ struct AwH3Unimplemented { | ||
149 | { "usb2-phy", 0x01c1c000, 4 * KiB }, | ||
150 | { "usb3-phy", 0x01c1d000, 4 * KiB }, | ||
151 | { "smc", 0x01c1e000, 4 * KiB }, | ||
152 | - { "ccu", 0x01c20000, 1 * KiB }, | ||
153 | { "pio", 0x01c20800, 1 * KiB }, | ||
154 | { "owa", 0x01c21000, 1 * KiB }, | ||
155 | { "pwm", 0x01c21400, 1 * KiB }, | ||
156 | @@ -XXX,XX +XXX,XX @@ static void allwinner_h3_init(Object *obj) | ||
157 | "clk0-freq", &error_abort); | ||
158 | object_property_add_alias(obj, "clk1-freq", OBJECT(&s->timer), | ||
159 | "clk1-freq", &error_abort); | ||
160 | + | ||
161 | + sysbus_init_child_obj(obj, "ccu", &s->ccu, sizeof(s->ccu), | ||
162 | + TYPE_AW_H3_CCU); | ||
163 | } | ||
164 | |||
165 | static void allwinner_h3_realize(DeviceState *dev, Error **errp) | ||
166 | @@ -XXX,XX +XXX,XX @@ static void allwinner_h3_realize(DeviceState *dev, Error **errp) | ||
167 | memory_region_add_subregion(get_system_memory(), s->memmap[AW_H3_SRAM_C], | ||
168 | &s->sram_c); | ||
169 | |||
170 | + /* Clock Control Unit */ | ||
171 | + qdev_init_nofail(DEVICE(&s->ccu)); | ||
172 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->ccu), 0, s->memmap[AW_H3_CCU]); | ||
173 | + | ||
174 | /* UART0. For future clocktree API: All UARTS are connected to APB2_CLK. */ | ||
175 | serial_mm_init(get_system_memory(), s->memmap[AW_H3_UART0], 2, | ||
176 | qdev_get_gpio_in(DEVICE(&s->gic), AW_H3_GIC_SPI_UART0), | ||
177 | diff --git a/hw/misc/allwinner-h3-ccu.c b/hw/misc/allwinner-h3-ccu.c | ||
178 | new file mode 100644 | ||
179 | index XXXXXXX..XXXXXXX | ||
180 | --- /dev/null | ||
181 | +++ b/hw/misc/allwinner-h3-ccu.c | ||
182 | @@ -XXX,XX +XXX,XX @@ | ||
183 | +/* | ||
184 | + * Allwinner H3 Clock Control Unit emulation | ||
185 | + * | ||
186 | + * Copyright (C) 2019 Niek Linnenbank <nieklinnenbank@gmail.com> | ||
187 | + * | ||
188 | + * This program is free software: you can redistribute it and/or modify | ||
189 | + * it under the terms of the GNU General Public License as published by | ||
190 | + * the Free Software Foundation, either version 2 of the License, or | ||
191 | + * (at your option) any later version. | ||
192 | + * | ||
193 | + * This program is distributed in the hope that it will be useful, | ||
194 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
195 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
196 | + * GNU General Public License for more details. | ||
197 | + * | ||
198 | + * You should have received a copy of the GNU General Public License | ||
199 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
200 | + */ | ||
201 | + | ||
202 | +#include "qemu/osdep.h" | ||
203 | +#include "qemu/units.h" | ||
204 | +#include "hw/sysbus.h" | ||
205 | +#include "migration/vmstate.h" | ||
206 | +#include "qemu/log.h" | ||
207 | +#include "qemu/module.h" | ||
208 | +#include "hw/misc/allwinner-h3-ccu.h" | ||
209 | + | ||
210 | +/* CCU register offsets */ | ||
211 | +enum { | ||
212 | + REG_PLL_CPUX = 0x0000, /* PLL CPUX Control */ | ||
213 | + REG_PLL_AUDIO = 0x0008, /* PLL Audio Control */ | ||
214 | + REG_PLL_VIDEO = 0x0010, /* PLL Video Control */ | ||
215 | + REG_PLL_VE = 0x0018, /* PLL VE Control */ | ||
216 | + REG_PLL_DDR = 0x0020, /* PLL DDR Control */ | ||
217 | + REG_PLL_PERIPH0 = 0x0028, /* PLL Peripherals 0 Control */ | ||
218 | + REG_PLL_GPU = 0x0038, /* PLL GPU Control */ | ||
219 | + REG_PLL_PERIPH1 = 0x0044, /* PLL Peripherals 1 Control */ | ||
220 | + REG_PLL_DE = 0x0048, /* PLL Display Engine Control */ | ||
221 | + REG_CPUX_AXI = 0x0050, /* CPUX/AXI Configuration */ | ||
222 | + REG_APB1 = 0x0054, /* ARM Peripheral Bus 1 Config */ | ||
223 | + REG_APB2 = 0x0058, /* ARM Peripheral Bus 2 Config */ | ||
224 | + REG_DRAM_CFG = 0x00F4, /* DRAM Configuration */ | ||
225 | + REG_MBUS = 0x00FC, /* MBUS Reset */ | ||
226 | + REG_PLL_TIME0 = 0x0200, /* PLL Stable Time 0 */ | ||
227 | + REG_PLL_TIME1 = 0x0204, /* PLL Stable Time 1 */ | ||
228 | + REG_PLL_CPUX_BIAS = 0x0220, /* PLL CPUX Bias */ | ||
229 | + REG_PLL_AUDIO_BIAS = 0x0224, /* PLL Audio Bias */ | ||
230 | + REG_PLL_VIDEO_BIAS = 0x0228, /* PLL Video Bias */ | ||
231 | + REG_PLL_VE_BIAS = 0x022C, /* PLL VE Bias */ | ||
232 | + REG_PLL_DDR_BIAS = 0x0230, /* PLL DDR Bias */ | ||
233 | + REG_PLL_PERIPH0_BIAS = 0x0234, /* PLL Peripherals 0 Bias */ | ||
234 | + REG_PLL_GPU_BIAS = 0x023C, /* PLL GPU Bias */ | ||
235 | + REG_PLL_PERIPH1_BIAS = 0x0244, /* PLL Peripherals 1 Bias */ | ||
236 | + REG_PLL_DE_BIAS = 0x0248, /* PLL Display Engine Bias */ | ||
237 | + REG_PLL_CPUX_TUNING = 0x0250, /* PLL CPUX Tuning */ | ||
238 | + REG_PLL_DDR_TUNING = 0x0260, /* PLL DDR Tuning */ | ||
239 | +}; | ||
240 | + | ||
241 | +#define REG_INDEX(offset) (offset / sizeof(uint32_t)) | ||
242 | + | ||
243 | +/* CCU register flags */ | ||
244 | +enum { | ||
245 | + REG_DRAM_CFG_UPDATE = (1 << 16), | ||
246 | +}; | ||
247 | + | ||
248 | +enum { | ||
249 | + REG_PLL_ENABLE = (1 << 31), | ||
250 | + REG_PLL_LOCK = (1 << 28), | ||
251 | +}; | ||
252 | + | ||
253 | + | ||
254 | +/* CCU register reset values */ | ||
255 | +enum { | ||
256 | + REG_PLL_CPUX_RST = 0x00001000, | ||
257 | + REG_PLL_AUDIO_RST = 0x00035514, | ||
258 | + REG_PLL_VIDEO_RST = 0x03006207, | ||
259 | + REG_PLL_VE_RST = 0x03006207, | ||
260 | + REG_PLL_DDR_RST = 0x00001000, | ||
261 | + REG_PLL_PERIPH0_RST = 0x00041811, | ||
262 | + REG_PLL_GPU_RST = 0x03006207, | ||
263 | + REG_PLL_PERIPH1_RST = 0x00041811, | ||
264 | + REG_PLL_DE_RST = 0x03006207, | ||
265 | + REG_CPUX_AXI_RST = 0x00010000, | ||
266 | + REG_APB1_RST = 0x00001010, | ||
267 | + REG_APB2_RST = 0x01000000, | ||
268 | + REG_DRAM_CFG_RST = 0x00000000, | ||
269 | + REG_MBUS_RST = 0x80000000, | ||
270 | + REG_PLL_TIME0_RST = 0x000000FF, | ||
271 | + REG_PLL_TIME1_RST = 0x000000FF, | ||
272 | + REG_PLL_CPUX_BIAS_RST = 0x08100200, | ||
273 | + REG_PLL_AUDIO_BIAS_RST = 0x10100000, | ||
274 | + REG_PLL_VIDEO_BIAS_RST = 0x10100000, | ||
275 | + REG_PLL_VE_BIAS_RST = 0x10100000, | ||
276 | + REG_PLL_DDR_BIAS_RST = 0x81104000, | ||
277 | + REG_PLL_PERIPH0_BIAS_RST = 0x10100010, | ||
278 | + REG_PLL_GPU_BIAS_RST = 0x10100000, | ||
279 | + REG_PLL_PERIPH1_BIAS_RST = 0x10100010, | ||
280 | + REG_PLL_DE_BIAS_RST = 0x10100000, | ||
281 | + REG_PLL_CPUX_TUNING_RST = 0x0A101000, | ||
282 | + REG_PLL_DDR_TUNING_RST = 0x14880000, | ||
283 | +}; | ||
284 | + | ||
285 | +static uint64_t allwinner_h3_ccu_read(void *opaque, hwaddr offset, | ||
286 | + unsigned size) | ||
287 | +{ | 61 | +{ |
288 | + const AwH3ClockCtlState *s = AW_H3_CCU(opaque); | 62 | + /* Return the partno field of the SCC_ID (0x524, 0x511, etc) */ |
289 | + const uint32_t idx = REG_INDEX(offset); | 63 | + return extract32(s->id, 4, 8); |
290 | + | ||
291 | + switch (offset) { | ||
292 | + case 0x308 ... AW_H3_CCU_IOSIZE: | ||
293 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: out-of-bounds offset 0x%04x\n", | ||
294 | + __func__, (uint32_t)offset); | ||
295 | + return 0; | ||
296 | + } | ||
297 | + | ||
298 | + return s->regs[idx]; | ||
299 | +} | 64 | +} |
300 | + | 65 | + |
301 | +static void allwinner_h3_ccu_write(void *opaque, hwaddr offset, | 66 | /* Handle a write via the SYS_CFG channel to the specified function/device. |
302 | + uint64_t val, unsigned size) | 67 | * Return false on error (reported to guest via SYS_CFGCTRL ERROR bit). |
303 | +{ | 68 | */ |
304 | + AwH3ClockCtlState *s = AW_H3_CCU(opaque); | 69 | @@ -XXX,XX +XXX,XX @@ static uint64_t mps2_scc_read(void *opaque, hwaddr offset, unsigned size) |
305 | + const uint32_t idx = REG_INDEX(offset); | 70 | case A_CFG1: |
306 | + | 71 | r = s->cfg1; |
307 | + switch (offset) { | 72 | break; |
308 | + case REG_DRAM_CFG: /* DRAM Configuration */ | 73 | + case A_CFG2: |
309 | + val &= ~REG_DRAM_CFG_UPDATE; | 74 | + if (scc_partno(s) != 0x524) { |
75 | + /* CFG2 reserved on other boards */ | ||
76 | + goto bad_offset; | ||
77 | + } | ||
78 | + r = s->cfg2; | ||
310 | + break; | 79 | + break; |
311 | + case REG_PLL_CPUX: /* PLL CPUX Control */ | 80 | case A_CFG3: |
312 | + case REG_PLL_AUDIO: /* PLL Audio Control */ | 81 | + if (scc_partno(s) == 0x524) { |
313 | + case REG_PLL_VIDEO: /* PLL Video Control */ | 82 | + /* CFG3 reserved on AN524 */ |
314 | + case REG_PLL_VE: /* PLL VE Control */ | 83 | + goto bad_offset; |
315 | + case REG_PLL_DDR: /* PLL DDR Control */ | ||
316 | + case REG_PLL_PERIPH0: /* PLL Peripherals 0 Control */ | ||
317 | + case REG_PLL_GPU: /* PLL GPU Control */ | ||
318 | + case REG_PLL_PERIPH1: /* PLL Peripherals 1 Control */ | ||
319 | + case REG_PLL_DE: /* PLL Display Engine Control */ | ||
320 | + if (val & REG_PLL_ENABLE) { | ||
321 | + val |= REG_PLL_LOCK; | ||
322 | + } | 84 | + } |
85 | /* These are user-settable DIP switches on the board. We don't | ||
86 | * model that, so just return zeroes. | ||
87 | */ | ||
88 | @@ -XXX,XX +XXX,XX @@ static uint64_t mps2_scc_read(void *opaque, hwaddr offset, unsigned size) | ||
89 | case A_CFG4: | ||
90 | r = s->cfg4; | ||
91 | break; | ||
92 | + case A_CFG5: | ||
93 | + if (scc_partno(s) != 0x524) { | ||
94 | + /* CFG5 reserved on other boards */ | ||
95 | + goto bad_offset; | ||
96 | + } | ||
97 | + r = s->cfg5; | ||
323 | + break; | 98 | + break; |
324 | + case 0x308 ... AW_H3_CCU_IOSIZE: | 99 | + case A_CFG6: |
325 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: out-of-bounds offset 0x%04x\n", | 100 | + if (scc_partno(s) != 0x524) { |
326 | + __func__, (uint32_t)offset); | 101 | + /* CFG6 reserved on other boards */ |
102 | + goto bad_offset; | ||
103 | + } | ||
104 | + r = s->cfg6; | ||
327 | + break; | 105 | + break; |
328 | + default: | 106 | case A_CFGDATA_RTN: |
329 | + qemu_log_mask(LOG_UNIMP, "%s: unimplemented write offset 0x%04x\n", | 107 | r = s->cfgdata_rtn; |
330 | + __func__, (uint32_t)offset); | 108 | break; |
109 | @@ -XXX,XX +XXX,XX @@ static uint64_t mps2_scc_read(void *opaque, hwaddr offset, unsigned size) | ||
110 | r = s->id; | ||
111 | break; | ||
112 | default: | ||
113 | + bad_offset: | ||
114 | qemu_log_mask(LOG_GUEST_ERROR, | ||
115 | "MPS2 SCC read: bad offset %x\n", (int) offset); | ||
116 | r = 0; | ||
117 | @@ -XXX,XX +XXX,XX @@ static void mps2_scc_write(void *opaque, hwaddr offset, uint64_t value, | ||
118 | led_set_state(s->led[i], extract32(value, i, 1)); | ||
119 | } | ||
120 | break; | ||
121 | + case A_CFG2: | ||
122 | + if (scc_partno(s) != 0x524) { | ||
123 | + /* CFG2 reserved on other boards */ | ||
124 | + goto bad_offset; | ||
125 | + } | ||
126 | + /* AN524: QSPI Select signal */ | ||
127 | + s->cfg2 = value; | ||
331 | + break; | 128 | + break; |
332 | + } | 129 | + case A_CFG5: |
333 | + | 130 | + if (scc_partno(s) != 0x524) { |
334 | + s->regs[idx] = (uint32_t) val; | 131 | + /* CFG5 reserved on other boards */ |
335 | +} | 132 | + goto bad_offset; |
336 | + | 133 | + } |
337 | +static const MemoryRegionOps allwinner_h3_ccu_ops = { | 134 | + /* AN524: ACLK frequency in Hz */ |
338 | + .read = allwinner_h3_ccu_read, | 135 | + s->cfg5 = value; |
339 | + .write = allwinner_h3_ccu_write, | 136 | + break; |
340 | + .endianness = DEVICE_NATIVE_ENDIAN, | 137 | + case A_CFG6: |
341 | + .valid = { | 138 | + if (scc_partno(s) != 0x524) { |
342 | + .min_access_size = 4, | 139 | + /* CFG6 reserved on other boards */ |
343 | + .max_access_size = 4, | 140 | + goto bad_offset; |
344 | + }, | 141 | + } |
345 | + .impl.min_access_size = 4, | 142 | + /* AN524: Clock divider for BRAM */ |
346 | +}; | 143 | + s->cfg6 = value; |
347 | + | 144 | + break; |
348 | +static void allwinner_h3_ccu_reset(DeviceState *dev) | 145 | case A_CFGDATA_OUT: |
349 | +{ | 146 | s->cfgdata_out = value; |
350 | + AwH3ClockCtlState *s = AW_H3_CCU(dev); | 147 | break; |
351 | + | 148 | @@ -XXX,XX +XXX,XX @@ static void mps2_scc_write(void *opaque, hwaddr offset, uint64_t value, |
352 | + /* Set default values for registers */ | 149 | s->dll = deposit32(s->dll, 24, 8, extract32(value, 24, 8)); |
353 | + s->regs[REG_INDEX(REG_PLL_CPUX)] = REG_PLL_CPUX_RST; | 150 | break; |
354 | + s->regs[REG_INDEX(REG_PLL_AUDIO)] = REG_PLL_AUDIO_RST; | 151 | default: |
355 | + s->regs[REG_INDEX(REG_PLL_VIDEO)] = REG_PLL_VIDEO_RST; | 152 | + bad_offset: |
356 | + s->regs[REG_INDEX(REG_PLL_VE)] = REG_PLL_VE_RST; | 153 | qemu_log_mask(LOG_GUEST_ERROR, |
357 | + s->regs[REG_INDEX(REG_PLL_DDR)] = REG_PLL_DDR_RST; | 154 | "MPS2 SCC write: bad offset 0x%x\n", (int) offset); |
358 | + s->regs[REG_INDEX(REG_PLL_PERIPH0)] = REG_PLL_PERIPH0_RST; | 155 | break; |
359 | + s->regs[REG_INDEX(REG_PLL_GPU)] = REG_PLL_GPU_RST; | 156 | @@ -XXX,XX +XXX,XX @@ static void mps2_scc_reset(DeviceState *dev) |
360 | + s->regs[REG_INDEX(REG_PLL_PERIPH1)] = REG_PLL_PERIPH1_RST; | 157 | trace_mps2_scc_reset(); |
361 | + s->regs[REG_INDEX(REG_PLL_DE)] = REG_PLL_DE_RST; | 158 | s->cfg0 = 0; |
362 | + s->regs[REG_INDEX(REG_CPUX_AXI)] = REG_CPUX_AXI_RST; | 159 | s->cfg1 = 0; |
363 | + s->regs[REG_INDEX(REG_APB1)] = REG_APB1_RST; | 160 | + s->cfg2 = 0; |
364 | + s->regs[REG_INDEX(REG_APB2)] = REG_APB2_RST; | 161 | + s->cfg5 = 0; |
365 | + s->regs[REG_INDEX(REG_DRAM_CFG)] = REG_DRAM_CFG_RST; | 162 | + s->cfg6 = 0; |
366 | + s->regs[REG_INDEX(REG_MBUS)] = REG_MBUS_RST; | 163 | s->cfgdata_rtn = 0; |
367 | + s->regs[REG_INDEX(REG_PLL_TIME0)] = REG_PLL_TIME0_RST; | 164 | s->cfgdata_out = 0; |
368 | + s->regs[REG_INDEX(REG_PLL_TIME1)] = REG_PLL_TIME1_RST; | 165 | s->cfgctrl = 0x100000; |
369 | + s->regs[REG_INDEX(REG_PLL_CPUX_BIAS)] = REG_PLL_CPUX_BIAS_RST; | 166 | @@ -XXX,XX +XXX,XX @@ static void mps2_scc_realize(DeviceState *dev, Error **errp) |
370 | + s->regs[REG_INDEX(REG_PLL_AUDIO_BIAS)] = REG_PLL_AUDIO_BIAS_RST; | 167 | |
371 | + s->regs[REG_INDEX(REG_PLL_VIDEO_BIAS)] = REG_PLL_VIDEO_BIAS_RST; | 168 | static const VMStateDescription mps2_scc_vmstate = { |
372 | + s->regs[REG_INDEX(REG_PLL_VE_BIAS)] = REG_PLL_VE_BIAS_RST; | 169 | .name = "mps2-scc", |
373 | + s->regs[REG_INDEX(REG_PLL_DDR_BIAS)] = REG_PLL_DDR_BIAS_RST; | 170 | - .version_id = 2, |
374 | + s->regs[REG_INDEX(REG_PLL_PERIPH0_BIAS)] = REG_PLL_PERIPH0_BIAS_RST; | 171 | - .minimum_version_id = 2, |
375 | + s->regs[REG_INDEX(REG_PLL_GPU_BIAS)] = REG_PLL_GPU_BIAS_RST; | 172 | + .version_id = 3, |
376 | + s->regs[REG_INDEX(REG_PLL_PERIPH1_BIAS)] = REG_PLL_PERIPH1_BIAS_RST; | 173 | + .minimum_version_id = 3, |
377 | + s->regs[REG_INDEX(REG_PLL_DE_BIAS)] = REG_PLL_DE_BIAS_RST; | 174 | .fields = (VMStateField[]) { |
378 | + s->regs[REG_INDEX(REG_PLL_CPUX_TUNING)] = REG_PLL_CPUX_TUNING_RST; | 175 | VMSTATE_UINT32(cfg0, MPS2SCC), |
379 | + s->regs[REG_INDEX(REG_PLL_DDR_TUNING)] = REG_PLL_DDR_TUNING_RST; | 176 | VMSTATE_UINT32(cfg1, MPS2SCC), |
380 | +} | 177 | + VMSTATE_UINT32(cfg2, MPS2SCC), |
381 | + | 178 | + /* cfg3, cfg4 are read-only so need not be migrated */ |
382 | +static void allwinner_h3_ccu_init(Object *obj) | 179 | + VMSTATE_UINT32(cfg5, MPS2SCC), |
383 | +{ | 180 | + VMSTATE_UINT32(cfg6, MPS2SCC), |
384 | + SysBusDevice *sbd = SYS_BUS_DEVICE(obj); | 181 | VMSTATE_UINT32(cfgdata_rtn, MPS2SCC), |
385 | + AwH3ClockCtlState *s = AW_H3_CCU(obj); | 182 | VMSTATE_UINT32(cfgdata_out, MPS2SCC), |
386 | + | 183 | VMSTATE_UINT32(cfgctrl, MPS2SCC), |
387 | + /* Memory mapping */ | ||
388 | + memory_region_init_io(&s->iomem, OBJECT(s), &allwinner_h3_ccu_ops, s, | ||
389 | + TYPE_AW_H3_CCU, AW_H3_CCU_IOSIZE); | ||
390 | + sysbus_init_mmio(sbd, &s->iomem); | ||
391 | +} | ||
392 | + | ||
393 | +static const VMStateDescription allwinner_h3_ccu_vmstate = { | ||
394 | + .name = "allwinner-h3-ccu", | ||
395 | + .version_id = 1, | ||
396 | + .minimum_version_id = 1, | ||
397 | + .fields = (VMStateField[]) { | ||
398 | + VMSTATE_UINT32_ARRAY(regs, AwH3ClockCtlState, AW_H3_CCU_REGS_NUM), | ||
399 | + VMSTATE_END_OF_LIST() | ||
400 | + } | ||
401 | +}; | ||
402 | + | ||
403 | +static void allwinner_h3_ccu_class_init(ObjectClass *klass, void *data) | ||
404 | +{ | ||
405 | + DeviceClass *dc = DEVICE_CLASS(klass); | ||
406 | + | ||
407 | + dc->reset = allwinner_h3_ccu_reset; | ||
408 | + dc->vmsd = &allwinner_h3_ccu_vmstate; | ||
409 | +} | ||
410 | + | ||
411 | +static const TypeInfo allwinner_h3_ccu_info = { | ||
412 | + .name = TYPE_AW_H3_CCU, | ||
413 | + .parent = TYPE_SYS_BUS_DEVICE, | ||
414 | + .instance_init = allwinner_h3_ccu_init, | ||
415 | + .instance_size = sizeof(AwH3ClockCtlState), | ||
416 | + .class_init = allwinner_h3_ccu_class_init, | ||
417 | +}; | ||
418 | + | ||
419 | +static void allwinner_h3_ccu_register(void) | ||
420 | +{ | ||
421 | + type_register_static(&allwinner_h3_ccu_info); | ||
422 | +} | ||
423 | + | ||
424 | +type_init(allwinner_h3_ccu_register) | ||
425 | -- | 184 | -- |
426 | 2.20.1 | 185 | 2.20.1 |
427 | 186 | ||
428 | 187 | diff view generated by jsdifflib |
1 | Some of an M-profile CPU's cached hflags state depends on state that's | 1 | On the MPS2 boards, the first 32 interrupt lines are entirely |
---|---|---|---|
2 | in our NVIC object. We already do an hflags rebuild when the NVIC | 2 | internal to the SSE; interrupt lines for devices outside the SSE |
3 | registers are written, but we also need to do this on NVIC reset, | 3 | start at 32. In the application notes that document each FPGA image, |
4 | because there's no guarantee that this will happen before the | 4 | the interrupt wiring is documented from the point of view of the CPU, |
5 | CPU reset. | 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. | ||
6 | 8 | ||
7 | This fixes an assertion due to mismatched hflags which happens if | 9 | Within our implementation, because the external interrupts must be |
8 | the CPU is reset from inside a HardFault handler. | 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. | ||
9 | 22 | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 23 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 24 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
12 | Message-id: 20200303174950.3298-2-peter.maydell@linaro.org | 25 | Message-id: 20210215115138.20465-12-peter.maydell@linaro.org |
13 | --- | 26 | --- |
14 | hw/intc/armv7m_nvic.c | 6 ++++++ | 27 | hw/arm/mps2-tz.c | 24 +++++++++++++++++------- |
15 | 1 file changed, 6 insertions(+) | 28 | 1 file changed, 17 insertions(+), 7 deletions(-) |
16 | 29 | ||
17 | diff --git a/hw/intc/armv7m_nvic.c b/hw/intc/armv7m_nvic.c | 30 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c |
18 | index XXXXXXX..XXXXXXX 100644 | 31 | index XXXXXXX..XXXXXXX 100644 |
19 | --- a/hw/intc/armv7m_nvic.c | 32 | --- a/hw/arm/mps2-tz.c |
20 | +++ b/hw/intc/armv7m_nvic.c | 33 | +++ b/hw/arm/mps2-tz.c |
21 | @@ -XXX,XX +XXX,XX @@ static void armv7m_nvic_reset(DeviceState *dev) | 34 | @@ -XXX,XX +XXX,XX @@ static void make_ram_alias(MemoryRegion *mr, const char *name, |
22 | s->itns[i] = true; | 35 | |
23 | } | 36 | static qemu_irq get_sse_irq_in(MPS2TZMachineState *mms, int irqno) |
24 | } | 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)); | ||
25 | + | 49 | + |
26 | + /* | 50 | + /* |
27 | + * We updated state that affects the CPU's MMUidx and thus its hflags; | 51 | + * Convert from "CPU irq number" (as listed in the FPGA image |
28 | + * and we can't guarantee that we run before the CPU reset function. | 52 | + * documentation) to the SSE external-interrupt number. |
29 | + */ | 53 | + */ |
30 | + arm_rebuild_hflags(&s->cpu->env); | 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); | ||
31 | } | 78 | } |
32 | 79 | ||
33 | static void nvic_systick_trigger(void *opaque, int n, int level) | 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: | ||
34 | -- | 89 | -- |
35 | 2.20.1 | 90 | 2.20.1 |
36 | 91 | ||
37 | 92 | diff view generated by jsdifflib |
1 | From: Cédric Le Goater <clg@kaod.org> | 1 | The mps2-tz code uses PPCPortInfo data structures to define what |
---|---|---|---|
2 | devices are present and how they are wired up. Currently we use | ||
3 | these to specify device types and addresses, but hard-code the | ||
4 | interrupt line wiring in each make_* helper function. This works for | ||
5 | the two boards we have at the moment, but the AN524 has some devices | ||
6 | with different interrupt assignments. | ||
2 | 7 | ||
3 | The Aspeed SMC Controller can operate in different modes : Read, Fast | 8 | This commit adds the framework to allow PPCPortInfo structures to |
4 | Read, Write and User modes. When the User mode is configured, it | 9 | specify interrupt numbers. We add an array of interrupt numbers to |
5 | selects automatically the SPI slave device until the CE_STOP_ACTIVE | 10 | the PPCPortInfo struct, and pass it through to the make_* helpers. |
6 | bit is set to 1. When any other modes are configured the device is | 11 | The following commit will change the make_* helpers over to using the |
7 | unselected. The HW logic handles the chip select automatically when | 12 | framework. |
8 | the flash is accessed through its AHB window. | ||
9 | 13 | ||
10 | When configuring the CEx Control Register, the User mode logic to | 14 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | select and unselect the slave is incorrect and data corruption can be | 15 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
12 | seen on machines using two chips, witherspoon and romulus. | 16 | Message-id: 20210215115138.20465-13-peter.maydell@linaro.org |
17 | --- | ||
18 | hw/arm/mps2-tz.c | 36 ++++++++++++++++++++++++------------ | ||
19 | 1 file changed, 24 insertions(+), 12 deletions(-) | ||
13 | 20 | ||
14 | Rework the handler setting the CEx Control Register to fix this issue. | 21 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c |
15 | |||
16 | Fixes: 7c1c69bca43c ("ast2400: add SMC controllers (FMC and SPI)") | ||
17 | Signed-off-by: Cédric Le Goater <clg@kaod.org> | ||
18 | Reviewed-by: Andrew Jeffery <andrew@aj.id.au> | ||
19 | Message-id: 20200206112645.21275-3-clg@kaod.org | ||
20 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
21 | --- | ||
22 | hw/ssi/aspeed_smc.c | 39 +++++++++++++++++++++++---------------- | ||
23 | hw/ssi/trace-events | 1 + | ||
24 | 2 files changed, 24 insertions(+), 16 deletions(-) | ||
25 | |||
26 | diff --git a/hw/ssi/aspeed_smc.c b/hw/ssi/aspeed_smc.c | ||
27 | index XXXXXXX..XXXXXXX 100644 | 22 | index XXXXXXX..XXXXXXX 100644 |
28 | --- a/hw/ssi/aspeed_smc.c | 23 | --- a/hw/arm/mps2-tz.c |
29 | +++ b/hw/ssi/aspeed_smc.c | 24 | +++ b/hw/arm/mps2-tz.c |
30 | @@ -XXX,XX +XXX,XX @@ static inline int aspeed_smc_flash_is_4byte(const AspeedSMCFlash *fl) | 25 | @@ -XXX,XX +XXX,XX @@ static qemu_irq get_sse_irq_in(MPS2TZMachineState *mms, int irqno) |
31 | } | 26 | * needs to be plugged into the downstream end of the PPC port. |
27 | */ | ||
28 | typedef MemoryRegion *MakeDevFn(MPS2TZMachineState *mms, void *opaque, | ||
29 | - const char *name, hwaddr size); | ||
30 | + const char *name, hwaddr size, | ||
31 | + const int *irqs); | ||
32 | |||
33 | typedef struct PPCPortInfo { | ||
34 | const char *name; | ||
35 | @@ -XXX,XX +XXX,XX @@ typedef struct PPCPortInfo { | ||
36 | void *opaque; | ||
37 | hwaddr addr; | ||
38 | hwaddr size; | ||
39 | + int irqs[3]; /* currently no device needs more IRQ lines than this */ | ||
40 | } PPCPortInfo; | ||
41 | |||
42 | typedef struct PPCInfo { | ||
43 | @@ -XXX,XX +XXX,XX @@ typedef struct PPCInfo { | ||
44 | } PPCInfo; | ||
45 | |||
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, | ||
32 | } | 56 | } |
33 | 57 | ||
34 | -static inline bool aspeed_smc_is_ce_stop_active(const AspeedSMCFlash *fl) | 58 | static MemoryRegion *make_uart(MPS2TZMachineState *mms, void *opaque, |
35 | +static void aspeed_smc_flash_do_select(AspeedSMCFlash *fl, bool unselect) | 59 | - const char *name, hwaddr size) |
60 | + const char *name, hwaddr size, | ||
61 | + const int *irqs) | ||
36 | { | 62 | { |
37 | - const AspeedSMCState *s = fl->controller; | 63 | MPS2TZMachineClass *mmc = MPS2TZ_MACHINE_GET_CLASS(mms); |
38 | + AspeedSMCState *s = fl->controller; | 64 | CMSDKAPBUART *uart = opaque; |
39 | 65 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_uart(MPS2TZMachineState *mms, void *opaque, | |
40 | - return s->regs[s->r_ctrl0 + fl->id] & CTRL_CE_STOP_ACTIVE; | ||
41 | + trace_aspeed_smc_flash_select(fl->id, unselect ? "un" : ""); | ||
42 | + | ||
43 | + qemu_set_irq(s->cs_lines[fl->id], unselect); | ||
44 | } | 66 | } |
45 | 67 | ||
46 | static void aspeed_smc_flash_select(AspeedSMCFlash *fl) | 68 | static MemoryRegion *make_scc(MPS2TZMachineState *mms, void *opaque, |
69 | - const char *name, hwaddr size) | ||
70 | + const char *name, hwaddr size, | ||
71 | + const int *irqs) | ||
47 | { | 72 | { |
48 | - AspeedSMCState *s = fl->controller; | 73 | MPS2SCC *scc = opaque; |
49 | - | 74 | DeviceState *sccdev; |
50 | - s->regs[s->r_ctrl0 + fl->id] &= ~CTRL_CE_STOP_ACTIVE; | 75 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_scc(MPS2TZMachineState *mms, void *opaque, |
51 | - qemu_set_irq(s->cs_lines[fl->id], aspeed_smc_is_ce_stop_active(fl)); | ||
52 | + aspeed_smc_flash_do_select(fl, false); | ||
53 | } | 76 | } |
54 | 77 | ||
55 | static void aspeed_smc_flash_unselect(AspeedSMCFlash *fl) | 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) | ||
56 | { | 82 | { |
57 | - AspeedSMCState *s = fl->controller; | 83 | MPS2FPGAIO *fpgaio = opaque; |
58 | - | 84 | MPS2TZMachineClass *mmc = MPS2TZ_MACHINE_GET_CLASS(mms); |
59 | - s->regs[s->r_ctrl0 + fl->id] |= CTRL_CE_STOP_ACTIVE; | 85 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_fpgaio(MPS2TZMachineState *mms, void *opaque, |
60 | - qemu_set_irq(s->cs_lines[fl->id], aspeed_smc_is_ce_stop_active(fl)); | ||
61 | + aspeed_smc_flash_do_select(fl, true); | ||
62 | } | 86 | } |
63 | 87 | ||
64 | static uint32_t aspeed_smc_check_segment_addr(const AspeedSMCFlash *fl, | 88 | static MemoryRegion *make_eth_dev(MPS2TZMachineState *mms, void *opaque, |
65 | @@ -XXX,XX +XXX,XX @@ static const MemoryRegionOps aspeed_smc_flash_ops = { | 89 | - const char *name, hwaddr size) |
66 | }, | 90 | + const char *name, hwaddr size, |
67 | }; | 91 | + const int *irqs) |
68 | |||
69 | -static void aspeed_smc_flash_update_cs(AspeedSMCFlash *fl) | ||
70 | +static void aspeed_smc_flash_update_ctrl(AspeedSMCFlash *fl, uint32_t value) | ||
71 | { | 92 | { |
72 | AspeedSMCState *s = fl->controller; | 93 | SysBusDevice *s; |
73 | + bool unselect; | 94 | NICInfo *nd = &nd_table[0]; |
74 | 95 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_eth_dev(MPS2TZMachineState *mms, void *opaque, | |
75 | - s->snoop_index = aspeed_smc_is_ce_stop_active(fl) ? SNOOP_OFF : SNOOP_START; | ||
76 | + /* User mode selects the CS, other modes unselect */ | ||
77 | + unselect = (value & CTRL_CMD_MODE_MASK) != CTRL_USERMODE; | ||
78 | |||
79 | - qemu_set_irq(s->cs_lines[fl->id], aspeed_smc_is_ce_stop_active(fl)); | ||
80 | + /* A change of CTRL_CE_STOP_ACTIVE from 0 to 1, unselects the CS */ | ||
81 | + if (!(s->regs[s->r_ctrl0 + fl->id] & CTRL_CE_STOP_ACTIVE) && | ||
82 | + value & CTRL_CE_STOP_ACTIVE) { | ||
83 | + unselect = true; | ||
84 | + } | ||
85 | + | ||
86 | + s->regs[s->r_ctrl0 + fl->id] = value; | ||
87 | + | ||
88 | + s->snoop_index = unselect ? SNOOP_OFF : SNOOP_START; | ||
89 | + | ||
90 | + aspeed_smc_flash_do_select(fl, unselect); | ||
91 | } | 96 | } |
92 | 97 | ||
93 | static void aspeed_smc_reset(DeviceState *d) | 98 | static MemoryRegion *make_mpc(MPS2TZMachineState *mms, void *opaque, |
94 | @@ -XXX,XX +XXX,XX @@ static void aspeed_smc_write(void *opaque, hwaddr addr, uint64_t data, | 99 | - const char *name, hwaddr size) |
95 | s->regs[addr] = value; | 100 | + const char *name, hwaddr size, |
96 | } else if (addr >= s->r_ctrl0 && addr < s->r_ctrl0 + s->num_cs) { | 101 | + const int *irqs) |
97 | int cs = addr - s->r_ctrl0; | 102 | { |
98 | - s->regs[addr] = value; | 103 | TZMPC *mpc = opaque; |
99 | - aspeed_smc_flash_update_cs(&s->flashes[cs]); | 104 | int i = mpc - &mms->ssram_mpc[0]; |
100 | + aspeed_smc_flash_update_ctrl(&s->flashes[cs], value); | 105 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_mpc(MPS2TZMachineState *mms, void *opaque, |
101 | } else if (addr >= R_SEG_ADDR0 && | 106 | } |
102 | addr < R_SEG_ADDR0 + s->ctrl->max_slaves) { | 107 | |
103 | int cs = addr - R_SEG_ADDR0; | 108 | static MemoryRegion *make_dma(MPS2TZMachineState *mms, void *opaque, |
104 | diff --git a/hw/ssi/trace-events b/hw/ssi/trace-events | 109 | - const char *name, hwaddr size) |
105 | index XXXXXXX..XXXXXXX 100644 | 110 | + const char *name, hwaddr size, |
106 | --- a/hw/ssi/trace-events | 111 | + const int *irqs) |
107 | +++ b/hw/ssi/trace-events | 112 | { |
108 | @@ -XXX,XX +XXX,XX @@ aspeed_smc_flash_write(int cs, uint64_t addr, uint32_t size, uint64_t data, int | 113 | PL080State *dma = opaque; |
109 | aspeed_smc_read(uint64_t addr, uint32_t size, uint64_t data) "@0x%" PRIx64 " size %u: 0x%" PRIx64 | 114 | int i = dma - &mms->dma[0]; |
110 | aspeed_smc_dma_checksum(uint32_t addr, uint32_t data) "0x%08x: 0x%08x" | 115 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_dma(MPS2TZMachineState *mms, void *opaque, |
111 | aspeed_smc_write(uint64_t addr, uint32_t size, uint64_t data) "@0x%" PRIx64 " size %u: 0x%" PRIx64 | 116 | } |
112 | +aspeed_smc_flash_select(int cs, const char *prefix) "CS%d %sselect" | 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); | ||
113 | -- | 145 | -- |
114 | 2.20.1 | 146 | 2.20.1 |
115 | 147 | ||
116 | 148 | diff view generated by jsdifflib |
1 | From: Niek Linnenbank <nieklinnenbank@gmail.com> | 1 | Move the specification of the IRQ information for the uart, ethernet, |
---|---|---|---|
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.) | ||
2 | 5 | ||
3 | Allwinner System-on-Chips usually contain a Real Time Clock (RTC) | 6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
4 | for non-volatile system date and time keeping. This commit adds a generic | 7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
5 | Allwinner RTC device that supports the RTC devices found in Allwinner SoC | 8 | Message-id: 20210215115138.20465-14-peter.maydell@linaro.org |
6 | family sun4i (A10), sun7i (A20) and sun6i and newer (A31, H2+, H3, etc). | 9 | --- |
7 | The following RTC functionality and features are implemented: | 10 | hw/arm/mps2-tz.c | 52 +++++++++++++++++++++++------------------------- |
11 | 1 file changed, 25 insertions(+), 27 deletions(-) | ||
8 | 12 | ||
9 | * Year-Month-Day read/write | 13 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c |
10 | * Hour-Minute-Second read/write | ||
11 | * General Purpose storage | ||
12 | |||
13 | The following boards are extended with the RTC device: | ||
14 | |||
15 | * Cubieboard (hw/arm/cubieboard.c) | ||
16 | * Orange Pi PC (hw/arm/orangepi.c) | ||
17 | |||
18 | Signed-off-by: Niek Linnenbank <nieklinnenbank@gmail.com> | ||
19 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
20 | Message-id: 20200311221854.30370-13-nieklinnenbank@gmail.com | ||
21 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
22 | --- | ||
23 | hw/rtc/Makefile.objs | 1 + | ||
24 | include/hw/arm/allwinner-a10.h | 2 + | ||
25 | include/hw/arm/allwinner-h3.h | 3 + | ||
26 | include/hw/rtc/allwinner-rtc.h | 134 +++++++++++ | ||
27 | hw/arm/allwinner-a10.c | 8 + | ||
28 | hw/arm/allwinner-h3.c | 9 +- | ||
29 | hw/rtc/allwinner-rtc.c | 411 +++++++++++++++++++++++++++++++++ | ||
30 | hw/rtc/trace-events | 4 + | ||
31 | 8 files changed, 571 insertions(+), 1 deletion(-) | ||
32 | create mode 100644 include/hw/rtc/allwinner-rtc.h | ||
33 | create mode 100644 hw/rtc/allwinner-rtc.c | ||
34 | |||
35 | diff --git a/hw/rtc/Makefile.objs b/hw/rtc/Makefile.objs | ||
36 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
37 | --- a/hw/rtc/Makefile.objs | 15 | --- a/hw/arm/mps2-tz.c |
38 | +++ b/hw/rtc/Makefile.objs | 16 | +++ b/hw/arm/mps2-tz.c |
39 | @@ -XXX,XX +XXX,XX @@ obj-$(CONFIG_MC146818RTC) += mc146818rtc.o | 17 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_uart(MPS2TZMachineState *mms, void *opaque, |
40 | common-obj-$(CONFIG_SUN4V_RTC) += sun4v-rtc.o | 18 | const char *name, hwaddr size, |
41 | common-obj-$(CONFIG_ASPEED_SOC) += aspeed_rtc.o | 19 | const int *irqs) |
42 | common-obj-$(CONFIG_GOLDFISH_RTC) += goldfish_rtc.o | ||
43 | +common-obj-$(CONFIG_ALLWINNER_H3) += allwinner-rtc.o | ||
44 | diff --git a/include/hw/arm/allwinner-a10.h b/include/hw/arm/allwinner-a10.h | ||
45 | index XXXXXXX..XXXXXXX 100644 | ||
46 | --- a/include/hw/arm/allwinner-a10.h | ||
47 | +++ b/include/hw/arm/allwinner-a10.h | ||
48 | @@ -XXX,XX +XXX,XX @@ | ||
49 | #include "hw/ide/ahci.h" | ||
50 | #include "hw/usb/hcd-ohci.h" | ||
51 | #include "hw/usb/hcd-ehci.h" | ||
52 | +#include "hw/rtc/allwinner-rtc.h" | ||
53 | |||
54 | #include "target/arm/cpu.h" | ||
55 | |||
56 | @@ -XXX,XX +XXX,XX @@ typedef struct AwA10State { | ||
57 | AwEmacState emac; | ||
58 | AllwinnerAHCIState sata; | ||
59 | AwSdHostState mmc0; | ||
60 | + AwRtcState rtc; | ||
61 | MemoryRegion sram_a; | ||
62 | EHCISysBusState ehci[AW_A10_NUM_USB]; | ||
63 | OHCISysBusState ohci[AW_A10_NUM_USB]; | ||
64 | diff --git a/include/hw/arm/allwinner-h3.h b/include/hw/arm/allwinner-h3.h | ||
65 | index XXXXXXX..XXXXXXX 100644 | ||
66 | --- a/include/hw/arm/allwinner-h3.h | ||
67 | +++ b/include/hw/arm/allwinner-h3.h | ||
68 | @@ -XXX,XX +XXX,XX @@ | ||
69 | #include "hw/misc/allwinner-sid.h" | ||
70 | #include "hw/sd/allwinner-sdhost.h" | ||
71 | #include "hw/net/allwinner-sun8i-emac.h" | ||
72 | +#include "hw/rtc/allwinner-rtc.h" | ||
73 | #include "target/arm/cpu.h" | ||
74 | #include "sysemu/block-backend.h" | ||
75 | |||
76 | @@ -XXX,XX +XXX,XX @@ enum { | ||
77 | AW_H3_GIC_CPU, | ||
78 | AW_H3_GIC_HYP, | ||
79 | AW_H3_GIC_VCPU, | ||
80 | + AW_H3_RTC, | ||
81 | AW_H3_CPUCFG, | ||
82 | AW_H3_SDRAM | ||
83 | }; | ||
84 | @@ -XXX,XX +XXX,XX @@ typedef struct AwH3State { | ||
85 | AwSidState sid; | ||
86 | AwSdHostState mmc0; | ||
87 | AwSun8iEmacState emac; | ||
88 | + AwRtcState rtc; | ||
89 | GICState gic; | ||
90 | MemoryRegion sram_a1; | ||
91 | MemoryRegion sram_a2; | ||
92 | diff --git a/include/hw/rtc/allwinner-rtc.h b/include/hw/rtc/allwinner-rtc.h | ||
93 | new file mode 100644 | ||
94 | index XXXXXXX..XXXXXXX | ||
95 | --- /dev/null | ||
96 | +++ b/include/hw/rtc/allwinner-rtc.h | ||
97 | @@ -XXX,XX +XXX,XX @@ | ||
98 | +/* | ||
99 | + * Allwinner Real Time Clock emulation | ||
100 | + * | ||
101 | + * Copyright (C) 2019 Niek Linnenbank <nieklinnenbank@gmail.com> | ||
102 | + * | ||
103 | + * This program is free software: you can redistribute it and/or modify | ||
104 | + * it under the terms of the GNU General Public License as published by | ||
105 | + * the Free Software Foundation, either version 2 of the License, or | ||
106 | + * (at your option) any later version. | ||
107 | + * | ||
108 | + * This program is distributed in the hope that it will be useful, | ||
109 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
110 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
111 | + * GNU General Public License for more details. | ||
112 | + * | ||
113 | + * You should have received a copy of the GNU General Public License | ||
114 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
115 | + */ | ||
116 | + | ||
117 | +#ifndef HW_MISC_ALLWINNER_RTC_H | ||
118 | +#define HW_MISC_ALLWINNER_RTC_H | ||
119 | + | ||
120 | +#include "qom/object.h" | ||
121 | +#include "hw/sysbus.h" | ||
122 | + | ||
123 | +/** | ||
124 | + * Constants | ||
125 | + * @{ | ||
126 | + */ | ||
127 | + | ||
128 | +/** Highest register address used by RTC device */ | ||
129 | +#define AW_RTC_REGS_MAXADDR (0x200) | ||
130 | + | ||
131 | +/** Total number of known registers */ | ||
132 | +#define AW_RTC_REGS_NUM (AW_RTC_REGS_MAXADDR / sizeof(uint32_t)) | ||
133 | + | ||
134 | +/** @} */ | ||
135 | + | ||
136 | +/** | ||
137 | + * Object model types | ||
138 | + * @{ | ||
139 | + */ | ||
140 | + | ||
141 | +/** Generic Allwinner RTC device (abstract) */ | ||
142 | +#define TYPE_AW_RTC "allwinner-rtc" | ||
143 | + | ||
144 | +/** Allwinner RTC sun4i family (A10, A12) */ | ||
145 | +#define TYPE_AW_RTC_SUN4I TYPE_AW_RTC "-sun4i" | ||
146 | + | ||
147 | +/** Allwinner RTC sun6i family and newer (A31, H2+, H3, etc) */ | ||
148 | +#define TYPE_AW_RTC_SUN6I TYPE_AW_RTC "-sun6i" | ||
149 | + | ||
150 | +/** Allwinner RTC sun7i family (A20) */ | ||
151 | +#define TYPE_AW_RTC_SUN7I TYPE_AW_RTC "-sun7i" | ||
152 | + | ||
153 | +/** @} */ | ||
154 | + | ||
155 | +/** | ||
156 | + * Object model macros | ||
157 | + * @{ | ||
158 | + */ | ||
159 | + | ||
160 | +#define AW_RTC(obj) \ | ||
161 | + OBJECT_CHECK(AwRtcState, (obj), TYPE_AW_RTC) | ||
162 | +#define AW_RTC_CLASS(klass) \ | ||
163 | + OBJECT_CLASS_CHECK(AwRtcClass, (klass), TYPE_AW_RTC) | ||
164 | +#define AW_RTC_GET_CLASS(obj) \ | ||
165 | + OBJECT_GET_CLASS(AwRtcClass, (obj), TYPE_AW_RTC) | ||
166 | + | ||
167 | +/** @} */ | ||
168 | + | ||
169 | +/** | ||
170 | + * Allwinner RTC per-object instance state. | ||
171 | + */ | ||
172 | +typedef struct AwRtcState { | ||
173 | + /*< private >*/ | ||
174 | + SysBusDevice parent_obj; | ||
175 | + /*< public >*/ | ||
176 | + | ||
177 | + /** | ||
178 | + * Actual year represented by the device when year counter is zero | ||
179 | + * | ||
180 | + * Can be overridden by the user using the corresponding 'base-year' | ||
181 | + * property. The base year used by the target OS driver can vary, for | ||
182 | + * example the Linux driver for sun6i uses 1970 while NetBSD uses 2000. | ||
183 | + */ | ||
184 | + int base_year; | ||
185 | + | ||
186 | + /** Maps I/O registers in physical memory */ | ||
187 | + MemoryRegion iomem; | ||
188 | + | ||
189 | + /** Array of hardware registers */ | ||
190 | + uint32_t regs[AW_RTC_REGS_NUM]; | ||
191 | + | ||
192 | +} AwRtcState; | ||
193 | + | ||
194 | +/** | ||
195 | + * Allwinner RTC class-level struct. | ||
196 | + * | ||
197 | + * This struct is filled by each sunxi device specific code | ||
198 | + * such that the generic code can use this struct to support | ||
199 | + * all devices. | ||
200 | + */ | ||
201 | +typedef struct AwRtcClass { | ||
202 | + /*< private >*/ | ||
203 | + SysBusDeviceClass parent_class; | ||
204 | + /*< public >*/ | ||
205 | + | ||
206 | + /** Defines device specific register map */ | ||
207 | + const uint8_t *regmap; | ||
208 | + | ||
209 | + /** Size of the regmap in bytes */ | ||
210 | + size_t regmap_size; | ||
211 | + | ||
212 | + /** | ||
213 | + * Read device specific register | ||
214 | + * | ||
215 | + * @offset: register offset to read | ||
216 | + * @return true if register read successful, false otherwise | ||
217 | + */ | ||
218 | + bool (*read)(AwRtcState *s, uint32_t offset); | ||
219 | + | ||
220 | + /** | ||
221 | + * Write device specific register | ||
222 | + * | ||
223 | + * @offset: register offset to write | ||
224 | + * @data: value to set in register | ||
225 | + * @return true if register write successful, false otherwise | ||
226 | + */ | ||
227 | + bool (*write)(AwRtcState *s, uint32_t offset, uint32_t data); | ||
228 | + | ||
229 | +} AwRtcClass; | ||
230 | + | ||
231 | +#endif /* HW_MISC_ALLWINNER_RTC_H */ | ||
232 | diff --git a/hw/arm/allwinner-a10.c b/hw/arm/allwinner-a10.c | ||
233 | index XXXXXXX..XXXXXXX 100644 | ||
234 | --- a/hw/arm/allwinner-a10.c | ||
235 | +++ b/hw/arm/allwinner-a10.c | ||
236 | @@ -XXX,XX +XXX,XX @@ | ||
237 | #define AW_A10_EHCI_BASE 0x01c14000 | ||
238 | #define AW_A10_OHCI_BASE 0x01c14400 | ||
239 | #define AW_A10_SATA_BASE 0x01c18000 | ||
240 | +#define AW_A10_RTC_BASE 0x01c20d00 | ||
241 | |||
242 | static void aw_a10_init(Object *obj) | ||
243 | { | 20 | { |
244 | @@ -XXX,XX +XXX,XX @@ static void aw_a10_init(Object *obj) | 21 | + /* The irq[] array is tx, rx, combined, in that order */ |
245 | 22 | MPS2TZMachineClass *mmc = MPS2TZ_MACHINE_GET_CLASS(mms); | |
246 | sysbus_init_child_obj(obj, "mmc0", &s->mmc0, sizeof(s->mmc0), | 23 | CMSDKAPBUART *uart = opaque; |
247 | TYPE_AW_SDHOST_SUN4I); | 24 | int i = uart - &mms->uart[0]; |
248 | + | 25 | - int rxirqno = i * 2 + 32; |
249 | + sysbus_init_child_obj(obj, "rtc", &s->rtc, sizeof(s->rtc), | 26 | - int txirqno = i * 2 + 33; |
250 | + TYPE_AW_RTC_SUN4I); | 27 | - int combirqno = i + 42; |
28 | SysBusDevice *s; | ||
29 | DeviceState *orgate_dev = DEVICE(&mms->uart_irq_orgate); | ||
30 | |||
31 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_uart(MPS2TZMachineState *mms, void *opaque, | ||
32 | qdev_prop_set_uint32(DEVICE(uart), "pclk-frq", mmc->sysclk_frq); | ||
33 | sysbus_realize(SYS_BUS_DEVICE(uart), &error_fatal); | ||
34 | s = SYS_BUS_DEVICE(uart); | ||
35 | - sysbus_connect_irq(s, 0, get_sse_irq_in(mms, txirqno)); | ||
36 | - sysbus_connect_irq(s, 1, get_sse_irq_in(mms, rxirqno)); | ||
37 | + sysbus_connect_irq(s, 0, get_sse_irq_in(mms, irqs[0])); | ||
38 | + sysbus_connect_irq(s, 1, get_sse_irq_in(mms, irqs[1])); | ||
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); | ||
251 | } | 44 | } |
252 | 45 | ||
253 | static void aw_a10_realize(DeviceState *dev, Error **errp) | 46 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_eth_dev(MPS2TZMachineState *mms, void *opaque, |
254 | @@ -XXX,XX +XXX,XX @@ static void aw_a10_realize(DeviceState *dev, Error **errp) | 47 | |
255 | sysbus_connect_irq(SYS_BUS_DEVICE(&s->mmc0), 0, qdev_get_gpio_in(dev, 32)); | 48 | s = SYS_BUS_DEVICE(mms->lan9118); |
256 | object_property_add_alias(OBJECT(s), "sd-bus", OBJECT(&s->mmc0), | 49 | sysbus_realize_and_unref(s, &error_fatal); |
257 | "sd-bus", &error_abort); | 50 | - sysbus_connect_irq(s, 0, get_sse_irq_in(mms, 48)); |
258 | + | 51 | + sysbus_connect_irq(s, 0, get_sse_irq_in(mms, irqs[0])); |
259 | + /* RTC */ | 52 | return sysbus_mmio_get_region(s, 0); |
260 | + qdev_init_nofail(DEVICE(&s->rtc)); | ||
261 | + sysbus_mmio_map_overlap(SYS_BUS_DEVICE(&s->rtc), 0, AW_A10_RTC_BASE, 10); | ||
262 | } | 53 | } |
263 | 54 | ||
264 | static void aw_a10_class_init(ObjectClass *oc, void *data) | 55 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_dma(MPS2TZMachineState *mms, void *opaque, |
265 | diff --git a/hw/arm/allwinner-h3.c b/hw/arm/allwinner-h3.c | 56 | const char *name, hwaddr size, |
266 | index XXXXXXX..XXXXXXX 100644 | 57 | const int *irqs) |
267 | --- a/hw/arm/allwinner-h3.c | 58 | { |
268 | +++ b/hw/arm/allwinner-h3.c | 59 | + /* The irq[] array is DMACINTR, DMACINTERR, DMACINTTC, in that order */ |
269 | @@ -XXX,XX +XXX,XX @@ const hwaddr allwinner_h3_memmap[] = { | 60 | PL080State *dma = opaque; |
270 | [AW_H3_GIC_CPU] = 0x01c82000, | 61 | int i = dma - &mms->dma[0]; |
271 | [AW_H3_GIC_HYP] = 0x01c84000, | 62 | SysBusDevice *s; |
272 | [AW_H3_GIC_VCPU] = 0x01c86000, | 63 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_dma(MPS2TZMachineState *mms, void *opaque, |
273 | + [AW_H3_RTC] = 0x01f00000, | 64 | |
274 | [AW_H3_CPUCFG] = 0x01f01c00, | 65 | s = SYS_BUS_DEVICE(dma); |
275 | [AW_H3_SDRAM] = 0x40000000 | 66 | /* Wire up DMACINTR, DMACINTERR, DMACINTTC */ |
276 | }; | 67 | - sysbus_connect_irq(s, 0, get_sse_irq_in(mms, 58 + i * 3)); |
277 | @@ -XXX,XX +XXX,XX @@ struct AwH3Unimplemented { | 68 | - sysbus_connect_irq(s, 1, get_sse_irq_in(mms, 56 + i * 3)); |
278 | { "csi", 0x01cb0000, 320 * KiB }, | 69 | - sysbus_connect_irq(s, 2, get_sse_irq_in(mms, 57 + i * 3)); |
279 | { "tve", 0x01e00000, 64 * KiB }, | 70 | + sysbus_connect_irq(s, 0, get_sse_irq_in(mms, irqs[0])); |
280 | { "hdmi", 0x01ee0000, 128 * KiB }, | 71 | + sysbus_connect_irq(s, 1, get_sse_irq_in(mms, irqs[1])); |
281 | - { "rtc", 0x01f00000, 1 * KiB }, | 72 | + sysbus_connect_irq(s, 2, get_sse_irq_in(mms, irqs[2])); |
282 | { "r_timer", 0x01f00800, 1 * KiB }, | 73 | |
283 | { "r_intc", 0x01f00c00, 1 * KiB }, | 74 | g_free(mscname); |
284 | { "r_wdog", 0x01f01000, 1 * KiB }, | 75 | return sysbus_mmio_get_region(s, 0); |
285 | @@ -XXX,XX +XXX,XX @@ static void allwinner_h3_init(Object *obj) | 76 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_spi(MPS2TZMachineState *mms, void *opaque, |
286 | "ram-addr", &error_abort); | 77 | * lines are set via the "MISC" register in the MPS2 FPGAIO device. |
287 | object_property_add_alias(obj, "ram-size", OBJECT(&s->dramc), | 78 | */ |
288 | "ram-size", &error_abort); | 79 | PL022State *spi = opaque; |
289 | + | 80 | - int i = spi - &mms->spi[0]; |
290 | + sysbus_init_child_obj(obj, "rtc", &s->rtc, sizeof(s->rtc), | 81 | SysBusDevice *s; |
291 | + TYPE_AW_RTC_SUN6I); | 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); | ||
292 | } | 89 | } |
293 | 90 | ||
294 | static void allwinner_h3_realize(DeviceState *dev, Error **errp) | 91 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) |
295 | @@ -XXX,XX +XXX,XX @@ static void allwinner_h3_realize(DeviceState *dev, Error **errp) | 92 | }, { |
296 | sysbus_mmio_map(SYS_BUS_DEVICE(&s->dramc), 1, s->memmap[AW_H3_DRAMCTL]); | 93 | .name = "apb_ppcexp1", |
297 | sysbus_mmio_map(SYS_BUS_DEVICE(&s->dramc), 2, s->memmap[AW_H3_DRAMPHY]); | 94 | .ports = { |
298 | 95 | - { "spi0", make_spi, &mms->spi[0], 0x40205000, 0x1000 }, | |
299 | + /* RTC */ | 96 | - { "spi1", make_spi, &mms->spi[1], 0x40206000, 0x1000 }, |
300 | + qdev_init_nofail(DEVICE(&s->rtc)); | 97 | - { "spi2", make_spi, &mms->spi[2], 0x40209000, 0x1000 }, |
301 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->rtc), 0, s->memmap[AW_H3_RTC]); | 98 | - { "spi3", make_spi, &mms->spi[3], 0x4020a000, 0x1000 }, |
302 | + | 99 | - { "spi4", make_spi, &mms->spi[4], 0x4020b000, 0x1000 }, |
303 | /* Unimplemented devices */ | 100 | - { "uart0", make_uart, &mms->uart[0], 0x40200000, 0x1000 }, |
304 | for (i = 0; i < ARRAY_SIZE(unimplemented); i++) { | 101 | - { "uart1", make_uart, &mms->uart[1], 0x40201000, 0x1000 }, |
305 | create_unimplemented_device(unimplemented[i].device_name, | 102 | - { "uart2", make_uart, &mms->uart[2], 0x40202000, 0x1000 }, |
306 | diff --git a/hw/rtc/allwinner-rtc.c b/hw/rtc/allwinner-rtc.c | 103 | - { "uart3", make_uart, &mms->uart[3], 0x40203000, 0x1000 }, |
307 | new file mode 100644 | 104 | - { "uart4", make_uart, &mms->uart[4], 0x40204000, 0x1000 }, |
308 | index XXXXXXX..XXXXXXX | 105 | + { "spi0", make_spi, &mms->spi[0], 0x40205000, 0x1000, { 51 } }, |
309 | --- /dev/null | 106 | + { "spi1", make_spi, &mms->spi[1], 0x40206000, 0x1000, { 52 } }, |
310 | +++ b/hw/rtc/allwinner-rtc.c | 107 | + { "spi2", make_spi, &mms->spi[2], 0x40209000, 0x1000, { 53 } }, |
311 | @@ -XXX,XX +XXX,XX @@ | 108 | + { "spi3", make_spi, &mms->spi[3], 0x4020a000, 0x1000, { 54 } }, |
312 | +/* | 109 | + { "spi4", make_spi, &mms->spi[4], 0x4020b000, 0x1000, { 55 } }, |
313 | + * Allwinner Real Time Clock emulation | 110 | + { "uart0", make_uart, &mms->uart[0], 0x40200000, 0x1000, { 32, 33, 42 } }, |
314 | + * | 111 | + { "uart1", make_uart, &mms->uart[1], 0x40201000, 0x1000, { 34, 35, 43 } }, |
315 | + * Copyright (C) 2019 Niek Linnenbank <nieklinnenbank@gmail.com> | 112 | + { "uart2", make_uart, &mms->uart[2], 0x40202000, 0x1000, { 36, 37, 44 } }, |
316 | + * | 113 | + { "uart3", make_uart, &mms->uart[3], 0x40203000, 0x1000, { 38, 39, 45 } }, |
317 | + * This program is free software: you can redistribute it and/or modify | 114 | + { "uart4", make_uart, &mms->uart[4], 0x40204000, 0x1000, { 40, 41, 46 } }, |
318 | + * it under the terms of the GNU General Public License as published by | 115 | { "i2c0", make_i2c, &mms->i2c[0], 0x40207000, 0x1000 }, |
319 | + * the Free Software Foundation, either version 2 of the License, or | 116 | { "i2c1", make_i2c, &mms->i2c[1], 0x40208000, 0x1000 }, |
320 | + * (at your option) any later version. | 117 | { "i2c2", make_i2c, &mms->i2c[2], 0x4020c000, 0x1000 }, |
321 | + * | 118 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) |
322 | + * This program is distributed in the hope that it will be useful, | 119 | { "gpio1", make_unimp_dev, &mms->gpio[1], 0x40101000, 0x1000 }, |
323 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of | 120 | { "gpio2", make_unimp_dev, &mms->gpio[2], 0x40102000, 0x1000 }, |
324 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 121 | { "gpio3", make_unimp_dev, &mms->gpio[3], 0x40103000, 0x1000 }, |
325 | + * GNU General Public License for more details. | 122 | - { "eth", make_eth_dev, NULL, 0x42000000, 0x100000 }, |
326 | + * | 123 | + { "eth", make_eth_dev, NULL, 0x42000000, 0x100000, { 48 } }, |
327 | + * You should have received a copy of the GNU General Public License | 124 | }, |
328 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. | 125 | }, { |
329 | + */ | 126 | .name = "ahb_ppcexp1", |
330 | + | 127 | .ports = { |
331 | +#include "qemu/osdep.h" | 128 | - { "dma0", make_dma, &mms->dma[0], 0x40110000, 0x1000 }, |
332 | +#include "qemu/units.h" | 129 | - { "dma1", make_dma, &mms->dma[1], 0x40111000, 0x1000 }, |
333 | +#include "hw/sysbus.h" | 130 | - { "dma2", make_dma, &mms->dma[2], 0x40112000, 0x1000 }, |
334 | +#include "migration/vmstate.h" | 131 | - { "dma3", make_dma, &mms->dma[3], 0x40113000, 0x1000 }, |
335 | +#include "qemu/log.h" | 132 | + { "dma0", make_dma, &mms->dma[0], 0x40110000, 0x1000, { 58, 56, 57 } }, |
336 | +#include "qemu/module.h" | 133 | + { "dma1", make_dma, &mms->dma[1], 0x40111000, 0x1000, { 61, 59, 60 } }, |
337 | +#include "qemu-common.h" | 134 | + { "dma2", make_dma, &mms->dma[2], 0x40112000, 0x1000, { 64, 62, 63 } }, |
338 | +#include "hw/qdev-properties.h" | 135 | + { "dma3", make_dma, &mms->dma[3], 0x40113000, 0x1000, { 67, 65, 66 } }, |
339 | +#include "hw/rtc/allwinner-rtc.h" | 136 | }, |
340 | +#include "trace.h" | 137 | }, |
341 | + | 138 | }; |
342 | +/* RTC registers */ | ||
343 | +enum { | ||
344 | + REG_LOSC = 1, /* Low Oscillator Control */ | ||
345 | + REG_YYMMDD, /* RTC Year-Month-Day */ | ||
346 | + REG_HHMMSS, /* RTC Hour-Minute-Second */ | ||
347 | + REG_ALARM1_WKHHMMSS, /* Alarm1 Week Hour-Minute-Second */ | ||
348 | + REG_ALARM1_EN, /* Alarm1 Enable */ | ||
349 | + REG_ALARM1_IRQ_EN, /* Alarm1 IRQ Enable */ | ||
350 | + REG_ALARM1_IRQ_STA, /* Alarm1 IRQ Status */ | ||
351 | + REG_GP0, /* General Purpose Register 0 */ | ||
352 | + REG_GP1, /* General Purpose Register 1 */ | ||
353 | + REG_GP2, /* General Purpose Register 2 */ | ||
354 | + REG_GP3, /* General Purpose Register 3 */ | ||
355 | + | ||
356 | + /* sun4i registers */ | ||
357 | + REG_ALARM1_DDHHMMSS, /* Alarm1 Day Hour-Minute-Second */ | ||
358 | + REG_CPUCFG, /* CPU Configuration Register */ | ||
359 | + | ||
360 | + /* sun6i registers */ | ||
361 | + REG_LOSC_AUTOSTA, /* LOSC Auto Switch Status */ | ||
362 | + REG_INT_OSC_PRE, /* Internal OSC Clock Prescaler */ | ||
363 | + REG_ALARM0_COUNTER, /* Alarm0 Counter */ | ||
364 | + REG_ALARM0_CUR_VLU, /* Alarm0 Counter Current Value */ | ||
365 | + REG_ALARM0_ENABLE, /* Alarm0 Enable */ | ||
366 | + REG_ALARM0_IRQ_EN, /* Alarm0 IRQ Enable */ | ||
367 | + REG_ALARM0_IRQ_STA, /* Alarm0 IRQ Status */ | ||
368 | + REG_ALARM_CONFIG, /* Alarm Config */ | ||
369 | + REG_LOSC_OUT_GATING, /* LOSC Output Gating Register */ | ||
370 | + REG_GP4, /* General Purpose Register 4 */ | ||
371 | + REG_GP5, /* General Purpose Register 5 */ | ||
372 | + REG_GP6, /* General Purpose Register 6 */ | ||
373 | + REG_GP7, /* General Purpose Register 7 */ | ||
374 | + REG_RTC_DBG, /* RTC Debug Register */ | ||
375 | + REG_GPL_HOLD_OUT, /* GPL Hold Output Register */ | ||
376 | + REG_VDD_RTC, /* VDD RTC Regulate Register */ | ||
377 | + REG_IC_CHARA, /* IC Characteristics Register */ | ||
378 | +}; | ||
379 | + | ||
380 | +/* RTC register flags */ | ||
381 | +enum { | ||
382 | + REG_LOSC_YMD = (1 << 7), | ||
383 | + REG_LOSC_HMS = (1 << 8), | ||
384 | +}; | ||
385 | + | ||
386 | +/* RTC sun4i register map (offset to name) */ | ||
387 | +const uint8_t allwinner_rtc_sun4i_regmap[] = { | ||
388 | + [0x0000] = REG_LOSC, | ||
389 | + [0x0004] = REG_YYMMDD, | ||
390 | + [0x0008] = REG_HHMMSS, | ||
391 | + [0x000C] = REG_ALARM1_DDHHMMSS, | ||
392 | + [0x0010] = REG_ALARM1_WKHHMMSS, | ||
393 | + [0x0014] = REG_ALARM1_EN, | ||
394 | + [0x0018] = REG_ALARM1_IRQ_EN, | ||
395 | + [0x001C] = REG_ALARM1_IRQ_STA, | ||
396 | + [0x0020] = REG_GP0, | ||
397 | + [0x0024] = REG_GP1, | ||
398 | + [0x0028] = REG_GP2, | ||
399 | + [0x002C] = REG_GP3, | ||
400 | + [0x003C] = REG_CPUCFG, | ||
401 | +}; | ||
402 | + | ||
403 | +/* RTC sun6i register map (offset to name) */ | ||
404 | +const uint8_t allwinner_rtc_sun6i_regmap[] = { | ||
405 | + [0x0000] = REG_LOSC, | ||
406 | + [0x0004] = REG_LOSC_AUTOSTA, | ||
407 | + [0x0008] = REG_INT_OSC_PRE, | ||
408 | + [0x0010] = REG_YYMMDD, | ||
409 | + [0x0014] = REG_HHMMSS, | ||
410 | + [0x0020] = REG_ALARM0_COUNTER, | ||
411 | + [0x0024] = REG_ALARM0_CUR_VLU, | ||
412 | + [0x0028] = REG_ALARM0_ENABLE, | ||
413 | + [0x002C] = REG_ALARM0_IRQ_EN, | ||
414 | + [0x0030] = REG_ALARM0_IRQ_STA, | ||
415 | + [0x0040] = REG_ALARM1_WKHHMMSS, | ||
416 | + [0x0044] = REG_ALARM1_EN, | ||
417 | + [0x0048] = REG_ALARM1_IRQ_EN, | ||
418 | + [0x004C] = REG_ALARM1_IRQ_STA, | ||
419 | + [0x0050] = REG_ALARM_CONFIG, | ||
420 | + [0x0060] = REG_LOSC_OUT_GATING, | ||
421 | + [0x0100] = REG_GP0, | ||
422 | + [0x0104] = REG_GP1, | ||
423 | + [0x0108] = REG_GP2, | ||
424 | + [0x010C] = REG_GP3, | ||
425 | + [0x0110] = REG_GP4, | ||
426 | + [0x0114] = REG_GP5, | ||
427 | + [0x0118] = REG_GP6, | ||
428 | + [0x011C] = REG_GP7, | ||
429 | + [0x0170] = REG_RTC_DBG, | ||
430 | + [0x0180] = REG_GPL_HOLD_OUT, | ||
431 | + [0x0190] = REG_VDD_RTC, | ||
432 | + [0x01F0] = REG_IC_CHARA, | ||
433 | +}; | ||
434 | + | ||
435 | +static bool allwinner_rtc_sun4i_read(AwRtcState *s, uint32_t offset) | ||
436 | +{ | ||
437 | + /* no sun4i specific registers currently implemented */ | ||
438 | + return false; | ||
439 | +} | ||
440 | + | ||
441 | +static bool allwinner_rtc_sun4i_write(AwRtcState *s, uint32_t offset, | ||
442 | + uint32_t data) | ||
443 | +{ | ||
444 | + /* no sun4i specific registers currently implemented */ | ||
445 | + return false; | ||
446 | +} | ||
447 | + | ||
448 | +static bool allwinner_rtc_sun6i_read(AwRtcState *s, uint32_t offset) | ||
449 | +{ | ||
450 | + const AwRtcClass *c = AW_RTC_GET_CLASS(s); | ||
451 | + | ||
452 | + switch (c->regmap[offset]) { | ||
453 | + case REG_GP4: /* General Purpose Register 4 */ | ||
454 | + case REG_GP5: /* General Purpose Register 5 */ | ||
455 | + case REG_GP6: /* General Purpose Register 6 */ | ||
456 | + case REG_GP7: /* General Purpose Register 7 */ | ||
457 | + return true; | ||
458 | + default: | ||
459 | + break; | ||
460 | + } | ||
461 | + return false; | ||
462 | +} | ||
463 | + | ||
464 | +static bool allwinner_rtc_sun6i_write(AwRtcState *s, uint32_t offset, | ||
465 | + uint32_t data) | ||
466 | +{ | ||
467 | + const AwRtcClass *c = AW_RTC_GET_CLASS(s); | ||
468 | + | ||
469 | + switch (c->regmap[offset]) { | ||
470 | + case REG_GP4: /* General Purpose Register 4 */ | ||
471 | + case REG_GP5: /* General Purpose Register 5 */ | ||
472 | + case REG_GP6: /* General Purpose Register 6 */ | ||
473 | + case REG_GP7: /* General Purpose Register 7 */ | ||
474 | + return true; | ||
475 | + default: | ||
476 | + break; | ||
477 | + } | ||
478 | + return false; | ||
479 | +} | ||
480 | + | ||
481 | +static uint64_t allwinner_rtc_read(void *opaque, hwaddr offset, | ||
482 | + unsigned size) | ||
483 | +{ | ||
484 | + AwRtcState *s = AW_RTC(opaque); | ||
485 | + const AwRtcClass *c = AW_RTC_GET_CLASS(s); | ||
486 | + uint64_t val = 0; | ||
487 | + | ||
488 | + if (offset >= c->regmap_size) { | ||
489 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: out-of-bounds offset 0x%04x\n", | ||
490 | + __func__, (uint32_t)offset); | ||
491 | + return 0; | ||
492 | + } | ||
493 | + | ||
494 | + if (!c->regmap[offset]) { | ||
495 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: invalid register 0x%04x\n", | ||
496 | + __func__, (uint32_t)offset); | ||
497 | + return 0; | ||
498 | + } | ||
499 | + | ||
500 | + switch (c->regmap[offset]) { | ||
501 | + case REG_LOSC: /* Low Oscillator Control */ | ||
502 | + val = s->regs[REG_LOSC]; | ||
503 | + s->regs[REG_LOSC] &= ~(REG_LOSC_YMD | REG_LOSC_HMS); | ||
504 | + break; | ||
505 | + case REG_YYMMDD: /* RTC Year-Month-Day */ | ||
506 | + case REG_HHMMSS: /* RTC Hour-Minute-Second */ | ||
507 | + case REG_GP0: /* General Purpose Register 0 */ | ||
508 | + case REG_GP1: /* General Purpose Register 1 */ | ||
509 | + case REG_GP2: /* General Purpose Register 2 */ | ||
510 | + case REG_GP3: /* General Purpose Register 3 */ | ||
511 | + val = s->regs[c->regmap[offset]]; | ||
512 | + break; | ||
513 | + default: | ||
514 | + if (!c->read(s, offset)) { | ||
515 | + qemu_log_mask(LOG_UNIMP, "%s: unimplemented register 0x%04x\n", | ||
516 | + __func__, (uint32_t)offset); | ||
517 | + } | ||
518 | + val = s->regs[c->regmap[offset]]; | ||
519 | + break; | ||
520 | + } | ||
521 | + | ||
522 | + trace_allwinner_rtc_read(offset, val); | ||
523 | + return val; | ||
524 | +} | ||
525 | + | ||
526 | +static void allwinner_rtc_write(void *opaque, hwaddr offset, | ||
527 | + uint64_t val, unsigned size) | ||
528 | +{ | ||
529 | + AwRtcState *s = AW_RTC(opaque); | ||
530 | + const AwRtcClass *c = AW_RTC_GET_CLASS(s); | ||
531 | + | ||
532 | + if (offset >= c->regmap_size) { | ||
533 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: out-of-bounds offset 0x%04x\n", | ||
534 | + __func__, (uint32_t)offset); | ||
535 | + return; | ||
536 | + } | ||
537 | + | ||
538 | + if (!c->regmap[offset]) { | ||
539 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: invalid register 0x%04x\n", | ||
540 | + __func__, (uint32_t)offset); | ||
541 | + return; | ||
542 | + } | ||
543 | + | ||
544 | + trace_allwinner_rtc_write(offset, val); | ||
545 | + | ||
546 | + switch (c->regmap[offset]) { | ||
547 | + case REG_YYMMDD: /* RTC Year-Month-Day */ | ||
548 | + s->regs[REG_YYMMDD] = val; | ||
549 | + s->regs[REG_LOSC] |= REG_LOSC_YMD; | ||
550 | + break; | ||
551 | + case REG_HHMMSS: /* RTC Hour-Minute-Second */ | ||
552 | + s->regs[REG_HHMMSS] = val; | ||
553 | + s->regs[REG_LOSC] |= REG_LOSC_HMS; | ||
554 | + break; | ||
555 | + case REG_GP0: /* General Purpose Register 0 */ | ||
556 | + case REG_GP1: /* General Purpose Register 1 */ | ||
557 | + case REG_GP2: /* General Purpose Register 2 */ | ||
558 | + case REG_GP3: /* General Purpose Register 3 */ | ||
559 | + s->regs[c->regmap[offset]] = val; | ||
560 | + break; | ||
561 | + default: | ||
562 | + if (!c->write(s, offset, val)) { | ||
563 | + qemu_log_mask(LOG_UNIMP, "%s: unimplemented register 0x%04x\n", | ||
564 | + __func__, (uint32_t)offset); | ||
565 | + } | ||
566 | + break; | ||
567 | + } | ||
568 | +} | ||
569 | + | ||
570 | +static const MemoryRegionOps allwinner_rtc_ops = { | ||
571 | + .read = allwinner_rtc_read, | ||
572 | + .write = allwinner_rtc_write, | ||
573 | + .endianness = DEVICE_NATIVE_ENDIAN, | ||
574 | + .valid = { | ||
575 | + .min_access_size = 4, | ||
576 | + .max_access_size = 4, | ||
577 | + }, | ||
578 | + .impl.min_access_size = 4, | ||
579 | +}; | ||
580 | + | ||
581 | +static void allwinner_rtc_reset(DeviceState *dev) | ||
582 | +{ | ||
583 | + AwRtcState *s = AW_RTC(dev); | ||
584 | + struct tm now; | ||
585 | + | ||
586 | + /* Clear registers */ | ||
587 | + memset(s->regs, 0, sizeof(s->regs)); | ||
588 | + | ||
589 | + /* Get current datetime */ | ||
590 | + qemu_get_timedate(&now, 0); | ||
591 | + | ||
592 | + /* Set RTC with current datetime */ | ||
593 | + if (s->base_year > 1900) { | ||
594 | + s->regs[REG_YYMMDD] = ((now.tm_year + 1900 - s->base_year) << 16) | | ||
595 | + ((now.tm_mon + 1) << 8) | | ||
596 | + now.tm_mday; | ||
597 | + s->regs[REG_HHMMSS] = (((now.tm_wday + 6) % 7) << 29) | | ||
598 | + (now.tm_hour << 16) | | ||
599 | + (now.tm_min << 8) | | ||
600 | + now.tm_sec; | ||
601 | + } | ||
602 | +} | ||
603 | + | ||
604 | +static void allwinner_rtc_init(Object *obj) | ||
605 | +{ | ||
606 | + SysBusDevice *sbd = SYS_BUS_DEVICE(obj); | ||
607 | + AwRtcState *s = AW_RTC(obj); | ||
608 | + | ||
609 | + /* Memory mapping */ | ||
610 | + memory_region_init_io(&s->iomem, OBJECT(s), &allwinner_rtc_ops, s, | ||
611 | + TYPE_AW_RTC, 1 * KiB); | ||
612 | + sysbus_init_mmio(sbd, &s->iomem); | ||
613 | +} | ||
614 | + | ||
615 | +static const VMStateDescription allwinner_rtc_vmstate = { | ||
616 | + .name = "allwinner-rtc", | ||
617 | + .version_id = 1, | ||
618 | + .minimum_version_id = 1, | ||
619 | + .fields = (VMStateField[]) { | ||
620 | + VMSTATE_UINT32_ARRAY(regs, AwRtcState, AW_RTC_REGS_NUM), | ||
621 | + VMSTATE_END_OF_LIST() | ||
622 | + } | ||
623 | +}; | ||
624 | + | ||
625 | +static Property allwinner_rtc_properties[] = { | ||
626 | + DEFINE_PROP_INT32("base-year", AwRtcState, base_year, 0), | ||
627 | + DEFINE_PROP_END_OF_LIST(), | ||
628 | +}; | ||
629 | + | ||
630 | +static void allwinner_rtc_class_init(ObjectClass *klass, void *data) | ||
631 | +{ | ||
632 | + DeviceClass *dc = DEVICE_CLASS(klass); | ||
633 | + | ||
634 | + dc->reset = allwinner_rtc_reset; | ||
635 | + dc->vmsd = &allwinner_rtc_vmstate; | ||
636 | + device_class_set_props(dc, allwinner_rtc_properties); | ||
637 | +} | ||
638 | + | ||
639 | +static void allwinner_rtc_sun4i_init(Object *obj) | ||
640 | +{ | ||
641 | + AwRtcState *s = AW_RTC(obj); | ||
642 | + s->base_year = 2010; | ||
643 | +} | ||
644 | + | ||
645 | +static void allwinner_rtc_sun4i_class_init(ObjectClass *klass, void *data) | ||
646 | +{ | ||
647 | + AwRtcClass *arc = AW_RTC_CLASS(klass); | ||
648 | + | ||
649 | + arc->regmap = allwinner_rtc_sun4i_regmap; | ||
650 | + arc->regmap_size = sizeof(allwinner_rtc_sun4i_regmap); | ||
651 | + arc->read = allwinner_rtc_sun4i_read; | ||
652 | + arc->write = allwinner_rtc_sun4i_write; | ||
653 | +} | ||
654 | + | ||
655 | +static void allwinner_rtc_sun6i_init(Object *obj) | ||
656 | +{ | ||
657 | + AwRtcState *s = AW_RTC(obj); | ||
658 | + s->base_year = 1970; | ||
659 | +} | ||
660 | + | ||
661 | +static void allwinner_rtc_sun6i_class_init(ObjectClass *klass, void *data) | ||
662 | +{ | ||
663 | + AwRtcClass *arc = AW_RTC_CLASS(klass); | ||
664 | + | ||
665 | + arc->regmap = allwinner_rtc_sun6i_regmap; | ||
666 | + arc->regmap_size = sizeof(allwinner_rtc_sun6i_regmap); | ||
667 | + arc->read = allwinner_rtc_sun6i_read; | ||
668 | + arc->write = allwinner_rtc_sun6i_write; | ||
669 | +} | ||
670 | + | ||
671 | +static void allwinner_rtc_sun7i_init(Object *obj) | ||
672 | +{ | ||
673 | + AwRtcState *s = AW_RTC(obj); | ||
674 | + s->base_year = 1970; | ||
675 | +} | ||
676 | + | ||
677 | +static void allwinner_rtc_sun7i_class_init(ObjectClass *klass, void *data) | ||
678 | +{ | ||
679 | + AwRtcClass *arc = AW_RTC_CLASS(klass); | ||
680 | + allwinner_rtc_sun4i_class_init(klass, arc); | ||
681 | +} | ||
682 | + | ||
683 | +static const TypeInfo allwinner_rtc_info = { | ||
684 | + .name = TYPE_AW_RTC, | ||
685 | + .parent = TYPE_SYS_BUS_DEVICE, | ||
686 | + .instance_init = allwinner_rtc_init, | ||
687 | + .instance_size = sizeof(AwRtcState), | ||
688 | + .class_init = allwinner_rtc_class_init, | ||
689 | + .class_size = sizeof(AwRtcClass), | ||
690 | + .abstract = true, | ||
691 | +}; | ||
692 | + | ||
693 | +static const TypeInfo allwinner_rtc_sun4i_info = { | ||
694 | + .name = TYPE_AW_RTC_SUN4I, | ||
695 | + .parent = TYPE_AW_RTC, | ||
696 | + .class_init = allwinner_rtc_sun4i_class_init, | ||
697 | + .instance_init = allwinner_rtc_sun4i_init, | ||
698 | +}; | ||
699 | + | ||
700 | +static const TypeInfo allwinner_rtc_sun6i_info = { | ||
701 | + .name = TYPE_AW_RTC_SUN6I, | ||
702 | + .parent = TYPE_AW_RTC, | ||
703 | + .class_init = allwinner_rtc_sun6i_class_init, | ||
704 | + .instance_init = allwinner_rtc_sun6i_init, | ||
705 | +}; | ||
706 | + | ||
707 | +static const TypeInfo allwinner_rtc_sun7i_info = { | ||
708 | + .name = TYPE_AW_RTC_SUN7I, | ||
709 | + .parent = TYPE_AW_RTC, | ||
710 | + .class_init = allwinner_rtc_sun7i_class_init, | ||
711 | + .instance_init = allwinner_rtc_sun7i_init, | ||
712 | +}; | ||
713 | + | ||
714 | +static void allwinner_rtc_register(void) | ||
715 | +{ | ||
716 | + type_register_static(&allwinner_rtc_info); | ||
717 | + type_register_static(&allwinner_rtc_sun4i_info); | ||
718 | + type_register_static(&allwinner_rtc_sun6i_info); | ||
719 | + type_register_static(&allwinner_rtc_sun7i_info); | ||
720 | +} | ||
721 | + | ||
722 | +type_init(allwinner_rtc_register) | ||
723 | diff --git a/hw/rtc/trace-events b/hw/rtc/trace-events | ||
724 | index XXXXXXX..XXXXXXX 100644 | ||
725 | --- a/hw/rtc/trace-events | ||
726 | +++ b/hw/rtc/trace-events | ||
727 | @@ -XXX,XX +XXX,XX @@ | ||
728 | # See docs/devel/tracing.txt for syntax documentation. | ||
729 | |||
730 | +# allwinner-rtc.c | ||
731 | +allwinner_rtc_read(uint64_t addr, uint64_t value) "addr 0x%" PRIx64 " value 0x%" PRIx64 | ||
732 | +allwinner_rtc_write(uint64_t addr, uint64_t value) "addr 0x%" PRIx64 " value 0x%" PRIx64 | ||
733 | + | ||
734 | # sun4v-rtc.c | ||
735 | sun4v_rtc_read(uint64_t addr, uint64_t value) "read: addr 0x%" PRIx64 " value 0x%" PRIx64 | ||
736 | sun4v_rtc_write(uint64_t addr, uint64_t value) "write: addr 0x%" PRIx64 " value 0x%" PRIx64 | ||
737 | -- | 139 | -- |
738 | 2.20.1 | 140 | 2.20.1 |
739 | 141 | ||
740 | 142 | diff view generated by jsdifflib |
1 | Fix a couple of comment typos. | 1 | We create an OR gate to wire together the overflow IRQs for all the |
---|---|---|---|
2 | UARTs on the board; this has to have twice the number of inputs as | ||
3 | there are UARTs, since each UART feeds it a TX overflow and an RX | ||
4 | overflow interrupt line. Replace the hardcoded '10' with a | ||
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.) | ||
2 | 8 | ||
3 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
4 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 10 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
5 | Message-id: 20200303174950.3298-5-peter.maydell@linaro.org | 11 | Message-id: 20210215115138.20465-15-peter.maydell@linaro.org |
6 | --- | 12 | --- |
7 | target/arm/helper.c | 2 +- | 13 | hw/arm/mps2-tz.c | 11 ++++++++--- |
8 | target/arm/translate.c | 2 +- | 14 | 1 file changed, 8 insertions(+), 3 deletions(-) |
9 | 2 files changed, 2 insertions(+), 2 deletions(-) | ||
10 | 15 | ||
11 | diff --git a/target/arm/helper.c b/target/arm/helper.c | 16 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c |
12 | index XXXXXXX..XXXXXXX 100644 | 17 | index XXXXXXX..XXXXXXX 100644 |
13 | --- a/target/arm/helper.c | 18 | --- a/hw/arm/mps2-tz.c |
14 | +++ b/target/arm/helper.c | 19 | +++ b/hw/arm/mps2-tz.c |
15 | @@ -XXX,XX +XXX,XX @@ void HELPER(rebuild_hflags_m32)(CPUARMState *env, int el) | 20 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) |
16 | 21 | */ | |
17 | /* | 22 | memory_region_add_subregion(system_memory, 0x80000000, machine->ram); |
18 | * If we have triggered a EL state change we can't rely on the | 23 | |
19 | - * translator having passed it too us, we need to recompute. | 24 | - /* The overflow IRQs for all UARTs are ORed together. |
20 | + * translator having passed it to us, we need to recompute. | 25 | + /* |
21 | */ | 26 | + * The overflow IRQs for all UARTs are ORed together. |
22 | void HELPER(rebuild_hflags_a32_newel)(CPUARMState *env) | 27 | * Tx, Rx and "combined" IRQs are sent to the NVIC separately. |
23 | { | 28 | - * Create the OR gate for this. |
24 | diff --git a/target/arm/translate.c b/target/arm/translate.c | 29 | + * Create the OR gate for this: it has one input for the TX overflow |
25 | index XXXXXXX..XXXXXXX 100644 | 30 | + * and one for the RX overflow for each UART we might have. |
26 | --- a/target/arm/translate.c | 31 | + * (If the board has fewer than the maximum possible number of UARTs |
27 | +++ b/target/arm/translate.c | 32 | + * those inputs are never wired up and are treated as always-zero.) |
28 | @@ -XXX,XX +XXX,XX @@ static int disas_coproc_insn(DisasContext *s, uint32_t insn) | 33 | */ |
29 | 34 | object_initialize_child(OBJECT(mms), "uart-irq-orgate", | |
30 | if (!isread && !(ri->type & ARM_CP_SUPPRESS_TB_END)) { | 35 | &mms->uart_irq_orgate, TYPE_OR_IRQ); |
31 | /* | 36 | - object_property_set_int(OBJECT(&mms->uart_irq_orgate), "num-lines", 10, |
32 | - * A write to any coprocessor regiser that ends a TB | 37 | + object_property_set_int(OBJECT(&mms->uart_irq_orgate), "num-lines", |
33 | + * A write to any coprocessor register that ends a TB | 38 | + 2 * ARRAY_SIZE(mms->uart), |
34 | * must rebuild the hflags for the next TB. | 39 | &error_fatal); |
35 | */ | 40 | qdev_realize(DEVICE(&mms->uart_irq_orgate), NULL, &error_fatal); |
36 | TCGv_i32 tcg_el = tcg_const_i32(s->current_el); | 41 | qdev_connect_gpio_out(DEVICE(&mms->uart_irq_orgate), 0, |
37 | -- | 42 | -- |
38 | 2.20.1 | 43 | 2.20.1 |
39 | 44 | ||
40 | 45 | diff view generated by jsdifflib |
1 | From: Beata Michalska <beata.michalska@linaro.org> | 1 | The AN505 and AN521 have the same device layout, but the AN524 is |
---|---|---|---|
2 | somewhat different. Allow for more than one PPCInfo array, which can | ||
3 | be selected based on the board type. | ||
2 | 4 | ||
3 | KVM_SET_VCPU_EVENTS might actually lead to vcpu registers being modified. | 5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
4 | As such this should be the last step of sync to avoid potential overwriting | 6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
5 | of whatever changes KVM might have done. | 7 | Message-id: 20210215115138.20465-16-peter.maydell@linaro.org |
8 | --- | ||
9 | hw/arm/mps2-tz.c | 16 ++++++++++++++-- | ||
10 | 1 file changed, 14 insertions(+), 2 deletions(-) | ||
6 | 11 | ||
7 | Signed-off-by: Beata Michalska <beata.michalska@linaro.org> | 12 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c |
8 | Reviewed-by: Andrew Jones <drjones@redhat.com> | ||
9 | Message-id: 20200312003401.29017-2-beata.michalska@linaro.org | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
11 | --- | ||
12 | target/arm/kvm32.c | 15 ++++++++++----- | ||
13 | target/arm/kvm64.c | 15 ++++++++++----- | ||
14 | 2 files changed, 20 insertions(+), 10 deletions(-) | ||
15 | |||
16 | diff --git a/target/arm/kvm32.c b/target/arm/kvm32.c | ||
17 | index XXXXXXX..XXXXXXX 100644 | 13 | index XXXXXXX..XXXXXXX 100644 |
18 | --- a/target/arm/kvm32.c | 14 | --- a/hw/arm/mps2-tz.c |
19 | +++ b/target/arm/kvm32.c | 15 | +++ b/hw/arm/mps2-tz.c |
20 | @@ -XXX,XX +XXX,XX @@ int kvm_arch_put_registers(CPUState *cs, int level) | 16 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) |
21 | return ret; | 17 | MemoryRegion *system_memory = get_system_memory(); |
22 | } | 18 | DeviceState *iotkitdev; |
23 | 19 | DeviceState *dev_splitter; | |
24 | - ret = kvm_put_vcpu_events(cpu); | 20 | + const PPCInfo *ppcs; |
25 | - if (ret) { | 21 | + int num_ppcs; |
26 | - return ret; | 22 | int i; |
27 | - } | 23 | |
28 | - | 24 | if (strcmp(machine->cpu_type, mc->default_cpu_type) != 0) { |
29 | write_cpustate_to_list(cpu, true); | 25 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) |
30 | 26 | * + wire up the PPC's control lines to the IoTKit object | |
31 | if (!write_list_to_kvmstate(cpu, level)) { | 27 | */ |
32 | return EINVAL; | 28 | |
33 | } | 29 | - const PPCInfo ppcs[] = { { |
34 | 30 | + const PPCInfo an505_ppcs[] = { { | |
35 | + /* | 31 | .name = "apb_ppcexp0", |
36 | + * Setting VCPU events should be triggered after syncing the registers | 32 | .ports = { |
37 | + * to avoid overwriting potential changes made by KVM upon calling | 33 | { "ssram-0", make_mpc, &mms->ssram_mpc[0], 0x58007000, 0x1000 }, |
38 | + * KVM_SET_VCPU_EVENTS ioctl | 34 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) |
39 | + */ | 35 | }, |
40 | + ret = kvm_put_vcpu_events(cpu); | 36 | }; |
41 | + if (ret) { | 37 | |
42 | + return ret; | 38 | - for (i = 0; i < ARRAY_SIZE(ppcs); i++) { |
39 | + switch (mmc->fpga_type) { | ||
40 | + case FPGA_AN505: | ||
41 | + case FPGA_AN521: | ||
42 | + ppcs = an505_ppcs; | ||
43 | + num_ppcs = ARRAY_SIZE(an505_ppcs); | ||
44 | + break; | ||
45 | + default: | ||
46 | + g_assert_not_reached(); | ||
43 | + } | 47 | + } |
44 | + | 48 | + |
45 | kvm_arm_sync_mpstate_to_kvm(cpu); | 49 | + for (i = 0; i < num_ppcs; i++) { |
46 | 50 | const PPCInfo *ppcinfo = &ppcs[i]; | |
47 | return ret; | 51 | TZPPC *ppc = &mms->ppc[i]; |
48 | diff --git a/target/arm/kvm64.c b/target/arm/kvm64.c | 52 | DeviceState *ppcdev; |
49 | index XXXXXXX..XXXXXXX 100644 | ||
50 | --- a/target/arm/kvm64.c | ||
51 | +++ b/target/arm/kvm64.c | ||
52 | @@ -XXX,XX +XXX,XX @@ int kvm_arch_put_registers(CPUState *cs, int level) | ||
53 | return ret; | ||
54 | } | ||
55 | |||
56 | - ret = kvm_put_vcpu_events(cpu); | ||
57 | - if (ret) { | ||
58 | - return ret; | ||
59 | - } | ||
60 | - | ||
61 | write_cpustate_to_list(cpu, true); | ||
62 | |||
63 | if (!write_list_to_kvmstate(cpu, level)) { | ||
64 | return -EINVAL; | ||
65 | } | ||
66 | |||
67 | + /* | ||
68 | + * Setting VCPU events should be triggered after syncing the registers | ||
69 | + * to avoid overwriting potential changes made by KVM upon calling | ||
70 | + * KVM_SET_VCPU_EVENTS ioctl | ||
71 | + */ | ||
72 | + ret = kvm_put_vcpu_events(cpu); | ||
73 | + if (ret) { | ||
74 | + return ret; | ||
75 | + } | ||
76 | + | ||
77 | kvm_arm_sync_mpstate_to_kvm(cpu); | ||
78 | |||
79 | return ret; | ||
80 | -- | 53 | -- |
81 | 2.20.1 | 54 | 2.20.1 |
82 | 55 | ||
83 | 56 | diff view generated by jsdifflib |
1 | From: Niek Linnenbank <nieklinnenbank@gmail.com> | 1 | The AN505 and AN521 have the same layout of RAM; the AN524 does not. |
---|---|---|---|
2 | 2 | Replace the current hard-coding of where the RAM is and which parts | |
3 | The Allwinner H3 is a System on Chip containing four ARM Cortex A7 | 3 | of it are behind which MPCs with a data-driven approach. |
4 | processor cores. Features and specifications include DDR2/DDR3 memory, | 4 | |
5 | SD/MMC storage cards, 10/100/1000Mbit Ethernet, USB 2.0, HDMI and | ||
6 | various I/O modules. This commit adds support for the Allwinner H3 | ||
7 | System on Chip. | ||
8 | |||
9 | Signed-off-by: Niek Linnenbank <nieklinnenbank@gmail.com> | ||
10 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
11 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
12 | Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
13 | Message-id: 20200311221854.30370-2-nieklinnenbank@gmail.com | ||
14 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 5 | 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 | ||
15 | --- | 8 | --- |
16 | hw/arm/Makefile.objs | 1 + | 9 | hw/arm/mps2-tz.c | 175 +++++++++++++++++++++++++++++++++++++---------- |
17 | include/hw/arm/allwinner-h3.h | 106 +++++++++++ | 10 | 1 file changed, 138 insertions(+), 37 deletions(-) |
18 | hw/arm/allwinner-h3.c | 327 ++++++++++++++++++++++++++++++++ | 11 | |
19 | MAINTAINERS | 7 + | 12 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c |
20 | default-configs/arm-softmmu.mak | 1 + | ||
21 | hw/arm/Kconfig | 8 + | ||
22 | 6 files changed, 450 insertions(+) | ||
23 | create mode 100644 include/hw/arm/allwinner-h3.h | ||
24 | create mode 100644 hw/arm/allwinner-h3.c | ||
25 | |||
26 | diff --git a/hw/arm/Makefile.objs b/hw/arm/Makefile.objs | ||
27 | index XXXXXXX..XXXXXXX 100644 | 13 | index XXXXXXX..XXXXXXX 100644 |
28 | --- a/hw/arm/Makefile.objs | 14 | --- a/hw/arm/mps2-tz.c |
29 | +++ b/hw/arm/Makefile.objs | 15 | +++ b/hw/arm/mps2-tz.c |
30 | @@ -XXX,XX +XXX,XX @@ obj-$(CONFIG_DIGIC) += digic.o | ||
31 | obj-$(CONFIG_OMAP) += omap1.o omap2.o | ||
32 | obj-$(CONFIG_STRONGARM) += strongarm.o | ||
33 | obj-$(CONFIG_ALLWINNER_A10) += allwinner-a10.o cubieboard.o | ||
34 | +obj-$(CONFIG_ALLWINNER_H3) += allwinner-h3.o | ||
35 | obj-$(CONFIG_RASPI) += bcm2835_peripherals.o bcm2836.o raspi.o | ||
36 | obj-$(CONFIG_STM32F205_SOC) += stm32f205_soc.o | ||
37 | obj-$(CONFIG_STM32F405_SOC) += stm32f405_soc.o | ||
38 | diff --git a/include/hw/arm/allwinner-h3.h b/include/hw/arm/allwinner-h3.h | ||
39 | new file mode 100644 | ||
40 | index XXXXXXX..XXXXXXX | ||
41 | --- /dev/null | ||
42 | +++ b/include/hw/arm/allwinner-h3.h | ||
43 | @@ -XXX,XX +XXX,XX @@ | 16 | @@ -XXX,XX +XXX,XX @@ |
17 | #include "qom/object.h" | ||
18 | |||
19 | #define MPS2TZ_NUMIRQ_MAX 92 | ||
20 | +#define MPS2TZ_RAM_MAX 4 | ||
21 | |||
22 | typedef enum MPS2TZFPGAType { | ||
23 | FPGA_AN505, | ||
24 | FPGA_AN521, | ||
25 | } MPS2TZFPGAType; | ||
26 | |||
44 | +/* | 27 | +/* |
45 | + * Allwinner H3 System on Chip emulation | 28 | + * Define the layout of RAM in a board, including which parts are |
46 | + * | 29 | + * behind which MPCs. |
47 | + * Copyright (C) 2019 Niek Linnenbank <nieklinnenbank@gmail.com> | 30 | + * mrindex specifies the index into mms->ram[] to use for the backing RAM; |
48 | + * | 31 | + * -1 means "use the system RAM". |
49 | + * This program is free software: you can redistribute it and/or modify | ||
50 | + * it under the terms of the GNU General Public License as published by | ||
51 | + * the Free Software Foundation, either version 2 of the License, or | ||
52 | + * (at your option) any later version. | ||
53 | + * | ||
54 | + * This program is distributed in the hope that it will be useful, | ||
55 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
56 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
57 | + * GNU General Public License for more details. | ||
58 | + * | ||
59 | + * You should have received a copy of the GNU General Public License | ||
60 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
61 | + */ | 32 | + */ |
33 | +typedef struct RAMInfo { | ||
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; | ||
62 | + | 41 | + |
63 | +/* | 42 | +/* |
64 | + * The Allwinner H3 is a System on Chip containing four ARM Cortex A7 | 43 | + * Flag values: |
65 | + * processor cores. Features and specifications include DDR2/DDR3 memory, | 44 | + * IS_ALIAS: this RAM area is an alias to the upstream end of the |
66 | + * SD/MMC storage cards, 10/100/1000Mbit Ethernet, USB 2.0, HDMI and | 45 | + * MPC specified by its .mpc value |
67 | + * various I/O modules. | ||
68 | + * | ||
69 | + * This implementation is based on the following datasheet: | ||
70 | + * | ||
71 | + * https://linux-sunxi.org/File:Allwinner_H3_Datasheet_V1.2.pdf | ||
72 | + * | ||
73 | + * The latest datasheet and more info can be found on the Linux Sunxi wiki: | ||
74 | + * | ||
75 | + * https://linux-sunxi.org/H3 | ||
76 | + */ | 46 | + */ |
77 | + | 47 | +#define IS_ALIAS 1 |
78 | +#ifndef HW_ARM_ALLWINNER_H3_H | 48 | + |
79 | +#define HW_ARM_ALLWINNER_H3_H | 49 | struct MPS2TZMachineClass { |
80 | + | 50 | MachineClass parent; |
81 | +#include "qom/object.h" | 51 | MPS2TZFPGAType fpga_type; |
82 | +#include "hw/arm/boot.h" | 52 | @@ -XXX,XX +XXX,XX @@ struct MPS2TZMachineClass { |
83 | +#include "hw/timer/allwinner-a10-pit.h" | 53 | uint32_t fpgaio_num_leds; /* Number of LEDs in FPGAIO LED0 register */ |
84 | +#include "hw/intc/arm_gic.h" | 54 | bool fpgaio_has_switches; /* Does FPGAIO have SWITCH register? */ |
85 | +#include "target/arm/cpu.h" | 55 | int numirq; /* Number of external interrupts */ |
86 | + | 56 | + const RAMInfo *raminfo; |
87 | +/** | 57 | const char *armsse_type; |
88 | + * Allwinner H3 device list | 58 | }; |
89 | + * | 59 | |
90 | + * This enumeration is can be used refer to a particular device in the | 60 | @@ -XXX,XX +XXX,XX @@ struct MPS2TZMachineState { |
91 | + * Allwinner H3 SoC. For example, the physical memory base address for | 61 | MachineState parent; |
92 | + * each device can be found in the AwH3State object in the memmap member | 62 | |
93 | + * using the device enum value as index. | 63 | ARMSSE iotkit; |
94 | + * | 64 | - MemoryRegion ssram[3]; |
95 | + * @see AwH3State | 65 | - MemoryRegion ssram1_m; |
96 | + */ | 66 | + MemoryRegion ram[MPS2TZ_RAM_MAX]; |
97 | +enum { | 67 | MPS2SCC scc; |
98 | + AW_H3_SRAM_A1, | 68 | MPS2FPGAIO fpgaio; |
99 | + AW_H3_SRAM_A2, | 69 | TZPPC ppc[5]; |
100 | + AW_H3_SRAM_C, | 70 | - TZMPC ssram_mpc[3]; |
101 | + AW_H3_PIT, | 71 | + TZMPC mpc[3]; |
102 | + AW_H3_UART0, | 72 | PL022State spi[5]; |
103 | + AW_H3_UART1, | 73 | ArmSbconI2CState i2c[4]; |
104 | + AW_H3_UART2, | 74 | UnimplementedDeviceState i2s_audio; |
105 | + AW_H3_UART3, | 75 | @@ -XXX,XX +XXX,XX @@ static const uint32_t an505_oscclk[] = { |
106 | + AW_H3_GIC_DIST, | 76 | 25000000, |
107 | + AW_H3_GIC_CPU, | 77 | }; |
108 | + AW_H3_GIC_HYP, | 78 | |
109 | + AW_H3_GIC_VCPU, | 79 | +static const RAMInfo an505_raminfo[] = { { |
110 | + AW_H3_SDRAM | 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 | + }, | ||
111 | +}; | 114 | +}; |
112 | + | 115 | + |
113 | +/** Total number of CPU cores in the H3 SoC */ | 116 | +static const RAMInfo *find_raminfo_for_mpc(MPS2TZMachineState *mms, int mpc) |
114 | +#define AW_H3_NUM_CPUS (4) | ||
115 | + | ||
116 | +/** | ||
117 | + * Allwinner H3 object model | ||
118 | + * @{ | ||
119 | + */ | ||
120 | + | ||
121 | +/** Object type for the Allwinner H3 SoC */ | ||
122 | +#define TYPE_AW_H3 "allwinner-h3" | ||
123 | + | ||
124 | +/** Convert input object to Allwinner H3 state object */ | ||
125 | +#define AW_H3(obj) OBJECT_CHECK(AwH3State, (obj), TYPE_AW_H3) | ||
126 | + | ||
127 | +/** @} */ | ||
128 | + | ||
129 | +/** | ||
130 | + * Allwinner H3 object | ||
131 | + * | ||
132 | + * This struct contains the state of all the devices | ||
133 | + * which are currently emulated by the H3 SoC code. | ||
134 | + */ | ||
135 | +typedef struct AwH3State { | ||
136 | + /*< private >*/ | ||
137 | + DeviceState parent_obj; | ||
138 | + /*< public >*/ | ||
139 | + | ||
140 | + ARMCPU cpus[AW_H3_NUM_CPUS]; | ||
141 | + const hwaddr *memmap; | ||
142 | + AwA10PITState timer; | ||
143 | + GICState gic; | ||
144 | + MemoryRegion sram_a1; | ||
145 | + MemoryRegion sram_a2; | ||
146 | + MemoryRegion sram_c; | ||
147 | +} AwH3State; | ||
148 | + | ||
149 | +#endif /* HW_ARM_ALLWINNER_H3_H */ | ||
150 | diff --git a/hw/arm/allwinner-h3.c b/hw/arm/allwinner-h3.c | ||
151 | new file mode 100644 | ||
152 | index XXXXXXX..XXXXXXX | ||
153 | --- /dev/null | ||
154 | +++ b/hw/arm/allwinner-h3.c | ||
155 | @@ -XXX,XX +XXX,XX @@ | ||
156 | +/* | ||
157 | + * Allwinner H3 System on Chip emulation | ||
158 | + * | ||
159 | + * Copyright (C) 2019 Niek Linnenbank <nieklinnenbank@gmail.com> | ||
160 | + * | ||
161 | + * This program is free software: you can redistribute it and/or modify | ||
162 | + * it under the terms of the GNU General Public License as published by | ||
163 | + * the Free Software Foundation, either version 2 of the License, or | ||
164 | + * (at your option) any later version. | ||
165 | + * | ||
166 | + * This program is distributed in the hope that it will be useful, | ||
167 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
168 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
169 | + * GNU General Public License for more details. | ||
170 | + * | ||
171 | + * You should have received a copy of the GNU General Public License | ||
172 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
173 | + */ | ||
174 | + | ||
175 | +#include "qemu/osdep.h" | ||
176 | +#include "exec/address-spaces.h" | ||
177 | +#include "qapi/error.h" | ||
178 | +#include "qemu/error-report.h" | ||
179 | +#include "qemu/module.h" | ||
180 | +#include "qemu/units.h" | ||
181 | +#include "hw/qdev-core.h" | ||
182 | +#include "cpu.h" | ||
183 | +#include "hw/sysbus.h" | ||
184 | +#include "hw/char/serial.h" | ||
185 | +#include "hw/misc/unimp.h" | ||
186 | +#include "sysemu/sysemu.h" | ||
187 | +#include "hw/arm/allwinner-h3.h" | ||
188 | + | ||
189 | +/* Memory map */ | ||
190 | +const hwaddr allwinner_h3_memmap[] = { | ||
191 | + [AW_H3_SRAM_A1] = 0x00000000, | ||
192 | + [AW_H3_SRAM_A2] = 0x00044000, | ||
193 | + [AW_H3_SRAM_C] = 0x00010000, | ||
194 | + [AW_H3_PIT] = 0x01c20c00, | ||
195 | + [AW_H3_UART0] = 0x01c28000, | ||
196 | + [AW_H3_UART1] = 0x01c28400, | ||
197 | + [AW_H3_UART2] = 0x01c28800, | ||
198 | + [AW_H3_UART3] = 0x01c28c00, | ||
199 | + [AW_H3_GIC_DIST] = 0x01c81000, | ||
200 | + [AW_H3_GIC_CPU] = 0x01c82000, | ||
201 | + [AW_H3_GIC_HYP] = 0x01c84000, | ||
202 | + [AW_H3_GIC_VCPU] = 0x01c86000, | ||
203 | + [AW_H3_SDRAM] = 0x40000000 | ||
204 | +}; | ||
205 | + | ||
206 | +/* List of unimplemented devices */ | ||
207 | +struct AwH3Unimplemented { | ||
208 | + const char *device_name; | ||
209 | + hwaddr base; | ||
210 | + hwaddr size; | ||
211 | +} unimplemented[] = { | ||
212 | + { "d-engine", 0x01000000, 4 * MiB }, | ||
213 | + { "d-inter", 0x01400000, 128 * KiB }, | ||
214 | + { "syscon", 0x01c00000, 4 * KiB }, | ||
215 | + { "dma", 0x01c02000, 4 * KiB }, | ||
216 | + { "nfdc", 0x01c03000, 4 * KiB }, | ||
217 | + { "ts", 0x01c06000, 4 * KiB }, | ||
218 | + { "keymem", 0x01c0b000, 4 * KiB }, | ||
219 | + { "lcd0", 0x01c0c000, 4 * KiB }, | ||
220 | + { "lcd1", 0x01c0d000, 4 * KiB }, | ||
221 | + { "ve", 0x01c0e000, 4 * KiB }, | ||
222 | + { "mmc0", 0x01c0f000, 4 * KiB }, | ||
223 | + { "mmc1", 0x01c10000, 4 * KiB }, | ||
224 | + { "mmc2", 0x01c11000, 4 * KiB }, | ||
225 | + { "sid", 0x01c14000, 1 * KiB }, | ||
226 | + { "crypto", 0x01c15000, 4 * KiB }, | ||
227 | + { "msgbox", 0x01c17000, 4 * KiB }, | ||
228 | + { "spinlock", 0x01c18000, 4 * KiB }, | ||
229 | + { "usb0-otg", 0x01c19000, 4 * KiB }, | ||
230 | + { "usb0-phy", 0x01c1a000, 4 * KiB }, | ||
231 | + { "usb1-phy", 0x01c1b000, 4 * KiB }, | ||
232 | + { "usb2-phy", 0x01c1c000, 4 * KiB }, | ||
233 | + { "usb3-phy", 0x01c1d000, 4 * KiB }, | ||
234 | + { "smc", 0x01c1e000, 4 * KiB }, | ||
235 | + { "ccu", 0x01c20000, 1 * KiB }, | ||
236 | + { "pio", 0x01c20800, 1 * KiB }, | ||
237 | + { "owa", 0x01c21000, 1 * KiB }, | ||
238 | + { "pwm", 0x01c21400, 1 * KiB }, | ||
239 | + { "keyadc", 0x01c21800, 1 * KiB }, | ||
240 | + { "pcm0", 0x01c22000, 1 * KiB }, | ||
241 | + { "pcm1", 0x01c22400, 1 * KiB }, | ||
242 | + { "pcm2", 0x01c22800, 1 * KiB }, | ||
243 | + { "audio", 0x01c22c00, 2 * KiB }, | ||
244 | + { "smta", 0x01c23400, 1 * KiB }, | ||
245 | + { "ths", 0x01c25000, 1 * KiB }, | ||
246 | + { "uart0", 0x01c28000, 1 * KiB }, | ||
247 | + { "uart1", 0x01c28400, 1 * KiB }, | ||
248 | + { "uart2", 0x01c28800, 1 * KiB }, | ||
249 | + { "uart3", 0x01c28c00, 1 * KiB }, | ||
250 | + { "twi0", 0x01c2ac00, 1 * KiB }, | ||
251 | + { "twi1", 0x01c2b000, 1 * KiB }, | ||
252 | + { "twi2", 0x01c2b400, 1 * KiB }, | ||
253 | + { "scr", 0x01c2c400, 1 * KiB }, | ||
254 | + { "emac", 0x01c30000, 64 * KiB }, | ||
255 | + { "gpu", 0x01c40000, 64 * KiB }, | ||
256 | + { "hstmr", 0x01c60000, 4 * KiB }, | ||
257 | + { "dramcom", 0x01c62000, 4 * KiB }, | ||
258 | + { "dramctl0", 0x01c63000, 4 * KiB }, | ||
259 | + { "dramphy0", 0x01c65000, 4 * KiB }, | ||
260 | + { "spi0", 0x01c68000, 4 * KiB }, | ||
261 | + { "spi1", 0x01c69000, 4 * KiB }, | ||
262 | + { "csi", 0x01cb0000, 320 * KiB }, | ||
263 | + { "tve", 0x01e00000, 64 * KiB }, | ||
264 | + { "hdmi", 0x01ee0000, 128 * KiB }, | ||
265 | + { "rtc", 0x01f00000, 1 * KiB }, | ||
266 | + { "r_timer", 0x01f00800, 1 * KiB }, | ||
267 | + { "r_intc", 0x01f00c00, 1 * KiB }, | ||
268 | + { "r_wdog", 0x01f01000, 1 * KiB }, | ||
269 | + { "r_prcm", 0x01f01400, 1 * KiB }, | ||
270 | + { "r_twd", 0x01f01800, 1 * KiB }, | ||
271 | + { "r_cpucfg", 0x01f01c00, 1 * KiB }, | ||
272 | + { "r_cir-rx", 0x01f02000, 1 * KiB }, | ||
273 | + { "r_twi", 0x01f02400, 1 * KiB }, | ||
274 | + { "r_uart", 0x01f02800, 1 * KiB }, | ||
275 | + { "r_pio", 0x01f02c00, 1 * KiB }, | ||
276 | + { "r_pwm", 0x01f03800, 1 * KiB }, | ||
277 | + { "core-dbg", 0x3f500000, 128 * KiB }, | ||
278 | + { "tsgen-ro", 0x3f506000, 4 * KiB }, | ||
279 | + { "tsgen-ctl", 0x3f507000, 4 * KiB }, | ||
280 | + { "ddr-mem", 0x40000000, 2 * GiB }, | ||
281 | + { "n-brom", 0xffff0000, 32 * KiB }, | ||
282 | + { "s-brom", 0xffff0000, 64 * KiB } | ||
283 | +}; | ||
284 | + | ||
285 | +/* Per Processor Interrupts */ | ||
286 | +enum { | ||
287 | + AW_H3_GIC_PPI_MAINT = 9, | ||
288 | + AW_H3_GIC_PPI_HYPTIMER = 10, | ||
289 | + AW_H3_GIC_PPI_VIRTTIMER = 11, | ||
290 | + AW_H3_GIC_PPI_SECTIMER = 13, | ||
291 | + AW_H3_GIC_PPI_PHYSTIMER = 14 | ||
292 | +}; | ||
293 | + | ||
294 | +/* Shared Processor Interrupts */ | ||
295 | +enum { | ||
296 | + AW_H3_GIC_SPI_UART0 = 0, | ||
297 | + AW_H3_GIC_SPI_UART1 = 1, | ||
298 | + AW_H3_GIC_SPI_UART2 = 2, | ||
299 | + AW_H3_GIC_SPI_UART3 = 3, | ||
300 | + AW_H3_GIC_SPI_TIMER0 = 18, | ||
301 | + AW_H3_GIC_SPI_TIMER1 = 19, | ||
302 | +}; | ||
303 | + | ||
304 | +/* Allwinner H3 general constants */ | ||
305 | +enum { | ||
306 | + AW_H3_GIC_NUM_SPI = 128 | ||
307 | +}; | ||
308 | + | ||
309 | +static void allwinner_h3_init(Object *obj) | ||
310 | +{ | 117 | +{ |
311 | + AwH3State *s = AW_H3(obj); | 118 | + MPS2TZMachineClass *mmc = MPS2TZ_MACHINE_GET_CLASS(mms); |
312 | + | 119 | + const RAMInfo *p; |
313 | + s->memmap = allwinner_h3_memmap; | 120 | + |
314 | + | 121 | + for (p = mmc->raminfo; p->name; p++) { |
315 | + for (int i = 0; i < AW_H3_NUM_CPUS; i++) { | 122 | + if (p->mpc == mpc && !(p->flags & IS_ALIAS)) { |
316 | + object_initialize_child(obj, "cpu[*]", &s->cpus[i], sizeof(s->cpus[i]), | 123 | + return p; |
317 | + ARM_CPU_TYPE_NAME("cortex-a7"), | 124 | + } |
318 | + &error_abort, NULL); | ||
319 | + } | 125 | + } |
320 | + | 126 | + /* if raminfo array doesn't have an entry for each MPC this is a bug */ |
321 | + sysbus_init_child_obj(obj, "gic", &s->gic, sizeof(s->gic), | 127 | + g_assert_not_reached(); |
322 | + TYPE_ARM_GIC); | ||
323 | + | ||
324 | + sysbus_init_child_obj(obj, "timer", &s->timer, sizeof(s->timer), | ||
325 | + TYPE_AW_A10_PIT); | ||
326 | + object_property_add_alias(obj, "clk0-freq", OBJECT(&s->timer), | ||
327 | + "clk0-freq", &error_abort); | ||
328 | + object_property_add_alias(obj, "clk1-freq", OBJECT(&s->timer), | ||
329 | + "clk1-freq", &error_abort); | ||
330 | +} | 128 | +} |
331 | + | 129 | + |
332 | +static void allwinner_h3_realize(DeviceState *dev, Error **errp) | 130 | +static MemoryRegion *mr_for_raminfo(MPS2TZMachineState *mms, |
131 | + const RAMInfo *raminfo) | ||
333 | +{ | 132 | +{ |
334 | + AwH3State *s = AW_H3(dev); | 133 | + /* Return an initialized MemoryRegion for the RAMInfo. */ |
335 | + unsigned i; | 134 | + MemoryRegion *ram; |
336 | + | 135 | + |
337 | + /* CPUs */ | 136 | + if (raminfo->mrindex < 0) { |
338 | + for (i = 0; i < AW_H3_NUM_CPUS; i++) { | 137 | + /* Means this RAMInfo is for QEMU's "system memory" */ |
339 | + | 138 | + MachineState *machine = MACHINE(mms); |
340 | + /* Provide Power State Coordination Interface */ | 139 | + return machine->ram; |
341 | + qdev_prop_set_int32(DEVICE(&s->cpus[i]), "psci-conduit", | ||
342 | + QEMU_PSCI_CONDUIT_HVC); | ||
343 | + | ||
344 | + /* Disable secondary CPUs */ | ||
345 | + qdev_prop_set_bit(DEVICE(&s->cpus[i]), "start-powered-off", | ||
346 | + i > 0); | ||
347 | + | ||
348 | + /* All exception levels required */ | ||
349 | + qdev_prop_set_bit(DEVICE(&s->cpus[i]), "has_el3", true); | ||
350 | + qdev_prop_set_bit(DEVICE(&s->cpus[i]), "has_el2", true); | ||
351 | + | ||
352 | + /* Mark realized */ | ||
353 | + qdev_init_nofail(DEVICE(&s->cpus[i])); | ||
354 | + } | 140 | + } |
355 | + | 141 | + |
356 | + /* Generic Interrupt Controller */ | 142 | + assert(raminfo->mrindex < MPS2TZ_RAM_MAX); |
357 | + qdev_prop_set_uint32(DEVICE(&s->gic), "num-irq", AW_H3_GIC_NUM_SPI + | 143 | + ram = &mms->ram[raminfo->mrindex]; |
358 | + GIC_INTERNAL); | 144 | + |
359 | + qdev_prop_set_uint32(DEVICE(&s->gic), "revision", 2); | 145 | + memory_region_init_ram(ram, NULL, raminfo->name, |
360 | + qdev_prop_set_uint32(DEVICE(&s->gic), "num-cpu", AW_H3_NUM_CPUS); | 146 | + raminfo->size, &error_fatal); |
361 | + qdev_prop_set_bit(DEVICE(&s->gic), "has-security-extensions", false); | 147 | + return ram; |
362 | + qdev_prop_set_bit(DEVICE(&s->gic), "has-virtualization-extensions", true); | 148 | +} |
363 | + qdev_init_nofail(DEVICE(&s->gic)); | 149 | + |
364 | + | 150 | /* Create an alias of an entire original MemoryRegion @orig |
365 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->gic), 0, s->memmap[AW_H3_GIC_DIST]); | 151 | * located at @base in the memory map. |
366 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->gic), 1, s->memmap[AW_H3_GIC_CPU]); | 152 | */ |
367 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->gic), 2, s->memmap[AW_H3_GIC_HYP]); | 153 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_mpc(MPS2TZMachineState *mms, void *opaque, |
368 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->gic), 3, s->memmap[AW_H3_GIC_VCPU]); | 154 | const int *irqs) |
369 | + | 155 | { |
156 | TZMPC *mpc = opaque; | ||
157 | - int i = mpc - &mms->ssram_mpc[0]; | ||
158 | - MemoryRegion *ssram = &mms->ssram[i]; | ||
159 | + int i = mpc - &mms->mpc[0]; | ||
160 | MemoryRegion *upstream; | ||
161 | - char *mpcname = g_strdup_printf("%s-mpc", name); | ||
162 | - static uint32_t ramsize[] = { 0x00400000, 0x00200000, 0x00200000 }; | ||
163 | - static uint32_t rambase[] = { 0x00000000, 0x28000000, 0x28200000 }; | ||
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 | } | ||
195 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_i2c(MPS2TZMachineState *mms, void *opaque, | ||
196 | return sysbus_mmio_get_region(s, 0); | ||
197 | } | ||
198 | |||
199 | +static void create_non_mpc_ram(MPS2TZMachineState *mms) | ||
200 | +{ | ||
370 | + /* | 201 | + /* |
371 | + * Wire the outputs from each CPU's generic timer and the GICv3 | 202 | + * Handle the RAMs which are either not behind MPCs or which are |
372 | + * maintenance interrupt signal to the appropriate GIC PPI inputs, | 203 | + * aliases to another MPC. |
373 | + * and the GIC's IRQ/FIQ/VIRQ/VFIQ interrupt outputs to the CPU's inputs. | ||
374 | + */ | 204 | + */ |
375 | + for (i = 0; i < AW_H3_NUM_CPUS; i++) { | 205 | + const RAMInfo *p; |
376 | + DeviceState *cpudev = DEVICE(&s->cpus[i]); | 206 | + MPS2TZMachineClass *mmc = MPS2TZ_MACHINE_GET_CLASS(mms); |
377 | + int ppibase = AW_H3_GIC_NUM_SPI + i * GIC_INTERNAL + GIC_NR_SGIS; | 207 | + |
378 | + int irq; | 208 | + for (p = mmc->raminfo; p->name; p++) { |
379 | + /* | 209 | + if (p->flags & IS_ALIAS) { |
380 | + * Mapping from the output timer irq lines from the CPU to the | 210 | + SysBusDevice *mpc_sbd = SYS_BUS_DEVICE(&mms->mpc[p->mpc]); |
381 | + * GIC PPI inputs used for this board. | 211 | + MemoryRegion *upstream = sysbus_mmio_get_region(mpc_sbd, 1); |
382 | + */ | 212 | + make_ram_alias(&mms->ram[p->mrindex], p->name, upstream, p->base); |
383 | + const int timer_irq[] = { | 213 | + } else if (p->mpc == -1) { |
384 | + [GTIMER_PHYS] = AW_H3_GIC_PPI_PHYSTIMER, | 214 | + /* RAM not behind an MPC */ |
385 | + [GTIMER_VIRT] = AW_H3_GIC_PPI_VIRTTIMER, | 215 | + MemoryRegion *mr = mr_for_raminfo(mms, p); |
386 | + [GTIMER_HYP] = AW_H3_GIC_PPI_HYPTIMER, | 216 | + memory_region_add_subregion(get_system_memory(), p->base, mr); |
387 | + [GTIMER_SEC] = AW_H3_GIC_PPI_SECTIMER, | ||
388 | + }; | ||
389 | + | ||
390 | + /* Connect CPU timer outputs to GIC PPI inputs */ | ||
391 | + for (irq = 0; irq < ARRAY_SIZE(timer_irq); irq++) { | ||
392 | + qdev_connect_gpio_out(cpudev, irq, | ||
393 | + qdev_get_gpio_in(DEVICE(&s->gic), | ||
394 | + ppibase + timer_irq[irq])); | ||
395 | + } | 217 | + } |
396 | + | ||
397 | + /* Connect GIC outputs to CPU interrupt inputs */ | ||
398 | + sysbus_connect_irq(SYS_BUS_DEVICE(&s->gic), i, | ||
399 | + qdev_get_gpio_in(cpudev, ARM_CPU_IRQ)); | ||
400 | + sysbus_connect_irq(SYS_BUS_DEVICE(&s->gic), i + AW_H3_NUM_CPUS, | ||
401 | + qdev_get_gpio_in(cpudev, ARM_CPU_FIQ)); | ||
402 | + sysbus_connect_irq(SYS_BUS_DEVICE(&s->gic), i + (2 * AW_H3_NUM_CPUS), | ||
403 | + qdev_get_gpio_in(cpudev, ARM_CPU_VIRQ)); | ||
404 | + sysbus_connect_irq(SYS_BUS_DEVICE(&s->gic), i + (3 * AW_H3_NUM_CPUS), | ||
405 | + qdev_get_gpio_in(cpudev, ARM_CPU_VFIQ)); | ||
406 | + | ||
407 | + /* GIC maintenance signal */ | ||
408 | + sysbus_connect_irq(SYS_BUS_DEVICE(&s->gic), i + (4 * AW_H3_NUM_CPUS), | ||
409 | + qdev_get_gpio_in(DEVICE(&s->gic), | ||
410 | + ppibase + AW_H3_GIC_PPI_MAINT)); | ||
411 | + } | ||
412 | + | ||
413 | + /* Timer */ | ||
414 | + qdev_init_nofail(DEVICE(&s->timer)); | ||
415 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->timer), 0, s->memmap[AW_H3_PIT]); | ||
416 | + sysbus_connect_irq(SYS_BUS_DEVICE(&s->timer), 0, | ||
417 | + qdev_get_gpio_in(DEVICE(&s->gic), AW_H3_GIC_SPI_TIMER0)); | ||
418 | + sysbus_connect_irq(SYS_BUS_DEVICE(&s->timer), 1, | ||
419 | + qdev_get_gpio_in(DEVICE(&s->gic), AW_H3_GIC_SPI_TIMER1)); | ||
420 | + | ||
421 | + /* SRAM */ | ||
422 | + memory_region_init_ram(&s->sram_a1, OBJECT(dev), "sram A1", | ||
423 | + 64 * KiB, &error_abort); | ||
424 | + memory_region_init_ram(&s->sram_a2, OBJECT(dev), "sram A2", | ||
425 | + 32 * KiB, &error_abort); | ||
426 | + memory_region_init_ram(&s->sram_c, OBJECT(dev), "sram C", | ||
427 | + 44 * KiB, &error_abort); | ||
428 | + memory_region_add_subregion(get_system_memory(), s->memmap[AW_H3_SRAM_A1], | ||
429 | + &s->sram_a1); | ||
430 | + memory_region_add_subregion(get_system_memory(), s->memmap[AW_H3_SRAM_A2], | ||
431 | + &s->sram_a2); | ||
432 | + memory_region_add_subregion(get_system_memory(), s->memmap[AW_H3_SRAM_C], | ||
433 | + &s->sram_c); | ||
434 | + | ||
435 | + /* UART0. For future clocktree API: All UARTS are connected to APB2_CLK. */ | ||
436 | + serial_mm_init(get_system_memory(), s->memmap[AW_H3_UART0], 2, | ||
437 | + qdev_get_gpio_in(DEVICE(&s->gic), AW_H3_GIC_SPI_UART0), | ||
438 | + 115200, serial_hd(0), DEVICE_NATIVE_ENDIAN); | ||
439 | + /* UART1 */ | ||
440 | + serial_mm_init(get_system_memory(), s->memmap[AW_H3_UART1], 2, | ||
441 | + qdev_get_gpio_in(DEVICE(&s->gic), AW_H3_GIC_SPI_UART1), | ||
442 | + 115200, serial_hd(1), DEVICE_NATIVE_ENDIAN); | ||
443 | + /* UART2 */ | ||
444 | + serial_mm_init(get_system_memory(), s->memmap[AW_H3_UART2], 2, | ||
445 | + qdev_get_gpio_in(DEVICE(&s->gic), AW_H3_GIC_SPI_UART2), | ||
446 | + 115200, serial_hd(2), DEVICE_NATIVE_ENDIAN); | ||
447 | + /* UART3 */ | ||
448 | + serial_mm_init(get_system_memory(), s->memmap[AW_H3_UART3], 2, | ||
449 | + qdev_get_gpio_in(DEVICE(&s->gic), AW_H3_GIC_SPI_UART3), | ||
450 | + 115200, serial_hd(3), DEVICE_NATIVE_ENDIAN); | ||
451 | + | ||
452 | + /* Unimplemented devices */ | ||
453 | + for (i = 0; i < ARRAY_SIZE(unimplemented); i++) { | ||
454 | + create_unimplemented_device(unimplemented[i].device_name, | ||
455 | + unimplemented[i].base, | ||
456 | + unimplemented[i].size); | ||
457 | + } | 218 | + } |
458 | +} | 219 | +} |
459 | + | 220 | + |
460 | +static void allwinner_h3_class_init(ObjectClass *oc, void *data) | 221 | static void mps2tz_common_init(MachineState *machine) |
461 | +{ | 222 | { |
462 | + DeviceClass *dc = DEVICE_CLASS(oc); | 223 | MPS2TZMachineState *mms = MPS2TZ_MACHINE(machine); |
463 | + | 224 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) |
464 | + dc->realize = allwinner_h3_realize; | 225 | qdev_connect_gpio_out_named(iotkitdev, "sec_resp_cfg", 0, |
465 | + /* Reason: uses serial_hd() in realize function */ | 226 | qdev_get_gpio_in(dev_splitter, 0)); |
466 | + dc->user_creatable = false; | 227 | |
467 | +} | 228 | - /* The IoTKit sets up much of the memory layout, including |
468 | + | 229 | + /* |
469 | +static const TypeInfo allwinner_h3_type_info = { | 230 | + * The IoTKit sets up much of the memory layout, including |
470 | + .name = TYPE_AW_H3, | 231 | * the aliases between secure and non-secure regions in the |
471 | + .parent = TYPE_DEVICE, | 232 | - * address space. The FPGA itself contains: |
472 | + .instance_size = sizeof(AwH3State), | 233 | - * |
473 | + .instance_init = allwinner_h3_init, | 234 | - * 0x00000000..0x003fffff SSRAM1 |
474 | + .class_init = allwinner_h3_class_init, | 235 | - * 0x00400000..0x007fffff alias of SSRAM1 |
475 | +}; | 236 | - * 0x28000000..0x283fffff 4MB SSRAM2 + SSRAM3 |
476 | + | 237 | - * 0x40100000..0x4fffffff AHB Master Expansion 1 interface devices |
477 | +static void allwinner_h3_register_types(void) | 238 | - * 0x80000000..0x80ffffff 16MB PSRAM |
478 | +{ | 239 | - */ |
479 | + type_register_static(&allwinner_h3_type_info); | 240 | - |
480 | +} | 241 | - /* The FPGA images have an odd combination of different RAMs, |
481 | + | 242 | + * address space, and also most of the devices in the system. |
482 | +type_init(allwinner_h3_register_types) | 243 | + * The FPGA itself contains various RAMs and some additional devices. |
483 | diff --git a/MAINTAINERS b/MAINTAINERS | 244 | + * The FPGA images have an odd combination of different RAMs, |
484 | index XXXXXXX..XXXXXXX 100644 | 245 | * because in hardware they are different implementations and |
485 | --- a/MAINTAINERS | 246 | * connected to different buses, giving varying performance/size |
486 | +++ b/MAINTAINERS | 247 | * tradeoffs. For QEMU they're all just RAM, though. We arbitrarily |
487 | @@ -XXX,XX +XXX,XX @@ F: hw/*/allwinner* | 248 | - * call the 16MB our "system memory", as it's the largest lump. |
488 | F: include/hw/*/allwinner* | 249 | + * call the largest lump our "system memory". |
489 | F: hw/arm/cubieboard.c | 250 | */ |
490 | 251 | - memory_region_add_subregion(system_memory, 0x80000000, machine->ram); | |
491 | +Allwinner-h3 | 252 | |
492 | +M: Niek Linnenbank <nieklinnenbank@gmail.com> | 253 | /* |
493 | +L: qemu-arm@nongnu.org | 254 | * The overflow IRQs for all UARTs are ORed together. |
494 | +S: Maintained | 255 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) |
495 | +F: hw/*/allwinner-h3* | 256 | const PPCInfo an505_ppcs[] = { { |
496 | +F: include/hw/*/allwinner-h3* | 257 | .name = "apb_ppcexp0", |
497 | + | 258 | .ports = { |
498 | ARM PrimeCell and CMSDK devices | 259 | - { "ssram-0", make_mpc, &mms->ssram_mpc[0], 0x58007000, 0x1000 }, |
499 | M: Peter Maydell <peter.maydell@linaro.org> | 260 | - { "ssram-1", make_mpc, &mms->ssram_mpc[1], 0x58008000, 0x1000 }, |
500 | L: qemu-arm@nongnu.org | 261 | - { "ssram-2", make_mpc, &mms->ssram_mpc[2], 0x58009000, 0x1000 }, |
501 | diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak | 262 | + { "ssram-0-mpc", make_mpc, &mms->mpc[0], 0x58007000, 0x1000 }, |
502 | index XXXXXXX..XXXXXXX 100644 | 263 | + { "ssram-1-mpc", make_mpc, &mms->mpc[1], 0x58008000, 0x1000 }, |
503 | --- a/default-configs/arm-softmmu.mak | 264 | + { "ssram-2-mpc", make_mpc, &mms->mpc[2], 0x58009000, 0x1000 }, |
504 | +++ b/default-configs/arm-softmmu.mak | 265 | }, |
505 | @@ -XXX,XX +XXX,XX @@ CONFIG_FSL_IMX25=y | 266 | }, { |
506 | CONFIG_FSL_IMX7=y | 267 | .name = "apb_ppcexp1", |
507 | CONFIG_FSL_IMX6UL=y | 268 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) |
508 | CONFIG_SEMIHOSTING=y | 269 | |
509 | +CONFIG_ALLWINNER_H3=y | 270 | create_unimplemented_device("FPGA NS PC", 0x48007000, 0x1000); |
510 | diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig | 271 | |
511 | index XXXXXXX..XXXXXXX 100644 | 272 | + create_non_mpc_ram(mms); |
512 | --- a/hw/arm/Kconfig | 273 | + |
513 | +++ b/hw/arm/Kconfig | 274 | armv7m_load_kernel(ARM_CPU(first_cpu), machine->kernel_filename, 0x400000); |
514 | @@ -XXX,XX +XXX,XX @@ config ALLWINNER_A10 | 275 | } |
515 | select SERIAL | 276 | |
516 | select UNIMP | 277 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_an505_class_init(ObjectClass *oc, void *data) |
517 | 278 | mmc->fpgaio_num_leds = 2; | |
518 | +config ALLWINNER_H3 | 279 | mmc->fpgaio_has_switches = false; |
519 | + bool | 280 | mmc->numirq = 92; |
520 | + select ALLWINNER_A10_PIT | 281 | + mmc->raminfo = an505_raminfo; |
521 | + select SERIAL | 282 | mmc->armsse_type = TYPE_IOTKIT; |
522 | + select ARM_TIMER | 283 | } |
523 | + select ARM_GIC | 284 | |
524 | + select UNIMP | 285 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_an521_class_init(ObjectClass *oc, void *data) |
525 | + | 286 | mmc->fpgaio_num_leds = 2; |
526 | config RASPI | 287 | mmc->fpgaio_has_switches = false; |
527 | bool | 288 | mmc->numirq = 92; |
528 | select FRAMEBUFFER | 289 | + mmc->raminfo = an505_raminfo; /* AN521 is the same as AN505 here */ |
290 | mmc->armsse_type = TYPE_SSE200; | ||
291 | } | ||
292 | |||
529 | -- | 293 | -- |
530 | 2.20.1 | 294 | 2.20.1 |
531 | 295 | ||
532 | 296 | diff view generated by jsdifflib |
1 | For M-profile CPUs, the FAULTMASK value affects the CPU's MMU index | 1 | Instead of hardcoding the MachineClass default_ram_size and |
---|---|---|---|
2 | (it changes the NegPri bit). We update the hflags after calls | 2 | default_ram_id fields, set them on class creation by finding the |
3 | to the v7m_msr helper in trans_MSR_v7m() but forgot to do so | 3 | entry in the RAMInfo array which is marked as being the QEMU system |
4 | in trans_CPS_v7m(). | 4 | RAM. |
5 | 5 | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
8 | Message-id: 20200303174950.3298-3-peter.maydell@linaro.org | 8 | Message-id: 20210215115138.20465-18-peter.maydell@linaro.org |
9 | --- | 9 | --- |
10 | target/arm/translate.c | 5 ++++- | 10 | hw/arm/mps2-tz.c | 24 ++++++++++++++++++++++-- |
11 | 1 file changed, 4 insertions(+), 1 deletion(-) | 11 | 1 file changed, 22 insertions(+), 2 deletions(-) |
12 | 12 | ||
13 | diff --git a/target/arm/translate.c b/target/arm/translate.c | 13 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c |
14 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
15 | --- a/target/arm/translate.c | 15 | --- a/hw/arm/mps2-tz.c |
16 | +++ b/target/arm/translate.c | 16 | +++ b/hw/arm/mps2-tz.c |
17 | @@ -XXX,XX +XXX,XX @@ static bool trans_CPS(DisasContext *s, arg_CPS *a) | 17 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_class_init(ObjectClass *oc, void *data) |
18 | 18 | ||
19 | static bool trans_CPS_v7m(DisasContext *s, arg_CPS_v7m *a) | 19 | mc->init = mps2tz_common_init; |
20 | { | 20 | iic->check = mps2_tz_idau_check; |
21 | - TCGv_i32 tmp, addr; | 21 | - mc->default_ram_size = 16 * MiB; |
22 | + TCGv_i32 tmp, addr, el; | 22 | - mc->default_ram_id = "mps.ram"; |
23 | 23 | +} | |
24 | if (!arm_dc_feature(s, ARM_FEATURE_M)) { | 24 | + |
25 | return false; | 25 | +static void mps2tz_set_default_ram_info(MPS2TZMachineClass *mmc) |
26 | @@ -XXX,XX +XXX,XX @@ static bool trans_CPS_v7m(DisasContext *s, arg_CPS_v7m *a) | 26 | +{ |
27 | gen_helper_v7m_msr(cpu_env, addr, tmp); | 27 | + /* |
28 | tcg_temp_free_i32(addr); | 28 | + * Set mc->default_ram_size and default_ram_id from the |
29 | } | 29 | + * information in mmc->raminfo. |
30 | + el = tcg_const_i32(s->current_el); | 30 | + */ |
31 | + gen_helper_rebuild_hflags_m32(cpu_env, el); | 31 | + MachineClass *mc = MACHINE_CLASS(mmc); |
32 | + tcg_temp_free_i32(el); | 32 | + const RAMInfo *p; |
33 | tcg_temp_free_i32(tmp); | 33 | + |
34 | gen_lookup_tb(s); | 34 | + for (p = mmc->raminfo; p->name; p++) { |
35 | return true; | 35 | + if (p->mrindex < 0) { |
36 | + /* Found the entry for "system memory" */ | ||
37 | + mc->default_ram_size = p->size; | ||
38 | + mc->default_ram_id = p->name; | ||
39 | + return; | ||
40 | + } | ||
41 | + } | ||
42 | + g_assert_not_reached(); | ||
43 | } | ||
44 | |||
45 | static void mps2tz_an505_class_init(ObjectClass *oc, void *data) | ||
46 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_an505_class_init(ObjectClass *oc, void *data) | ||
47 | mmc->numirq = 92; | ||
48 | mmc->raminfo = an505_raminfo; | ||
49 | mmc->armsse_type = TYPE_IOTKIT; | ||
50 | + mps2tz_set_default_ram_info(mmc); | ||
51 | } | ||
52 | |||
53 | static void mps2tz_an521_class_init(ObjectClass *oc, void *data) | ||
54 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_an521_class_init(ObjectClass *oc, void *data) | ||
55 | mmc->numirq = 92; | ||
56 | mmc->raminfo = an505_raminfo; /* AN521 is the same as AN505 here */ | ||
57 | mmc->armsse_type = TYPE_SSE200; | ||
58 | + mps2tz_set_default_ram_info(mmc); | ||
59 | } | ||
60 | |||
61 | static const TypeInfo mps2tz_info = { | ||
36 | -- | 62 | -- |
37 | 2.20.1 | 63 | 2.20.1 |
38 | 64 | ||
39 | 65 | diff view generated by jsdifflib |
1 | From: Cédric Le Goater <clg@kaod.org> | 1 | The AN505 and AN521 don't have any read-only memory, but the AN524 |
---|---|---|---|
2 | does; add a flag to ROMInfo to mark a region as ROM. | ||
2 | 3 | ||
3 | Signed-off-by: Cédric Le Goater <clg@kaod.org> | ||
4 | Reviewed-by: Andrew Jeffery <andrew@aj.id.au> | ||
5 | Reviewed-by: Joel Stanley <joel@jms.id.au> | ||
6 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
7 | Message-id: 20200206112645.21275-2-clg@kaod.org | ||
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
6 | Message-id: 20210215115138.20465-19-peter.maydell@linaro.org | ||
9 | --- | 7 | --- |
10 | Makefile.objs | 1 + | 8 | hw/arm/mps2-tz.c | 6 ++++++ |
11 | hw/ssi/aspeed_smc.c | 17 +++++++++++++++++ | 9 | 1 file changed, 6 insertions(+) |
12 | hw/ssi/trace-events | 9 +++++++++ | ||
13 | 3 files changed, 27 insertions(+) | ||
14 | create mode 100644 hw/ssi/trace-events | ||
15 | 10 | ||
16 | diff --git a/Makefile.objs b/Makefile.objs | 11 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c |
17 | index XXXXXXX..XXXXXXX 100644 | 12 | index XXXXXXX..XXXXXXX 100644 |
18 | --- a/Makefile.objs | 13 | --- a/hw/arm/mps2-tz.c |
19 | +++ b/Makefile.objs | 14 | +++ b/hw/arm/mps2-tz.c |
20 | @@ -XXX,XX +XXX,XX @@ trace-events-subdirs += hw/scsi | 15 | @@ -XXX,XX +XXX,XX @@ typedef struct RAMInfo { |
21 | trace-events-subdirs += hw/sd | 16 | * Flag values: |
22 | trace-events-subdirs += hw/sparc | 17 | * IS_ALIAS: this RAM area is an alias to the upstream end of the |
23 | trace-events-subdirs += hw/sparc64 | 18 | * MPC specified by its .mpc value |
24 | +trace-events-subdirs += hw/ssi | 19 | + * IS_ROM: this RAM area is read-only |
25 | trace-events-subdirs += hw/timer | 20 | */ |
26 | trace-events-subdirs += hw/tpm | 21 | #define IS_ALIAS 1 |
27 | trace-events-subdirs += hw/usb | 22 | +#define IS_ROM 2 |
28 | diff --git a/hw/ssi/aspeed_smc.c b/hw/ssi/aspeed_smc.c | 23 | |
29 | index XXXXXXX..XXXXXXX 100644 | 24 | struct MPS2TZMachineClass { |
30 | --- a/hw/ssi/aspeed_smc.c | 25 | MachineClass parent; |
31 | +++ b/hw/ssi/aspeed_smc.c | 26 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *mr_for_raminfo(MPS2TZMachineState *mms, |
32 | @@ -XXX,XX +XXX,XX @@ | 27 | if (raminfo->mrindex < 0) { |
33 | #include "qapi/error.h" | 28 | /* Means this RAMInfo is for QEMU's "system memory" */ |
34 | #include "exec/address-spaces.h" | 29 | MachineState *machine = MACHINE(mms); |
35 | #include "qemu/units.h" | 30 | + assert(!(raminfo->flags & IS_ROM)); |
36 | +#include "trace.h" | 31 | return machine->ram; |
37 | |||
38 | #include "hw/irq.h" | ||
39 | #include "hw/qdev-properties.h" | ||
40 | @@ -XXX,XX +XXX,XX @@ static void aspeed_smc_flash_set_segment(AspeedSMCState *s, int cs, | ||
41 | |||
42 | s->ctrl->reg_to_segment(s, new, &seg); | ||
43 | |||
44 | + trace_aspeed_smc_flash_set_segment(cs, new, seg.addr, seg.addr + seg.size); | ||
45 | + | ||
46 | /* The start address of CS0 is read-only */ | ||
47 | if (cs == 0 && seg.addr != s->ctrl->flash_window_base) { | ||
48 | qemu_log_mask(LOG_GUEST_ERROR, | ||
49 | @@ -XXX,XX +XXX,XX @@ static uint64_t aspeed_smc_flash_read(void *opaque, hwaddr addr, unsigned size) | ||
50 | __func__, aspeed_smc_flash_mode(fl)); | ||
51 | } | 32 | } |
52 | 33 | ||
53 | + trace_aspeed_smc_flash_read(fl->id, addr, size, ret, | 34 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *mr_for_raminfo(MPS2TZMachineState *mms, |
54 | + aspeed_smc_flash_mode(fl)); | 35 | |
55 | return ret; | 36 | memory_region_init_ram(ram, NULL, raminfo->name, |
37 | raminfo->size, &error_fatal); | ||
38 | + if (raminfo->flags & IS_ROM) { | ||
39 | + memory_region_set_readonly(ram, true); | ||
40 | + } | ||
41 | return ram; | ||
56 | } | 42 | } |
57 | 43 | ||
58 | @@ -XXX,XX +XXX,XX @@ static bool aspeed_smc_do_snoop(AspeedSMCFlash *fl, uint64_t data, | ||
59 | AspeedSMCState *s = fl->controller; | ||
60 | uint8_t addr_width = aspeed_smc_flash_is_4byte(fl) ? 4 : 3; | ||
61 | |||
62 | + trace_aspeed_smc_do_snoop(fl->id, s->snoop_index, s->snoop_dummies, | ||
63 | + (uint8_t) data & 0xff); | ||
64 | + | ||
65 | if (s->snoop_index == SNOOP_OFF) { | ||
66 | return false; /* Do nothing */ | ||
67 | |||
68 | @@ -XXX,XX +XXX,XX @@ static void aspeed_smc_flash_write(void *opaque, hwaddr addr, uint64_t data, | ||
69 | AspeedSMCState *s = fl->controller; | ||
70 | int i; | ||
71 | |||
72 | + trace_aspeed_smc_flash_write(fl->id, addr, size, data, | ||
73 | + aspeed_smc_flash_mode(fl)); | ||
74 | + | ||
75 | if (!aspeed_smc_is_writable(fl)) { | ||
76 | qemu_log_mask(LOG_GUEST_ERROR, "%s: flash is not writable at 0x%" | ||
77 | HWADDR_PRIx "\n", __func__, addr); | ||
78 | @@ -XXX,XX +XXX,XX @@ static uint64_t aspeed_smc_read(void *opaque, hwaddr addr, unsigned int size) | ||
79 | (s->ctrl->has_dma && addr == R_DMA_CHECKSUM) || | ||
80 | (addr >= R_SEG_ADDR0 && addr < R_SEG_ADDR0 + s->ctrl->max_slaves) || | ||
81 | (addr >= s->r_ctrl0 && addr < s->r_ctrl0 + s->ctrl->max_slaves)) { | ||
82 | + | ||
83 | + trace_aspeed_smc_read(addr, size, s->regs[addr]); | ||
84 | + | ||
85 | return s->regs[addr]; | ||
86 | } else { | ||
87 | qemu_log_mask(LOG_UNIMP, "%s: not implemented: 0x%" HWADDR_PRIx "\n", | ||
88 | @@ -XXX,XX +XXX,XX @@ static void aspeed_smc_dma_checksum(AspeedSMCState *s) | ||
89 | __func__, s->regs[R_DMA_FLASH_ADDR]); | ||
90 | return; | ||
91 | } | ||
92 | + trace_aspeed_smc_dma_checksum(s->regs[R_DMA_FLASH_ADDR], data); | ||
93 | |||
94 | /* | ||
95 | * When the DMA is on-going, the DMA registers are updated | ||
96 | @@ -XXX,XX +XXX,XX @@ static void aspeed_smc_write(void *opaque, hwaddr addr, uint64_t data, | ||
97 | |||
98 | addr >>= 2; | ||
99 | |||
100 | + trace_aspeed_smc_write(addr, size, data); | ||
101 | + | ||
102 | if (addr == s->r_conf || | ||
103 | (addr >= s->r_timings && | ||
104 | addr < s->r_timings + s->ctrl->nregs_timings) || | ||
105 | diff --git a/hw/ssi/trace-events b/hw/ssi/trace-events | ||
106 | new file mode 100644 | ||
107 | index XXXXXXX..XXXXXXX | ||
108 | --- /dev/null | ||
109 | +++ b/hw/ssi/trace-events | ||
110 | @@ -XXX,XX +XXX,XX @@ | ||
111 | +# aspeed_smc.c | ||
112 | + | ||
113 | +aspeed_smc_flash_set_segment(int cs, uint64_t reg, uint64_t start, uint64_t end) "CS%d segreg=0x%"PRIx64" [ 0x%"PRIx64" - 0x%"PRIx64" ]" | ||
114 | +aspeed_smc_flash_read(int cs, uint64_t addr, uint32_t size, uint64_t data, int mode) "CS%d @0x%" PRIx64 " size %u: 0x%" PRIx64" mode:%d" | ||
115 | +aspeed_smc_do_snoop(int cs, int index, int dummies, int data) "CS%d index:0x%x dummies:%d data:0x%x" | ||
116 | +aspeed_smc_flash_write(int cs, uint64_t addr, uint32_t size, uint64_t data, int mode) "CS%d @0x%" PRIx64 " size %u: 0x%" PRIx64" mode:%d" | ||
117 | +aspeed_smc_read(uint64_t addr, uint32_t size, uint64_t data) "@0x%" PRIx64 " size %u: 0x%" PRIx64 | ||
118 | +aspeed_smc_dma_checksum(uint32_t addr, uint32_t data) "0x%08x: 0x%08x" | ||
119 | +aspeed_smc_write(uint64_t addr, uint32_t size, uint64_t data) "@0x%" PRIx64 " size %u: 0x%" PRIx64 | ||
120 | -- | 44 | -- |
121 | 2.20.1 | 45 | 2.20.1 |
122 | 46 | ||
123 | 47 | diff view generated by jsdifflib |
1 | From: Eric Auger <eric.auger@redhat.com> | 1 | The armv7m_load_kernel() function takes a mem_size argument which it |
---|---|---|---|
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). | ||
2 | 5 | ||
3 | At the moment if the end-user does not specify the gic-version along | 6 | Instead of hardcoding this value, find the RAMInfo corresponding to |
4 | with KVM acceleration, v2 is set by default. However most of the | 7 | the 0 address and extract its size. |
5 | systems now have GICv3 and sometimes they do not support GICv2 | ||
6 | compatibility. | ||
7 | 8 | ||
8 | This patch keeps the default v2 selection in all cases except | ||
9 | in the KVM accelerated mode when either | ||
10 | - the host does not support GICv2 in-kernel emulation or | ||
11 | - number of VCPUS exceeds 8. | ||
12 | |||
13 | Those cases did not work anyway so we do not break any compatibility. | ||
14 | Now we get v3 selected in such a case. | ||
15 | |||
16 | Signed-off-by: Eric Auger <eric.auger@redhat.com> | ||
17 | Reported-by: Dr. David Alan Gilbert <dgilbert@redhat.com> | ||
18 | Reviewed-by: Andrew Jones <drjones@redhat.com> | ||
19 | Message-id: 20200311131618.7187-7-eric.auger@redhat.com | ||
20 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | 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 | ||
21 | --- | 13 | --- |
22 | hw/arm/virt.c | 17 ++++++++++++++++- | 14 | hw/arm/mps2-tz.c | 17 ++++++++++++++++- |
23 | 1 file changed, 16 insertions(+), 1 deletion(-) | 15 | 1 file changed, 16 insertions(+), 1 deletion(-) |
24 | 16 | ||
25 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c | 17 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c |
26 | index XXXXXXX..XXXXXXX 100644 | 18 | index XXXXXXX..XXXXXXX 100644 |
27 | --- a/hw/arm/virt.c | 19 | --- a/hw/arm/mps2-tz.c |
28 | +++ b/hw/arm/virt.c | 20 | +++ b/hw/arm/mps2-tz.c |
29 | @@ -XXX,XX +XXX,XX @@ static void virt_set_memmap(VirtMachineState *vms) | 21 | @@ -XXX,XX +XXX,XX @@ static void create_non_mpc_ram(MPS2TZMachineState *mms) |
30 | */ | 22 | } |
31 | static void finalize_gic_version(VirtMachineState *vms) | 23 | } |
24 | |||
25 | +static uint32_t boot_ram_size(MPS2TZMachineState *mms) | ||
26 | +{ | ||
27 | + /* Return the size of the RAM block at guest address zero */ | ||
28 | + const RAMInfo *p; | ||
29 | + MPS2TZMachineClass *mmc = MPS2TZ_MACHINE_GET_CLASS(mms); | ||
30 | + | ||
31 | + for (p = mmc->raminfo; p->name; p++) { | ||
32 | + if (p->base == 0) { | ||
33 | + return p->size; | ||
34 | + } | ||
35 | + } | ||
36 | + g_assert_not_reached(); | ||
37 | +} | ||
38 | + | ||
39 | static void mps2tz_common_init(MachineState *machine) | ||
32 | { | 40 | { |
33 | + unsigned int max_cpus = MACHINE(vms)->smp.max_cpus; | 41 | MPS2TZMachineState *mms = MPS2TZ_MACHINE(machine); |
34 | + | 42 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) |
35 | if (kvm_enabled()) { | 43 | |
36 | int probe_bitmap; | 44 | create_non_mpc_ram(mms); |
37 | 45 | ||
38 | @@ -XXX,XX +XXX,XX @@ static void finalize_gic_version(VirtMachineState *vms) | 46 | - armv7m_load_kernel(ARM_CPU(first_cpu), machine->kernel_filename, 0x400000); |
39 | } | 47 | + armv7m_load_kernel(ARM_CPU(first_cpu), machine->kernel_filename, |
40 | return; | 48 | + boot_ram_size(mms)); |
41 | case VIRT_GIC_VERSION_NOSEL: | 49 | } |
42 | - vms->gic_version = VIRT_GIC_VERSION_2; | 50 | |
43 | + if ((probe_bitmap & KVM_ARM_VGIC_V2) && max_cpus <= GIC_NCPU) { | 51 | static void mps2_tz_idau_check(IDAUInterface *ii, uint32_t address, |
44 | + vms->gic_version = VIRT_GIC_VERSION_2; | ||
45 | + } else if (probe_bitmap & KVM_ARM_VGIC_V3) { | ||
46 | + /* | ||
47 | + * in case the host does not support v2 in-kernel emulation or | ||
48 | + * the end-user requested more than 8 VCPUs we now default | ||
49 | + * to v3. In any case defaulting to v2 would be broken. | ||
50 | + */ | ||
51 | + vms->gic_version = VIRT_GIC_VERSION_3; | ||
52 | + } else if (max_cpus > GIC_NCPU) { | ||
53 | + error_report("host only supports in-kernel GICv2 emulation " | ||
54 | + "but more than 8 vcpus are requested"); | ||
55 | + exit(1); | ||
56 | + } | ||
57 | break; | ||
58 | case VIRT_GIC_VERSION_2: | ||
59 | case VIRT_GIC_VERSION_3: | ||
60 | -- | 52 | -- |
61 | 2.20.1 | 53 | 2.20.1 |
62 | 54 | ||
63 | 55 | diff view generated by jsdifflib |
1 | From: Niek Linnenbank <nieklinnenbank@gmail.com> | 1 | Add support for the mps3-an524 board; this is an SSE-200 based FPGA |
---|---|---|---|
2 | 2 | image, like the existing mps2-an521. It has a usefully larger amount | |
3 | The Allwinner H3 System on Chip contains multiple USB 2.0 bus | 3 | of RAM, and a PL031 RTC, as well as some more minor differences. |
4 | connections which provide software access using the Enhanced | 4 | |
5 | Host Controller Interface (EHCI) and Open Host Controller | 5 | In real hardware this image runs on a newer generation of the FPGA |
6 | Interface (OHCI) interfaces. This commit adds support for | 6 | board, the MPS3 rather than the older MPS2. Architecturally the two |
7 | both interfaces in the Allwinner H3 System on Chip. | 7 | boards are similar, so we implement the MPS3 boards in the mps2-tz.c |
8 | 8 | file as variations of the existing MPS2 boards. | |
9 | Signed-off-by: Niek Linnenbank <nieklinnenbank@gmail.com> | 9 | |
10 | Reviewed-by: Gerd Hoffmann <kraxel@redhat.com> | ||
11 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
12 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
13 | Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
14 | Message-id: 20200311221854.30370-5-nieklinnenbank@gmail.com | ||
15 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 10 | 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 | ||
16 | --- | 13 | --- |
17 | hw/usb/hcd-ehci.h | 1 + | 14 | hw/arm/mps2-tz.c | 139 +++++++++++++++++++++++++++++++++++++++++++++-- |
18 | include/hw/arm/allwinner-h3.h | 8 +++++++ | 15 | 1 file changed, 135 insertions(+), 4 deletions(-) |
19 | hw/arm/allwinner-h3.c | 44 +++++++++++++++++++++++++++++++++++ | 16 | |
20 | hw/usb/hcd-ehci-sysbus.c | 17 ++++++++++++++ | 17 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c |
21 | hw/arm/Kconfig | 2 ++ | ||
22 | 5 files changed, 72 insertions(+) | ||
23 | |||
24 | diff --git a/hw/usb/hcd-ehci.h b/hw/usb/hcd-ehci.h | ||
25 | index XXXXXXX..XXXXXXX 100644 | 18 | index XXXXXXX..XXXXXXX 100644 |
26 | --- a/hw/usb/hcd-ehci.h | 19 | --- a/hw/arm/mps2-tz.c |
27 | +++ b/hw/usb/hcd-ehci.h | 20 | +++ b/hw/arm/mps2-tz.c |
28 | @@ -XXX,XX +XXX,XX @@ typedef struct EHCIPCIState { | ||
29 | #define TYPE_SYS_BUS_EHCI "sysbus-ehci-usb" | ||
30 | #define TYPE_PLATFORM_EHCI "platform-ehci-usb" | ||
31 | #define TYPE_EXYNOS4210_EHCI "exynos4210-ehci-usb" | ||
32 | +#define TYPE_AW_H3_EHCI "aw-h3-ehci-usb" | ||
33 | #define TYPE_TEGRA2_EHCI "tegra2-ehci-usb" | ||
34 | #define TYPE_PPC4xx_EHCI "ppc4xx-ehci-usb" | ||
35 | #define TYPE_FUSBH200_EHCI "fusbh200-ehci-usb" | ||
36 | diff --git a/include/hw/arm/allwinner-h3.h b/include/hw/arm/allwinner-h3.h | ||
37 | index XXXXXXX..XXXXXXX 100644 | ||
38 | --- a/include/hw/arm/allwinner-h3.h | ||
39 | +++ b/include/hw/arm/allwinner-h3.h | ||
40 | @@ -XXX,XX +XXX,XX @@ enum { | ||
41 | AW_H3_SRAM_A1, | ||
42 | AW_H3_SRAM_A2, | ||
43 | AW_H3_SRAM_C, | ||
44 | + AW_H3_EHCI0, | ||
45 | + AW_H3_OHCI0, | ||
46 | + AW_H3_EHCI1, | ||
47 | + AW_H3_OHCI1, | ||
48 | + AW_H3_EHCI2, | ||
49 | + AW_H3_OHCI2, | ||
50 | + AW_H3_EHCI3, | ||
51 | + AW_H3_OHCI3, | ||
52 | AW_H3_CCU, | ||
53 | AW_H3_PIT, | ||
54 | AW_H3_UART0, | ||
55 | diff --git a/hw/arm/allwinner-h3.c b/hw/arm/allwinner-h3.c | ||
56 | index XXXXXXX..XXXXXXX 100644 | ||
57 | --- a/hw/arm/allwinner-h3.c | ||
58 | +++ b/hw/arm/allwinner-h3.c | ||
59 | @@ -XXX,XX +XXX,XX @@ | 21 | @@ -XXX,XX +XXX,XX @@ |
60 | #include "hw/sysbus.h" | 22 | * This source file covers the following FPGA images, for TrustZone cores: |
61 | #include "hw/char/serial.h" | 23 | * "mps2-an505" -- Cortex-M33 as documented in ARM Application Note AN505 |
62 | #include "hw/misc/unimp.h" | 24 | * "mps2-an521" -- Dual Cortex-M33 as documented in Application Note AN521 |
63 | +#include "hw/usb/hcd-ehci.h" | 25 | + * "mps2-an524" -- Dual Cortex-M33 as documented in Application Note AN524 |
64 | #include "sysemu/sysemu.h" | 26 | * |
65 | #include "hw/arm/allwinner-h3.h" | 27 | * Links to the TRM for the board itself and to the various Application |
66 | 28 | * Notes which document the FPGA images can be found here: | |
67 | @@ -XXX,XX +XXX,XX @@ const hwaddr allwinner_h3_memmap[] = { | 29 | @@ -XXX,XX +XXX,XX @@ |
68 | [AW_H3_SRAM_A1] = 0x00000000, | 30 | * http://infocenter.arm.com/help/topic/com.arm.doc.dai0505b/index.html |
69 | [AW_H3_SRAM_A2] = 0x00044000, | 31 | * Application Note AN521: |
70 | [AW_H3_SRAM_C] = 0x00010000, | 32 | * http://infocenter.arm.com/help/topic/com.arm.doc.dai0521c/index.html |
71 | + [AW_H3_EHCI0] = 0x01c1a000, | 33 | + * Application Note AN524: |
72 | + [AW_H3_OHCI0] = 0x01c1a400, | 34 | + * https://developer.arm.com/documentation/dai0524/latest/ |
73 | + [AW_H3_EHCI1] = 0x01c1b000, | 35 | * |
74 | + [AW_H3_OHCI1] = 0x01c1b400, | 36 | * The AN505 defers to the Cortex-M33 processor ARMv8M IoT Kit FVP User Guide |
75 | + [AW_H3_EHCI2] = 0x01c1c000, | 37 | * (ARM ECM0601256) for the details of some of the device layout: |
76 | + [AW_H3_OHCI2] = 0x01c1c400, | 38 | * http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ecm0601256/index.html |
77 | + [AW_H3_EHCI3] = 0x01c1d000, | 39 | - * Similarly, the AN521 uses the SSE-200, and the SSE-200 TRM defines |
78 | + [AW_H3_OHCI3] = 0x01c1d400, | 40 | + * Similarly, the AN521 and AN524 use the SSE-200, and the SSE-200 TRM defines |
79 | [AW_H3_CCU] = 0x01c20000, | 41 | * most of the device layout: |
80 | [AW_H3_PIT] = 0x01c20c00, | 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 |
81 | [AW_H3_UART0] = 0x01c28000, | 43 | * |
82 | @@ -XXX,XX +XXX,XX @@ enum { | 44 | @@ -XXX,XX +XXX,XX @@ |
83 | AW_H3_GIC_SPI_UART3 = 3, | 45 | #include "hw/qdev-clock.h" |
84 | AW_H3_GIC_SPI_TIMER0 = 18, | 46 | #include "qom/object.h" |
85 | AW_H3_GIC_SPI_TIMER1 = 19, | 47 | |
86 | + AW_H3_GIC_SPI_EHCI0 = 72, | 48 | -#define MPS2TZ_NUMIRQ_MAX 92 |
87 | + AW_H3_GIC_SPI_OHCI0 = 73, | 49 | +#define MPS2TZ_NUMIRQ_MAX 95 |
88 | + AW_H3_GIC_SPI_EHCI1 = 74, | 50 | #define MPS2TZ_RAM_MAX 4 |
89 | + AW_H3_GIC_SPI_OHCI1 = 75, | 51 | |
90 | + AW_H3_GIC_SPI_EHCI2 = 76, | 52 | typedef enum MPS2TZFPGAType { |
91 | + AW_H3_GIC_SPI_OHCI2 = 77, | 53 | FPGA_AN505, |
92 | + AW_H3_GIC_SPI_EHCI3 = 78, | 54 | FPGA_AN521, |
93 | + AW_H3_GIC_SPI_OHCI3 = 79, | 55 | + FPGA_AN524, |
56 | } MPS2TZFPGAType; | ||
57 | |||
58 | /* | ||
59 | @@ -XXX,XX +XXX,XX @@ struct MPS2TZMachineState { | ||
60 | TZPPC ppc[5]; | ||
61 | TZMPC mpc[3]; | ||
62 | PL022State spi[5]; | ||
63 | - ArmSbconI2CState i2c[4]; | ||
64 | + ArmSbconI2CState i2c[5]; | ||
65 | UnimplementedDeviceState i2s_audio; | ||
66 | UnimplementedDeviceState gpio[4]; | ||
67 | UnimplementedDeviceState gfx; | ||
68 | + UnimplementedDeviceState cldc; | ||
69 | + UnimplementedDeviceState rtc; | ||
70 | PL080State dma[4]; | ||
71 | TZMSC msc[4]; | ||
72 | - CMSDKAPBUART uart[5]; | ||
73 | + CMSDKAPBUART uart[6]; | ||
74 | SplitIRQ sec_resp_splitter; | ||
75 | qemu_or_irq uart_irq_orgate; | ||
76 | DeviceState *lan9118; | ||
77 | @@ -XXX,XX +XXX,XX @@ struct MPS2TZMachineState { | ||
78 | #define TYPE_MPS2TZ_MACHINE "mps2tz" | ||
79 | #define TYPE_MPS2TZ_AN505_MACHINE MACHINE_TYPE_NAME("mps2-an505") | ||
80 | #define TYPE_MPS2TZ_AN521_MACHINE MACHINE_TYPE_NAME("mps2-an521") | ||
81 | +#define TYPE_MPS3TZ_AN524_MACHINE MACHINE_TYPE_NAME("mps3-an524") | ||
82 | |||
83 | OBJECT_DECLARE_TYPE(MPS2TZMachineState, MPS2TZMachineClass, MPS2TZ_MACHINE) | ||
84 | |||
85 | @@ -XXX,XX +XXX,XX @@ static const uint32_t an505_oscclk[] = { | ||
86 | 25000000, | ||
94 | }; | 87 | }; |
95 | 88 | ||
96 | /* Allwinner H3 general constants */ | 89 | +static const uint32_t an524_oscclk[] = { |
97 | @@ -XXX,XX +XXX,XX @@ static void allwinner_h3_realize(DeviceState *dev, Error **errp) | 90 | + 24000000, |
98 | qdev_init_nofail(DEVICE(&s->ccu)); | 91 | + 32000000, |
99 | sysbus_mmio_map(SYS_BUS_DEVICE(&s->ccu), 0, s->memmap[AW_H3_CCU]); | 92 | + 50000000, |
100 | 93 | + 50000000, | |
101 | + /* Universal Serial Bus */ | 94 | + 24576000, |
102 | + sysbus_create_simple(TYPE_AW_H3_EHCI, s->memmap[AW_H3_EHCI0], | 95 | + 23750000, |
103 | + qdev_get_gpio_in(DEVICE(&s->gic), | 96 | +}; |
104 | + AW_H3_GIC_SPI_EHCI0)); | 97 | + |
105 | + sysbus_create_simple(TYPE_AW_H3_EHCI, s->memmap[AW_H3_EHCI1], | 98 | static const RAMInfo an505_raminfo[] = { { |
106 | + qdev_get_gpio_in(DEVICE(&s->gic), | 99 | .name = "ssram-0", |
107 | + AW_H3_GIC_SPI_EHCI1)); | 100 | .base = 0x00000000, |
108 | + sysbus_create_simple(TYPE_AW_H3_EHCI, s->memmap[AW_H3_EHCI2], | 101 | @@ -XXX,XX +XXX,XX @@ static const RAMInfo an505_raminfo[] = { { |
109 | + qdev_get_gpio_in(DEVICE(&s->gic), | 102 | }, |
110 | + AW_H3_GIC_SPI_EHCI2)); | ||
111 | + sysbus_create_simple(TYPE_AW_H3_EHCI, s->memmap[AW_H3_EHCI3], | ||
112 | + qdev_get_gpio_in(DEVICE(&s->gic), | ||
113 | + AW_H3_GIC_SPI_EHCI3)); | ||
114 | + | ||
115 | + sysbus_create_simple("sysbus-ohci", s->memmap[AW_H3_OHCI0], | ||
116 | + qdev_get_gpio_in(DEVICE(&s->gic), | ||
117 | + AW_H3_GIC_SPI_OHCI0)); | ||
118 | + sysbus_create_simple("sysbus-ohci", s->memmap[AW_H3_OHCI1], | ||
119 | + qdev_get_gpio_in(DEVICE(&s->gic), | ||
120 | + AW_H3_GIC_SPI_OHCI1)); | ||
121 | + sysbus_create_simple("sysbus-ohci", s->memmap[AW_H3_OHCI2], | ||
122 | + qdev_get_gpio_in(DEVICE(&s->gic), | ||
123 | + AW_H3_GIC_SPI_OHCI2)); | ||
124 | + sysbus_create_simple("sysbus-ohci", s->memmap[AW_H3_OHCI3], | ||
125 | + qdev_get_gpio_in(DEVICE(&s->gic), | ||
126 | + AW_H3_GIC_SPI_OHCI3)); | ||
127 | + | ||
128 | /* UART0. For future clocktree API: All UARTS are connected to APB2_CLK. */ | ||
129 | serial_mm_init(get_system_memory(), s->memmap[AW_H3_UART0], 2, | ||
130 | qdev_get_gpio_in(DEVICE(&s->gic), AW_H3_GIC_SPI_UART0), | ||
131 | diff --git a/hw/usb/hcd-ehci-sysbus.c b/hw/usb/hcd-ehci-sysbus.c | ||
132 | index XXXXXXX..XXXXXXX 100644 | ||
133 | --- a/hw/usb/hcd-ehci-sysbus.c | ||
134 | +++ b/hw/usb/hcd-ehci-sysbus.c | ||
135 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo ehci_exynos4210_type_info = { | ||
136 | .class_init = ehci_exynos4210_class_init, | ||
137 | }; | 103 | }; |
138 | 104 | ||
139 | +static void ehci_aw_h3_class_init(ObjectClass *oc, void *data) | 105 | +static const RAMInfo an524_raminfo[] = { { |
106 | + .name = "bram", | ||
107 | + .base = 0x00000000, | ||
108 | + .size = 512 * KiB, | ||
109 | + .mpc = 0, | ||
110 | + .mrindex = 0, | ||
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 | + }, | ||
134 | +}; | ||
135 | + | ||
136 | static const RAMInfo *find_raminfo_for_mpc(MPS2TZMachineState *mms, int mpc) | ||
137 | { | ||
138 | MPS2TZMachineClass *mmc = MPS2TZ_MACHINE_GET_CLASS(mms); | ||
139 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) | ||
140 | }, | ||
141 | }; | ||
142 | |||
143 | + const PPCInfo an524_ppcs[] = { { | ||
144 | + .name = "apb_ppcexp0", | ||
145 | + .ports = { | ||
146 | + { "bram-mpc", make_mpc, &mms->mpc[0], 0x58007000, 0x1000 }, | ||
147 | + { "qspi-mpc", make_mpc, &mms->mpc[1], 0x58008000, 0x1000 }, | ||
148 | + { "ddr-mpc", make_mpc, &mms->mpc[2], 0x58009000, 0x1000 }, | ||
149 | + }, | ||
150 | + }, { | ||
151 | + .name = "apb_ppcexp1", | ||
152 | + .ports = { | ||
153 | + { "i2c0", make_i2c, &mms->i2c[0], 0x41200000, 0x1000 }, | ||
154 | + { "i2c1", make_i2c, &mms->i2c[1], 0x41201000, 0x1000 }, | ||
155 | + { "spi0", make_spi, &mms->spi[0], 0x41202000, 0x1000, { 52 } }, | ||
156 | + { "spi1", make_spi, &mms->spi[1], 0x41203000, 0x1000, { 53 } }, | ||
157 | + { "spi2", make_spi, &mms->spi[2], 0x41204000, 0x1000, { 54 } }, | ||
158 | + { "i2c2", make_i2c, &mms->i2c[2], 0x41205000, 0x1000 }, | ||
159 | + { "i2c3", make_i2c, &mms->i2c[3], 0x41206000, 0x1000 }, | ||
160 | + { /* port 7 reserved */ }, | ||
161 | + { "i2c4", make_i2c, &mms->i2c[4], 0x41208000, 0x1000 }, | ||
162 | + }, | ||
163 | + }, { | ||
164 | + .name = "apb_ppcexp2", | ||
165 | + .ports = { | ||
166 | + { "scc", make_scc, &mms->scc, 0x41300000, 0x1000 }, | ||
167 | + { "i2s-audio", make_unimp_dev, &mms->i2s_audio, | ||
168 | + 0x41301000, 0x1000 }, | ||
169 | + { "fpgaio", make_fpgaio, &mms->fpgaio, 0x41302000, 0x1000 }, | ||
170 | + { "uart0", make_uart, &mms->uart[0], 0x41303000, 0x1000, { 32, 33, 42 } }, | ||
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) | ||
140 | +{ | 211 | +{ |
141 | + SysBusEHCIClass *sec = SYS_BUS_EHCI_CLASS(oc); | 212 | + MachineClass *mc = MACHINE_CLASS(oc); |
142 | + DeviceClass *dc = DEVICE_CLASS(oc); | 213 | + MPS2TZMachineClass *mmc = MPS2TZ_MACHINE_CLASS(oc); |
143 | + | 214 | + |
144 | + sec->capsbase = 0x0; | 215 | + mc->desc = "ARM MPS3 with AN524 FPGA image for dual Cortex-M33"; |
145 | + sec->opregbase = 0x10; | 216 | + mc->default_cpus = 2; |
146 | + set_bit(DEVICE_CATEGORY_USB, dc->categories); | 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); | ||
147 | +} | 231 | +} |
148 | + | 232 | + |
149 | +static const TypeInfo ehci_aw_h3_type_info = { | 233 | static const TypeInfo mps2tz_info = { |
150 | + .name = TYPE_AW_H3_EHCI, | 234 | .name = TYPE_MPS2TZ_MACHINE, |
151 | + .parent = TYPE_SYS_BUS_EHCI, | 235 | .parent = TYPE_MACHINE, |
152 | + .class_init = ehci_aw_h3_class_init, | 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, | ||
153 | +}; | 244 | +}; |
154 | + | 245 | + |
155 | static void ehci_tegra2_class_init(ObjectClass *oc, void *data) | 246 | static void mps2tz_machine_init(void) |
156 | { | 247 | { |
157 | SysBusEHCIClass *sec = SYS_BUS_EHCI_CLASS(oc); | 248 | type_register_static(&mps2tz_info); |
158 | @@ -XXX,XX +XXX,XX @@ static void ehci_sysbus_register_types(void) | 249 | type_register_static(&mps2tz_an505_info); |
159 | type_register_static(&ehci_type_info); | 250 | type_register_static(&mps2tz_an521_info); |
160 | type_register_static(&ehci_platform_type_info); | 251 | + type_register_static(&mps3tz_an524_info); |
161 | type_register_static(&ehci_exynos4210_type_info); | 252 | } |
162 | + type_register_static(&ehci_aw_h3_type_info); | 253 | |
163 | type_register_static(&ehci_tegra2_type_info); | 254 | type_init(mps2tz_machine_init); |
164 | type_register_static(&ehci_ppc4xx_type_info); | ||
165 | type_register_static(&ehci_fusbh200_type_info); | ||
166 | diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig | ||
167 | index XXXXXXX..XXXXXXX 100644 | ||
168 | --- a/hw/arm/Kconfig | ||
169 | +++ b/hw/arm/Kconfig | ||
170 | @@ -XXX,XX +XXX,XX @@ config ALLWINNER_H3 | ||
171 | select ARM_TIMER | ||
172 | select ARM_GIC | ||
173 | select UNIMP | ||
174 | + select USB_OHCI | ||
175 | + select USB_EHCI_SYSBUS | ||
176 | |||
177 | config RASPI | ||
178 | bool | ||
179 | -- | 255 | -- |
180 | 2.20.1 | 256 | 2.20.1 |
181 | 257 | ||
182 | 258 | diff view generated by jsdifflib |
1 | From: Niek Linnenbank <nieklinnenbank@gmail.com> | 1 | The AN524 has a USB controller (an ISP1763); we don't have a model of |
---|---|---|---|
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. | ||
2 | 5 | ||
3 | In the Allwinner H3 SoC the SDRAM controller is responsible | 6 | Implement a make_* function which provides creates a container |
4 | for interfacing with the external Synchronous Dynamic Random | 7 | MemoryRegion with both the ethernet controller and an |
5 | Access Memory (SDRAM). Types of memory that the SDRAM controller | 8 | unimplemented-device stub for the USB controller. |
6 | supports are DDR2/DDR3 and capacities of up to 2GiB. This commit | ||
7 | adds emulation support of the Allwinner H3 SDRAM controller. | ||
8 | 9 | ||
9 | Signed-off-by: Niek Linnenbank <nieklinnenbank@gmail.com> | ||
10 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
11 | Message-id: 20200311221854.30370-12-nieklinnenbank@gmail.com | ||
12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 10 | 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 | ||
13 | --- | 14 | --- |
14 | hw/misc/Makefile.objs | 1 + | 15 | hw/arm/mps2-tz.c | 48 +++++++++++++++++++++++++++++++++++++++++++++++- |
15 | include/hw/arm/allwinner-h3.h | 5 + | 16 | 1 file changed, 47 insertions(+), 1 deletion(-) |
16 | include/hw/misc/allwinner-h3-dramc.h | 106 ++++++++ | ||
17 | hw/arm/allwinner-h3.c | 19 +- | ||
18 | hw/arm/orangepi.c | 6 + | ||
19 | hw/misc/allwinner-h3-dramc.c | 358 +++++++++++++++++++++++++++ | ||
20 | hw/misc/trace-events | 10 + | ||
21 | 7 files changed, 502 insertions(+), 3 deletions(-) | ||
22 | create mode 100644 include/hw/misc/allwinner-h3-dramc.h | ||
23 | create mode 100644 hw/misc/allwinner-h3-dramc.c | ||
24 | 17 | ||
25 | diff --git a/hw/misc/Makefile.objs b/hw/misc/Makefile.objs | 18 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c |
26 | index XXXXXXX..XXXXXXX 100644 | 19 | index XXXXXXX..XXXXXXX 100644 |
27 | --- a/hw/misc/Makefile.objs | 20 | --- a/hw/arm/mps2-tz.c |
28 | +++ b/hw/misc/Makefile.objs | 21 | +++ b/hw/arm/mps2-tz.c |
29 | @@ -XXX,XX +XXX,XX @@ common-obj-$(CONFIG_IVSHMEM_DEVICE) += ivshmem.o | 22 | @@ -XXX,XX +XXX,XX @@ struct MPS2TZMachineState { |
30 | 23 | ||
31 | common-obj-$(CONFIG_ALLWINNER_H3) += allwinner-h3-ccu.o | 24 | ARMSSE iotkit; |
32 | obj-$(CONFIG_ALLWINNER_H3) += allwinner-cpucfg.o | 25 | MemoryRegion ram[MPS2TZ_RAM_MAX]; |
33 | +common-obj-$(CONFIG_ALLWINNER_H3) += allwinner-h3-dramc.o | 26 | + MemoryRegion eth_usb_container; |
34 | common-obj-$(CONFIG_ALLWINNER_H3) += allwinner-h3-sysctrl.o | ||
35 | common-obj-$(CONFIG_ALLWINNER_H3) += allwinner-sid.o | ||
36 | common-obj-$(CONFIG_REALVIEW) += arm_sysctl.o | ||
37 | diff --git a/include/hw/arm/allwinner-h3.h b/include/hw/arm/allwinner-h3.h | ||
38 | index XXXXXXX..XXXXXXX 100644 | ||
39 | --- a/include/hw/arm/allwinner-h3.h | ||
40 | +++ b/include/hw/arm/allwinner-h3.h | ||
41 | @@ -XXX,XX +XXX,XX @@ | ||
42 | #include "hw/intc/arm_gic.h" | ||
43 | #include "hw/misc/allwinner-h3-ccu.h" | ||
44 | #include "hw/misc/allwinner-cpucfg.h" | ||
45 | +#include "hw/misc/allwinner-h3-dramc.h" | ||
46 | #include "hw/misc/allwinner-h3-sysctrl.h" | ||
47 | #include "hw/misc/allwinner-sid.h" | ||
48 | #include "hw/sd/allwinner-sdhost.h" | ||
49 | @@ -XXX,XX +XXX,XX @@ enum { | ||
50 | AW_H3_UART2, | ||
51 | AW_H3_UART3, | ||
52 | AW_H3_EMAC, | ||
53 | + AW_H3_DRAMCOM, | ||
54 | + AW_H3_DRAMCTL, | ||
55 | + AW_H3_DRAMPHY, | ||
56 | AW_H3_GIC_DIST, | ||
57 | AW_H3_GIC_CPU, | ||
58 | AW_H3_GIC_HYP, | ||
59 | @@ -XXX,XX +XXX,XX @@ typedef struct AwH3State { | ||
60 | AwA10PITState timer; | ||
61 | AwH3ClockCtlState ccu; | ||
62 | AwCpuCfgState cpucfg; | ||
63 | + AwH3DramCtlState dramc; | ||
64 | AwH3SysCtrlState sysctrl; | ||
65 | AwSidState sid; | ||
66 | AwSdHostState mmc0; | ||
67 | diff --git a/include/hw/misc/allwinner-h3-dramc.h b/include/hw/misc/allwinner-h3-dramc.h | ||
68 | new file mode 100644 | ||
69 | index XXXXXXX..XXXXXXX | ||
70 | --- /dev/null | ||
71 | +++ b/include/hw/misc/allwinner-h3-dramc.h | ||
72 | @@ -XXX,XX +XXX,XX @@ | ||
73 | +/* | ||
74 | + * Allwinner H3 SDRAM Controller emulation | ||
75 | + * | ||
76 | + * Copyright (C) 2019 Niek Linnenbank <nieklinnenbank@gmail.com> | ||
77 | + * | ||
78 | + * This program is free software: you can redistribute it and/or modify | ||
79 | + * it under the terms of the GNU General Public License as published by | ||
80 | + * the Free Software Foundation, either version 2 of the License, or | ||
81 | + * (at your option) any later version. | ||
82 | + * | ||
83 | + * This program is distributed in the hope that it will be useful, | ||
84 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
85 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
86 | + * GNU General Public License for more details. | ||
87 | + * | ||
88 | + * You should have received a copy of the GNU General Public License | ||
89 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
90 | + */ | ||
91 | + | 27 | + |
92 | +#ifndef HW_MISC_ALLWINNER_H3_DRAMC_H | 28 | MPS2SCC scc; |
93 | +#define HW_MISC_ALLWINNER_H3_DRAMC_H | 29 | MPS2FPGAIO fpgaio; |
94 | + | 30 | TZPPC ppc[5]; |
95 | +#include "qom/object.h" | 31 | @@ -XXX,XX +XXX,XX @@ struct MPS2TZMachineState { |
96 | +#include "hw/sysbus.h" | 32 | UnimplementedDeviceState gfx; |
97 | +#include "exec/hwaddr.h" | 33 | UnimplementedDeviceState cldc; |
98 | + | 34 | UnimplementedDeviceState rtc; |
99 | +/** | 35 | + UnimplementedDeviceState usb; |
100 | + * Constants | 36 | PL080State dma[4]; |
101 | + * @{ | 37 | TZMSC msc[4]; |
102 | + */ | 38 | CMSDKAPBUART uart[6]; |
103 | + | 39 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_eth_dev(MPS2TZMachineState *mms, void *opaque, |
104 | +/** Highest register address used by DRAMCOM module */ | 40 | return sysbus_mmio_get_region(s, 0); |
105 | +#define AW_H3_DRAMCOM_REGS_MAXADDR (0x804) | ||
106 | + | ||
107 | +/** Total number of known DRAMCOM registers */ | ||
108 | +#define AW_H3_DRAMCOM_REGS_NUM (AW_H3_DRAMCOM_REGS_MAXADDR / \ | ||
109 | + sizeof(uint32_t)) | ||
110 | + | ||
111 | +/** Highest register address used by DRAMCTL module */ | ||
112 | +#define AW_H3_DRAMCTL_REGS_MAXADDR (0x88c) | ||
113 | + | ||
114 | +/** Total number of known DRAMCTL registers */ | ||
115 | +#define AW_H3_DRAMCTL_REGS_NUM (AW_H3_DRAMCTL_REGS_MAXADDR / \ | ||
116 | + sizeof(uint32_t)) | ||
117 | + | ||
118 | +/** Highest register address used by DRAMPHY module */ | ||
119 | +#define AW_H3_DRAMPHY_REGS_MAXADDR (0x4) | ||
120 | + | ||
121 | +/** Total number of known DRAMPHY registers */ | ||
122 | +#define AW_H3_DRAMPHY_REGS_NUM (AW_H3_DRAMPHY_REGS_MAXADDR / \ | ||
123 | + sizeof(uint32_t)) | ||
124 | + | ||
125 | +/** @} */ | ||
126 | + | ||
127 | +/** | ||
128 | + * Object model | ||
129 | + * @{ | ||
130 | + */ | ||
131 | + | ||
132 | +#define TYPE_AW_H3_DRAMC "allwinner-h3-dramc" | ||
133 | +#define AW_H3_DRAMC(obj) \ | ||
134 | + OBJECT_CHECK(AwH3DramCtlState, (obj), TYPE_AW_H3_DRAMC) | ||
135 | + | ||
136 | +/** @} */ | ||
137 | + | ||
138 | +/** | ||
139 | + * Allwinner H3 SDRAM Controller object instance state. | ||
140 | + */ | ||
141 | +typedef struct AwH3DramCtlState { | ||
142 | + /*< private >*/ | ||
143 | + SysBusDevice parent_obj; | ||
144 | + /*< public >*/ | ||
145 | + | ||
146 | + /** Physical base address for start of RAM */ | ||
147 | + hwaddr ram_addr; | ||
148 | + | ||
149 | + /** Total RAM size in megabytes */ | ||
150 | + uint32_t ram_size; | ||
151 | + | ||
152 | + /** | ||
153 | + * @name Memory Regions | ||
154 | + * @{ | ||
155 | + */ | ||
156 | + | ||
157 | + MemoryRegion row_mirror; /**< Simulates rows for RAM size detection */ | ||
158 | + MemoryRegion row_mirror_alias; /**< Alias of the row which is mirrored */ | ||
159 | + MemoryRegion dramcom_iomem; /**< DRAMCOM module I/O registers */ | ||
160 | + MemoryRegion dramctl_iomem; /**< DRAMCTL module I/O registers */ | ||
161 | + MemoryRegion dramphy_iomem; /**< DRAMPHY module I/O registers */ | ||
162 | + | ||
163 | + /** @} */ | ||
164 | + | ||
165 | + /** | ||
166 | + * @name Hardware Registers | ||
167 | + * @{ | ||
168 | + */ | ||
169 | + | ||
170 | + uint32_t dramcom[AW_H3_DRAMCOM_REGS_NUM]; /**< Array of DRAMCOM registers */ | ||
171 | + uint32_t dramctl[AW_H3_DRAMCTL_REGS_NUM]; /**< Array of DRAMCTL registers */ | ||
172 | + uint32_t dramphy[AW_H3_DRAMPHY_REGS_NUM] ;/**< Array of DRAMPHY registers */ | ||
173 | + | ||
174 | + /** @} */ | ||
175 | + | ||
176 | +} AwH3DramCtlState; | ||
177 | + | ||
178 | +#endif /* HW_MISC_ALLWINNER_H3_DRAMC_H */ | ||
179 | diff --git a/hw/arm/allwinner-h3.c b/hw/arm/allwinner-h3.c | ||
180 | index XXXXXXX..XXXXXXX 100644 | ||
181 | --- a/hw/arm/allwinner-h3.c | ||
182 | +++ b/hw/arm/allwinner-h3.c | ||
183 | @@ -XXX,XX +XXX,XX @@ const hwaddr allwinner_h3_memmap[] = { | ||
184 | [AW_H3_UART2] = 0x01c28800, | ||
185 | [AW_H3_UART3] = 0x01c28c00, | ||
186 | [AW_H3_EMAC] = 0x01c30000, | ||
187 | + [AW_H3_DRAMCOM] = 0x01c62000, | ||
188 | + [AW_H3_DRAMCTL] = 0x01c63000, | ||
189 | + [AW_H3_DRAMPHY] = 0x01c65000, | ||
190 | [AW_H3_GIC_DIST] = 0x01c81000, | ||
191 | [AW_H3_GIC_CPU] = 0x01c82000, | ||
192 | [AW_H3_GIC_HYP] = 0x01c84000, | ||
193 | @@ -XXX,XX +XXX,XX @@ struct AwH3Unimplemented { | ||
194 | { "scr", 0x01c2c400, 1 * KiB }, | ||
195 | { "gpu", 0x01c40000, 64 * KiB }, | ||
196 | { "hstmr", 0x01c60000, 4 * KiB }, | ||
197 | - { "dramcom", 0x01c62000, 4 * KiB }, | ||
198 | - { "dramctl0", 0x01c63000, 4 * KiB }, | ||
199 | - { "dramphy0", 0x01c65000, 4 * KiB }, | ||
200 | { "spi0", 0x01c68000, 4 * KiB }, | ||
201 | { "spi1", 0x01c69000, 4 * KiB }, | ||
202 | { "csi", 0x01cb0000, 320 * KiB }, | ||
203 | @@ -XXX,XX +XXX,XX @@ static void allwinner_h3_init(Object *obj) | ||
204 | |||
205 | sysbus_init_child_obj(obj, "emac", &s->emac, sizeof(s->emac), | ||
206 | TYPE_AW_SUN8I_EMAC); | ||
207 | + | ||
208 | + sysbus_init_child_obj(obj, "dramc", &s->dramc, sizeof(s->dramc), | ||
209 | + TYPE_AW_H3_DRAMC); | ||
210 | + object_property_add_alias(obj, "ram-addr", OBJECT(&s->dramc), | ||
211 | + "ram-addr", &error_abort); | ||
212 | + object_property_add_alias(obj, "ram-size", OBJECT(&s->dramc), | ||
213 | + "ram-size", &error_abort); | ||
214 | } | 41 | } |
215 | 42 | ||
216 | static void allwinner_h3_realize(DeviceState *dev, Error **errp) | 43 | +static MemoryRegion *make_eth_usb(MPS2TZMachineState *mms, void *opaque, |
217 | @@ -XXX,XX +XXX,XX @@ static void allwinner_h3_realize(DeviceState *dev, Error **errp) | 44 | + const char *name, hwaddr size, |
218 | qdev_get_gpio_in(DEVICE(&s->gic), AW_H3_GIC_SPI_UART3), | 45 | + const int *irqs) |
219 | 115200, serial_hd(3), DEVICE_NATIVE_ENDIAN); | ||
220 | |||
221 | + /* DRAMC */ | ||
222 | + qdev_init_nofail(DEVICE(&s->dramc)); | ||
223 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->dramc), 0, s->memmap[AW_H3_DRAMCOM]); | ||
224 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->dramc), 1, s->memmap[AW_H3_DRAMCTL]); | ||
225 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->dramc), 2, s->memmap[AW_H3_DRAMPHY]); | ||
226 | + | ||
227 | /* Unimplemented devices */ | ||
228 | for (i = 0; i < ARRAY_SIZE(unimplemented); i++) { | ||
229 | create_unimplemented_device(unimplemented[i].device_name, | ||
230 | diff --git a/hw/arm/orangepi.c b/hw/arm/orangepi.c | ||
231 | index XXXXXXX..XXXXXXX 100644 | ||
232 | --- a/hw/arm/orangepi.c | ||
233 | +++ b/hw/arm/orangepi.c | ||
234 | @@ -XXX,XX +XXX,XX @@ static void orangepi_init(MachineState *machine) | ||
235 | /* Setup EMAC properties */ | ||
236 | object_property_set_int(OBJECT(&h3->emac), 1, "phy-addr", &error_abort); | ||
237 | |||
238 | + /* DRAMC */ | ||
239 | + object_property_set_uint(OBJECT(h3), h3->memmap[AW_H3_SDRAM], | ||
240 | + "ram-addr", &error_abort); | ||
241 | + object_property_set_int(OBJECT(h3), machine->ram_size / MiB, "ram-size", | ||
242 | + &error_abort); | ||
243 | + | ||
244 | /* Mark H3 object realized */ | ||
245 | object_property_set_bool(OBJECT(h3), true, "realized", &error_abort); | ||
246 | |||
247 | diff --git a/hw/misc/allwinner-h3-dramc.c b/hw/misc/allwinner-h3-dramc.c | ||
248 | new file mode 100644 | ||
249 | index XXXXXXX..XXXXXXX | ||
250 | --- /dev/null | ||
251 | +++ b/hw/misc/allwinner-h3-dramc.c | ||
252 | @@ -XXX,XX +XXX,XX @@ | ||
253 | +/* | ||
254 | + * Allwinner H3 SDRAM Controller emulation | ||
255 | + * | ||
256 | + * Copyright (C) 2019 Niek Linnenbank <nieklinnenbank@gmail.com> | ||
257 | + * | ||
258 | + * This program is free software: you can redistribute it and/or modify | ||
259 | + * it under the terms of the GNU General Public License as published by | ||
260 | + * the Free Software Foundation, either version 2 of the License, or | ||
261 | + * (at your option) any later version. | ||
262 | + * | ||
263 | + * This program is distributed in the hope that it will be useful, | ||
264 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
265 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
266 | + * GNU General Public License for more details. | ||
267 | + * | ||
268 | + * You should have received a copy of the GNU General Public License | ||
269 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
270 | + */ | ||
271 | + | ||
272 | +#include "qemu/osdep.h" | ||
273 | +#include "qemu/units.h" | ||
274 | +#include "qemu/error-report.h" | ||
275 | +#include "hw/sysbus.h" | ||
276 | +#include "migration/vmstate.h" | ||
277 | +#include "qemu/log.h" | ||
278 | +#include "qemu/module.h" | ||
279 | +#include "exec/address-spaces.h" | ||
280 | +#include "hw/qdev-properties.h" | ||
281 | +#include "qapi/error.h" | ||
282 | +#include "hw/misc/allwinner-h3-dramc.h" | ||
283 | +#include "trace.h" | ||
284 | + | ||
285 | +#define REG_INDEX(offset) (offset / sizeof(uint32_t)) | ||
286 | + | ||
287 | +/* DRAMCOM register offsets */ | ||
288 | +enum { | ||
289 | + REG_DRAMCOM_CR = 0x0000, /* Control Register */ | ||
290 | +}; | ||
291 | + | ||
292 | +/* DRAMCTL register offsets */ | ||
293 | +enum { | ||
294 | + REG_DRAMCTL_PIR = 0x0000, /* PHY Initialization Register */ | ||
295 | + REG_DRAMCTL_PGSR = 0x0010, /* PHY General Status Register */ | ||
296 | + REG_DRAMCTL_STATR = 0x0018, /* Status Register */ | ||
297 | +}; | ||
298 | + | ||
299 | +/* DRAMCTL register flags */ | ||
300 | +enum { | ||
301 | + REG_DRAMCTL_PGSR_INITDONE = (1 << 0), | ||
302 | +}; | ||
303 | + | ||
304 | +enum { | ||
305 | + REG_DRAMCTL_STATR_ACTIVE = (1 << 0), | ||
306 | +}; | ||
307 | + | ||
308 | +static void allwinner_h3_dramc_map_rows(AwH3DramCtlState *s, uint8_t row_bits, | ||
309 | + uint8_t bank_bits, uint16_t page_size) | ||
310 | +{ | 46 | +{ |
311 | + /* | 47 | + /* |
312 | + * This function simulates row addressing behavior when bootloader | 48 | + * The AN524 makes the ethernet and USB share a PPC port. |
313 | + * software attempts to detect the amount of available SDRAM. In U-Boot | 49 | + * irqs[] is the ethernet IRQ. |
314 | + * the controller is configured with the widest row addressing available. | ||
315 | + * Then a pattern is written to RAM at an offset on the row boundary size. | ||
316 | + * If the value read back equals the value read back from the | ||
317 | + * start of RAM, the bootloader knows the amount of row bits. | ||
318 | + * | ||
319 | + * This function inserts a mirrored memory region when the configured row | ||
320 | + * bits are not matching the actual emulated memory, to simulate the | ||
321 | + * same behavior on hardware as expected by the bootloader. | ||
322 | + */ | 50 | + */ |
323 | + uint8_t row_bits_actual = 0; | 51 | + SysBusDevice *s; |
52 | + NICInfo *nd = &nd_table[0]; | ||
324 | + | 53 | + |
325 | + /* Calculate the actual row bits using the ram_size property */ | 54 | + memory_region_init(&mms->eth_usb_container, OBJECT(mms), |
326 | + for (uint8_t i = 8; i < 12; i++) { | 55 | + "mps2-tz-eth-usb-container", 0x200000); |
327 | + if (1 << i == s->ram_size) { | ||
328 | + row_bits_actual = i + 3; | ||
329 | + break; | ||
330 | + } | ||
331 | + } | ||
332 | + | 56 | + |
333 | + if (s->ram_size == (1 << (row_bits - 3))) { | 57 | + /* |
334 | + /* When row bits is the expected value, remove the mirror */ | 58 | + * In hardware this is a LAN9220; the LAN9118 is software compatible |
335 | + memory_region_set_enabled(&s->row_mirror_alias, false); | 59 | + * except that it doesn't support the checksum-offload feature. |
336 | + trace_allwinner_h3_dramc_rowmirror_disable(); | 60 | + */ |
61 | + qemu_check_nic_model(nd, "lan9118"); | ||
62 | + mms->lan9118 = qdev_new(TYPE_LAN9118); | ||
63 | + qdev_set_nic_properties(mms->lan9118, nd); | ||
337 | + | 64 | + |
338 | + } else if (row_bits_actual) { | 65 | + s = SYS_BUS_DEVICE(mms->lan9118); |
339 | + /* Row bits not matching ram_size, install the rows mirror */ | 66 | + sysbus_realize_and_unref(s, &error_fatal); |
340 | + hwaddr row_mirror = s->ram_addr + ((1 << (row_bits_actual + | 67 | + sysbus_connect_irq(s, 0, get_sse_irq_in(mms, irqs[0])); |
341 | + bank_bits)) * page_size); | ||
342 | + | 68 | + |
343 | + memory_region_set_enabled(&s->row_mirror_alias, true); | 69 | + memory_region_add_subregion(&mms->eth_usb_container, |
344 | + memory_region_set_address(&s->row_mirror_alias, row_mirror); | 70 | + 0, sysbus_mmio_get_region(s, 0)); |
345 | + | 71 | + |
346 | + trace_allwinner_h3_dramc_rowmirror_enable(row_mirror); | 72 | + /* The USB OTG controller is an ISP1763; we don't have a model of it. */ |
347 | + } | 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; | ||
348 | +} | 84 | +} |
349 | + | 85 | + |
350 | +static uint64_t allwinner_h3_dramcom_read(void *opaque, hwaddr offset, | 86 | static MemoryRegion *make_mpc(MPS2TZMachineState *mms, void *opaque, |
351 | + unsigned size) | 87 | const char *name, hwaddr size, |
352 | +{ | 88 | const int *irqs) |
353 | + const AwH3DramCtlState *s = AW_H3_DRAMC(opaque); | 89 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) |
354 | + const uint32_t idx = REG_INDEX(offset); | 90 | { "gpio1", make_unimp_dev, &mms->gpio[1], 0x41101000, 0x1000 }, |
355 | + | 91 | { "gpio2", make_unimp_dev, &mms->gpio[2], 0x41102000, 0x1000 }, |
356 | + if (idx >= AW_H3_DRAMCOM_REGS_NUM) { | 92 | { "gpio3", make_unimp_dev, &mms->gpio[3], 0x41103000, 0x1000 }, |
357 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: out-of-bounds offset 0x%04x\n", | 93 | - { "eth", make_eth_dev, NULL, 0x41400000, 0x100000, { 48 } }, |
358 | + __func__, (uint32_t)offset); | 94 | + { "eth-usb", make_eth_usb, NULL, 0x41400000, 0x200000, { 48 } }, |
359 | + return 0; | 95 | }, |
360 | + } | 96 | }, |
361 | + | 97 | }; |
362 | + trace_allwinner_h3_dramcom_read(offset, s->dramcom[idx], size); | ||
363 | + | ||
364 | + return s->dramcom[idx]; | ||
365 | +} | ||
366 | + | ||
367 | +static void allwinner_h3_dramcom_write(void *opaque, hwaddr offset, | ||
368 | + uint64_t val, unsigned size) | ||
369 | +{ | ||
370 | + AwH3DramCtlState *s = AW_H3_DRAMC(opaque); | ||
371 | + const uint32_t idx = REG_INDEX(offset); | ||
372 | + | ||
373 | + trace_allwinner_h3_dramcom_write(offset, val, size); | ||
374 | + | ||
375 | + if (idx >= AW_H3_DRAMCOM_REGS_NUM) { | ||
376 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: out-of-bounds offset 0x%04x\n", | ||
377 | + __func__, (uint32_t)offset); | ||
378 | + return; | ||
379 | + } | ||
380 | + | ||
381 | + switch (offset) { | ||
382 | + case REG_DRAMCOM_CR: /* Control Register */ | ||
383 | + allwinner_h3_dramc_map_rows(s, ((val >> 4) & 0xf) + 1, | ||
384 | + ((val >> 2) & 0x1) + 2, | ||
385 | + 1 << (((val >> 8) & 0xf) + 3)); | ||
386 | + break; | ||
387 | + default: | ||
388 | + break; | ||
389 | + }; | ||
390 | + | ||
391 | + s->dramcom[idx] = (uint32_t) val; | ||
392 | +} | ||
393 | + | ||
394 | +static uint64_t allwinner_h3_dramctl_read(void *opaque, hwaddr offset, | ||
395 | + unsigned size) | ||
396 | +{ | ||
397 | + const AwH3DramCtlState *s = AW_H3_DRAMC(opaque); | ||
398 | + const uint32_t idx = REG_INDEX(offset); | ||
399 | + | ||
400 | + if (idx >= AW_H3_DRAMCTL_REGS_NUM) { | ||
401 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: out-of-bounds offset 0x%04x\n", | ||
402 | + __func__, (uint32_t)offset); | ||
403 | + return 0; | ||
404 | + } | ||
405 | + | ||
406 | + trace_allwinner_h3_dramctl_read(offset, s->dramctl[idx], size); | ||
407 | + | ||
408 | + return s->dramctl[idx]; | ||
409 | +} | ||
410 | + | ||
411 | +static void allwinner_h3_dramctl_write(void *opaque, hwaddr offset, | ||
412 | + uint64_t val, unsigned size) | ||
413 | +{ | ||
414 | + AwH3DramCtlState *s = AW_H3_DRAMC(opaque); | ||
415 | + const uint32_t idx = REG_INDEX(offset); | ||
416 | + | ||
417 | + trace_allwinner_h3_dramctl_write(offset, val, size); | ||
418 | + | ||
419 | + if (idx >= AW_H3_DRAMCTL_REGS_NUM) { | ||
420 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: out-of-bounds offset 0x%04x\n", | ||
421 | + __func__, (uint32_t)offset); | ||
422 | + return; | ||
423 | + } | ||
424 | + | ||
425 | + switch (offset) { | ||
426 | + case REG_DRAMCTL_PIR: /* PHY Initialization Register */ | ||
427 | + s->dramctl[REG_INDEX(REG_DRAMCTL_PGSR)] |= REG_DRAMCTL_PGSR_INITDONE; | ||
428 | + s->dramctl[REG_INDEX(REG_DRAMCTL_STATR)] |= REG_DRAMCTL_STATR_ACTIVE; | ||
429 | + break; | ||
430 | + default: | ||
431 | + break; | ||
432 | + } | ||
433 | + | ||
434 | + s->dramctl[idx] = (uint32_t) val; | ||
435 | +} | ||
436 | + | ||
437 | +static uint64_t allwinner_h3_dramphy_read(void *opaque, hwaddr offset, | ||
438 | + unsigned size) | ||
439 | +{ | ||
440 | + const AwH3DramCtlState *s = AW_H3_DRAMC(opaque); | ||
441 | + const uint32_t idx = REG_INDEX(offset); | ||
442 | + | ||
443 | + if (idx >= AW_H3_DRAMPHY_REGS_NUM) { | ||
444 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: out-of-bounds offset 0x%04x\n", | ||
445 | + __func__, (uint32_t)offset); | ||
446 | + return 0; | ||
447 | + } | ||
448 | + | ||
449 | + trace_allwinner_h3_dramphy_read(offset, s->dramphy[idx], size); | ||
450 | + | ||
451 | + return s->dramphy[idx]; | ||
452 | +} | ||
453 | + | ||
454 | +static void allwinner_h3_dramphy_write(void *opaque, hwaddr offset, | ||
455 | + uint64_t val, unsigned size) | ||
456 | +{ | ||
457 | + AwH3DramCtlState *s = AW_H3_DRAMC(opaque); | ||
458 | + const uint32_t idx = REG_INDEX(offset); | ||
459 | + | ||
460 | + trace_allwinner_h3_dramphy_write(offset, val, size); | ||
461 | + | ||
462 | + if (idx >= AW_H3_DRAMPHY_REGS_NUM) { | ||
463 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: out-of-bounds offset 0x%04x\n", | ||
464 | + __func__, (uint32_t)offset); | ||
465 | + return; | ||
466 | + } | ||
467 | + | ||
468 | + s->dramphy[idx] = (uint32_t) val; | ||
469 | +} | ||
470 | + | ||
471 | +static const MemoryRegionOps allwinner_h3_dramcom_ops = { | ||
472 | + .read = allwinner_h3_dramcom_read, | ||
473 | + .write = allwinner_h3_dramcom_write, | ||
474 | + .endianness = DEVICE_NATIVE_ENDIAN, | ||
475 | + .valid = { | ||
476 | + .min_access_size = 4, | ||
477 | + .max_access_size = 4, | ||
478 | + }, | ||
479 | + .impl.min_access_size = 4, | ||
480 | +}; | ||
481 | + | ||
482 | +static const MemoryRegionOps allwinner_h3_dramctl_ops = { | ||
483 | + .read = allwinner_h3_dramctl_read, | ||
484 | + .write = allwinner_h3_dramctl_write, | ||
485 | + .endianness = DEVICE_NATIVE_ENDIAN, | ||
486 | + .valid = { | ||
487 | + .min_access_size = 4, | ||
488 | + .max_access_size = 4, | ||
489 | + }, | ||
490 | + .impl.min_access_size = 4, | ||
491 | +}; | ||
492 | + | ||
493 | +static const MemoryRegionOps allwinner_h3_dramphy_ops = { | ||
494 | + .read = allwinner_h3_dramphy_read, | ||
495 | + .write = allwinner_h3_dramphy_write, | ||
496 | + .endianness = DEVICE_NATIVE_ENDIAN, | ||
497 | + .valid = { | ||
498 | + .min_access_size = 4, | ||
499 | + .max_access_size = 4, | ||
500 | + }, | ||
501 | + .impl.min_access_size = 4, | ||
502 | +}; | ||
503 | + | ||
504 | +static void allwinner_h3_dramc_reset(DeviceState *dev) | ||
505 | +{ | ||
506 | + AwH3DramCtlState *s = AW_H3_DRAMC(dev); | ||
507 | + | ||
508 | + /* Set default values for registers */ | ||
509 | + memset(&s->dramcom, 0, sizeof(s->dramcom)); | ||
510 | + memset(&s->dramctl, 0, sizeof(s->dramctl)); | ||
511 | + memset(&s->dramphy, 0, sizeof(s->dramphy)); | ||
512 | +} | ||
513 | + | ||
514 | +static void allwinner_h3_dramc_realize(DeviceState *dev, Error **errp) | ||
515 | +{ | ||
516 | + AwH3DramCtlState *s = AW_H3_DRAMC(dev); | ||
517 | + | ||
518 | + /* Only power of 2 RAM sizes from 256MiB up to 2048MiB are supported */ | ||
519 | + for (uint8_t i = 8; i < 13; i++) { | ||
520 | + if (1 << i == s->ram_size) { | ||
521 | + break; | ||
522 | + } else if (i == 12) { | ||
523 | + error_report("%s: ram-size %u MiB is not supported", | ||
524 | + __func__, s->ram_size); | ||
525 | + exit(1); | ||
526 | + } | ||
527 | + } | ||
528 | + | ||
529 | + /* Setup row mirror mappings */ | ||
530 | + memory_region_init_ram(&s->row_mirror, OBJECT(s), | ||
531 | + "allwinner-h3-dramc.row-mirror", | ||
532 | + 4 * KiB, &error_abort); | ||
533 | + memory_region_add_subregion_overlap(get_system_memory(), s->ram_addr, | ||
534 | + &s->row_mirror, 10); | ||
535 | + | ||
536 | + memory_region_init_alias(&s->row_mirror_alias, OBJECT(s), | ||
537 | + "allwinner-h3-dramc.row-mirror-alias", | ||
538 | + &s->row_mirror, 0, 4 * KiB); | ||
539 | + memory_region_add_subregion_overlap(get_system_memory(), | ||
540 | + s->ram_addr + 1 * MiB, | ||
541 | + &s->row_mirror_alias, 10); | ||
542 | + memory_region_set_enabled(&s->row_mirror_alias, false); | ||
543 | +} | ||
544 | + | ||
545 | +static void allwinner_h3_dramc_init(Object *obj) | ||
546 | +{ | ||
547 | + SysBusDevice *sbd = SYS_BUS_DEVICE(obj); | ||
548 | + AwH3DramCtlState *s = AW_H3_DRAMC(obj); | ||
549 | + | ||
550 | + /* DRAMCOM registers */ | ||
551 | + memory_region_init_io(&s->dramcom_iomem, OBJECT(s), | ||
552 | + &allwinner_h3_dramcom_ops, s, | ||
553 | + TYPE_AW_H3_DRAMC, 4 * KiB); | ||
554 | + sysbus_init_mmio(sbd, &s->dramcom_iomem); | ||
555 | + | ||
556 | + /* DRAMCTL registers */ | ||
557 | + memory_region_init_io(&s->dramctl_iomem, OBJECT(s), | ||
558 | + &allwinner_h3_dramctl_ops, s, | ||
559 | + TYPE_AW_H3_DRAMC, 4 * KiB); | ||
560 | + sysbus_init_mmio(sbd, &s->dramctl_iomem); | ||
561 | + | ||
562 | + /* DRAMPHY registers */ | ||
563 | + memory_region_init_io(&s->dramphy_iomem, OBJECT(s), | ||
564 | + &allwinner_h3_dramphy_ops, s, | ||
565 | + TYPE_AW_H3_DRAMC, 4 * KiB); | ||
566 | + sysbus_init_mmio(sbd, &s->dramphy_iomem); | ||
567 | +} | ||
568 | + | ||
569 | +static Property allwinner_h3_dramc_properties[] = { | ||
570 | + DEFINE_PROP_UINT64("ram-addr", AwH3DramCtlState, ram_addr, 0x0), | ||
571 | + DEFINE_PROP_UINT32("ram-size", AwH3DramCtlState, ram_size, 256 * MiB), | ||
572 | + DEFINE_PROP_END_OF_LIST() | ||
573 | +}; | ||
574 | + | ||
575 | +static const VMStateDescription allwinner_h3_dramc_vmstate = { | ||
576 | + .name = "allwinner-h3-dramc", | ||
577 | + .version_id = 1, | ||
578 | + .minimum_version_id = 1, | ||
579 | + .fields = (VMStateField[]) { | ||
580 | + VMSTATE_UINT32_ARRAY(dramcom, AwH3DramCtlState, AW_H3_DRAMCOM_REGS_NUM), | ||
581 | + VMSTATE_UINT32_ARRAY(dramctl, AwH3DramCtlState, AW_H3_DRAMCTL_REGS_NUM), | ||
582 | + VMSTATE_UINT32_ARRAY(dramphy, AwH3DramCtlState, AW_H3_DRAMPHY_REGS_NUM), | ||
583 | + VMSTATE_END_OF_LIST() | ||
584 | + } | ||
585 | +}; | ||
586 | + | ||
587 | +static void allwinner_h3_dramc_class_init(ObjectClass *klass, void *data) | ||
588 | +{ | ||
589 | + DeviceClass *dc = DEVICE_CLASS(klass); | ||
590 | + | ||
591 | + dc->reset = allwinner_h3_dramc_reset; | ||
592 | + dc->vmsd = &allwinner_h3_dramc_vmstate; | ||
593 | + dc->realize = allwinner_h3_dramc_realize; | ||
594 | + device_class_set_props(dc, allwinner_h3_dramc_properties); | ||
595 | +} | ||
596 | + | ||
597 | +static const TypeInfo allwinner_h3_dramc_info = { | ||
598 | + .name = TYPE_AW_H3_DRAMC, | ||
599 | + .parent = TYPE_SYS_BUS_DEVICE, | ||
600 | + .instance_init = allwinner_h3_dramc_init, | ||
601 | + .instance_size = sizeof(AwH3DramCtlState), | ||
602 | + .class_init = allwinner_h3_dramc_class_init, | ||
603 | +}; | ||
604 | + | ||
605 | +static void allwinner_h3_dramc_register(void) | ||
606 | +{ | ||
607 | + type_register_static(&allwinner_h3_dramc_info); | ||
608 | +} | ||
609 | + | ||
610 | +type_init(allwinner_h3_dramc_register) | ||
611 | diff --git a/hw/misc/trace-events b/hw/misc/trace-events | ||
612 | index XXXXXXX..XXXXXXX 100644 | ||
613 | --- a/hw/misc/trace-events | ||
614 | +++ b/hw/misc/trace-events | ||
615 | @@ -XXX,XX +XXX,XX @@ allwinner_cpucfg_cpu_reset(uint8_t cpu_id, uint32_t reset_addr) "id %u, reset_ad | ||
616 | allwinner_cpucfg_read(uint64_t offset, uint64_t data, unsigned size) "offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32 | ||
617 | allwinner_cpucfg_write(uint64_t offset, uint64_t data, unsigned size) "offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32 | ||
618 | |||
619 | +# allwinner-h3-dramc.c | ||
620 | +allwinner_h3_dramc_rowmirror_disable(void) "Disable row mirror" | ||
621 | +allwinner_h3_dramc_rowmirror_enable(uint64_t addr) "Enable row mirror: addr 0x%" PRIx64 | ||
622 | +allwinner_h3_dramcom_read(uint64_t offset, uint64_t data, unsigned size) "Read: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32 | ||
623 | +allwinner_h3_dramcom_write(uint64_t offset, uint64_t data, unsigned size) "Write: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32 | ||
624 | +allwinner_h3_dramctl_read(uint64_t offset, uint64_t data, unsigned size) "Read: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32 | ||
625 | +allwinner_h3_dramctl_write(uint64_t offset, uint64_t data, unsigned size) "Write: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32 | ||
626 | +allwinner_h3_dramphy_read(uint64_t offset, uint64_t data, unsigned size) "Read: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32 | ||
627 | +allwinner_h3_dramphy_write(uint64_t offset, uint64_t data, unsigned size) "write: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32 | ||
628 | + | ||
629 | # allwinner-sid.c | ||
630 | allwinner_sid_read(uint64_t offset, uint64_t data, unsigned size) "offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32 | ||
631 | allwinner_sid_write(uint64_t offset, uint64_t data, unsigned size) "offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32 | ||
632 | -- | 98 | -- |
633 | 2.20.1 | 99 | 2.20.1 |
634 | 100 | ||
635 | 101 | diff view generated by jsdifflib |
1 | A write to the CONTROL register can change our current EL (by | 1 | The AN524 has a PL031 RTC, which we have a model of; provide it |
---|---|---|---|
2 | writing to the nPRIV bit). That means that we can't assume | 2 | rather than an unimplemented-device stub. |
3 | that s->current_el is still valid in trans_MSR_v7m() when | ||
4 | we try to rebuild the hflags. | ||
5 | |||
6 | Add a new helper rebuild_hflags_m32_newel() which, like the | ||
7 | existing rebuild_hflags_a32_newel(), recalculates the current | ||
8 | EL from scratch, and use it in trans_MSR_v7m(). | ||
9 | |||
10 | This fixes an assertion about an hflags mismatch when the | ||
11 | guest changes privilege by writing to CONTROL. | ||
12 | 3 | ||
13 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
5 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
14 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
15 | Message-id: 20200303174950.3298-4-peter.maydell@linaro.org | 7 | Message-id: 20210215115138.20465-23-peter.maydell@linaro.org |
16 | --- | 8 | --- |
17 | target/arm/helper.h | 1 + | 9 | hw/arm/mps2-tz.c | 22 ++++++++++++++++++++-- |
18 | target/arm/helper.c | 12 ++++++++++++ | 10 | 1 file changed, 20 insertions(+), 2 deletions(-) |
19 | target/arm/translate.c | 7 +++---- | ||
20 | 3 files changed, 16 insertions(+), 4 deletions(-) | ||
21 | 11 | ||
22 | diff --git a/target/arm/helper.h b/target/arm/helper.h | 12 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c |
23 | index XXXXXXX..XXXXXXX 100644 | 13 | index XXXXXXX..XXXXXXX 100644 |
24 | --- a/target/arm/helper.h | 14 | --- a/hw/arm/mps2-tz.c |
25 | +++ b/target/arm/helper.h | 15 | +++ b/hw/arm/mps2-tz.c |
26 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_4(msr_banked, void, env, i32, i32, i32) | 16 | @@ -XXX,XX +XXX,XX @@ |
27 | DEF_HELPER_2(get_user_reg, i32, env, i32) | 17 | #include "hw/misc/tz-msc.h" |
28 | DEF_HELPER_3(set_user_reg, void, env, i32, i32) | 18 | #include "hw/arm/armsse.h" |
29 | 19 | #include "hw/dma/pl080.h" | |
30 | +DEF_HELPER_FLAGS_1(rebuild_hflags_m32_newel, TCG_CALL_NO_RWG, void, env) | 20 | +#include "hw/rtc/pl031.h" |
31 | DEF_HELPER_FLAGS_2(rebuild_hflags_m32, TCG_CALL_NO_RWG, void, env, int) | 21 | #include "hw/ssi/pl022.h" |
32 | DEF_HELPER_FLAGS_1(rebuild_hflags_a32_newel, TCG_CALL_NO_RWG, void, env) | 22 | #include "hw/i2c/arm_sbcon_i2c.h" |
33 | DEF_HELPER_FLAGS_2(rebuild_hflags_a32, TCG_CALL_NO_RWG, void, env, int) | 23 | #include "hw/net/lan9118.h" |
34 | diff --git a/target/arm/helper.c b/target/arm/helper.c | 24 | @@ -XXX,XX +XXX,XX @@ struct MPS2TZMachineState { |
35 | index XXXXXXX..XXXXXXX 100644 | 25 | UnimplementedDeviceState gpio[4]; |
36 | --- a/target/arm/helper.c | 26 | UnimplementedDeviceState gfx; |
37 | +++ b/target/arm/helper.c | 27 | UnimplementedDeviceState cldc; |
38 | @@ -XXX,XX +XXX,XX @@ void arm_rebuild_hflags(CPUARMState *env) | 28 | - UnimplementedDeviceState rtc; |
39 | env->hflags = rebuild_hflags_internal(env); | 29 | UnimplementedDeviceState usb; |
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); | ||
40 | } | 36 | } |
41 | 37 | ||
42 | +/* | 38 | +static MemoryRegion *make_rtc(MPS2TZMachineState *mms, void *opaque, |
43 | + * If we have triggered a EL state change we can't rely on the | 39 | + const char *name, hwaddr size, |
44 | + * translator having passed it to us, we need to recompute. | 40 | + const int *irqs) |
45 | + */ | ||
46 | +void HELPER(rebuild_hflags_m32_newel)(CPUARMState *env) | ||
47 | +{ | 41 | +{ |
48 | + int el = arm_current_el(env); | 42 | + PL031State *pl031 = opaque; |
49 | + int fp_el = fp_exception_el(env, el); | 43 | + SysBusDevice *s; |
50 | + ARMMMUIdx mmu_idx = arm_mmu_idx_el(env, el); | 44 | + |
51 | + env->hflags = rebuild_hflags_m32(env, fp_el, mmu_idx); | 45 | + object_initialize_child(OBJECT(mms), name, pl031, TYPE_PL031); |
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); | ||
52 | +} | 53 | +} |
53 | + | 54 | + |
54 | void HELPER(rebuild_hflags_m32)(CPUARMState *env, int el) | 55 | static void create_non_mpc_ram(MPS2TZMachineState *mms) |
55 | { | 56 | { |
56 | int fp_el = fp_exception_el(env, el); | 57 | /* |
57 | diff --git a/target/arm/translate.c b/target/arm/translate.c | 58 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) |
58 | index XXXXXXX..XXXXXXX 100644 | 59 | |
59 | --- a/target/arm/translate.c | 60 | { /* port 9 reserved */ }, |
60 | +++ b/target/arm/translate.c | 61 | { "clcd", make_unimp_dev, &mms->cldc, 0x4130a000, 0x1000 }, |
61 | @@ -XXX,XX +XXX,XX @@ static bool trans_MRS_v7m(DisasContext *s, arg_MRS_v7m *a) | 62 | - { "rtc", make_unimp_dev, &mms->rtc, 0x4130b000, 0x1000 }, |
62 | 63 | + { "rtc", make_rtc, &mms->rtc, 0x4130b000, 0x1000 }, | |
63 | static bool trans_MSR_v7m(DisasContext *s, arg_MSR_v7m *a) | 64 | }, |
64 | { | 65 | }, { |
65 | - TCGv_i32 addr, reg, el; | 66 | .name = "ahb_ppcexp0", |
66 | + TCGv_i32 addr, reg; | ||
67 | |||
68 | if (!arm_dc_feature(s, ARM_FEATURE_M)) { | ||
69 | return false; | ||
70 | @@ -XXX,XX +XXX,XX @@ static bool trans_MSR_v7m(DisasContext *s, arg_MSR_v7m *a) | ||
71 | gen_helper_v7m_msr(cpu_env, addr, reg); | ||
72 | tcg_temp_free_i32(addr); | ||
73 | tcg_temp_free_i32(reg); | ||
74 | - el = tcg_const_i32(s->current_el); | ||
75 | - gen_helper_rebuild_hflags_m32(cpu_env, el); | ||
76 | - tcg_temp_free_i32(el); | ||
77 | + /* If we wrote to CONTROL, the EL might have changed */ | ||
78 | + gen_helper_rebuild_hflags_m32_newel(cpu_env); | ||
79 | gen_lookup_tb(s); | ||
80 | return true; | ||
81 | } | ||
82 | -- | 67 | -- |
83 | 2.20.1 | 68 | 2.20.1 |
84 | 69 | ||
85 | 70 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | Add brief documentation of the new mps3-an524 board. | ||
1 | 2 | ||
3 | 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 | --- | ||
8 | docs/system/arm/mps2.rst | 24 ++++++++++++++++++------ | ||
9 | 1 file changed, 18 insertions(+), 6 deletions(-) | ||
10 | |||
11 | diff --git a/docs/system/arm/mps2.rst b/docs/system/arm/mps2.rst | ||
12 | index XXXXXXX..XXXXXXX 100644 | ||
13 | --- a/docs/system/arm/mps2.rst | ||
14 | +++ b/docs/system/arm/mps2.rst | ||
15 | @@ -XXX,XX +XXX,XX @@ | ||
16 | -Arm MPS2 boards (``mps2-an385``, ``mps2-an386``, ``mps2-an500``, ``mps2-an505``, ``mps2-an511``, ``mps2-an521``) | ||
17 | -================================================================================================================ | ||
18 | +Arm MPS2 and MPS3 boards (``mps2-an385``, ``mps2-an386``, ``mps2-an500``, ``mps2-an505``, ``mps2-an511``, ``mps2-an521``, ``mps3-an524``) | ||
19 | +========================================================================================================================================= | ||
20 | |||
21 | These board models all use Arm M-profile CPUs. | ||
22 | |||
23 | -The Arm MPS2 and MPS2+ dev boards are FPGA based (the 2+ has a bigger | ||
24 | -FPGA but is otherwise the same as the 2). Since the CPU itself | ||
25 | -and most of the devices are in the FPGA, the details of the board | ||
26 | -as seen by the guest depend significantly on the FPGA image. | ||
27 | +The Arm MPS2, MPS2+ and MPS3 dev boards are FPGA based (the 2+ has a | ||
28 | +bigger FPGA but is otherwise the same as the 2; the 3 has a bigger | ||
29 | +FPGA again, can handle 4GB of RAM and has a USB controller and QSPI flash). | ||
30 | + | ||
31 | +Since the CPU itself and most of the devices are in the FPGA, the | ||
32 | +details of the board as seen by the guest depend significantly on the | ||
33 | +FPGA image. | ||
34 | |||
35 | QEMU models the following FPGA images: | ||
36 | |||
37 | @@ -XXX,XX +XXX,XX @@ QEMU models the following FPGA images: | ||
38 | Cortex-M3 'DesignStart' as documented in Arm Application Note AN511 | ||
39 | ``mps2-an521`` | ||
40 | Dual Cortex-M33 as documented in Arm Application Note AN521 | ||
41 | +``mps3-an524`` | ||
42 | + Dual Cortex-M33 on an MPS3, as documented in Arm Application Note AN524 | ||
43 | |||
44 | Differences between QEMU and real hardware: | ||
45 | |||
46 | - AN385/AN386 remapping of low 16K of memory to either ZBT SSRAM1 or to | ||
47 | block RAM is unimplemented (QEMU always maps this to ZBT SSRAM1, as | ||
48 | if zbt_boot_ctrl is always zero) | ||
49 | +- AN524 remapping of low memory to either BRAM or to QSPI flash is | ||
50 | + unimplemented (QEMU always maps this to BRAM, ignoring the | ||
51 | + SCC CFG_REG0 memory-remap bit) | ||
52 | - QEMU provides a LAN9118 ethernet rather than LAN9220; the only guest | ||
53 | visible difference is that the LAN9118 doesn't support checksum | ||
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 | 2.20.1 | ||
61 | |||
62 | diff view generated by jsdifflib |
1 | From: Eric Auger <eric.auger@redhat.com> | 1 | Update old infocenter.arm.com URLs to the equivalent developer.arm.com |
---|---|---|---|
2 | 2 | ones (the old URLs should redirect, but we might as well avoid the | |
3 | Mention 'max' value in the gic-version property description. | 3 | redirection notice, and the new URLs are pleasantly shorter). |
4 | 4 | ||
5 | Signed-off-by: Eric Auger <eric.auger@redhat.com> | 5 | This commit covers the links to the MPS2 board TRM, the various |
6 | Application Notes, the IoTKit and SSE-200 documents. | ||
7 | |||
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 9 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
7 | Reviewed-by: Andrew Jones <drjones@redhat.com> | 10 | Message-id: 20210215115138.20465-25-peter.maydell@linaro.org |
8 | Message-id: 20200311131618.7187-2-eric.auger@redhat.com | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
10 | --- | 11 | --- |
11 | hw/arm/virt.c | 3 ++- | 12 | include/hw/arm/armsse.h | 4 ++-- |
12 | 1 file changed, 2 insertions(+), 1 deletion(-) | 13 | include/hw/misc/armsse-cpuid.h | 2 +- |
13 | 14 | include/hw/misc/armsse-mhu.h | 2 +- | |
14 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c | 15 | include/hw/misc/iotkit-secctl.h | 2 +- |
15 | index XXXXXXX..XXXXXXX 100644 | 16 | include/hw/misc/iotkit-sysctl.h | 2 +- |
16 | --- a/hw/arm/virt.c | 17 | include/hw/misc/iotkit-sysinfo.h | 2 +- |
17 | +++ b/hw/arm/virt.c | 18 | include/hw/misc/mps2-fpgaio.h | 2 +- |
18 | @@ -XXX,XX +XXX,XX @@ static void virt_instance_init(Object *obj) | 19 | hw/arm/mps2-tz.c | 11 +++++------ |
19 | virt_set_gic_version, NULL); | 20 | hw/misc/armsse-cpuid.c | 2 +- |
20 | object_property_set_description(obj, "gic-version", | 21 | hw/misc/armsse-mhu.c | 2 +- |
21 | "Set GIC version. " | 22 | hw/misc/iotkit-sysctl.c | 2 +- |
22 | - "Valid values are 2, 3 and host", NULL); | 23 | hw/misc/iotkit-sysinfo.c | 2 +- |
23 | + "Valid values are 2, 3, host and max", | 24 | hw/misc/mps2-fpgaio.c | 2 +- |
24 | + NULL); | 25 | hw/misc/mps2-scc.c | 2 +- |
25 | 26 | 14 files changed, 19 insertions(+), 20 deletions(-) | |
26 | vms->highmem_ecam = !vmc->no_highmem_ecam; | 27 | |
28 | diff --git a/include/hw/arm/armsse.h b/include/hw/arm/armsse.h | ||
29 | index XXXXXXX..XXXXXXX 100644 | ||
30 | --- a/include/hw/arm/armsse.h | ||
31 | +++ b/include/hw/arm/armsse.h | ||
32 | @@ -XXX,XX +XXX,XX @@ | ||
33 | * hardware, which include the IoT Kit and the SSE-050, SSE-100 and | ||
34 | * SSE-200. Currently we model: | ||
35 | * - the Arm IoT Kit which is documented in | ||
36 | - * http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ecm0601256/index.html | ||
37 | + * https://developer.arm.com/documentation/ecm0601256/latest | ||
38 | * - the SSE-200 which is documented in | ||
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 | ||
40 | + * https://developer.arm.com/documentation/101104/latest/ | ||
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 | ||
46 | --- a/include/hw/misc/armsse-cpuid.h | ||
47 | +++ b/include/hw/misc/armsse-cpuid.h | ||
48 | @@ -XXX,XX +XXX,XX @@ | ||
49 | /* | ||
50 | * This is a model of the "CPU_IDENTITY" register block which is part of the | ||
51 | * Arm SSE-200 and documented in | ||
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 | ||
53 | + * https://developer.arm.com/documentation/101104/latest/ | ||
54 | * | ||
55 | * QEMU interface: | ||
56 | * + QOM property "CPUID": the value to use for the CPUID register | ||
57 | diff --git a/include/hw/misc/armsse-mhu.h b/include/hw/misc/armsse-mhu.h | ||
58 | index XXXXXXX..XXXXXXX 100644 | ||
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 | */ | ||
27 | 230 | ||
28 | -- | 231 | -- |
29 | 2.20.1 | 232 | 2.20.1 |
30 | 233 | ||
31 | 234 | diff view generated by jsdifflib |