1 | The following changes since commit eae587e8e3694b1aceab23239493fb4c7e1a80f5: | 1 | Hi; here's the first target-arm pullreq for the 7.0 cycle. |
---|---|---|---|
2 | 2 | ||
3 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-09-13' into staging (2021-09-13 11:00:30 +0100) | 3 | thanks |
4 | -- PMM | ||
5 | |||
6 | The following changes since commit 76b56fdfc9fa43ec6e5986aee33f108c6c6a511e: | ||
7 | |||
8 | Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging (2021-12-14 12:46:18 -0800) | ||
4 | 9 | ||
5 | are available in the Git repository at: | 10 | are available in the Git repository at: |
6 | 11 | ||
7 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20210913 | 12 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20211215 |
8 | 13 | ||
9 | for you to fetch changes up to 9a2b2ecf4d25a3943918c95d2db4508b304161b5: | 14 | for you to fetch changes up to aed176558806674d030a8305d989d4e6a5073359: |
10 | 15 | ||
11 | hw/arm/mps2.c: Mark internal-only I2C buses as 'full' (2021-09-13 17:09:28 +0100) | 16 | tests/acpi: add expected blob for VIOT test on virt machine (2021-12-15 10:35:26 +0000) |
12 | 17 | ||
13 | ---------------------------------------------------------------- | 18 | ---------------------------------------------------------------- |
14 | target-arm queue: | 19 | target-arm queue: |
15 | * mark MPS2/MPS3 board-internal i2c buses as 'full' so that command | 20 | * ITS: error reporting cleanup |
16 | line user-created devices are not plugged into them | 21 | * aspeed: improve documentation |
17 | * Take an exception if PSTATE.IL is set | 22 | * Fix STM32F2XX USART data register readout |
18 | * Support an emulated ITS in the virt board | 23 | * allow emulated GICv3 to be disabled in non-TCG builds |
19 | * Add support for kudo-bmc board | 24 | * fix exception priority for singlestep, misaligned PC, bp, etc |
20 | * Probe for KVM_CAP_ARM_VM_IPA_SIZE when creating scratch VM | 25 | * Correct calculation of tlb range invalidate length |
21 | * cadence_uart: Fix clock handling issues that prevented | 26 | * npcm7xx_emc: fix missing queue_flush |
22 | u-boot from running | 27 | * virt: Add VIOT ACPI table for virtio-iommu |
28 | * target/i386: Use assert() to sanity-check b1 in SSE decode | ||
29 | * Don't include qemu-common unnecessarily | ||
23 | 30 | ||
24 | ---------------------------------------------------------------- | 31 | ---------------------------------------------------------------- |
25 | Bin Meng (6): | 32 | Alex Bennée (1): |
26 | hw/misc: zynq_slcr: Correctly compute output clocks in the reset exit phase | 33 | hw/intc: clean-up error reporting for failed ITS cmd |
27 | hw/char: cadence_uart: Disable transmit when input clock is disabled | ||
28 | hw/char: cadence_uart: Move clock/reset check to uart_can_receive() | ||
29 | hw/char: cadence_uart: Convert to memop_with_attrs() ops | ||
30 | hw/char: cadence_uart: Ignore access when unclocked or in reset for uart_{read, write}() | ||
31 | hw/char: cadence_uart: Log a guest error when device is unclocked or in reset | ||
32 | 34 | ||
33 | Chris Rauer (1): | 35 | Jean-Philippe Brucker (8): |
34 | hw/arm: Add support for kudo-bmc board. | 36 | hw/arm/virt-acpi-build: Add VIOT table for virtio-iommu |
37 | hw/arm/virt: Remove device tree restriction for virtio-iommu | ||
38 | hw/arm/virt: Reject instantiation of multiple IOMMUs | ||
39 | hw/arm/virt: Use object_property_set instead of qdev_prop_set | ||
40 | tests/acpi: allow updates of VIOT expected data files | ||
41 | tests/acpi: add test case for VIOT | ||
42 | tests/acpi: add expected blobs for VIOT test on q35 machine | ||
43 | tests/acpi: add expected blob for VIOT test on virt machine | ||
35 | 44 | ||
36 | Marc Zyngier (1): | 45 | Joel Stanley (4): |
37 | hw/arm/virt: KVM: Probe for KVM_CAP_ARM_VM_IPA_SIZE when creating scratch VM | 46 | docs: aspeed: Add new boards |
47 | docs: aspeed: Update OpenBMC image URL | ||
48 | docs: aspeed: Give an example of booting a kernel | ||
49 | docs: aspeed: ADC is now modelled | ||
38 | 50 | ||
39 | Peter Maydell (5): | 51 | Olivier Hériveaux (1): |
40 | target/arm: Take an exception if PSTATE.IL is set | 52 | Fix STM32F2XX USART data register readout |
41 | qdev: Support marking individual buses as 'full' | ||
42 | hw/arm/mps2-tz.c: Add extra data parameter to MakeDevFn | ||
43 | hw/arm/mps2-tz.c: Mark internal-only I2C buses as 'full' | ||
44 | hw/arm/mps2.c: Mark internal-only I2C buses as 'full' | ||
45 | 53 | ||
46 | Richard Henderson (1): | 54 | Patrick Venture (1): |
47 | target/arm: Merge disas_a64_insn into aarch64_tr_translate_insn | 55 | hw/net: npcm7xx_emc fix missing queue_flush |
48 | 56 | ||
49 | Shashi Mallela (9): | 57 | Peter Maydell (6): |
50 | hw/intc: GICv3 ITS initial framework | 58 | target/i386: Use assert() to sanity-check b1 in SSE decode |
51 | hw/intc: GICv3 ITS register definitions added | 59 | include/hw/i386: Don't include qemu-common.h in .h files |
52 | hw/intc: GICv3 ITS command queue framework | 60 | target/hexagon/cpu.h: don't include qemu-common.h |
53 | hw/intc: GICv3 ITS Command processing | 61 | target/rx/cpu.h: Don't include qemu-common.h |
54 | hw/intc: GICv3 ITS Feature enablement | 62 | hw/arm: Don't include qemu-common.h unnecessarily |
55 | hw/intc: GICv3 redistributor ITS processing | 63 | target/arm: Correct calculation of tlb range invalidate length |
56 | tests/data/acpi/virt: Add IORT files for ITS | ||
57 | hw/arm/virt: add ITS support in virt GIC | ||
58 | tests/data/acpi/virt: Update IORT files for ITS | ||
59 | 64 | ||
60 | docs/system/arm/nuvoton.rst | 1 + | 65 | Philippe Mathieu-Daudé (2): |
61 | hw/intc/gicv3_internal.h | 188 ++++- | 66 | hw/intc/arm_gicv3: Extract gicv3_set_gicv3state from arm_gicv3_cpuif.c |
62 | include/hw/arm/virt.h | 2 + | 67 | hw/intc/arm_gicv3: Introduce CONFIG_ARM_GIC_TCG Kconfig selector |
63 | include/hw/intc/arm_gicv3_common.h | 13 + | ||
64 | include/hw/intc/arm_gicv3_its_common.h | 32 +- | ||
65 | include/hw/qdev-core.h | 24 + | ||
66 | target/arm/cpu.h | 1 + | ||
67 | target/arm/kvm_arm.h | 4 +- | ||
68 | target/arm/syndrome.h | 5 + | ||
69 | target/arm/translate.h | 2 + | ||
70 | hw/arm/mps2-tz.c | 92 ++- | ||
71 | hw/arm/mps2.c | 12 +- | ||
72 | hw/arm/npcm7xx_boards.c | 34 + | ||
73 | hw/arm/virt.c | 29 +- | ||
74 | hw/char/cadence_uart.c | 61 +- | ||
75 | hw/intc/arm_gicv3.c | 14 + | ||
76 | hw/intc/arm_gicv3_common.c | 13 + | ||
77 | hw/intc/arm_gicv3_cpuif.c | 7 +- | ||
78 | hw/intc/arm_gicv3_dist.c | 5 +- | ||
79 | hw/intc/arm_gicv3_its.c | 1322 ++++++++++++++++++++++++++++++++ | ||
80 | hw/intc/arm_gicv3_its_common.c | 7 +- | ||
81 | hw/intc/arm_gicv3_its_kvm.c | 2 +- | ||
82 | hw/intc/arm_gicv3_redist.c | 153 +++- | ||
83 | hw/misc/zynq_slcr.c | 31 +- | ||
84 | softmmu/qdev-monitor.c | 7 +- | ||
85 | target/arm/helper-a64.c | 1 + | ||
86 | target/arm/helper.c | 8 + | ||
87 | target/arm/kvm.c | 7 +- | ||
88 | target/arm/translate-a64.c | 255 +++--- | ||
89 | target/arm/translate.c | 21 + | ||
90 | hw/intc/meson.build | 1 + | ||
91 | tests/data/acpi/virt/IORT | Bin 0 -> 124 bytes | ||
92 | tests/data/acpi/virt/IORT.memhp | Bin 0 -> 124 bytes | ||
93 | tests/data/acpi/virt/IORT.numamem | Bin 0 -> 124 bytes | ||
94 | tests/data/acpi/virt/IORT.pxb | Bin 0 -> 124 bytes | ||
95 | 35 files changed, 2144 insertions(+), 210 deletions(-) | ||
96 | create mode 100644 hw/intc/arm_gicv3_its.c | ||
97 | create mode 100644 tests/data/acpi/virt/IORT | ||
98 | create mode 100644 tests/data/acpi/virt/IORT.memhp | ||
99 | create mode 100644 tests/data/acpi/virt/IORT.numamem | ||
100 | create mode 100644 tests/data/acpi/virt/IORT.pxb | ||
101 | 68 | ||
69 | Richard Henderson (10): | ||
70 | target/arm: Hoist pc_next to a local variable in aarch64_tr_translate_insn | ||
71 | target/arm: Hoist pc_next to a local variable in arm_tr_translate_insn | ||
72 | target/arm: Hoist pc_next to a local variable in thumb_tr_translate_insn | ||
73 | target/arm: Split arm_pre_translate_insn | ||
74 | target/arm: Advance pc for arch single-step exception | ||
75 | target/arm: Split compute_fsr_fsc out of arm_deliver_fault | ||
76 | target/arm: Take an exception if PC is misaligned | ||
77 | target/arm: Assert thumb pc is aligned | ||
78 | target/arm: Suppress bp for exceptions with more priority | ||
79 | tests/tcg: Add arm and aarch64 pc alignment tests | ||
80 | |||
81 | docs/system/arm/aspeed.rst | 26 ++++++++++++---- | ||
82 | include/hw/i386/microvm.h | 1 - | ||
83 | include/hw/i386/x86.h | 1 - | ||
84 | target/arm/helper.h | 1 + | ||
85 | target/arm/syndrome.h | 5 +++ | ||
86 | target/hexagon/cpu.h | 1 - | ||
87 | target/rx/cpu.h | 1 - | ||
88 | hw/arm/boot.c | 1 - | ||
89 | hw/arm/digic_boards.c | 1 - | ||
90 | hw/arm/highbank.c | 1 - | ||
91 | hw/arm/npcm7xx_boards.c | 1 - | ||
92 | hw/arm/sbsa-ref.c | 1 - | ||
93 | hw/arm/stm32f405_soc.c | 1 - | ||
94 | hw/arm/vexpress.c | 1 - | ||
95 | hw/arm/virt-acpi-build.c | 7 +++++ | ||
96 | hw/arm/virt.c | 21 ++++++------- | ||
97 | hw/char/stm32f2xx_usart.c | 3 +- | ||
98 | hw/intc/arm_gicv3.c | 2 +- | ||
99 | hw/intc/arm_gicv3_cpuif.c | 10 +----- | ||
100 | hw/intc/arm_gicv3_cpuif_common.c | 22 +++++++++++++ | ||
101 | hw/intc/arm_gicv3_its.c | 39 +++++++++++++++-------- | ||
102 | hw/net/npcm7xx_emc.c | 18 +++++------ | ||
103 | hw/virtio/virtio-iommu-pci.c | 12 ++------ | ||
104 | linux-user/aarch64/cpu_loop.c | 46 ++++++++++++++++------------ | ||
105 | linux-user/hexagon/cpu_loop.c | 1 + | ||
106 | target/arm/debug_helper.c | 23 ++++++++++++++ | ||
107 | target/arm/gdbstub.c | 9 ++++-- | ||
108 | target/arm/helper.c | 6 ++-- | ||
109 | target/arm/machine.c | 10 ++++++ | ||
110 | target/arm/tlb_helper.c | 63 ++++++++++++++++++++++++++++---------- | ||
111 | target/arm/translate-a64.c | 23 ++++++++++++-- | ||
112 | target/arm/translate.c | 58 ++++++++++++++++++++++++++--------- | ||
113 | target/i386/tcg/translate.c | 12 ++------ | ||
114 | tests/qtest/bios-tables-test.c | 38 +++++++++++++++++++++++ | ||
115 | tests/tcg/aarch64/pcalign-a64.c | 37 ++++++++++++++++++++++ | ||
116 | tests/tcg/arm/pcalign-a32.c | 46 ++++++++++++++++++++++++++++ | ||
117 | hw/arm/Kconfig | 1 + | ||
118 | hw/intc/Kconfig | 5 +++ | ||
119 | hw/intc/meson.build | 11 ++++--- | ||
120 | tests/data/acpi/q35/DSDT.viot | Bin 0 -> 9398 bytes | ||
121 | tests/data/acpi/q35/VIOT.viot | Bin 0 -> 112 bytes | ||
122 | tests/data/acpi/virt/VIOT | Bin 0 -> 88 bytes | ||
123 | tests/tcg/aarch64/Makefile.target | 4 +-- | ||
124 | tests/tcg/arm/Makefile.target | 4 +++ | ||
125 | 44 files changed, 429 insertions(+), 145 deletions(-) | ||
126 | create mode 100644 hw/intc/arm_gicv3_cpuif_common.c | ||
127 | create mode 100644 tests/tcg/aarch64/pcalign-a64.c | ||
128 | create mode 100644 tests/tcg/arm/pcalign-a32.c | ||
129 | create mode 100644 tests/data/acpi/q35/DSDT.viot | ||
130 | create mode 100644 tests/data/acpi/q35/VIOT.viot | ||
131 | create mode 100644 tests/data/acpi/virt/VIOT | ||
132 | diff view generated by jsdifflib |
1 | From: Shashi Mallela <shashi.mallela@linaro.org> | 1 | From: Alex Bennée <alex.bennee@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Implemented lpi processing at redistributor to get lpi config info | 3 | While trying to debug a GIC ITS failure I saw some guest errors that |
4 | from lpi configuration table,determine priority,set pending state in | 4 | had poor formatting as well as leaving me confused as to what failed. |
5 | lpi pending table and forward the lpi to cpuif.Added logic to invoke | 5 | As most of the checks aren't possible without a valid dte split that |
6 | redistributor lpi processing with translated LPI which set/clear LPI | 6 | check apart and then check the other conditions in steps. This avoids |
7 | from ITS device as part of ITS INT,CLEAR,DISCARD command and | 7 | us relying on undefined data. |
8 | GITS_TRANSLATER processing. | ||
9 | 8 | ||
10 | Signed-off-by: Shashi Mallela <shashi.mallela@linaro.org> | 9 | I still get a failure with the current kvm-unit-tests but at least I |
11 | Tested-by: Neil Armstrong <narmstrong@baylibre.com> | 10 | know (partially) why now: |
11 | |||
12 | Exception return from AArch64 EL1 to AArch64 EL1 PC 0x40080588 | ||
13 | PASS: gicv3: its-trigger: inv/invall: dev2/eventid=20 now triggers an LPI | ||
14 | ITS: MAPD devid=2 size = 0x8 itt=0x40430000 valid=0 | ||
15 | INT dev_id=2 event_id=20 | ||
16 | process_its_cmd: invalid command attributes: invalid dte: 0 for 2 (MEM_TX: 0) | ||
17 | PASS: gicv3: its-trigger: mapd valid=false: no LPI after device unmap | ||
18 | SUMMARY: 6 tests, 1 unexpected failures | ||
19 | |||
20 | Signed-off-by: Alex Bennée <alex.bennee@linaro.org> | ||
12 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 21 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
13 | Message-id: 20210910143951.92242-7-shashi.mallela@linaro.org | 22 | Message-id: 20211112170454.3158925-1-alex.bennee@linaro.org |
23 | Cc: Shashi Mallela <shashi.mallela@linaro.org> | ||
24 | Cc: Peter Maydell <peter.maydell@linaro.org> | ||
14 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 25 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
15 | --- | 26 | --- |
16 | hw/intc/gicv3_internal.h | 9 ++ | 27 | hw/intc/arm_gicv3_its.c | 39 +++++++++++++++++++++++++++------------ |
17 | include/hw/intc/arm_gicv3_common.h | 7 ++ | 28 | 1 file changed, 27 insertions(+), 12 deletions(-) |
18 | hw/intc/arm_gicv3.c | 14 +++ | ||
19 | hw/intc/arm_gicv3_common.c | 1 + | ||
20 | hw/intc/arm_gicv3_cpuif.c | 7 +- | ||
21 | hw/intc/arm_gicv3_its.c | 23 +++++ | ||
22 | hw/intc/arm_gicv3_redist.c | 141 +++++++++++++++++++++++++++++ | ||
23 | 7 files changed, 200 insertions(+), 2 deletions(-) | ||
24 | 29 | ||
25 | diff --git a/hw/intc/gicv3_internal.h b/hw/intc/gicv3_internal.h | ||
26 | index XXXXXXX..XXXXXXX 100644 | ||
27 | --- a/hw/intc/gicv3_internal.h | ||
28 | +++ b/hw/intc/gicv3_internal.h | ||
29 | @@ -XXX,XX +XXX,XX @@ FIELD(GICR_PENDBASER, PHYADDR, 16, 36) | ||
30 | FIELD(GICR_PENDBASER, OUTERCACHE, 56, 3) | ||
31 | FIELD(GICR_PENDBASER, PTZ, 62, 1) | ||
32 | |||
33 | +#define GICR_PROPBASER_IDBITS_THRESHOLD 0xd | ||
34 | + | ||
35 | #define ICC_CTLR_EL1_CBPR (1U << 0) | ||
36 | #define ICC_CTLR_EL1_EOIMODE (1U << 1) | ||
37 | #define ICC_CTLR_EL1_PMHE (1U << 6) | ||
38 | @@ -XXX,XX +XXX,XX @@ FIELD(GITS_TYPER, CIL, 36, 1) | ||
39 | |||
40 | #define L1TABLE_ENTRY_SIZE 8 | ||
41 | |||
42 | +#define LPI_CTE_ENABLED TABLE_ENTRY_VALID_MASK | ||
43 | +#define LPI_PRIORITY_MASK 0xfc | ||
44 | + | ||
45 | #define GITS_CMDQ_ENTRY_SIZE 32 | ||
46 | #define NUM_BYTES_IN_DW 8 | ||
47 | |||
48 | @@ -XXX,XX +XXX,XX @@ FIELD(MAPC, RDBASE, 16, 32) | ||
49 | * Valid = 1 bit,RDBase = 36 bits(considering max RDBASE) | ||
50 | */ | ||
51 | #define GITS_CTE_SIZE (0x8ULL) | ||
52 | +#define GITS_CTE_RDBASE_PROCNUM_MASK MAKE_64BIT_MASK(1, RDBASE_PROCNUM_LENGTH) | ||
53 | |||
54 | /* Special interrupt IDs */ | ||
55 | #define INTID_SECURE 1020 | ||
56 | @@ -XXX,XX +XXX,XX @@ MemTxResult gicv3_redist_write(void *opaque, hwaddr offset, uint64_t data, | ||
57 | unsigned size, MemTxAttrs attrs); | ||
58 | void gicv3_dist_set_irq(GICv3State *s, int irq, int level); | ||
59 | void gicv3_redist_set_irq(GICv3CPUState *cs, int irq, int level); | ||
60 | +void gicv3_redist_process_lpi(GICv3CPUState *cs, int irq, int level); | ||
61 | +void gicv3_redist_lpi_pending(GICv3CPUState *cs, int irq, int level); | ||
62 | +void gicv3_redist_update_lpi(GICv3CPUState *cs); | ||
63 | void gicv3_redist_send_sgi(GICv3CPUState *cs, int grp, int irq, bool ns); | ||
64 | void gicv3_init_cpuif(GICv3State *s); | ||
65 | |||
66 | diff --git a/include/hw/intc/arm_gicv3_common.h b/include/hw/intc/arm_gicv3_common.h | ||
67 | index XXXXXXX..XXXXXXX 100644 | ||
68 | --- a/include/hw/intc/arm_gicv3_common.h | ||
69 | +++ b/include/hw/intc/arm_gicv3_common.h | ||
70 | @@ -XXX,XX +XXX,XX @@ struct GICv3CPUState { | ||
71 | * real state above; it doesn't need to be migrated. | ||
72 | */ | ||
73 | PendingIrq hppi; | ||
74 | + | ||
75 | + /* | ||
76 | + * Cached information recalculated from LPI tables | ||
77 | + * in guest memory | ||
78 | + */ | ||
79 | + PendingIrq hpplpi; | ||
80 | + | ||
81 | /* This is temporary working state, to avoid a malloc in gicv3_update() */ | ||
82 | bool seenbetter; | ||
83 | }; | ||
84 | diff --git a/hw/intc/arm_gicv3.c b/hw/intc/arm_gicv3.c | ||
85 | index XXXXXXX..XXXXXXX 100644 | ||
86 | --- a/hw/intc/arm_gicv3.c | ||
87 | +++ b/hw/intc/arm_gicv3.c | ||
88 | @@ -XXX,XX +XXX,XX @@ static void gicv3_redist_update_noirqset(GICv3CPUState *cs) | ||
89 | cs->hppi.grp = gicv3_irq_group(cs->gic, cs, cs->hppi.irq); | ||
90 | } | ||
91 | |||
92 | + if ((cs->gicr_ctlr & GICR_CTLR_ENABLE_LPIS) && cs->gic->lpi_enable && | ||
93 | + (cs->hpplpi.prio != 0xff)) { | ||
94 | + if (irqbetter(cs, cs->hpplpi.irq, cs->hpplpi.prio)) { | ||
95 | + cs->hppi.irq = cs->hpplpi.irq; | ||
96 | + cs->hppi.prio = cs->hpplpi.prio; | ||
97 | + cs->hppi.grp = cs->hpplpi.grp; | ||
98 | + seenbetter = true; | ||
99 | + } | ||
100 | + } | ||
101 | + | ||
102 | /* If the best interrupt we just found would preempt whatever | ||
103 | * was the previous best interrupt before this update, then | ||
104 | * we know it's definitely the best one now. | ||
105 | @@ -XXX,XX +XXX,XX @@ static void gicv3_set_irq(void *opaque, int irq, int level) | ||
106 | |||
107 | static void arm_gicv3_post_load(GICv3State *s) | ||
108 | { | ||
109 | + int i; | ||
110 | /* Recalculate our cached idea of the current highest priority | ||
111 | * pending interrupt, but don't set IRQ or FIQ lines. | ||
112 | */ | ||
113 | + for (i = 0; i < s->num_cpu; i++) { | ||
114 | + gicv3_redist_update_lpi(&s->cpu[i]); | ||
115 | + } | ||
116 | gicv3_full_update_noirqset(s); | ||
117 | /* Repopulate the cache of GICv3CPUState pointers for target CPUs */ | ||
118 | gicv3_cache_all_target_cpustates(s); | ||
119 | diff --git a/hw/intc/arm_gicv3_common.c b/hw/intc/arm_gicv3_common.c | ||
120 | index XXXXXXX..XXXXXXX 100644 | ||
121 | --- a/hw/intc/arm_gicv3_common.c | ||
122 | +++ b/hw/intc/arm_gicv3_common.c | ||
123 | @@ -XXX,XX +XXX,XX @@ static void arm_gicv3_common_reset(DeviceState *dev) | ||
124 | memset(cs->gicr_ipriorityr, 0, sizeof(cs->gicr_ipriorityr)); | ||
125 | |||
126 | cs->hppi.prio = 0xff; | ||
127 | + cs->hpplpi.prio = 0xff; | ||
128 | |||
129 | /* State in the CPU interface must *not* be reset here, because it | ||
130 | * is part of the CPU's reset domain, not the GIC device's. | ||
131 | diff --git a/hw/intc/arm_gicv3_cpuif.c b/hw/intc/arm_gicv3_cpuif.c | ||
132 | index XXXXXXX..XXXXXXX 100644 | ||
133 | --- a/hw/intc/arm_gicv3_cpuif.c | ||
134 | +++ b/hw/intc/arm_gicv3_cpuif.c | ||
135 | @@ -XXX,XX +XXX,XX @@ static void icc_activate_irq(GICv3CPUState *cs, int irq) | ||
136 | cs->gicr_iactiver0 = deposit32(cs->gicr_iactiver0, irq, 1, 1); | ||
137 | cs->gicr_ipendr0 = deposit32(cs->gicr_ipendr0, irq, 1, 0); | ||
138 | gicv3_redist_update(cs); | ||
139 | - } else { | ||
140 | + } else if (irq < GICV3_LPI_INTID_START) { | ||
141 | gicv3_gicd_active_set(cs->gic, irq); | ||
142 | gicv3_gicd_pending_clear(cs->gic, irq); | ||
143 | gicv3_update(cs->gic, irq, 1); | ||
144 | + } else { | ||
145 | + gicv3_redist_lpi_pending(cs, irq, 0); | ||
146 | } | ||
147 | } | ||
148 | |||
149 | @@ -XXX,XX +XXX,XX @@ static void icc_eoir_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
150 | trace_gicv3_icc_eoir_write(is_eoir0 ? 0 : 1, | ||
151 | gicv3_redist_affid(cs), value); | ||
152 | |||
153 | - if (irq >= cs->gic->num_irq) { | ||
154 | + if ((irq >= cs->gic->num_irq) && | ||
155 | + !(cs->gic->lpi_enable && (irq >= GICV3_LPI_INTID_START))) { | ||
156 | /* This handles two cases: | ||
157 | * 1. If software writes the ID of a spurious interrupt [ie 1020-1023] | ||
158 | * to the GICC_EOIR, the GIC ignores that write. | ||
159 | diff --git a/hw/intc/arm_gicv3_its.c b/hw/intc/arm_gicv3_its.c | 30 | diff --git a/hw/intc/arm_gicv3_its.c b/hw/intc/arm_gicv3_its.c |
160 | index XXXXXXX..XXXXXXX 100644 | 31 | index XXXXXXX..XXXXXXX 100644 |
161 | --- a/hw/intc/arm_gicv3_its.c | 32 | --- a/hw/intc/arm_gicv3_its.c |
162 | +++ b/hw/intc/arm_gicv3_its.c | 33 | +++ b/hw/intc/arm_gicv3_its.c |
163 | @@ -XXX,XX +XXX,XX @@ static bool process_its_cmd(GICv3ITSState *s, uint64_t value, uint32_t offset, | 34 | @@ -XXX,XX +XXX,XX @@ static bool process_its_cmd(GICv3ITSState *s, uint64_t value, uint32_t offset, |
164 | uint64_t cte = 0; | 35 | if (res != MEMTX_OK) { |
165 | bool cte_valid = false; | 36 | return result; |
166 | bool result = false; | 37 | } |
167 | + uint64_t rdbase; | ||
168 | |||
169 | if (cmd == NONE) { | ||
170 | devid = offset; | ||
171 | @@ -XXX,XX +XXX,XX @@ static bool process_its_cmd(GICv3ITSState *s, uint64_t value, uint32_t offset, | ||
172 | * Current implementation only supports rdbase == procnum | ||
173 | * Hence rdbase physical address is ignored | ||
174 | */ | ||
175 | + rdbase = (cte & GITS_CTE_RDBASE_PROCNUM_MASK) >> 1U; | ||
176 | + | ||
177 | + if (rdbase > s->gicv3->num_cpu) { | ||
178 | + return result; | ||
179 | + } | ||
180 | + | ||
181 | + if ((cmd == CLEAR) || (cmd == DISCARD)) { | ||
182 | + gicv3_redist_process_lpi(&s->gicv3->cpu[rdbase], pIntid, 0); | ||
183 | + } else { | ||
184 | + gicv3_redist_process_lpi(&s->gicv3->cpu[rdbase], pIntid, 1); | ||
185 | + } | ||
186 | + | ||
187 | if (cmd == DISCARD) { | ||
188 | IteEntry ite = {}; | ||
189 | /* remove mapping from interrupt translation table */ | ||
190 | @@ -XXX,XX +XXX,XX @@ static void process_cmdq(GICv3ITSState *s) | ||
191 | MemTxResult res = MEMTX_OK; | ||
192 | bool result = true; | ||
193 | uint8_t cmd; | ||
194 | + int i; | ||
195 | |||
196 | if (!(s->ctlr & ITS_CTLR_ENABLED)) { | ||
197 | return; | ||
198 | @@ -XXX,XX +XXX,XX @@ static void process_cmdq(GICv3ITSState *s) | ||
199 | break; | ||
200 | case GITS_CMD_INV: | ||
201 | case GITS_CMD_INVALL: | ||
202 | + /* | ||
203 | + * Current implementation doesn't cache any ITS tables, | ||
204 | + * but the calculated lpi priority information. We only | ||
205 | + * need to trigger lpi priority re-calculation to be in | ||
206 | + * sync with LPI config table or pending table changes. | ||
207 | + */ | ||
208 | + for (i = 0; i < s->gicv3->num_cpu; i++) { | ||
209 | + gicv3_redist_update_lpi(&s->gicv3->cpu[i]); | ||
210 | + } | ||
211 | break; | ||
212 | default: | ||
213 | break; | ||
214 | diff --git a/hw/intc/arm_gicv3_redist.c b/hw/intc/arm_gicv3_redist.c | ||
215 | index XXXXXXX..XXXXXXX 100644 | ||
216 | --- a/hw/intc/arm_gicv3_redist.c | ||
217 | +++ b/hw/intc/arm_gicv3_redist.c | ||
218 | @@ -XXX,XX +XXX,XX @@ static MemTxResult gicr_writel(GICv3CPUState *cs, hwaddr offset, | ||
219 | if (cs->gicr_typer & GICR_TYPER_PLPIS) { | ||
220 | if (value & GICR_CTLR_ENABLE_LPIS) { | ||
221 | cs->gicr_ctlr |= GICR_CTLR_ENABLE_LPIS; | ||
222 | + /* Check for any pending interr in pending table */ | ||
223 | + gicv3_redist_update_lpi(cs); | ||
224 | + gicv3_redist_update(cs); | ||
225 | } else { | ||
226 | cs->gicr_ctlr &= ~GICR_CTLR_ENABLE_LPIS; | ||
227 | } | ||
228 | @@ -XXX,XX +XXX,XX @@ MemTxResult gicv3_redist_write(void *opaque, hwaddr offset, uint64_t data, | ||
229 | return r; | ||
230 | } | ||
231 | |||
232 | +static void gicv3_redist_check_lpi_priority(GICv3CPUState *cs, int irq) | ||
233 | +{ | ||
234 | + AddressSpace *as = &cs->gic->dma_as; | ||
235 | + uint64_t lpict_baddr; | ||
236 | + uint8_t lpite; | ||
237 | + uint8_t prio; | ||
238 | + | ||
239 | + lpict_baddr = cs->gicr_propbaser & R_GICR_PROPBASER_PHYADDR_MASK; | ||
240 | + | ||
241 | + address_space_read(as, lpict_baddr + ((irq - GICV3_LPI_INTID_START) * | ||
242 | + sizeof(lpite)), MEMTXATTRS_UNSPECIFIED, &lpite, | ||
243 | + sizeof(lpite)); | ||
244 | + | ||
245 | + if (!(lpite & LPI_CTE_ENABLED)) { | ||
246 | + return; | ||
247 | + } | ||
248 | + | ||
249 | + if (cs->gic->gicd_ctlr & GICD_CTLR_DS) { | ||
250 | + prio = lpite & LPI_PRIORITY_MASK; | ||
251 | + } else { | 38 | + } else { |
252 | + prio = ((lpite & LPI_PRIORITY_MASK) >> 1) | 0x80; | 39 | + qemu_log_mask(LOG_GUEST_ERROR, |
253 | + } | 40 | + "%s: invalid command attributes: " |
254 | + | 41 | + "invalid dte: %"PRIx64" for %d (MEM_TX: %d)\n", |
255 | + if ((prio < cs->hpplpi.prio) || | 42 | + __func__, dte, devid, res); |
256 | + ((prio == cs->hpplpi.prio) && (irq <= cs->hpplpi.irq))) { | 43 | + return result; |
257 | + cs->hpplpi.irq = irq; | 44 | } |
258 | + cs->hpplpi.prio = prio; | 45 | |
259 | + /* LPIs are always non-secure Grp1 interrupts */ | 46 | - if ((devid > s->dt.maxids.max_devids) || !dte_valid || !ite_valid || |
260 | + cs->hpplpi.grp = GICV3_G1NS; | 47 | - !cte_valid || (eventid > max_eventid)) { |
261 | + } | ||
262 | +} | ||
263 | + | ||
264 | +void gicv3_redist_update_lpi(GICv3CPUState *cs) | ||
265 | +{ | ||
266 | + /* | ||
267 | + * This function scans the LPI pending table and for each pending | ||
268 | + * LPI, reads the corresponding entry from LPI configuration table | ||
269 | + * to extract the priority info and determine if the current LPI | ||
270 | + * priority is lower than the last computed high priority lpi interrupt. | ||
271 | + * If yes, replace current LPI as the new high priority lpi interrupt. | ||
272 | + */ | ||
273 | + AddressSpace *as = &cs->gic->dma_as; | ||
274 | + uint64_t lpipt_baddr; | ||
275 | + uint32_t pendt_size = 0; | ||
276 | + uint8_t pend; | ||
277 | + int i, bit; | ||
278 | + uint64_t idbits; | ||
279 | + | ||
280 | + idbits = MIN(FIELD_EX64(cs->gicr_propbaser, GICR_PROPBASER, IDBITS), | ||
281 | + GICD_TYPER_IDBITS); | ||
282 | + | ||
283 | + if (!(cs->gicr_ctlr & GICR_CTLR_ENABLE_LPIS) || !cs->gicr_propbaser || | ||
284 | + !cs->gicr_pendbaser) { | ||
285 | + return; | ||
286 | + } | ||
287 | + | ||
288 | + cs->hpplpi.prio = 0xff; | ||
289 | + | ||
290 | + lpipt_baddr = cs->gicr_pendbaser & R_GICR_PENDBASER_PHYADDR_MASK; | ||
291 | + | ||
292 | + /* Determine the highest priority pending interrupt among LPIs */ | ||
293 | + pendt_size = (1ULL << (idbits + 1)); | ||
294 | + | ||
295 | + for (i = GICV3_LPI_INTID_START / 8; i < pendt_size / 8; i++) { | ||
296 | + address_space_read(as, lpipt_baddr + i, MEMTXATTRS_UNSPECIFIED, &pend, | ||
297 | + sizeof(pend)); | ||
298 | + | ||
299 | + while (pend) { | ||
300 | + bit = ctz32(pend); | ||
301 | + gicv3_redist_check_lpi_priority(cs, i * 8 + bit); | ||
302 | + pend &= ~(1 << bit); | ||
303 | + } | ||
304 | + } | ||
305 | +} | ||
306 | + | ||
307 | +void gicv3_redist_lpi_pending(GICv3CPUState *cs, int irq, int level) | ||
308 | +{ | ||
309 | + /* | ||
310 | + * This function updates the pending bit in lpi pending table for | ||
311 | + * the irq being activated or deactivated. | ||
312 | + */ | ||
313 | + AddressSpace *as = &cs->gic->dma_as; | ||
314 | + uint64_t lpipt_baddr; | ||
315 | + bool ispend = false; | ||
316 | + uint8_t pend; | ||
317 | + | 48 | + |
318 | + /* | 49 | + /* |
319 | + * get the bit value corresponding to this irq in the | 50 | + * In this implementation, in case of guest errors we ignore the |
320 | + * lpi pending table | 51 | + * command and move onto the next command in the queue. |
321 | + */ | 52 | + */ |
322 | + lpipt_baddr = cs->gicr_pendbaser & R_GICR_PENDBASER_PHYADDR_MASK; | 53 | + if (devid > s->dt.maxids.max_devids) { |
54 | qemu_log_mask(LOG_GUEST_ERROR, | ||
55 | - "%s: invalid command attributes " | ||
56 | - "devid %d or eventid %d or invalid dte %d or" | ||
57 | - "invalid cte %d or invalid ite %d\n", | ||
58 | - __func__, devid, eventid, dte_valid, cte_valid, | ||
59 | - ite_valid); | ||
60 | - /* | ||
61 | - * in this implementation, in case of error | ||
62 | - * we ignore this command and move onto the next | ||
63 | - * command in the queue | ||
64 | - */ | ||
65 | + "%s: invalid command attributes: devid %d>%d", | ||
66 | + __func__, devid, s->dt.maxids.max_devids); | ||
323 | + | 67 | + |
324 | + address_space_read(as, lpipt_baddr + ((irq / 8) * sizeof(pend)), | 68 | + } else if (!dte_valid || !ite_valid || !cte_valid) { |
325 | + MEMTXATTRS_UNSPECIFIED, &pend, sizeof(pend)); | 69 | + qemu_log_mask(LOG_GUEST_ERROR, |
326 | + | 70 | + "%s: invalid command attributes: " |
327 | + ispend = extract32(pend, irq % 8, 1); | 71 | + "dte: %s, ite: %s, cte: %s\n", |
328 | + | 72 | + __func__, |
329 | + /* no change in the value of pending bit, return */ | 73 | + dte_valid ? "valid" : "invalid", |
330 | + if (ispend == level) { | 74 | + ite_valid ? "valid" : "invalid", |
331 | + return; | 75 | + cte_valid ? "valid" : "invalid"); |
332 | + } | 76 | + } else if (eventid > max_eventid) { |
333 | + pend = deposit32(pend, irq % 8, 1, level ? 1 : 0); | 77 | + qemu_log_mask(LOG_GUEST_ERROR, |
334 | + | 78 | + "%s: invalid command attributes: eventid %d > %d\n", |
335 | + address_space_write(as, lpipt_baddr + ((irq / 8) * sizeof(pend)), | 79 | + __func__, eventid, max_eventid); |
336 | + MEMTXATTRS_UNSPECIFIED, &pend, sizeof(pend)); | 80 | } else { |
337 | + | 81 | /* |
338 | + /* | 82 | * Current implementation only supports rdbase == procnum |
339 | + * check if this LPI is better than the current hpplpi, if yes | ||
340 | + * just set hpplpi.prio and .irq without doing a full rescan | ||
341 | + */ | ||
342 | + if (level) { | ||
343 | + gicv3_redist_check_lpi_priority(cs, irq); | ||
344 | + } else { | ||
345 | + if (irq == cs->hpplpi.irq) { | ||
346 | + gicv3_redist_update_lpi(cs); | ||
347 | + } | ||
348 | + } | ||
349 | +} | ||
350 | + | ||
351 | +void gicv3_redist_process_lpi(GICv3CPUState *cs, int irq, int level) | ||
352 | +{ | ||
353 | + uint64_t idbits; | ||
354 | + | ||
355 | + idbits = MIN(FIELD_EX64(cs->gicr_propbaser, GICR_PROPBASER, IDBITS), | ||
356 | + GICD_TYPER_IDBITS); | ||
357 | + | ||
358 | + if (!(cs->gicr_ctlr & GICR_CTLR_ENABLE_LPIS) || !cs->gicr_propbaser || | ||
359 | + !cs->gicr_pendbaser || (irq > (1ULL << (idbits + 1)) - 1) || | ||
360 | + irq < GICV3_LPI_INTID_START) { | ||
361 | + return; | ||
362 | + } | ||
363 | + | ||
364 | + /* set/clear the pending bit for this irq */ | ||
365 | + gicv3_redist_lpi_pending(cs, irq, level); | ||
366 | + | ||
367 | + gicv3_redist_update(cs); | ||
368 | +} | ||
369 | + | ||
370 | void gicv3_redist_set_irq(GICv3CPUState *cs, int irq, int level) | ||
371 | { | ||
372 | /* Update redistributor state for a change in an external PPI input line */ | ||
373 | -- | 83 | -- |
374 | 2.20.1 | 84 | 2.25.1 |
375 | 85 | ||
376 | 86 | diff view generated by jsdifflib |
1 | From: Marc Zyngier <maz@kernel.org> | 1 | From: Joel Stanley <joel@jms.id.au> |
---|---|---|---|
2 | 2 | ||
3 | Although we probe for the IPA limits imposed by KVM (and the hardware) | 3 | Add X11, FP5280G2, G220A, Rainier and Fuji. Mention that Swift will be |
4 | when computing the memory map, we still use the old style '0' when | 4 | removed in v7.0. |
5 | creating a scratch VM in kvm_arm_create_scratch_host_vcpu(). | ||
6 | 5 | ||
7 | On systems that are severely IPA challenged (such as the Apple M1), | 6 | Signed-off-by: Joel Stanley <joel@jms.id.au> |
8 | this results in a failure as KVM cannot use the default 40bit that | 7 | Reviewed-by: Cédric Le Goater <clg@kaod.org> |
9 | '0' represents. | 8 | Message-id: 20211117065752.330632-2-joel@jms.id.au |
10 | |||
11 | Instead, probe for the extension and use the reported IPA limit | ||
12 | if available. | ||
13 | |||
14 | Cc: Andrew Jones <drjones@redhat.com> | ||
15 | Cc: Eric Auger <eric.auger@redhat.com> | ||
16 | Cc: Peter Maydell <peter.maydell@linaro.org> | ||
17 | Signed-off-by: Marc Zyngier <maz@kernel.org> | ||
18 | Reviewed-by: Andrew Jones <drjones@redhat.com> | ||
19 | Message-id: 20210822144441.1290891-2-maz@kernel.org | ||
20 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
21 | --- | 10 | --- |
22 | target/arm/kvm.c | 7 ++++++- | 11 | docs/system/arm/aspeed.rst | 7 ++++++- |
23 | 1 file changed, 6 insertions(+), 1 deletion(-) | 12 | 1 file changed, 6 insertions(+), 1 deletion(-) |
24 | 13 | ||
25 | diff --git a/target/arm/kvm.c b/target/arm/kvm.c | 14 | diff --git a/docs/system/arm/aspeed.rst b/docs/system/arm/aspeed.rst |
26 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
27 | --- a/target/arm/kvm.c | 16 | --- a/docs/system/arm/aspeed.rst |
28 | +++ b/target/arm/kvm.c | 17 | +++ b/docs/system/arm/aspeed.rst |
29 | @@ -XXX,XX +XXX,XX @@ bool kvm_arm_create_scratch_host_vcpu(const uint32_t *cpus_to_try, | 18 | @@ -XXX,XX +XXX,XX @@ AST2400 SoC based machines : |
30 | struct kvm_vcpu_init *init) | 19 | |
31 | { | 20 | - ``palmetto-bmc`` OpenPOWER Palmetto POWER8 BMC |
32 | int ret = 0, kvmfd = -1, vmfd = -1, cpufd = -1; | 21 | - ``quanta-q71l-bmc`` OpenBMC Quanta BMC |
33 | + int max_vm_pa_size; | 22 | +- ``supermicrox11-bmc`` Supermicro X11 BMC |
34 | 23 | ||
35 | kvmfd = qemu_open_old("/dev/kvm", O_RDWR); | 24 | AST2500 SoC based machines : |
36 | if (kvmfd < 0) { | 25 | |
37 | goto err; | 26 | @@ -XXX,XX +XXX,XX @@ AST2500 SoC based machines : |
38 | } | 27 | - ``romulus-bmc`` OpenPOWER Romulus POWER9 BMC |
39 | - vmfd = ioctl(kvmfd, KVM_CREATE_VM, 0); | 28 | - ``witherspoon-bmc`` OpenPOWER Witherspoon POWER9 BMC |
40 | + max_vm_pa_size = ioctl(kvmfd, KVM_CHECK_EXTENSION, KVM_CAP_ARM_VM_IPA_SIZE); | 29 | - ``sonorapass-bmc`` OCP SonoraPass BMC |
41 | + if (max_vm_pa_size < 0) { | 30 | -- ``swift-bmc`` OpenPOWER Swift BMC POWER9 |
42 | + max_vm_pa_size = 0; | 31 | +- ``swift-bmc`` OpenPOWER Swift BMC POWER9 (to be removed in v7.0) |
43 | + } | 32 | +- ``fp5280g2-bmc`` Inspur FP5280G2 BMC |
44 | + vmfd = ioctl(kvmfd, KVM_CREATE_VM, max_vm_pa_size); | 33 | +- ``g220a-bmc`` Bytedance G220A BMC |
45 | if (vmfd < 0) { | 34 | |
46 | goto err; | 35 | AST2600 SoC based machines : |
47 | } | 36 | |
37 | - ``ast2600-evb`` Aspeed AST2600 Evaluation board (Cortex-A7) | ||
38 | - ``tacoma-bmc`` OpenPOWER Witherspoon POWER9 AST2600 BMC | ||
39 | +- ``rainier-bmc`` IBM Rainier POWER10 BMC | ||
40 | +- ``fuji-bmc`` Facebook Fuji BMC | ||
41 | |||
42 | Supported devices | ||
43 | ----------------- | ||
48 | -- | 44 | -- |
49 | 2.20.1 | 45 | 2.25.1 |
50 | 46 | ||
51 | 47 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | From: Joel Stanley <joel@jms.id.au> | ||
1 | 2 | ||
3 | This is the latest URL for the OpenBMC CI. The old URL still works, but | ||
4 | redirects. | ||
5 | |||
6 | Reviewed-by: Cédric Le Goater <clg@kaod.org> | ||
7 | Signed-off-by: Joel Stanley <joel@jms.id.au> | ||
8 | Message-id: 20211117065752.330632-3-joel@jms.id.au | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
10 | --- | ||
11 | docs/system/arm/aspeed.rst | 2 +- | ||
12 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
13 | |||
14 | diff --git a/docs/system/arm/aspeed.rst b/docs/system/arm/aspeed.rst | ||
15 | index XXXXXXX..XXXXXXX 100644 | ||
16 | --- a/docs/system/arm/aspeed.rst | ||
17 | +++ b/docs/system/arm/aspeed.rst | ||
18 | @@ -XXX,XX +XXX,XX @@ The Aspeed machines can be started using the ``-kernel`` option to | ||
19 | load a Linux kernel or from a firmware. Images can be downloaded from | ||
20 | the OpenBMC jenkins : | ||
21 | |||
22 | - https://jenkins.openbmc.org/job/ci-openbmc/lastSuccessfulBuild/distro=ubuntu,label=docker-builder | ||
23 | + https://jenkins.openbmc.org/job/ci-openbmc/lastSuccessfulBuild/ | ||
24 | |||
25 | or directly from the OpenBMC GitHub release repository : | ||
26 | |||
27 | -- | ||
28 | 2.25.1 | ||
29 | |||
30 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | From: Joel Stanley <joel@jms.id.au> | ||
1 | 2 | ||
3 | A common use case for the ASPEED machine is to boot a Linux kernel. | ||
4 | Provide a full example command line. | ||
5 | |||
6 | Reviewed-by: Cédric Le Goater <clg@kaod.org> | ||
7 | Signed-off-by: Joel Stanley <joel@jms.id.au> | ||
8 | Message-id: 20211117065752.330632-4-joel@jms.id.au | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
10 | --- | ||
11 | docs/system/arm/aspeed.rst | 15 ++++++++++++--- | ||
12 | 1 file changed, 12 insertions(+), 3 deletions(-) | ||
13 | |||
14 | diff --git a/docs/system/arm/aspeed.rst b/docs/system/arm/aspeed.rst | ||
15 | index XXXXXXX..XXXXXXX 100644 | ||
16 | --- a/docs/system/arm/aspeed.rst | ||
17 | +++ b/docs/system/arm/aspeed.rst | ||
18 | @@ -XXX,XX +XXX,XX @@ Missing devices | ||
19 | Boot options | ||
20 | ------------ | ||
21 | |||
22 | -The Aspeed machines can be started using the ``-kernel`` option to | ||
23 | -load a Linux kernel or from a firmware. Images can be downloaded from | ||
24 | -the OpenBMC jenkins : | ||
25 | +The Aspeed machines can be started using the ``-kernel`` and ``-dtb`` options | ||
26 | +to load a Linux kernel or from a firmware. Images can be downloaded from the | ||
27 | +OpenBMC jenkins : | ||
28 | |||
29 | https://jenkins.openbmc.org/job/ci-openbmc/lastSuccessfulBuild/ | ||
30 | |||
31 | @@ -XXX,XX +XXX,XX @@ or directly from the OpenBMC GitHub release repository : | ||
32 | |||
33 | https://github.com/openbmc/openbmc/releases | ||
34 | |||
35 | +To boot a kernel directly from a Linux build tree: | ||
36 | + | ||
37 | +.. code-block:: bash | ||
38 | + | ||
39 | + $ qemu-system-arm -M ast2600-evb -nographic \ | ||
40 | + -kernel arch/arm/boot/zImage \ | ||
41 | + -dtb arch/arm/boot/dts/aspeed-ast2600-evb.dtb \ | ||
42 | + -initrd rootfs.cpio | ||
43 | + | ||
44 | The image should be attached as an MTD drive. Run : | ||
45 | |||
46 | .. code-block:: bash | ||
47 | -- | ||
48 | 2.25.1 | ||
49 | |||
50 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | From: Joel Stanley <joel@jms.id.au> | ||
1 | 2 | ||
3 | Move it to the supported list. | ||
4 | |||
5 | Signed-off-by: Joel Stanley <joel@jms.id.au> | ||
6 | Message-id: 20211117065752.330632-5-joel@jms.id.au | ||
7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
8 | --- | ||
9 | docs/system/arm/aspeed.rst | 2 +- | ||
10 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
11 | |||
12 | diff --git a/docs/system/arm/aspeed.rst b/docs/system/arm/aspeed.rst | ||
13 | index XXXXXXX..XXXXXXX 100644 | ||
14 | --- a/docs/system/arm/aspeed.rst | ||
15 | +++ b/docs/system/arm/aspeed.rst | ||
16 | @@ -XXX,XX +XXX,XX @@ Supported devices | ||
17 | * Front LEDs (PCA9552 on I2C bus) | ||
18 | * LPC Peripheral Controller (a subset of subdevices are supported) | ||
19 | * Hash/Crypto Engine (HACE) - Hash support only. TODO: HMAC and RSA | ||
20 | + * ADC | ||
21 | |||
22 | |||
23 | Missing devices | ||
24 | --------------- | ||
25 | |||
26 | * Coprocessor support | ||
27 | - * ADC (out of tree implementation) | ||
28 | * PWM and Fan Controller | ||
29 | * Slave GPIO Controller | ||
30 | * Super I/O Controller | ||
31 | -- | ||
32 | 2.25.1 | ||
33 | |||
34 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | From: Olivier Hériveaux <olivier.heriveaux@ledger.fr> | ||
1 | 2 | ||
3 | Fix issue where the data register may be overwritten by next character | ||
4 | reception before being read and returned. | ||
5 | |||
6 | Signed-off-by: Olivier Hériveaux <olivier.heriveaux@ledger.fr> | ||
7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
8 | Reviewed-by: Alistair Francis <alistair.francis@wdc.com> | ||
9 | Message-id: 20211128120723.4053-1-olivier.heriveaux@ledger.fr | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
11 | --- | ||
12 | hw/char/stm32f2xx_usart.c | 3 ++- | ||
13 | 1 file changed, 2 insertions(+), 1 deletion(-) | ||
14 | |||
15 | diff --git a/hw/char/stm32f2xx_usart.c b/hw/char/stm32f2xx_usart.c | ||
16 | index XXXXXXX..XXXXXXX 100644 | ||
17 | --- a/hw/char/stm32f2xx_usart.c | ||
18 | +++ b/hw/char/stm32f2xx_usart.c | ||
19 | @@ -XXX,XX +XXX,XX @@ static uint64_t stm32f2xx_usart_read(void *opaque, hwaddr addr, | ||
20 | return retvalue; | ||
21 | case USART_DR: | ||
22 | DB_PRINT("Value: 0x%" PRIx32 ", %c\n", s->usart_dr, (char) s->usart_dr); | ||
23 | + retvalue = s->usart_dr & 0x3FF; | ||
24 | s->usart_sr &= ~USART_SR_RXNE; | ||
25 | qemu_chr_fe_accept_input(&s->chr); | ||
26 | qemu_set_irq(s->irq, 0); | ||
27 | - return s->usart_dr & 0x3FF; | ||
28 | + return retvalue; | ||
29 | case USART_BRR: | ||
30 | return s->usart_brr; | ||
31 | case USART_CR1: | ||
32 | -- | ||
33 | 2.25.1 | ||
34 | |||
35 | diff view generated by jsdifflib |
1 | From: Shashi Mallela <shashi.mallela@linaro.org> | 1 | From: Philippe Mathieu-Daudé <philmd@redhat.com> |
---|---|---|---|
2 | 2 | ||
3 | Added register definitions relevant to ITS,implemented overall | 3 | gicv3_set_gicv3state() is used by arm_gicv3_common.c in |
4 | ITS device framework with stubs for ITS control and translater | 4 | arm_gicv3_common_realize(). Since we want to restrict |
5 | regions read/write,extended ITS common to handle mmio init between | 5 | arm_gicv3_cpuif.c to TCG, extract gicv3_set_gicv3state() |
6 | existing kvm device and newer qemu device. | 6 | to a new file. Add this file to the meson 'specific' |
7 | source set, since it needs access to "cpu.h". | ||
7 | 8 | ||
8 | Signed-off-by: Shashi Mallela <shashi.mallela@linaro.org> | 9 | Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
9 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
10 | Reviewed-by: Eric Auger <eric.auger@redhat.com> | 11 | Message-id: 20211115223619.2599282-2-philmd@redhat.com |
11 | Tested-by: Neil Armstrong <narmstrong@baylibre.com> | ||
12 | Message-id: 20210910143951.92242-2-shashi.mallela@linaro.org | ||
13 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
14 | --- | 13 | --- |
15 | hw/intc/gicv3_internal.h | 96 +++++++++- | 14 | hw/intc/arm_gicv3_cpuif.c | 10 +--------- |
16 | include/hw/intc/arm_gicv3_its_common.h | 9 +- | 15 | hw/intc/arm_gicv3_cpuif_common.c | 22 ++++++++++++++++++++++ |
17 | hw/intc/arm_gicv3_its.c | 241 +++++++++++++++++++++++++ | 16 | hw/intc/meson.build | 1 + |
18 | hw/intc/arm_gicv3_its_common.c | 7 +- | 17 | 3 files changed, 24 insertions(+), 9 deletions(-) |
19 | hw/intc/arm_gicv3_its_kvm.c | 2 +- | 18 | create mode 100644 hw/intc/arm_gicv3_cpuif_common.c |
20 | hw/intc/meson.build | 1 + | ||
21 | 6 files changed, 342 insertions(+), 14 deletions(-) | ||
22 | create mode 100644 hw/intc/arm_gicv3_its.c | ||
23 | 19 | ||
24 | diff --git a/hw/intc/gicv3_internal.h b/hw/intc/gicv3_internal.h | 20 | diff --git a/hw/intc/arm_gicv3_cpuif.c b/hw/intc/arm_gicv3_cpuif.c |
25 | index XXXXXXX..XXXXXXX 100644 | 21 | index XXXXXXX..XXXXXXX 100644 |
26 | --- a/hw/intc/gicv3_internal.h | 22 | --- a/hw/intc/arm_gicv3_cpuif.c |
27 | +++ b/hw/intc/gicv3_internal.h | 23 | +++ b/hw/intc/arm_gicv3_cpuif.c |
28 | @@ -XXX,XX +XXX,XX @@ | 24 | @@ -XXX,XX +XXX,XX @@ |
29 | #ifndef QEMU_ARM_GICV3_INTERNAL_H | 25 | /* |
30 | #define QEMU_ARM_GICV3_INTERNAL_H | 26 | - * ARM Generic Interrupt Controller v3 |
31 | 27 | + * ARM Generic Interrupt Controller v3 (emulation) | |
32 | +#include "hw/registerfields.h" | 28 | * |
33 | #include "hw/intc/arm_gicv3_common.h" | 29 | * Copyright (c) 2016 Linaro Limited |
34 | 30 | * Written by Peter Maydell | |
35 | /* Distributor registers, as offsets from the distributor base address */ | ||
36 | @@ -XXX,XX +XXX,XX @@ | 31 | @@ -XXX,XX +XXX,XX @@ |
37 | #define GICD_CTLR_E1NWF (1U << 7) | 32 | #include "hw/irq.h" |
38 | #define GICD_CTLR_RWP (1U << 31) | 33 | #include "cpu.h" |
39 | 34 | ||
40 | +/* 16 bits EventId */ | 35 | -void gicv3_set_gicv3state(CPUState *cpu, GICv3CPUState *s) |
41 | +#define GICD_TYPER_IDBITS 0xf | 36 | -{ |
42 | + | 37 | - ARMCPU *arm_cpu = ARM_CPU(cpu); |
43 | /* | 38 | - CPUARMState *env = &arm_cpu->env; |
44 | * Redistributor frame offsets from RD_base | 39 | - |
45 | */ | 40 | - env->gicv3state = (void *)s; |
46 | @@ -XXX,XX +XXX,XX @@ | 41 | -}; |
47 | #define GICR_WAKER_ProcessorSleep (1U << 1) | 42 | - |
48 | #define GICR_WAKER_ChildrenAsleep (1U << 2) | 43 | static GICv3CPUState *icc_cs_from_env(CPUARMState *env) |
49 | 44 | { | |
50 | -#define GICR_PROPBASER_OUTER_CACHEABILITY_MASK (7ULL << 56) | 45 | return env->gicv3state; |
51 | -#define GICR_PROPBASER_ADDR_MASK (0xfffffffffULL << 12) | 46 | diff --git a/hw/intc/arm_gicv3_cpuif_common.c b/hw/intc/arm_gicv3_cpuif_common.c |
52 | -#define GICR_PROPBASER_SHAREABILITY_MASK (3U << 10) | ||
53 | -#define GICR_PROPBASER_CACHEABILITY_MASK (7U << 7) | ||
54 | -#define GICR_PROPBASER_IDBITS_MASK (0x1f) | ||
55 | +FIELD(GICR_PROPBASER, IDBITS, 0, 5) | ||
56 | +FIELD(GICR_PROPBASER, INNERCACHE, 7, 3) | ||
57 | +FIELD(GICR_PROPBASER, SHAREABILITY, 10, 2) | ||
58 | +FIELD(GICR_PROPBASER, PHYADDR, 12, 40) | ||
59 | +FIELD(GICR_PROPBASER, OUTERCACHE, 56, 3) | ||
60 | |||
61 | -#define GICR_PENDBASER_PTZ (1ULL << 62) | ||
62 | -#define GICR_PENDBASER_OUTER_CACHEABILITY_MASK (7ULL << 56) | ||
63 | -#define GICR_PENDBASER_ADDR_MASK (0xffffffffULL << 16) | ||
64 | -#define GICR_PENDBASER_SHAREABILITY_MASK (3U << 10) | ||
65 | -#define GICR_PENDBASER_CACHEABILITY_MASK (7U << 7) | ||
66 | +FIELD(GICR_PENDBASER, INNERCACHE, 7, 3) | ||
67 | +FIELD(GICR_PENDBASER, SHAREABILITY, 10, 2) | ||
68 | +FIELD(GICR_PENDBASER, PHYADDR, 16, 36) | ||
69 | +FIELD(GICR_PENDBASER, OUTERCACHE, 56, 3) | ||
70 | +FIELD(GICR_PENDBASER, PTZ, 62, 1) | ||
71 | |||
72 | #define ICC_CTLR_EL1_CBPR (1U << 0) | ||
73 | #define ICC_CTLR_EL1_EOIMODE (1U << 1) | ||
74 | @@ -XXX,XX +XXX,XX @@ | ||
75 | #define ICH_VTR_EL2_PREBITS_SHIFT 26 | ||
76 | #define ICH_VTR_EL2_PRIBITS_SHIFT 29 | ||
77 | |||
78 | +/* ITS Registers */ | ||
79 | + | ||
80 | +FIELD(GITS_BASER, SIZE, 0, 8) | ||
81 | +FIELD(GITS_BASER, PAGESIZE, 8, 2) | ||
82 | +FIELD(GITS_BASER, SHAREABILITY, 10, 2) | ||
83 | +FIELD(GITS_BASER, PHYADDR, 12, 36) | ||
84 | +FIELD(GITS_BASER, PHYADDRL_64K, 16, 32) | ||
85 | +FIELD(GITS_BASER, PHYADDRH_64K, 12, 4) | ||
86 | +FIELD(GITS_BASER, ENTRYSIZE, 48, 5) | ||
87 | +FIELD(GITS_BASER, OUTERCACHE, 53, 3) | ||
88 | +FIELD(GITS_BASER, TYPE, 56, 3) | ||
89 | +FIELD(GITS_BASER, INNERCACHE, 59, 3) | ||
90 | +FIELD(GITS_BASER, INDIRECT, 62, 1) | ||
91 | +FIELD(GITS_BASER, VALID, 63, 1) | ||
92 | + | ||
93 | +FIELD(GITS_CTLR, QUIESCENT, 31, 1) | ||
94 | + | ||
95 | +FIELD(GITS_TYPER, PHYSICAL, 0, 1) | ||
96 | +FIELD(GITS_TYPER, ITT_ENTRY_SIZE, 4, 4) | ||
97 | +FIELD(GITS_TYPER, IDBITS, 8, 5) | ||
98 | +FIELD(GITS_TYPER, DEVBITS, 13, 5) | ||
99 | +FIELD(GITS_TYPER, SEIS, 18, 1) | ||
100 | +FIELD(GITS_TYPER, PTA, 19, 1) | ||
101 | +FIELD(GITS_TYPER, CIDBITS, 32, 4) | ||
102 | +FIELD(GITS_TYPER, CIL, 36, 1) | ||
103 | + | ||
104 | +#define GITS_BASER_PAGESIZE_4K 0 | ||
105 | +#define GITS_BASER_PAGESIZE_16K 1 | ||
106 | +#define GITS_BASER_PAGESIZE_64K 2 | ||
107 | + | ||
108 | +#define GITS_BASER_TYPE_DEVICE 1ULL | ||
109 | +#define GITS_BASER_TYPE_COLLECTION 4ULL | ||
110 | + | ||
111 | +/** | ||
112 | + * Default features advertised by this version of ITS | ||
113 | + */ | ||
114 | +/* Physical LPIs supported */ | ||
115 | +#define GITS_TYPE_PHYSICAL (1U << 0) | ||
116 | + | ||
117 | +/* | ||
118 | + * 12 bytes Interrupt translation Table Entry size | ||
119 | + * as per Table 5.3 in GICv3 spec | ||
120 | + * ITE Lower 8 Bytes | ||
121 | + * Bits: | 49 ... 26 | 25 ... 2 | 1 | 0 | | ||
122 | + * Values: | 1023 | IntNum | IntType | Valid | | ||
123 | + * ITE Higher 4 Bytes | ||
124 | + * Bits: | 31 ... 16 | 15 ...0 | | ||
125 | + * Values: | vPEID | ICID | | ||
126 | + */ | ||
127 | +#define ITS_ITT_ENTRY_SIZE 0xC | ||
128 | + | ||
129 | +/* 16 bits EventId */ | ||
130 | +#define ITS_IDBITS GICD_TYPER_IDBITS | ||
131 | + | ||
132 | +/* 16 bits DeviceId */ | ||
133 | +#define ITS_DEVBITS 0xF | ||
134 | + | ||
135 | +/* 16 bits CollectionId */ | ||
136 | +#define ITS_CIDBITS 0xF | ||
137 | + | ||
138 | +/* | ||
139 | + * 8 bytes Device Table Entry size | ||
140 | + * Valid = 1 bit,ITTAddr = 44 bits,Size = 5 bits | ||
141 | + */ | ||
142 | +#define GITS_DTE_SIZE (0x8ULL) | ||
143 | + | ||
144 | +/* | ||
145 | + * 8 bytes Collection Table Entry size | ||
146 | + * Valid = 1 bit,RDBase = 36 bits(considering max RDBASE) | ||
147 | + */ | ||
148 | +#define GITS_CTE_SIZE (0x8ULL) | ||
149 | + | ||
150 | /* Special interrupt IDs */ | ||
151 | #define INTID_SECURE 1020 | ||
152 | #define INTID_NONSECURE 1021 | ||
153 | diff --git a/include/hw/intc/arm_gicv3_its_common.h b/include/hw/intc/arm_gicv3_its_common.h | ||
154 | index XXXXXXX..XXXXXXX 100644 | ||
155 | --- a/include/hw/intc/arm_gicv3_its_common.h | ||
156 | +++ b/include/hw/intc/arm_gicv3_its_common.h | ||
157 | @@ -XXX,XX +XXX,XX @@ | ||
158 | #include "hw/intc/arm_gicv3_common.h" | ||
159 | #include "qom/object.h" | ||
160 | |||
161 | +#define TYPE_ARM_GICV3_ITS "arm-gicv3-its" | ||
162 | + | ||
163 | #define ITS_CONTROL_SIZE 0x10000 | ||
164 | #define ITS_TRANS_SIZE 0x10000 | ||
165 | #define ITS_SIZE (ITS_CONTROL_SIZE + ITS_TRANS_SIZE) | ||
166 | |||
167 | #define GITS_CTLR 0x0 | ||
168 | #define GITS_IIDR 0x4 | ||
169 | +#define GITS_TYPER 0x8 | ||
170 | #define GITS_CBASER 0x80 | ||
171 | #define GITS_CWRITER 0x88 | ||
172 | #define GITS_CREADR 0x90 | ||
173 | #define GITS_BASER 0x100 | ||
174 | |||
175 | +#define GITS_TRANSLATER 0x0040 | ||
176 | + | ||
177 | struct GICv3ITSState { | ||
178 | SysBusDevice parent_obj; | ||
179 | |||
180 | @@ -XXX,XX +XXX,XX @@ struct GICv3ITSState { | ||
181 | /* Registers */ | ||
182 | uint32_t ctlr; | ||
183 | uint32_t iidr; | ||
184 | + uint64_t typer; | ||
185 | uint64_t cbaser; | ||
186 | uint64_t cwriter; | ||
187 | uint64_t creadr; | ||
188 | @@ -XXX,XX +XXX,XX @@ struct GICv3ITSState { | ||
189 | |||
190 | typedef struct GICv3ITSState GICv3ITSState; | ||
191 | |||
192 | -void gicv3_its_init_mmio(GICv3ITSState *s, const MemoryRegionOps *ops); | ||
193 | +void gicv3_its_init_mmio(GICv3ITSState *s, const MemoryRegionOps *ops, | ||
194 | + const MemoryRegionOps *tops); | ||
195 | |||
196 | #define TYPE_ARM_GICV3_ITS_COMMON "arm-gicv3-its-common" | ||
197 | typedef struct GICv3ITSCommonClass GICv3ITSCommonClass; | ||
198 | diff --git a/hw/intc/arm_gicv3_its.c b/hw/intc/arm_gicv3_its.c | ||
199 | new file mode 100644 | 47 | new file mode 100644 |
200 | index XXXXXXX..XXXXXXX | 48 | index XXXXXXX..XXXXXXX |
201 | --- /dev/null | 49 | --- /dev/null |
202 | +++ b/hw/intc/arm_gicv3_its.c | 50 | +++ b/hw/intc/arm_gicv3_cpuif_common.c |
203 | @@ -XXX,XX +XXX,XX @@ | 51 | @@ -XXX,XX +XXX,XX @@ |
52 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
204 | +/* | 53 | +/* |
205 | + * ITS emulation for a GICv3-based system | 54 | + * ARM Generic Interrupt Controller v3 |
206 | + * | 55 | + * |
207 | + * Copyright Linaro.org 2021 | 56 | + * Copyright (c) 2016 Linaro Limited |
57 | + * Written by Peter Maydell | ||
208 | + * | 58 | + * |
209 | + * Authors: | 59 | + * This code is licensed under the GPL, version 2 or (at your option) |
210 | + * Shashi Mallela <shashi.mallela@linaro.org> | 60 | + * any later version. |
211 | + * | ||
212 | + * This work is licensed under the terms of the GNU GPL, version 2 or (at your | ||
213 | + * option) any later version. See the COPYING file in the top-level directory. | ||
214 | + * | ||
215 | + */ | 61 | + */ |
216 | + | 62 | + |
217 | +#include "qemu/osdep.h" | 63 | +#include "qemu/osdep.h" |
218 | +#include "qemu/log.h" | ||
219 | +#include "hw/qdev-properties.h" | ||
220 | +#include "hw/intc/arm_gicv3_its_common.h" | ||
221 | +#include "gicv3_internal.h" | 64 | +#include "gicv3_internal.h" |
222 | +#include "qom/object.h" | 65 | +#include "cpu.h" |
223 | +#include "qapi/error.h" | ||
224 | + | 66 | + |
225 | +typedef struct GICv3ITSClass GICv3ITSClass; | 67 | +void gicv3_set_gicv3state(CPUState *cpu, GICv3CPUState *s) |
226 | +/* This is reusing the GICv3ITSState typedef from ARM_GICV3_ITS_COMMON */ | 68 | +{ |
227 | +DECLARE_OBJ_CHECKERS(GICv3ITSState, GICv3ITSClass, | 69 | + ARMCPU *arm_cpu = ARM_CPU(cpu); |
228 | + ARM_GICV3_ITS, TYPE_ARM_GICV3_ITS) | 70 | + CPUARMState *env = &arm_cpu->env; |
229 | + | 71 | + |
230 | +struct GICv3ITSClass { | 72 | + env->gicv3state = (void *)s; |
231 | + GICv3ITSCommonClass parent_class; | ||
232 | + void (*parent_reset)(DeviceState *dev); | ||
233 | +}; | 73 | +}; |
234 | + | ||
235 | +static MemTxResult gicv3_its_translation_write(void *opaque, hwaddr offset, | ||
236 | + uint64_t data, unsigned size, | ||
237 | + MemTxAttrs attrs) | ||
238 | +{ | ||
239 | + return MEMTX_OK; | ||
240 | +} | ||
241 | + | ||
242 | +static bool its_writel(GICv3ITSState *s, hwaddr offset, | ||
243 | + uint64_t value, MemTxAttrs attrs) | ||
244 | +{ | ||
245 | + bool result = true; | ||
246 | + | ||
247 | + return result; | ||
248 | +} | ||
249 | + | ||
250 | +static bool its_readl(GICv3ITSState *s, hwaddr offset, | ||
251 | + uint64_t *data, MemTxAttrs attrs) | ||
252 | +{ | ||
253 | + bool result = true; | ||
254 | + | ||
255 | + return result; | ||
256 | +} | ||
257 | + | ||
258 | +static bool its_writell(GICv3ITSState *s, hwaddr offset, | ||
259 | + uint64_t value, MemTxAttrs attrs) | ||
260 | +{ | ||
261 | + bool result = true; | ||
262 | + | ||
263 | + return result; | ||
264 | +} | ||
265 | + | ||
266 | +static bool its_readll(GICv3ITSState *s, hwaddr offset, | ||
267 | + uint64_t *data, MemTxAttrs attrs) | ||
268 | +{ | ||
269 | + bool result = true; | ||
270 | + | ||
271 | + return result; | ||
272 | +} | ||
273 | + | ||
274 | +static MemTxResult gicv3_its_read(void *opaque, hwaddr offset, uint64_t *data, | ||
275 | + unsigned size, MemTxAttrs attrs) | ||
276 | +{ | ||
277 | + GICv3ITSState *s = (GICv3ITSState *)opaque; | ||
278 | + bool result; | ||
279 | + | ||
280 | + switch (size) { | ||
281 | + case 4: | ||
282 | + result = its_readl(s, offset, data, attrs); | ||
283 | + break; | ||
284 | + case 8: | ||
285 | + result = its_readll(s, offset, data, attrs); | ||
286 | + break; | ||
287 | + default: | ||
288 | + result = false; | ||
289 | + break; | ||
290 | + } | ||
291 | + | ||
292 | + if (!result) { | ||
293 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
294 | + "%s: invalid guest read at offset " TARGET_FMT_plx | ||
295 | + "size %u\n", __func__, offset, size); | ||
296 | + /* | ||
297 | + * The spec requires that reserved registers are RAZ/WI; | ||
298 | + * so use false returns from leaf functions as a way to | ||
299 | + * trigger the guest-error logging but don't return it to | ||
300 | + * the caller, or we'll cause a spurious guest data abort. | ||
301 | + */ | ||
302 | + *data = 0; | ||
303 | + } | ||
304 | + return MEMTX_OK; | ||
305 | +} | ||
306 | + | ||
307 | +static MemTxResult gicv3_its_write(void *opaque, hwaddr offset, uint64_t data, | ||
308 | + unsigned size, MemTxAttrs attrs) | ||
309 | +{ | ||
310 | + GICv3ITSState *s = (GICv3ITSState *)opaque; | ||
311 | + bool result; | ||
312 | + | ||
313 | + switch (size) { | ||
314 | + case 4: | ||
315 | + result = its_writel(s, offset, data, attrs); | ||
316 | + break; | ||
317 | + case 8: | ||
318 | + result = its_writell(s, offset, data, attrs); | ||
319 | + break; | ||
320 | + default: | ||
321 | + result = false; | ||
322 | + break; | ||
323 | + } | ||
324 | + | ||
325 | + if (!result) { | ||
326 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
327 | + "%s: invalid guest write at offset " TARGET_FMT_plx | ||
328 | + "size %u\n", __func__, offset, size); | ||
329 | + /* | ||
330 | + * The spec requires that reserved registers are RAZ/WI; | ||
331 | + * so use false returns from leaf functions as a way to | ||
332 | + * trigger the guest-error logging but don't return it to | ||
333 | + * the caller, or we'll cause a spurious guest data abort. | ||
334 | + */ | ||
335 | + } | ||
336 | + return MEMTX_OK; | ||
337 | +} | ||
338 | + | ||
339 | +static const MemoryRegionOps gicv3_its_control_ops = { | ||
340 | + .read_with_attrs = gicv3_its_read, | ||
341 | + .write_with_attrs = gicv3_its_write, | ||
342 | + .valid.min_access_size = 4, | ||
343 | + .valid.max_access_size = 8, | ||
344 | + .impl.min_access_size = 4, | ||
345 | + .impl.max_access_size = 8, | ||
346 | + .endianness = DEVICE_NATIVE_ENDIAN, | ||
347 | +}; | ||
348 | + | ||
349 | +static const MemoryRegionOps gicv3_its_translation_ops = { | ||
350 | + .write_with_attrs = gicv3_its_translation_write, | ||
351 | + .valid.min_access_size = 2, | ||
352 | + .valid.max_access_size = 4, | ||
353 | + .impl.min_access_size = 2, | ||
354 | + .impl.max_access_size = 4, | ||
355 | + .endianness = DEVICE_NATIVE_ENDIAN, | ||
356 | +}; | ||
357 | + | ||
358 | +static void gicv3_arm_its_realize(DeviceState *dev, Error **errp) | ||
359 | +{ | ||
360 | + GICv3ITSState *s = ARM_GICV3_ITS_COMMON(dev); | ||
361 | + int i; | ||
362 | + | ||
363 | + for (i = 0; i < s->gicv3->num_cpu; i++) { | ||
364 | + if (!(s->gicv3->cpu[i].gicr_typer & GICR_TYPER_PLPIS)) { | ||
365 | + error_setg(errp, "Physical LPI not supported by CPU %d", i); | ||
366 | + return; | ||
367 | + } | ||
368 | + } | ||
369 | + | ||
370 | + gicv3_its_init_mmio(s, &gicv3_its_control_ops, &gicv3_its_translation_ops); | ||
371 | + | ||
372 | + /* set the ITS default features supported */ | ||
373 | + s->typer = FIELD_DP64(s->typer, GITS_TYPER, PHYSICAL, | ||
374 | + GITS_TYPE_PHYSICAL); | ||
375 | + s->typer = FIELD_DP64(s->typer, GITS_TYPER, ITT_ENTRY_SIZE, | ||
376 | + ITS_ITT_ENTRY_SIZE - 1); | ||
377 | + s->typer = FIELD_DP64(s->typer, GITS_TYPER, IDBITS, ITS_IDBITS); | ||
378 | + s->typer = FIELD_DP64(s->typer, GITS_TYPER, DEVBITS, ITS_DEVBITS); | ||
379 | + s->typer = FIELD_DP64(s->typer, GITS_TYPER, CIL, 1); | ||
380 | + s->typer = FIELD_DP64(s->typer, GITS_TYPER, CIDBITS, ITS_CIDBITS); | ||
381 | +} | ||
382 | + | ||
383 | +static void gicv3_its_reset(DeviceState *dev) | ||
384 | +{ | ||
385 | + GICv3ITSState *s = ARM_GICV3_ITS_COMMON(dev); | ||
386 | + GICv3ITSClass *c = ARM_GICV3_ITS_GET_CLASS(s); | ||
387 | + | ||
388 | + c->parent_reset(dev); | ||
389 | + | ||
390 | + /* Quiescent bit reset to 1 */ | ||
391 | + s->ctlr = FIELD_DP32(s->ctlr, GITS_CTLR, QUIESCENT, 1); | ||
392 | + | ||
393 | + /* | ||
394 | + * setting GITS_BASER0.Type = 0b001 (Device) | ||
395 | + * GITS_BASER1.Type = 0b100 (Collection Table) | ||
396 | + * GITS_BASER<n>.Type,where n = 3 to 7 are 0b00 (Unimplemented) | ||
397 | + * GITS_BASER<0,1>.Page_Size = 64KB | ||
398 | + * and default translation table entry size to 16 bytes | ||
399 | + */ | ||
400 | + s->baser[0] = FIELD_DP64(s->baser[0], GITS_BASER, TYPE, | ||
401 | + GITS_BASER_TYPE_DEVICE); | ||
402 | + s->baser[0] = FIELD_DP64(s->baser[0], GITS_BASER, PAGESIZE, | ||
403 | + GITS_BASER_PAGESIZE_64K); | ||
404 | + s->baser[0] = FIELD_DP64(s->baser[0], GITS_BASER, ENTRYSIZE, | ||
405 | + GITS_DTE_SIZE - 1); | ||
406 | + | ||
407 | + s->baser[1] = FIELD_DP64(s->baser[1], GITS_BASER, TYPE, | ||
408 | + GITS_BASER_TYPE_COLLECTION); | ||
409 | + s->baser[1] = FIELD_DP64(s->baser[1], GITS_BASER, PAGESIZE, | ||
410 | + GITS_BASER_PAGESIZE_64K); | ||
411 | + s->baser[1] = FIELD_DP64(s->baser[1], GITS_BASER, ENTRYSIZE, | ||
412 | + GITS_CTE_SIZE - 1); | ||
413 | +} | ||
414 | + | ||
415 | +static Property gicv3_its_props[] = { | ||
416 | + DEFINE_PROP_LINK("parent-gicv3", GICv3ITSState, gicv3, "arm-gicv3", | ||
417 | + GICv3State *), | ||
418 | + DEFINE_PROP_END_OF_LIST(), | ||
419 | +}; | ||
420 | + | ||
421 | +static void gicv3_its_class_init(ObjectClass *klass, void *data) | ||
422 | +{ | ||
423 | + DeviceClass *dc = DEVICE_CLASS(klass); | ||
424 | + GICv3ITSClass *ic = ARM_GICV3_ITS_CLASS(klass); | ||
425 | + | ||
426 | + dc->realize = gicv3_arm_its_realize; | ||
427 | + device_class_set_props(dc, gicv3_its_props); | ||
428 | + device_class_set_parent_reset(dc, gicv3_its_reset, &ic->parent_reset); | ||
429 | +} | ||
430 | + | ||
431 | +static const TypeInfo gicv3_its_info = { | ||
432 | + .name = TYPE_ARM_GICV3_ITS, | ||
433 | + .parent = TYPE_ARM_GICV3_ITS_COMMON, | ||
434 | + .instance_size = sizeof(GICv3ITSState), | ||
435 | + .class_init = gicv3_its_class_init, | ||
436 | + .class_size = sizeof(GICv3ITSClass), | ||
437 | +}; | ||
438 | + | ||
439 | +static void gicv3_its_register_types(void) | ||
440 | +{ | ||
441 | + type_register_static(&gicv3_its_info); | ||
442 | +} | ||
443 | + | ||
444 | +type_init(gicv3_its_register_types) | ||
445 | diff --git a/hw/intc/arm_gicv3_its_common.c b/hw/intc/arm_gicv3_its_common.c | ||
446 | index XXXXXXX..XXXXXXX 100644 | ||
447 | --- a/hw/intc/arm_gicv3_its_common.c | ||
448 | +++ b/hw/intc/arm_gicv3_its_common.c | ||
449 | @@ -XXX,XX +XXX,XX @@ static int gicv3_its_post_load(void *opaque, int version_id) | ||
450 | |||
451 | static const VMStateDescription vmstate_its = { | ||
452 | .name = "arm_gicv3_its", | ||
453 | + .version_id = 1, | ||
454 | + .minimum_version_id = 1, | ||
455 | .pre_save = gicv3_its_pre_save, | ||
456 | .post_load = gicv3_its_post_load, | ||
457 | .priority = MIG_PRI_GICV3_ITS, | ||
458 | @@ -XXX,XX +XXX,XX @@ static const MemoryRegionOps gicv3_its_trans_ops = { | ||
459 | .endianness = DEVICE_NATIVE_ENDIAN, | ||
460 | }; | ||
461 | |||
462 | -void gicv3_its_init_mmio(GICv3ITSState *s, const MemoryRegionOps *ops) | ||
463 | +void gicv3_its_init_mmio(GICv3ITSState *s, const MemoryRegionOps *ops, | ||
464 | + const MemoryRegionOps *tops) | ||
465 | { | ||
466 | SysBusDevice *sbd = SYS_BUS_DEVICE(s); | ||
467 | |||
468 | memory_region_init_io(&s->iomem_its_cntrl, OBJECT(s), ops, s, | ||
469 | "control", ITS_CONTROL_SIZE); | ||
470 | memory_region_init_io(&s->iomem_its_translation, OBJECT(s), | ||
471 | - &gicv3_its_trans_ops, s, | ||
472 | + tops ? tops : &gicv3_its_trans_ops, s, | ||
473 | "translation", ITS_TRANS_SIZE); | ||
474 | |||
475 | /* Our two regions are always adjacent, therefore we now combine them | ||
476 | diff --git a/hw/intc/arm_gicv3_its_kvm.c b/hw/intc/arm_gicv3_its_kvm.c | ||
477 | index XXXXXXX..XXXXXXX 100644 | ||
478 | --- a/hw/intc/arm_gicv3_its_kvm.c | ||
479 | +++ b/hw/intc/arm_gicv3_its_kvm.c | ||
480 | @@ -XXX,XX +XXX,XX @@ static void kvm_arm_its_realize(DeviceState *dev, Error **errp) | ||
481 | kvm_arm_register_device(&s->iomem_its_cntrl, -1, KVM_DEV_ARM_VGIC_GRP_ADDR, | ||
482 | KVM_VGIC_ITS_ADDR_TYPE, s->dev_fd, 0); | ||
483 | |||
484 | - gicv3_its_init_mmio(s, NULL); | ||
485 | + gicv3_its_init_mmio(s, NULL, NULL); | ||
486 | |||
487 | if (!kvm_device_check_attr(s->dev_fd, KVM_DEV_ARM_VGIC_GRP_ITS_REGS, | ||
488 | GITS_CTLR)) { | ||
489 | diff --git a/hw/intc/meson.build b/hw/intc/meson.build | 74 | diff --git a/hw/intc/meson.build b/hw/intc/meson.build |
490 | index XXXXXXX..XXXXXXX 100644 | 75 | index XXXXXXX..XXXXXXX 100644 |
491 | --- a/hw/intc/meson.build | 76 | --- a/hw/intc/meson.build |
492 | +++ b/hw/intc/meson.build | 77 | +++ b/hw/intc/meson.build |
493 | @@ -XXX,XX +XXX,XX @@ softmmu_ss.add(when: 'CONFIG_ARM_GIC', if_true: files( | 78 | @@ -XXX,XX +XXX,XX @@ softmmu_ss.add(when: 'CONFIG_XLNX_ZYNQMP_PMU', if_true: files('xlnx-pmu-iomod-in |
494 | 'arm_gicv3_dist.c', | 79 | |
495 | 'arm_gicv3_its_common.c', | 80 | specific_ss.add(when: 'CONFIG_ALLWINNER_A10_PIC', if_true: files('allwinner-a10-pic.c')) |
496 | 'arm_gicv3_redist.c', | 81 | specific_ss.add(when: 'CONFIG_APIC', if_true: files('apic.c', 'apic_common.c')) |
497 | + 'arm_gicv3_its.c', | 82 | +specific_ss.add(when: 'CONFIG_ARM_GIC', if_true: files('arm_gicv3_cpuif_common.c')) |
498 | )) | 83 | specific_ss.add(when: 'CONFIG_ARM_GIC', if_true: files('arm_gicv3_cpuif.c')) |
499 | softmmu_ss.add(when: 'CONFIG_ETRAXFS', if_true: files('etraxfs_pic.c')) | 84 | specific_ss.add(when: 'CONFIG_ARM_GIC_KVM', if_true: files('arm_gic_kvm.c')) |
500 | softmmu_ss.add(when: 'CONFIG_HEATHROW_PIC', if_true: files('heathrow_pic.c')) | 85 | specific_ss.add(when: ['CONFIG_ARM_GIC_KVM', 'TARGET_AARCH64'], if_true: files('arm_gicv3_kvm.c', 'arm_gicv3_its_kvm.c')) |
501 | -- | 86 | -- |
502 | 2.20.1 | 87 | 2.25.1 |
503 | 88 | ||
504 | 89 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | From: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
1 | 2 | ||
3 | The TYPE_ARM_GICV3 device is an emulated one. When using | ||
4 | KVM, it is recommended to use the TYPE_KVM_ARM_GICV3 device | ||
5 | (which uses in-kernel support). | ||
6 | |||
7 | When using --with-devices-FOO, it is possible to build a | ||
8 | binary with a specific set of devices. When this binary is | ||
9 | restricted to KVM accelerator, the TYPE_ARM_GICV3 device is | ||
10 | irrelevant, and it is desirable to remove it from the binary. | ||
11 | |||
12 | Therefore introduce the CONFIG_ARM_GIC_TCG Kconfig selector | ||
13 | which select the files required to have the TYPE_ARM_GICV3 | ||
14 | device, but also allowing to de-select this device. | ||
15 | |||
16 | Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
17 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
18 | Message-id: 20211115223619.2599282-3-philmd@redhat.com | ||
19 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
20 | --- | ||
21 | hw/intc/arm_gicv3.c | 2 +- | ||
22 | hw/intc/Kconfig | 5 +++++ | ||
23 | hw/intc/meson.build | 10 ++++++---- | ||
24 | 3 files changed, 12 insertions(+), 5 deletions(-) | ||
25 | |||
26 | diff --git a/hw/intc/arm_gicv3.c b/hw/intc/arm_gicv3.c | ||
27 | index XXXXXXX..XXXXXXX 100644 | ||
28 | --- a/hw/intc/arm_gicv3.c | ||
29 | +++ b/hw/intc/arm_gicv3.c | ||
30 | @@ -XXX,XX +XXX,XX @@ | ||
31 | /* | ||
32 | - * ARM Generic Interrupt Controller v3 | ||
33 | + * ARM Generic Interrupt Controller v3 (emulation) | ||
34 | * | ||
35 | * Copyright (c) 2015 Huawei. | ||
36 | * Copyright (c) 2016 Linaro Limited | ||
37 | diff --git a/hw/intc/Kconfig b/hw/intc/Kconfig | ||
38 | index XXXXXXX..XXXXXXX 100644 | ||
39 | --- a/hw/intc/Kconfig | ||
40 | +++ b/hw/intc/Kconfig | ||
41 | @@ -XXX,XX +XXX,XX @@ config APIC | ||
42 | select MSI_NONBROKEN | ||
43 | select I8259 | ||
44 | |||
45 | +config ARM_GIC_TCG | ||
46 | + bool | ||
47 | + default y | ||
48 | + depends on ARM_GIC && TCG | ||
49 | + | ||
50 | config ARM_GIC_KVM | ||
51 | bool | ||
52 | default y | ||
53 | diff --git a/hw/intc/meson.build b/hw/intc/meson.build | ||
54 | index XXXXXXX..XXXXXXX 100644 | ||
55 | --- a/hw/intc/meson.build | ||
56 | +++ b/hw/intc/meson.build | ||
57 | @@ -XXX,XX +XXX,XX @@ softmmu_ss.add(when: 'CONFIG_ARM_GIC', if_true: files( | ||
58 | 'arm_gic.c', | ||
59 | 'arm_gic_common.c', | ||
60 | 'arm_gicv2m.c', | ||
61 | - 'arm_gicv3.c', | ||
62 | 'arm_gicv3_common.c', | ||
63 | - 'arm_gicv3_dist.c', | ||
64 | 'arm_gicv3_its_common.c', | ||
65 | - 'arm_gicv3_redist.c', | ||
66 | +)) | ||
67 | +softmmu_ss.add(when: 'CONFIG_ARM_GIC_TCG', if_true: files( | ||
68 | + 'arm_gicv3.c', | ||
69 | + 'arm_gicv3_dist.c', | ||
70 | 'arm_gicv3_its.c', | ||
71 | + 'arm_gicv3_redist.c', | ||
72 | )) | ||
73 | softmmu_ss.add(when: 'CONFIG_ETRAXFS', if_true: files('etraxfs_pic.c')) | ||
74 | softmmu_ss.add(when: 'CONFIG_HEATHROW_PIC', if_true: files('heathrow_pic.c')) | ||
75 | @@ -XXX,XX +XXX,XX @@ softmmu_ss.add(when: 'CONFIG_XLNX_ZYNQMP_PMU', if_true: files('xlnx-pmu-iomod-in | ||
76 | specific_ss.add(when: 'CONFIG_ALLWINNER_A10_PIC', if_true: files('allwinner-a10-pic.c')) | ||
77 | specific_ss.add(when: 'CONFIG_APIC', if_true: files('apic.c', 'apic_common.c')) | ||
78 | specific_ss.add(when: 'CONFIG_ARM_GIC', if_true: files('arm_gicv3_cpuif_common.c')) | ||
79 | -specific_ss.add(when: 'CONFIG_ARM_GIC', if_true: files('arm_gicv3_cpuif.c')) | ||
80 | +specific_ss.add(when: 'CONFIG_ARM_GIC_TCG', if_true: files('arm_gicv3_cpuif.c')) | ||
81 | specific_ss.add(when: 'CONFIG_ARM_GIC_KVM', if_true: files('arm_gic_kvm.c')) | ||
82 | specific_ss.add(when: ['CONFIG_ARM_GIC_KVM', 'TARGET_AARCH64'], if_true: files('arm_gicv3_kvm.c', 'arm_gicv3_its_kvm.c')) | ||
83 | specific_ss.add(when: 'CONFIG_ARM_V7M', if_true: files('armv7m_nvic.c')) | ||
84 | -- | ||
85 | 2.25.1 | ||
86 | |||
87 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | From: Richard Henderson <richard.henderson@linaro.org> | ||
1 | 2 | ||
3 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
4 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
6 | --- | ||
7 | target/arm/translate-a64.c | 7 ++++--- | ||
8 | 1 file changed, 4 insertions(+), 3 deletions(-) | ||
9 | |||
10 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c | ||
11 | index XXXXXXX..XXXXXXX 100644 | ||
12 | --- a/target/arm/translate-a64.c | ||
13 | +++ b/target/arm/translate-a64.c | ||
14 | @@ -XXX,XX +XXX,XX @@ static void aarch64_tr_translate_insn(DisasContextBase *dcbase, CPUState *cpu) | ||
15 | { | ||
16 | DisasContext *s = container_of(dcbase, DisasContext, base); | ||
17 | CPUARMState *env = cpu->env_ptr; | ||
18 | + uint64_t pc = s->base.pc_next; | ||
19 | uint32_t insn; | ||
20 | |||
21 | if (s->ss_active && !s->pstate_ss) { | ||
22 | @@ -XXX,XX +XXX,XX @@ static void aarch64_tr_translate_insn(DisasContextBase *dcbase, CPUState *cpu) | ||
23 | return; | ||
24 | } | ||
25 | |||
26 | - s->pc_curr = s->base.pc_next; | ||
27 | - insn = arm_ldl_code(env, &s->base, s->base.pc_next, s->sctlr_b); | ||
28 | + s->pc_curr = pc; | ||
29 | + insn = arm_ldl_code(env, &s->base, pc, s->sctlr_b); | ||
30 | s->insn = insn; | ||
31 | - s->base.pc_next += 4; | ||
32 | + s->base.pc_next = pc + 4; | ||
33 | |||
34 | s->fp_access_checked = false; | ||
35 | s->sve_access_checked = false; | ||
36 | -- | ||
37 | 2.25.1 | ||
38 | |||
39 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | From: Richard Henderson <richard.henderson@linaro.org> | ||
1 | 2 | ||
3 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
4 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
6 | --- | ||
7 | target/arm/translate.c | 9 +++++---- | ||
8 | 1 file changed, 5 insertions(+), 4 deletions(-) | ||
9 | |||
10 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
11 | index XXXXXXX..XXXXXXX 100644 | ||
12 | --- a/target/arm/translate.c | ||
13 | +++ b/target/arm/translate.c | ||
14 | @@ -XXX,XX +XXX,XX @@ static void arm_tr_translate_insn(DisasContextBase *dcbase, CPUState *cpu) | ||
15 | { | ||
16 | DisasContext *dc = container_of(dcbase, DisasContext, base); | ||
17 | CPUARMState *env = cpu->env_ptr; | ||
18 | + uint32_t pc = dc->base.pc_next; | ||
19 | unsigned int insn; | ||
20 | |||
21 | if (arm_pre_translate_insn(dc)) { | ||
22 | - dc->base.pc_next += 4; | ||
23 | + dc->base.pc_next = pc + 4; | ||
24 | return; | ||
25 | } | ||
26 | |||
27 | - dc->pc_curr = dc->base.pc_next; | ||
28 | - insn = arm_ldl_code(env, &dc->base, dc->base.pc_next, dc->sctlr_b); | ||
29 | + dc->pc_curr = pc; | ||
30 | + insn = arm_ldl_code(env, &dc->base, pc, dc->sctlr_b); | ||
31 | dc->insn = insn; | ||
32 | - dc->base.pc_next += 4; | ||
33 | + dc->base.pc_next = pc + 4; | ||
34 | disas_arm_insn(dc, insn); | ||
35 | |||
36 | arm_post_translate_insn(dc); | ||
37 | -- | ||
38 | 2.25.1 | ||
39 | |||
40 | diff view generated by jsdifflib |
1 | From: Shashi Mallela <shashi.mallela@linaro.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Added properties to enable ITS feature and define qemu system | 3 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
4 | address space memory in gicv3 common,setup distributor and | ||
5 | redistributor registers to indicate LPI support. | ||
6 | |||
7 | Signed-off-by: Shashi Mallela <shashi.mallela@linaro.org> | ||
8 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 4 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
9 | Tested-by: Neil Armstrong <narmstrong@baylibre.com> | ||
10 | Message-id: 20210910143951.92242-6-shashi.mallela@linaro.org | ||
11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
12 | --- | 6 | --- |
13 | hw/intc/gicv3_internal.h | 2 ++ | 7 | target/arm/translate.c | 16 ++++++++-------- |
14 | include/hw/intc/arm_gicv3_common.h | 1 + | 8 | 1 file changed, 8 insertions(+), 8 deletions(-) |
15 | hw/intc/arm_gicv3_common.c | 12 ++++++++++++ | ||
16 | hw/intc/arm_gicv3_dist.c | 5 ++++- | ||
17 | hw/intc/arm_gicv3_redist.c | 12 +++++++++--- | ||
18 | 5 files changed, 28 insertions(+), 4 deletions(-) | ||
19 | 9 | ||
20 | diff --git a/hw/intc/gicv3_internal.h b/hw/intc/gicv3_internal.h | 10 | diff --git a/target/arm/translate.c b/target/arm/translate.c |
21 | index XXXXXXX..XXXXXXX 100644 | 11 | index XXXXXXX..XXXXXXX 100644 |
22 | --- a/hw/intc/gicv3_internal.h | 12 | --- a/target/arm/translate.c |
23 | +++ b/hw/intc/gicv3_internal.h | 13 | +++ b/target/arm/translate.c |
24 | @@ -XXX,XX +XXX,XX @@ | 14 | @@ -XXX,XX +XXX,XX @@ static void thumb_tr_translate_insn(DisasContextBase *dcbase, CPUState *cpu) |
25 | #define GICD_CTLR_E1NWF (1U << 7) | 15 | { |
26 | #define GICD_CTLR_RWP (1U << 31) | 16 | DisasContext *dc = container_of(dcbase, DisasContext, base); |
27 | 17 | CPUARMState *env = cpu->env_ptr; | |
28 | +#define GICD_TYPER_LPIS_SHIFT 17 | 18 | + uint32_t pc = dc->base.pc_next; |
29 | + | 19 | uint32_t insn; |
30 | /* 16 bits EventId */ | 20 | bool is_16bit; |
31 | #define GICD_TYPER_IDBITS 0xf | 21 | |
32 | 22 | if (arm_pre_translate_insn(dc)) { | |
33 | diff --git a/include/hw/intc/arm_gicv3_common.h b/include/hw/intc/arm_gicv3_common.h | 23 | - dc->base.pc_next += 2; |
34 | index XXXXXXX..XXXXXXX 100644 | 24 | + dc->base.pc_next = pc + 2; |
35 | --- a/include/hw/intc/arm_gicv3_common.h | ||
36 | +++ b/include/hw/intc/arm_gicv3_common.h | ||
37 | @@ -XXX,XX +XXX,XX @@ struct GICv3State { | ||
38 | uint32_t num_cpu; | ||
39 | uint32_t num_irq; | ||
40 | uint32_t revision; | ||
41 | + bool lpi_enable; | ||
42 | bool security_extn; | ||
43 | bool irq_reset_nonsecure; | ||
44 | bool gicd_no_migration_shift_bug; | ||
45 | diff --git a/hw/intc/arm_gicv3_common.c b/hw/intc/arm_gicv3_common.c | ||
46 | index XXXXXXX..XXXXXXX 100644 | ||
47 | --- a/hw/intc/arm_gicv3_common.c | ||
48 | +++ b/hw/intc/arm_gicv3_common.c | ||
49 | @@ -XXX,XX +XXX,XX @@ static void arm_gicv3_common_realize(DeviceState *dev, Error **errp) | ||
50 | return; | 25 | return; |
51 | } | 26 | } |
52 | 27 | ||
53 | + if (s->lpi_enable && !s->dma) { | 28 | - dc->pc_curr = dc->base.pc_next; |
54 | + error_setg(errp, "Redist-ITS: Guest 'sysmem' reference link not set"); | 29 | - insn = arm_lduw_code(env, &dc->base, dc->base.pc_next, dc->sctlr_b); |
55 | + return; | 30 | + dc->pc_curr = pc; |
56 | + } | 31 | + insn = arm_lduw_code(env, &dc->base, pc, dc->sctlr_b); |
57 | + | 32 | is_16bit = thumb_insn_is_16bit(dc, dc->base.pc_next, insn); |
58 | s->cpu = g_new0(GICv3CPUState, s->num_cpu); | 33 | - dc->base.pc_next += 2; |
59 | 34 | + pc += 2; | |
60 | for (i = 0; i < s->num_cpu; i++) { | 35 | if (!is_16bit) { |
61 | @@ -XXX,XX +XXX,XX @@ static void arm_gicv3_common_realize(DeviceState *dev, Error **errp) | 36 | - uint32_t insn2 = arm_lduw_code(env, &dc->base, dc->base.pc_next, |
62 | (1 << 24) | | 37 | - dc->sctlr_b); |
63 | (i << 8) | | 38 | - |
64 | (last << 4); | 39 | + uint32_t insn2 = arm_lduw_code(env, &dc->base, pc, dc->sctlr_b); |
65 | + | 40 | insn = insn << 16 | insn2; |
66 | + if (s->lpi_enable) { | 41 | - dc->base.pc_next += 2; |
67 | + s->cpu[i].gicr_typer |= GICR_TYPER_PLPIS; | 42 | + pc += 2; |
68 | + } | ||
69 | } | 43 | } |
70 | } | 44 | + dc->base.pc_next = pc; |
71 | 45 | dc->insn = insn; | |
72 | @@ -XXX,XX +XXX,XX @@ static Property arm_gicv3_common_properties[] = { | 46 | |
73 | DEFINE_PROP_UINT32("num-cpu", GICv3State, num_cpu, 1), | 47 | if (dc->pstate_il) { |
74 | DEFINE_PROP_UINT32("num-irq", GICv3State, num_irq, 32), | ||
75 | DEFINE_PROP_UINT32("revision", GICv3State, revision, 3), | ||
76 | + DEFINE_PROP_BOOL("has-lpi", GICv3State, lpi_enable, 0), | ||
77 | DEFINE_PROP_BOOL("has-security-extensions", GICv3State, security_extn, 0), | ||
78 | DEFINE_PROP_ARRAY("redist-region-count", GICv3State, nb_redist_regions, | ||
79 | redist_region_count, qdev_prop_uint32, uint32_t), | ||
80 | + DEFINE_PROP_LINK("sysmem", GICv3State, dma, TYPE_MEMORY_REGION, | ||
81 | + MemoryRegion *), | ||
82 | DEFINE_PROP_END_OF_LIST(), | ||
83 | }; | ||
84 | |||
85 | diff --git a/hw/intc/arm_gicv3_dist.c b/hw/intc/arm_gicv3_dist.c | ||
86 | index XXXXXXX..XXXXXXX 100644 | ||
87 | --- a/hw/intc/arm_gicv3_dist.c | ||
88 | +++ b/hw/intc/arm_gicv3_dist.c | ||
89 | @@ -XXX,XX +XXX,XX @@ static bool gicd_readl(GICv3State *s, hwaddr offset, | ||
90 | * A3V == 1 (non-zero values of Affinity level 3 supported) | ||
91 | * IDbits == 0xf (we support 16-bit interrupt identifiers) | ||
92 | * DVIS == 0 (Direct virtual LPI injection not supported) | ||
93 | - * LPIS == 0 (LPIs not supported) | ||
94 | + * LPIS == 1 (LPIs are supported if affinity routing is enabled) | ||
95 | + * num_LPIs == 0b00000 (bits [15:11],Number of LPIs as indicated | ||
96 | + * by GICD_TYPER.IDbits) | ||
97 | * MBIS == 0 (message-based SPIs not supported) | ||
98 | * SecurityExtn == 1 if security extns supported | ||
99 | * CPUNumber == 0 since for us ARE is always 1 | ||
100 | @@ -XXX,XX +XXX,XX @@ static bool gicd_readl(GICv3State *s, hwaddr offset, | ||
101 | bool sec_extn = !(s->gicd_ctlr & GICD_CTLR_DS); | ||
102 | |||
103 | *data = (1 << 25) | (1 << 24) | (sec_extn << 10) | | ||
104 | + (s->lpi_enable << GICD_TYPER_LPIS_SHIFT) | | ||
105 | (0xf << 19) | itlinesnumber; | ||
106 | return true; | ||
107 | } | ||
108 | diff --git a/hw/intc/arm_gicv3_redist.c b/hw/intc/arm_gicv3_redist.c | ||
109 | index XXXXXXX..XXXXXXX 100644 | ||
110 | --- a/hw/intc/arm_gicv3_redist.c | ||
111 | +++ b/hw/intc/arm_gicv3_redist.c | ||
112 | @@ -XXX,XX +XXX,XX @@ static MemTxResult gicr_writel(GICv3CPUState *cs, hwaddr offset, | ||
113 | case GICR_CTLR: | ||
114 | /* For our implementation, GICR_TYPER.DPGS is 0 and so all | ||
115 | * the DPG bits are RAZ/WI. We don't do anything asynchronously, | ||
116 | - * so UWP and RWP are RAZ/WI. And GICR_TYPER.LPIS is 0 (we don't | ||
117 | - * implement LPIs) so Enable_LPIs is RES0. So there are no writable | ||
118 | - * bits for us. | ||
119 | + * so UWP and RWP are RAZ/WI. GICR_TYPER.LPIS is 1 (we | ||
120 | + * implement LPIs) so Enable_LPIs is programmable. | ||
121 | */ | ||
122 | + if (cs->gicr_typer & GICR_TYPER_PLPIS) { | ||
123 | + if (value & GICR_CTLR_ENABLE_LPIS) { | ||
124 | + cs->gicr_ctlr |= GICR_CTLR_ENABLE_LPIS; | ||
125 | + } else { | ||
126 | + cs->gicr_ctlr &= ~GICR_CTLR_ENABLE_LPIS; | ||
127 | + } | ||
128 | + } | ||
129 | return MEMTX_OK; | ||
130 | case GICR_STATUSR: | ||
131 | /* RAZ/WI for our implementation */ | ||
132 | -- | 48 | -- |
133 | 2.20.1 | 49 | 2.25.1 |
134 | 50 | ||
135 | 51 | diff view generated by jsdifflib |
1 | From: Bin Meng <bmeng.cn@gmail.com> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | At present when input clock is disabled, any character transmitted | 3 | Create arm_check_ss_active and arm_check_kernelpage. |
4 | to tx fifo can still show on the serial line, which is wrong. | ||
5 | 4 | ||
6 | Fixes: b636db306e06 ("hw/char/cadence_uart: add clock support") | 5 | Reverse the order of the tests. While it doesn't matter in practice, |
7 | Signed-off-by: Bin Meng <bmeng.cn@gmail.com> | 6 | because only user-only has a kernel page and user-only never sets |
8 | Reviewed-by: Alistair Francis <alistair.francis@wdc.com> | 7 | ss_active, ss_active has priority over execution exceptions and it |
9 | Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> | 8 | is best to keep them in the proper order. |
10 | Message-id: 20210901124521.30599-3-bmeng.cn@gmail.com | 9 | |
10 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
11 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
12 | --- | 13 | --- |
13 | hw/char/cadence_uart.c | 5 +++++ | 14 | target/arm/translate.c | 10 +++++++--- |
14 | 1 file changed, 5 insertions(+) | 15 | 1 file changed, 7 insertions(+), 3 deletions(-) |
15 | 16 | ||
16 | diff --git a/hw/char/cadence_uart.c b/hw/char/cadence_uart.c | 17 | diff --git a/target/arm/translate.c b/target/arm/translate.c |
17 | index XXXXXXX..XXXXXXX 100644 | 18 | index XXXXXXX..XXXXXXX 100644 |
18 | --- a/hw/char/cadence_uart.c | 19 | --- a/target/arm/translate.c |
19 | +++ b/hw/char/cadence_uart.c | 20 | +++ b/target/arm/translate.c |
20 | @@ -XXX,XX +XXX,XX @@ static gboolean cadence_uart_xmit(void *do_not_use, GIOCondition cond, | 21 | @@ -XXX,XX +XXX,XX @@ static void arm_tr_insn_start(DisasContextBase *dcbase, CPUState *cpu) |
21 | static void uart_write_tx_fifo(CadenceUARTState *s, const uint8_t *buf, | 22 | dc->insn_start = tcg_last_op(); |
22 | int size) | 23 | } |
24 | |||
25 | -static bool arm_pre_translate_insn(DisasContext *dc) | ||
26 | +static bool arm_check_kernelpage(DisasContext *dc) | ||
23 | { | 27 | { |
24 | + /* ignore characters when unclocked or in reset */ | 28 | #ifdef CONFIG_USER_ONLY |
25 | + if (!clock_is_enabled(s->refclk) || device_is_in_reset(DEVICE(s))) { | 29 | /* Intercept jump to the magic kernel page. */ |
26 | + return; | 30 | @@ -XXX,XX +XXX,XX @@ static bool arm_pre_translate_insn(DisasContext *dc) |
27 | + } | 31 | return true; |
28 | + | 32 | } |
29 | if ((s->r[R_CR] & UART_CR_TX_DIS) || !(s->r[R_CR] & UART_CR_TX_EN)) { | 33 | #endif |
34 | + return false; | ||
35 | +} | ||
36 | |||
37 | +static bool arm_check_ss_active(DisasContext *dc) | ||
38 | +{ | ||
39 | if (dc->ss_active && !dc->pstate_ss) { | ||
40 | /* Singlestep state is Active-pending. | ||
41 | * If we're in this state at the start of a TB then either | ||
42 | @@ -XXX,XX +XXX,XX @@ static void arm_tr_translate_insn(DisasContextBase *dcbase, CPUState *cpu) | ||
43 | uint32_t pc = dc->base.pc_next; | ||
44 | unsigned int insn; | ||
45 | |||
46 | - if (arm_pre_translate_insn(dc)) { | ||
47 | + if (arm_check_ss_active(dc) || arm_check_kernelpage(dc)) { | ||
48 | dc->base.pc_next = pc + 4; | ||
49 | return; | ||
50 | } | ||
51 | @@ -XXX,XX +XXX,XX @@ static void thumb_tr_translate_insn(DisasContextBase *dcbase, CPUState *cpu) | ||
52 | uint32_t insn; | ||
53 | bool is_16bit; | ||
54 | |||
55 | - if (arm_pre_translate_insn(dc)) { | ||
56 | + if (arm_check_ss_active(dc) || arm_check_kernelpage(dc)) { | ||
57 | dc->base.pc_next = pc + 2; | ||
30 | return; | 58 | return; |
31 | } | 59 | } |
32 | -- | 60 | -- |
33 | 2.20.1 | 61 | 2.25.1 |
34 | 62 | ||
35 | 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 | It is confusing to have different exits from translation | 3 | The size of the code covered by a TranslationBlock cannot be 0; |
4 | for various conditions in separate functions. | 4 | this is checked via assert in tb_gen_code. |
5 | 5 | ||
6 | Merge disas_a64_insn into its only caller. Standardize | 6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
7 | on the "s" name for the DisasContext, as the code from | ||
8 | disas_a64_insn had more instances. | ||
9 | |||
10 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
11 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
12 | Message-id: 20210821195958.41312-3-richard.henderson@linaro.org | ||
13 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
14 | --- | 9 | --- |
15 | target/arm/translate-a64.c | 224 ++++++++++++++++++------------------- | 10 | target/arm/translate-a64.c | 1 + |
16 | 1 file changed, 109 insertions(+), 115 deletions(-) | 11 | 1 file changed, 1 insertion(+) |
17 | 12 | ||
18 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c | 13 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c |
19 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
20 | --- a/target/arm/translate-a64.c | 15 | --- a/target/arm/translate-a64.c |
21 | +++ b/target/arm/translate-a64.c | 16 | +++ b/target/arm/translate-a64.c |
22 | @@ -XXX,XX +XXX,XX @@ static bool btype_destination_ok(uint32_t insn, bool bt, int btype) | ||
23 | return false; | ||
24 | } | ||
25 | |||
26 | -/* C3.1 A64 instruction index by encoding */ | ||
27 | -static void disas_a64_insn(CPUARMState *env, DisasContext *s) | ||
28 | -{ | ||
29 | - uint32_t insn; | ||
30 | - | ||
31 | - s->pc_curr = s->base.pc_next; | ||
32 | - insn = arm_ldl_code(env, s->base.pc_next, s->sctlr_b); | ||
33 | - s->insn = insn; | ||
34 | - s->base.pc_next += 4; | ||
35 | - | ||
36 | - s->fp_access_checked = false; | ||
37 | - s->sve_access_checked = false; | ||
38 | - | ||
39 | - if (s->pstate_il) { | ||
40 | - /* | ||
41 | - * Illegal execution state. This has priority over BTI | ||
42 | - * exceptions, but comes after instruction abort exceptions. | ||
43 | - */ | ||
44 | - gen_exception_insn(s, s->pc_curr, EXCP_UDEF, | ||
45 | - syn_illegalstate(), default_exception_el(s)); | ||
46 | - return; | ||
47 | - } | ||
48 | - | ||
49 | - if (dc_isar_feature(aa64_bti, s)) { | ||
50 | - if (s->base.num_insns == 1) { | ||
51 | - /* | ||
52 | - * At the first insn of the TB, compute s->guarded_page. | ||
53 | - * We delayed computing this until successfully reading | ||
54 | - * the first insn of the TB, above. This (mostly) ensures | ||
55 | - * that the softmmu tlb entry has been populated, and the | ||
56 | - * page table GP bit is available. | ||
57 | - * | ||
58 | - * Note that we need to compute this even if btype == 0, | ||
59 | - * because this value is used for BR instructions later | ||
60 | - * where ENV is not available. | ||
61 | - */ | ||
62 | - s->guarded_page = is_guarded_page(env, s); | ||
63 | - | ||
64 | - /* First insn can have btype set to non-zero. */ | ||
65 | - tcg_debug_assert(s->btype >= 0); | ||
66 | - | ||
67 | - /* | ||
68 | - * Note that the Branch Target Exception has fairly high | ||
69 | - * priority -- below debugging exceptions but above most | ||
70 | - * everything else. This allows us to handle this now | ||
71 | - * instead of waiting until the insn is otherwise decoded. | ||
72 | - */ | ||
73 | - if (s->btype != 0 | ||
74 | - && s->guarded_page | ||
75 | - && !btype_destination_ok(insn, s->bt, s->btype)) { | ||
76 | - gen_exception_insn(s, s->pc_curr, EXCP_UDEF, | ||
77 | - syn_btitrap(s->btype), | ||
78 | - default_exception_el(s)); | ||
79 | - return; | ||
80 | - } | ||
81 | - } else { | ||
82 | - /* Not the first insn: btype must be 0. */ | ||
83 | - tcg_debug_assert(s->btype == 0); | ||
84 | - } | ||
85 | - } | ||
86 | - | ||
87 | - switch (extract32(insn, 25, 4)) { | ||
88 | - case 0x0: case 0x1: case 0x3: /* UNALLOCATED */ | ||
89 | - unallocated_encoding(s); | ||
90 | - break; | ||
91 | - case 0x2: | ||
92 | - if (!dc_isar_feature(aa64_sve, s) || !disas_sve(s, insn)) { | ||
93 | - unallocated_encoding(s); | ||
94 | - } | ||
95 | - break; | ||
96 | - case 0x8: case 0x9: /* Data processing - immediate */ | ||
97 | - disas_data_proc_imm(s, insn); | ||
98 | - break; | ||
99 | - case 0xa: case 0xb: /* Branch, exception generation and system insns */ | ||
100 | - disas_b_exc_sys(s, insn); | ||
101 | - break; | ||
102 | - case 0x4: | ||
103 | - case 0x6: | ||
104 | - case 0xc: | ||
105 | - case 0xe: /* Loads and stores */ | ||
106 | - disas_ldst(s, insn); | ||
107 | - break; | ||
108 | - case 0x5: | ||
109 | - case 0xd: /* Data processing - register */ | ||
110 | - disas_data_proc_reg(s, insn); | ||
111 | - break; | ||
112 | - case 0x7: | ||
113 | - case 0xf: /* Data processing - SIMD and floating point */ | ||
114 | - disas_data_proc_simd_fp(s, insn); | ||
115 | - break; | ||
116 | - default: | ||
117 | - assert(FALSE); /* all 15 cases should be handled above */ | ||
118 | - break; | ||
119 | - } | ||
120 | - | ||
121 | - /* if we allocated any temporaries, free them here */ | ||
122 | - free_tmp_a64(s); | ||
123 | - | ||
124 | - /* | ||
125 | - * After execution of most insns, btype is reset to 0. | ||
126 | - * Note that we set btype == -1 when the insn sets btype. | ||
127 | - */ | ||
128 | - if (s->btype > 0 && s->base.is_jmp != DISAS_NORETURN) { | ||
129 | - reset_btype(s); | ||
130 | - } | ||
131 | -} | ||
132 | - | ||
133 | static void aarch64_tr_init_disas_context(DisasContextBase *dcbase, | ||
134 | CPUState *cpu) | ||
135 | { | ||
136 | @@ -XXX,XX +XXX,XX @@ static void aarch64_tr_insn_start(DisasContextBase *dcbase, CPUState *cpu) | ||
137 | |||
138 | static void aarch64_tr_translate_insn(DisasContextBase *dcbase, CPUState *cpu) | ||
139 | { | ||
140 | - DisasContext *dc = container_of(dcbase, DisasContext, base); | ||
141 | + DisasContext *s = container_of(dcbase, DisasContext, base); | ||
142 | CPUARMState *env = cpu->env_ptr; | ||
143 | + uint32_t insn; | ||
144 | |||
145 | - if (dc->ss_active && !dc->pstate_ss) { | ||
146 | + if (s->ss_active && !s->pstate_ss) { | ||
147 | /* Singlestep state is Active-pending. | ||
148 | * If we're in this state at the start of a TB then either | ||
149 | * a) we just took an exception to an EL which is being debugged | ||
150 | @@ -XXX,XX +XXX,XX @@ static void aarch64_tr_translate_insn(DisasContextBase *dcbase, CPUState *cpu) | 17 | @@ -XXX,XX +XXX,XX @@ static void aarch64_tr_translate_insn(DisasContextBase *dcbase, CPUState *cpu) |
151 | * "did not step an insn" case, and so the syndrome ISV and EX | 18 | assert(s->base.num_insns == 1); |
152 | * bits should be zero. | 19 | gen_swstep_exception(s, 0, 0); |
153 | */ | 20 | s->base.is_jmp = DISAS_NORETURN; |
154 | - assert(dc->base.num_insns == 1); | 21 | + s->base.pc_next = pc + 4; |
155 | - gen_swstep_exception(dc, 0, 0); | 22 | return; |
156 | - dc->base.is_jmp = DISAS_NORETURN; | ||
157 | - } else { | ||
158 | - disas_a64_insn(env, dc); | ||
159 | + assert(s->base.num_insns == 1); | ||
160 | + gen_swstep_exception(s, 0, 0); | ||
161 | + s->base.is_jmp = DISAS_NORETURN; | ||
162 | + return; | ||
163 | } | 23 | } |
164 | 24 | ||
165 | - translator_loop_temp_check(&dc->base); | ||
166 | + s->pc_curr = s->base.pc_next; | ||
167 | + insn = arm_ldl_code(env, s->base.pc_next, s->sctlr_b); | ||
168 | + s->insn = insn; | ||
169 | + s->base.pc_next += 4; | ||
170 | + | ||
171 | + s->fp_access_checked = false; | ||
172 | + s->sve_access_checked = false; | ||
173 | + | ||
174 | + if (s->pstate_il) { | ||
175 | + /* | ||
176 | + * Illegal execution state. This has priority over BTI | ||
177 | + * exceptions, but comes after instruction abort exceptions. | ||
178 | + */ | ||
179 | + gen_exception_insn(s, s->pc_curr, EXCP_UDEF, | ||
180 | + syn_illegalstate(), default_exception_el(s)); | ||
181 | + return; | ||
182 | + } | ||
183 | + | ||
184 | + if (dc_isar_feature(aa64_bti, s)) { | ||
185 | + if (s->base.num_insns == 1) { | ||
186 | + /* | ||
187 | + * At the first insn of the TB, compute s->guarded_page. | ||
188 | + * We delayed computing this until successfully reading | ||
189 | + * the first insn of the TB, above. This (mostly) ensures | ||
190 | + * that the softmmu tlb entry has been populated, and the | ||
191 | + * page table GP bit is available. | ||
192 | + * | ||
193 | + * Note that we need to compute this even if btype == 0, | ||
194 | + * because this value is used for BR instructions later | ||
195 | + * where ENV is not available. | ||
196 | + */ | ||
197 | + s->guarded_page = is_guarded_page(env, s); | ||
198 | + | ||
199 | + /* First insn can have btype set to non-zero. */ | ||
200 | + tcg_debug_assert(s->btype >= 0); | ||
201 | + | ||
202 | + /* | ||
203 | + * Note that the Branch Target Exception has fairly high | ||
204 | + * priority -- below debugging exceptions but above most | ||
205 | + * everything else. This allows us to handle this now | ||
206 | + * instead of waiting until the insn is otherwise decoded. | ||
207 | + */ | ||
208 | + if (s->btype != 0 | ||
209 | + && s->guarded_page | ||
210 | + && !btype_destination_ok(insn, s->bt, s->btype)) { | ||
211 | + gen_exception_insn(s, s->pc_curr, EXCP_UDEF, | ||
212 | + syn_btitrap(s->btype), | ||
213 | + default_exception_el(s)); | ||
214 | + return; | ||
215 | + } | ||
216 | + } else { | ||
217 | + /* Not the first insn: btype must be 0. */ | ||
218 | + tcg_debug_assert(s->btype == 0); | ||
219 | + } | ||
220 | + } | ||
221 | + | ||
222 | + switch (extract32(insn, 25, 4)) { | ||
223 | + case 0x0: case 0x1: case 0x3: /* UNALLOCATED */ | ||
224 | + unallocated_encoding(s); | ||
225 | + break; | ||
226 | + case 0x2: | ||
227 | + if (!dc_isar_feature(aa64_sve, s) || !disas_sve(s, insn)) { | ||
228 | + unallocated_encoding(s); | ||
229 | + } | ||
230 | + break; | ||
231 | + case 0x8: case 0x9: /* Data processing - immediate */ | ||
232 | + disas_data_proc_imm(s, insn); | ||
233 | + break; | ||
234 | + case 0xa: case 0xb: /* Branch, exception generation and system insns */ | ||
235 | + disas_b_exc_sys(s, insn); | ||
236 | + break; | ||
237 | + case 0x4: | ||
238 | + case 0x6: | ||
239 | + case 0xc: | ||
240 | + case 0xe: /* Loads and stores */ | ||
241 | + disas_ldst(s, insn); | ||
242 | + break; | ||
243 | + case 0x5: | ||
244 | + case 0xd: /* Data processing - register */ | ||
245 | + disas_data_proc_reg(s, insn); | ||
246 | + break; | ||
247 | + case 0x7: | ||
248 | + case 0xf: /* Data processing - SIMD and floating point */ | ||
249 | + disas_data_proc_simd_fp(s, insn); | ||
250 | + break; | ||
251 | + default: | ||
252 | + assert(FALSE); /* all 15 cases should be handled above */ | ||
253 | + break; | ||
254 | + } | ||
255 | + | ||
256 | + /* if we allocated any temporaries, free them here */ | ||
257 | + free_tmp_a64(s); | ||
258 | + | ||
259 | + /* | ||
260 | + * After execution of most insns, btype is reset to 0. | ||
261 | + * Note that we set btype == -1 when the insn sets btype. | ||
262 | + */ | ||
263 | + if (s->btype > 0 && s->base.is_jmp != DISAS_NORETURN) { | ||
264 | + reset_btype(s); | ||
265 | + } | ||
266 | + | ||
267 | + translator_loop_temp_check(&s->base); | ||
268 | } | ||
269 | |||
270 | static void aarch64_tr_tb_stop(DisasContextBase *dcbase, CPUState *cpu) | ||
271 | -- | 25 | -- |
272 | 2.20.1 | 26 | 2.25.1 |
273 | 27 | ||
274 | 28 | diff view generated by jsdifflib |
1 | From: Shashi Mallela <shashi.mallela@linaro.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Defined descriptors for ITS device table,collection table and ITS | 3 | We will reuse this section of arm_deliver_fault for |
4 | command queue entities.Implemented register read/write functions, | 4 | raising pc alignment faults. |
5 | extract ITS table parameters and command queue parameters,extended | ||
6 | gicv3 common to capture qemu address space(which host the ITS table | ||
7 | platform memories required for subsequent ITS processing) and | ||
8 | initialize the same in ITS device. | ||
9 | 5 | ||
10 | Signed-off-by: Shashi Mallela <shashi.mallela@linaro.org> | 6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
11 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
12 | Reviewed-by: Eric Auger <eric.auger@redhat.com> | ||
13 | Tested-by: Neil Armstrong <narmstrong@baylibre.com> | ||
14 | Message-id: 20210910143951.92242-3-shashi.mallela@linaro.org | ||
15 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
16 | --- | 9 | --- |
17 | hw/intc/gicv3_internal.h | 29 ++ | 10 | target/arm/tlb_helper.c | 45 +++++++++++++++++++++++++---------------- |
18 | include/hw/intc/arm_gicv3_common.h | 3 + | 11 | 1 file changed, 28 insertions(+), 17 deletions(-) |
19 | include/hw/intc/arm_gicv3_its_common.h | 23 ++ | ||
20 | hw/intc/arm_gicv3_its.c | 376 +++++++++++++++++++++++++ | ||
21 | 4 files changed, 431 insertions(+) | ||
22 | 12 | ||
23 | diff --git a/hw/intc/gicv3_internal.h b/hw/intc/gicv3_internal.h | 13 | diff --git a/target/arm/tlb_helper.c b/target/arm/tlb_helper.c |
24 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
25 | --- a/hw/intc/gicv3_internal.h | 15 | --- a/target/arm/tlb_helper.c |
26 | +++ b/hw/intc/gicv3_internal.h | 16 | +++ b/target/arm/tlb_helper.c |
27 | @@ -XXX,XX +XXX,XX @@ FIELD(GITS_BASER, INNERCACHE, 59, 3) | 17 | @@ -XXX,XX +XXX,XX @@ static inline uint32_t merge_syn_data_abort(uint32_t template_syn, |
28 | FIELD(GITS_BASER, INDIRECT, 62, 1) | 18 | return syn; |
29 | FIELD(GITS_BASER, VALID, 63, 1) | 19 | } |
30 | 20 | ||
31 | +FIELD(GITS_CBASER, SIZE, 0, 8) | 21 | -static void QEMU_NORETURN arm_deliver_fault(ARMCPU *cpu, vaddr addr, |
32 | +FIELD(GITS_CBASER, SHAREABILITY, 10, 2) | 22 | - MMUAccessType access_type, |
33 | +FIELD(GITS_CBASER, PHYADDR, 12, 40) | 23 | - int mmu_idx, ARMMMUFaultInfo *fi) |
34 | +FIELD(GITS_CBASER, OUTERCACHE, 53, 3) | 24 | +static uint32_t compute_fsr_fsc(CPUARMState *env, ARMMMUFaultInfo *fi, |
35 | +FIELD(GITS_CBASER, INNERCACHE, 59, 3) | 25 | + int target_el, int mmu_idx, uint32_t *ret_fsc) |
36 | +FIELD(GITS_CBASER, VALID, 63, 1) | 26 | { |
37 | + | 27 | - CPUARMState *env = &cpu->env; |
38 | +FIELD(GITS_CREADR, STALLED, 0, 1) | 28 | - int target_el; |
39 | +FIELD(GITS_CREADR, OFFSET, 5, 15) | 29 | - bool same_el; |
40 | + | 30 | - uint32_t syn, exc, fsr, fsc; |
41 | +FIELD(GITS_CWRITER, RETRY, 0, 1) | 31 | ARMMMUIdx arm_mmu_idx = core_to_arm_mmu_idx(env, mmu_idx); |
42 | +FIELD(GITS_CWRITER, OFFSET, 5, 15) | 32 | - |
43 | + | 33 | - target_el = exception_target_el(env); |
44 | +FIELD(GITS_CTLR, ENABLED, 0, 1) | 34 | - if (fi->stage2) { |
45 | FIELD(GITS_CTLR, QUIESCENT, 31, 1) | 35 | - target_el = 2; |
46 | 36 | - env->cp15.hpfar_el2 = extract64(fi->s2addr, 12, 47) << 4; | |
47 | FIELD(GITS_TYPER, PHYSICAL, 0, 1) | 37 | - if (arm_is_secure_below_el3(env) && fi->s1ns) { |
48 | @@ -XXX,XX +XXX,XX @@ FIELD(GITS_TYPER, PTA, 19, 1) | 38 | - env->cp15.hpfar_el2 |= HPFAR_NS; |
49 | FIELD(GITS_TYPER, CIDBITS, 32, 4) | 39 | - } |
50 | FIELD(GITS_TYPER, CIL, 36, 1) | 40 | - } |
51 | 41 | - same_el = (arm_current_el(env) == target_el); | |
52 | +#define GITS_IDREGS 0xFFD0 | 42 | + uint32_t fsr, fsc; |
53 | + | 43 | |
54 | +#define ITS_CTLR_ENABLED (1U) /* ITS Enabled */ | 44 | if (target_el == 2 || arm_el_is_aa64(env, target_el) || |
55 | + | 45 | arm_s1_regime_using_lpae_format(env, arm_mmu_idx)) { |
56 | +#define GITS_BASER_RO_MASK (R_GITS_BASER_ENTRYSIZE_MASK | \ | 46 | @@ -XXX,XX +XXX,XX @@ static void QEMU_NORETURN arm_deliver_fault(ARMCPU *cpu, vaddr addr, |
57 | + R_GITS_BASER_TYPE_MASK) | 47 | fsc = 0x3f; |
58 | + | 48 | } |
59 | #define GITS_BASER_PAGESIZE_4K 0 | 49 | |
60 | #define GITS_BASER_PAGESIZE_16K 1 | 50 | + *ret_fsc = fsc; |
61 | #define GITS_BASER_PAGESIZE_64K 2 | 51 | + return fsr; |
62 | @@ -XXX,XX +XXX,XX @@ FIELD(GITS_TYPER, CIL, 36, 1) | ||
63 | #define GITS_BASER_TYPE_DEVICE 1ULL | ||
64 | #define GITS_BASER_TYPE_COLLECTION 4ULL | ||
65 | |||
66 | +#define GITS_PAGE_SIZE_4K 0x1000 | ||
67 | +#define GITS_PAGE_SIZE_16K 0x4000 | ||
68 | +#define GITS_PAGE_SIZE_64K 0x10000 | ||
69 | + | ||
70 | +#define L1TABLE_ENTRY_SIZE 8 | ||
71 | + | ||
72 | +#define GITS_CMDQ_ENTRY_SIZE 32 | ||
73 | + | ||
74 | /** | ||
75 | * Default features advertised by this version of ITS | ||
76 | */ | ||
77 | diff --git a/include/hw/intc/arm_gicv3_common.h b/include/hw/intc/arm_gicv3_common.h | ||
78 | index XXXXXXX..XXXXXXX 100644 | ||
79 | --- a/include/hw/intc/arm_gicv3_common.h | ||
80 | +++ b/include/hw/intc/arm_gicv3_common.h | ||
81 | @@ -XXX,XX +XXX,XX @@ struct GICv3State { | ||
82 | int dev_fd; /* kvm device fd if backed by kvm vgic support */ | ||
83 | Error *migration_blocker; | ||
84 | |||
85 | + MemoryRegion *dma; | ||
86 | + AddressSpace dma_as; | ||
87 | + | ||
88 | /* Distributor */ | ||
89 | |||
90 | /* for a GIC with the security extensions the NS banked version of this | ||
91 | diff --git a/include/hw/intc/arm_gicv3_its_common.h b/include/hw/intc/arm_gicv3_its_common.h | ||
92 | index XXXXXXX..XXXXXXX 100644 | ||
93 | --- a/include/hw/intc/arm_gicv3_its_common.h | ||
94 | +++ b/include/hw/intc/arm_gicv3_its_common.h | ||
95 | @@ -XXX,XX +XXX,XX @@ | ||
96 | |||
97 | #define GITS_TRANSLATER 0x0040 | ||
98 | |||
99 | +typedef struct { | ||
100 | + bool valid; | ||
101 | + bool indirect; | ||
102 | + uint16_t entry_sz; | ||
103 | + uint32_t page_sz; | ||
104 | + uint32_t max_entries; | ||
105 | + union { | ||
106 | + uint32_t max_devids; | ||
107 | + uint32_t max_collids; | ||
108 | + } maxids; | ||
109 | + uint64_t base_addr; | ||
110 | +} TableDesc; | ||
111 | + | ||
112 | +typedef struct { | ||
113 | + bool valid; | ||
114 | + uint32_t max_entries; | ||
115 | + uint64_t base_addr; | ||
116 | +} CmdQDesc; | ||
117 | + | ||
118 | struct GICv3ITSState { | ||
119 | SysBusDevice parent_obj; | ||
120 | |||
121 | @@ -XXX,XX +XXX,XX @@ struct GICv3ITSState { | ||
122 | uint64_t creadr; | ||
123 | uint64_t baser[8]; | ||
124 | |||
125 | + TableDesc dt; | ||
126 | + TableDesc ct; | ||
127 | + CmdQDesc cq; | ||
128 | + | ||
129 | Error *migration_blocker; | ||
130 | }; | ||
131 | |||
132 | diff --git a/hw/intc/arm_gicv3_its.c b/hw/intc/arm_gicv3_its.c | ||
133 | index XXXXXXX..XXXXXXX 100644 | ||
134 | --- a/hw/intc/arm_gicv3_its.c | ||
135 | +++ b/hw/intc/arm_gicv3_its.c | ||
136 | @@ -XXX,XX +XXX,XX @@ struct GICv3ITSClass { | ||
137 | void (*parent_reset)(DeviceState *dev); | ||
138 | }; | ||
139 | |||
140 | +static uint64_t baser_base_addr(uint64_t value, uint32_t page_sz) | ||
141 | +{ | ||
142 | + uint64_t result = 0; | ||
143 | + | ||
144 | + switch (page_sz) { | ||
145 | + case GITS_PAGE_SIZE_4K: | ||
146 | + case GITS_PAGE_SIZE_16K: | ||
147 | + result = FIELD_EX64(value, GITS_BASER, PHYADDR) << 12; | ||
148 | + break; | ||
149 | + | ||
150 | + case GITS_PAGE_SIZE_64K: | ||
151 | + result = FIELD_EX64(value, GITS_BASER, PHYADDRL_64K) << 16; | ||
152 | + result |= FIELD_EX64(value, GITS_BASER, PHYADDRH_64K) << 48; | ||
153 | + break; | ||
154 | + | ||
155 | + default: | ||
156 | + break; | ||
157 | + } | ||
158 | + return result; | ||
159 | +} | 52 | +} |
160 | + | 53 | + |
161 | +/* | 54 | +static void QEMU_NORETURN arm_deliver_fault(ARMCPU *cpu, vaddr addr, |
162 | + * This function extracts the ITS Device and Collection table specific | 55 | + MMUAccessType access_type, |
163 | + * parameters (like base_addr, size etc) from GITS_BASER register. | 56 | + int mmu_idx, ARMMMUFaultInfo *fi) |
164 | + * It is called during ITS enable and also during post_load migration | ||
165 | + */ | ||
166 | +static void extract_table_params(GICv3ITSState *s) | ||
167 | +{ | 57 | +{ |
168 | + uint16_t num_pages = 0; | 58 | + CPUARMState *env = &cpu->env; |
169 | + uint8_t page_sz_type; | 59 | + int target_el; |
170 | + uint8_t type; | 60 | + bool same_el; |
171 | + uint32_t page_sz = 0; | 61 | + uint32_t syn, exc, fsr, fsc; |
172 | + uint64_t value; | ||
173 | + | 62 | + |
174 | + for (int i = 0; i < 8; i++) { | 63 | + target_el = exception_target_el(env); |
175 | + value = s->baser[i]; | 64 | + if (fi->stage2) { |
176 | + | 65 | + target_el = 2; |
177 | + if (!value) { | 66 | + env->cp15.hpfar_el2 = extract64(fi->s2addr, 12, 47) << 4; |
178 | + continue; | 67 | + if (arm_is_secure_below_el3(env) && fi->s1ns) { |
179 | + } | 68 | + env->cp15.hpfar_el2 |= HPFAR_NS; |
180 | + | ||
181 | + page_sz_type = FIELD_EX64(value, GITS_BASER, PAGESIZE); | ||
182 | + | ||
183 | + switch (page_sz_type) { | ||
184 | + case 0: | ||
185 | + page_sz = GITS_PAGE_SIZE_4K; | ||
186 | + break; | ||
187 | + | ||
188 | + case 1: | ||
189 | + page_sz = GITS_PAGE_SIZE_16K; | ||
190 | + break; | ||
191 | + | ||
192 | + case 2: | ||
193 | + case 3: | ||
194 | + page_sz = GITS_PAGE_SIZE_64K; | ||
195 | + break; | ||
196 | + | ||
197 | + default: | ||
198 | + g_assert_not_reached(); | ||
199 | + } | ||
200 | + | ||
201 | + num_pages = FIELD_EX64(value, GITS_BASER, SIZE) + 1; | ||
202 | + | ||
203 | + type = FIELD_EX64(value, GITS_BASER, TYPE); | ||
204 | + | ||
205 | + switch (type) { | ||
206 | + | ||
207 | + case GITS_BASER_TYPE_DEVICE: | ||
208 | + memset(&s->dt, 0 , sizeof(s->dt)); | ||
209 | + s->dt.valid = FIELD_EX64(value, GITS_BASER, VALID); | ||
210 | + | ||
211 | + if (!s->dt.valid) { | ||
212 | + return; | ||
213 | + } | ||
214 | + | ||
215 | + s->dt.page_sz = page_sz; | ||
216 | + s->dt.indirect = FIELD_EX64(value, GITS_BASER, INDIRECT); | ||
217 | + s->dt.entry_sz = FIELD_EX64(value, GITS_BASER, ENTRYSIZE); | ||
218 | + | ||
219 | + if (!s->dt.indirect) { | ||
220 | + s->dt.max_entries = (num_pages * page_sz) / s->dt.entry_sz; | ||
221 | + } else { | ||
222 | + s->dt.max_entries = (((num_pages * page_sz) / | ||
223 | + L1TABLE_ENTRY_SIZE) * | ||
224 | + (page_sz / s->dt.entry_sz)); | ||
225 | + } | ||
226 | + | ||
227 | + s->dt.maxids.max_devids = (1UL << (FIELD_EX64(s->typer, GITS_TYPER, | ||
228 | + DEVBITS) + 1)); | ||
229 | + | ||
230 | + s->dt.base_addr = baser_base_addr(value, page_sz); | ||
231 | + | ||
232 | + break; | ||
233 | + | ||
234 | + case GITS_BASER_TYPE_COLLECTION: | ||
235 | + memset(&s->ct, 0 , sizeof(s->ct)); | ||
236 | + s->ct.valid = FIELD_EX64(value, GITS_BASER, VALID); | ||
237 | + | ||
238 | + /* | ||
239 | + * GITS_TYPER.HCC is 0 for this implementation | ||
240 | + * hence writes are discarded if ct.valid is 0 | ||
241 | + */ | ||
242 | + if (!s->ct.valid) { | ||
243 | + return; | ||
244 | + } | ||
245 | + | ||
246 | + s->ct.page_sz = page_sz; | ||
247 | + s->ct.indirect = FIELD_EX64(value, GITS_BASER, INDIRECT); | ||
248 | + s->ct.entry_sz = FIELD_EX64(value, GITS_BASER, ENTRYSIZE); | ||
249 | + | ||
250 | + if (!s->ct.indirect) { | ||
251 | + s->ct.max_entries = (num_pages * page_sz) / s->ct.entry_sz; | ||
252 | + } else { | ||
253 | + s->ct.max_entries = (((num_pages * page_sz) / | ||
254 | + L1TABLE_ENTRY_SIZE) * | ||
255 | + (page_sz / s->ct.entry_sz)); | ||
256 | + } | ||
257 | + | ||
258 | + if (FIELD_EX64(s->typer, GITS_TYPER, CIL)) { | ||
259 | + s->ct.maxids.max_collids = (1UL << (FIELD_EX64(s->typer, | ||
260 | + GITS_TYPER, CIDBITS) + 1)); | ||
261 | + } else { | ||
262 | + /* 16-bit CollectionId supported when CIL == 0 */ | ||
263 | + s->ct.maxids.max_collids = (1UL << 16); | ||
264 | + } | ||
265 | + | ||
266 | + s->ct.base_addr = baser_base_addr(value, page_sz); | ||
267 | + | ||
268 | + break; | ||
269 | + | ||
270 | + default: | ||
271 | + break; | ||
272 | + } | 69 | + } |
273 | + } | 70 | + } |
274 | +} | 71 | + same_el = (arm_current_el(env) == target_el); |
275 | + | 72 | + |
276 | +static void extract_cmdq_params(GICv3ITSState *s) | 73 | + fsr = compute_fsr_fsc(env, fi, target_el, mmu_idx, &fsc); |
277 | +{ | ||
278 | + uint16_t num_pages = 0; | ||
279 | + uint64_t value = s->cbaser; | ||
280 | + | 74 | + |
281 | + num_pages = FIELD_EX64(value, GITS_CBASER, SIZE) + 1; | 75 | if (access_type == MMU_INST_FETCH) { |
282 | + | 76 | syn = syn_insn_abort(same_el, fi->ea, fi->s1ptw, fsc); |
283 | + memset(&s->cq, 0 , sizeof(s->cq)); | 77 | exc = EXCP_PREFETCH_ABORT; |
284 | + s->cq.valid = FIELD_EX64(value, GITS_CBASER, VALID); | ||
285 | + | ||
286 | + if (s->cq.valid) { | ||
287 | + s->cq.max_entries = (num_pages * GITS_PAGE_SIZE_4K) / | ||
288 | + GITS_CMDQ_ENTRY_SIZE; | ||
289 | + s->cq.base_addr = FIELD_EX64(value, GITS_CBASER, PHYADDR); | ||
290 | + s->cq.base_addr <<= R_GITS_CBASER_PHYADDR_SHIFT; | ||
291 | + } | ||
292 | +} | ||
293 | + | ||
294 | static MemTxResult gicv3_its_translation_write(void *opaque, hwaddr offset, | ||
295 | uint64_t data, unsigned size, | ||
296 | MemTxAttrs attrs) | ||
297 | @@ -XXX,XX +XXX,XX @@ static bool its_writel(GICv3ITSState *s, hwaddr offset, | ||
298 | uint64_t value, MemTxAttrs attrs) | ||
299 | { | ||
300 | bool result = true; | ||
301 | + int index; | ||
302 | |||
303 | + switch (offset) { | ||
304 | + case GITS_CTLR: | ||
305 | + s->ctlr |= (value & ~(s->ctlr)); | ||
306 | + | ||
307 | + if (s->ctlr & ITS_CTLR_ENABLED) { | ||
308 | + extract_table_params(s); | ||
309 | + extract_cmdq_params(s); | ||
310 | + s->creadr = 0; | ||
311 | + } | ||
312 | + break; | ||
313 | + case GITS_CBASER: | ||
314 | + /* | ||
315 | + * IMPDEF choice:- GITS_CBASER register becomes RO if ITS is | ||
316 | + * already enabled | ||
317 | + */ | ||
318 | + if (!(s->ctlr & ITS_CTLR_ENABLED)) { | ||
319 | + s->cbaser = deposit64(s->cbaser, 0, 32, value); | ||
320 | + s->creadr = 0; | ||
321 | + s->cwriter = s->creadr; | ||
322 | + } | ||
323 | + break; | ||
324 | + case GITS_CBASER + 4: | ||
325 | + /* | ||
326 | + * IMPDEF choice:- GITS_CBASER register becomes RO if ITS is | ||
327 | + * already enabled | ||
328 | + */ | ||
329 | + if (!(s->ctlr & ITS_CTLR_ENABLED)) { | ||
330 | + s->cbaser = deposit64(s->cbaser, 32, 32, value); | ||
331 | + s->creadr = 0; | ||
332 | + s->cwriter = s->creadr; | ||
333 | + } | ||
334 | + break; | ||
335 | + case GITS_CWRITER: | ||
336 | + s->cwriter = deposit64(s->cwriter, 0, 32, | ||
337 | + (value & ~R_GITS_CWRITER_RETRY_MASK)); | ||
338 | + break; | ||
339 | + case GITS_CWRITER + 4: | ||
340 | + s->cwriter = deposit64(s->cwriter, 32, 32, value); | ||
341 | + break; | ||
342 | + case GITS_CREADR: | ||
343 | + if (s->gicv3->gicd_ctlr & GICD_CTLR_DS) { | ||
344 | + s->creadr = deposit64(s->creadr, 0, 32, | ||
345 | + (value & ~R_GITS_CREADR_STALLED_MASK)); | ||
346 | + } else { | ||
347 | + /* RO register, ignore the write */ | ||
348 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
349 | + "%s: invalid guest write to RO register at offset " | ||
350 | + TARGET_FMT_plx "\n", __func__, offset); | ||
351 | + } | ||
352 | + break; | ||
353 | + case GITS_CREADR + 4: | ||
354 | + if (s->gicv3->gicd_ctlr & GICD_CTLR_DS) { | ||
355 | + s->creadr = deposit64(s->creadr, 32, 32, value); | ||
356 | + } else { | ||
357 | + /* RO register, ignore the write */ | ||
358 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
359 | + "%s: invalid guest write to RO register at offset " | ||
360 | + TARGET_FMT_plx "\n", __func__, offset); | ||
361 | + } | ||
362 | + break; | ||
363 | + case GITS_BASER ... GITS_BASER + 0x3f: | ||
364 | + /* | ||
365 | + * IMPDEF choice:- GITS_BASERn register becomes RO if ITS is | ||
366 | + * already enabled | ||
367 | + */ | ||
368 | + if (!(s->ctlr & ITS_CTLR_ENABLED)) { | ||
369 | + index = (offset - GITS_BASER) / 8; | ||
370 | + | ||
371 | + if (offset & 7) { | ||
372 | + value <<= 32; | ||
373 | + value &= ~GITS_BASER_RO_MASK; | ||
374 | + s->baser[index] &= GITS_BASER_RO_MASK | MAKE_64BIT_MASK(0, 32); | ||
375 | + s->baser[index] |= value; | ||
376 | + } else { | ||
377 | + value &= ~GITS_BASER_RO_MASK; | ||
378 | + s->baser[index] &= GITS_BASER_RO_MASK | MAKE_64BIT_MASK(32, 32); | ||
379 | + s->baser[index] |= value; | ||
380 | + } | ||
381 | + } | ||
382 | + break; | ||
383 | + case GITS_IIDR: | ||
384 | + case GITS_IDREGS ... GITS_IDREGS + 0x2f: | ||
385 | + /* RO registers, ignore the write */ | ||
386 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
387 | + "%s: invalid guest write to RO register at offset " | ||
388 | + TARGET_FMT_plx "\n", __func__, offset); | ||
389 | + break; | ||
390 | + default: | ||
391 | + result = false; | ||
392 | + break; | ||
393 | + } | ||
394 | return result; | ||
395 | } | ||
396 | |||
397 | @@ -XXX,XX +XXX,XX @@ static bool its_readl(GICv3ITSState *s, hwaddr offset, | ||
398 | uint64_t *data, MemTxAttrs attrs) | ||
399 | { | ||
400 | bool result = true; | ||
401 | + int index; | ||
402 | |||
403 | + switch (offset) { | ||
404 | + case GITS_CTLR: | ||
405 | + *data = s->ctlr; | ||
406 | + break; | ||
407 | + case GITS_IIDR: | ||
408 | + *data = gicv3_iidr(); | ||
409 | + break; | ||
410 | + case GITS_IDREGS ... GITS_IDREGS + 0x2f: | ||
411 | + /* ID registers */ | ||
412 | + *data = gicv3_idreg(offset - GITS_IDREGS); | ||
413 | + break; | ||
414 | + case GITS_TYPER: | ||
415 | + *data = extract64(s->typer, 0, 32); | ||
416 | + break; | ||
417 | + case GITS_TYPER + 4: | ||
418 | + *data = extract64(s->typer, 32, 32); | ||
419 | + break; | ||
420 | + case GITS_CBASER: | ||
421 | + *data = extract64(s->cbaser, 0, 32); | ||
422 | + break; | ||
423 | + case GITS_CBASER + 4: | ||
424 | + *data = extract64(s->cbaser, 32, 32); | ||
425 | + break; | ||
426 | + case GITS_CREADR: | ||
427 | + *data = extract64(s->creadr, 0, 32); | ||
428 | + break; | ||
429 | + case GITS_CREADR + 4: | ||
430 | + *data = extract64(s->creadr, 32, 32); | ||
431 | + break; | ||
432 | + case GITS_CWRITER: | ||
433 | + *data = extract64(s->cwriter, 0, 32); | ||
434 | + break; | ||
435 | + case GITS_CWRITER + 4: | ||
436 | + *data = extract64(s->cwriter, 32, 32); | ||
437 | + break; | ||
438 | + case GITS_BASER ... GITS_BASER + 0x3f: | ||
439 | + index = (offset - GITS_BASER) / 8; | ||
440 | + if (offset & 7) { | ||
441 | + *data = extract64(s->baser[index], 32, 32); | ||
442 | + } else { | ||
443 | + *data = extract64(s->baser[index], 0, 32); | ||
444 | + } | ||
445 | + break; | ||
446 | + default: | ||
447 | + result = false; | ||
448 | + break; | ||
449 | + } | ||
450 | return result; | ||
451 | } | ||
452 | |||
453 | @@ -XXX,XX +XXX,XX @@ static bool its_writell(GICv3ITSState *s, hwaddr offset, | ||
454 | uint64_t value, MemTxAttrs attrs) | ||
455 | { | ||
456 | bool result = true; | ||
457 | + int index; | ||
458 | |||
459 | + switch (offset) { | ||
460 | + case GITS_BASER ... GITS_BASER + 0x3f: | ||
461 | + /* | ||
462 | + * IMPDEF choice:- GITS_BASERn register becomes RO if ITS is | ||
463 | + * already enabled | ||
464 | + */ | ||
465 | + if (!(s->ctlr & ITS_CTLR_ENABLED)) { | ||
466 | + index = (offset - GITS_BASER) / 8; | ||
467 | + s->baser[index] &= GITS_BASER_RO_MASK; | ||
468 | + s->baser[index] |= (value & ~GITS_BASER_RO_MASK); | ||
469 | + } | ||
470 | + break; | ||
471 | + case GITS_CBASER: | ||
472 | + /* | ||
473 | + * IMPDEF choice:- GITS_CBASER register becomes RO if ITS is | ||
474 | + * already enabled | ||
475 | + */ | ||
476 | + if (!(s->ctlr & ITS_CTLR_ENABLED)) { | ||
477 | + s->cbaser = value; | ||
478 | + s->creadr = 0; | ||
479 | + s->cwriter = s->creadr; | ||
480 | + } | ||
481 | + break; | ||
482 | + case GITS_CWRITER: | ||
483 | + s->cwriter = value & ~R_GITS_CWRITER_RETRY_MASK; | ||
484 | + break; | ||
485 | + case GITS_CREADR: | ||
486 | + if (s->gicv3->gicd_ctlr & GICD_CTLR_DS) { | ||
487 | + s->creadr = value & ~R_GITS_CREADR_STALLED_MASK; | ||
488 | + } else { | ||
489 | + /* RO register, ignore the write */ | ||
490 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
491 | + "%s: invalid guest write to RO register at offset " | ||
492 | + TARGET_FMT_plx "\n", __func__, offset); | ||
493 | + } | ||
494 | + break; | ||
495 | + case GITS_TYPER: | ||
496 | + /* RO registers, ignore the write */ | ||
497 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
498 | + "%s: invalid guest write to RO register at offset " | ||
499 | + TARGET_FMT_plx "\n", __func__, offset); | ||
500 | + break; | ||
501 | + default: | ||
502 | + result = false; | ||
503 | + break; | ||
504 | + } | ||
505 | return result; | ||
506 | } | ||
507 | |||
508 | @@ -XXX,XX +XXX,XX @@ static bool its_readll(GICv3ITSState *s, hwaddr offset, | ||
509 | uint64_t *data, MemTxAttrs attrs) | ||
510 | { | ||
511 | bool result = true; | ||
512 | + int index; | ||
513 | |||
514 | + switch (offset) { | ||
515 | + case GITS_TYPER: | ||
516 | + *data = s->typer; | ||
517 | + break; | ||
518 | + case GITS_BASER ... GITS_BASER + 0x3f: | ||
519 | + index = (offset - GITS_BASER) / 8; | ||
520 | + *data = s->baser[index]; | ||
521 | + break; | ||
522 | + case GITS_CBASER: | ||
523 | + *data = s->cbaser; | ||
524 | + break; | ||
525 | + case GITS_CREADR: | ||
526 | + *data = s->creadr; | ||
527 | + break; | ||
528 | + case GITS_CWRITER: | ||
529 | + *data = s->cwriter; | ||
530 | + break; | ||
531 | + default: | ||
532 | + result = false; | ||
533 | + break; | ||
534 | + } | ||
535 | return result; | ||
536 | } | ||
537 | |||
538 | @@ -XXX,XX +XXX,XX @@ static void gicv3_arm_its_realize(DeviceState *dev, Error **errp) | ||
539 | |||
540 | gicv3_its_init_mmio(s, &gicv3_its_control_ops, &gicv3_its_translation_ops); | ||
541 | |||
542 | + address_space_init(&s->gicv3->dma_as, s->gicv3->dma, | ||
543 | + "gicv3-its-sysmem"); | ||
544 | + | ||
545 | /* set the ITS default features supported */ | ||
546 | s->typer = FIELD_DP64(s->typer, GITS_TYPER, PHYSICAL, | ||
547 | GITS_TYPE_PHYSICAL); | ||
548 | @@ -XXX,XX +XXX,XX @@ static void gicv3_its_reset(DeviceState *dev) | ||
549 | GITS_CTE_SIZE - 1); | ||
550 | } | ||
551 | |||
552 | +static void gicv3_its_post_load(GICv3ITSState *s) | ||
553 | +{ | ||
554 | + if (s->ctlr & ITS_CTLR_ENABLED) { | ||
555 | + extract_table_params(s); | ||
556 | + extract_cmdq_params(s); | ||
557 | + } | ||
558 | +} | ||
559 | + | ||
560 | static Property gicv3_its_props[] = { | ||
561 | DEFINE_PROP_LINK("parent-gicv3", GICv3ITSState, gicv3, "arm-gicv3", | ||
562 | GICv3State *), | ||
563 | @@ -XXX,XX +XXX,XX @@ static void gicv3_its_class_init(ObjectClass *klass, void *data) | ||
564 | { | ||
565 | DeviceClass *dc = DEVICE_CLASS(klass); | ||
566 | GICv3ITSClass *ic = ARM_GICV3_ITS_CLASS(klass); | ||
567 | + GICv3ITSCommonClass *icc = ARM_GICV3_ITS_COMMON_CLASS(klass); | ||
568 | |||
569 | dc->realize = gicv3_arm_its_realize; | ||
570 | device_class_set_props(dc, gicv3_its_props); | ||
571 | device_class_set_parent_reset(dc, gicv3_its_reset, &ic->parent_reset); | ||
572 | + icc->post_load = gicv3_its_post_load; | ||
573 | } | ||
574 | |||
575 | static const TypeInfo gicv3_its_info = { | ||
576 | -- | 78 | -- |
577 | 2.20.1 | 79 | 2.25.1 |
578 | 80 | ||
579 | 81 | diff view generated by jsdifflib |
1 | In v8A, the PSTATE.IL bit is set for various kinds of illegal | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | exception return or mode-change attempts. We already set PSTATE.IL | 2 | |
3 | (or its AArch32 equivalent CPSR.IL) in all those cases, but we | 3 | For A64, any input to an indirect branch can cause this. |
4 | weren't implementing the part of the behaviour where attempting to | 4 | |
5 | execute an instruction with PSTATE.IL takes an immediate exception | 5 | For A32, many indirect branch paths force the branch to be aligned, |
6 | with an appropriate syndrome value. | 6 | but BXWritePC does not. This includes the BX instruction but also |
7 | 7 | other interworking changes to PC. Prior to v8, this case is UNDEFINED. | |
8 | Add a new TB flags bit tracking PSTATE.IL/CPSR.IL, and generate code | 8 | With v8, this is CONSTRAINED UNPREDICTABLE and may either raise an |
9 | to take an exception instead of whatever the instruction would have | 9 | exception or force align the PC. |
10 | been. | 10 | |
11 | 11 | We choose to raise an exception because we have the infrastructure, | |
12 | PSTATE.IL and CPSR.IL change only on exception entry, attempted | 12 | it makes the generated code for gen_bx simpler, and it has the |
13 | exception exit, and various AArch32 mode changes via cpsr_write(). | 13 | possibility of catching more guest bugs. |
14 | These places generally already rebuild the hflags, so the only place | 14 | |
15 | we need an extra rebuild_hflags call is in the illegal-return | 15 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
16 | codepath of the AArch64 exception_return helper. | 16 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
17 | |||
18 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 17 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
19 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
20 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
21 | Message-id: 20210821195958.41312-2-richard.henderson@linaro.org | ||
22 | Message-Id: <20210817162118.24319-1-peter.maydell@linaro.org> | ||
23 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
24 | [rth: Added missing returns; set IL bit in syndrome] | ||
25 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
26 | --- | 18 | --- |
27 | target/arm/cpu.h | 1 + | 19 | target/arm/helper.h | 1 + |
28 | target/arm/syndrome.h | 5 +++++ | 20 | target/arm/syndrome.h | 5 ++++ |
29 | target/arm/translate.h | 2 ++ | 21 | linux-user/aarch64/cpu_loop.c | 46 ++++++++++++++++++++--------------- |
30 | target/arm/helper-a64.c | 1 + | 22 | target/arm/tlb_helper.c | 18 ++++++++++++++ |
31 | target/arm/helper.c | 8 ++++++++ | 23 | target/arm/translate-a64.c | 15 ++++++++++++ |
32 | target/arm/translate-a64.c | 11 +++++++++++ | 24 | target/arm/translate.c | 22 ++++++++++++++++- |
33 | target/arm/translate.c | 21 +++++++++++++++++++++ | 25 | 6 files changed, 87 insertions(+), 20 deletions(-) |
34 | 7 files changed, 49 insertions(+) | 26 | |
35 | 27 | diff --git a/target/arm/helper.h b/target/arm/helper.h | |
36 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | 28 | index XXXXXXX..XXXXXXX 100644 |
37 | index XXXXXXX..XXXXXXX 100644 | 29 | --- a/target/arm/helper.h |
38 | --- a/target/arm/cpu.h | 30 | +++ b/target/arm/helper.h |
39 | +++ b/target/arm/cpu.h | 31 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_3(sel_flags, TCG_CALL_NO_RWG_SE, |
40 | @@ -XXX,XX +XXX,XX @@ FIELD(TBFLAG_ANY, FPEXC_EL, 8, 2) | 32 | DEF_HELPER_2(exception_internal, void, env, i32) |
41 | FIELD(TBFLAG_ANY, DEBUG_TARGET_EL, 10, 2) | 33 | DEF_HELPER_4(exception_with_syndrome, void, env, i32, i32, i32) |
42 | /* Memory operations require alignment: SCTLR_ELx.A or CCR.UNALIGN_TRP */ | 34 | DEF_HELPER_2(exception_bkpt_insn, void, env, i32) |
43 | FIELD(TBFLAG_ANY, ALIGN_MEM, 12, 1) | 35 | +DEF_HELPER_2(exception_pc_alignment, noreturn, env, tl) |
44 | +FIELD(TBFLAG_ANY, PSTATE__IL, 13, 1) | 36 | DEF_HELPER_1(setend, void, env) |
45 | 37 | DEF_HELPER_2(wfi, void, env, i32) | |
46 | /* | 38 | DEF_HELPER_1(wfe, void, env) |
47 | * Bit usage when in AArch32 state, both A- and M-profile. | ||
48 | diff --git a/target/arm/syndrome.h b/target/arm/syndrome.h | 39 | diff --git a/target/arm/syndrome.h b/target/arm/syndrome.h |
49 | index XXXXXXX..XXXXXXX 100644 | 40 | index XXXXXXX..XXXXXXX 100644 |
50 | --- a/target/arm/syndrome.h | 41 | --- a/target/arm/syndrome.h |
51 | +++ b/target/arm/syndrome.h | 42 | +++ b/target/arm/syndrome.h |
52 | @@ -XXX,XX +XXX,XX @@ static inline uint32_t syn_wfx(int cv, int cond, int ti, bool is_16bit) | 43 | @@ -XXX,XX +XXX,XX @@ static inline uint32_t syn_illegalstate(void) |
53 | (cv << 24) | (cond << 20) | ti; | 44 | return (EC_ILLEGALSTATE << ARM_EL_EC_SHIFT) | ARM_EL_IL; |
54 | } | 45 | } |
55 | 46 | ||
56 | +static inline uint32_t syn_illegalstate(void) | 47 | +static inline uint32_t syn_pcalignment(void) |
57 | +{ | 48 | +{ |
58 | + return (EC_ILLEGALSTATE << ARM_EL_EC_SHIFT) | ARM_EL_IL; | 49 | + return (EC_PCALIGNMENT << ARM_EL_EC_SHIFT) | ARM_EL_IL; |
59 | +} | 50 | +} |
60 | + | 51 | + |
61 | #endif /* TARGET_ARM_SYNDROME_H */ | 52 | #endif /* TARGET_ARM_SYNDROME_H */ |
62 | diff --git a/target/arm/translate.h b/target/arm/translate.h | 53 | diff --git a/linux-user/aarch64/cpu_loop.c b/linux-user/aarch64/cpu_loop.c |
63 | index XXXXXXX..XXXXXXX 100644 | 54 | index XXXXXXX..XXXXXXX 100644 |
64 | --- a/target/arm/translate.h | 55 | --- a/linux-user/aarch64/cpu_loop.c |
65 | +++ b/target/arm/translate.h | 56 | +++ b/linux-user/aarch64/cpu_loop.c |
66 | @@ -XXX,XX +XXX,XX @@ typedef struct DisasContext { | 57 | @@ -XXX,XX +XXX,XX @@ void cpu_loop(CPUARMState *env) |
67 | bool hstr_active; | 58 | break; |
68 | /* True if memory operations require alignment */ | 59 | case EXCP_PREFETCH_ABORT: |
69 | bool align_mem; | 60 | case EXCP_DATA_ABORT: |
70 | + /* True if PSTATE.IL is set */ | 61 | - /* We should only arrive here with EC in {DATAABORT, INSNABORT}. */ |
71 | + bool pstate_il; | 62 | ec = syn_get_ec(env->exception.syndrome); |
72 | /* | 63 | - assert(ec == EC_DATAABORT || ec == EC_INSNABORT); |
73 | * >= 0, a copy of PSTATE.BTYPE, which will be 0 without v8.5-BTI. | 64 | - |
74 | * < 0, set by the current instruction. | 65 | - /* Both EC have the same format for FSC, or close enough. */ |
75 | diff --git a/target/arm/helper-a64.c b/target/arm/helper-a64.c | 66 | - fsc = extract32(env->exception.syndrome, 0, 6); |
76 | index XXXXXXX..XXXXXXX 100644 | 67 | - switch (fsc) { |
77 | --- a/target/arm/helper-a64.c | 68 | - case 0x04 ... 0x07: /* Translation fault, level {0-3} */ |
78 | +++ b/target/arm/helper-a64.c | 69 | - si_signo = TARGET_SIGSEGV; |
79 | @@ -XXX,XX +XXX,XX @@ illegal_return: | 70 | - si_code = TARGET_SEGV_MAPERR; |
80 | if (!arm_singlestep_active(env)) { | 71 | + switch (ec) { |
81 | env->pstate &= ~PSTATE_SS; | 72 | + case EC_DATAABORT: |
82 | } | 73 | + case EC_INSNABORT: |
83 | + helper_rebuild_hflags_a64(env, cur_el); | 74 | + /* Both EC have the same format for FSC, or close enough. */ |
84 | qemu_log_mask(LOG_GUEST_ERROR, "Illegal exception return at EL%d: " | 75 | + fsc = extract32(env->exception.syndrome, 0, 6); |
85 | "resuming execution at 0x%" PRIx64 "\n", cur_el, env->pc); | 76 | + switch (fsc) { |
77 | + case 0x04 ... 0x07: /* Translation fault, level {0-3} */ | ||
78 | + si_signo = TARGET_SIGSEGV; | ||
79 | + si_code = TARGET_SEGV_MAPERR; | ||
80 | + break; | ||
81 | + case 0x09 ... 0x0b: /* Access flag fault, level {1-3} */ | ||
82 | + case 0x0d ... 0x0f: /* Permission fault, level {1-3} */ | ||
83 | + si_signo = TARGET_SIGSEGV; | ||
84 | + si_code = TARGET_SEGV_ACCERR; | ||
85 | + break; | ||
86 | + case 0x11: /* Synchronous Tag Check Fault */ | ||
87 | + si_signo = TARGET_SIGSEGV; | ||
88 | + si_code = TARGET_SEGV_MTESERR; | ||
89 | + break; | ||
90 | + case 0x21: /* Alignment fault */ | ||
91 | + si_signo = TARGET_SIGBUS; | ||
92 | + si_code = TARGET_BUS_ADRALN; | ||
93 | + break; | ||
94 | + default: | ||
95 | + g_assert_not_reached(); | ||
96 | + } | ||
97 | break; | ||
98 | - case 0x09 ... 0x0b: /* Access flag fault, level {1-3} */ | ||
99 | - case 0x0d ... 0x0f: /* Permission fault, level {1-3} */ | ||
100 | - si_signo = TARGET_SIGSEGV; | ||
101 | - si_code = TARGET_SEGV_ACCERR; | ||
102 | - break; | ||
103 | - case 0x11: /* Synchronous Tag Check Fault */ | ||
104 | - si_signo = TARGET_SIGSEGV; | ||
105 | - si_code = TARGET_SEGV_MTESERR; | ||
106 | - break; | ||
107 | - case 0x21: /* Alignment fault */ | ||
108 | + case EC_PCALIGNMENT: | ||
109 | si_signo = TARGET_SIGBUS; | ||
110 | si_code = TARGET_BUS_ADRALN; | ||
111 | break; | ||
112 | diff --git a/target/arm/tlb_helper.c b/target/arm/tlb_helper.c | ||
113 | index XXXXXXX..XXXXXXX 100644 | ||
114 | --- a/target/arm/tlb_helper.c | ||
115 | +++ b/target/arm/tlb_helper.c | ||
116 | @@ -XXX,XX +XXX,XX @@ | ||
117 | #include "cpu.h" | ||
118 | #include "internals.h" | ||
119 | #include "exec/exec-all.h" | ||
120 | +#include "exec/helper-proto.h" | ||
121 | |||
122 | static inline uint32_t merge_syn_data_abort(uint32_t template_syn, | ||
123 | unsigned int target_el, | ||
124 | @@ -XXX,XX +XXX,XX @@ void arm_cpu_do_unaligned_access(CPUState *cs, vaddr vaddr, | ||
125 | arm_deliver_fault(cpu, vaddr, access_type, mmu_idx, &fi); | ||
86 | } | 126 | } |
87 | diff --git a/target/arm/helper.c b/target/arm/helper.c | 127 | |
88 | index XXXXXXX..XXXXXXX 100644 | 128 | +void helper_exception_pc_alignment(CPUARMState *env, target_ulong pc) |
89 | --- a/target/arm/helper.c | 129 | +{ |
90 | +++ b/target/arm/helper.c | 130 | + ARMMMUFaultInfo fi = { .type = ARMFault_Alignment }; |
91 | @@ -XXX,XX +XXX,XX @@ static CPUARMTBFlags rebuild_hflags_a32(CPUARMState *env, int fp_el, | 131 | + int target_el = exception_target_el(env); |
92 | DP_TBFLAG_A32(flags, HSTR_ACTIVE, 1); | 132 | + int mmu_idx = cpu_mmu_index(env, true); |
93 | } | 133 | + uint32_t fsc; |
94 | 134 | + | |
95 | + if (env->uncached_cpsr & CPSR_IL) { | 135 | + env->exception.vaddress = pc; |
96 | + DP_TBFLAG_ANY(flags, PSTATE__IL, 1); | 136 | + |
97 | + } | 137 | + /* |
98 | + | 138 | + * Note that the fsc is not applicable to this exception, |
99 | return rebuild_hflags_common_32(env, fp_el, mmu_idx, flags); | 139 | + * since any syndrome is pcalignment not insn_abort. |
100 | } | 140 | + */ |
101 | 141 | + env->exception.fsr = compute_fsr_fsc(env, &fi, target_el, mmu_idx, &fsc); | |
102 | @@ -XXX,XX +XXX,XX @@ static CPUARMTBFlags rebuild_hflags_a64(CPUARMState *env, int el, int fp_el, | 142 | + raise_exception(env, EXCP_PREFETCH_ABORT, syn_pcalignment(), target_el); |
103 | } | 143 | +} |
104 | } | 144 | + |
105 | 145 | #if !defined(CONFIG_USER_ONLY) | |
106 | + if (env->pstate & PSTATE_IL) { | 146 | |
107 | + DP_TBFLAG_ANY(flags, PSTATE__IL, 1); | 147 | /* |
108 | + } | ||
109 | + | ||
110 | if (cpu_isar_feature(aa64_mte, env_archcpu(env))) { | ||
111 | /* | ||
112 | * Set MTE_ACTIVE if any access may be Checked, and leave clear | ||
113 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c | 148 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c |
114 | index XXXXXXX..XXXXXXX 100644 | 149 | index XXXXXXX..XXXXXXX 100644 |
115 | --- a/target/arm/translate-a64.c | 150 | --- a/target/arm/translate-a64.c |
116 | +++ b/target/arm/translate-a64.c | 151 | +++ b/target/arm/translate-a64.c |
117 | @@ -XXX,XX +XXX,XX @@ static void disas_a64_insn(CPUARMState *env, DisasContext *s) | 152 | @@ -XXX,XX +XXX,XX @@ static void aarch64_tr_translate_insn(DisasContextBase *dcbase, CPUState *cpu) |
118 | s->fp_access_checked = false; | 153 | uint64_t pc = s->base.pc_next; |
119 | s->sve_access_checked = false; | 154 | uint32_t insn; |
120 | 155 | ||
121 | + if (s->pstate_il) { | 156 | + /* Singlestep exceptions have the highest priority. */ |
157 | if (s->ss_active && !s->pstate_ss) { | ||
158 | /* Singlestep state is Active-pending. | ||
159 | * If we're in this state at the start of a TB then either | ||
160 | @@ -XXX,XX +XXX,XX @@ static void aarch64_tr_translate_insn(DisasContextBase *dcbase, CPUState *cpu) | ||
161 | return; | ||
162 | } | ||
163 | |||
164 | + if (pc & 3) { | ||
122 | + /* | 165 | + /* |
123 | + * Illegal execution state. This has priority over BTI | 166 | + * PC alignment fault. This has priority over the instruction abort |
124 | + * exceptions, but comes after instruction abort exceptions. | 167 | + * that we would receive from a translation fault via arm_ldl_code. |
168 | + * This should only be possible after an indirect branch, at the | ||
169 | + * start of the TB. | ||
125 | + */ | 170 | + */ |
126 | + gen_exception_insn(s, s->pc_curr, EXCP_UDEF, | 171 | + assert(s->base.num_insns == 1); |
127 | + syn_illegalstate(), default_exception_el(s)); | 172 | + gen_helper_exception_pc_alignment(cpu_env, tcg_constant_tl(pc)); |
173 | + s->base.is_jmp = DISAS_NORETURN; | ||
174 | + s->base.pc_next = QEMU_ALIGN_UP(pc, 4); | ||
128 | + return; | 175 | + return; |
129 | + } | 176 | + } |
130 | + | 177 | + |
131 | if (dc_isar_feature(aa64_bti, s)) { | 178 | s->pc_curr = pc; |
132 | if (s->base.num_insns == 1) { | 179 | insn = arm_ldl_code(env, &s->base, pc, s->sctlr_b); |
133 | /* | 180 | s->insn = insn; |
134 | @@ -XXX,XX +XXX,XX @@ static void aarch64_tr_init_disas_context(DisasContextBase *dcbase, | ||
135 | #endif | ||
136 | dc->fp_excp_el = EX_TBFLAG_ANY(tb_flags, FPEXC_EL); | ||
137 | dc->align_mem = EX_TBFLAG_ANY(tb_flags, ALIGN_MEM); | ||
138 | + dc->pstate_il = EX_TBFLAG_ANY(tb_flags, PSTATE__IL); | ||
139 | dc->sve_excp_el = EX_TBFLAG_A64(tb_flags, SVEEXC_EL); | ||
140 | dc->sve_len = (EX_TBFLAG_A64(tb_flags, ZCR_LEN) + 1) * 16; | ||
141 | dc->pauth_active = EX_TBFLAG_A64(tb_flags, PAUTH_ACTIVE); | ||
142 | diff --git a/target/arm/translate.c b/target/arm/translate.c | 181 | diff --git a/target/arm/translate.c b/target/arm/translate.c |
143 | index XXXXXXX..XXXXXXX 100644 | 182 | index XXXXXXX..XXXXXXX 100644 |
144 | --- a/target/arm/translate.c | 183 | --- a/target/arm/translate.c |
145 | +++ b/target/arm/translate.c | 184 | +++ b/target/arm/translate.c |
146 | @@ -XXX,XX +XXX,XX @@ static void disas_arm_insn(DisasContext *s, unsigned int insn) | 185 | @@ -XXX,XX +XXX,XX @@ static void arm_tr_translate_insn(DisasContextBase *dcbase, CPUState *cpu) |
186 | uint32_t pc = dc->base.pc_next; | ||
187 | unsigned int insn; | ||
188 | |||
189 | - if (arm_check_ss_active(dc) || arm_check_kernelpage(dc)) { | ||
190 | + /* Singlestep exceptions have the highest priority. */ | ||
191 | + if (arm_check_ss_active(dc)) { | ||
192 | + dc->base.pc_next = pc + 4; | ||
193 | + return; | ||
194 | + } | ||
195 | + | ||
196 | + if (pc & 3) { | ||
197 | + /* | ||
198 | + * PC alignment fault. This has priority over the instruction abort | ||
199 | + * that we would receive from a translation fault via arm_ldl_code | ||
200 | + * (or the execution of the kernelpage entrypoint). This should only | ||
201 | + * be possible after an indirect branch, at the start of the TB. | ||
202 | + */ | ||
203 | + assert(dc->base.num_insns == 1); | ||
204 | + gen_helper_exception_pc_alignment(cpu_env, tcg_constant_tl(pc)); | ||
205 | + dc->base.is_jmp = DISAS_NORETURN; | ||
206 | + dc->base.pc_next = QEMU_ALIGN_UP(pc, 4); | ||
207 | + return; | ||
208 | + } | ||
209 | + | ||
210 | + if (arm_check_kernelpage(dc)) { | ||
211 | dc->base.pc_next = pc + 4; | ||
147 | return; | 212 | return; |
148 | } | 213 | } |
149 | |||
150 | + if (s->pstate_il) { | ||
151 | + /* | ||
152 | + * Illegal execution state. This has priority over BTI | ||
153 | + * exceptions, but comes after instruction abort exceptions. | ||
154 | + */ | ||
155 | + gen_exception_insn(s, s->pc_curr, EXCP_UDEF, | ||
156 | + syn_illegalstate(), default_exception_el(s)); | ||
157 | + return; | ||
158 | + } | ||
159 | + | ||
160 | if (cond == 0xf) { | ||
161 | /* In ARMv3 and v4 the NV condition is UNPREDICTABLE; we | ||
162 | * choose to UNDEF. In ARMv5 and above the space is used | ||
163 | @@ -XXX,XX +XXX,XX @@ static void arm_tr_init_disas_context(DisasContextBase *dcbase, CPUState *cs) | ||
164 | #endif | ||
165 | dc->fp_excp_el = EX_TBFLAG_ANY(tb_flags, FPEXC_EL); | ||
166 | dc->align_mem = EX_TBFLAG_ANY(tb_flags, ALIGN_MEM); | ||
167 | + dc->pstate_il = EX_TBFLAG_ANY(tb_flags, PSTATE__IL); | ||
168 | |||
169 | if (arm_feature(env, ARM_FEATURE_M)) { | ||
170 | dc->vfp_enabled = 1; | ||
171 | @@ -XXX,XX +XXX,XX @@ static void thumb_tr_translate_insn(DisasContextBase *dcbase, CPUState *cpu) | ||
172 | } | ||
173 | dc->insn = insn; | ||
174 | |||
175 | + if (dc->pstate_il) { | ||
176 | + /* | ||
177 | + * Illegal execution state. This has priority over BTI | ||
178 | + * exceptions, but comes after instruction abort exceptions. | ||
179 | + */ | ||
180 | + gen_exception_insn(dc, dc->pc_curr, EXCP_UDEF, | ||
181 | + syn_illegalstate(), default_exception_el(dc)); | ||
182 | + return; | ||
183 | + } | ||
184 | + | ||
185 | if (dc->eci) { | ||
186 | /* | ||
187 | * For M-profile continuable instructions, ECI/ICI handling | ||
188 | -- | 214 | -- |
189 | 2.20.1 | 215 | 2.25.1 |
190 | 216 | ||
191 | 217 | diff view generated by jsdifflib |
1 | The various MPS2 boards have multiple I2C buses: typically a bus | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | dedicated to the audio configuration, one for the LCD touchscreen | ||
3 | controller, one for a DDR4 EEPROM, and two which are connected to the | ||
4 | external Shield expansion connector. Mark the buses which are used | ||
5 | only for board-internal devices as 'full' so that if the user creates | ||
6 | i2c devices on the commandline without specifying a bus name then | ||
7 | they will be connected to the I2C controller used for the Shield | ||
8 | connector, where guest software will expect them. | ||
9 | 2 | ||
3 | Misaligned thumb PC is architecturally impossible. | ||
4 | Assert is better than proceeding, in case we've missed | ||
5 | something somewhere. | ||
6 | |||
7 | Expand a comment about aligning the pc in gdbstub. | ||
8 | Fail an incoming migrate if a thumb pc is misaligned. | ||
9 | |||
10 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
11 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
12 | Message-id: 20210903151435.22379-4-peter.maydell@linaro.org | ||
13 | --- | 13 | --- |
14 | hw/arm/mps2-tz.c | 57 ++++++++++++++++++++++++++++++++++++------------ | 14 | target/arm/gdbstub.c | 9 +++++++-- |
15 | 1 file changed, 43 insertions(+), 14 deletions(-) | 15 | target/arm/machine.c | 10 ++++++++++ |
16 | target/arm/translate.c | 3 +++ | ||
17 | 3 files changed, 20 insertions(+), 2 deletions(-) | ||
16 | 18 | ||
17 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c | 19 | diff --git a/target/arm/gdbstub.c b/target/arm/gdbstub.c |
18 | index XXXXXXX..XXXXXXX 100644 | 20 | index XXXXXXX..XXXXXXX 100644 |
19 | --- a/hw/arm/mps2-tz.c | 21 | --- a/target/arm/gdbstub.c |
20 | +++ b/hw/arm/mps2-tz.c | 22 | +++ b/target/arm/gdbstub.c |
21 | @@ -XXX,XX +XXX,XX @@ static qemu_irq get_sse_irq_in(MPS2TZMachineState *mms, int irqno) | 23 | @@ -XXX,XX +XXX,XX @@ int arm_cpu_gdb_write_register(CPUState *cs, uint8_t *mem_buf, int n) |
22 | 24 | ||
23 | /* Union describing the device-specific extra data we pass to the devfn. */ | 25 | tmp = ldl_p(mem_buf); |
24 | typedef union PPCExtraData { | 26 | |
25 | + bool i2c_internal; | 27 | - /* Mask out low bit of PC to workaround gdb bugs. This will probably |
26 | } PPCExtraData; | 28 | - cause problems if we ever implement the Jazelle DBX extensions. */ |
27 | 29 | + /* | |
28 | /* Most of the devices in the AN505 FPGA image sit behind | 30 | + * Mask out low bits of PC to workaround gdb bugs. |
29 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_i2c(MPS2TZMachineState *mms, void *opaque, | 31 | + * This avoids an assert in thumb_tr_translate_insn, because it is |
30 | object_initialize_child(OBJECT(mms), name, i2c, TYPE_ARM_SBCON_I2C); | 32 | + * architecturally impossible to misalign the pc. |
31 | s = SYS_BUS_DEVICE(i2c); | 33 | + * This will probably cause problems if we ever implement the |
32 | sysbus_realize(s, &error_fatal); | 34 | + * Jazelle DBX extensions. |
35 | + */ | ||
36 | if (n == 15) { | ||
37 | tmp &= ~1; | ||
38 | } | ||
39 | diff --git a/target/arm/machine.c b/target/arm/machine.c | ||
40 | index XXXXXXX..XXXXXXX 100644 | ||
41 | --- a/target/arm/machine.c | ||
42 | +++ b/target/arm/machine.c | ||
43 | @@ -XXX,XX +XXX,XX @@ static int cpu_post_load(void *opaque, int version_id) | ||
44 | return -1; | ||
45 | } | ||
46 | } | ||
33 | + | 47 | + |
34 | + /* | 48 | + /* |
35 | + * If this is an internal-use-only i2c bus, mark it full | 49 | + * Misaligned thumb pc is architecturally impossible. |
36 | + * so that user-created i2c devices are not plugged into it. | 50 | + * We have an assert in thumb_tr_translate_insn to verify this. |
37 | + * If we implement models of any on-board i2c devices that | 51 | + * Fail an incoming migrate to avoid this assert. |
38 | + * plug in to one of the internal-use-only buses, then we will | ||
39 | + * need to create and plugging those in here before we mark the | ||
40 | + * bus as full. | ||
41 | + */ | 52 | + */ |
42 | + if (extradata->i2c_internal) { | 53 | + if (!is_a64(env) && env->thumb && (env->regs[15] & 1)) { |
43 | + BusState *qbus = qdev_get_child_bus(DEVICE(i2c), "i2c"); | 54 | + return -1; |
44 | + qbus_mark_full(qbus); | ||
45 | + } | 55 | + } |
46 | + | 56 | + |
47 | return sysbus_mmio_get_region(s, 0); | 57 | if (!kvm_enabled()) { |
48 | } | 58 | pmu_op_finish(&cpu->env); |
49 | 59 | } | |
50 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) | 60 | diff --git a/target/arm/translate.c b/target/arm/translate.c |
51 | { "uart2", make_uart, &mms->uart[2], 0x40202000, 0x1000, { 36, 37, 44 } }, | 61 | index XXXXXXX..XXXXXXX 100644 |
52 | { "uart3", make_uart, &mms->uart[3], 0x40203000, 0x1000, { 38, 39, 45 } }, | 62 | --- a/target/arm/translate.c |
53 | { "uart4", make_uart, &mms->uart[4], 0x40204000, 0x1000, { 40, 41, 46 } }, | 63 | +++ b/target/arm/translate.c |
54 | - { "i2c0", make_i2c, &mms->i2c[0], 0x40207000, 0x1000 }, | 64 | @@ -XXX,XX +XXX,XX @@ static void thumb_tr_translate_insn(DisasContextBase *dcbase, CPUState *cpu) |
55 | - { "i2c1", make_i2c, &mms->i2c[1], 0x40208000, 0x1000 }, | 65 | uint32_t insn; |
56 | - { "i2c2", make_i2c, &mms->i2c[2], 0x4020c000, 0x1000 }, | 66 | bool is_16bit; |
57 | - { "i2c3", make_i2c, &mms->i2c[3], 0x4020d000, 0x1000 }, | 67 | |
58 | + { "i2c0", make_i2c, &mms->i2c[0], 0x40207000, 0x1000, {}, | 68 | + /* Misaligned thumb PC is architecturally impossible. */ |
59 | + { .i2c_internal = true /* touchscreen */ } }, | 69 | + assert((dc->base.pc_next & 1) == 0); |
60 | + { "i2c1", make_i2c, &mms->i2c[1], 0x40208000, 0x1000, {}, | 70 | + |
61 | + { .i2c_internal = true /* audio conf */ } }, | 71 | if (arm_check_ss_active(dc) || arm_check_kernelpage(dc)) { |
62 | + { "i2c2", make_i2c, &mms->i2c[2], 0x4020c000, 0x1000, {}, | 72 | dc->base.pc_next = pc + 2; |
63 | + { .i2c_internal = false /* shield 0 */ } }, | 73 | return; |
64 | + { "i2c3", make_i2c, &mms->i2c[3], 0x4020d000, 0x1000, {}, | ||
65 | + { .i2c_internal = false /* shield 1 */ } }, | ||
66 | }, | ||
67 | }, { | ||
68 | .name = "apb_ppcexp2", | ||
69 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) | ||
70 | }, { | ||
71 | .name = "apb_ppcexp1", | ||
72 | .ports = { | ||
73 | - { "i2c0", make_i2c, &mms->i2c[0], 0x41200000, 0x1000 }, | ||
74 | - { "i2c1", make_i2c, &mms->i2c[1], 0x41201000, 0x1000 }, | ||
75 | + { "i2c0", make_i2c, &mms->i2c[0], 0x41200000, 0x1000, {}, | ||
76 | + { .i2c_internal = true /* touchscreen */ } }, | ||
77 | + { "i2c1", make_i2c, &mms->i2c[1], 0x41201000, 0x1000, {}, | ||
78 | + { .i2c_internal = true /* audio conf */ } }, | ||
79 | { "spi0", make_spi, &mms->spi[0], 0x41202000, 0x1000, { 52 } }, | ||
80 | { "spi1", make_spi, &mms->spi[1], 0x41203000, 0x1000, { 53 } }, | ||
81 | { "spi2", make_spi, &mms->spi[2], 0x41204000, 0x1000, { 54 } }, | ||
82 | - { "i2c2", make_i2c, &mms->i2c[2], 0x41205000, 0x1000 }, | ||
83 | - { "i2c3", make_i2c, &mms->i2c[3], 0x41206000, 0x1000 }, | ||
84 | + { "i2c2", make_i2c, &mms->i2c[2], 0x41205000, 0x1000, {}, | ||
85 | + { .i2c_internal = false /* shield 0 */ } }, | ||
86 | + { "i2c3", make_i2c, &mms->i2c[3], 0x41206000, 0x1000, {}, | ||
87 | + { .i2c_internal = false /* shield 1 */ } }, | ||
88 | { /* port 7 reserved */ }, | ||
89 | - { "i2c4", make_i2c, &mms->i2c[4], 0x41208000, 0x1000 }, | ||
90 | + { "i2c4", make_i2c, &mms->i2c[4], 0x41208000, 0x1000, {}, | ||
91 | + { .i2c_internal = true /* DDR4 EEPROM */ } }, | ||
92 | }, | ||
93 | }, { | ||
94 | .name = "apb_ppcexp2", | ||
95 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) | ||
96 | }, { | ||
97 | .name = "apb_ppcexp1", | ||
98 | .ports = { | ||
99 | - { "i2c0", make_i2c, &mms->i2c[0], 0x49200000, 0x1000 }, | ||
100 | - { "i2c1", make_i2c, &mms->i2c[1], 0x49201000, 0x1000 }, | ||
101 | + { "i2c0", make_i2c, &mms->i2c[0], 0x49200000, 0x1000, {}, | ||
102 | + { .i2c_internal = true /* touchscreen */ } }, | ||
103 | + { "i2c1", make_i2c, &mms->i2c[1], 0x49201000, 0x1000, {}, | ||
104 | + { .i2c_internal = true /* audio conf */ } }, | ||
105 | { "spi0", make_spi, &mms->spi[0], 0x49202000, 0x1000, { 53 } }, | ||
106 | { "spi1", make_spi, &mms->spi[1], 0x49203000, 0x1000, { 54 } }, | ||
107 | { "spi2", make_spi, &mms->spi[2], 0x49204000, 0x1000, { 55 } }, | ||
108 | - { "i2c2", make_i2c, &mms->i2c[2], 0x49205000, 0x1000 }, | ||
109 | - { "i2c3", make_i2c, &mms->i2c[3], 0x49206000, 0x1000 }, | ||
110 | + { "i2c2", make_i2c, &mms->i2c[2], 0x49205000, 0x1000, {}, | ||
111 | + { .i2c_internal = false /* shield 0 */ } }, | ||
112 | + { "i2c3", make_i2c, &mms->i2c[3], 0x49206000, 0x1000, {}, | ||
113 | + { .i2c_internal = false /* shield 1 */ } }, | ||
114 | { /* port 7 reserved */ }, | ||
115 | - { "i2c4", make_i2c, &mms->i2c[4], 0x49208000, 0x1000 }, | ||
116 | + { "i2c4", make_i2c, &mms->i2c[4], 0x49208000, 0x1000, {}, | ||
117 | + { .i2c_internal = true /* DDR4 EEPROM */ } }, | ||
118 | }, | ||
119 | }, { | ||
120 | .name = "apb_ppcexp2", | ||
121 | -- | 74 | -- |
122 | 2.20.1 | 75 | 2.25.1 |
123 | 76 | ||
124 | 77 | diff view generated by jsdifflib |
1 | From: Bin Meng <bmeng.cn@gmail.com> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Read or write to uart registers when unclocked or in reset should be | 3 | Both single-step and pc alignment faults have priority over |
4 | ignored. Add the check there, and as a result of this, the check in | 4 | breakpoint exceptions. |
5 | uart_write_tx_fifo() is now unnecessary. | ||
6 | 5 | ||
7 | Signed-off-by: Bin Meng <bmeng.cn@gmail.com> | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
8 | Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> | 7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
9 | Reviewed-by: Alistair Francis <alistair.francis@wdc.com> | ||
10 | Message-id: 20210901124521.30599-6-bmeng.cn@gmail.com | ||
11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
12 | --- | 9 | --- |
13 | hw/char/cadence_uart.c | 15 ++++++++++----- | 10 | target/arm/debug_helper.c | 23 +++++++++++++++++++++++ |
14 | 1 file changed, 10 insertions(+), 5 deletions(-) | 11 | 1 file changed, 23 insertions(+) |
15 | 12 | ||
16 | diff --git a/hw/char/cadence_uart.c b/hw/char/cadence_uart.c | 13 | diff --git a/target/arm/debug_helper.c b/target/arm/debug_helper.c |
17 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
18 | --- a/hw/char/cadence_uart.c | 15 | --- a/target/arm/debug_helper.c |
19 | +++ b/hw/char/cadence_uart.c | 16 | +++ b/target/arm/debug_helper.c |
20 | @@ -XXX,XX +XXX,XX @@ static gboolean cadence_uart_xmit(void *do_not_use, GIOCondition cond, | 17 | @@ -XXX,XX +XXX,XX @@ bool arm_debug_check_breakpoint(CPUState *cs) |
21 | static void uart_write_tx_fifo(CadenceUARTState *s, const uint8_t *buf, | ||
22 | int size) | ||
23 | { | 18 | { |
24 | - /* ignore characters when unclocked or in reset */ | 19 | ARMCPU *cpu = ARM_CPU(cs); |
25 | - if (!clock_is_enabled(s->refclk) || device_is_in_reset(DEVICE(s))) { | 20 | CPUARMState *env = &cpu->env; |
26 | - return; | 21 | + target_ulong pc; |
27 | - } | 22 | int n; |
28 | - | 23 | |
29 | if ((s->r[R_CR] & UART_CR_TX_DIS) || !(s->r[R_CR] & UART_CR_TX_EN)) { | 24 | /* |
30 | return; | 25 | @@ -XXX,XX +XXX,XX @@ bool arm_debug_check_breakpoint(CPUState *cs) |
26 | return false; | ||
31 | } | 27 | } |
32 | @@ -XXX,XX +XXX,XX @@ static MemTxResult uart_write(void *opaque, hwaddr offset, | 28 | |
33 | { | 29 | + /* |
34 | CadenceUARTState *s = opaque; | 30 | + * Single-step exceptions have priority over breakpoint exceptions. |
35 | 31 | + * If single-step state is active-pending, suppress the bp. | |
36 | + /* ignore access when unclocked or in reset */ | 32 | + */ |
37 | + if (!clock_is_enabled(s->refclk) || device_is_in_reset(DEVICE(s))) { | 33 | + if (arm_singlestep_active(env) && !(env->pstate & PSTATE_SS)) { |
38 | + return MEMTX_ERROR; | 34 | + return false; |
39 | + } | 35 | + } |
40 | + | 36 | + |
41 | DB_PRINT(" offset:%x data:%08x\n", (unsigned)offset, (unsigned)value); | 37 | + /* |
42 | offset >>= 2; | 38 | + * PC alignment faults have priority over breakpoint exceptions. |
43 | if (offset >= CADENCE_UART_R_MAX) { | 39 | + */ |
44 | @@ -XXX,XX +XXX,XX @@ static MemTxResult uart_read(void *opaque, hwaddr offset, | 40 | + pc = is_a64(env) ? env->pc : env->regs[15]; |
45 | CadenceUARTState *s = opaque; | 41 | + if ((is_a64(env) || !env->thumb) && (pc & 3) != 0) { |
46 | uint32_t c = 0; | 42 | + return false; |
47 | |||
48 | + /* ignore access when unclocked or in reset */ | ||
49 | + if (!clock_is_enabled(s->refclk) || device_is_in_reset(DEVICE(s))) { | ||
50 | + return MEMTX_ERROR; | ||
51 | + } | 43 | + } |
52 | + | 44 | + |
53 | offset >>= 2; | 45 | + /* |
54 | if (offset >= CADENCE_UART_R_MAX) { | 46 | + * Instruction aborts have priority over breakpoint exceptions. |
55 | return MEMTX_DECODE_ERROR; | 47 | + * TODO: We would need to look up the page for PC and verify that |
48 | + * it is present and executable. | ||
49 | + */ | ||
50 | + | ||
51 | for (n = 0; n < ARRAY_SIZE(env->cpu_breakpoint); n++) { | ||
52 | if (bp_wp_matches(cpu, n, false)) { | ||
53 | return true; | ||
56 | -- | 54 | -- |
57 | 2.20.1 | 55 | 2.25.1 |
58 | 56 | ||
59 | 57 | diff view generated by jsdifflib |
1 | From: Shashi Mallela <shashi.mallela@linaro.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Added ITS command queue handling for MAPTI,MAPI commands,handled ITS | ||
4 | translation which triggers an LPI via INT command as well as write | ||
5 | to GITS_TRANSLATER register,defined enum to differentiate between ITS | ||
6 | command interrupt trigger and GITS_TRANSLATER based interrupt trigger. | ||
7 | Each of these commands make use of other functionalities implemented to | ||
8 | get device table entry,collection table entry or interrupt translation | ||
9 | table entry required for their processing. | ||
10 | |||
11 | Signed-off-by: Shashi Mallela <shashi.mallela@linaro.org> | ||
12 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 3 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
13 | Message-id: 20210910143951.92242-5-shashi.mallela@linaro.org | 4 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
14 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
15 | --- | 6 | --- |
16 | hw/intc/gicv3_internal.h | 12 + | 7 | tests/tcg/aarch64/pcalign-a64.c | 37 +++++++++++++++++++++++++ |
17 | include/hw/intc/arm_gicv3_common.h | 2 + | 8 | tests/tcg/arm/pcalign-a32.c | 46 +++++++++++++++++++++++++++++++ |
18 | hw/intc/arm_gicv3_its.c | 365 ++++++++++++++++++++++++++++- | 9 | tests/tcg/aarch64/Makefile.target | 4 +-- |
19 | 3 files changed, 378 insertions(+), 1 deletion(-) | 10 | tests/tcg/arm/Makefile.target | 4 +++ |
11 | 4 files changed, 89 insertions(+), 2 deletions(-) | ||
12 | create mode 100644 tests/tcg/aarch64/pcalign-a64.c | ||
13 | create mode 100644 tests/tcg/arm/pcalign-a32.c | ||
20 | 14 | ||
21 | diff --git a/hw/intc/gicv3_internal.h b/hw/intc/gicv3_internal.h | 15 | diff --git a/tests/tcg/aarch64/pcalign-a64.c b/tests/tcg/aarch64/pcalign-a64.c |
22 | index XXXXXXX..XXXXXXX 100644 | 16 | new file mode 100644 |
23 | --- a/hw/intc/gicv3_internal.h | 17 | index XXXXXXX..XXXXXXX |
24 | +++ b/hw/intc/gicv3_internal.h | 18 | --- /dev/null |
25 | @@ -XXX,XX +XXX,XX @@ FIELD(MAPC, RDBASE, 16, 32) | 19 | +++ b/tests/tcg/aarch64/pcalign-a64.c |
26 | #define ITTADDR_MASK MAKE_64BIT_MASK(ITTADDR_SHIFT, ITTADDR_LENGTH) | 20 | @@ -XXX,XX +XXX,XX @@ |
27 | #define SIZE_MASK 0x1f | 21 | +/* Test PC misalignment exception */ |
28 | |||
29 | +/* MAPI command fields */ | ||
30 | +#define EVENTID_MASK ((1ULL << 32) - 1) | ||
31 | + | 22 | + |
32 | +/* MAPTI command fields */ | 23 | +#include <assert.h> |
33 | +#define pINTID_SHIFT 32 | 24 | +#include <signal.h> |
34 | +#define pINTID_MASK MAKE_64BIT_MASK(32, 32) | 25 | +#include <stdlib.h> |
26 | +#include <stdio.h> | ||
35 | + | 27 | + |
36 | #define DEVID_SHIFT 32 | 28 | +static void *expected; |
37 | #define DEVID_MASK MAKE_64BIT_MASK(32, 32) | ||
38 | |||
39 | @@ -XXX,XX +XXX,XX @@ FIELD(MAPC, RDBASE, 16, 32) | ||
40 | * Values: | vPEID | ICID | | ||
41 | */ | ||
42 | #define ITS_ITT_ENTRY_SIZE 0xC | ||
43 | +#define ITE_ENTRY_INTTYPE_SHIFT 1 | ||
44 | +#define ITE_ENTRY_INTID_SHIFT 2 | ||
45 | +#define ITE_ENTRY_INTID_MASK MAKE_64BIT_MASK(2, 24) | ||
46 | +#define ITE_ENTRY_INTSP_SHIFT 26 | ||
47 | +#define ITE_ENTRY_ICID_MASK MAKE_64BIT_MASK(0, 16) | ||
48 | |||
49 | /* 16 bits EventId */ | ||
50 | #define ITS_IDBITS GICD_TYPER_IDBITS | ||
51 | diff --git a/include/hw/intc/arm_gicv3_common.h b/include/hw/intc/arm_gicv3_common.h | ||
52 | index XXXXXXX..XXXXXXX 100644 | ||
53 | --- a/include/hw/intc/arm_gicv3_common.h | ||
54 | +++ b/include/hw/intc/arm_gicv3_common.h | ||
55 | @@ -XXX,XX +XXX,XX @@ | ||
56 | #define GICV3_MAXIRQ 1020 | ||
57 | #define GICV3_MAXSPI (GICV3_MAXIRQ - GIC_INTERNAL) | ||
58 | |||
59 | +#define GICV3_LPI_INTID_START 8192 | ||
60 | + | 29 | + |
61 | #define GICV3_REDIST_SIZE 0x20000 | 30 | +static void sigbus(int sig, siginfo_t *info, void *vuc) |
62 | 31 | +{ | |
63 | /* Number of SGI target-list bits */ | 32 | + assert(info->si_code == BUS_ADRALN); |
64 | diff --git a/hw/intc/arm_gicv3_its.c b/hw/intc/arm_gicv3_its.c | 33 | + assert(info->si_addr == expected); |
65 | index XXXXXXX..XXXXXXX 100644 | 34 | + exit(EXIT_SUCCESS); |
66 | --- a/hw/intc/arm_gicv3_its.c | 35 | +} |
67 | +++ b/hw/intc/arm_gicv3_its.c | ||
68 | @@ -XXX,XX +XXX,XX @@ struct GICv3ITSClass { | ||
69 | void (*parent_reset)(DeviceState *dev); | ||
70 | }; | ||
71 | |||
72 | +/* | ||
73 | + * This is an internal enum used to distinguish between LPI triggered | ||
74 | + * via command queue and LPI triggered via gits_translater write. | ||
75 | + */ | ||
76 | +typedef enum ItsCmdType { | ||
77 | + NONE = 0, /* internal indication for GITS_TRANSLATER write */ | ||
78 | + CLEAR = 1, | ||
79 | + DISCARD = 2, | ||
80 | + INT = 3, | ||
81 | +} ItsCmdType; | ||
82 | + | 36 | + |
83 | +typedef struct { | 37 | +int main() |
84 | + uint32_t iteh; | 38 | +{ |
85 | + uint64_t itel; | 39 | + void *tmp; |
86 | +} IteEntry; | ||
87 | + | 40 | + |
88 | static uint64_t baser_base_addr(uint64_t value, uint32_t page_sz) | 41 | + struct sigaction sa = { |
89 | { | 42 | + .sa_sigaction = sigbus, |
90 | uint64_t result = 0; | 43 | + .sa_flags = SA_SIGINFO |
91 | @@ -XXX,XX +XXX,XX @@ static uint64_t baser_base_addr(uint64_t value, uint32_t page_sz) | 44 | + }; |
92 | return result; | ||
93 | } | ||
94 | |||
95 | +static bool get_cte(GICv3ITSState *s, uint16_t icid, uint64_t *cte, | ||
96 | + MemTxResult *res) | ||
97 | +{ | ||
98 | + AddressSpace *as = &s->gicv3->dma_as; | ||
99 | + uint64_t l2t_addr; | ||
100 | + uint64_t value; | ||
101 | + bool valid_l2t; | ||
102 | + uint32_t l2t_id; | ||
103 | + uint32_t max_l2_entries; | ||
104 | + | 45 | + |
105 | + if (s->ct.indirect) { | 46 | + if (sigaction(SIGBUS, &sa, NULL) < 0) { |
106 | + l2t_id = icid / (s->ct.page_sz / L1TABLE_ENTRY_SIZE); | 47 | + perror("sigaction"); |
107 | + | 48 | + return EXIT_FAILURE; |
108 | + value = address_space_ldq_le(as, | ||
109 | + s->ct.base_addr + | ||
110 | + (l2t_id * L1TABLE_ENTRY_SIZE), | ||
111 | + MEMTXATTRS_UNSPECIFIED, res); | ||
112 | + | ||
113 | + if (*res == MEMTX_OK) { | ||
114 | + valid_l2t = (value & L2_TABLE_VALID_MASK) != 0; | ||
115 | + | ||
116 | + if (valid_l2t) { | ||
117 | + max_l2_entries = s->ct.page_sz / s->ct.entry_sz; | ||
118 | + | ||
119 | + l2t_addr = value & ((1ULL << 51) - 1); | ||
120 | + | ||
121 | + *cte = address_space_ldq_le(as, l2t_addr + | ||
122 | + ((icid % max_l2_entries) * GITS_CTE_SIZE), | ||
123 | + MEMTXATTRS_UNSPECIFIED, res); | ||
124 | + } | ||
125 | + } | ||
126 | + } else { | ||
127 | + /* Flat level table */ | ||
128 | + *cte = address_space_ldq_le(as, s->ct.base_addr + | ||
129 | + (icid * GITS_CTE_SIZE), | ||
130 | + MEMTXATTRS_UNSPECIFIED, res); | ||
131 | + } | 49 | + } |
132 | + | 50 | + |
133 | + return (*cte & TABLE_ENTRY_VALID_MASK) != 0; | 51 | + asm volatile("adr %0, 1f + 1\n\t" |
52 | + "str %0, %1\n\t" | ||
53 | + "br %0\n" | ||
54 | + "1:" | ||
55 | + : "=&r"(tmp), "=m"(expected)); | ||
56 | + abort(); | ||
57 | +} | ||
58 | diff --git a/tests/tcg/arm/pcalign-a32.c b/tests/tcg/arm/pcalign-a32.c | ||
59 | new file mode 100644 | ||
60 | index XXXXXXX..XXXXXXX | ||
61 | --- /dev/null | ||
62 | +++ b/tests/tcg/arm/pcalign-a32.c | ||
63 | @@ -XXX,XX +XXX,XX @@ | ||
64 | +/* Test PC misalignment exception */ | ||
65 | + | ||
66 | +#ifdef __thumb__ | ||
67 | +#error "This test must be compiled for ARM" | ||
68 | +#endif | ||
69 | + | ||
70 | +#include <assert.h> | ||
71 | +#include <signal.h> | ||
72 | +#include <stdlib.h> | ||
73 | +#include <stdio.h> | ||
74 | + | ||
75 | +static void *expected; | ||
76 | + | ||
77 | +static void sigbus(int sig, siginfo_t *info, void *vuc) | ||
78 | +{ | ||
79 | + assert(info->si_code == BUS_ADRALN); | ||
80 | + assert(info->si_addr == expected); | ||
81 | + exit(EXIT_SUCCESS); | ||
134 | +} | 82 | +} |
135 | + | 83 | + |
136 | +static bool update_ite(GICv3ITSState *s, uint32_t eventid, uint64_t dte, | 84 | +int main() |
137 | + IteEntry ite) | ||
138 | +{ | 85 | +{ |
139 | + AddressSpace *as = &s->gicv3->dma_as; | 86 | + void *tmp; |
140 | + uint64_t itt_addr; | ||
141 | + MemTxResult res = MEMTX_OK; | ||
142 | + | 87 | + |
143 | + itt_addr = (dte & GITS_DTE_ITTADDR_MASK) >> GITS_DTE_ITTADDR_SHIFT; | 88 | + struct sigaction sa = { |
144 | + itt_addr <<= ITTADDR_SHIFT; /* 256 byte aligned */ | 89 | + .sa_sigaction = sigbus, |
90 | + .sa_flags = SA_SIGINFO | ||
91 | + }; | ||
145 | + | 92 | + |
146 | + address_space_stq_le(as, itt_addr + (eventid * (sizeof(uint64_t) + | 93 | + if (sigaction(SIGBUS, &sa, NULL) < 0) { |
147 | + sizeof(uint32_t))), ite.itel, MEMTXATTRS_UNSPECIFIED, | 94 | + perror("sigaction"); |
148 | + &res); | 95 | + return EXIT_FAILURE; |
149 | + | ||
150 | + if (res == MEMTX_OK) { | ||
151 | + address_space_stl_le(as, itt_addr + (eventid * (sizeof(uint64_t) + | ||
152 | + sizeof(uint32_t))) + sizeof(uint32_t), ite.iteh, | ||
153 | + MEMTXATTRS_UNSPECIFIED, &res); | ||
154 | + } | ||
155 | + if (res != MEMTX_OK) { | ||
156 | + return false; | ||
157 | + } else { | ||
158 | + return true; | ||
159 | + } | ||
160 | +} | ||
161 | + | ||
162 | +static bool get_ite(GICv3ITSState *s, uint32_t eventid, uint64_t dte, | ||
163 | + uint16_t *icid, uint32_t *pIntid, MemTxResult *res) | ||
164 | +{ | ||
165 | + AddressSpace *as = &s->gicv3->dma_as; | ||
166 | + uint64_t itt_addr; | ||
167 | + bool status = false; | ||
168 | + IteEntry ite = {}; | ||
169 | + | ||
170 | + itt_addr = (dte & GITS_DTE_ITTADDR_MASK) >> GITS_DTE_ITTADDR_SHIFT; | ||
171 | + itt_addr <<= ITTADDR_SHIFT; /* 256 byte aligned */ | ||
172 | + | ||
173 | + ite.itel = address_space_ldq_le(as, itt_addr + | ||
174 | + (eventid * (sizeof(uint64_t) + | ||
175 | + sizeof(uint32_t))), MEMTXATTRS_UNSPECIFIED, | ||
176 | + res); | ||
177 | + | ||
178 | + if (*res == MEMTX_OK) { | ||
179 | + ite.iteh = address_space_ldl_le(as, itt_addr + | ||
180 | + (eventid * (sizeof(uint64_t) + | ||
181 | + sizeof(uint32_t))) + sizeof(uint32_t), | ||
182 | + MEMTXATTRS_UNSPECIFIED, res); | ||
183 | + | ||
184 | + if (*res == MEMTX_OK) { | ||
185 | + if (ite.itel & TABLE_ENTRY_VALID_MASK) { | ||
186 | + if ((ite.itel >> ITE_ENTRY_INTTYPE_SHIFT) & | ||
187 | + GITS_TYPE_PHYSICAL) { | ||
188 | + *pIntid = (ite.itel & ITE_ENTRY_INTID_MASK) >> | ||
189 | + ITE_ENTRY_INTID_SHIFT; | ||
190 | + *icid = ite.iteh & ITE_ENTRY_ICID_MASK; | ||
191 | + status = true; | ||
192 | + } | ||
193 | + } | ||
194 | + } | ||
195 | + } | ||
196 | + return status; | ||
197 | +} | ||
198 | + | ||
199 | +static uint64_t get_dte(GICv3ITSState *s, uint32_t devid, MemTxResult *res) | ||
200 | +{ | ||
201 | + AddressSpace *as = &s->gicv3->dma_as; | ||
202 | + uint64_t l2t_addr; | ||
203 | + uint64_t value; | ||
204 | + bool valid_l2t; | ||
205 | + uint32_t l2t_id; | ||
206 | + uint32_t max_l2_entries; | ||
207 | + | ||
208 | + if (s->dt.indirect) { | ||
209 | + l2t_id = devid / (s->dt.page_sz / L1TABLE_ENTRY_SIZE); | ||
210 | + | ||
211 | + value = address_space_ldq_le(as, | ||
212 | + s->dt.base_addr + | ||
213 | + (l2t_id * L1TABLE_ENTRY_SIZE), | ||
214 | + MEMTXATTRS_UNSPECIFIED, res); | ||
215 | + | ||
216 | + if (*res == MEMTX_OK) { | ||
217 | + valid_l2t = (value & L2_TABLE_VALID_MASK) != 0; | ||
218 | + | ||
219 | + if (valid_l2t) { | ||
220 | + max_l2_entries = s->dt.page_sz / s->dt.entry_sz; | ||
221 | + | ||
222 | + l2t_addr = value & ((1ULL << 51) - 1); | ||
223 | + | ||
224 | + value = address_space_ldq_le(as, l2t_addr + | ||
225 | + ((devid % max_l2_entries) * GITS_DTE_SIZE), | ||
226 | + MEMTXATTRS_UNSPECIFIED, res); | ||
227 | + } | ||
228 | + } | ||
229 | + } else { | ||
230 | + /* Flat level table */ | ||
231 | + value = address_space_ldq_le(as, s->dt.base_addr + | ||
232 | + (devid * GITS_DTE_SIZE), | ||
233 | + MEMTXATTRS_UNSPECIFIED, res); | ||
234 | + } | 96 | + } |
235 | + | 97 | + |
236 | + return value; | 98 | + asm volatile("adr %0, 1f + 2\n\t" |
99 | + "str %0, %1\n\t" | ||
100 | + "bx %0\n" | ||
101 | + "1:" | ||
102 | + : "=&r"(tmp), "=m"(expected)); | ||
103 | + | ||
104 | + /* | ||
105 | + * From v8, it is CONSTRAINED UNPREDICTABLE whether BXWritePC aligns | ||
106 | + * the address or not. If so, we can legitimately fall through. | ||
107 | + */ | ||
108 | + return EXIT_SUCCESS; | ||
237 | +} | 109 | +} |
110 | diff --git a/tests/tcg/aarch64/Makefile.target b/tests/tcg/aarch64/Makefile.target | ||
111 | index XXXXXXX..XXXXXXX 100644 | ||
112 | --- a/tests/tcg/aarch64/Makefile.target | ||
113 | +++ b/tests/tcg/aarch64/Makefile.target | ||
114 | @@ -XXX,XX +XXX,XX @@ VPATH += $(ARM_SRC) | ||
115 | AARCH64_SRC=$(SRC_PATH)/tests/tcg/aarch64 | ||
116 | VPATH += $(AARCH64_SRC) | ||
117 | |||
118 | -# Float-convert Tests | ||
119 | -AARCH64_TESTS=fcvt | ||
120 | +# Base architecture tests | ||
121 | +AARCH64_TESTS=fcvt pcalign-a64 | ||
122 | |||
123 | fcvt: LDFLAGS+=-lm | ||
124 | |||
125 | diff --git a/tests/tcg/arm/Makefile.target b/tests/tcg/arm/Makefile.target | ||
126 | index XXXXXXX..XXXXXXX 100644 | ||
127 | --- a/tests/tcg/arm/Makefile.target | ||
128 | +++ b/tests/tcg/arm/Makefile.target | ||
129 | @@ -XXX,XX +XXX,XX @@ run-fcvt: fcvt | ||
130 | $(call run-test,fcvt,$(QEMU) $<,"$< on $(TARGET_NAME)") | ||
131 | $(call diff-out,fcvt,$(ARM_SRC)/fcvt.ref) | ||
132 | |||
133 | +# PC alignment test | ||
134 | +ARM_TESTS += pcalign-a32 | ||
135 | +pcalign-a32: CFLAGS+=-marm | ||
238 | + | 136 | + |
239 | +/* | 137 | ifeq ($(CONFIG_ARM_COMPATIBLE_SEMIHOSTING),y) |
240 | + * This function handles the processing of following commands based on | 138 | |
241 | + * the ItsCmdType parameter passed:- | 139 | # Semihosting smoke test for linux-user |
242 | + * 1. triggering of lpi interrupt translation via ITS INT command | ||
243 | + * 2. triggering of lpi interrupt translation via gits_translater register | ||
244 | + * 3. handling of ITS CLEAR command | ||
245 | + * 4. handling of ITS DISCARD command | ||
246 | + */ | ||
247 | +static bool process_its_cmd(GICv3ITSState *s, uint64_t value, uint32_t offset, | ||
248 | + ItsCmdType cmd) | ||
249 | +{ | ||
250 | + AddressSpace *as = &s->gicv3->dma_as; | ||
251 | + uint32_t devid, eventid; | ||
252 | + MemTxResult res = MEMTX_OK; | ||
253 | + bool dte_valid; | ||
254 | + uint64_t dte = 0; | ||
255 | + uint32_t max_eventid; | ||
256 | + uint16_t icid = 0; | ||
257 | + uint32_t pIntid = 0; | ||
258 | + bool ite_valid = false; | ||
259 | + uint64_t cte = 0; | ||
260 | + bool cte_valid = false; | ||
261 | + bool result = false; | ||
262 | + | ||
263 | + if (cmd == NONE) { | ||
264 | + devid = offset; | ||
265 | + } else { | ||
266 | + devid = ((value & DEVID_MASK) >> DEVID_SHIFT); | ||
267 | + | ||
268 | + offset += NUM_BYTES_IN_DW; | ||
269 | + value = address_space_ldq_le(as, s->cq.base_addr + offset, | ||
270 | + MEMTXATTRS_UNSPECIFIED, &res); | ||
271 | + } | ||
272 | + | ||
273 | + if (res != MEMTX_OK) { | ||
274 | + return result; | ||
275 | + } | ||
276 | + | ||
277 | + eventid = (value & EVENTID_MASK); | ||
278 | + | ||
279 | + dte = get_dte(s, devid, &res); | ||
280 | + | ||
281 | + if (res != MEMTX_OK) { | ||
282 | + return result; | ||
283 | + } | ||
284 | + dte_valid = dte & TABLE_ENTRY_VALID_MASK; | ||
285 | + | ||
286 | + if (dte_valid) { | ||
287 | + max_eventid = (1UL << (((dte >> 1U) & SIZE_MASK) + 1)); | ||
288 | + | ||
289 | + ite_valid = get_ite(s, eventid, dte, &icid, &pIntid, &res); | ||
290 | + | ||
291 | + if (res != MEMTX_OK) { | ||
292 | + return result; | ||
293 | + } | ||
294 | + | ||
295 | + if (ite_valid) { | ||
296 | + cte_valid = get_cte(s, icid, &cte, &res); | ||
297 | + } | ||
298 | + | ||
299 | + if (res != MEMTX_OK) { | ||
300 | + return result; | ||
301 | + } | ||
302 | + } | ||
303 | + | ||
304 | + if ((devid > s->dt.maxids.max_devids) || !dte_valid || !ite_valid || | ||
305 | + !cte_valid || (eventid > max_eventid)) { | ||
306 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
307 | + "%s: invalid command attributes " | ||
308 | + "devid %d or eventid %d or invalid dte %d or" | ||
309 | + "invalid cte %d or invalid ite %d\n", | ||
310 | + __func__, devid, eventid, dte_valid, cte_valid, | ||
311 | + ite_valid); | ||
312 | + /* | ||
313 | + * in this implementation, in case of error | ||
314 | + * we ignore this command and move onto the next | ||
315 | + * command in the queue | ||
316 | + */ | ||
317 | + } else { | ||
318 | + /* | ||
319 | + * Current implementation only supports rdbase == procnum | ||
320 | + * Hence rdbase physical address is ignored | ||
321 | + */ | ||
322 | + if (cmd == DISCARD) { | ||
323 | + IteEntry ite = {}; | ||
324 | + /* remove mapping from interrupt translation table */ | ||
325 | + result = update_ite(s, eventid, dte, ite); | ||
326 | + } | ||
327 | + } | ||
328 | + | ||
329 | + return result; | ||
330 | +} | ||
331 | + | ||
332 | +static bool process_mapti(GICv3ITSState *s, uint64_t value, uint32_t offset, | ||
333 | + bool ignore_pInt) | ||
334 | +{ | ||
335 | + AddressSpace *as = &s->gicv3->dma_as; | ||
336 | + uint32_t devid, eventid; | ||
337 | + uint32_t pIntid = 0; | ||
338 | + uint32_t max_eventid, max_Intid; | ||
339 | + bool dte_valid; | ||
340 | + MemTxResult res = MEMTX_OK; | ||
341 | + uint16_t icid = 0; | ||
342 | + uint64_t dte = 0; | ||
343 | + IteEntry ite; | ||
344 | + uint32_t int_spurious = INTID_SPURIOUS; | ||
345 | + bool result = false; | ||
346 | + | ||
347 | + devid = ((value & DEVID_MASK) >> DEVID_SHIFT); | ||
348 | + offset += NUM_BYTES_IN_DW; | ||
349 | + value = address_space_ldq_le(as, s->cq.base_addr + offset, | ||
350 | + MEMTXATTRS_UNSPECIFIED, &res); | ||
351 | + | ||
352 | + if (res != MEMTX_OK) { | ||
353 | + return result; | ||
354 | + } | ||
355 | + | ||
356 | + eventid = (value & EVENTID_MASK); | ||
357 | + | ||
358 | + if (!ignore_pInt) { | ||
359 | + pIntid = ((value & pINTID_MASK) >> pINTID_SHIFT); | ||
360 | + } | ||
361 | + | ||
362 | + offset += NUM_BYTES_IN_DW; | ||
363 | + value = address_space_ldq_le(as, s->cq.base_addr + offset, | ||
364 | + MEMTXATTRS_UNSPECIFIED, &res); | ||
365 | + | ||
366 | + if (res != MEMTX_OK) { | ||
367 | + return result; | ||
368 | + } | ||
369 | + | ||
370 | + icid = value & ICID_MASK; | ||
371 | + | ||
372 | + dte = get_dte(s, devid, &res); | ||
373 | + | ||
374 | + if (res != MEMTX_OK) { | ||
375 | + return result; | ||
376 | + } | ||
377 | + dte_valid = dte & TABLE_ENTRY_VALID_MASK; | ||
378 | + | ||
379 | + max_eventid = (1UL << (((dte >> 1U) & SIZE_MASK) + 1)); | ||
380 | + | ||
381 | + if (!ignore_pInt) { | ||
382 | + max_Intid = (1ULL << (GICD_TYPER_IDBITS + 1)) - 1; | ||
383 | + } | ||
384 | + | ||
385 | + if ((devid > s->dt.maxids.max_devids) || (icid > s->ct.maxids.max_collids) | ||
386 | + || !dte_valid || (eventid > max_eventid) || | ||
387 | + (!ignore_pInt && (((pIntid < GICV3_LPI_INTID_START) || | ||
388 | + (pIntid > max_Intid)) && (pIntid != INTID_SPURIOUS)))) { | ||
389 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
390 | + "%s: invalid command attributes " | ||
391 | + "devid %d or icid %d or eventid %d or pIntid %d or" | ||
392 | + "unmapped dte %d\n", __func__, devid, icid, eventid, | ||
393 | + pIntid, dte_valid); | ||
394 | + /* | ||
395 | + * in this implementation, in case of error | ||
396 | + * we ignore this command and move onto the next | ||
397 | + * command in the queue | ||
398 | + */ | ||
399 | + } else { | ||
400 | + /* add ite entry to interrupt translation table */ | ||
401 | + ite.itel = (dte_valid & TABLE_ENTRY_VALID_MASK) | | ||
402 | + (GITS_TYPE_PHYSICAL << ITE_ENTRY_INTTYPE_SHIFT); | ||
403 | + | ||
404 | + if (ignore_pInt) { | ||
405 | + ite.itel |= (eventid << ITE_ENTRY_INTID_SHIFT); | ||
406 | + } else { | ||
407 | + ite.itel |= (pIntid << ITE_ENTRY_INTID_SHIFT); | ||
408 | + } | ||
409 | + ite.itel |= (int_spurious << ITE_ENTRY_INTSP_SHIFT); | ||
410 | + ite.iteh = icid; | ||
411 | + | ||
412 | + result = update_ite(s, eventid, dte, ite); | ||
413 | + } | ||
414 | + | ||
415 | + return result; | ||
416 | +} | ||
417 | + | ||
418 | static bool update_cte(GICv3ITSState *s, uint16_t icid, bool valid, | ||
419 | uint64_t rdbase) | ||
420 | { | ||
421 | @@ -XXX,XX +XXX,XX @@ static void process_cmdq(GICv3ITSState *s) | ||
422 | |||
423 | switch (cmd) { | ||
424 | case GITS_CMD_INT: | ||
425 | + res = process_its_cmd(s, data, cq_offset, INT); | ||
426 | break; | ||
427 | case GITS_CMD_CLEAR: | ||
428 | + res = process_its_cmd(s, data, cq_offset, CLEAR); | ||
429 | break; | ||
430 | case GITS_CMD_SYNC: | ||
431 | /* | ||
432 | @@ -XXX,XX +XXX,XX @@ static void process_cmdq(GICv3ITSState *s) | ||
433 | result = process_mapc(s, cq_offset); | ||
434 | break; | ||
435 | case GITS_CMD_MAPTI: | ||
436 | + result = process_mapti(s, data, cq_offset, false); | ||
437 | break; | ||
438 | case GITS_CMD_MAPI: | ||
439 | + result = process_mapti(s, data, cq_offset, true); | ||
440 | break; | ||
441 | case GITS_CMD_DISCARD: | ||
442 | + result = process_its_cmd(s, data, cq_offset, DISCARD); | ||
443 | break; | ||
444 | case GITS_CMD_INV: | ||
445 | case GITS_CMD_INVALL: | ||
446 | @@ -XXX,XX +XXX,XX @@ static MemTxResult gicv3_its_translation_write(void *opaque, hwaddr offset, | ||
447 | uint64_t data, unsigned size, | ||
448 | MemTxAttrs attrs) | ||
449 | { | ||
450 | - return MEMTX_OK; | ||
451 | + GICv3ITSState *s = (GICv3ITSState *)opaque; | ||
452 | + bool result = true; | ||
453 | + uint32_t devid = 0; | ||
454 | + | ||
455 | + switch (offset) { | ||
456 | + case GITS_TRANSLATER: | ||
457 | + if (s->ctlr & ITS_CTLR_ENABLED) { | ||
458 | + devid = attrs.requester_id; | ||
459 | + result = process_its_cmd(s, data, devid, NONE); | ||
460 | + } | ||
461 | + break; | ||
462 | + default: | ||
463 | + break; | ||
464 | + } | ||
465 | + | ||
466 | + if (result) { | ||
467 | + return MEMTX_OK; | ||
468 | + } else { | ||
469 | + return MEMTX_ERROR; | ||
470 | + } | ||
471 | } | ||
472 | |||
473 | static bool its_writel(GICv3ITSState *s, hwaddr offset, | ||
474 | -- | 140 | -- |
475 | 2.20.1 | 141 | 2.25.1 |
476 | 142 | ||
477 | 143 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | In the SSE decode function gen_sse(), we combine a byte | ||
2 | 'b' and a value 'b1' which can be [0..3], and switch on them: | ||
3 | b |= (b1 << 8); | ||
4 | switch (b) { | ||
5 | ... | ||
6 | default: | ||
7 | unknown_op: | ||
8 | gen_unknown_opcode(env, s); | ||
9 | return; | ||
10 | } | ||
1 | 11 | ||
12 | In three cases inside this switch, we were then also checking for | ||
13 | "if (b1 >= 2) { goto unknown_op; }". | ||
14 | However, this can never happen, because the 'case' values in each place | ||
15 | are 0x0nn or 0x1nn and the switch will have directed the b1 == (2, 3) | ||
16 | cases to the default already. | ||
17 | |||
18 | This check was added in commit c045af25a52e9 in 2010; the added code | ||
19 | was unnecessary then as well, and was apparently intended only to | ||
20 | ensure that we never accidentally ended up indexing off the end | ||
21 | of an sse_op_table with only 2 entries as a result of future bugs | ||
22 | in the decode logic. | ||
23 | |||
24 | Change the checks to assert() instead, and make sure they're always | ||
25 | immediately before the array access they are protecting. | ||
26 | |||
27 | Fixes: Coverity CID 1460207 | ||
28 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
29 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
30 | --- | ||
31 | target/i386/tcg/translate.c | 12 +++--------- | ||
32 | 1 file changed, 3 insertions(+), 9 deletions(-) | ||
33 | |||
34 | diff --git a/target/i386/tcg/translate.c b/target/i386/tcg/translate.c | ||
35 | index XXXXXXX..XXXXXXX 100644 | ||
36 | --- a/target/i386/tcg/translate.c | ||
37 | +++ b/target/i386/tcg/translate.c | ||
38 | @@ -XXX,XX +XXX,XX @@ static void gen_sse(CPUX86State *env, DisasContext *s, int b, | ||
39 | case 0x171: /* shift xmm, im */ | ||
40 | case 0x172: | ||
41 | case 0x173: | ||
42 | - if (b1 >= 2) { | ||
43 | - goto unknown_op; | ||
44 | - } | ||
45 | val = x86_ldub_code(env, s); | ||
46 | if (is_xmm) { | ||
47 | tcg_gen_movi_tl(s->T0, val); | ||
48 | @@ -XXX,XX +XXX,XX @@ static void gen_sse(CPUX86State *env, DisasContext *s, int b, | ||
49 | offsetof(CPUX86State, mmx_t0.MMX_L(1))); | ||
50 | op1_offset = offsetof(CPUX86State,mmx_t0); | ||
51 | } | ||
52 | + assert(b1 < 2); | ||
53 | sse_fn_epp = sse_op_table2[((b - 1) & 3) * 8 + | ||
54 | (((modrm >> 3)) & 7)][b1]; | ||
55 | if (!sse_fn_epp) { | ||
56 | @@ -XXX,XX +XXX,XX @@ static void gen_sse(CPUX86State *env, DisasContext *s, int b, | ||
57 | rm = modrm & 7; | ||
58 | reg = ((modrm >> 3) & 7) | REX_R(s); | ||
59 | mod = (modrm >> 6) & 3; | ||
60 | - if (b1 >= 2) { | ||
61 | - goto unknown_op; | ||
62 | - } | ||
63 | |||
64 | + assert(b1 < 2); | ||
65 | sse_fn_epp = sse_op_table6[b].op[b1]; | ||
66 | if (!sse_fn_epp) { | ||
67 | goto unknown_op; | ||
68 | @@ -XXX,XX +XXX,XX @@ static void gen_sse(CPUX86State *env, DisasContext *s, int b, | ||
69 | rm = modrm & 7; | ||
70 | reg = ((modrm >> 3) & 7) | REX_R(s); | ||
71 | mod = (modrm >> 6) & 3; | ||
72 | - if (b1 >= 2) { | ||
73 | - goto unknown_op; | ||
74 | - } | ||
75 | |||
76 | + assert(b1 < 2); | ||
77 | sse_fn_eppi = sse_op_table7[b].op[b1]; | ||
78 | if (!sse_fn_eppi) { | ||
79 | goto unknown_op; | ||
80 | -- | ||
81 | 2.25.1 | ||
82 | |||
83 | diff view generated by jsdifflib |
1 | The various MPS2 boards implemented in mps2.c have multiple I2C | 1 | The qemu-common.h header is not supposed to be included from any |
---|---|---|---|
2 | buses: a bus dedicated to the audio configuration, one for the LCD | 2 | other header files, only from .c files (as documented in a comment at |
3 | touchscreen controller, and two which are connected to the external | 3 | the start of it). |
4 | Shield expansion connector. Mark the buses which are used only for | 4 | |
5 | board-internal devices as 'full' so that if the user creates i2c | 5 | include/hw/i386/x86.h and include/hw/i386/microvm.h break this rule. |
6 | devices on the commandline without specifying a bus name then they | 6 | In fact, the include is not required at all, so we can just drop it |
7 | will be connected to the I2C controller used for the Shield | 7 | from both files. |
8 | connector, where guest software will expect them. | ||
9 | 8 | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 10 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
12 | Message-id: 20210903151435.22379-5-peter.maydell@linaro.org | 11 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
12 | Message-id: 20211129200510.1233037-2-peter.maydell@linaro.org | ||
13 | --- | 13 | --- |
14 | hw/arm/mps2.c | 12 +++++++++++- | 14 | include/hw/i386/microvm.h | 1 - |
15 | 1 file changed, 11 insertions(+), 1 deletion(-) | 15 | include/hw/i386/x86.h | 1 - |
16 | 2 files changed, 2 deletions(-) | ||
16 | 17 | ||
17 | diff --git a/hw/arm/mps2.c b/hw/arm/mps2.c | 18 | diff --git a/include/hw/i386/microvm.h b/include/hw/i386/microvm.h |
18 | index XXXXXXX..XXXXXXX 100644 | 19 | index XXXXXXX..XXXXXXX 100644 |
19 | --- a/hw/arm/mps2.c | 20 | --- a/include/hw/i386/microvm.h |
20 | +++ b/hw/arm/mps2.c | 21 | +++ b/include/hw/i386/microvm.h |
21 | @@ -XXX,XX +XXX,XX @@ static void mps2_common_init(MachineState *machine) | 22 | @@ -XXX,XX +XXX,XX @@ |
22 | 0x40023000, /* Audio */ | 23 | #ifndef HW_I386_MICROVM_H |
23 | 0x40029000, /* Shield0 */ | 24 | #define HW_I386_MICROVM_H |
24 | 0x4002a000}; /* Shield1 */ | 25 | |
25 | - sysbus_create_simple(TYPE_ARM_SBCON_I2C, i2cbase[i], NULL); | 26 | -#include "qemu-common.h" |
26 | + DeviceState *dev; | 27 | #include "exec/hwaddr.h" |
27 | + | 28 | #include "qemu/notify.h" |
28 | + dev = sysbus_create_simple(TYPE_ARM_SBCON_I2C, i2cbase[i], NULL); | 29 | |
29 | + if (i < 2) { | 30 | diff --git a/include/hw/i386/x86.h b/include/hw/i386/x86.h |
30 | + /* | 31 | index XXXXXXX..XXXXXXX 100644 |
31 | + * internal-only bus: mark it full to avoid user-created | 32 | --- a/include/hw/i386/x86.h |
32 | + * i2c devices being plugged into it. | 33 | +++ b/include/hw/i386/x86.h |
33 | + */ | 34 | @@ -XXX,XX +XXX,XX @@ |
34 | + BusState *qbus = qdev_get_child_bus(dev, "i2c"); | 35 | #ifndef HW_I386_X86_H |
35 | + qbus_mark_full(qbus); | 36 | #define HW_I386_X86_H |
36 | + } | 37 | |
37 | } | 38 | -#include "qemu-common.h" |
38 | create_unimplemented_device("i2s", 0x40024000, 0x400); | 39 | #include "exec/hwaddr.h" |
40 | #include "qemu/notify.h" | ||
39 | 41 | ||
40 | -- | 42 | -- |
41 | 2.20.1 | 43 | 2.25.1 |
42 | 44 | ||
43 | 45 | diff view generated by jsdifflib |
1 | The mps2-tz boards use a data-driven structure to create the devices | 1 | The qemu-common.h header is not supposed to be included from any |
---|---|---|---|
2 | that sit behind peripheral protection controllers. Currently the | 2 | other header files, only from .c files (as documented in a comment at |
3 | functions which create these devices are passed an 'opaque' pointer | 3 | the start of it). |
4 | which is always the address within the machine struct of the device | ||
5 | to create, and some "all devices need this" information like irqs and | ||
6 | addresses. | ||
7 | 4 | ||
8 | If a specific device needs more information than this, it is | 5 | Move the include to linux-user/hexagon/cpu_loop.c, which needs it for |
9 | currently not possible to pass that through from the PPCInfo | 6 | the declaration of cpu_exec_step_atomic(). |
10 | data structure. Add support for passing an extra data parameter, | ||
11 | so that we can more flexibly handle the needs of specific | ||
12 | device types. To provide some type-safety we make this extra | ||
13 | parameter a pointer to a union (which initially has no members). | ||
14 | |||
15 | In particular, we would like to be able to indicate which of the | ||
16 | i2c controllers are for on-board devices only and which are | ||
17 | connected to the external 'shield' expansion port; a subsequent | ||
18 | patch will use this mechanism for that purpose. | ||
19 | 7 | ||
20 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
21 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 9 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
22 | Message-id: 20210903151435.22379-3-peter.maydell@linaro.org | 10 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
11 | Reviewed-by: Taylor Simpson <tsimpson@quicinc.com> | ||
12 | Message-id: 20211129200510.1233037-3-peter.maydell@linaro.org | ||
23 | --- | 13 | --- |
24 | hw/arm/mps2-tz.c | 35 ++++++++++++++++++++++------------- | 14 | target/hexagon/cpu.h | 1 - |
25 | 1 file changed, 22 insertions(+), 13 deletions(-) | 15 | linux-user/hexagon/cpu_loop.c | 1 + |
16 | 2 files changed, 1 insertion(+), 1 deletion(-) | ||
26 | 17 | ||
27 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c | 18 | diff --git a/target/hexagon/cpu.h b/target/hexagon/cpu.h |
28 | index XXXXXXX..XXXXXXX 100644 | 19 | index XXXXXXX..XXXXXXX 100644 |
29 | --- a/hw/arm/mps2-tz.c | 20 | --- a/target/hexagon/cpu.h |
30 | +++ b/hw/arm/mps2-tz.c | 21 | +++ b/target/hexagon/cpu.h |
31 | @@ -XXX,XX +XXX,XX @@ static qemu_irq get_sse_irq_in(MPS2TZMachineState *mms, int irqno) | 22 | @@ -XXX,XX +XXX,XX @@ typedef struct CPUHexagonState CPUHexagonState; |
32 | } | 23 | |
33 | } | 24 | #include "fpu/softfloat-types.h" |
34 | 25 | ||
35 | +/* Union describing the device-specific extra data we pass to the devfn. */ | 26 | -#include "qemu-common.h" |
36 | +typedef union PPCExtraData { | 27 | #include "exec/cpu-defs.h" |
37 | +} PPCExtraData; | 28 | #include "hex_regs.h" |
38 | + | 29 | #include "mmvec/mmvec.h" |
39 | /* Most of the devices in the AN505 FPGA image sit behind | 30 | diff --git a/linux-user/hexagon/cpu_loop.c b/linux-user/hexagon/cpu_loop.c |
40 | * Peripheral Protection Controllers. These data structures | 31 | index XXXXXXX..XXXXXXX 100644 |
41 | * define the layout of which devices sit behind which PPCs. | 32 | --- a/linux-user/hexagon/cpu_loop.c |
42 | @@ -XXX,XX +XXX,XX @@ static qemu_irq get_sse_irq_in(MPS2TZMachineState *mms, int irqno) | 33 | +++ b/linux-user/hexagon/cpu_loop.c |
34 | @@ -XXX,XX +XXX,XX @@ | ||
43 | */ | 35 | */ |
44 | typedef MemoryRegion *MakeDevFn(MPS2TZMachineState *mms, void *opaque, | 36 | |
45 | const char *name, hwaddr size, | 37 | #include "qemu/osdep.h" |
46 | - const int *irqs); | 38 | +#include "qemu-common.h" |
47 | + const int *irqs, | 39 | #include "qemu.h" |
48 | + const PPCExtraData *extradata); | 40 | #include "user-internals.h" |
49 | 41 | #include "cpu_loop-common.h" | |
50 | typedef struct PPCPortInfo { | ||
51 | const char *name; | ||
52 | @@ -XXX,XX +XXX,XX @@ typedef struct PPCPortInfo { | ||
53 | hwaddr addr; | ||
54 | hwaddr size; | ||
55 | int irqs[3]; /* currently no device needs more IRQ lines than this */ | ||
56 | + PPCExtraData extradata; /* to pass device-specific info to the devfn */ | ||
57 | } PPCPortInfo; | ||
58 | |||
59 | typedef struct PPCInfo { | ||
60 | @@ -XXX,XX +XXX,XX @@ typedef struct PPCInfo { | ||
61 | static MemoryRegion *make_unimp_dev(MPS2TZMachineState *mms, | ||
62 | void *opaque, | ||
63 | const char *name, hwaddr size, | ||
64 | - const int *irqs) | ||
65 | + const int *irqs, | ||
66 | + const PPCExtraData *extradata) | ||
67 | { | ||
68 | /* Initialize, configure and realize a TYPE_UNIMPLEMENTED_DEVICE, | ||
69 | * and return a pointer to its MemoryRegion. | ||
70 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_unimp_dev(MPS2TZMachineState *mms, | ||
71 | |||
72 | static MemoryRegion *make_uart(MPS2TZMachineState *mms, void *opaque, | ||
73 | const char *name, hwaddr size, | ||
74 | - const int *irqs) | ||
75 | + const int *irqs, const PPCExtraData *extradata) | ||
76 | { | ||
77 | /* The irq[] array is tx, rx, combined, in that order */ | ||
78 | MPS2TZMachineClass *mmc = MPS2TZ_MACHINE_GET_CLASS(mms); | ||
79 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_uart(MPS2TZMachineState *mms, void *opaque, | ||
80 | |||
81 | static MemoryRegion *make_scc(MPS2TZMachineState *mms, void *opaque, | ||
82 | const char *name, hwaddr size, | ||
83 | - const int *irqs) | ||
84 | + const int *irqs, const PPCExtraData *extradata) | ||
85 | { | ||
86 | MPS2SCC *scc = opaque; | ||
87 | DeviceState *sccdev; | ||
88 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_scc(MPS2TZMachineState *mms, void *opaque, | ||
89 | |||
90 | static MemoryRegion *make_fpgaio(MPS2TZMachineState *mms, void *opaque, | ||
91 | const char *name, hwaddr size, | ||
92 | - const int *irqs) | ||
93 | + const int *irqs, const PPCExtraData *extradata) | ||
94 | { | ||
95 | MPS2FPGAIO *fpgaio = opaque; | ||
96 | MPS2TZMachineClass *mmc = MPS2TZ_MACHINE_GET_CLASS(mms); | ||
97 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_fpgaio(MPS2TZMachineState *mms, void *opaque, | ||
98 | |||
99 | static MemoryRegion *make_eth_dev(MPS2TZMachineState *mms, void *opaque, | ||
100 | const char *name, hwaddr size, | ||
101 | - const int *irqs) | ||
102 | + const int *irqs, | ||
103 | + const PPCExtraData *extradata) | ||
104 | { | ||
105 | SysBusDevice *s; | ||
106 | NICInfo *nd = &nd_table[0]; | ||
107 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_eth_dev(MPS2TZMachineState *mms, void *opaque, | ||
108 | |||
109 | static MemoryRegion *make_eth_usb(MPS2TZMachineState *mms, void *opaque, | ||
110 | const char *name, hwaddr size, | ||
111 | - const int *irqs) | ||
112 | + const int *irqs, | ||
113 | + const PPCExtraData *extradata) | ||
114 | { | ||
115 | /* | ||
116 | * The AN524 makes the ethernet and USB share a PPC port. | ||
117 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_eth_usb(MPS2TZMachineState *mms, void *opaque, | ||
118 | |||
119 | static MemoryRegion *make_mpc(MPS2TZMachineState *mms, void *opaque, | ||
120 | const char *name, hwaddr size, | ||
121 | - const int *irqs) | ||
122 | + const int *irqs, const PPCExtraData *extradata) | ||
123 | { | ||
124 | TZMPC *mpc = opaque; | ||
125 | int i = mpc - &mms->mpc[0]; | ||
126 | @@ -XXX,XX +XXX,XX @@ static void remap_irq_fn(void *opaque, int n, int level) | ||
127 | |||
128 | static MemoryRegion *make_dma(MPS2TZMachineState *mms, void *opaque, | ||
129 | const char *name, hwaddr size, | ||
130 | - const int *irqs) | ||
131 | + const int *irqs, const PPCExtraData *extradata) | ||
132 | { | ||
133 | /* The irq[] array is DMACINTR, DMACINTERR, DMACINTTC, in that order */ | ||
134 | PL080State *dma = opaque; | ||
135 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_dma(MPS2TZMachineState *mms, void *opaque, | ||
136 | |||
137 | static MemoryRegion *make_spi(MPS2TZMachineState *mms, void *opaque, | ||
138 | const char *name, hwaddr size, | ||
139 | - const int *irqs) | ||
140 | + const int *irqs, const PPCExtraData *extradata) | ||
141 | { | ||
142 | /* | ||
143 | * The AN505 has five PL022 SPI controllers. | ||
144 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_spi(MPS2TZMachineState *mms, void *opaque, | ||
145 | |||
146 | static MemoryRegion *make_i2c(MPS2TZMachineState *mms, void *opaque, | ||
147 | const char *name, hwaddr size, | ||
148 | - const int *irqs) | ||
149 | + const int *irqs, const PPCExtraData *extradata) | ||
150 | { | ||
151 | ArmSbconI2CState *i2c = opaque; | ||
152 | SysBusDevice *s; | ||
153 | @@ -XXX,XX +XXX,XX @@ static MemoryRegion *make_i2c(MPS2TZMachineState *mms, void *opaque, | ||
154 | |||
155 | static MemoryRegion *make_rtc(MPS2TZMachineState *mms, void *opaque, | ||
156 | const char *name, hwaddr size, | ||
157 | - const int *irqs) | ||
158 | + const int *irqs, const PPCExtraData *extradata) | ||
159 | { | ||
160 | PL031State *pl031 = opaque; | ||
161 | SysBusDevice *s; | ||
162 | @@ -XXX,XX +XXX,XX @@ static void mps2tz_common_init(MachineState *machine) | ||
163 | } | ||
164 | |||
165 | mr = pinfo->devfn(mms, pinfo->opaque, pinfo->name, pinfo->size, | ||
166 | - pinfo->irqs); | ||
167 | + pinfo->irqs, &pinfo->extradata); | ||
168 | portname = g_strdup_printf("port[%d]", port); | ||
169 | object_property_set_link(OBJECT(ppc), portname, OBJECT(mr), | ||
170 | &error_fatal); | ||
171 | -- | 42 | -- |
172 | 2.20.1 | 43 | 2.25.1 |
173 | 44 | ||
174 | 45 | diff view generated by jsdifflib |
1 | By default, QEMU will allow devices to be plugged into a bus up to | 1 | The qemu-common.h header is not supposed to be included from any |
---|---|---|---|
2 | the bus class's device count limit. If the user creates a device on | 2 | other header files, only from .c files (as documented in a comment at |
3 | the command line or via the monitor and doesn't explicitly specify | 3 | the start of it). |
4 | the bus to plug it in, QEMU will plug it into the first non-full bus | ||
5 | that it finds. | ||
6 | 4 | ||
7 | This is fine in most cases, but some machines have multiple buses of | 5 | Nothing actually relies on target/rx/cpu.h including it, so we can |
8 | a given type, some of which are dedicated to on-board devices and | 6 | just drop the include. |
9 | some of which have an externally exposed connector for user-pluggable | ||
10 | devices. One example is I2C buses. | ||
11 | |||
12 | Provide a new function qbus_mark_full() so that a machine model can | ||
13 | mark this kind of "internal only" bus as 'full' after it has created | ||
14 | all the devices that should be plugged into that bus. The "find a | ||
15 | non-full bus" algorithm will then skip the internal-only bus when | ||
16 | looking for a place to plug in user-created devices. | ||
17 | 7 | ||
18 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
19 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 9 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
20 | Message-id: 20210903151435.22379-2-peter.maydell@linaro.org | 10 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
11 | Reviewed-by: Taylor Simpson <tsimpson@quicinc.com> | ||
12 | Reviewed-by: Yoshinori Sato <ysato@users.sourceforge.jp> | ||
13 | Message-id: 20211129200510.1233037-4-peter.maydell@linaro.org | ||
21 | --- | 14 | --- |
22 | include/hw/qdev-core.h | 24 ++++++++++++++++++++++++ | 15 | target/rx/cpu.h | 1 - |
23 | softmmu/qdev-monitor.c | 7 ++++++- | 16 | 1 file changed, 1 deletion(-) |
24 | 2 files changed, 30 insertions(+), 1 deletion(-) | ||
25 | 17 | ||
26 | diff --git a/include/hw/qdev-core.h b/include/hw/qdev-core.h | 18 | diff --git a/target/rx/cpu.h b/target/rx/cpu.h |
27 | index XXXXXXX..XXXXXXX 100644 | 19 | index XXXXXXX..XXXXXXX 100644 |
28 | --- a/include/hw/qdev-core.h | 20 | --- a/target/rx/cpu.h |
29 | +++ b/include/hw/qdev-core.h | 21 | +++ b/target/rx/cpu.h |
30 | @@ -XXX,XX +XXX,XX @@ struct BusState { | 22 | @@ -XXX,XX +XXX,XX @@ |
31 | HotplugHandler *hotplug_handler; | 23 | #define RX_CPU_H |
32 | int max_index; | 24 | |
33 | bool realized; | 25 | #include "qemu/bitops.h" |
34 | + bool full; | 26 | -#include "qemu-common.h" |
35 | int num_children; | 27 | #include "hw/registerfields.h" |
36 | 28 | #include "cpu-qom.h" | |
37 | /* | ||
38 | @@ -XXX,XX +XXX,XX @@ static inline bool qbus_is_hotpluggable(BusState *bus) | ||
39 | return bus->hotplug_handler; | ||
40 | } | ||
41 | |||
42 | +/** | ||
43 | + * qbus_mark_full: Mark this bus as full, so no more devices can be attached | ||
44 | + * @bus: Bus to mark as full | ||
45 | + * | ||
46 | + * By default, QEMU will allow devices to be plugged into a bus up | ||
47 | + * to the bus class's device count limit. Calling this function | ||
48 | + * marks a particular bus as full, so that no more devices can be | ||
49 | + * plugged into it. In particular this means that the bus will not | ||
50 | + * be considered as a candidate for plugging in devices created by | ||
51 | + * the user on the commandline or via the monitor. | ||
52 | + * If a machine has multiple buses of a given type, such as I2C, | ||
53 | + * where some of those buses in the real hardware are used only for | ||
54 | + * internal devices and some are exposed via expansion ports, you | ||
55 | + * can use this function to mark the internal-only buses as full | ||
56 | + * after you have created all their internal devices. Then user | ||
57 | + * created devices will appear on the expansion-port bus where | ||
58 | + * guest software expects them. | ||
59 | + */ | ||
60 | +static inline void qbus_mark_full(BusState *bus) | ||
61 | +{ | ||
62 | + bus->full = true; | ||
63 | +} | ||
64 | + | ||
65 | void device_listener_register(DeviceListener *listener); | ||
66 | void device_listener_unregister(DeviceListener *listener); | ||
67 | |||
68 | diff --git a/softmmu/qdev-monitor.c b/softmmu/qdev-monitor.c | ||
69 | index XXXXXXX..XXXXXXX 100644 | ||
70 | --- a/softmmu/qdev-monitor.c | ||
71 | +++ b/softmmu/qdev-monitor.c | ||
72 | @@ -XXX,XX +XXX,XX @@ static DeviceState *qbus_find_dev(BusState *bus, char *elem) | ||
73 | |||
74 | static inline bool qbus_is_full(BusState *bus) | ||
75 | { | ||
76 | - BusClass *bus_class = BUS_GET_CLASS(bus); | ||
77 | + BusClass *bus_class; | ||
78 | + | ||
79 | + if (bus->full) { | ||
80 | + return true; | ||
81 | + } | ||
82 | + bus_class = BUS_GET_CLASS(bus); | ||
83 | return bus_class->max_dev && bus->num_children >= bus_class->max_dev; | ||
84 | } | ||
85 | 29 | ||
86 | -- | 30 | -- |
87 | 2.20.1 | 31 | 2.25.1 |
88 | 32 | ||
89 | 33 | diff view generated by jsdifflib |
1 | From: Chris Rauer <crauer@google.com> | 1 | A lot of C files in hw/arm include qemu-common.h when they don't |
---|---|---|---|
2 | need anything from it. Drop the include lines. | ||
2 | 3 | ||
3 | kudo-bmc is a board supported by OpenBMC. | 4 | omap1.c, pxa2xx.c and strongarm.c retain the include because they |
4 | https://github.com/openbmc/openbmc/tree/master/meta-fii/meta-kudo | 5 | use it for the prototype of qemu_get_timedate(). |
5 | 6 | ||
6 | Since v1: | 7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
7 | - hyphenated Cortex-A9 | 8 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
9 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
10 | Reviewed-by: Taylor Simpson <tsimpson@quicinc.com> | ||
11 | Reviewed-by: Yoshinori Sato <ysato@users.sourceforge.jp> | ||
12 | Message-id: 20211129200510.1233037-5-peter.maydell@linaro.org | ||
13 | --- | ||
14 | hw/arm/boot.c | 1 - | ||
15 | hw/arm/digic_boards.c | 1 - | ||
16 | hw/arm/highbank.c | 1 - | ||
17 | hw/arm/npcm7xx_boards.c | 1 - | ||
18 | hw/arm/sbsa-ref.c | 1 - | ||
19 | hw/arm/stm32f405_soc.c | 1 - | ||
20 | hw/arm/vexpress.c | 1 - | ||
21 | hw/arm/virt.c | 1 - | ||
22 | 8 files changed, 8 deletions(-) | ||
8 | 23 | ||
9 | Tested: Booted kudo firmware. | 24 | diff --git a/hw/arm/boot.c b/hw/arm/boot.c |
10 | Signed-off-by: Chris Rauer <crauer@google.com> | ||
11 | Reviewed-by: Patrick Venture <venture@google.com> | ||
12 | Message-id: 20210907223234.1165705-1-crauer@google.com | ||
13 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
14 | --- | ||
15 | docs/system/arm/nuvoton.rst | 1 + | ||
16 | hw/arm/npcm7xx_boards.c | 34 ++++++++++++++++++++++++++++++++++ | ||
17 | 2 files changed, 35 insertions(+) | ||
18 | |||
19 | diff --git a/docs/system/arm/nuvoton.rst b/docs/system/arm/nuvoton.rst | ||
20 | index XXXXXXX..XXXXXXX 100644 | 25 | index XXXXXXX..XXXXXXX 100644 |
21 | --- a/docs/system/arm/nuvoton.rst | 26 | --- a/hw/arm/boot.c |
22 | +++ b/docs/system/arm/nuvoton.rst | 27 | +++ b/hw/arm/boot.c |
23 | @@ -XXX,XX +XXX,XX @@ Hyperscale applications. The following machines are based on this chip : | 28 | @@ -XXX,XX +XXX,XX @@ |
24 | 29 | */ | |
25 | - ``quanta-gbs-bmc`` Quanta GBS server BMC | 30 | |
26 | - ``quanta-gsj`` Quanta GSJ server BMC | 31 | #include "qemu/osdep.h" |
27 | +- ``kudo-bmc`` Fii USA Kudo server BMC | 32 | -#include "qemu-common.h" |
28 | 33 | #include "qemu/datadir.h" | |
29 | There are also two more SoCs, NPCM710 and NPCM705, which are single-core | 34 | #include "qemu/error-report.h" |
30 | variants of NPCM750 and NPCM730, respectively. These are currently not | 35 | #include "qapi/error.h" |
36 | diff --git a/hw/arm/digic_boards.c b/hw/arm/digic_boards.c | ||
37 | index XXXXXXX..XXXXXXX 100644 | ||
38 | --- a/hw/arm/digic_boards.c | ||
39 | +++ b/hw/arm/digic_boards.c | ||
40 | @@ -XXX,XX +XXX,XX @@ | ||
41 | |||
42 | #include "qemu/osdep.h" | ||
43 | #include "qapi/error.h" | ||
44 | -#include "qemu-common.h" | ||
45 | #include "qemu/datadir.h" | ||
46 | #include "hw/boards.h" | ||
47 | #include "qemu/error-report.h" | ||
48 | diff --git a/hw/arm/highbank.c b/hw/arm/highbank.c | ||
49 | index XXXXXXX..XXXXXXX 100644 | ||
50 | --- a/hw/arm/highbank.c | ||
51 | +++ b/hw/arm/highbank.c | ||
52 | @@ -XXX,XX +XXX,XX @@ | ||
53 | */ | ||
54 | |||
55 | #include "qemu/osdep.h" | ||
56 | -#include "qemu-common.h" | ||
57 | #include "qemu/datadir.h" | ||
58 | #include "qapi/error.h" | ||
59 | #include "hw/sysbus.h" | ||
31 | diff --git a/hw/arm/npcm7xx_boards.c b/hw/arm/npcm7xx_boards.c | 60 | diff --git a/hw/arm/npcm7xx_boards.c b/hw/arm/npcm7xx_boards.c |
32 | index XXXXXXX..XXXXXXX 100644 | 61 | index XXXXXXX..XXXXXXX 100644 |
33 | --- a/hw/arm/npcm7xx_boards.c | 62 | --- a/hw/arm/npcm7xx_boards.c |
34 | +++ b/hw/arm/npcm7xx_boards.c | 63 | +++ b/hw/arm/npcm7xx_boards.c |
35 | @@ -XXX,XX +XXX,XX @@ | 64 | @@ -XXX,XX +XXX,XX @@ |
36 | #define NPCM750_EVB_POWER_ON_STRAPS 0x00001ff7 | 65 | #include "hw/qdev-core.h" |
37 | #define QUANTA_GSJ_POWER_ON_STRAPS 0x00001fff | 66 | #include "hw/qdev-properties.h" |
38 | #define QUANTA_GBS_POWER_ON_STRAPS 0x000017ff | 67 | #include "qapi/error.h" |
39 | +#define KUDO_BMC_POWER_ON_STRAPS 0x00001fff | 68 | -#include "qemu-common.h" |
40 | 69 | #include "qemu/datadir.h" | |
41 | static const char npcm7xx_default_bootrom[] = "npcm7xx_bootrom.bin"; | 70 | #include "qemu/units.h" |
42 | 71 | #include "sysemu/blockdev.h" | |
43 | @@ -XXX,XX +XXX,XX @@ static void quanta_gbs_init(MachineState *machine) | 72 | diff --git a/hw/arm/sbsa-ref.c b/hw/arm/sbsa-ref.c |
44 | npcm7xx_load_kernel(machine, soc); | 73 | index XXXXXXX..XXXXXXX 100644 |
45 | } | 74 | --- a/hw/arm/sbsa-ref.c |
46 | 75 | +++ b/hw/arm/sbsa-ref.c | |
47 | +static void kudo_bmc_init(MachineState *machine) | 76 | @@ -XXX,XX +XXX,XX @@ |
48 | +{ | 77 | */ |
49 | + NPCM7xxState *soc; | 78 | |
50 | + | 79 | #include "qemu/osdep.h" |
51 | + soc = npcm7xx_create_soc(machine, KUDO_BMC_POWER_ON_STRAPS); | 80 | -#include "qemu-common.h" |
52 | + npcm7xx_connect_dram(soc, machine->ram); | 81 | #include "qemu/datadir.h" |
53 | + qdev_realize(DEVICE(soc), NULL, &error_fatal); | 82 | #include "qapi/error.h" |
54 | + | 83 | #include "qemu/error-report.h" |
55 | + npcm7xx_load_bootrom(machine, soc); | 84 | diff --git a/hw/arm/stm32f405_soc.c b/hw/arm/stm32f405_soc.c |
56 | + npcm7xx_connect_flash(&soc->fiu[0], 0, "mx66u51235f", | 85 | index XXXXXXX..XXXXXXX 100644 |
57 | + drive_get(IF_MTD, 0, 0)); | 86 | --- a/hw/arm/stm32f405_soc.c |
58 | + npcm7xx_connect_flash(&soc->fiu[1], 0, "mx66u51235f", | 87 | +++ b/hw/arm/stm32f405_soc.c |
59 | + drive_get(IF_MTD, 3, 0)); | 88 | @@ -XXX,XX +XXX,XX @@ |
60 | + | 89 | |
61 | + npcm7xx_load_kernel(machine, soc); | 90 | #include "qemu/osdep.h" |
62 | +} | 91 | #include "qapi/error.h" |
63 | + | 92 | -#include "qemu-common.h" |
64 | static void npcm7xx_set_soc_type(NPCM7xxMachineClass *nmc, const char *type) | 93 | #include "exec/address-spaces.h" |
65 | { | 94 | #include "sysemu/sysemu.h" |
66 | NPCM7xxClass *sc = NPCM7XX_CLASS(object_class_by_name(type)); | 95 | #include "hw/arm/stm32f405_soc.h" |
67 | @@ -XXX,XX +XXX,XX @@ static void gbs_bmc_machine_class_init(ObjectClass *oc, void *data) | 96 | diff --git a/hw/arm/vexpress.c b/hw/arm/vexpress.c |
68 | mc->default_ram_size = 1 * GiB; | 97 | index XXXXXXX..XXXXXXX 100644 |
69 | } | 98 | --- a/hw/arm/vexpress.c |
70 | 99 | +++ b/hw/arm/vexpress.c | |
71 | +static void kudo_bmc_machine_class_init(ObjectClass *oc, void *data) | 100 | @@ -XXX,XX +XXX,XX @@ |
72 | +{ | 101 | |
73 | + NPCM7xxMachineClass *nmc = NPCM7XX_MACHINE_CLASS(oc); | 102 | #include "qemu/osdep.h" |
74 | + MachineClass *mc = MACHINE_CLASS(oc); | 103 | #include "qapi/error.h" |
75 | + | 104 | -#include "qemu-common.h" |
76 | + npcm7xx_set_soc_type(nmc, TYPE_NPCM730); | 105 | #include "qemu/datadir.h" |
77 | + | 106 | #include "cpu.h" |
78 | + mc->desc = "Kudo BMC (Cortex-A9)"; | 107 | #include "hw/sysbus.h" |
79 | + mc->init = kudo_bmc_init; | 108 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c |
80 | + mc->default_ram_size = 1 * GiB; | 109 | index XXXXXXX..XXXXXXX 100644 |
81 | +}; | 110 | --- a/hw/arm/virt.c |
82 | + | 111 | +++ b/hw/arm/virt.c |
83 | static const TypeInfo npcm7xx_machine_types[] = { | 112 | @@ -XXX,XX +XXX,XX @@ |
84 | { | 113 | */ |
85 | .name = TYPE_NPCM7XX_MACHINE, | 114 | |
86 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo npcm7xx_machine_types[] = { | 115 | #include "qemu/osdep.h" |
87 | .name = MACHINE_TYPE_NAME("quanta-gbs-bmc"), | 116 | -#include "qemu-common.h" |
88 | .parent = TYPE_NPCM7XX_MACHINE, | 117 | #include "qemu/datadir.h" |
89 | .class_init = gbs_bmc_machine_class_init, | 118 | #include "qemu/units.h" |
90 | + }, { | 119 | #include "qemu/option.h" |
91 | + .name = MACHINE_TYPE_NAME("kudo-bmc"), | ||
92 | + .parent = TYPE_NPCM7XX_MACHINE, | ||
93 | + .class_init = kudo_bmc_machine_class_init, | ||
94 | }, | ||
95 | }; | ||
96 | |||
97 | -- | 120 | -- |
98 | 2.20.1 | 121 | 2.25.1 |
99 | 122 | ||
100 | 123 | diff view generated by jsdifflib |
1 | From: Bin Meng <bmeng.cn@gmail.com> | 1 | The calculation of the length of TLB range invalidate operations |
---|---|---|---|
2 | in tlbi_aa64_range_get_length() is incorrect in two ways: | ||
3 | * the NUM field is 5 bits, but we read only 4 bits | ||
4 | * we miscalculate the page_shift value, because of an | ||
5 | off-by-one error: | ||
6 | TG 0b00 is invalid | ||
7 | TG 0b01 is 4K granule size == 4096 == 2^12 | ||
8 | TG 0b10 is 16K granule size == 16384 == 2^14 | ||
9 | TG 0b11 is 64K granule size == 65536 == 2^16 | ||
10 | so page_shift should be (TG - 1) * 2 + 12 | ||
2 | 11 | ||
3 | We've got SW that expects FSBL (Bootlooader) to setup clocks and | 12 | Thanks to the bug report submitter Cha HyunSoo for identifying |
4 | resets. It's quite common that users run that SW on QEMU without | 13 | both these errors. |
5 | FSBL (FSBL typically requires the Xilinx tools installed). That's | ||
6 | fine, since users can stil use -device loader to enable clocks etc. | ||
7 | 14 | ||
8 | To help folks understand what's going, a log (guest-error) message | 15 | Fixes: 84940ed82552d3c ("target/arm: Add support for FEAT_TLBIRANGE") |
9 | would be helpful here. In particular with the serial port since | 16 | Resolves: https://gitlab.com/qemu-project/qemu/-/issues/734 |
10 | things will go very quiet if they get things wrong. | 17 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
18 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
19 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
20 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
21 | Message-id: 20211130173257.1274194-1-peter.maydell@linaro.org | ||
22 | --- | ||
23 | target/arm/helper.c | 6 +++--- | ||
24 | 1 file changed, 3 insertions(+), 3 deletions(-) | ||
11 | 25 | ||
12 | Suggested-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> | 26 | diff --git a/target/arm/helper.c b/target/arm/helper.c |
13 | Signed-off-by: Bin Meng <bmeng.cn@gmail.com> | ||
14 | Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> | ||
15 | Reviewed-by: Alistair Francis <alistair.francis@wdc.com> | ||
16 | Message-id: 20210901124521.30599-7-bmeng.cn@gmail.com | ||
17 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
18 | --- | ||
19 | hw/char/cadence_uart.c | 8 ++++++++ | ||
20 | 1 file changed, 8 insertions(+) | ||
21 | |||
22 | diff --git a/hw/char/cadence_uart.c b/hw/char/cadence_uart.c | ||
23 | index XXXXXXX..XXXXXXX 100644 | 27 | index XXXXXXX..XXXXXXX 100644 |
24 | --- a/hw/char/cadence_uart.c | 28 | --- a/target/arm/helper.c |
25 | +++ b/hw/char/cadence_uart.c | 29 | +++ b/target/arm/helper.c |
26 | @@ -XXX,XX +XXX,XX @@ static int uart_can_receive(void *opaque) | 30 | @@ -XXX,XX +XXX,XX @@ static uint64_t tlbi_aa64_range_get_length(CPUARMState *env, |
27 | 31 | uint64_t exponent; | |
28 | /* ignore characters when unclocked or in reset */ | 32 | uint64_t length; |
29 | if (!clock_is_enabled(s->refclk) || device_is_in_reset(DEVICE(s))) { | 33 | |
30 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: uart is unclocked or in reset\n", | 34 | - num = extract64(value, 39, 4); |
31 | + __func__); | 35 | + num = extract64(value, 39, 5); |
36 | scale = extract64(value, 44, 2); | ||
37 | page_size_granule = extract64(value, 46, 2); | ||
38 | |||
39 | - page_shift = page_size_granule * 2 + 12; | ||
40 | - | ||
41 | if (page_size_granule == 0) { | ||
42 | qemu_log_mask(LOG_GUEST_ERROR, "Invalid page size granule %d\n", | ||
43 | page_size_granule); | ||
32 | return 0; | 44 | return 0; |
33 | } | 45 | } |
34 | 46 | ||
35 | @@ -XXX,XX +XXX,XX @@ static void uart_event(void *opaque, QEMUChrEvent event) | 47 | + page_shift = (page_size_granule - 1) * 2 + 12; |
36 | 48 | + | |
37 | /* ignore characters when unclocked or in reset */ | 49 | exponent = (5 * scale) + 1; |
38 | if (!clock_is_enabled(s->refclk) || device_is_in_reset(DEVICE(s))) { | 50 | length = (num + 1) << (exponent + page_shift); |
39 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: uart is unclocked or in reset\n", | ||
40 | + __func__); | ||
41 | return; | ||
42 | } | ||
43 | |||
44 | @@ -XXX,XX +XXX,XX @@ static MemTxResult uart_write(void *opaque, hwaddr offset, | ||
45 | |||
46 | /* ignore access when unclocked or in reset */ | ||
47 | if (!clock_is_enabled(s->refclk) || device_is_in_reset(DEVICE(s))) { | ||
48 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: uart is unclocked or in reset\n", | ||
49 | + __func__); | ||
50 | return MEMTX_ERROR; | ||
51 | } | ||
52 | |||
53 | @@ -XXX,XX +XXX,XX @@ static MemTxResult uart_read(void *opaque, hwaddr offset, | ||
54 | |||
55 | /* ignore access when unclocked or in reset */ | ||
56 | if (!clock_is_enabled(s->refclk) || device_is_in_reset(DEVICE(s))) { | ||
57 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: uart is unclocked or in reset\n", | ||
58 | + __func__); | ||
59 | return MEMTX_ERROR; | ||
60 | } | ||
61 | 51 | ||
62 | -- | 52 | -- |
63 | 2.20.1 | 53 | 2.25.1 |
64 | 54 | ||
65 | 55 | diff view generated by jsdifflib |
1 | From: Bin Meng <bmeng.cn@gmail.com> | 1 | From: Patrick Venture <venture@google.com> |
---|---|---|---|
2 | 2 | ||
3 | As of today, when booting upstream U-Boot for Xilinx Zynq, the UART | 3 | The rx_active boolean change to true should always trigger a try_read |
4 | does not receive anything. Debugging shows that the UART input clock | 4 | call that flushes the queue. |
5 | frequency is zero which prevents the UART from receiving anything as | ||
6 | per the logic in uart_receive(). | ||
7 | 5 | ||
8 | From zynq_slcr_reset_exit() comment, it intends to compute output | 6 | Signed-off-by: Patrick Venture <venture@google.com> |
9 | clocks according to ps_clk and registers. zynq_slcr_compute_clocks() | 7 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
10 | is called to accomplish the task, inside which device_is_in_reset() | 8 | Message-id: 20211203221002.1719306-1-venture@google.com |
11 | is called to actually make the attempt in vain. | ||
12 | |||
13 | Rework reset_hold() and reset_exit() so that in the reset exit phase, | ||
14 | the logic can really compute output clocks in reset_exit(). | ||
15 | |||
16 | With this change, upstream U-Boot boots properly again with: | ||
17 | |||
18 | $ qemu-system-arm -M xilinx-zynq-a9 -m 1G -display none -serial null -serial stdio \ | ||
19 | -device loader,file=u-boot-dtb.bin,addr=0x4000000,cpu-num=0 | ||
20 | |||
21 | Fixes: 38867cb7ec90 ("hw/misc/zynq_slcr: add clock generation for uarts") | ||
22 | Signed-off-by: Bin Meng <bmeng.cn@gmail.com> | ||
23 | Acked-by: Alistair Francis <alistair.francis@wdc.com> | ||
24 | Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> | ||
25 | Message-id: 20210901124521.30599-2-bmeng.cn@gmail.com | ||
26 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
27 | --- | 10 | --- |
28 | hw/misc/zynq_slcr.c | 31 ++++++++++++++++++------------- | 11 | hw/net/npcm7xx_emc.c | 18 ++++++++---------- |
29 | 1 file changed, 18 insertions(+), 13 deletions(-) | 12 | 1 file changed, 8 insertions(+), 10 deletions(-) |
30 | 13 | ||
31 | diff --git a/hw/misc/zynq_slcr.c b/hw/misc/zynq_slcr.c | 14 | diff --git a/hw/net/npcm7xx_emc.c b/hw/net/npcm7xx_emc.c |
32 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
33 | --- a/hw/misc/zynq_slcr.c | 16 | --- a/hw/net/npcm7xx_emc.c |
34 | +++ b/hw/misc/zynq_slcr.c | 17 | +++ b/hw/net/npcm7xx_emc.c |
35 | @@ -XXX,XX +XXX,XX @@ static uint64_t zynq_slcr_compute_clock(const uint64_t periods[], | 18 | @@ -XXX,XX +XXX,XX @@ static void emc_halt_rx(NPCM7xxEMCState *emc, uint32_t mista_flag) |
36 | zynq_slcr_compute_clock((plls), (state)->regs[reg], \ | 19 | emc_set_mista(emc, mista_flag); |
37 | reg ## _ ## enable_field ## _SHIFT) | 20 | } |
38 | 21 | ||
39 | +static void zynq_slcr_compute_clocks_internal(ZynqSLCRState *s, uint64_t ps_clk) | 22 | +static void emc_enable_rx_and_flush(NPCM7xxEMCState *emc) |
40 | +{ | 23 | +{ |
41 | + uint64_t io_pll = zynq_slcr_compute_pll(ps_clk, s->regs[R_IO_PLL_CTRL]); | 24 | + emc->rx_active = true; |
42 | + uint64_t arm_pll = zynq_slcr_compute_pll(ps_clk, s->regs[R_ARM_PLL_CTRL]); | 25 | + qemu_flush_queued_packets(qemu_get_queue(emc->nic)); |
43 | + uint64_t ddr_pll = zynq_slcr_compute_pll(ps_clk, s->regs[R_DDR_PLL_CTRL]); | ||
44 | + | ||
45 | + uint64_t uart_mux[4] = {io_pll, io_pll, arm_pll, ddr_pll}; | ||
46 | + | ||
47 | + /* compute uartX reference clocks */ | ||
48 | + clock_set(s->uart0_ref_clk, | ||
49 | + ZYNQ_COMPUTE_CLK(s, uart_mux, R_UART_CLK_CTRL, CLKACT0)); | ||
50 | + clock_set(s->uart1_ref_clk, | ||
51 | + ZYNQ_COMPUTE_CLK(s, uart_mux, R_UART_CLK_CTRL, CLKACT1)); | ||
52 | +} | 26 | +} |
53 | + | 27 | + |
54 | /** | 28 | static void emc_set_next_tx_descriptor(NPCM7xxEMCState *emc, |
55 | * Compute and set the ouputs clocks periods. | 29 | const NPCM7xxEMCTxDesc *tx_desc, |
56 | * But do not propagate them further. Connected clocks | 30 | uint32_t desc_addr) |
57 | @@ -XXX,XX +XXX,XX @@ static void zynq_slcr_compute_clocks(ZynqSLCRState *s) | 31 | @@ -XXX,XX +XXX,XX @@ static ssize_t emc_receive(NetClientState *nc, const uint8_t *buf, size_t len1) |
58 | ps_clk = 0; | 32 | return len; |
59 | } | 33 | } |
60 | 34 | ||
61 | - uint64_t io_pll = zynq_slcr_compute_pll(ps_clk, s->regs[R_IO_PLL_CTRL]); | 35 | -static void emc_try_receive_next_packet(NPCM7xxEMCState *emc) |
62 | - uint64_t arm_pll = zynq_slcr_compute_pll(ps_clk, s->regs[R_ARM_PLL_CTRL]); | 36 | -{ |
63 | - uint64_t ddr_pll = zynq_slcr_compute_pll(ps_clk, s->regs[R_DDR_PLL_CTRL]); | 37 | - if (emc_can_receive(qemu_get_queue(emc->nic))) { |
38 | - qemu_flush_queued_packets(qemu_get_queue(emc->nic)); | ||
39 | - } | ||
40 | -} | ||
64 | - | 41 | - |
65 | - uint64_t uart_mux[4] = {io_pll, io_pll, arm_pll, ddr_pll}; | 42 | static uint64_t npcm7xx_emc_read(void *opaque, hwaddr offset, unsigned size) |
66 | - | 43 | { |
67 | - /* compute uartX reference clocks */ | 44 | NPCM7xxEMCState *emc = opaque; |
68 | - clock_set(s->uart0_ref_clk, | 45 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_emc_write(void *opaque, hwaddr offset, |
69 | - ZYNQ_COMPUTE_CLK(s, uart_mux, R_UART_CLK_CTRL, CLKACT0)); | 46 | emc->regs[REG_MGSTA] |= REG_MGSTA_RXHA; |
70 | - clock_set(s->uart1_ref_clk, | 47 | } |
71 | - ZYNQ_COMPUTE_CLK(s, uart_mux, R_UART_CLK_CTRL, CLKACT1)); | 48 | if (value & REG_MCMDR_RXON) { |
72 | + zynq_slcr_compute_clocks_internal(s, ps_clk); | 49 | - emc->rx_active = true; |
73 | } | 50 | + emc_enable_rx_and_flush(emc); |
74 | 51 | } else { | |
75 | /** | 52 | emc_halt_rx(emc, 0); |
76 | @@ -XXX,XX +XXX,XX @@ static void zynq_slcr_reset_hold(Object *obj) | 53 | } |
77 | ZynqSLCRState *s = ZYNQ_SLCR(obj); | 54 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_emc_write(void *opaque, hwaddr offset, |
78 | 55 | break; | |
79 | /* will disable all output clocks */ | 56 | case REG_RSDR: |
80 | - zynq_slcr_compute_clocks(s); | 57 | if (emc->regs[REG_MCMDR] & REG_MCMDR_RXON) { |
81 | + zynq_slcr_compute_clocks_internal(s, 0); | 58 | - emc->rx_active = true; |
82 | zynq_slcr_propagate_clocks(s); | 59 | - emc_try_receive_next_packet(emc); |
83 | } | 60 | + emc_enable_rx_and_flush(emc); |
84 | 61 | } | |
85 | @@ -XXX,XX +XXX,XX @@ static void zynq_slcr_reset_exit(Object *obj) | 62 | break; |
86 | ZynqSLCRState *s = ZYNQ_SLCR(obj); | 63 | case REG_MIIDA: |
87 | |||
88 | /* will compute output clocks according to ps_clk and registers */ | ||
89 | - zynq_slcr_compute_clocks(s); | ||
90 | + zynq_slcr_compute_clocks_internal(s, clock_get(s->ps_clk)); | ||
91 | zynq_slcr_propagate_clocks(s); | ||
92 | } | ||
93 | |||
94 | -- | 64 | -- |
95 | 2.20.1 | 65 | 2.25.1 |
96 | 66 | ||
97 | 67 | diff view generated by jsdifflib |
1 | From: Bin Meng <bmeng.cn@gmail.com> | 1 | From: Jean-Philippe Brucker <jean-philippe@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Currently the clock/reset check is done in uart_receive(), but we | 3 | When a virtio-iommu is instantiated, describe it using the ACPI VIOT |
4 | can move the check to uart_can_receive() which is earlier. | 4 | table. |
5 | 5 | ||
6 | Signed-off-by: Bin Meng <bmeng.cn@gmail.com> | 6 | Acked-by: Igor Mammedov <imammedo@redhat.com> |
7 | Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> | 7 | Reviewed-by: Eric Auger <eric.auger@redhat.com> |
8 | Reviewed-by: Alistair Francis <alistair.francis@wdc.com> | 8 | Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org> |
9 | Message-id: 20210901124521.30599-4-bmeng.cn@gmail.com | 9 | Message-id: 20211210170415.583179-2-jean-philippe@linaro.org |
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | --- | 11 | --- |
12 | hw/char/cadence_uart.c | 17 ++++++++++------- | 12 | hw/arm/virt-acpi-build.c | 7 +++++++ |
13 | 1 file changed, 10 insertions(+), 7 deletions(-) | 13 | hw/arm/Kconfig | 1 + |
14 | 2 files changed, 8 insertions(+) | ||
14 | 15 | ||
15 | diff --git a/hw/char/cadence_uart.c b/hw/char/cadence_uart.c | 16 | diff --git a/hw/arm/virt-acpi-build.c b/hw/arm/virt-acpi-build.c |
16 | index XXXXXXX..XXXXXXX 100644 | 17 | index XXXXXXX..XXXXXXX 100644 |
17 | --- a/hw/char/cadence_uart.c | 18 | --- a/hw/arm/virt-acpi-build.c |
18 | +++ b/hw/char/cadence_uart.c | 19 | +++ b/hw/arm/virt-acpi-build.c |
19 | @@ -XXX,XX +XXX,XX @@ static void uart_parameters_setup(CadenceUARTState *s) | 20 | @@ -XXX,XX +XXX,XX @@ |
20 | static int uart_can_receive(void *opaque) | 21 | #include "kvm_arm.h" |
21 | { | 22 | #include "migration/vmstate.h" |
22 | CadenceUARTState *s = opaque; | 23 | #include "hw/acpi/ghes.h" |
23 | - int ret = MAX(CADENCE_UART_RX_FIFO_SIZE, CADENCE_UART_TX_FIFO_SIZE); | 24 | +#include "hw/acpi/viot.h" |
24 | - uint32_t ch_mode = s->r[R_MR] & UART_MR_CHMODE; | 25 | |
25 | + int ret; | 26 | #define ARM_SPI_BASE 32 |
26 | + uint32_t ch_mode; | 27 | |
27 | + | 28 | @@ -XXX,XX +XXX,XX @@ void virt_acpi_build(VirtMachineState *vms, AcpiBuildTables *tables) |
28 | + /* ignore characters when unclocked or in reset */ | 29 | } |
29 | + if (!clock_is_enabled(s->refclk) || device_is_in_reset(DEVICE(s))) { | 30 | #endif |
30 | + return 0; | 31 | |
32 | + if (vms->iommu == VIRT_IOMMU_VIRTIO) { | ||
33 | + acpi_add_table(table_offsets, tables_blob); | ||
34 | + build_viot(ms, tables_blob, tables->linker, vms->virtio_iommu_bdf, | ||
35 | + vms->oem_id, vms->oem_table_id); | ||
31 | + } | 36 | + } |
32 | + | 37 | + |
33 | + ret = MAX(CADENCE_UART_RX_FIFO_SIZE, CADENCE_UART_TX_FIFO_SIZE); | 38 | /* XSDT is pointed to by RSDP */ |
34 | + ch_mode = s->r[R_MR] & UART_MR_CHMODE; | 39 | xsdt = tables_blob->len; |
35 | 40 | build_xsdt(tables_blob, tables->linker, table_offsets, vms->oem_id, | |
36 | if (ch_mode == NORMAL_MODE || ch_mode == ECHO_MODE) { | 41 | diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig |
37 | ret = MIN(ret, CADENCE_UART_RX_FIFO_SIZE - s->rx_count); | 42 | index XXXXXXX..XXXXXXX 100644 |
38 | @@ -XXX,XX +XXX,XX @@ static void uart_receive(void *opaque, const uint8_t *buf, int size) | 43 | --- a/hw/arm/Kconfig |
39 | CadenceUARTState *s = opaque; | 44 | +++ b/hw/arm/Kconfig |
40 | uint32_t ch_mode = s->r[R_MR] & UART_MR_CHMODE; | 45 | @@ -XXX,XX +XXX,XX @@ config ARM_VIRT |
41 | 46 | select DIMM | |
42 | - /* ignore characters when unclocked or in reset */ | 47 | select ACPI_HW_REDUCED |
43 | - if (!clock_is_enabled(s->refclk) || device_is_in_reset(DEVICE(s))) { | 48 | select ACPI_APEI |
44 | - return; | 49 | + select ACPI_VIOT |
45 | - } | 50 | |
46 | - | 51 | config CHEETAH |
47 | if (ch_mode == NORMAL_MODE || ch_mode == ECHO_MODE) { | 52 | bool |
48 | uart_write_rx_fifo(opaque, buf, size); | ||
49 | } | ||
50 | -- | 53 | -- |
51 | 2.20.1 | 54 | 2.25.1 |
52 | 55 | ||
53 | 56 | diff view generated by jsdifflib |
1 | From: Bin Meng <bmeng.cn@gmail.com> | 1 | From: Jean-Philippe Brucker <jean-philippe@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | This converts uart_read() and uart_write() to memop_with_attrs() ops. | 3 | virtio-iommu is now supported with ACPI VIOT as well as device tree. |
4 | Remove the restriction that prevents from instantiating a virtio-iommu | ||
5 | device under ACPI. | ||
4 | 6 | ||
5 | Signed-off-by: Bin Meng <bmeng.cn@gmail.com> | 7 | Acked-by: Igor Mammedov <imammedo@redhat.com> |
6 | Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> | 8 | Reviewed-by: Eric Auger <eric.auger@redhat.com> |
7 | Reviewed-by: Alistair Francis <alistair.francis@wdc.com> | 9 | Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org> |
8 | Message-id: 20210901124521.30599-5-bmeng.cn@gmail.com | 10 | Message-id: 20211210170415.583179-3-jean-philippe@linaro.org |
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | --- | 12 | --- |
11 | hw/char/cadence_uart.c | 26 +++++++++++++++----------- | 13 | hw/arm/virt.c | 10 ++-------- |
12 | 1 file changed, 15 insertions(+), 11 deletions(-) | 14 | hw/virtio/virtio-iommu-pci.c | 12 ++---------- |
15 | 2 files changed, 4 insertions(+), 18 deletions(-) | ||
13 | 16 | ||
14 | diff --git a/hw/char/cadence_uart.c b/hw/char/cadence_uart.c | 17 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c |
15 | index XXXXXXX..XXXXXXX 100644 | 18 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/hw/char/cadence_uart.c | 19 | --- a/hw/arm/virt.c |
17 | +++ b/hw/char/cadence_uart.c | 20 | +++ b/hw/arm/virt.c |
18 | @@ -XXX,XX +XXX,XX @@ static void uart_read_rx_fifo(CadenceUARTState *s, uint32_t *c) | 21 | @@ -XXX,XX +XXX,XX @@ static HotplugHandler *virt_machine_get_hotplug_handler(MachineState *machine, |
19 | uart_update_status(s); | 22 | MachineClass *mc = MACHINE_GET_CLASS(machine); |
23 | |||
24 | if (device_is_dynamic_sysbus(mc, dev) || | ||
25 | - (object_dynamic_cast(OBJECT(dev), TYPE_PC_DIMM))) { | ||
26 | + object_dynamic_cast(OBJECT(dev), TYPE_PC_DIMM) || | ||
27 | + object_dynamic_cast(OBJECT(dev), TYPE_VIRTIO_IOMMU_PCI)) { | ||
28 | return HOTPLUG_HANDLER(machine); | ||
29 | } | ||
30 | - if (object_dynamic_cast(OBJECT(dev), TYPE_VIRTIO_IOMMU_PCI)) { | ||
31 | - VirtMachineState *vms = VIRT_MACHINE(machine); | ||
32 | - | ||
33 | - if (!vms->bootinfo.firmware_loaded || !virt_is_acpi_enabled(vms)) { | ||
34 | - return HOTPLUG_HANDLER(machine); | ||
35 | - } | ||
36 | - } | ||
37 | return NULL; | ||
20 | } | 38 | } |
21 | 39 | ||
22 | -static void uart_write(void *opaque, hwaddr offset, | 40 | diff --git a/hw/virtio/virtio-iommu-pci.c b/hw/virtio/virtio-iommu-pci.c |
23 | - uint64_t value, unsigned size) | 41 | index XXXXXXX..XXXXXXX 100644 |
24 | +static MemTxResult uart_write(void *opaque, hwaddr offset, | 42 | --- a/hw/virtio/virtio-iommu-pci.c |
25 | + uint64_t value, unsigned size, MemTxAttrs attrs) | 43 | +++ b/hw/virtio/virtio-iommu-pci.c |
26 | { | 44 | @@ -XXX,XX +XXX,XX @@ static void virtio_iommu_pci_realize(VirtIOPCIProxy *vpci_dev, Error **errp) |
27 | CadenceUARTState *s = opaque; | 45 | VirtIOIOMMU *s = VIRTIO_IOMMU(vdev); |
28 | 46 | ||
29 | DB_PRINT(" offset:%x data:%08x\n", (unsigned)offset, (unsigned)value); | 47 | if (!qdev_get_machine_hotplug_handler(DEVICE(vpci_dev))) { |
30 | offset >>= 2; | 48 | - MachineClass *mc = MACHINE_GET_CLASS(qdev_get_machine()); |
31 | if (offset >= CADENCE_UART_R_MAX) { | 49 | - |
32 | - return; | 50 | - error_setg(errp, |
33 | + return MEMTX_DECODE_ERROR; | 51 | - "%s machine fails to create iommu-map device tree bindings", |
52 | - mc->name); | ||
53 | - error_append_hint(errp, | ||
54 | - "Check your machine implements a hotplug handler " | ||
55 | - "for the virtio-iommu-pci device\n"); | ||
56 | - error_append_hint(errp, "Check the guest is booted without FW or with " | ||
57 | - "-no-acpi\n"); | ||
58 | + error_setg(errp, "Check your machine implements a hotplug handler " | ||
59 | + "for the virtio-iommu-pci device"); | ||
60 | return; | ||
34 | } | 61 | } |
35 | switch (offset) { | 62 | for (int i = 0; i < s->nb_reserved_regions; i++) { |
36 | case R_IER: /* ier (wts imr) */ | ||
37 | @@ -XXX,XX +XXX,XX @@ static void uart_write(void *opaque, hwaddr offset, | ||
38 | break; | ||
39 | } | ||
40 | uart_update_status(s); | ||
41 | + | ||
42 | + return MEMTX_OK; | ||
43 | } | ||
44 | |||
45 | -static uint64_t uart_read(void *opaque, hwaddr offset, | ||
46 | - unsigned size) | ||
47 | +static MemTxResult uart_read(void *opaque, hwaddr offset, | ||
48 | + uint64_t *value, unsigned size, MemTxAttrs attrs) | ||
49 | { | ||
50 | CadenceUARTState *s = opaque; | ||
51 | uint32_t c = 0; | ||
52 | |||
53 | offset >>= 2; | ||
54 | if (offset >= CADENCE_UART_R_MAX) { | ||
55 | - c = 0; | ||
56 | - } else if (offset == R_TX_RX) { | ||
57 | + return MEMTX_DECODE_ERROR; | ||
58 | + } | ||
59 | + if (offset == R_TX_RX) { | ||
60 | uart_read_rx_fifo(s, &c); | ||
61 | } else { | ||
62 | - c = s->r[offset]; | ||
63 | + c = s->r[offset]; | ||
64 | } | ||
65 | |||
66 | DB_PRINT(" offset:%x data:%08x\n", (unsigned)(offset << 2), (unsigned)c); | ||
67 | - return c; | ||
68 | + *value = c; | ||
69 | + return MEMTX_OK; | ||
70 | } | ||
71 | |||
72 | static const MemoryRegionOps uart_ops = { | ||
73 | - .read = uart_read, | ||
74 | - .write = uart_write, | ||
75 | + .read_with_attrs = uart_read, | ||
76 | + .write_with_attrs = uart_write, | ||
77 | .endianness = DEVICE_NATIVE_ENDIAN, | ||
78 | }; | ||
79 | |||
80 | -- | 63 | -- |
81 | 2.20.1 | 64 | 2.25.1 |
82 | 65 | ||
83 | 66 | diff view generated by jsdifflib |
1 | From: Shashi Mallela <shashi.mallela@linaro.org> | 1 | From: Jean-Philippe Brucker <jean-philippe@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Included creation of ITS as part of virt platform GIC | 3 | We do not support instantiating multiple IOMMUs. Before adding a |
4 | initialization. This Emulated ITS model now co-exists with kvm | 4 | virtio-iommu, check that no other IOMMU is present. This will detect |
5 | ITS and is enabled in absence of kvm irq kernel support in a | 5 | both "iommu=smmuv3" machine parameter and another virtio-iommu instance. |
6 | platform. | ||
7 | 6 | ||
8 | Signed-off-by: Shashi Mallela <shashi.mallela@linaro.org> | 7 | Fixes: 70e89132c9 ("hw/arm/virt: Add the virtio-iommu device tree mappings") |
9 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Reviewed-by: Eric Auger <eric.auger@redhat.com> |
10 | Message-id: 20210910143951.92242-9-shashi.mallela@linaro.org | 9 | Reviewed-by: Igor Mammedov <imammedo@redhat.com> |
10 | Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org> | ||
11 | Message-id: 20211210170415.583179-4-jean-philippe@linaro.org | ||
11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
12 | --- | 13 | --- |
13 | include/hw/arm/virt.h | 2 ++ | 14 | hw/arm/virt.c | 5 +++++ |
14 | target/arm/kvm_arm.h | 4 ++-- | 15 | 1 file changed, 5 insertions(+) |
15 | hw/arm/virt.c | 29 +++++++++++++++++++++++++++-- | ||
16 | 3 files changed, 31 insertions(+), 4 deletions(-) | ||
17 | 16 | ||
18 | diff --git a/include/hw/arm/virt.h b/include/hw/arm/virt.h | ||
19 | index XXXXXXX..XXXXXXX 100644 | ||
20 | --- a/include/hw/arm/virt.h | ||
21 | +++ b/include/hw/arm/virt.h | ||
22 | @@ -XXX,XX +XXX,XX @@ struct VirtMachineClass { | ||
23 | MachineClass parent; | ||
24 | bool disallow_affinity_adjustment; | ||
25 | bool no_its; | ||
26 | + bool no_tcg_its; | ||
27 | bool no_pmu; | ||
28 | bool claim_edge_triggered_timers; | ||
29 | bool smbios_old_sys_ver; | ||
30 | @@ -XXX,XX +XXX,XX @@ struct VirtMachineState { | ||
31 | bool highmem; | ||
32 | bool highmem_ecam; | ||
33 | bool its; | ||
34 | + bool tcg_its; | ||
35 | bool virt; | ||
36 | bool ras; | ||
37 | bool mte; | ||
38 | diff --git a/target/arm/kvm_arm.h b/target/arm/kvm_arm.h | ||
39 | index XXXXXXX..XXXXXXX 100644 | ||
40 | --- a/target/arm/kvm_arm.h | ||
41 | +++ b/target/arm/kvm_arm.h | ||
42 | @@ -XXX,XX +XXX,XX @@ static inline const char *its_class_name(void) | ||
43 | /* KVM implementation requires this capability */ | ||
44 | return kvm_direct_msi_enabled() ? "arm-its-kvm" : NULL; | ||
45 | } else { | ||
46 | - /* Software emulation is not implemented yet */ | ||
47 | - return NULL; | ||
48 | + /* Software emulation based model */ | ||
49 | + return "arm-gicv3-its"; | ||
50 | } | ||
51 | } | ||
52 | |||
53 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c | 17 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c |
54 | index XXXXXXX..XXXXXXX 100644 | 18 | index XXXXXXX..XXXXXXX 100644 |
55 | --- a/hw/arm/virt.c | 19 | --- a/hw/arm/virt.c |
56 | +++ b/hw/arm/virt.c | 20 | +++ b/hw/arm/virt.c |
57 | @@ -XXX,XX +XXX,XX @@ static void create_its(VirtMachineState *vms) | 21 | @@ -XXX,XX +XXX,XX @@ static void virt_machine_device_pre_plug_cb(HotplugHandler *hotplug_dev, |
58 | const char *itsclass = its_class_name(); | 22 | hwaddr db_start = 0, db_end = 0; |
59 | DeviceState *dev; | 23 | char *resv_prop_str; |
60 | 24 | ||
61 | + if (!strcmp(itsclass, "arm-gicv3-its")) { | 25 | + if (vms->iommu != VIRT_IOMMU_NONE) { |
62 | + if (!vms->tcg_its) { | 26 | + error_setg(errp, "virt machine does not support multiple IOMMUs"); |
63 | + itsclass = NULL; | 27 | + return; |
64 | + } | ||
65 | + } | ||
66 | + | ||
67 | if (!itsclass) { | ||
68 | /* Do nothing if not supported */ | ||
69 | return; | ||
70 | @@ -XXX,XX +XXX,XX @@ static void create_v2m(VirtMachineState *vms) | ||
71 | vms->msi_controller = VIRT_MSI_CTRL_GICV2M; | ||
72 | } | ||
73 | |||
74 | -static void create_gic(VirtMachineState *vms) | ||
75 | +static void create_gic(VirtMachineState *vms, MemoryRegion *mem) | ||
76 | { | ||
77 | MachineState *ms = MACHINE(vms); | ||
78 | /* We create a standalone GIC */ | ||
79 | @@ -XXX,XX +XXX,XX @@ static void create_gic(VirtMachineState *vms) | ||
80 | nb_redist_regions); | ||
81 | qdev_prop_set_uint32(vms->gic, "redist-region-count[0]", redist0_count); | ||
82 | |||
83 | + if (!kvm_irqchip_in_kernel()) { | ||
84 | + if (vms->tcg_its) { | ||
85 | + object_property_set_link(OBJECT(vms->gic), "sysmem", | ||
86 | + OBJECT(mem), &error_fatal); | ||
87 | + qdev_prop_set_bit(vms->gic, "has-lpi", true); | ||
88 | + } | ||
89 | + } | 28 | + } |
90 | + | 29 | + |
91 | if (nb_redist_regions == 2) { | 30 | switch (vms->msi_controller) { |
92 | uint32_t redist1_capacity = | 31 | case VIRT_MSI_CTRL_NONE: |
93 | vms->memmap[VIRT_HIGH_GIC_REDIST2].size / GICV3_REDIST_SIZE; | 32 | return; |
94 | @@ -XXX,XX +XXX,XX @@ static void machvirt_init(MachineState *machine) | ||
95 | |||
96 | virt_flash_fdt(vms, sysmem, secure_sysmem ?: sysmem); | ||
97 | |||
98 | - create_gic(vms); | ||
99 | + create_gic(vms, sysmem); | ||
100 | |||
101 | virt_cpu_post_init(vms, sysmem); | ||
102 | |||
103 | @@ -XXX,XX +XXX,XX @@ static void virt_instance_init(Object *obj) | ||
104 | } else { | ||
105 | /* Default allows ITS instantiation */ | ||
106 | vms->its = true; | ||
107 | + | ||
108 | + if (vmc->no_tcg_its) { | ||
109 | + vms->tcg_its = false; | ||
110 | + } else { | ||
111 | + vms->tcg_its = true; | ||
112 | + } | ||
113 | } | ||
114 | |||
115 | /* Default disallows iommu instantiation */ | ||
116 | @@ -XXX,XX +XXX,XX @@ DEFINE_VIRT_MACHINE_AS_LATEST(6, 2) | ||
117 | |||
118 | static void virt_machine_6_1_options(MachineClass *mc) | ||
119 | { | ||
120 | + VirtMachineClass *vmc = VIRT_MACHINE_CLASS(OBJECT_CLASS(mc)); | ||
121 | + | ||
122 | virt_machine_6_2_options(mc); | ||
123 | compat_props_add(mc->compat_props, hw_compat_6_1, hw_compat_6_1_len); | ||
124 | + | ||
125 | + /* qemu ITS was introduced with 6.2 */ | ||
126 | + vmc->no_tcg_its = true; | ||
127 | } | ||
128 | DEFINE_VIRT_MACHINE(6, 1) | ||
129 | |||
130 | -- | 33 | -- |
131 | 2.20.1 | 34 | 2.25.1 |
132 | 35 | ||
133 | 36 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | From: Jean-Philippe Brucker <jean-philippe@linaro.org> | ||
1 | 2 | ||
3 | To propagate errors to the caller of the pre_plug callback, use the | ||
4 | object_poperty_set*() functions directly instead of the qdev_prop_set*() | ||
5 | helpers. | ||
6 | |||
7 | Suggested-by: Igor Mammedov <imammedo@redhat.com> | ||
8 | Reviewed-by: Eric Auger <eric.auger@redhat.com> | ||
9 | Reviewed-by: Igor Mammedov <imammedo@redhat.com> | ||
10 | Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org> | ||
11 | Message-id: 20211210170415.583179-5-jean-philippe@linaro.org | ||
12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
13 | --- | ||
14 | hw/arm/virt.c | 5 +++-- | ||
15 | 1 file changed, 3 insertions(+), 2 deletions(-) | ||
16 | |||
17 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c | ||
18 | index XXXXXXX..XXXXXXX 100644 | ||
19 | --- a/hw/arm/virt.c | ||
20 | +++ b/hw/arm/virt.c | ||
21 | @@ -XXX,XX +XXX,XX @@ static void virt_machine_device_pre_plug_cb(HotplugHandler *hotplug_dev, | ||
22 | db_start, db_end, | ||
23 | VIRTIO_IOMMU_RESV_MEM_T_MSI); | ||
24 | |||
25 | - qdev_prop_set_uint32(dev, "len-reserved-regions", 1); | ||
26 | - qdev_prop_set_string(dev, "reserved-regions[0]", resv_prop_str); | ||
27 | + object_property_set_uint(OBJECT(dev), "len-reserved-regions", 1, errp); | ||
28 | + object_property_set_str(OBJECT(dev), "reserved-regions[0]", | ||
29 | + resv_prop_str, errp); | ||
30 | g_free(resv_prop_str); | ||
31 | } | ||
32 | } | ||
33 | -- | ||
34 | 2.25.1 | ||
35 | |||
36 | diff view generated by jsdifflib |
1 | From: Shashi Mallela <shashi.mallela@linaro.org> | 1 | From: Jean-Philippe Brucker <jean-philippe@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Added expected IORT files applicable with latest GICv3 | 3 | Create empty data files and allow updates for the upcoming VIOT tests. |
4 | ITS changes.Temporarily differences in these files are | ||
5 | okay. | ||
6 | 4 | ||
7 | Signed-off-by: Shashi Mallela <shashi.mallela@linaro.org> | ||
8 | Acked-by: Igor Mammedov <imammedo@redhat.com> | 5 | Acked-by: Igor Mammedov <imammedo@redhat.com> |
9 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Reviewed-by: Eric Auger <eric.auger@redhat.com> |
10 | Message-id: 20210910143951.92242-8-shashi.mallela@linaro.org | 7 | Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org> |
8 | Message-id: 20211210170415.583179-6-jean-philippe@linaro.org | ||
11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
12 | --- | 10 | --- |
13 | tests/qtest/bios-tables-test-allowed-diff.h | 4 ++++ | 11 | tests/qtest/bios-tables-test-allowed-diff.h | 3 +++ |
14 | tests/data/acpi/virt/IORT | 0 | 12 | tests/data/acpi/q35/DSDT.viot | 0 |
15 | tests/data/acpi/virt/IORT.memhp | 0 | 13 | tests/data/acpi/q35/VIOT.viot | 0 |
16 | tests/data/acpi/virt/IORT.numamem | 0 | 14 | tests/data/acpi/virt/VIOT | 0 |
17 | tests/data/acpi/virt/IORT.pxb | 0 | 15 | 4 files changed, 3 insertions(+) |
18 | 5 files changed, 4 insertions(+) | 16 | create mode 100644 tests/data/acpi/q35/DSDT.viot |
19 | create mode 100644 tests/data/acpi/virt/IORT | 17 | create mode 100644 tests/data/acpi/q35/VIOT.viot |
20 | create mode 100644 tests/data/acpi/virt/IORT.memhp | 18 | create mode 100644 tests/data/acpi/virt/VIOT |
21 | create mode 100644 tests/data/acpi/virt/IORT.numamem | ||
22 | create mode 100644 tests/data/acpi/virt/IORT.pxb | ||
23 | 19 | ||
24 | diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h | 20 | diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h |
25 | index XXXXXXX..XXXXXXX 100644 | 21 | index XXXXXXX..XXXXXXX 100644 |
26 | --- a/tests/qtest/bios-tables-test-allowed-diff.h | 22 | --- a/tests/qtest/bios-tables-test-allowed-diff.h |
27 | +++ b/tests/qtest/bios-tables-test-allowed-diff.h | 23 | +++ b/tests/qtest/bios-tables-test-allowed-diff.h |
28 | @@ -1 +1,5 @@ | 24 | @@ -1 +1,4 @@ |
29 | /* List of comma-separated changed AML files to ignore */ | 25 | /* List of comma-separated changed AML files to ignore */ |
30 | +"tests/data/acpi/virt/IORT", | 26 | +"tests/data/acpi/virt/VIOT", |
31 | +"tests/data/acpi/virt/IORT.memhp", | 27 | +"tests/data/acpi/q35/DSDT.viot", |
32 | +"tests/data/acpi/virt/IORT.numamem", | 28 | +"tests/data/acpi/q35/VIOT.viot", |
33 | +"tests/data/acpi/virt/IORT.pxb", | 29 | diff --git a/tests/data/acpi/q35/DSDT.viot b/tests/data/acpi/q35/DSDT.viot |
34 | diff --git a/tests/data/acpi/virt/IORT b/tests/data/acpi/virt/IORT | ||
35 | new file mode 100644 | 30 | new file mode 100644 |
36 | index XXXXXXX..XXXXXXX | 31 | index XXXXXXX..XXXXXXX |
37 | diff --git a/tests/data/acpi/virt/IORT.memhp b/tests/data/acpi/virt/IORT.memhp | 32 | diff --git a/tests/data/acpi/q35/VIOT.viot b/tests/data/acpi/q35/VIOT.viot |
38 | new file mode 100644 | 33 | new file mode 100644 |
39 | index XXXXXXX..XXXXXXX | 34 | index XXXXXXX..XXXXXXX |
40 | diff --git a/tests/data/acpi/virt/IORT.numamem b/tests/data/acpi/virt/IORT.numamem | 35 | diff --git a/tests/data/acpi/virt/VIOT b/tests/data/acpi/virt/VIOT |
41 | new file mode 100644 | ||
42 | index XXXXXXX..XXXXXXX | ||
43 | diff --git a/tests/data/acpi/virt/IORT.pxb b/tests/data/acpi/virt/IORT.pxb | ||
44 | new file mode 100644 | 36 | new file mode 100644 |
45 | index XXXXXXX..XXXXXXX | 37 | index XXXXXXX..XXXXXXX |
46 | -- | 38 | -- |
47 | 2.20.1 | 39 | 2.25.1 |
48 | 40 | ||
49 | 41 | diff view generated by jsdifflib |
1 | From: Shashi Mallela <shashi.mallela@linaro.org> | 1 | From: Jean-Philippe Brucker <jean-philippe@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Added functionality to trigger ITS command queue processing on | 3 | Add two test cases for VIOT, one on the q35 machine and the other on |
4 | write to CWRITE register and process each command queue entry to | 4 | virt. To test complex topologies the q35 test has two PCIe buses that |
5 | identify the command type and handle commands like MAPD,MAPC,SYNC. | 5 | bypass the IOMMU (and are therefore not described by VIOT), and two |
6 | buses that are translated by virtio-iommu. | ||
6 | 7 | ||
7 | Signed-off-by: Shashi Mallela <shashi.mallela@linaro.org> | ||
8 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
9 | Reviewed-by: Eric Auger <eric.auger@redhat.com> | 8 | Reviewed-by: Eric Auger <eric.auger@redhat.com> |
10 | Tested-by: Neil Armstrong <narmstrong@baylibre.com> | 9 | Reviewed-by: Igor Mammedov <imammedo@redhat.com> |
11 | Message-id: 20210910143951.92242-4-shashi.mallela@linaro.org | 10 | Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org> |
11 | Message-id: 20211210170415.583179-7-jean-philippe@linaro.org | ||
12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
13 | --- | 13 | --- |
14 | hw/intc/gicv3_internal.h | 40 +++++ | 14 | tests/qtest/bios-tables-test.c | 38 ++++++++++++++++++++++++++++++++++ |
15 | hw/intc/arm_gicv3_its.c | 319 +++++++++++++++++++++++++++++++++++++++ | 15 | 1 file changed, 38 insertions(+) |
16 | 2 files changed, 359 insertions(+) | ||
17 | 16 | ||
18 | diff --git a/hw/intc/gicv3_internal.h b/hw/intc/gicv3_internal.h | 17 | diff --git a/tests/qtest/bios-tables-test.c b/tests/qtest/bios-tables-test.c |
19 | index XXXXXXX..XXXXXXX 100644 | 18 | index XXXXXXX..XXXXXXX 100644 |
20 | --- a/hw/intc/gicv3_internal.h | 19 | --- a/tests/qtest/bios-tables-test.c |
21 | +++ b/hw/intc/gicv3_internal.h | 20 | +++ b/tests/qtest/bios-tables-test.c |
22 | @@ -XXX,XX +XXX,XX @@ FIELD(GITS_TYPER, CIL, 36, 1) | 21 | @@ -XXX,XX +XXX,XX @@ static void test_acpi_virt_tcg(void) |
23 | #define L1TABLE_ENTRY_SIZE 8 | 22 | free_test_data(&data); |
24 | |||
25 | #define GITS_CMDQ_ENTRY_SIZE 32 | ||
26 | +#define NUM_BYTES_IN_DW 8 | ||
27 | + | ||
28 | +#define CMD_MASK 0xff | ||
29 | + | ||
30 | +/* ITS Commands */ | ||
31 | +#define GITS_CMD_CLEAR 0x04 | ||
32 | +#define GITS_CMD_DISCARD 0x0F | ||
33 | +#define GITS_CMD_INT 0x03 | ||
34 | +#define GITS_CMD_MAPC 0x09 | ||
35 | +#define GITS_CMD_MAPD 0x08 | ||
36 | +#define GITS_CMD_MAPI 0x0B | ||
37 | +#define GITS_CMD_MAPTI 0x0A | ||
38 | +#define GITS_CMD_INV 0x0C | ||
39 | +#define GITS_CMD_INVALL 0x0D | ||
40 | +#define GITS_CMD_SYNC 0x05 | ||
41 | + | ||
42 | +/* MAPC command fields */ | ||
43 | +#define ICID_LENGTH 16 | ||
44 | +#define ICID_MASK ((1U << ICID_LENGTH) - 1) | ||
45 | +FIELD(MAPC, RDBASE, 16, 32) | ||
46 | + | ||
47 | +#define RDBASE_PROCNUM_LENGTH 16 | ||
48 | +#define RDBASE_PROCNUM_MASK ((1ULL << RDBASE_PROCNUM_LENGTH) - 1) | ||
49 | + | ||
50 | +/* MAPD command fields */ | ||
51 | +#define ITTADDR_LENGTH 44 | ||
52 | +#define ITTADDR_SHIFT 8 | ||
53 | +#define ITTADDR_MASK MAKE_64BIT_MASK(ITTADDR_SHIFT, ITTADDR_LENGTH) | ||
54 | +#define SIZE_MASK 0x1f | ||
55 | + | ||
56 | +#define DEVID_SHIFT 32 | ||
57 | +#define DEVID_MASK MAKE_64BIT_MASK(32, 32) | ||
58 | + | ||
59 | +#define VALID_SHIFT 63 | ||
60 | +#define CMD_FIELD_VALID_MASK (1ULL << VALID_SHIFT) | ||
61 | +#define L2_TABLE_VALID_MASK CMD_FIELD_VALID_MASK | ||
62 | +#define TABLE_ENTRY_VALID_MASK (1ULL << 0) | ||
63 | |||
64 | /** | ||
65 | * Default features advertised by this version of ITS | ||
66 | @@ -XXX,XX +XXX,XX @@ FIELD(GITS_TYPER, CIL, 36, 1) | ||
67 | * Valid = 1 bit,ITTAddr = 44 bits,Size = 5 bits | ||
68 | */ | ||
69 | #define GITS_DTE_SIZE (0x8ULL) | ||
70 | +#define GITS_DTE_ITTADDR_SHIFT 6 | ||
71 | +#define GITS_DTE_ITTADDR_MASK MAKE_64BIT_MASK(GITS_DTE_ITTADDR_SHIFT, \ | ||
72 | + ITTADDR_LENGTH) | ||
73 | |||
74 | /* | ||
75 | * 8 bytes Collection Table Entry size | ||
76 | diff --git a/hw/intc/arm_gicv3_its.c b/hw/intc/arm_gicv3_its.c | ||
77 | index XXXXXXX..XXXXXXX 100644 | ||
78 | --- a/hw/intc/arm_gicv3_its.c | ||
79 | +++ b/hw/intc/arm_gicv3_its.c | ||
80 | @@ -XXX,XX +XXX,XX @@ static uint64_t baser_base_addr(uint64_t value, uint32_t page_sz) | ||
81 | return result; | ||
82 | } | 23 | } |
83 | 24 | ||
84 | +static bool update_cte(GICv3ITSState *s, uint16_t icid, bool valid, | 25 | +static void test_acpi_q35_viot(void) |
85 | + uint64_t rdbase) | ||
86 | +{ | 26 | +{ |
87 | + AddressSpace *as = &s->gicv3->dma_as; | 27 | + test_data data = { |
88 | + uint64_t value; | 28 | + .machine = MACHINE_Q35, |
89 | + uint64_t l2t_addr; | 29 | + .variant = ".viot", |
90 | + bool valid_l2t; | 30 | + }; |
91 | + uint32_t l2t_id; | ||
92 | + uint32_t max_l2_entries; | ||
93 | + uint64_t cte = 0; | ||
94 | + MemTxResult res = MEMTX_OK; | ||
95 | + | ||
96 | + if (!s->ct.valid) { | ||
97 | + return true; | ||
98 | + } | ||
99 | + | ||
100 | + if (valid) { | ||
101 | + /* add mapping entry to collection table */ | ||
102 | + cte = (valid & TABLE_ENTRY_VALID_MASK) | (rdbase << 1ULL); | ||
103 | + } | ||
104 | + | 31 | + |
105 | + /* | 32 | + /* |
106 | + * The specification defines the format of level 1 entries of a | 33 | + * To keep things interesting, two buses bypass the IOMMU. |
107 | + * 2-level table, but the format of level 2 entries and the format | 34 | + * VIOT should only describes the other two buses. |
108 | + * of flat-mapped tables is IMPDEF. | ||
109 | + */ | 35 | + */ |
110 | + if (s->ct.indirect) { | 36 | + test_acpi_one("-machine default_bus_bypass_iommu=on " |
111 | + l2t_id = icid / (s->ct.page_sz / L1TABLE_ENTRY_SIZE); | 37 | + "-device virtio-iommu-pci " |
112 | + | 38 | + "-device pxb-pcie,bus_nr=0x10,id=pcie.100,bus=pcie.0 " |
113 | + value = address_space_ldq_le(as, | 39 | + "-device pxb-pcie,bus_nr=0x20,id=pcie.200,bus=pcie.0,bypass_iommu=on " |
114 | + s->ct.base_addr + | 40 | + "-device pxb-pcie,bus_nr=0x30,id=pcie.300,bus=pcie.0", |
115 | + (l2t_id * L1TABLE_ENTRY_SIZE), | 41 | + &data); |
116 | + MEMTXATTRS_UNSPECIFIED, &res); | 42 | + free_test_data(&data); |
117 | + | ||
118 | + if (res != MEMTX_OK) { | ||
119 | + return false; | ||
120 | + } | ||
121 | + | ||
122 | + valid_l2t = (value & L2_TABLE_VALID_MASK) != 0; | ||
123 | + | ||
124 | + if (valid_l2t) { | ||
125 | + max_l2_entries = s->ct.page_sz / s->ct.entry_sz; | ||
126 | + | ||
127 | + l2t_addr = value & ((1ULL << 51) - 1); | ||
128 | + | ||
129 | + address_space_stq_le(as, l2t_addr + | ||
130 | + ((icid % max_l2_entries) * GITS_CTE_SIZE), | ||
131 | + cte, MEMTXATTRS_UNSPECIFIED, &res); | ||
132 | + } | ||
133 | + } else { | ||
134 | + /* Flat level table */ | ||
135 | + address_space_stq_le(as, s->ct.base_addr + (icid * GITS_CTE_SIZE), | ||
136 | + cte, MEMTXATTRS_UNSPECIFIED, &res); | ||
137 | + } | ||
138 | + if (res != MEMTX_OK) { | ||
139 | + return false; | ||
140 | + } else { | ||
141 | + return true; | ||
142 | + } | ||
143 | +} | 43 | +} |
144 | + | 44 | + |
145 | +static bool process_mapc(GICv3ITSState *s, uint32_t offset) | 45 | +static void test_acpi_virt_viot(void) |
146 | +{ | 46 | +{ |
147 | + AddressSpace *as = &s->gicv3->dma_as; | 47 | + test_data data = { |
148 | + uint16_t icid; | 48 | + .machine = "virt", |
149 | + uint64_t rdbase; | 49 | + .uefi_fl1 = "pc-bios/edk2-aarch64-code.fd", |
150 | + bool valid; | 50 | + .uefi_fl2 = "pc-bios/edk2-arm-vars.fd", |
151 | + MemTxResult res = MEMTX_OK; | 51 | + .cd = "tests/data/uefi-boot-images/bios-tables-test.aarch64.iso.qcow2", |
152 | + bool result = false; | 52 | + .ram_start = 0x40000000ULL, |
153 | + uint64_t value; | 53 | + .scan_len = 128ULL * 1024 * 1024, |
54 | + }; | ||
154 | + | 55 | + |
155 | + offset += NUM_BYTES_IN_DW; | 56 | + test_acpi_one("-cpu cortex-a57 " |
156 | + offset += NUM_BYTES_IN_DW; | 57 | + "-device virtio-iommu-pci", &data); |
157 | + | 58 | + free_test_data(&data); |
158 | + value = address_space_ldq_le(as, s->cq.base_addr + offset, | ||
159 | + MEMTXATTRS_UNSPECIFIED, &res); | ||
160 | + | ||
161 | + if (res != MEMTX_OK) { | ||
162 | + return result; | ||
163 | + } | ||
164 | + | ||
165 | + icid = value & ICID_MASK; | ||
166 | + | ||
167 | + rdbase = (value & R_MAPC_RDBASE_MASK) >> R_MAPC_RDBASE_SHIFT; | ||
168 | + rdbase &= RDBASE_PROCNUM_MASK; | ||
169 | + | ||
170 | + valid = (value & CMD_FIELD_VALID_MASK); | ||
171 | + | ||
172 | + if ((icid > s->ct.maxids.max_collids) || (rdbase > s->gicv3->num_cpu)) { | ||
173 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
174 | + "ITS MAPC: invalid collection table attributes " | ||
175 | + "icid %d rdbase %lu\n", icid, rdbase); | ||
176 | + /* | ||
177 | + * in this implementation, in case of error | ||
178 | + * we ignore this command and move onto the next | ||
179 | + * command in the queue | ||
180 | + */ | ||
181 | + } else { | ||
182 | + result = update_cte(s, icid, valid, rdbase); | ||
183 | + } | ||
184 | + | ||
185 | + return result; | ||
186 | +} | 59 | +} |
187 | + | 60 | + |
188 | +static bool update_dte(GICv3ITSState *s, uint32_t devid, bool valid, | 61 | static void test_oem_fields(test_data *data) |
189 | + uint8_t size, uint64_t itt_addr) | 62 | { |
190 | +{ | 63 | int i; |
191 | + AddressSpace *as = &s->gicv3->dma_as; | 64 | @@ -XXX,XX +XXX,XX @@ int main(int argc, char *argv[]) |
192 | + uint64_t value; | 65 | qtest_add_func("acpi/q35/kvm/xapic", test_acpi_q35_kvm_xapic); |
193 | + uint64_t l2t_addr; | 66 | qtest_add_func("acpi/q35/kvm/dmar", test_acpi_q35_kvm_dmar); |
194 | + bool valid_l2t; | ||
195 | + uint32_t l2t_id; | ||
196 | + uint32_t max_l2_entries; | ||
197 | + uint64_t dte = 0; | ||
198 | + MemTxResult res = MEMTX_OK; | ||
199 | + | ||
200 | + if (s->dt.valid) { | ||
201 | + if (valid) { | ||
202 | + /* add mapping entry to device table */ | ||
203 | + dte = (valid & TABLE_ENTRY_VALID_MASK) | | ||
204 | + ((size & SIZE_MASK) << 1U) | | ||
205 | + (itt_addr << GITS_DTE_ITTADDR_SHIFT); | ||
206 | + } | ||
207 | + } else { | ||
208 | + return true; | ||
209 | + } | ||
210 | + | ||
211 | + /* | ||
212 | + * The specification defines the format of level 1 entries of a | ||
213 | + * 2-level table, but the format of level 2 entries and the format | ||
214 | + * of flat-mapped tables is IMPDEF. | ||
215 | + */ | ||
216 | + if (s->dt.indirect) { | ||
217 | + l2t_id = devid / (s->dt.page_sz / L1TABLE_ENTRY_SIZE); | ||
218 | + | ||
219 | + value = address_space_ldq_le(as, | ||
220 | + s->dt.base_addr + | ||
221 | + (l2t_id * L1TABLE_ENTRY_SIZE), | ||
222 | + MEMTXATTRS_UNSPECIFIED, &res); | ||
223 | + | ||
224 | + if (res != MEMTX_OK) { | ||
225 | + return false; | ||
226 | + } | ||
227 | + | ||
228 | + valid_l2t = (value & L2_TABLE_VALID_MASK) != 0; | ||
229 | + | ||
230 | + if (valid_l2t) { | ||
231 | + max_l2_entries = s->dt.page_sz / s->dt.entry_sz; | ||
232 | + | ||
233 | + l2t_addr = value & ((1ULL << 51) - 1); | ||
234 | + | ||
235 | + address_space_stq_le(as, l2t_addr + | ||
236 | + ((devid % max_l2_entries) * GITS_DTE_SIZE), | ||
237 | + dte, MEMTXATTRS_UNSPECIFIED, &res); | ||
238 | + } | ||
239 | + } else { | ||
240 | + /* Flat level table */ | ||
241 | + address_space_stq_le(as, s->dt.base_addr + (devid * GITS_DTE_SIZE), | ||
242 | + dte, MEMTXATTRS_UNSPECIFIED, &res); | ||
243 | + } | ||
244 | + if (res != MEMTX_OK) { | ||
245 | + return false; | ||
246 | + } else { | ||
247 | + return true; | ||
248 | + } | ||
249 | +} | ||
250 | + | ||
251 | +static bool process_mapd(GICv3ITSState *s, uint64_t value, uint32_t offset) | ||
252 | +{ | ||
253 | + AddressSpace *as = &s->gicv3->dma_as; | ||
254 | + uint32_t devid; | ||
255 | + uint8_t size; | ||
256 | + uint64_t itt_addr; | ||
257 | + bool valid; | ||
258 | + MemTxResult res = MEMTX_OK; | ||
259 | + bool result = false; | ||
260 | + | ||
261 | + devid = ((value & DEVID_MASK) >> DEVID_SHIFT); | ||
262 | + | ||
263 | + offset += NUM_BYTES_IN_DW; | ||
264 | + value = address_space_ldq_le(as, s->cq.base_addr + offset, | ||
265 | + MEMTXATTRS_UNSPECIFIED, &res); | ||
266 | + | ||
267 | + if (res != MEMTX_OK) { | ||
268 | + return result; | ||
269 | + } | ||
270 | + | ||
271 | + size = (value & SIZE_MASK); | ||
272 | + | ||
273 | + offset += NUM_BYTES_IN_DW; | ||
274 | + value = address_space_ldq_le(as, s->cq.base_addr + offset, | ||
275 | + MEMTXATTRS_UNSPECIFIED, &res); | ||
276 | + | ||
277 | + if (res != MEMTX_OK) { | ||
278 | + return result; | ||
279 | + } | ||
280 | + | ||
281 | + itt_addr = (value & ITTADDR_MASK) >> ITTADDR_SHIFT; | ||
282 | + | ||
283 | + valid = (value & CMD_FIELD_VALID_MASK); | ||
284 | + | ||
285 | + if ((devid > s->dt.maxids.max_devids) || | ||
286 | + (size > FIELD_EX64(s->typer, GITS_TYPER, IDBITS))) { | ||
287 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
288 | + "ITS MAPD: invalid device table attributes " | ||
289 | + "devid %d or size %d\n", devid, size); | ||
290 | + /* | ||
291 | + * in this implementation, in case of error | ||
292 | + * we ignore this command and move onto the next | ||
293 | + * command in the queue | ||
294 | + */ | ||
295 | + } else { | ||
296 | + result = update_dte(s, devid, valid, size, itt_addr); | ||
297 | + } | ||
298 | + | ||
299 | + return result; | ||
300 | +} | ||
301 | + | ||
302 | +/* | ||
303 | + * Current implementation blocks until all | ||
304 | + * commands are processed | ||
305 | + */ | ||
306 | +static void process_cmdq(GICv3ITSState *s) | ||
307 | +{ | ||
308 | + uint32_t wr_offset = 0; | ||
309 | + uint32_t rd_offset = 0; | ||
310 | + uint32_t cq_offset = 0; | ||
311 | + uint64_t data; | ||
312 | + AddressSpace *as = &s->gicv3->dma_as; | ||
313 | + MemTxResult res = MEMTX_OK; | ||
314 | + bool result = true; | ||
315 | + uint8_t cmd; | ||
316 | + | ||
317 | + if (!(s->ctlr & ITS_CTLR_ENABLED)) { | ||
318 | + return; | ||
319 | + } | ||
320 | + | ||
321 | + wr_offset = FIELD_EX64(s->cwriter, GITS_CWRITER, OFFSET); | ||
322 | + | ||
323 | + if (wr_offset > s->cq.max_entries) { | ||
324 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
325 | + "%s: invalid write offset " | ||
326 | + "%d\n", __func__, wr_offset); | ||
327 | + return; | ||
328 | + } | ||
329 | + | ||
330 | + rd_offset = FIELD_EX64(s->creadr, GITS_CREADR, OFFSET); | ||
331 | + | ||
332 | + if (rd_offset > s->cq.max_entries) { | ||
333 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
334 | + "%s: invalid read offset " | ||
335 | + "%d\n", __func__, rd_offset); | ||
336 | + return; | ||
337 | + } | ||
338 | + | ||
339 | + while (wr_offset != rd_offset) { | ||
340 | + cq_offset = (rd_offset * GITS_CMDQ_ENTRY_SIZE); | ||
341 | + data = address_space_ldq_le(as, s->cq.base_addr + cq_offset, | ||
342 | + MEMTXATTRS_UNSPECIFIED, &res); | ||
343 | + if (res != MEMTX_OK) { | ||
344 | + result = false; | ||
345 | + } | ||
346 | + cmd = (data & CMD_MASK); | ||
347 | + | ||
348 | + switch (cmd) { | ||
349 | + case GITS_CMD_INT: | ||
350 | + break; | ||
351 | + case GITS_CMD_CLEAR: | ||
352 | + break; | ||
353 | + case GITS_CMD_SYNC: | ||
354 | + /* | ||
355 | + * Current implementation makes a blocking synchronous call | ||
356 | + * for every command issued earlier, hence the internal state | ||
357 | + * is already consistent by the time SYNC command is executed. | ||
358 | + * Hence no further processing is required for SYNC command. | ||
359 | + */ | ||
360 | + break; | ||
361 | + case GITS_CMD_MAPD: | ||
362 | + result = process_mapd(s, data, cq_offset); | ||
363 | + break; | ||
364 | + case GITS_CMD_MAPC: | ||
365 | + result = process_mapc(s, cq_offset); | ||
366 | + break; | ||
367 | + case GITS_CMD_MAPTI: | ||
368 | + break; | ||
369 | + case GITS_CMD_MAPI: | ||
370 | + break; | ||
371 | + case GITS_CMD_DISCARD: | ||
372 | + break; | ||
373 | + case GITS_CMD_INV: | ||
374 | + case GITS_CMD_INVALL: | ||
375 | + break; | ||
376 | + default: | ||
377 | + break; | ||
378 | + } | ||
379 | + if (result) { | ||
380 | + rd_offset++; | ||
381 | + rd_offset %= s->cq.max_entries; | ||
382 | + s->creadr = FIELD_DP64(s->creadr, GITS_CREADR, OFFSET, rd_offset); | ||
383 | + } else { | ||
384 | + /* | ||
385 | + * in this implementation, in case of dma read/write error | ||
386 | + * we stall the command processing | ||
387 | + */ | ||
388 | + s->creadr = FIELD_DP64(s->creadr, GITS_CREADR, STALLED, 1); | ||
389 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
390 | + "%s: %x cmd processing failed\n", __func__, cmd); | ||
391 | + break; | ||
392 | + } | ||
393 | + } | ||
394 | +} | ||
395 | + | ||
396 | /* | ||
397 | * This function extracts the ITS Device and Collection table specific | ||
398 | * parameters (like base_addr, size etc) from GITS_BASER register. | ||
399 | @@ -XXX,XX +XXX,XX @@ static bool its_writel(GICv3ITSState *s, hwaddr offset, | ||
400 | extract_table_params(s); | ||
401 | extract_cmdq_params(s); | ||
402 | s->creadr = 0; | ||
403 | + process_cmdq(s); | ||
404 | } | 67 | } |
405 | break; | 68 | + qtest_add_func("acpi/q35/viot", test_acpi_q35_viot); |
406 | case GITS_CBASER: | 69 | } else if (strcmp(arch, "aarch64") == 0) { |
407 | @@ -XXX,XX +XXX,XX @@ static bool its_writel(GICv3ITSState *s, hwaddr offset, | 70 | if (has_tcg) { |
408 | case GITS_CWRITER: | 71 | qtest_add_func("acpi/virt", test_acpi_virt_tcg); |
409 | s->cwriter = deposit64(s->cwriter, 0, 32, | 72 | @@ -XXX,XX +XXX,XX @@ int main(int argc, char *argv[]) |
410 | (value & ~R_GITS_CWRITER_RETRY_MASK)); | 73 | qtest_add_func("acpi/virt/memhp", test_acpi_virt_tcg_memhp); |
411 | + if (s->cwriter != s->creadr) { | 74 | qtest_add_func("acpi/virt/pxb", test_acpi_virt_tcg_pxb); |
412 | + process_cmdq(s); | 75 | qtest_add_func("acpi/virt/oem-fields", test_acpi_oem_fields_virt); |
413 | + } | 76 | + qtest_add_func("acpi/virt/viot", test_acpi_virt_viot); |
414 | break; | 77 | } |
415 | case GITS_CWRITER + 4: | 78 | } |
416 | s->cwriter = deposit64(s->cwriter, 32, 32, value); | 79 | ret = g_test_run(); |
417 | @@ -XXX,XX +XXX,XX @@ static bool its_writell(GICv3ITSState *s, hwaddr offset, | ||
418 | break; | ||
419 | case GITS_CWRITER: | ||
420 | s->cwriter = value & ~R_GITS_CWRITER_RETRY_MASK; | ||
421 | + if (s->cwriter != s->creadr) { | ||
422 | + process_cmdq(s); | ||
423 | + } | ||
424 | break; | ||
425 | case GITS_CREADR: | ||
426 | if (s->gicv3->gicd_ctlr & GICD_CTLR_DS) { | ||
427 | -- | 80 | -- |
428 | 2.20.1 | 81 | 2.25.1 |
429 | 82 | ||
430 | 83 | diff view generated by jsdifflib |
1 | From: Shashi Mallela <shashi.mallela@linaro.org> | 1 | From: Jean-Philippe Brucker <jean-philippe@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Updated expected IORT files applicable with latest GICv3 | 3 | Add expected blobs of the VIOT and DSDT table for the VIOT test on the |
4 | ITS changes. | 4 | q35 machine. |
5 | 5 | ||
6 | Full diff of new file disassembly: | 6 | Since the test instantiates a virtio device and two PCIe expander |
7 | 7 | bridges, DSDT.viot has more blocks than the base DSDT. | |
8 | /* | 8 | |
9 | * Intel ACPI Component Architecture | 9 | The VIOT table generated for the q35 test is: |
10 | * AML/ASL+ Disassembler version 20180629 (64-bit version) | 10 | |
11 | * Copyright (c) 2000 - 2018 Intel Corporation | 11 | [000h 0000 4] Signature : "VIOT" [Virtual I/O Translation Table] |
12 | * | 12 | [004h 0004 4] Table Length : 00000070 |
13 | * Disassembly of tests/data/acpi/virt/IORT.pxb, Tue Jun 29 17:35:38 2021 | ||
14 | * | ||
15 | * ACPI Data Table [IORT] | ||
16 | * | ||
17 | * Format: [HexOffset DecimalOffset ByteLength] FieldName : FieldValue | ||
18 | */ | ||
19 | |||
20 | [000h 0000 4] Signature : "IORT" [IO Remapping Table] | ||
21 | [004h 0004 4] Table Length : 0000007C | ||
22 | [008h 0008 1] Revision : 00 | 13 | [008h 0008 1] Revision : 00 |
23 | [009h 0009 1] Checksum : 07 | 14 | [009h 0009 1] Checksum : 3D |
24 | [00Ah 0010 6] Oem ID : "BOCHS " | 15 | [00Ah 0010 6] Oem ID : "BOCHS " |
25 | [010h 0016 8] Oem Table ID : "BXPC " | 16 | [010h 0016 8] Oem Table ID : "BXPC " |
26 | [018h 0024 4] Oem Revision : 00000001 | 17 | [018h 0024 4] Oem Revision : 00000001 |
27 | [01Ch 0028 4] Asl Compiler ID : "BXPC" | 18 | [01Ch 0028 4] Asl Compiler ID : "BXPC" |
28 | [020h 0032 4] Asl Compiler Revision : 00000001 | 19 | [020h 0032 4] Asl Compiler Revision : 00000001 |
29 | 20 | ||
30 | [024h 0036 4] Node Count : 00000002 | 21 | [024h 0036 2] Node count : 0003 |
31 | [028h 0040 4] Node Offset : 00000030 | 22 | [026h 0038 2] Node offset : 0030 |
32 | [02Ch 0044 4] Reserved : 00000000 | 23 | [028h 0040 8] Reserved : 0000000000000000 |
33 | 24 | ||
34 | [030h 0048 1] Type : 00 | 25 | [030h 0048 1] Type : 03 [VirtIO-PCI IOMMU] |
35 | [031h 0049 2] Length : 0018 | 26 | [031h 0049 1] Reserved : 00 |
36 | [033h 0051 1] Revision : 00 | 27 | [032h 0050 2] Length : 0010 |
37 | [034h 0052 4] Reserved : 00000000 | 28 | |
38 | [038h 0056 4] Mapping Count : 00000000 | 29 | [034h 0052 2] PCI Segment : 0000 |
39 | [03Ch 0060 4] Mapping Offset : 00000000 | 30 | [036h 0054 2] PCI BDF number : 0010 |
40 | 31 | [038h 0056 8] Reserved : 0000000000000000 | |
41 | [040h 0064 4] ItsCount : 00000001 | 32 | |
42 | [044h 0068 4] Identifiers : 00000000 | 33 | [040h 0064 1] Type : 01 [PCI Range] |
43 | 34 | [041h 0065 1] Reserved : 00 | |
44 | [048h 0072 1] Type : 02 | 35 | [042h 0066 2] Length : 0018 |
45 | [049h 0073 2] Length : 0034 | 36 | |
46 | [04Bh 0075 1] Revision : 00 | 37 | [044h 0068 4] Endpoint start : 00003000 |
47 | [04Ch 0076 4] Reserved : 00000000 | 38 | [048h 0072 2] PCI Segment start : 0000 |
48 | [050h 0080 4] Mapping Count : 00000001 | 39 | [04Ah 0074 2] PCI Segment end : 0000 |
49 | [054h 0084 4] Mapping Offset : 00000020 | 40 | [04Ch 0076 2] PCI BDF start : 3000 |
50 | 41 | [04Eh 0078 2] PCI BDF end : 30FF | |
51 | [058h 0088 8] Memory Properties : [IORT Memory Access Properties] | 42 | [050h 0080 2] Output node : 0030 |
52 | [058h 0088 4] Cache Coherency : 00000001 | 43 | [052h 0082 6] Reserved : 000000000000 |
53 | [05Ch 0092 1] Hints (decoded below) : 00 | 44 | |
54 | Transient : 0 | 45 | [058h 0088 1] Type : 01 [PCI Range] |
55 | Write Allocate : 0 | 46 | [059h 0089 1] Reserved : 00 |
56 | Read Allocate : 0 | 47 | [05Ah 0090 2] Length : 0018 |
57 | Override : 0 | 48 | |
58 | [05Dh 0093 2] Reserved : 0000 | 49 | [05Ch 0092 4] Endpoint start : 00001000 |
59 | [05Fh 0095 1] Memory Flags (decoded below) : 03 | 50 | [060h 0096 2] PCI Segment start : 0000 |
60 | Coherency : 1 | 51 | [062h 0098 2] PCI Segment end : 0000 |
61 | Device Attribute : 1 | 52 | [064h 0100 2] PCI BDF start : 1000 |
62 | [060h 0096 4] ATS Attribute : 00000000 | 53 | [066h 0102 2] PCI BDF end : 10FF |
63 | [064h 0100 4] PCI Segment Number : 00000000 | 54 | [068h 0104 2] Output node : 0030 |
64 | [068h 0104 1] Memory Size Limit : 00 | 55 | [06Ah 0106 6] Reserved : 000000000000 |
65 | [069h 0105 3] Reserved : 000000 | 56 | |
66 | 57 | And the DSDT diff is: | |
67 | [068h 0104 4] Input base : 00000000 | 58 | |
68 | [06Ch 0108 4] ID Count : 0000FFFF | 59 | @@ -XXX,XX +XXX,XX @@ |
69 | [070h 0112 4] Output Base : 00000000 | 60 | * |
70 | [074h 0116 4] Output Reference : 00000030 | 61 | * Disassembling to symbolic ASL+ operators |
71 | [078h 0120 4] Flags (decoded below) : 00000000 | 62 | * |
72 | Single Mapping : 0 | 63 | - * Disassembly of tests/data/acpi/q35/DSDT, Fri Dec 10 15:03:08 2021 |
73 | 64 | + * Disassembly of /tmp/aml-H9Y5D1, Fri Dec 10 15:02:27 2021 | |
74 | Raw Table Data: Length 124 (0x7C) | 65 | * |
75 | 66 | * Original Table Header: | |
76 | 0000: 49 4F 52 54 7C 00 00 00 00 07 42 4F 43 48 53 20 // IORT|.....BOCHS | 67 | * Signature "DSDT" |
77 | 0010: 42 58 50 43 20 20 20 20 01 00 00 00 42 58 50 43 // BXPC ....BXPC | 68 | - * Length 0x00002061 (8289) |
78 | 0020: 01 00 00 00 02 00 00 00 30 00 00 00 00 00 00 00 // ........0....... | 69 | + * Length 0x000024B6 (9398) |
79 | 0030: 00 18 00 00 00 00 00 00 00 00 00 00 00 00 00 00 // ................ | 70 | * Revision 0x01 **** 32-bit table (V1), no 64-bit math support |
80 | 0040: 01 00 00 00 00 00 00 00 02 34 00 00 00 00 00 00 // .........4...... | 71 | - * Checksum 0xFA |
81 | 0050: 01 00 00 00 20 00 00 00 01 00 00 00 00 00 00 03 // .... ........... | 72 | + * Checksum 0xA7 |
82 | 0060: 00 00 00 00 00 00 00 00 00 00 00 00 FF FF 00 00 // ................ | 73 | * OEM ID "BOCHS " |
83 | 0070: 00 00 00 00 30 00 00 00 00 00 00 00 // ....0....... | 74 | * OEM Table ID "BXPC " |
84 | 75 | * OEM Revision 0x00000001 (1) | |
85 | Signed-off-by: Shashi Mallela <shashi.mallela@linaro.org> | 76 | @@ -XXX,XX +XXX,XX @@ |
86 | Acked-by: Igor Mammedov <imammedo@redhat.com> | 77 | } |
87 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 78 | } |
88 | Message-id: 20210910143951.92242-10-shashi.mallela@linaro.org | 79 | |
80 | + Scope (\_SB) | ||
81 | + { | ||
82 | + Device (PC30) | ||
83 | + { | ||
84 | + Name (_UID, 0x30) // _UID: Unique ID | ||
85 | + Name (_BBN, 0x30) // _BBN: BIOS Bus Number | ||
86 | + Name (_HID, EisaId ("PNP0A08") /* PCI Express Bus */) // _HID: Hardware ID | ||
87 | + Name (_CID, EisaId ("PNP0A03") /* PCI Bus */) // _CID: Compatible ID | ||
88 | + Method (_OSC, 4, NotSerialized) // _OSC: Operating System Capabilities | ||
89 | + { | ||
90 | + CreateDWordField (Arg3, Zero, CDW1) | ||
91 | + If ((Arg0 == ToUUID ("33db4d5b-1ff7-401c-9657-7441c03dd766") /* PCI Host Bridge Device */)) | ||
92 | + { | ||
93 | + CreateDWordField (Arg3, 0x04, CDW2) | ||
94 | + CreateDWordField (Arg3, 0x08, CDW3) | ||
95 | + Local0 = CDW3 /* \_SB_.PC30._OSC.CDW3 */ | ||
96 | + Local0 &= 0x1F | ||
97 | + If ((Arg1 != One)) | ||
98 | + { | ||
99 | + CDW1 |= 0x08 | ||
100 | + } | ||
101 | + | ||
102 | + If ((CDW3 != Local0)) | ||
103 | + { | ||
104 | + CDW1 |= 0x10 | ||
105 | + } | ||
106 | + | ||
107 | + CDW3 = Local0 | ||
108 | + } | ||
109 | + Else | ||
110 | + { | ||
111 | + CDW1 |= 0x04 | ||
112 | + } | ||
113 | + | ||
114 | + Return (Arg3) | ||
115 | + } | ||
116 | + | ||
117 | + Method (_PRT, 0, NotSerialized) // _PRT: PCI Routing Table | ||
118 | + { | ||
119 | + Local0 = Package (0x80){} | ||
120 | + Local1 = Zero | ||
121 | + While ((Local1 < 0x80)) | ||
122 | + { | ||
123 | + Local2 = (Local1 >> 0x02) | ||
124 | + Local3 = ((Local1 + Local2) & 0x03) | ||
125 | + If ((Local3 == Zero)) | ||
126 | + { | ||
127 | + Local4 = Package (0x04) | ||
128 | + { | ||
129 | + Zero, | ||
130 | + Zero, | ||
131 | + LNKD, | ||
132 | + Zero | ||
133 | + } | ||
134 | + } | ||
135 | + | ||
136 | + If ((Local3 == One)) | ||
137 | + { | ||
138 | + Local4 = Package (0x04) | ||
139 | + { | ||
140 | + Zero, | ||
141 | + Zero, | ||
142 | + LNKA, | ||
143 | + Zero | ||
144 | + } | ||
145 | + } | ||
146 | + | ||
147 | + If ((Local3 == 0x02)) | ||
148 | + { | ||
149 | + Local4 = Package (0x04) | ||
150 | + { | ||
151 | + Zero, | ||
152 | + Zero, | ||
153 | + LNKB, | ||
154 | + Zero | ||
155 | + } | ||
156 | + } | ||
157 | + | ||
158 | + If ((Local3 == 0x03)) | ||
159 | + { | ||
160 | + Local4 = Package (0x04) | ||
161 | + { | ||
162 | + Zero, | ||
163 | + Zero, | ||
164 | + LNKC, | ||
165 | + Zero | ||
166 | + } | ||
167 | + } | ||
168 | + | ||
169 | + Local4 [Zero] = ((Local2 << 0x10) | 0xFFFF) | ||
170 | + Local4 [One] = (Local1 & 0x03) | ||
171 | + Local0 [Local1] = Local4 | ||
172 | + Local1++ | ||
173 | + } | ||
174 | + | ||
175 | + Return (Local0) | ||
176 | + } | ||
177 | + | ||
178 | + Name (_CRS, ResourceTemplate () // _CRS: Current Resource Settings | ||
179 | + { | ||
180 | + WordBusNumber (ResourceProducer, MinFixed, MaxFixed, PosDecode, | ||
181 | + 0x0000, // Granularity | ||
182 | + 0x0030, // Range Minimum | ||
183 | + 0x0030, // Range Maximum | ||
184 | + 0x0000, // Translation Offset | ||
185 | + 0x0001, // Length | ||
186 | + ,, ) | ||
187 | + }) | ||
188 | + } | ||
189 | + } | ||
190 | + | ||
191 | + Scope (\_SB) | ||
192 | + { | ||
193 | + Device (PC20) | ||
194 | + { | ||
195 | + Name (_UID, 0x20) // _UID: Unique ID | ||
196 | + Name (_BBN, 0x20) // _BBN: BIOS Bus Number | ||
197 | + Name (_HID, EisaId ("PNP0A08") /* PCI Express Bus */) // _HID: Hardware ID | ||
198 | + Name (_CID, EisaId ("PNP0A03") /* PCI Bus */) // _CID: Compatible ID | ||
199 | + Method (_OSC, 4, NotSerialized) // _OSC: Operating System Capabilities | ||
200 | + { | ||
201 | + CreateDWordField (Arg3, Zero, CDW1) | ||
202 | + If ((Arg0 == ToUUID ("33db4d5b-1ff7-401c-9657-7441c03dd766") /* PCI Host Bridge Device */)) | ||
203 | + { | ||
204 | + CreateDWordField (Arg3, 0x04, CDW2) | ||
205 | + CreateDWordField (Arg3, 0x08, CDW3) | ||
206 | + Local0 = CDW3 /* \_SB_.PC20._OSC.CDW3 */ | ||
207 | + Local0 &= 0x1F | ||
208 | + If ((Arg1 != One)) | ||
209 | + { | ||
210 | + CDW1 |= 0x08 | ||
211 | + } | ||
212 | + | ||
213 | + If ((CDW3 != Local0)) | ||
214 | + { | ||
215 | + CDW1 |= 0x10 | ||
216 | + } | ||
217 | + | ||
218 | + CDW3 = Local0 | ||
219 | + } | ||
220 | + Else | ||
221 | + { | ||
222 | + CDW1 |= 0x04 | ||
223 | + } | ||
224 | + | ||
225 | + Return (Arg3) | ||
226 | + } | ||
227 | + | ||
228 | + Method (_PRT, 0, NotSerialized) // _PRT: PCI Routing Table | ||
229 | + { | ||
230 | + Local0 = Package (0x80){} | ||
231 | + Local1 = Zero | ||
232 | + While ((Local1 < 0x80)) | ||
233 | + { | ||
234 | + Local2 = (Local1 >> 0x02) | ||
235 | + Local3 = ((Local1 + Local2) & 0x03) | ||
236 | + If ((Local3 == Zero)) | ||
237 | + { | ||
238 | + Local4 = Package (0x04) | ||
239 | + { | ||
240 | + Zero, | ||
241 | + Zero, | ||
242 | + LNKD, | ||
243 | + Zero | ||
244 | + } | ||
245 | + } | ||
246 | + | ||
247 | + If ((Local3 == One)) | ||
248 | + { | ||
249 | + Local4 = Package (0x04) | ||
250 | + { | ||
251 | + Zero, | ||
252 | + Zero, | ||
253 | + LNKA, | ||
254 | + Zero | ||
255 | + } | ||
256 | + } | ||
257 | + | ||
258 | + If ((Local3 == 0x02)) | ||
259 | + { | ||
260 | + Local4 = Package (0x04) | ||
261 | + { | ||
262 | + Zero, | ||
263 | + Zero, | ||
264 | + LNKB, | ||
265 | + Zero | ||
266 | + } | ||
267 | + } | ||
268 | + | ||
269 | + If ((Local3 == 0x03)) | ||
270 | + { | ||
271 | + Local4 = Package (0x04) | ||
272 | + { | ||
273 | + Zero, | ||
274 | + Zero, | ||
275 | + LNKC, | ||
276 | + Zero | ||
277 | + } | ||
278 | + } | ||
279 | + | ||
280 | + Local4 [Zero] = ((Local2 << 0x10) | 0xFFFF) | ||
281 | + Local4 [One] = (Local1 & 0x03) | ||
282 | + Local0 [Local1] = Local4 | ||
283 | + Local1++ | ||
284 | + } | ||
285 | + | ||
286 | + Return (Local0) | ||
287 | + } | ||
288 | + | ||
289 | + Name (_CRS, ResourceTemplate () // _CRS: Current Resource Settings | ||
290 | + { | ||
291 | + WordBusNumber (ResourceProducer, MinFixed, MaxFixed, PosDecode, | ||
292 | + 0x0000, // Granularity | ||
293 | + 0x0020, // Range Minimum | ||
294 | + 0x0020, // Range Maximum | ||
295 | + 0x0000, // Translation Offset | ||
296 | + 0x0001, // Length | ||
297 | + ,, ) | ||
298 | + }) | ||
299 | + } | ||
300 | + } | ||
301 | + | ||
302 | + Scope (\_SB) | ||
303 | + { | ||
304 | + Device (PC10) | ||
305 | + { | ||
306 | + Name (_UID, 0x10) // _UID: Unique ID | ||
307 | + Name (_BBN, 0x10) // _BBN: BIOS Bus Number | ||
308 | + Name (_HID, EisaId ("PNP0A08") /* PCI Express Bus */) // _HID: Hardware ID | ||
309 | + Name (_CID, EisaId ("PNP0A03") /* PCI Bus */) // _CID: Compatible ID | ||
310 | + Method (_OSC, 4, NotSerialized) // _OSC: Operating System Capabilities | ||
311 | + { | ||
312 | + CreateDWordField (Arg3, Zero, CDW1) | ||
313 | + If ((Arg0 == ToUUID ("33db4d5b-1ff7-401c-9657-7441c03dd766") /* PCI Host Bridge Device */)) | ||
314 | + { | ||
315 | + CreateDWordField (Arg3, 0x04, CDW2) | ||
316 | + CreateDWordField (Arg3, 0x08, CDW3) | ||
317 | + Local0 = CDW3 /* \_SB_.PC10._OSC.CDW3 */ | ||
318 | + Local0 &= 0x1F | ||
319 | + If ((Arg1 != One)) | ||
320 | + { | ||
321 | + CDW1 |= 0x08 | ||
322 | + } | ||
323 | + | ||
324 | + If ((CDW3 != Local0)) | ||
325 | + { | ||
326 | + CDW1 |= 0x10 | ||
327 | + } | ||
328 | + | ||
329 | + CDW3 = Local0 | ||
330 | + } | ||
331 | + Else | ||
332 | + { | ||
333 | + CDW1 |= 0x04 | ||
334 | + } | ||
335 | + | ||
336 | + Return (Arg3) | ||
337 | + } | ||
338 | + | ||
339 | + Method (_PRT, 0, NotSerialized) // _PRT: PCI Routing Table | ||
340 | + { | ||
341 | + Local0 = Package (0x80){} | ||
342 | + Local1 = Zero | ||
343 | + While ((Local1 < 0x80)) | ||
344 | + { | ||
345 | + Local2 = (Local1 >> 0x02) | ||
346 | + Local3 = ((Local1 + Local2) & 0x03) | ||
347 | + If ((Local3 == Zero)) | ||
348 | + { | ||
349 | + Local4 = Package (0x04) | ||
350 | + { | ||
351 | + Zero, | ||
352 | + Zero, | ||
353 | + LNKD, | ||
354 | + Zero | ||
355 | + } | ||
356 | + } | ||
357 | + | ||
358 | + If ((Local3 == One)) | ||
359 | + { | ||
360 | + Local4 = Package (0x04) | ||
361 | + { | ||
362 | + Zero, | ||
363 | + Zero, | ||
364 | + LNKA, | ||
365 | + Zero | ||
366 | + } | ||
367 | + } | ||
368 | + | ||
369 | + If ((Local3 == 0x02)) | ||
370 | + { | ||
371 | + Local4 = Package (0x04) | ||
372 | + { | ||
373 | + Zero, | ||
374 | + Zero, | ||
375 | + LNKB, | ||
376 | + Zero | ||
377 | + } | ||
378 | + } | ||
379 | + | ||
380 | + If ((Local3 == 0x03)) | ||
381 | + { | ||
382 | + Local4 = Package (0x04) | ||
383 | + { | ||
384 | + Zero, | ||
385 | + Zero, | ||
386 | + LNKC, | ||
387 | + Zero | ||
388 | + } | ||
389 | + } | ||
390 | + | ||
391 | + Local4 [Zero] = ((Local2 << 0x10) | 0xFFFF) | ||
392 | + Local4 [One] = (Local1 & 0x03) | ||
393 | + Local0 [Local1] = Local4 | ||
394 | + Local1++ | ||
395 | + } | ||
396 | + | ||
397 | + Return (Local0) | ||
398 | + } | ||
399 | + | ||
400 | + Name (_CRS, ResourceTemplate () // _CRS: Current Resource Settings | ||
401 | + { | ||
402 | + WordBusNumber (ResourceProducer, MinFixed, MaxFixed, PosDecode, | ||
403 | + 0x0000, // Granularity | ||
404 | + 0x0010, // Range Minimum | ||
405 | + 0x0010, // Range Maximum | ||
406 | + 0x0000, // Translation Offset | ||
407 | + 0x0001, // Length | ||
408 | + ,, ) | ||
409 | + }) | ||
410 | + } | ||
411 | + } | ||
412 | + | ||
413 | Scope (\_SB.PCI0) | ||
414 | { | ||
415 | Name (_CRS, ResourceTemplate () // _CRS: Current Resource Settings | ||
416 | @@ -XXX,XX +XXX,XX @@ | ||
417 | WordBusNumber (ResourceProducer, MinFixed, MaxFixed, PosDecode, | ||
418 | 0x0000, // Granularity | ||
419 | 0x0000, // Range Minimum | ||
420 | - 0x00FF, // Range Maximum | ||
421 | + 0x000F, // Range Maximum | ||
422 | 0x0000, // Translation Offset | ||
423 | - 0x0100, // Length | ||
424 | + 0x0010, // Length | ||
425 | ,, ) | ||
426 | IO (Decode16, | ||
427 | 0x0CF8, // Range Minimum | ||
428 | @@ -XXX,XX +XXX,XX @@ | ||
429 | } | ||
430 | } | ||
431 | |||
432 | + Device (S10) | ||
433 | + { | ||
434 | + Name (_ADR, 0x00020000) // _ADR: Address | ||
435 | + } | ||
436 | + | ||
437 | + Device (S18) | ||
438 | + { | ||
439 | + Name (_ADR, 0x00030000) // _ADR: Address | ||
440 | + } | ||
441 | + | ||
442 | + Device (S20) | ||
443 | + { | ||
444 | + Name (_ADR, 0x00040000) // _ADR: Address | ||
445 | + } | ||
446 | + | ||
447 | + Device (S28) | ||
448 | + { | ||
449 | + Name (_ADR, 0x00050000) // _ADR: Address | ||
450 | + } | ||
451 | + | ||
452 | Method (PCNT, 0, NotSerialized) | ||
453 | { | ||
454 | } | ||
455 | |||
456 | Reviewed-by: Eric Auger <eric.auger@redhat.com> | ||
457 | Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org> | ||
458 | Message-id: 20211210170415.583179-8-jean-philippe@linaro.org | ||
89 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 459 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
90 | --- | 460 | --- |
91 | tests/qtest/bios-tables-test-allowed-diff.h | 4 ---- | 461 | tests/qtest/bios-tables-test-allowed-diff.h | 2 -- |
92 | tests/data/acpi/virt/IORT | Bin 0 -> 124 bytes | 462 | tests/data/acpi/q35/DSDT.viot | Bin 0 -> 9398 bytes |
93 | tests/data/acpi/virt/IORT.memhp | Bin 0 -> 124 bytes | 463 | tests/data/acpi/q35/VIOT.viot | Bin 0 -> 112 bytes |
94 | tests/data/acpi/virt/IORT.numamem | Bin 0 -> 124 bytes | 464 | 3 files changed, 2 deletions(-) |
95 | tests/data/acpi/virt/IORT.pxb | Bin 0 -> 124 bytes | ||
96 | 5 files changed, 4 deletions(-) | ||
97 | 465 | ||
98 | diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h | 466 | diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h |
99 | index XXXXXXX..XXXXXXX 100644 | 467 | index XXXXXXX..XXXXXXX 100644 |
100 | --- a/tests/qtest/bios-tables-test-allowed-diff.h | 468 | --- a/tests/qtest/bios-tables-test-allowed-diff.h |
101 | +++ b/tests/qtest/bios-tables-test-allowed-diff.h | 469 | +++ b/tests/qtest/bios-tables-test-allowed-diff.h |
102 | @@ -1,5 +1 @@ | 470 | @@ -XXX,XX +XXX,XX @@ |
103 | /* List of comma-separated changed AML files to ignore */ | 471 | /* List of comma-separated changed AML files to ignore */ |
104 | -"tests/data/acpi/virt/IORT", | 472 | "tests/data/acpi/virt/VIOT", |
105 | -"tests/data/acpi/virt/IORT.memhp", | 473 | -"tests/data/acpi/q35/DSDT.viot", |
106 | -"tests/data/acpi/virt/IORT.numamem", | 474 | -"tests/data/acpi/q35/VIOT.viot", |
107 | -"tests/data/acpi/virt/IORT.pxb", | 475 | diff --git a/tests/data/acpi/q35/DSDT.viot b/tests/data/acpi/q35/DSDT.viot |
108 | diff --git a/tests/data/acpi/virt/IORT b/tests/data/acpi/virt/IORT | ||
109 | index XXXXXXX..XXXXXXX 100644 | 476 | index XXXXXXX..XXXXXXX 100644 |
110 | GIT binary patch | 477 | GIT binary patch |
111 | literal 124 | 478 | literal 9398 |
112 | zcmebD4+^Pa00MR=e`k+i1*eDrX9XZ&1PX!JAesq?4S*O7Bw!2(4Uz`|CKCt^;wu0# | 479 | zcmeHNO>7&-8J*>iv|O&FB}G~Oi$yp||57BBoWHhc5OS9yDTx$CQgH$r;8Idr*-4Q_ |
113 | QRGb+i3L*dhhtM#y0PN=p0RR91 | 480 | z5(9Az1F`}niVsB-)<KW7p`g9Br(A2Gm-gmc1N78GFS!;)e2V(MnH_0{q<{#yMgn&C |
481 | zn|*J-d9yqFhO_H6z19~`FlPL*u<DkZ*}|)JH;X@mF-FI<cPg<fti9tEN*yB^i5czN | ||
482 | zNq&q?!OZ;BE3B7{KWzJ-`Tn~f`9?Qj8~2^N8{Oc8J%57{==w%rS#;nOCp*nTr@iZ1 | ||
483 | zb+?i;JLQUJ=O0?8*>S~D)a>NF1~WVB6^~_B#yhJ`H+JU@=6aXs`?Yv)J2h=N?drcS | ||
484 | zeLZ*n<<Bm^n}6`jfBx#u8&(W}1?)}iF9o#mZ~E2+zwdn7yK3AbIzKnxpZ>JRPm3~# | ||
485 | z&ICS{+_OayRW-l=Mtk=~uaS3o8z<_udd|(wqg`&JnVPfCe>BUOO`Su3e>pff_^UW% | ||
486 | z&JE^NO`)=Amg~iqRB1pPscP?(>#ZuY8GHCmlEvD$9g3%4Db~Dfz2SATnddvrR-Oe^ | ||
487 | z;s;dJec!hnzi)ri^I6YN9vtkm{^TdUF8h7gX8-<Qe4p)GQ=)AtYx2VcwdLVAEXEjG | ||
488 | z^Mj|UHPqkj-LsWuzQem1>F3atdZn=zv3$#RmZzSHN+6-yyU#8cJb=YDilX&sl}vNm | ||
489 | znkgAR^O<3kj4if>{ly5fwRfMWuC5=lrlvKPX~i#654Cp}R_d*JS$9laZ$ra6)<ns8 | ||
490 | zFZy28G%xP(nit&F>LDi%G<tIc=TY=gl$jSD&Uv!Yat~XR46h%rI$!}a%!|xG7u8Zn | ||
491 | zeY8_|n=K>xz_v_W8VX$W-Fg-qFWcT}7MCyz{%%{ia7hZ>Law-k6NOr}VI&_48U=2l | ||
492 | zwqDKFE8eTwwozDdms#e?x?5a|v>&JF;2_v0L~z5n%BYU^52<*cWuD4|GYUm@1+?)) | ||
493 | zte^45>Rz)t*<T5V#={r>@t@{%?^i#W{i=HAZ*Dc9y59Va-+#P!jrGs;u38a{fLr`N | ||
494 | zvT@rUu>DljxJ?^&Z?-?vyJn3C>3D=qux{Y*bs5|5n)Qmi$TD^Zdn4GU$ocJS2Hh-< | ||
495 | z`xPI^^+v0nUVdjMos8k`WGl7hA`{03ju%<lrgAHSpd^DRf-*}_#Ly0mB!LSfVgWcQ | ||
496 | z&T$@~G9)JI=hz5m0vkrel+Xy{Oh7pkAu-V!j*W7rY(bO}Q$nMH2`FbGB&N)QaV4<4 | ||
497 | zo)~9JXiP9=;}NPl<C@MmXG&;XFlFNrsyfFsonxFSp<}vEgsRSQP3O3#b6nSnP}ON_ | ||
498 | zI!#Tdsp~|j>ckUB>FI=~GokB5sOq#dotCE4(sd$KbtW~PNlj-`*NIToiD#j5J#9^= | ||
499 | zt?NXn>YUJYPG~wObe#xQos*i*NloXZt`niEb4t@WrRki~bs|)CI+{*L)9L6s5vn>< | ||
500 | zn$DD_Go|Z9sOn5>I@6lYw5}7Os&iV?Ij!lO)^#FOb!If38BJ$K*NIToIiu;E(R9w} | ||
501 | zIuWWmPiZ<&X*y5oIuWWmF_XaEC!a&Jn$B5WCqh-{X-(&8P3LJ{Cqh-{8P3dyPr@^t | ||
502 | zSqL9?X9Uwd3W@23*s~h*tj0X6GZCuHa~kuU#yqDp5vt7d8uPryJg+kms?5hU=3^T3 | ||
503 | zF`bD}WnSP+=`t5MQ$FJ_2&Q~+BP6E0f^%BVIW6a$o)e+SX~IDBih-7z6{O~7YTy`& | ||
504 | zLjy&Cv?7QikV#>n0>>@MV8oK`Gmun34-FKdlm-J8SZSaNlnhir4-FI{S|bfqV8e)V | ||
505 | zss<{chX#reE#g=hsKAC%sF6d-Km}BWs!kZFsFpKfpbC@>6rprQGEjt4Ck#|zITHq| | ||
506 | zK*>M_l;<P^MJRQ`Kn0dFVW0|>3{*fllMEE0)CmI>Sk8ojDo`>|0p(0GP=xY&!axO< | ||
507 | zGhv_#lnhirIg<<&q0|Wj6<E%MfhtfkPyyvkGEjt4Ck#|zITHq|K*>M_lrzad5lWpf | ||
508 | zP=V!47^ngz0~JutBm+e#b;3XemNQ|X3X}{~Ksl2P6rt1!0~J`#gn=qhGEf2KOfpb} | ||
509 | zQYQ>lU^x>8szAv=1(Y+%KoLrvFi?TzOc<yFB?A>u&LjgxD0RX>1(q{mpbC@>R6seC | ||
510 | z3>2Z%2?G^a&V+#~P%=;f<xDbAgi<FARA4z12C6{GKn0XD$v_cGoiI>=<xCi;0wn_# | ||
511 | zP|hR+MJRQ`Kn0dFVW0|>3{*fllMEE0)CmI>Sk8ojDo`>|0p(0GP=rz^3{+q_69%e4 | ||
512 | z$v_2^Gs!>^N}VuJf#pmXr~)Me6;RG314Srx!axxz28u{EP=u<1B2)}iVZuNaCK;&0 | ||
513 | zBm-5LFi?dF167!0pbC==RAItE6($T+VUmF=Ofpb~2?JG_Fi?d_2C6X0Kouqo6p_5T | ||
514 | zFi=FeV!SiSKoR0H$dH(_Z(*Q_WZ%L-5y`$K14StNmJAdjmWs}HV4<vU_xO+1efmLq | ||
515 | zZ;W>N_U)fP6Qy6Nw5mbt9Y(#emWSi66=>tq#xoh#Ue=0qyhxi8ZOUe5y0V7VfPUhp | ||
516 | zwX=;ymc+i5%sg9Ja~lZ&8oAV@mHc>&CHP9v4R(jhtT?un;O4e9#pno)Xkh7OWgK&a | ||
517 | zyj=3Iv0OuoK_;5rOr5f(Kb~ZXDBO+V`OWYo#_C08imwChQxnjdd?wZLDou8aj;$SD | ||
518 | zGDYiA3<$Tu<JnHL(KPOChi#zrR32t83}naR$+ym4P_h?z_5#|cW-nw$XD_sOtE62l | ||
519 | zrD3@*)NVyiklt0&yF9%+klsBey&I<Y2E<!f(E8TuJte)z(|ZHyy<^gQVfx}=`q&B5 | ||
520 | z7nSryp1wGczIaUfVwiq$Fn#<4=@*ssi#+|}K>EdF(l3VTOM~ghPLRH&q%ZOGrGfON | ||
521 | zW73zx^yR_y<0nX8R??Sw`tm^f@-gYlNFSp|*<gA{q?Zp5Oe-+l#rmyYmKozi9y=P> | ||
522 | zVReJU*h=ZuVXiS$ohTbw-O#v9>(yZbGE|)?8(H1ZIKvV!jWa0>vy!3eMA^vdhQ>`s | ||
523 | zuMSg{q3T50$m)j1!HixV<}X9liL#N^4c*tL^y)CF8LCc{jjV3yKAqL8!%SzWI#H%q | ||
524 | z=bSrQ&)%JCRttF5g4Zf`6l?y@>PzD7MA^D>wBlcH6r1ucwJ<p0O%rZ?JzIY3-QdmZ | ||
525 | zzs|n>`a5r3e|z)wcUaqS>nqFQ-8x}eCF4u`OWUxqst-@1rSmUs%WmKP5e0dcb?e2N | ||
526 | z;Z|x*!);VwF|Yuhqs^khqOM!@u*jY!WYldISF(V6`BoNd&6Qfk3>X#SuD^7J>p_D= | ||
527 | zBPa51y^_n#=cpOt#Zf$ya$Ae9Mfz56n|<i!a=ELS@)%a{^NIH3SDuN<R~sah1km#P | ||
528 | zU@?*f%<rG=4W1wgfi;C?_n|W@%lm$&8YfvNOJodIg&IcIpIJQRHr<+ej11GQ6)&eF | ||
529 | z2Lam*jIH}#y0>KnY%4JQfOYS$*uU%f#@$U6`N8I3N-lV?5ErFCdv~xDmu2(wexld4 | ||
530 | z4v^;aVAT2k6GJ^m*FD(Wqc(Qg^)6a<?}h$zLoj}4;PP!+(O{@!a1y-hoAhF_7!z+6 | ||
531 | zslpAmNtYbjHrw-~#SPVk_FUf>-Obg6yV`8o$8_`PyJe_;bY5_EMBfBfWU!Q=*9HsG | ||
532 | z%_Cda{@_Krr!oHVhv9+y+T5qR8zZ2aZ>5r!$*|f$^U%yBUYfR&B!+EYy_PwL!BeUi | ||
533 | zJH^}r3r9Q+B)X@Z)fk=P13w&7x#wBtXTZ)g>WITPg5r&pQc!nmyrmk#S(>>b9xnNr | ||
534 | zx_b#v9Xv-Y><Wb%?S^0Xe&<)bbKl_=Z|3C$tf|F<bYzE*mfHB;uC)`q-?buaBe?l? | ||
535 | zcLTpK*k<49Z32`K?|nSBMFqxTK^_IE-li2fEGdK~(ZdoKBl6ab4a;Hler#`xvEXJG | ||
536 | zb?<E%EZExfX>jcOVhS*0rS~RS1dA#xhkv@Nct@#q?LyeKS<$uFec!bw>{@uu$gZ6a | ||
537 | zyVen1i{1BKd%~`D7|m$;U0a<I*3I7%^N%N%lGYdU_GS!gaR8T$NA@GzFi~z`l7hdl | ||
538 | zarZy6590|88pi(1zq;V(>38zM0sT&<zX;R5$1w3;`_JMG`;&I&0Y23DMx1%@(w(R9 | ||
539 | z4M$j;D5J+Gy%fijRQsctzFKf&cv|BAz#YLq3CZJWDdtL4u1u1|mkdcUp7|sxJC+?Y | ||
540 | z_@@s`v3j}Q7*z>6X~cwUxUL8G1KT)_XTp!KAbs;vCp{K3&~_X@+ew=-D}v`2MbFV0 | ||
541 | zQsVsL=rXi-pI*G|iiz;VTCutgUs)hDzV1+4?8KcoP3xROf<M%qC6lgVdpFt4<-|uM | ||
542 | z=#rl_b1#YjSIl6Toj2z_hOZcKupkdE(LozC(fN=FY(x|sk)ym|;Rq2E1xJWD%Z!ol | ||
543 | Gu>S+TT-130 | ||
114 | 544 | ||
115 | literal 0 | 545 | literal 0 |
116 | HcmV?d00001 | 546 | HcmV?d00001 |
117 | 547 | ||
118 | diff --git a/tests/data/acpi/virt/IORT.memhp b/tests/data/acpi/virt/IORT.memhp | 548 | diff --git a/tests/data/acpi/q35/VIOT.viot b/tests/data/acpi/q35/VIOT.viot |
119 | index XXXXXXX..XXXXXXX 100644 | 549 | index XXXXXXX..XXXXXXX 100644 |
120 | GIT binary patch | 550 | GIT binary patch |
121 | literal 124 | 551 | literal 112 |
122 | zcmebD4+^Pa00MR=e`k+i1*eDrX9XZ&1PX!JAesq?4S*O7Bw!2(4Uz`|CKCt^;wu0# | 552 | zcmWIZ^baXu00LVle`k+i1*eDrX9XZ&1PX!JAex!M0Hgv8m>C3sGzdcgBZCA3T-xBj |
123 | QRGb+i3L*dhhtM#y0PN=p0RR91 | 553 | Q0Zb)W9Hva*zW_`e0M!8s0RR91 |
124 | 554 | ||
125 | literal 0 | 555 | literal 0 |
126 | HcmV?d00001 | 556 | HcmV?d00001 |
127 | 557 | ||
128 | diff --git a/tests/data/acpi/virt/IORT.numamem b/tests/data/acpi/virt/IORT.numamem | ||
129 | index XXXXXXX..XXXXXXX 100644 | ||
130 | GIT binary patch | ||
131 | literal 124 | ||
132 | zcmebD4+^Pa00MR=e`k+i1*eDrX9XZ&1PX!JAesq?4S*O7Bw!2(4Uz`|CKCt^;wu0# | ||
133 | QRGb+i3L*dhhtM#y0PN=p0RR91 | ||
134 | |||
135 | literal 0 | ||
136 | HcmV?d00001 | ||
137 | |||
138 | diff --git a/tests/data/acpi/virt/IORT.pxb b/tests/data/acpi/virt/IORT.pxb | ||
139 | index XXXXXXX..XXXXXXX 100644 | ||
140 | GIT binary patch | ||
141 | literal 124 | ||
142 | zcmebD4+^Pa00MR=e`k+i1*eDrX9XZ&1PX!JAesq?4S*O7Bw!2(4Uz`|CKCt^;wu0# | ||
143 | QRGb+i3L*dhhtM#y0PN=p0RR91 | ||
144 | |||
145 | literal 0 | ||
146 | HcmV?d00001 | ||
147 | |||
148 | -- | 558 | -- |
149 | 2.20.1 | 559 | 2.25.1 |
150 | 560 | ||
151 | 561 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | From: Jean-Philippe Brucker <jean-philippe@linaro.org> | ||
1 | 2 | ||
3 | The VIOT blob contains the following: | ||
4 | |||
5 | [000h 0000 4] Signature : "VIOT" [Virtual I/O Translation Table] | ||
6 | [004h 0004 4] Table Length : 00000058 | ||
7 | [008h 0008 1] Revision : 00 | ||
8 | [009h 0009 1] Checksum : 66 | ||
9 | [00Ah 0010 6] Oem ID : "BOCHS " | ||
10 | [010h 0016 8] Oem Table ID : "BXPC " | ||
11 | [018h 0024 4] Oem Revision : 00000001 | ||
12 | [01Ch 0028 4] Asl Compiler ID : "BXPC" | ||
13 | [020h 0032 4] Asl Compiler Revision : 00000001 | ||
14 | |||
15 | [024h 0036 2] Node count : 0002 | ||
16 | [026h 0038 2] Node offset : 0030 | ||
17 | [028h 0040 8] Reserved : 0000000000000000 | ||
18 | |||
19 | [030h 0048 1] Type : 03 [VirtIO-PCI IOMMU] | ||
20 | [031h 0049 1] Reserved : 00 | ||
21 | [032h 0050 2] Length : 0010 | ||
22 | |||
23 | [034h 0052 2] PCI Segment : 0000 | ||
24 | [036h 0054 2] PCI BDF number : 0008 | ||
25 | [038h 0056 8] Reserved : 0000000000000000 | ||
26 | |||
27 | [040h 0064 1] Type : 01 [PCI Range] | ||
28 | [041h 0065 1] Reserved : 00 | ||
29 | [042h 0066 2] Length : 0018 | ||
30 | |||
31 | [044h 0068 4] Endpoint start : 00000000 | ||
32 | [048h 0072 2] PCI Segment start : 0000 | ||
33 | [04Ah 0074 2] PCI Segment end : 0000 | ||
34 | [04Ch 0076 2] PCI BDF start : 0000 | ||
35 | [04Eh 0078 2] PCI BDF end : 00FF | ||
36 | [050h 0080 2] Output node : 0030 | ||
37 | [052h 0082 6] Reserved : 000000000000 | ||
38 | |||
39 | Acked-by: Ani Sinha <ani@anisinha.ca> | ||
40 | Reviewed-by: Eric Auger <eric.auger@redhat.com> | ||
41 | Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org> | ||
42 | Message-id: 20211210170415.583179-9-jean-philippe@linaro.org | ||
43 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
44 | --- | ||
45 | tests/qtest/bios-tables-test-allowed-diff.h | 1 - | ||
46 | tests/data/acpi/virt/VIOT | Bin 0 -> 88 bytes | ||
47 | 2 files changed, 1 deletion(-) | ||
48 | |||
49 | diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h | ||
50 | index XXXXXXX..XXXXXXX 100644 | ||
51 | --- a/tests/qtest/bios-tables-test-allowed-diff.h | ||
52 | +++ b/tests/qtest/bios-tables-test-allowed-diff.h | ||
53 | @@ -1,2 +1 @@ | ||
54 | /* List of comma-separated changed AML files to ignore */ | ||
55 | -"tests/data/acpi/virt/VIOT", | ||
56 | diff --git a/tests/data/acpi/virt/VIOT b/tests/data/acpi/virt/VIOT | ||
57 | index XXXXXXX..XXXXXXX 100644 | ||
58 | GIT binary patch | ||
59 | literal 88 | ||
60 | zcmWIZ^bd((0D?3pe`k+i1*eDrX9XZ&1PX!JAexE60Hgv8m>C3sGzXN&z`)2L0cSHX | ||
61 | I{D-Rq0Q5fy0RR91 | ||
62 | |||
63 | literal 0 | ||
64 | HcmV?d00001 | ||
65 | |||
66 | -- | ||
67 | 2.25.1 | ||
68 | |||
69 | diff view generated by jsdifflib |