1 | Arm stuff, mostly patches from RTH. | 1 | Not very much here, but several people have fallen over |
---|---|---|---|
2 | the vector operation segfault bug, so let's get the fix | ||
3 | into master. | ||
2 | 4 | ||
3 | thanks | 5 | thanks |
4 | -- PMM | 6 | -- PMM |
5 | 7 | ||
6 | The following changes since commit 01a9a51ffaf4699827ea6425cb2b834a356e159d: | 8 | The following changes since commit d418238dca7b4e0b124135827ead3076233052b1: |
7 | 9 | ||
8 | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190205-pull-request' into staging (2019-02-05 14:01:29 +0000) | 10 | Merge remote-tracking branch 'remotes/rth/tags/pull-rng-20190522' into staging (2019-05-23 12:57:17 +0100) |
9 | 11 | ||
10 | are available in the Git repository at: | 12 | are available in the Git repository at: |
11 | 13 | ||
12 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20190205 | 14 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20190523 |
13 | 15 | ||
14 | for you to fetch changes up to a15945d98d3a3390c3da344d1b47218e91e49d8b: | 16 | for you to fetch changes up to 98e4f4fdb8ea05d840f51f47125924c2bb9df2df: |
15 | 17 | ||
16 | target/arm: Make FPSCR/FPCR trapped-exception bits RAZ/WI (2019-02-05 16:52:42 +0000) | 18 | hw/arm/exynos4210: QOM'ify the Exynos4210 SoC (2019-05-23 14:47:44 +0100) |
17 | 19 | ||
18 | ---------------------------------------------------------------- | 20 | ---------------------------------------------------------------- |
19 | target-arm queue: | 21 | target-arm queue: |
20 | * Implement Armv8.5-BTI extension for system emulation mode | 22 | * exynos4210: QOM'ify the Exynos4210 SoC |
21 | * Implement the PR_PAC_RESET_KEYS prctl() for linux-user mode's Armv8.3-PAuth support | 23 | * exynos4210: Add DMA support for the Exynos4210 |
22 | * Support TBI (top-byte-ignore) properly for linux-user mode | 24 | * arm_gicv3: Fix writes to ICC_CTLR_EL3 |
23 | * gdbstub: allow killing QEMU via vKill command | 25 | * arm_gicv3: Fix write of ICH_VMCR_EL2.{VBPR0, VBPR1} |
24 | * hw/arm/boot: Support DTB autoload for firmware-only boots | 26 | * target/arm: Fix vector operation segfault |
25 | * target/arm: Make FPSCR/FPCR trapped-exception bits RAZ/WI | 27 | * target/arm: Minor improvements to BFXIL, EXTR |
26 | 28 | ||
27 | ---------------------------------------------------------------- | 29 | ---------------------------------------------------------------- |
28 | Max Filippov (1): | 30 | Alistair Francis (1): |
29 | gdbstub: allow killing QEMU via vKill command | 31 | target/arm: Fix vector operation segfault |
30 | 32 | ||
31 | Peter Maydell (7): | 33 | Guenter Roeck (1): |
32 | target/arm: Compute TB_FLAGS for TBI for user-only | 34 | hw/arm/exynos4210: Add DMA support for the Exynos4210 |
33 | hw/arm/boot: Fix block comment style in arm_load_kernel() | ||
34 | hw/arm/boot: Factor out "direct kernel boot" code into its own function | ||
35 | hw/arm/boot: Factor out "set up firmware boot" code | ||
36 | hw/arm/boot: Clarify why arm_setup_firmware_boot() doesn't set env->boot_info | ||
37 | hw/arm/boot: Support DTB autoload for firmware-only boots | ||
38 | target/arm: Make FPSCR/FPCR trapped-exception bits RAZ/WI | ||
39 | 35 | ||
40 | Richard Henderson (14): | 36 | Peter Maydell (5): |
41 | target/arm: Introduce isar_feature_aa64_bti | 37 | arm: Move system_clock_scale to armv7m_systick.h |
42 | target/arm: Add PSTATE.BTYPE | 38 | arm: Remove unnecessary includes of hw/arm/arm.h |
43 | target/arm: Add BT and BTYPE to tb->flags | 39 | arm: Rename hw/arm/arm.h to hw/arm/boot.h |
44 | exec: Add target-specific tlb bits to MemTxAttrs | 40 | hw/intc/arm_gicv3: Fix write of ICH_VMCR_EL2.{VBPR0, VBPR1} |
45 | target/arm: Cache the GP bit for a page in MemTxAttrs | 41 | hw/intc/arm_gicv3: Fix writes to ICC_CTLR_EL3 |
46 | target/arm: Default handling of BTYPE during translation | ||
47 | target/arm: Reset btype for direct branches | ||
48 | target/arm: Set btype for indirect branches | ||
49 | target/arm: Enable BTI for -cpu max | ||
50 | linux-user: Implement PR_PAC_RESET_KEYS | ||
51 | tests/tcg/aarch64: Add pauth smoke test | ||
52 | target/arm: Add TBFLAG_A64_TBID, split out gen_top_byte_ignore | ||
53 | target/arm: Clean TBI for data operations in the translator | ||
54 | target/arm: Enable TBI for user-only | ||
55 | 42 | ||
56 | tests/tcg/aarch64/Makefile.target | 6 +- | 43 | Philippe Mathieu-Daudé (3): |
57 | include/exec/memattrs.h | 10 + | 44 | hw/arm/exynos4: Remove unuseful debug code |
58 | linux-user/aarch64/target_syscall.h | 7 + | 45 | hw/arm/exynos4: Use the IEC binary prefix definitions |
59 | target/arm/cpu.h | 27 +- | 46 | hw/arm/exynos4210: QOM'ify the Exynos4210 SoC |
60 | target/arm/internals.h | 27 +- | ||
61 | target/arm/translate.h | 12 +- | ||
62 | gdbstub.c | 4 + | ||
63 | hw/arm/boot.c | 166 +++++++------ | ||
64 | linux-user/syscall.c | 36 +++ | ||
65 | target/arm/cpu.c | 6 + | ||
66 | target/arm/cpu64.c | 4 + | ||
67 | target/arm/helper.c | 80 +++--- | ||
68 | target/arm/translate-a64.c | 476 +++++++++++++++++++++++++----------- | ||
69 | tests/tcg/aarch64/pauth-1.c | 23 ++ | ||
70 | 14 files changed, 623 insertions(+), 261 deletions(-) | ||
71 | create mode 100644 tests/tcg/aarch64/pauth-1.c | ||
72 | 47 | ||
48 | Richard Henderson (2): | ||
49 | target/arm: Use extract2 for EXTR | ||
50 | target/arm: Simplify BFXIL expansion | ||
51 | |||
52 | include/hw/arm/allwinner-a10.h | 2 +- | ||
53 | include/hw/arm/aspeed_soc.h | 1 - | ||
54 | include/hw/arm/bcm2836.h | 1 - | ||
55 | include/hw/arm/{arm.h => boot.h} | 12 +++------ | ||
56 | include/hw/arm/exynos4210.h | 9 +++++-- | ||
57 | include/hw/arm/fsl-imx25.h | 2 +- | ||
58 | include/hw/arm/fsl-imx31.h | 2 +- | ||
59 | include/hw/arm/fsl-imx6.h | 2 +- | ||
60 | include/hw/arm/fsl-imx6ul.h | 2 +- | ||
61 | include/hw/arm/fsl-imx7.h | 2 +- | ||
62 | include/hw/arm/virt.h | 2 +- | ||
63 | include/hw/arm/xlnx-versal.h | 2 +- | ||
64 | include/hw/arm/xlnx-zynqmp.h | 2 +- | ||
65 | include/hw/timer/armv7m_systick.h | 22 ++++++++++++++++ | ||
66 | hw/arm/armsse.c | 2 +- | ||
67 | hw/arm/armv7m.c | 2 +- | ||
68 | hw/arm/aspeed.c | 2 +- | ||
69 | hw/arm/boot.c | 2 +- | ||
70 | hw/arm/collie.c | 2 +- | ||
71 | hw/arm/exynos4210.c | 54 ++++++++++++++++++++++++++++++++++++--- | ||
72 | hw/arm/exynos4_boards.c | 40 ++++++++--------------------- | ||
73 | hw/arm/highbank.c | 2 +- | ||
74 | hw/arm/integratorcp.c | 2 +- | ||
75 | hw/arm/mainstone.c | 2 +- | ||
76 | hw/arm/microbit.c | 2 +- | ||
77 | hw/arm/mps2-tz.c | 2 +- | ||
78 | hw/arm/mps2.c | 2 +- | ||
79 | hw/arm/msf2-soc.c | 1 - | ||
80 | hw/arm/msf2-som.c | 2 +- | ||
81 | hw/arm/musca.c | 2 +- | ||
82 | hw/arm/musicpal.c | 2 +- | ||
83 | hw/arm/netduino2.c | 2 +- | ||
84 | hw/arm/nrf51_soc.c | 2 +- | ||
85 | hw/arm/nseries.c | 2 +- | ||
86 | hw/arm/omap1.c | 2 +- | ||
87 | hw/arm/omap2.c | 2 +- | ||
88 | hw/arm/omap_sx1.c | 2 +- | ||
89 | hw/arm/palm.c | 2 +- | ||
90 | hw/arm/raspi.c | 2 +- | ||
91 | hw/arm/realview.c | 2 +- | ||
92 | hw/arm/spitz.c | 2 +- | ||
93 | hw/arm/stellaris.c | 2 +- | ||
94 | hw/arm/stm32f205_soc.c | 2 +- | ||
95 | hw/arm/strongarm.c | 2 +- | ||
96 | hw/arm/tosa.c | 2 +- | ||
97 | hw/arm/versatilepb.c | 2 +- | ||
98 | hw/arm/vexpress.c | 2 +- | ||
99 | hw/arm/virt.c | 2 +- | ||
100 | hw/arm/xilinx_zynq.c | 2 +- | ||
101 | hw/arm/xlnx-versal.c | 2 +- | ||
102 | hw/arm/z2.c | 2 +- | ||
103 | hw/intc/arm_gicv3_cpuif.c | 6 ++--- | ||
104 | hw/intc/armv7m_nvic.c | 1 - | ||
105 | target/arm/arm-semi.c | 1 - | ||
106 | target/arm/cpu.c | 1 - | ||
107 | target/arm/cpu64.c | 1 - | ||
108 | target/arm/kvm.c | 1 - | ||
109 | target/arm/kvm32.c | 1 - | ||
110 | target/arm/kvm64.c | 1 - | ||
111 | target/arm/translate-a64.c | 44 ++++++++++++++++--------------- | ||
112 | target/arm/translate.c | 4 +-- | ||
113 | 61 files changed, 164 insertions(+), 123 deletions(-) | ||
114 | rename include/hw/arm/{arm.h => boot.h} (96%) | ||
115 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | This will allow TBI to be used in user-only mode, as well as | 3 | This is, after all, how we implement extract2 in tcg/aarch64. |
4 | avoid ping-ponging the softmmu TLB when TBI is in use. It | ||
5 | will also enable other armv8 extensions. | ||
6 | 4 | ||
7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 5 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
8 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
9 | Message-id: 20190204132126.3255-3-richard.henderson@linaro.org | 7 | Message-id: 20190514011129.11330-2-richard.henderson@linaro.org |
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | --- | 9 | --- |
12 | target/arm/translate-a64.c | 217 ++++++++++++++++++++----------------- | 10 | target/arm/translate-a64.c | 38 ++++++++++++++++++++------------------ |
13 | 1 file changed, 116 insertions(+), 101 deletions(-) | 11 | 1 file changed, 20 insertions(+), 18 deletions(-) |
14 | 12 | ||
15 | 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 |
16 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
17 | --- a/target/arm/translate-a64.c | 15 | --- a/target/arm/translate-a64.c |
18 | +++ b/target/arm/translate-a64.c | 16 | +++ b/target/arm/translate-a64.c |
19 | @@ -XXX,XX +XXX,XX @@ static void gen_a64_set_pc(DisasContext *s, TCGv_i64 src) | 17 | @@ -XXX,XX +XXX,XX @@ static void disas_extract(DisasContext *s, uint32_t insn) |
20 | gen_top_byte_ignore(s, cpu_pc, src, s->tbii); | 18 | } else { |
21 | } | 19 | tcg_gen_ext32u_i64(tcg_rd, cpu_reg(s, rm)); |
22 | 20 | } | |
23 | +/* | 21 | - } else if (rm == rn) { /* ROR */ |
24 | + * Return a "clean" address for ADDR according to TBID. | 22 | - tcg_rm = cpu_reg(s, rm); |
25 | + * This is always a fresh temporary, as we need to be able to | 23 | - if (sf) { |
26 | + * increment this independently of a dirty write-back address. | 24 | - tcg_gen_rotri_i64(tcg_rd, tcg_rm, imm); |
27 | + */ | 25 | - } else { |
28 | +static TCGv_i64 clean_data_tbi(DisasContext *s, TCGv_i64 addr) | 26 | - TCGv_i32 tmp = tcg_temp_new_i32(); |
29 | +{ | 27 | - tcg_gen_extrl_i64_i32(tmp, tcg_rm); |
30 | + TCGv_i64 clean = new_tmp_a64(s); | 28 | - tcg_gen_rotri_i32(tmp, tmp, imm); |
31 | + gen_top_byte_ignore(s, clean, addr, s->tbid); | 29 | - tcg_gen_extu_i32_i64(tcg_rd, tmp); |
32 | + return clean; | 30 | - tcg_temp_free_i32(tmp); |
33 | +} | 31 | - } |
32 | } else { | ||
33 | - tcg_rm = read_cpu_reg(s, rm, sf); | ||
34 | - tcg_rn = read_cpu_reg(s, rn, sf); | ||
35 | - tcg_gen_shri_i64(tcg_rm, tcg_rm, imm); | ||
36 | - tcg_gen_shli_i64(tcg_rn, tcg_rn, bitsize - imm); | ||
37 | - tcg_gen_or_i64(tcg_rd, tcg_rm, tcg_rn); | ||
38 | - if (!sf) { | ||
39 | - tcg_gen_ext32u_i64(tcg_rd, tcg_rd); | ||
40 | + tcg_rm = cpu_reg(s, rm); | ||
41 | + tcg_rn = cpu_reg(s, rn); | ||
34 | + | 42 | + |
35 | typedef struct DisasCompare64 { | 43 | + if (sf) { |
36 | TCGCond cond; | 44 | + /* Specialization to ROR happens in EXTRACT2. */ |
37 | TCGv_i64 value; | 45 | + tcg_gen_extract2_i64(tcg_rd, tcg_rm, tcg_rn, imm); |
38 | @@ -XXX,XX +XXX,XX @@ static void gen_compare_and_swap(DisasContext *s, int rs, int rt, | 46 | + } else { |
39 | TCGv_i64 tcg_rs = cpu_reg(s, rs); | 47 | + TCGv_i32 t0 = tcg_temp_new_i32(); |
40 | TCGv_i64 tcg_rt = cpu_reg(s, rt); | ||
41 | int memidx = get_mem_index(s); | ||
42 | - TCGv_i64 addr = cpu_reg_sp(s, rn); | ||
43 | + TCGv_i64 clean_addr; | ||
44 | |||
45 | if (rn == 31) { | ||
46 | gen_check_sp_alignment(s); | ||
47 | } | ||
48 | - tcg_gen_atomic_cmpxchg_i64(tcg_rs, addr, tcg_rs, tcg_rt, memidx, | ||
49 | + clean_addr = clean_data_tbi(s, cpu_reg_sp(s, rn)); | ||
50 | + tcg_gen_atomic_cmpxchg_i64(tcg_rs, clean_addr, tcg_rs, tcg_rt, memidx, | ||
51 | size | MO_ALIGN | s->be_data); | ||
52 | } | ||
53 | |||
54 | @@ -XXX,XX +XXX,XX @@ static void gen_compare_and_swap_pair(DisasContext *s, int rs, int rt, | ||
55 | TCGv_i64 s2 = cpu_reg(s, rs + 1); | ||
56 | TCGv_i64 t1 = cpu_reg(s, rt); | ||
57 | TCGv_i64 t2 = cpu_reg(s, rt + 1); | ||
58 | - TCGv_i64 addr = cpu_reg_sp(s, rn); | ||
59 | + TCGv_i64 clean_addr; | ||
60 | int memidx = get_mem_index(s); | ||
61 | |||
62 | if (rn == 31) { | ||
63 | gen_check_sp_alignment(s); | ||
64 | } | ||
65 | + clean_addr = clean_data_tbi(s, cpu_reg_sp(s, rn)); | ||
66 | |||
67 | if (size == 2) { | ||
68 | TCGv_i64 cmp = tcg_temp_new_i64(); | ||
69 | @@ -XXX,XX +XXX,XX @@ static void gen_compare_and_swap_pair(DisasContext *s, int rs, int rt, | ||
70 | tcg_gen_concat32_i64(cmp, s2, s1); | ||
71 | } | ||
72 | |||
73 | - tcg_gen_atomic_cmpxchg_i64(cmp, addr, cmp, val, memidx, | ||
74 | + tcg_gen_atomic_cmpxchg_i64(cmp, clean_addr, cmp, val, memidx, | ||
75 | MO_64 | MO_ALIGN | s->be_data); | ||
76 | tcg_temp_free_i64(val); | ||
77 | |||
78 | @@ -XXX,XX +XXX,XX @@ static void gen_compare_and_swap_pair(DisasContext *s, int rs, int rt, | ||
79 | if (HAVE_CMPXCHG128) { | ||
80 | TCGv_i32 tcg_rs = tcg_const_i32(rs); | ||
81 | if (s->be_data == MO_LE) { | ||
82 | - gen_helper_casp_le_parallel(cpu_env, tcg_rs, addr, t1, t2); | ||
83 | + gen_helper_casp_le_parallel(cpu_env, tcg_rs, | ||
84 | + clean_addr, t1, t2); | ||
85 | } else { | ||
86 | - gen_helper_casp_be_parallel(cpu_env, tcg_rs, addr, t1, t2); | ||
87 | + gen_helper_casp_be_parallel(cpu_env, tcg_rs, | ||
88 | + clean_addr, t1, t2); | ||
89 | } | ||
90 | tcg_temp_free_i32(tcg_rs); | ||
91 | } else { | ||
92 | @@ -XXX,XX +XXX,XX @@ static void gen_compare_and_swap_pair(DisasContext *s, int rs, int rt, | ||
93 | TCGv_i64 zero = tcg_const_i64(0); | ||
94 | |||
95 | /* Load the two words, in memory order. */ | ||
96 | - tcg_gen_qemu_ld_i64(d1, addr, memidx, | ||
97 | + tcg_gen_qemu_ld_i64(d1, clean_addr, memidx, | ||
98 | MO_64 | MO_ALIGN_16 | s->be_data); | ||
99 | - tcg_gen_addi_i64(a2, addr, 8); | ||
100 | - tcg_gen_qemu_ld_i64(d2, addr, memidx, MO_64 | s->be_data); | ||
101 | + tcg_gen_addi_i64(a2, clean_addr, 8); | ||
102 | + tcg_gen_qemu_ld_i64(d2, clean_addr, memidx, MO_64 | s->be_data); | ||
103 | |||
104 | /* Compare the two words, also in memory order. */ | ||
105 | tcg_gen_setcond_i64(TCG_COND_EQ, c1, d1, s1); | ||
106 | @@ -XXX,XX +XXX,XX @@ static void gen_compare_and_swap_pair(DisasContext *s, int rs, int rt, | ||
107 | /* If compare equal, write back new data, else write back old data. */ | ||
108 | tcg_gen_movcond_i64(TCG_COND_NE, c1, c2, zero, t1, d1); | ||
109 | tcg_gen_movcond_i64(TCG_COND_NE, c2, c2, zero, t2, d2); | ||
110 | - tcg_gen_qemu_st_i64(c1, addr, memidx, MO_64 | s->be_data); | ||
111 | + tcg_gen_qemu_st_i64(c1, clean_addr, memidx, MO_64 | s->be_data); | ||
112 | tcg_gen_qemu_st_i64(c2, a2, memidx, MO_64 | s->be_data); | ||
113 | tcg_temp_free_i64(a2); | ||
114 | tcg_temp_free_i64(c1); | ||
115 | @@ -XXX,XX +XXX,XX @@ static void disas_ldst_excl(DisasContext *s, uint32_t insn) | ||
116 | int is_lasr = extract32(insn, 15, 1); | ||
117 | int o2_L_o1_o0 = extract32(insn, 21, 3) * 2 | is_lasr; | ||
118 | int size = extract32(insn, 30, 2); | ||
119 | - TCGv_i64 tcg_addr; | ||
120 | + TCGv_i64 clean_addr; | ||
121 | |||
122 | switch (o2_L_o1_o0) { | ||
123 | case 0x0: /* STXR */ | ||
124 | @@ -XXX,XX +XXX,XX @@ static void disas_ldst_excl(DisasContext *s, uint32_t insn) | ||
125 | if (is_lasr) { | ||
126 | tcg_gen_mb(TCG_MO_ALL | TCG_BAR_STRL); | ||
127 | } | ||
128 | - tcg_addr = read_cpu_reg_sp(s, rn, 1); | ||
129 | - gen_store_exclusive(s, rs, rt, rt2, tcg_addr, size, false); | ||
130 | + clean_addr = clean_data_tbi(s, cpu_reg_sp(s, rn)); | ||
131 | + gen_store_exclusive(s, rs, rt, rt2, clean_addr, size, false); | ||
132 | return; | ||
133 | |||
134 | case 0x4: /* LDXR */ | ||
135 | @@ -XXX,XX +XXX,XX @@ static void disas_ldst_excl(DisasContext *s, uint32_t insn) | ||
136 | if (rn == 31) { | ||
137 | gen_check_sp_alignment(s); | ||
138 | } | ||
139 | - tcg_addr = read_cpu_reg_sp(s, rn, 1); | ||
140 | + clean_addr = clean_data_tbi(s, cpu_reg_sp(s, rn)); | ||
141 | s->is_ldex = true; | ||
142 | - gen_load_exclusive(s, rt, rt2, tcg_addr, size, false); | ||
143 | + gen_load_exclusive(s, rt, rt2, clean_addr, size, false); | ||
144 | if (is_lasr) { | ||
145 | tcg_gen_mb(TCG_MO_ALL | TCG_BAR_LDAQ); | ||
146 | } | ||
147 | @@ -XXX,XX +XXX,XX @@ static void disas_ldst_excl(DisasContext *s, uint32_t insn) | ||
148 | gen_check_sp_alignment(s); | ||
149 | } | ||
150 | tcg_gen_mb(TCG_MO_ALL | TCG_BAR_STRL); | ||
151 | - tcg_addr = read_cpu_reg_sp(s, rn, 1); | ||
152 | - do_gpr_st(s, cpu_reg(s, rt), tcg_addr, size, true, rt, | ||
153 | + clean_addr = clean_data_tbi(s, cpu_reg_sp(s, rn)); | ||
154 | + do_gpr_st(s, cpu_reg(s, rt), clean_addr, size, true, rt, | ||
155 | disas_ldst_compute_iss_sf(size, false, 0), is_lasr); | ||
156 | return; | ||
157 | |||
158 | @@ -XXX,XX +XXX,XX @@ static void disas_ldst_excl(DisasContext *s, uint32_t insn) | ||
159 | if (rn == 31) { | ||
160 | gen_check_sp_alignment(s); | ||
161 | } | ||
162 | - tcg_addr = read_cpu_reg_sp(s, rn, 1); | ||
163 | - do_gpr_ld(s, cpu_reg(s, rt), tcg_addr, size, false, false, true, rt, | ||
164 | + clean_addr = clean_data_tbi(s, cpu_reg_sp(s, rn)); | ||
165 | + do_gpr_ld(s, cpu_reg(s, rt), clean_addr, size, false, false, true, rt, | ||
166 | disas_ldst_compute_iss_sf(size, false, 0), is_lasr); | ||
167 | tcg_gen_mb(TCG_MO_ALL | TCG_BAR_LDAQ); | ||
168 | return; | ||
169 | @@ -XXX,XX +XXX,XX @@ static void disas_ldst_excl(DisasContext *s, uint32_t insn) | ||
170 | if (is_lasr) { | ||
171 | tcg_gen_mb(TCG_MO_ALL | TCG_BAR_STRL); | ||
172 | } | ||
173 | - tcg_addr = read_cpu_reg_sp(s, rn, 1); | ||
174 | - gen_store_exclusive(s, rs, rt, rt2, tcg_addr, size, true); | ||
175 | + clean_addr = clean_data_tbi(s, cpu_reg_sp(s, rn)); | ||
176 | + gen_store_exclusive(s, rs, rt, rt2, clean_addr, size, true); | ||
177 | return; | ||
178 | } | ||
179 | if (rt2 == 31 | ||
180 | @@ -XXX,XX +XXX,XX @@ static void disas_ldst_excl(DisasContext *s, uint32_t insn) | ||
181 | if (rn == 31) { | ||
182 | gen_check_sp_alignment(s); | ||
183 | } | ||
184 | - tcg_addr = read_cpu_reg_sp(s, rn, 1); | ||
185 | + clean_addr = clean_data_tbi(s, cpu_reg_sp(s, rn)); | ||
186 | s->is_ldex = true; | ||
187 | - gen_load_exclusive(s, rt, rt2, tcg_addr, size, true); | ||
188 | + gen_load_exclusive(s, rt, rt2, clean_addr, size, true); | ||
189 | if (is_lasr) { | ||
190 | tcg_gen_mb(TCG_MO_ALL | TCG_BAR_LDAQ); | ||
191 | } | ||
192 | @@ -XXX,XX +XXX,XX @@ static void disas_ld_lit(DisasContext *s, uint32_t insn) | ||
193 | int opc = extract32(insn, 30, 2); | ||
194 | bool is_signed = false; | ||
195 | int size = 2; | ||
196 | - TCGv_i64 tcg_rt, tcg_addr; | ||
197 | + TCGv_i64 tcg_rt, clean_addr; | ||
198 | |||
199 | if (is_vector) { | ||
200 | if (opc == 3) { | ||
201 | @@ -XXX,XX +XXX,XX @@ static void disas_ld_lit(DisasContext *s, uint32_t insn) | ||
202 | |||
203 | tcg_rt = cpu_reg(s, rt); | ||
204 | |||
205 | - tcg_addr = tcg_const_i64((s->pc - 4) + imm); | ||
206 | + clean_addr = tcg_const_i64((s->pc - 4) + imm); | ||
207 | if (is_vector) { | ||
208 | - do_fp_ld(s, rt, tcg_addr, size); | ||
209 | + do_fp_ld(s, rt, clean_addr, size); | ||
210 | } else { | ||
211 | /* Only unsigned 32bit loads target 32bit registers. */ | ||
212 | bool iss_sf = opc != 0; | ||
213 | |||
214 | - do_gpr_ld(s, tcg_rt, tcg_addr, size, is_signed, false, | ||
215 | + do_gpr_ld(s, tcg_rt, clean_addr, size, is_signed, false, | ||
216 | true, rt, iss_sf, false); | ||
217 | } | ||
218 | - tcg_temp_free_i64(tcg_addr); | ||
219 | + tcg_temp_free_i64(clean_addr); | ||
220 | } | ||
221 | |||
222 | /* | ||
223 | @@ -XXX,XX +XXX,XX @@ static void disas_ldst_pair(DisasContext *s, uint32_t insn) | ||
224 | bool postindex = false; | ||
225 | bool wback = false; | ||
226 | |||
227 | - TCGv_i64 tcg_addr; /* calculated address */ | ||
228 | + TCGv_i64 clean_addr, dirty_addr; | ||
229 | + | 48 | + |
230 | int size; | 49 | + tcg_gen_extrl_i64_i32(t0, tcg_rm); |
231 | 50 | + if (rm == rn) { | |
232 | if (opc == 3) { | 51 | + tcg_gen_rotri_i32(t0, t0, imm); |
233 | @@ -XXX,XX +XXX,XX @@ static void disas_ldst_pair(DisasContext *s, uint32_t insn) | 52 | + } else { |
234 | gen_check_sp_alignment(s); | 53 | + TCGv_i32 t1 = tcg_temp_new_i32(); |
235 | } | 54 | + tcg_gen_extrl_i64_i32(t1, tcg_rn); |
236 | 55 | + tcg_gen_extract2_i32(t0, t0, t1, imm); | |
237 | - tcg_addr = read_cpu_reg_sp(s, rn, 1); | 56 | + tcg_temp_free_i32(t1); |
238 | - | 57 | + } |
239 | + dirty_addr = read_cpu_reg_sp(s, rn, 1); | 58 | + tcg_gen_extu_i32_i64(tcg_rd, t0); |
240 | if (!postindex) { | 59 | + tcg_temp_free_i32(t0); |
241 | - tcg_gen_addi_i64(tcg_addr, tcg_addr, offset); | ||
242 | + tcg_gen_addi_i64(dirty_addr, dirty_addr, offset); | ||
243 | } | ||
244 | + clean_addr = clean_data_tbi(s, dirty_addr); | ||
245 | |||
246 | if (is_vector) { | ||
247 | if (is_load) { | ||
248 | - do_fp_ld(s, rt, tcg_addr, size); | ||
249 | + do_fp_ld(s, rt, clean_addr, size); | ||
250 | } else { | ||
251 | - do_fp_st(s, rt, tcg_addr, size); | ||
252 | + do_fp_st(s, rt, clean_addr, size); | ||
253 | } | ||
254 | - tcg_gen_addi_i64(tcg_addr, tcg_addr, 1 << size); | ||
255 | + tcg_gen_addi_i64(clean_addr, clean_addr, 1 << size); | ||
256 | if (is_load) { | ||
257 | - do_fp_ld(s, rt2, tcg_addr, size); | ||
258 | + do_fp_ld(s, rt2, clean_addr, size); | ||
259 | } else { | ||
260 | - do_fp_st(s, rt2, tcg_addr, size); | ||
261 | + do_fp_st(s, rt2, clean_addr, size); | ||
262 | } | ||
263 | } else { | ||
264 | TCGv_i64 tcg_rt = cpu_reg(s, rt); | ||
265 | @@ -XXX,XX +XXX,XX @@ static void disas_ldst_pair(DisasContext *s, uint32_t insn) | ||
266 | /* Do not modify tcg_rt before recognizing any exception | ||
267 | * from the second load. | ||
268 | */ | ||
269 | - do_gpr_ld(s, tmp, tcg_addr, size, is_signed, false, | ||
270 | + do_gpr_ld(s, tmp, clean_addr, size, is_signed, false, | ||
271 | false, 0, false, false); | ||
272 | - tcg_gen_addi_i64(tcg_addr, tcg_addr, 1 << size); | ||
273 | - do_gpr_ld(s, tcg_rt2, tcg_addr, size, is_signed, false, | ||
274 | + tcg_gen_addi_i64(clean_addr, clean_addr, 1 << size); | ||
275 | + do_gpr_ld(s, tcg_rt2, clean_addr, size, is_signed, false, | ||
276 | false, 0, false, false); | ||
277 | |||
278 | tcg_gen_mov_i64(tcg_rt, tmp); | ||
279 | tcg_temp_free_i64(tmp); | ||
280 | } else { | ||
281 | - do_gpr_st(s, tcg_rt, tcg_addr, size, | ||
282 | + do_gpr_st(s, tcg_rt, clean_addr, size, | ||
283 | false, 0, false, false); | ||
284 | - tcg_gen_addi_i64(tcg_addr, tcg_addr, 1 << size); | ||
285 | - do_gpr_st(s, tcg_rt2, tcg_addr, size, | ||
286 | + tcg_gen_addi_i64(clean_addr, clean_addr, 1 << size); | ||
287 | + do_gpr_st(s, tcg_rt2, clean_addr, size, | ||
288 | false, 0, false, false); | ||
289 | } | ||
290 | } | ||
291 | |||
292 | if (wback) { | ||
293 | if (postindex) { | ||
294 | - tcg_gen_addi_i64(tcg_addr, tcg_addr, offset - (1 << size)); | ||
295 | - } else { | ||
296 | - tcg_gen_subi_i64(tcg_addr, tcg_addr, 1 << size); | ||
297 | + tcg_gen_addi_i64(dirty_addr, dirty_addr, offset); | ||
298 | } | ||
299 | - tcg_gen_mov_i64(cpu_reg_sp(s, rn), tcg_addr); | ||
300 | + tcg_gen_mov_i64(cpu_reg_sp(s, rn), dirty_addr); | ||
301 | } | ||
302 | } | ||
303 | |||
304 | @@ -XXX,XX +XXX,XX @@ static void disas_ldst_reg_imm9(DisasContext *s, uint32_t insn, | ||
305 | bool post_index; | ||
306 | bool writeback; | ||
307 | |||
308 | - TCGv_i64 tcg_addr; | ||
309 | + TCGv_i64 clean_addr, dirty_addr; | ||
310 | |||
311 | if (is_vector) { | ||
312 | size |= (opc & 2) << 1; | ||
313 | @@ -XXX,XX +XXX,XX @@ static void disas_ldst_reg_imm9(DisasContext *s, uint32_t insn, | ||
314 | if (rn == 31) { | ||
315 | gen_check_sp_alignment(s); | ||
316 | } | ||
317 | - tcg_addr = read_cpu_reg_sp(s, rn, 1); | ||
318 | |||
319 | + dirty_addr = read_cpu_reg_sp(s, rn, 1); | ||
320 | if (!post_index) { | ||
321 | - tcg_gen_addi_i64(tcg_addr, tcg_addr, imm9); | ||
322 | + tcg_gen_addi_i64(dirty_addr, dirty_addr, imm9); | ||
323 | } | ||
324 | + clean_addr = clean_data_tbi(s, dirty_addr); | ||
325 | |||
326 | if (is_vector) { | ||
327 | if (is_store) { | ||
328 | - do_fp_st(s, rt, tcg_addr, size); | ||
329 | + do_fp_st(s, rt, clean_addr, size); | ||
330 | } else { | ||
331 | - do_fp_ld(s, rt, tcg_addr, size); | ||
332 | + do_fp_ld(s, rt, clean_addr, size); | ||
333 | } | ||
334 | } else { | ||
335 | TCGv_i64 tcg_rt = cpu_reg(s, rt); | ||
336 | @@ -XXX,XX +XXX,XX @@ static void disas_ldst_reg_imm9(DisasContext *s, uint32_t insn, | ||
337 | bool iss_sf = disas_ldst_compute_iss_sf(size, is_signed, opc); | ||
338 | |||
339 | if (is_store) { | ||
340 | - do_gpr_st_memidx(s, tcg_rt, tcg_addr, size, memidx, | ||
341 | + do_gpr_st_memidx(s, tcg_rt, clean_addr, size, memidx, | ||
342 | iss_valid, rt, iss_sf, false); | ||
343 | } else { | ||
344 | - do_gpr_ld_memidx(s, tcg_rt, tcg_addr, size, | ||
345 | + do_gpr_ld_memidx(s, tcg_rt, clean_addr, size, | ||
346 | is_signed, is_extended, memidx, | ||
347 | iss_valid, rt, iss_sf, false); | ||
348 | } | ||
349 | @@ -XXX,XX +XXX,XX @@ static void disas_ldst_reg_imm9(DisasContext *s, uint32_t insn, | ||
350 | if (writeback) { | ||
351 | TCGv_i64 tcg_rn = cpu_reg_sp(s, rn); | ||
352 | if (post_index) { | ||
353 | - tcg_gen_addi_i64(tcg_addr, tcg_addr, imm9); | ||
354 | + tcg_gen_addi_i64(dirty_addr, dirty_addr, imm9); | ||
355 | } | ||
356 | - tcg_gen_mov_i64(tcg_rn, tcg_addr); | ||
357 | + tcg_gen_mov_i64(tcg_rn, dirty_addr); | ||
358 | } | ||
359 | } | ||
360 | |||
361 | @@ -XXX,XX +XXX,XX @@ static void disas_ldst_reg_roffset(DisasContext *s, uint32_t insn, | ||
362 | bool is_store = false; | ||
363 | bool is_extended = false; | ||
364 | |||
365 | - TCGv_i64 tcg_rm; | ||
366 | - TCGv_i64 tcg_addr; | ||
367 | + TCGv_i64 tcg_rm, clean_addr, dirty_addr; | ||
368 | |||
369 | if (extract32(opt, 1, 1) == 0) { | ||
370 | unallocated_encoding(s); | ||
371 | @@ -XXX,XX +XXX,XX @@ static void disas_ldst_reg_roffset(DisasContext *s, uint32_t insn, | ||
372 | if (rn == 31) { | ||
373 | gen_check_sp_alignment(s); | ||
374 | } | ||
375 | - tcg_addr = read_cpu_reg_sp(s, rn, 1); | ||
376 | + dirty_addr = read_cpu_reg_sp(s, rn, 1); | ||
377 | |||
378 | tcg_rm = read_cpu_reg(s, rm, 1); | ||
379 | ext_and_shift_reg(tcg_rm, tcg_rm, opt, shift ? size : 0); | ||
380 | |||
381 | - tcg_gen_add_i64(tcg_addr, tcg_addr, tcg_rm); | ||
382 | + tcg_gen_add_i64(dirty_addr, dirty_addr, tcg_rm); | ||
383 | + clean_addr = clean_data_tbi(s, dirty_addr); | ||
384 | |||
385 | if (is_vector) { | ||
386 | if (is_store) { | ||
387 | - do_fp_st(s, rt, tcg_addr, size); | ||
388 | + do_fp_st(s, rt, clean_addr, size); | ||
389 | } else { | ||
390 | - do_fp_ld(s, rt, tcg_addr, size); | ||
391 | + do_fp_ld(s, rt, clean_addr, size); | ||
392 | } | ||
393 | } else { | ||
394 | TCGv_i64 tcg_rt = cpu_reg(s, rt); | ||
395 | bool iss_sf = disas_ldst_compute_iss_sf(size, is_signed, opc); | ||
396 | if (is_store) { | ||
397 | - do_gpr_st(s, tcg_rt, tcg_addr, size, | ||
398 | + do_gpr_st(s, tcg_rt, clean_addr, size, | ||
399 | true, rt, iss_sf, false); | ||
400 | } else { | ||
401 | - do_gpr_ld(s, tcg_rt, tcg_addr, size, | ||
402 | + do_gpr_ld(s, tcg_rt, clean_addr, size, | ||
403 | is_signed, is_extended, | ||
404 | true, rt, iss_sf, false); | ||
405 | } | ||
406 | @@ -XXX,XX +XXX,XX @@ static void disas_ldst_reg_unsigned_imm(DisasContext *s, uint32_t insn, | ||
407 | unsigned int imm12 = extract32(insn, 10, 12); | ||
408 | unsigned int offset; | ||
409 | |||
410 | - TCGv_i64 tcg_addr; | ||
411 | + TCGv_i64 clean_addr, dirty_addr; | ||
412 | |||
413 | bool is_store; | ||
414 | bool is_signed = false; | ||
415 | @@ -XXX,XX +XXX,XX @@ static void disas_ldst_reg_unsigned_imm(DisasContext *s, uint32_t insn, | ||
416 | if (rn == 31) { | ||
417 | gen_check_sp_alignment(s); | ||
418 | } | ||
419 | - tcg_addr = read_cpu_reg_sp(s, rn, 1); | ||
420 | + dirty_addr = read_cpu_reg_sp(s, rn, 1); | ||
421 | offset = imm12 << size; | ||
422 | - tcg_gen_addi_i64(tcg_addr, tcg_addr, offset); | ||
423 | + tcg_gen_addi_i64(dirty_addr, dirty_addr, offset); | ||
424 | + clean_addr = clean_data_tbi(s, dirty_addr); | ||
425 | |||
426 | if (is_vector) { | ||
427 | if (is_store) { | ||
428 | - do_fp_st(s, rt, tcg_addr, size); | ||
429 | + do_fp_st(s, rt, clean_addr, size); | ||
430 | } else { | ||
431 | - do_fp_ld(s, rt, tcg_addr, size); | ||
432 | + do_fp_ld(s, rt, clean_addr, size); | ||
433 | } | ||
434 | } else { | ||
435 | TCGv_i64 tcg_rt = cpu_reg(s, rt); | ||
436 | bool iss_sf = disas_ldst_compute_iss_sf(size, is_signed, opc); | ||
437 | if (is_store) { | ||
438 | - do_gpr_st(s, tcg_rt, tcg_addr, size, | ||
439 | + do_gpr_st(s, tcg_rt, clean_addr, size, | ||
440 | true, rt, iss_sf, false); | ||
441 | } else { | ||
442 | - do_gpr_ld(s, tcg_rt, tcg_addr, size, is_signed, is_extended, | ||
443 | + do_gpr_ld(s, tcg_rt, clean_addr, size, is_signed, is_extended, | ||
444 | true, rt, iss_sf, false); | ||
445 | } | ||
446 | } | ||
447 | @@ -XXX,XX +XXX,XX @@ static void disas_ldst_atomic(DisasContext *s, uint32_t insn, | ||
448 | int rs = extract32(insn, 16, 5); | ||
449 | int rn = extract32(insn, 5, 5); | ||
450 | int o3_opc = extract32(insn, 12, 4); | ||
451 | - TCGv_i64 tcg_rn, tcg_rs; | ||
452 | + TCGv_i64 tcg_rs, clean_addr; | ||
453 | AtomicThreeOpFn *fn; | ||
454 | |||
455 | if (is_vector || !dc_isar_feature(aa64_atomics, s)) { | ||
456 | @@ -XXX,XX +XXX,XX @@ static void disas_ldst_atomic(DisasContext *s, uint32_t insn, | ||
457 | if (rn == 31) { | ||
458 | gen_check_sp_alignment(s); | ||
459 | } | ||
460 | - tcg_rn = cpu_reg_sp(s, rn); | ||
461 | + clean_addr = clean_data_tbi(s, cpu_reg_sp(s, rn)); | ||
462 | tcg_rs = read_cpu_reg(s, rs, true); | ||
463 | |||
464 | if (o3_opc == 1) { /* LDCLR */ | ||
465 | @@ -XXX,XX +XXX,XX @@ static void disas_ldst_atomic(DisasContext *s, uint32_t insn, | ||
466 | /* The tcg atomic primitives are all full barriers. Therefore we | ||
467 | * can ignore the Acquire and Release bits of this instruction. | ||
468 | */ | ||
469 | - fn(cpu_reg(s, rt), tcg_rn, tcg_rs, get_mem_index(s), | ||
470 | + fn(cpu_reg(s, rt), clean_addr, tcg_rs, get_mem_index(s), | ||
471 | s->be_data | size | MO_ALIGN); | ||
472 | } | ||
473 | |||
474 | @@ -XXX,XX +XXX,XX @@ static void disas_ldst_pac(DisasContext *s, uint32_t insn, | ||
475 | bool is_wback = extract32(insn, 11, 1); | ||
476 | bool use_key_a = !extract32(insn, 23, 1); | ||
477 | int offset; | ||
478 | - TCGv_i64 tcg_addr, tcg_rt; | ||
479 | + TCGv_i64 clean_addr, dirty_addr, tcg_rt; | ||
480 | |||
481 | if (size != 3 || is_vector || !dc_isar_feature(aa64_pauth, s)) { | ||
482 | unallocated_encoding(s); | ||
483 | @@ -XXX,XX +XXX,XX @@ static void disas_ldst_pac(DisasContext *s, uint32_t insn, | ||
484 | if (rn == 31) { | ||
485 | gen_check_sp_alignment(s); | ||
486 | } | ||
487 | - tcg_addr = read_cpu_reg_sp(s, rn, 1); | ||
488 | + dirty_addr = read_cpu_reg_sp(s, rn, 1); | ||
489 | |||
490 | if (s->pauth_active) { | ||
491 | if (use_key_a) { | ||
492 | - gen_helper_autda(tcg_addr, cpu_env, tcg_addr, cpu_X[31]); | ||
493 | + gen_helper_autda(dirty_addr, cpu_env, dirty_addr, cpu_X[31]); | ||
494 | } else { | ||
495 | - gen_helper_autdb(tcg_addr, cpu_env, tcg_addr, cpu_X[31]); | ||
496 | + gen_helper_autdb(dirty_addr, cpu_env, dirty_addr, cpu_X[31]); | ||
497 | } | ||
498 | } | ||
499 | |||
500 | /* Form the 10-bit signed, scaled offset. */ | ||
501 | offset = (extract32(insn, 22, 1) << 9) | extract32(insn, 12, 9); | ||
502 | offset = sextract32(offset << size, 0, 10 + size); | ||
503 | - tcg_gen_addi_i64(tcg_addr, tcg_addr, offset); | ||
504 | + tcg_gen_addi_i64(dirty_addr, dirty_addr, offset); | ||
505 | + | ||
506 | + /* Note that "clean" and "dirty" here refer to TBI not PAC. */ | ||
507 | + clean_addr = clean_data_tbi(s, dirty_addr); | ||
508 | |||
509 | tcg_rt = cpu_reg(s, rt); | ||
510 | - | ||
511 | - do_gpr_ld(s, tcg_rt, tcg_addr, size, /* is_signed */ false, | ||
512 | + do_gpr_ld(s, tcg_rt, clean_addr, size, /* is_signed */ false, | ||
513 | /* extend */ false, /* iss_valid */ !is_wback, | ||
514 | /* iss_srt */ rt, /* iss_sf */ true, /* iss_ar */ false); | ||
515 | |||
516 | if (is_wback) { | ||
517 | - tcg_gen_mov_i64(cpu_reg_sp(s, rn), tcg_addr); | ||
518 | + tcg_gen_mov_i64(cpu_reg_sp(s, rn), dirty_addr); | ||
519 | } | ||
520 | } | ||
521 | |||
522 | @@ -XXX,XX +XXX,XX @@ static void disas_ldst_multiple_struct(DisasContext *s, uint32_t insn) | ||
523 | bool is_store = !extract32(insn, 22, 1); | ||
524 | bool is_postidx = extract32(insn, 23, 1); | ||
525 | bool is_q = extract32(insn, 30, 1); | ||
526 | - TCGv_i64 tcg_addr, tcg_rn, tcg_ebytes; | ||
527 | + TCGv_i64 clean_addr, tcg_rn, tcg_ebytes; | ||
528 | TCGMemOp endian = s->be_data; | ||
529 | |||
530 | int ebytes; /* bytes per element */ | ||
531 | @@ -XXX,XX +XXX,XX @@ static void disas_ldst_multiple_struct(DisasContext *s, uint32_t insn) | ||
532 | elements = (is_q ? 16 : 8) / ebytes; | ||
533 | |||
534 | tcg_rn = cpu_reg_sp(s, rn); | ||
535 | - tcg_addr = tcg_temp_new_i64(); | ||
536 | - tcg_gen_mov_i64(tcg_addr, tcg_rn); | ||
537 | + clean_addr = clean_data_tbi(s, tcg_rn); | ||
538 | tcg_ebytes = tcg_const_i64(ebytes); | ||
539 | |||
540 | for (r = 0; r < rpt; r++) { | ||
541 | @@ -XXX,XX +XXX,XX @@ static void disas_ldst_multiple_struct(DisasContext *s, uint32_t insn) | ||
542 | for (xs = 0; xs < selem; xs++) { | ||
543 | int tt = (rt + r + xs) % 32; | ||
544 | if (is_store) { | ||
545 | - do_vec_st(s, tt, e, tcg_addr, size, endian); | ||
546 | + do_vec_st(s, tt, e, clean_addr, size, endian); | ||
547 | } else { | ||
548 | - do_vec_ld(s, tt, e, tcg_addr, size, endian); | ||
549 | + do_vec_ld(s, tt, e, clean_addr, size, endian); | ||
550 | } | ||
551 | - tcg_gen_add_i64(tcg_addr, tcg_addr, tcg_ebytes); | ||
552 | + tcg_gen_add_i64(clean_addr, clean_addr, tcg_ebytes); | ||
553 | } | 60 | } |
554 | } | 61 | } |
555 | } | 62 | } |
556 | + tcg_temp_free_i64(tcg_ebytes); | ||
557 | |||
558 | if (!is_store) { | ||
559 | /* For non-quad operations, setting a slice of the low | ||
560 | @@ -XXX,XX +XXX,XX @@ static void disas_ldst_multiple_struct(DisasContext *s, uint32_t insn) | ||
561 | |||
562 | if (is_postidx) { | ||
563 | if (rm == 31) { | ||
564 | - tcg_gen_mov_i64(tcg_rn, tcg_addr); | ||
565 | + tcg_gen_addi_i64(tcg_rn, tcg_rn, rpt * elements * selem * ebytes); | ||
566 | } else { | ||
567 | tcg_gen_add_i64(tcg_rn, tcg_rn, cpu_reg(s, rm)); | ||
568 | } | ||
569 | } | ||
570 | - tcg_temp_free_i64(tcg_ebytes); | ||
571 | - tcg_temp_free_i64(tcg_addr); | ||
572 | } | ||
573 | |||
574 | /* AdvSIMD load/store single structure | ||
575 | @@ -XXX,XX +XXX,XX @@ static void disas_ldst_single_struct(DisasContext *s, uint32_t insn) | ||
576 | bool replicate = false; | ||
577 | int index = is_q << 3 | S << 2 | size; | ||
578 | int ebytes, xs; | ||
579 | - TCGv_i64 tcg_addr, tcg_rn, tcg_ebytes; | ||
580 | + TCGv_i64 clean_addr, tcg_rn, tcg_ebytes; | ||
581 | |||
582 | if (extract32(insn, 31, 1)) { | ||
583 | unallocated_encoding(s); | ||
584 | @@ -XXX,XX +XXX,XX @@ static void disas_ldst_single_struct(DisasContext *s, uint32_t insn) | ||
585 | } | ||
586 | |||
587 | tcg_rn = cpu_reg_sp(s, rn); | ||
588 | - tcg_addr = tcg_temp_new_i64(); | ||
589 | - tcg_gen_mov_i64(tcg_addr, tcg_rn); | ||
590 | + clean_addr = clean_data_tbi(s, tcg_rn); | ||
591 | tcg_ebytes = tcg_const_i64(ebytes); | ||
592 | |||
593 | for (xs = 0; xs < selem; xs++) { | ||
594 | @@ -XXX,XX +XXX,XX @@ static void disas_ldst_single_struct(DisasContext *s, uint32_t insn) | ||
595 | /* Load and replicate to all elements */ | ||
596 | TCGv_i64 tcg_tmp = tcg_temp_new_i64(); | ||
597 | |||
598 | - tcg_gen_qemu_ld_i64(tcg_tmp, tcg_addr, | ||
599 | + tcg_gen_qemu_ld_i64(tcg_tmp, clean_addr, | ||
600 | get_mem_index(s), s->be_data + scale); | ||
601 | tcg_gen_gvec_dup_i64(scale, vec_full_reg_offset(s, rt), | ||
602 | (is_q + 1) * 8, vec_full_reg_size(s), | ||
603 | @@ -XXX,XX +XXX,XX @@ static void disas_ldst_single_struct(DisasContext *s, uint32_t insn) | ||
604 | } else { | ||
605 | /* Load/store one element per register */ | ||
606 | if (is_load) { | ||
607 | - do_vec_ld(s, rt, index, tcg_addr, scale, s->be_data); | ||
608 | + do_vec_ld(s, rt, index, clean_addr, scale, s->be_data); | ||
609 | } else { | ||
610 | - do_vec_st(s, rt, index, tcg_addr, scale, s->be_data); | ||
611 | + do_vec_st(s, rt, index, clean_addr, scale, s->be_data); | ||
612 | } | ||
613 | } | ||
614 | - tcg_gen_add_i64(tcg_addr, tcg_addr, tcg_ebytes); | ||
615 | + tcg_gen_add_i64(clean_addr, clean_addr, tcg_ebytes); | ||
616 | rt = (rt + 1) % 32; | ||
617 | } | ||
618 | + tcg_temp_free_i64(tcg_ebytes); | ||
619 | |||
620 | if (is_postidx) { | ||
621 | if (rm == 31) { | ||
622 | - tcg_gen_mov_i64(tcg_rn, tcg_addr); | ||
623 | + tcg_gen_addi_i64(tcg_rn, tcg_rn, selem * ebytes); | ||
624 | } else { | ||
625 | tcg_gen_add_i64(tcg_rn, tcg_rn, cpu_reg(s, rm)); | ||
626 | } | ||
627 | } | ||
628 | - tcg_temp_free_i64(tcg_ebytes); | ||
629 | - tcg_temp_free_i64(tcg_addr); | ||
630 | } | ||
631 | |||
632 | /* Loads and stores */ | ||
633 | -- | 63 | -- |
634 | 2.20.1 | 64 | 2.20.1 |
635 | 65 | ||
636 | 66 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | This is all of the non-exception cases of DISAS_NORETURN. | 3 | The mask implied by the extract is redundant with the one |
4 | implied by the deposit. Also, fix spelling of BFXIL. | ||
4 | 5 | ||
6 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
5 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Message-id: 20190514011129.11330-3-richard.henderson@linaro.org |
7 | Message-id: 20190128223118.5255-8-richard.henderson@linaro.org | ||
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
9 | --- | 10 | --- |
10 | target/arm/translate-a64.c | 6 ++++++ | 11 | target/arm/translate-a64.c | 6 +++--- |
11 | 1 file changed, 6 insertions(+) | 12 | 1 file changed, 3 insertions(+), 3 deletions(-) |
12 | 13 | ||
13 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c | 14 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c |
14 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
15 | --- a/target/arm/translate-a64.c | 16 | --- a/target/arm/translate-a64.c |
16 | +++ b/target/arm/translate-a64.c | 17 | +++ b/target/arm/translate-a64.c |
17 | @@ -XXX,XX +XXX,XX @@ static void disas_uncond_b_imm(DisasContext *s, uint32_t insn) | 18 | @@ -XXX,XX +XXX,XX @@ static void disas_bitfield(DisasContext *s, uint32_t insn) |
19 | tcg_gen_extract_i64(tcg_rd, tcg_tmp, ri, len); | ||
20 | return; | ||
21 | } | ||
22 | - /* opc == 1, BXFIL fall through to deposit */ | ||
23 | - tcg_gen_extract_i64(tcg_tmp, tcg_tmp, ri, len); | ||
24 | + /* opc == 1, BFXIL fall through to deposit */ | ||
25 | + tcg_gen_shri_i64(tcg_tmp, tcg_tmp, ri); | ||
26 | pos = 0; | ||
27 | } else { | ||
28 | /* Handle the ri > si case with a deposit | ||
29 | @@ -XXX,XX +XXX,XX @@ static void disas_bitfield(DisasContext *s, uint32_t insn) | ||
30 | len = ri; | ||
18 | } | 31 | } |
19 | 32 | ||
20 | /* B Branch / BL Branch with link */ | 33 | - if (opc == 1) { /* BFM, BXFIL */ |
21 | + reset_btype(s); | 34 | + if (opc == 1) { /* BFM, BFXIL */ |
22 | gen_goto_tb(s, 0, addr); | 35 | tcg_gen_deposit_i64(tcg_rd, tcg_rd, tcg_tmp, pos, len); |
23 | } | 36 | } else { |
24 | 37 | /* SBFM or UBFM: We start with zero, and we haven't modified | |
25 | @@ -XXX,XX +XXX,XX @@ static void disas_comp_b_imm(DisasContext *s, uint32_t insn) | ||
26 | tcg_cmp = read_cpu_reg(s, rt, sf); | ||
27 | label_match = gen_new_label(); | ||
28 | |||
29 | + reset_btype(s); | ||
30 | tcg_gen_brcondi_i64(op ? TCG_COND_NE : TCG_COND_EQ, | ||
31 | tcg_cmp, 0, label_match); | ||
32 | |||
33 | @@ -XXX,XX +XXX,XX @@ static void disas_test_b_imm(DisasContext *s, uint32_t insn) | ||
34 | tcg_cmp = tcg_temp_new_i64(); | ||
35 | tcg_gen_andi_i64(tcg_cmp, cpu_reg(s, rt), (1ULL << bit_pos)); | ||
36 | label_match = gen_new_label(); | ||
37 | + | ||
38 | + reset_btype(s); | ||
39 | tcg_gen_brcondi_i64(op ? TCG_COND_NE : TCG_COND_EQ, | ||
40 | tcg_cmp, 0, label_match); | ||
41 | tcg_temp_free_i64(tcg_cmp); | ||
42 | @@ -XXX,XX +XXX,XX @@ static void disas_cond_b_imm(DisasContext *s, uint32_t insn) | ||
43 | addr = s->pc + sextract32(insn, 5, 19) * 4 - 4; | ||
44 | cond = extract32(insn, 0, 4); | ||
45 | |||
46 | + reset_btype(s); | ||
47 | if (cond < 0x0e) { | ||
48 | /* genuinely conditional branches */ | ||
49 | TCGLabel *label_match = gen_new_label(); | ||
50 | @@ -XXX,XX +XXX,XX @@ static void handle_sync(DisasContext *s, uint32_t insn, | ||
51 | * a self-modified code correctly and also to take | ||
52 | * any pending interrupts immediately. | ||
53 | */ | ||
54 | + reset_btype(s); | ||
55 | gen_goto_tb(s, 0, s->pc); | ||
56 | return; | ||
57 | default: | ||
58 | -- | 38 | -- |
59 | 2.20.1 | 39 | 2.20.1 |
60 | 40 | ||
61 | 41 | diff view generated by jsdifflib |
1 | From: Max Filippov <jcmvbkbc@gmail.com> | 1 | From: Alistair Francis <alistair.francis@wdc.com> |
---|---|---|---|
2 | 2 | ||
3 | With multiprocess extensions gdb uses 'vKill' packet instead of 'k' to | 3 | Commit 89e68b575 "target/arm: Use vector operations for saturation" |
4 | kill the inferior. Handle 'vKill' the same way 'k' was handled in the | 4 | causes this abort() when booting QEMU ARM with a Cortex-A15: |
5 | presence of single process. | ||
6 | 5 | ||
7 | Fixes: 7cf48f6752e5 ("gdbstub: add multiprocess support to | 6 | 0 0x00007ffff4c2382f in raise () at /usr/lib/libc.so.6 |
8 | (f|s)ThreadInfo and ThreadExtraInfo") | 7 | 1 0x00007ffff4c0e672 in abort () at /usr/lib/libc.so.6 |
8 | 2 0x00005555559c1839 in disas_neon_data_insn (insn=<optimized out>, s=<optimized out>) at ./target/arm/translate.c:6673 | ||
9 | 3 0x00005555559c1839 in disas_neon_data_insn (s=<optimized out>, insn=<optimized out>) at ./target/arm/translate.c:6386 | ||
10 | 4 0x00005555559cd8a4 in disas_arm_insn (insn=4081107068, s=0x7fffe59a9510) at ./target/arm/translate.c:9289 | ||
11 | 5 0x00005555559cd8a4 in arm_tr_translate_insn (dcbase=0x7fffe59a9510, cpu=<optimized out>) at ./target/arm/translate.c:13612 | ||
12 | 6 0x00005555558d1d39 in translator_loop (ops=0x5555561cc580 <arm_translator_ops>, db=0x7fffe59a9510, cpu=0x55555686a2f0, tb=<optimized out>, max_insns=<optimized out>) at ./accel/tcg/translator.c:96 | ||
13 | 7 0x00005555559d10d4 in gen_intermediate_code (cpu=cpu@entry=0x55555686a2f0, tb=tb@entry=0x7fffd7840080 <code_gen_buffer+126091347>, max_insns=max_insns@entry=512) at ./target/arm/translate.c:13901 | ||
14 | 8 0x00005555558d06b9 in tb_gen_code (cpu=cpu@entry=0x55555686a2f0, pc=3067096216, cs_base=0, flags=192, cflags=-16252928, cflags@entry=524288) at ./accel/tcg/translate-all.c:1736 | ||
15 | 9 0x00005555558ce467 in tb_find (cf_mask=524288, tb_exit=1, last_tb=0x7fffd783e640 <code_gen_buffer+126084627>, cpu=0x1) at ./accel/tcg/cpu-exec.c:407 | ||
16 | 10 0x00005555558ce467 in cpu_exec (cpu=cpu@entry=0x55555686a2f0) at ./accel/tcg/cpu-exec.c:728 | ||
17 | 11 0x000055555588b0cf in tcg_cpu_exec (cpu=0x55555686a2f0) at ./cpus.c:1431 | ||
18 | 12 0x000055555588d223 in qemu_tcg_cpu_thread_fn (arg=0x55555686a2f0) at ./cpus.c:1735 | ||
19 | 13 0x000055555588d223 in qemu_tcg_cpu_thread_fn (arg=arg@entry=0x55555686a2f0) at ./cpus.c:1709 | ||
20 | 14 0x0000555555d2629a in qemu_thread_start (args=<optimized out>) at ./util/qemu-thread-posix.c:502 | ||
21 | 15 0x00007ffff4db8a92 in start_thread () at /usr/lib/libpthread. | ||
9 | 22 | ||
10 | Cc: Luc Michel <luc.michel@greensocs.com> | 23 | This patch ensures that we don't hit the abort() in the second switch |
11 | Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> | 24 | case in disas_neon_data_insn() as we will return from the first case. |
12 | Reviewed-by: Luc Michel <luc.michel@greensocs.com> | 25 | |
13 | Reviewed-by: KONRAD Frederic <frederic.konrad@adacore.com> | 26 | Signed-off-by: Alistair Francis <alistair.francis@wdc.com> |
14 | Tested-by: KONRAD Frederic <frederic.konrad@adacore.com> | 27 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
15 | Message-id: 20190130192403.13754-1-jcmvbkbc@gmail.com | 28 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
29 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
30 | Tested-by: Alex Bennée <alex.bennee@linaro.org> | ||
31 | Message-id: ad91b397f360b2fc7f4087e476f7df5b04d42ddb.1558021877.git.alistair.francis@wdc.com | ||
16 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 32 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
17 | --- | 33 | --- |
18 | gdbstub.c | 4 ++++ | 34 | target/arm/translate.c | 4 ++-- |
19 | 1 file changed, 4 insertions(+) | 35 | 1 file changed, 2 insertions(+), 2 deletions(-) |
20 | 36 | ||
21 | diff --git a/gdbstub.c b/gdbstub.c | 37 | diff --git a/target/arm/translate.c b/target/arm/translate.c |
22 | index XXXXXXX..XXXXXXX 100644 | 38 | index XXXXXXX..XXXXXXX 100644 |
23 | --- a/gdbstub.c | 39 | --- a/target/arm/translate.c |
24 | +++ b/gdbstub.c | 40 | +++ b/target/arm/translate.c |
25 | @@ -XXX,XX +XXX,XX @@ static int gdb_handle_packet(GDBState *s, const char *line_buf) | 41 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) |
26 | 42 | tcg_gen_gvec_4(rd_ofs, offsetof(CPUARMState, vfp.qc), | |
27 | put_packet(s, buf); | 43 | rn_ofs, rm_ofs, vec_size, vec_size, |
28 | break; | 44 | (u ? uqadd_op : sqadd_op) + size); |
29 | + } else if (strncmp(p, "Kill;", 5) == 0) { | 45 | - break; |
30 | + /* Kill the target */ | 46 | + return 0; |
31 | + error_report("QEMU: Terminated via GDBstub"); | 47 | |
32 | + exit(0); | 48 | case NEON_3R_VQSUB: |
33 | } else { | 49 | tcg_gen_gvec_4(rd_ofs, offsetof(CPUARMState, vfp.qc), |
34 | goto unknown_command; | 50 | rn_ofs, rm_ofs, vec_size, vec_size, |
35 | } | 51 | (u ? uqsub_op : sqsub_op) + size); |
52 | - break; | ||
53 | + return 0; | ||
54 | |||
55 | case NEON_3R_VMUL: /* VMUL */ | ||
56 | if (u) { | ||
36 | -- | 57 | -- |
37 | 2.20.1 | 58 | 2.20.1 |
38 | 59 | ||
39 | 60 | diff view generated by jsdifflib |
1 | The code path for booting firmware doesn't set env->boot_info. At | 1 | The system_clock_scale global is used only by the armv7m systick |
---|---|---|---|
2 | first sight this looks odd, so add a comment saying why we don't. | 2 | device; move the extern declaration to the armv7m_systick.h header, |
3 | and expand the comment to explain what it is and that it should | ||
4 | ideally be replaced with a different approach. | ||
3 | 5 | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 7 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
6 | Reviewed-by: Igor Mammedov <imammedo@redhat.com> | 8 | Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
7 | Message-id: 20190131112240.8395-5-peter.maydell@linaro.org | 9 | Message-id: 20190516163857.6430-2-peter.maydell@linaro.org |
8 | --- | 10 | --- |
9 | hw/arm/boot.c | 3 ++- | 11 | include/hw/arm/arm.h | 4 ---- |
10 | 1 file changed, 2 insertions(+), 1 deletion(-) | 12 | include/hw/timer/armv7m_systick.h | 22 ++++++++++++++++++++++ |
13 | 2 files changed, 22 insertions(+), 4 deletions(-) | ||
11 | 14 | ||
12 | diff --git a/hw/arm/boot.c b/hw/arm/boot.c | 15 | diff --git a/include/hw/arm/arm.h b/include/hw/arm/arm.h |
13 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
14 | --- a/hw/arm/boot.c | 17 | --- a/include/hw/arm/arm.h |
15 | +++ b/hw/arm/boot.c | 18 | +++ b/include/hw/arm/arm.h |
16 | @@ -XXX,XX +XXX,XX @@ static void arm_setup_firmware_boot(ARMCPU *cpu, struct arm_boot_info *info) | 19 | @@ -XXX,XX +XXX,XX @@ void arm_write_secure_board_setup_dummy_smc(ARMCPU *cpu, |
17 | 20 | const struct arm_boot_info *info, | |
18 | /* | 21 | hwaddr mvbar_addr); |
19 | * We will start from address 0 (typically a boot ROM image) in the | 22 | |
20 | - * same way as hardware. | 23 | -/* Multiplication factor to convert from system clock ticks to qemu timer |
21 | + * same way as hardware. Leave env->boot_info NULL, so that | 24 | - ticks. */ |
22 | + * do_cpu_reset() knows it does not need to alter the PC on reset. | 25 | -extern int system_clock_scale; |
23 | */ | 26 | - |
24 | } | 27 | #endif /* HW_ARM_H */ |
25 | 28 | diff --git a/include/hw/timer/armv7m_systick.h b/include/hw/timer/armv7m_systick.h | |
29 | index XXXXXXX..XXXXXXX 100644 | ||
30 | --- a/include/hw/timer/armv7m_systick.h | ||
31 | +++ b/include/hw/timer/armv7m_systick.h | ||
32 | @@ -XXX,XX +XXX,XX @@ typedef struct SysTickState { | ||
33 | qemu_irq irq; | ||
34 | } SysTickState; | ||
35 | |||
36 | +/* | ||
37 | + * Multiplication factor to convert from system clock ticks to qemu timer | ||
38 | + * ticks. This should be set (by board code, usually) to a value | ||
39 | + * equal to NANOSECONDS_PER_SECOND / frq, where frq is the clock frequency | ||
40 | + * in Hz of the CPU. | ||
41 | + * | ||
42 | + * This value is used by the systick device when it is running in | ||
43 | + * its "use the CPU clock" mode (ie when SYST_CSR.CLKSOURCE == 1) to | ||
44 | + * set how fast the timer should tick. | ||
45 | + * | ||
46 | + * TODO: we should refactor this so that rather than using a global | ||
47 | + * we use a device property or something similar. This is complicated | ||
48 | + * because (a) the property would need to be plumbed through from the | ||
49 | + * board code down through various layers to the systick device | ||
50 | + * and (b) the property needs to be modifiable after realize, because | ||
51 | + * the stellaris board uses this to implement the behaviour where the | ||
52 | + * guest can reprogram the PLL registers to downclock the CPU, and the | ||
53 | + * systick device needs to react accordingly. Possibly this should | ||
54 | + * be deferred until we have a good API for modelling clock trees. | ||
55 | + */ | ||
56 | +extern int system_clock_scale; | ||
57 | + | ||
58 | #endif | ||
26 | -- | 59 | -- |
27 | 2.20.1 | 60 | 2.20.1 |
28 | 61 | ||
29 | 62 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | The hw/arm/arm.h header now only includes declarations relating |
---|---|---|---|
2 | to boot.c code, so it is only needed by Arm board or SoC code. | ||
3 | Remove some unnecessary inclusions of it from target/arm files | ||
4 | and from hw/intc/armv7m_nvic.c. | ||
2 | 5 | ||
3 | This has been enabled in the linux kernel since v3.11 | 6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
4 | (commit d50240a5f6cea, 2013-09-03, | 7 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
5 | "arm64: mm: permit use of tagged pointers at EL0"). | 8 | Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
9 | Message-id: 20190516163857.6430-3-peter.maydell@linaro.org | ||
10 | --- | ||
11 | hw/intc/armv7m_nvic.c | 1 - | ||
12 | target/arm/arm-semi.c | 1 - | ||
13 | target/arm/cpu.c | 1 - | ||
14 | target/arm/cpu64.c | 1 - | ||
15 | target/arm/kvm.c | 1 - | ||
16 | target/arm/kvm32.c | 1 - | ||
17 | target/arm/kvm64.c | 1 - | ||
18 | 7 files changed, 7 deletions(-) | ||
6 | 19 | ||
7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 20 | diff --git a/hw/intc/armv7m_nvic.c b/hw/intc/armv7m_nvic.c |
8 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 21 | index XXXXXXX..XXXXXXX 100644 |
9 | Message-id: 20190204132126.3255-5-richard.henderson@linaro.org | 22 | --- a/hw/intc/armv7m_nvic.c |
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 23 | +++ b/hw/intc/armv7m_nvic.c |
11 | --- | 24 | @@ -XXX,XX +XXX,XX @@ |
12 | target/arm/cpu.c | 6 ++++++ | 25 | #include "cpu.h" |
13 | 1 file changed, 6 insertions(+) | 26 | #include "hw/sysbus.h" |
14 | 27 | #include "qemu/timer.h" | |
28 | -#include "hw/arm/arm.h" | ||
29 | #include "hw/intc/armv7m_nvic.h" | ||
30 | #include "target/arm/cpu.h" | ||
31 | #include "exec/exec-all.h" | ||
32 | diff --git a/target/arm/arm-semi.c b/target/arm/arm-semi.c | ||
33 | index XXXXXXX..XXXXXXX 100644 | ||
34 | --- a/target/arm/arm-semi.c | ||
35 | +++ b/target/arm/arm-semi.c | ||
36 | @@ -XXX,XX +XXX,XX @@ | ||
37 | #else | ||
38 | #include "qemu-common.h" | ||
39 | #include "exec/gdbstub.h" | ||
40 | -#include "hw/arm/arm.h" | ||
41 | #include "qemu/cutils.h" | ||
42 | #endif | ||
43 | |||
15 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c | 44 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c |
16 | index XXXXXXX..XXXXXXX 100644 | 45 | index XXXXXXX..XXXXXXX 100644 |
17 | --- a/target/arm/cpu.c | 46 | --- a/target/arm/cpu.c |
18 | +++ b/target/arm/cpu.c | 47 | +++ b/target/arm/cpu.c |
19 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_reset(CPUState *s) | 48 | @@ -XXX,XX +XXX,XX @@ |
20 | env->vfp.zcr_el[1] = cpu->sve_max_vq - 1; | 49 | #if !defined(CONFIG_USER_ONLY) |
21 | env->vfp.zcr_el[2] = env->vfp.zcr_el[1]; | 50 | #include "hw/loader.h" |
22 | env->vfp.zcr_el[3] = env->vfp.zcr_el[1]; | 51 | #endif |
23 | + /* | 52 | -#include "hw/arm/arm.h" |
24 | + * Enable TBI0 and TBI1. While the real kernel only enables TBI0, | 53 | #include "sysemu/sysemu.h" |
25 | + * turning on both here will produce smaller code and otherwise | 54 | #include "sysemu/hw_accel.h" |
26 | + * make no difference to the user-level emulation. | 55 | #include "kvm_arm.h" |
27 | + */ | 56 | diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c |
28 | + env->cp15.tcr_el[1].raw_tcr = (3ULL << 37); | 57 | index XXXXXXX..XXXXXXX 100644 |
29 | #else | 58 | --- a/target/arm/cpu64.c |
30 | /* Reset into the highest available EL */ | 59 | +++ b/target/arm/cpu64.c |
31 | if (arm_feature(env, ARM_FEATURE_EL3)) { | 60 | @@ -XXX,XX +XXX,XX @@ |
61 | #if !defined(CONFIG_USER_ONLY) | ||
62 | #include "hw/loader.h" | ||
63 | #endif | ||
64 | -#include "hw/arm/arm.h" | ||
65 | #include "sysemu/sysemu.h" | ||
66 | #include "sysemu/kvm.h" | ||
67 | #include "kvm_arm.h" | ||
68 | diff --git a/target/arm/kvm.c b/target/arm/kvm.c | ||
69 | index XXXXXXX..XXXXXXX 100644 | ||
70 | --- a/target/arm/kvm.c | ||
71 | +++ b/target/arm/kvm.c | ||
72 | @@ -XXX,XX +XXX,XX @@ | ||
73 | #include "cpu.h" | ||
74 | #include "trace.h" | ||
75 | #include "internals.h" | ||
76 | -#include "hw/arm/arm.h" | ||
77 | #include "hw/pci/pci.h" | ||
78 | #include "exec/memattrs.h" | ||
79 | #include "exec/address-spaces.h" | ||
80 | diff --git a/target/arm/kvm32.c b/target/arm/kvm32.c | ||
81 | index XXXXXXX..XXXXXXX 100644 | ||
82 | --- a/target/arm/kvm32.c | ||
83 | +++ b/target/arm/kvm32.c | ||
84 | @@ -XXX,XX +XXX,XX @@ | ||
85 | #include "sysemu/kvm.h" | ||
86 | #include "kvm_arm.h" | ||
87 | #include "internals.h" | ||
88 | -#include "hw/arm/arm.h" | ||
89 | #include "qemu/log.h" | ||
90 | |||
91 | static inline void set_feature(uint64_t *features, int feature) | ||
92 | diff --git a/target/arm/kvm64.c b/target/arm/kvm64.c | ||
93 | index XXXXXXX..XXXXXXX 100644 | ||
94 | --- a/target/arm/kvm64.c | ||
95 | +++ b/target/arm/kvm64.c | ||
96 | @@ -XXX,XX +XXX,XX @@ | ||
97 | #include "sysemu/kvm.h" | ||
98 | #include "kvm_arm.h" | ||
99 | #include "internals.h" | ||
100 | -#include "hw/arm/arm.h" | ||
101 | |||
102 | static bool have_guest_debug; | ||
103 | |||
32 | -- | 104 | -- |
33 | 2.20.1 | 105 | 2.20.1 |
34 | 106 | ||
35 | 107 | diff view generated by jsdifflib |
1 | Factor out the "direct kernel boot" code path from arm_load_kernel() | 1 | The header file hw/arm/arm.h now includes only declarations |
---|---|---|---|
2 | into its own function; this function is getting long enough that | 2 | relating to hw/arm/boot.c functionality. Rename it accordingly, |
3 | the code flow is a bit confusing. | 3 | and adjust its header comment. |
4 | 4 | ||
5 | This commit only moves code around; no semantic changes. | 5 | The bulk of this commit was created via |
6 | perl -pi -e 's|hw/arm/arm.h|hw/arm/boot.h|' hw/arm/*.c include/hw/arm/*.h | ||
6 | 7 | ||
7 | We leave the "load the dtb" code in arm_load_kernel() -- this | 8 | In a few cases we can just delete the #include: |
8 | is currently only used by the "direct kernel boot" path, but | 9 | hw/arm/msf2-soc.c, include/hw/arm/aspeed_soc.h and |
9 | this is a bug which we will fix shortly. | 10 | include/hw/arm/bcm2836.h did not require it. |
10 | 11 | ||
11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
12 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 13 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
13 | Reviewed-by: Igor Mammedov <imammedo@redhat.com> | 14 | Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
14 | Message-id: 20190131112240.8395-3-peter.maydell@linaro.org | 15 | Message-id: 20190516163857.6430-4-peter.maydell@linaro.org |
15 | --- | 16 | --- |
16 | hw/arm/boot.c | 150 +++++++++++++++++++++++++++----------------------- | 17 | include/hw/arm/allwinner-a10.h | 2 +- |
17 | 1 file changed, 80 insertions(+), 70 deletions(-) | 18 | include/hw/arm/aspeed_soc.h | 1 - |
19 | include/hw/arm/bcm2836.h | 1 - | ||
20 | include/hw/arm/{arm.h => boot.h} | 8 ++++---- | ||
21 | include/hw/arm/fsl-imx25.h | 2 +- | ||
22 | include/hw/arm/fsl-imx31.h | 2 +- | ||
23 | include/hw/arm/fsl-imx6.h | 2 +- | ||
24 | include/hw/arm/fsl-imx6ul.h | 2 +- | ||
25 | include/hw/arm/fsl-imx7.h | 2 +- | ||
26 | include/hw/arm/virt.h | 2 +- | ||
27 | include/hw/arm/xlnx-versal.h | 2 +- | ||
28 | include/hw/arm/xlnx-zynqmp.h | 2 +- | ||
29 | hw/arm/armsse.c | 2 +- | ||
30 | hw/arm/armv7m.c | 2 +- | ||
31 | hw/arm/aspeed.c | 2 +- | ||
32 | hw/arm/boot.c | 2 +- | ||
33 | hw/arm/collie.c | 2 +- | ||
34 | hw/arm/exynos4210.c | 2 +- | ||
35 | hw/arm/exynos4_boards.c | 2 +- | ||
36 | hw/arm/highbank.c | 2 +- | ||
37 | hw/arm/integratorcp.c | 2 +- | ||
38 | hw/arm/mainstone.c | 2 +- | ||
39 | hw/arm/microbit.c | 2 +- | ||
40 | hw/arm/mps2-tz.c | 2 +- | ||
41 | hw/arm/mps2.c | 2 +- | ||
42 | hw/arm/msf2-soc.c | 1 - | ||
43 | hw/arm/msf2-som.c | 2 +- | ||
44 | hw/arm/musca.c | 2 +- | ||
45 | hw/arm/musicpal.c | 2 +- | ||
46 | hw/arm/netduino2.c | 2 +- | ||
47 | hw/arm/nrf51_soc.c | 2 +- | ||
48 | hw/arm/nseries.c | 2 +- | ||
49 | hw/arm/omap1.c | 2 +- | ||
50 | hw/arm/omap2.c | 2 +- | ||
51 | hw/arm/omap_sx1.c | 2 +- | ||
52 | hw/arm/palm.c | 2 +- | ||
53 | hw/arm/raspi.c | 2 +- | ||
54 | hw/arm/realview.c | 2 +- | ||
55 | hw/arm/spitz.c | 2 +- | ||
56 | hw/arm/stellaris.c | 2 +- | ||
57 | hw/arm/stm32f205_soc.c | 2 +- | ||
58 | hw/arm/strongarm.c | 2 +- | ||
59 | hw/arm/tosa.c | 2 +- | ||
60 | hw/arm/versatilepb.c | 2 +- | ||
61 | hw/arm/vexpress.c | 2 +- | ||
62 | hw/arm/virt.c | 2 +- | ||
63 | hw/arm/xilinx_zynq.c | 2 +- | ||
64 | hw/arm/xlnx-versal.c | 2 +- | ||
65 | hw/arm/z2.c | 2 +- | ||
66 | 49 files changed, 49 insertions(+), 52 deletions(-) | ||
67 | rename include/hw/arm/{arm.h => boot.h} (98%) | ||
18 | 68 | ||
69 | diff --git a/include/hw/arm/allwinner-a10.h b/include/hw/arm/allwinner-a10.h | ||
70 | index XXXXXXX..XXXXXXX 100644 | ||
71 | --- a/include/hw/arm/allwinner-a10.h | ||
72 | +++ b/include/hw/arm/allwinner-a10.h | ||
73 | @@ -XXX,XX +XXX,XX @@ | ||
74 | #include "qemu-common.h" | ||
75 | #include "qemu/error-report.h" | ||
76 | #include "hw/char/serial.h" | ||
77 | -#include "hw/arm/arm.h" | ||
78 | +#include "hw/arm/boot.h" | ||
79 | #include "hw/timer/allwinner-a10-pit.h" | ||
80 | #include "hw/intc/allwinner-a10-pic.h" | ||
81 | #include "hw/net/allwinner_emac.h" | ||
82 | diff --git a/include/hw/arm/aspeed_soc.h b/include/hw/arm/aspeed_soc.h | ||
83 | index XXXXXXX..XXXXXXX 100644 | ||
84 | --- a/include/hw/arm/aspeed_soc.h | ||
85 | +++ b/include/hw/arm/aspeed_soc.h | ||
86 | @@ -XXX,XX +XXX,XX @@ | ||
87 | #ifndef ASPEED_SOC_H | ||
88 | #define ASPEED_SOC_H | ||
89 | |||
90 | -#include "hw/arm/arm.h" | ||
91 | #include "hw/intc/aspeed_vic.h" | ||
92 | #include "hw/misc/aspeed_scu.h" | ||
93 | #include "hw/misc/aspeed_sdmc.h" | ||
94 | diff --git a/include/hw/arm/bcm2836.h b/include/hw/arm/bcm2836.h | ||
95 | index XXXXXXX..XXXXXXX 100644 | ||
96 | --- a/include/hw/arm/bcm2836.h | ||
97 | +++ b/include/hw/arm/bcm2836.h | ||
98 | @@ -XXX,XX +XXX,XX @@ | ||
99 | #ifndef BCM2836_H | ||
100 | #define BCM2836_H | ||
101 | |||
102 | -#include "hw/arm/arm.h" | ||
103 | #include "hw/arm/bcm2835_peripherals.h" | ||
104 | #include "hw/intc/bcm2836_control.h" | ||
105 | |||
106 | diff --git a/include/hw/arm/arm.h b/include/hw/arm/boot.h | ||
107 | similarity index 98% | ||
108 | rename from include/hw/arm/arm.h | ||
109 | rename to include/hw/arm/boot.h | ||
110 | index XXXXXXX..XXXXXXX 100644 | ||
111 | --- a/include/hw/arm/arm.h | ||
112 | +++ b/include/hw/arm/boot.h | ||
113 | @@ -XXX,XX +XXX,XX @@ | ||
114 | /* | ||
115 | - * Misc ARM declarations | ||
116 | + * ARM kernel loader. | ||
117 | * | ||
118 | * Copyright (c) 2006 CodeSourcery. | ||
119 | * Written by Paul Brook | ||
120 | @@ -XXX,XX +XXX,XX @@ | ||
121 | * | ||
122 | */ | ||
123 | |||
124 | -#ifndef HW_ARM_H | ||
125 | -#define HW_ARM_H | ||
126 | +#ifndef HW_ARM_BOOT_H | ||
127 | +#define HW_ARM_BOOT_H | ||
128 | |||
129 | #include "exec/memory.h" | ||
130 | #include "target/arm/cpu-qom.h" | ||
131 | @@ -XXX,XX +XXX,XX @@ void arm_write_secure_board_setup_dummy_smc(ARMCPU *cpu, | ||
132 | const struct arm_boot_info *info, | ||
133 | hwaddr mvbar_addr); | ||
134 | |||
135 | -#endif /* HW_ARM_H */ | ||
136 | +#endif /* HW_ARM_BOOT_H */ | ||
137 | diff --git a/include/hw/arm/fsl-imx25.h b/include/hw/arm/fsl-imx25.h | ||
138 | index XXXXXXX..XXXXXXX 100644 | ||
139 | --- a/include/hw/arm/fsl-imx25.h | ||
140 | +++ b/include/hw/arm/fsl-imx25.h | ||
141 | @@ -XXX,XX +XXX,XX @@ | ||
142 | #ifndef FSL_IMX25_H | ||
143 | #define FSL_IMX25_H | ||
144 | |||
145 | -#include "hw/arm/arm.h" | ||
146 | +#include "hw/arm/boot.h" | ||
147 | #include "hw/intc/imx_avic.h" | ||
148 | #include "hw/misc/imx25_ccm.h" | ||
149 | #include "hw/char/imx_serial.h" | ||
150 | diff --git a/include/hw/arm/fsl-imx31.h b/include/hw/arm/fsl-imx31.h | ||
151 | index XXXXXXX..XXXXXXX 100644 | ||
152 | --- a/include/hw/arm/fsl-imx31.h | ||
153 | +++ b/include/hw/arm/fsl-imx31.h | ||
154 | @@ -XXX,XX +XXX,XX @@ | ||
155 | #ifndef FSL_IMX31_H | ||
156 | #define FSL_IMX31_H | ||
157 | |||
158 | -#include "hw/arm/arm.h" | ||
159 | +#include "hw/arm/boot.h" | ||
160 | #include "hw/intc/imx_avic.h" | ||
161 | #include "hw/misc/imx31_ccm.h" | ||
162 | #include "hw/char/imx_serial.h" | ||
163 | diff --git a/include/hw/arm/fsl-imx6.h b/include/hw/arm/fsl-imx6.h | ||
164 | index XXXXXXX..XXXXXXX 100644 | ||
165 | --- a/include/hw/arm/fsl-imx6.h | ||
166 | +++ b/include/hw/arm/fsl-imx6.h | ||
167 | @@ -XXX,XX +XXX,XX @@ | ||
168 | #ifndef FSL_IMX6_H | ||
169 | #define FSL_IMX6_H | ||
170 | |||
171 | -#include "hw/arm/arm.h" | ||
172 | +#include "hw/arm/boot.h" | ||
173 | #include "hw/cpu/a9mpcore.h" | ||
174 | #include "hw/misc/imx6_ccm.h" | ||
175 | #include "hw/misc/imx6_src.h" | ||
176 | diff --git a/include/hw/arm/fsl-imx6ul.h b/include/hw/arm/fsl-imx6ul.h | ||
177 | index XXXXXXX..XXXXXXX 100644 | ||
178 | --- a/include/hw/arm/fsl-imx6ul.h | ||
179 | +++ b/include/hw/arm/fsl-imx6ul.h | ||
180 | @@ -XXX,XX +XXX,XX @@ | ||
181 | #ifndef FSL_IMX6UL_H | ||
182 | #define FSL_IMX6UL_H | ||
183 | |||
184 | -#include "hw/arm/arm.h" | ||
185 | +#include "hw/arm/boot.h" | ||
186 | #include "hw/cpu/a15mpcore.h" | ||
187 | #include "hw/misc/imx6ul_ccm.h" | ||
188 | #include "hw/misc/imx6_src.h" | ||
189 | diff --git a/include/hw/arm/fsl-imx7.h b/include/hw/arm/fsl-imx7.h | ||
190 | index XXXXXXX..XXXXXXX 100644 | ||
191 | --- a/include/hw/arm/fsl-imx7.h | ||
192 | +++ b/include/hw/arm/fsl-imx7.h | ||
193 | @@ -XXX,XX +XXX,XX @@ | ||
194 | #ifndef FSL_IMX7_H | ||
195 | #define FSL_IMX7_H | ||
196 | |||
197 | -#include "hw/arm/arm.h" | ||
198 | +#include "hw/arm/boot.h" | ||
199 | #include "hw/cpu/a15mpcore.h" | ||
200 | #include "hw/intc/imx_gpcv2.h" | ||
201 | #include "hw/misc/imx7_ccm.h" | ||
202 | diff --git a/include/hw/arm/virt.h b/include/hw/arm/virt.h | ||
203 | index XXXXXXX..XXXXXXX 100644 | ||
204 | --- a/include/hw/arm/virt.h | ||
205 | +++ b/include/hw/arm/virt.h | ||
206 | @@ -XXX,XX +XXX,XX @@ | ||
207 | #include "exec/hwaddr.h" | ||
208 | #include "qemu/notify.h" | ||
209 | #include "hw/boards.h" | ||
210 | -#include "hw/arm/arm.h" | ||
211 | +#include "hw/arm/boot.h" | ||
212 | #include "hw/block/flash.h" | ||
213 | #include "sysemu/kvm.h" | ||
214 | #include "hw/intc/arm_gicv3_common.h" | ||
215 | diff --git a/include/hw/arm/xlnx-versal.h b/include/hw/arm/xlnx-versal.h | ||
216 | index XXXXXXX..XXXXXXX 100644 | ||
217 | --- a/include/hw/arm/xlnx-versal.h | ||
218 | +++ b/include/hw/arm/xlnx-versal.h | ||
219 | @@ -XXX,XX +XXX,XX @@ | ||
220 | #define XLNX_VERSAL_H | ||
221 | |||
222 | #include "hw/sysbus.h" | ||
223 | -#include "hw/arm/arm.h" | ||
224 | +#include "hw/arm/boot.h" | ||
225 | #include "hw/intc/arm_gicv3.h" | ||
226 | |||
227 | #define TYPE_XLNX_VERSAL "xlnx-versal" | ||
228 | diff --git a/include/hw/arm/xlnx-zynqmp.h b/include/hw/arm/xlnx-zynqmp.h | ||
229 | index XXXXXXX..XXXXXXX 100644 | ||
230 | --- a/include/hw/arm/xlnx-zynqmp.h | ||
231 | +++ b/include/hw/arm/xlnx-zynqmp.h | ||
232 | @@ -XXX,XX +XXX,XX @@ | ||
233 | #ifndef XLNX_ZYNQMP_H | ||
234 | |||
235 | #include "qemu-common.h" | ||
236 | -#include "hw/arm/arm.h" | ||
237 | +#include "hw/arm/boot.h" | ||
238 | #include "hw/intc/arm_gic.h" | ||
239 | #include "hw/net/cadence_gem.h" | ||
240 | #include "hw/char/cadence_uart.h" | ||
241 | diff --git a/hw/arm/armsse.c b/hw/arm/armsse.c | ||
242 | index XXXXXXX..XXXXXXX 100644 | ||
243 | --- a/hw/arm/armsse.c | ||
244 | +++ b/hw/arm/armsse.c | ||
245 | @@ -XXX,XX +XXX,XX @@ | ||
246 | #include "hw/sysbus.h" | ||
247 | #include "hw/registerfields.h" | ||
248 | #include "hw/arm/armsse.h" | ||
249 | -#include "hw/arm/arm.h" | ||
250 | +#include "hw/arm/boot.h" | ||
251 | |||
252 | /* Format of the System Information block SYS_CONFIG register */ | ||
253 | typedef enum SysConfigFormat { | ||
254 | diff --git a/hw/arm/armv7m.c b/hw/arm/armv7m.c | ||
255 | index XXXXXXX..XXXXXXX 100644 | ||
256 | --- a/hw/arm/armv7m.c | ||
257 | +++ b/hw/arm/armv7m.c | ||
258 | @@ -XXX,XX +XXX,XX @@ | ||
259 | #include "qemu-common.h" | ||
260 | #include "cpu.h" | ||
261 | #include "hw/sysbus.h" | ||
262 | -#include "hw/arm/arm.h" | ||
263 | +#include "hw/arm/boot.h" | ||
264 | #include "hw/loader.h" | ||
265 | #include "elf.h" | ||
266 | #include "sysemu/qtest.h" | ||
267 | diff --git a/hw/arm/aspeed.c b/hw/arm/aspeed.c | ||
268 | index XXXXXXX..XXXXXXX 100644 | ||
269 | --- a/hw/arm/aspeed.c | ||
270 | +++ b/hw/arm/aspeed.c | ||
271 | @@ -XXX,XX +XXX,XX @@ | ||
272 | #include "qemu-common.h" | ||
273 | #include "cpu.h" | ||
274 | #include "exec/address-spaces.h" | ||
275 | -#include "hw/arm/arm.h" | ||
276 | +#include "hw/arm/boot.h" | ||
277 | #include "hw/arm/aspeed.h" | ||
278 | #include "hw/arm/aspeed_soc.h" | ||
279 | #include "hw/boards.h" | ||
19 | diff --git a/hw/arm/boot.c b/hw/arm/boot.c | 280 | diff --git a/hw/arm/boot.c b/hw/arm/boot.c |
20 | index XXXXXXX..XXXXXXX 100644 | 281 | index XXXXXXX..XXXXXXX 100644 |
21 | --- a/hw/arm/boot.c | 282 | --- a/hw/arm/boot.c |
22 | +++ b/hw/arm/boot.c | 283 | +++ b/hw/arm/boot.c |
23 | @@ -XXX,XX +XXX,XX @@ static uint64_t load_aarch64_image(const char *filename, hwaddr mem_base, | 284 | @@ -XXX,XX +XXX,XX @@ |
24 | return size; | 285 | #include "qapi/error.h" |
25 | } | 286 | #include <libfdt.h> |
26 | 287 | #include "hw/hw.h" | |
27 | -void arm_load_kernel(ARMCPU *cpu, struct arm_boot_info *info) | 288 | -#include "hw/arm/arm.h" |
28 | +static void arm_setup_direct_kernel_boot(ARMCPU *cpu, | 289 | +#include "hw/arm/boot.h" |
29 | + struct arm_boot_info *info) | 290 | #include "hw/arm/linux-boot-if.h" |
291 | #include "sysemu/kvm.h" | ||
292 | #include "sysemu/sysemu.h" | ||
293 | diff --git a/hw/arm/collie.c b/hw/arm/collie.c | ||
294 | index XXXXXXX..XXXXXXX 100644 | ||
295 | --- a/hw/arm/collie.c | ||
296 | +++ b/hw/arm/collie.c | ||
297 | @@ -XXX,XX +XXX,XX @@ | ||
298 | #include "hw/sysbus.h" | ||
299 | #include "hw/boards.h" | ||
300 | #include "strongarm.h" | ||
301 | -#include "hw/arm/arm.h" | ||
302 | +#include "hw/arm/boot.h" | ||
303 | #include "hw/block/flash.h" | ||
304 | #include "exec/address-spaces.h" | ||
305 | #include "cpu.h" | ||
306 | diff --git a/hw/arm/exynos4210.c b/hw/arm/exynos4210.c | ||
307 | index XXXXXXX..XXXXXXX 100644 | ||
308 | --- a/hw/arm/exynos4210.c | ||
309 | +++ b/hw/arm/exynos4210.c | ||
310 | @@ -XXX,XX +XXX,XX @@ | ||
311 | #include "hw/boards.h" | ||
312 | #include "sysemu/sysemu.h" | ||
313 | #include "hw/sysbus.h" | ||
314 | -#include "hw/arm/arm.h" | ||
315 | +#include "hw/arm/boot.h" | ||
316 | #include "hw/loader.h" | ||
317 | #include "hw/arm/exynos4210.h" | ||
318 | #include "hw/sd/sdhci.h" | ||
319 | diff --git a/hw/arm/exynos4_boards.c b/hw/arm/exynos4_boards.c | ||
320 | index XXXXXXX..XXXXXXX 100644 | ||
321 | --- a/hw/arm/exynos4_boards.c | ||
322 | +++ b/hw/arm/exynos4_boards.c | ||
323 | @@ -XXX,XX +XXX,XX @@ | ||
324 | #include "sysemu/sysemu.h" | ||
325 | #include "hw/sysbus.h" | ||
326 | #include "net/net.h" | ||
327 | -#include "hw/arm/arm.h" | ||
328 | +#include "hw/arm/boot.h" | ||
329 | #include "exec/address-spaces.h" | ||
330 | #include "hw/arm/exynos4210.h" | ||
331 | #include "hw/net/lan9118.h" | ||
332 | diff --git a/hw/arm/highbank.c b/hw/arm/highbank.c | ||
333 | index XXXXXXX..XXXXXXX 100644 | ||
334 | --- a/hw/arm/highbank.c | ||
335 | +++ b/hw/arm/highbank.c | ||
336 | @@ -XXX,XX +XXX,XX @@ | ||
337 | #include "qemu/osdep.h" | ||
338 | #include "qapi/error.h" | ||
339 | #include "hw/sysbus.h" | ||
340 | -#include "hw/arm/arm.h" | ||
341 | +#include "hw/arm/boot.h" | ||
342 | #include "hw/loader.h" | ||
343 | #include "net/net.h" | ||
344 | #include "sysemu/kvm.h" | ||
345 | diff --git a/hw/arm/integratorcp.c b/hw/arm/integratorcp.c | ||
346 | index XXXXXXX..XXXXXXX 100644 | ||
347 | --- a/hw/arm/integratorcp.c | ||
348 | +++ b/hw/arm/integratorcp.c | ||
349 | @@ -XXX,XX +XXX,XX @@ | ||
350 | #include "cpu.h" | ||
351 | #include "hw/sysbus.h" | ||
352 | #include "hw/boards.h" | ||
353 | -#include "hw/arm/arm.h" | ||
354 | +#include "hw/arm/boot.h" | ||
355 | #include "hw/misc/arm_integrator_debug.h" | ||
356 | #include "hw/net/smc91c111.h" | ||
357 | #include "net/net.h" | ||
358 | diff --git a/hw/arm/mainstone.c b/hw/arm/mainstone.c | ||
359 | index XXXXXXX..XXXXXXX 100644 | ||
360 | --- a/hw/arm/mainstone.c | ||
361 | +++ b/hw/arm/mainstone.c | ||
362 | @@ -XXX,XX +XXX,XX @@ | ||
363 | #include "qapi/error.h" | ||
364 | #include "hw/hw.h" | ||
365 | #include "hw/arm/pxa.h" | ||
366 | -#include "hw/arm/arm.h" | ||
367 | +#include "hw/arm/boot.h" | ||
368 | #include "net/net.h" | ||
369 | #include "hw/net/smc91c111.h" | ||
370 | #include "hw/boards.h" | ||
371 | diff --git a/hw/arm/microbit.c b/hw/arm/microbit.c | ||
372 | index XXXXXXX..XXXXXXX 100644 | ||
373 | --- a/hw/arm/microbit.c | ||
374 | +++ b/hw/arm/microbit.c | ||
375 | @@ -XXX,XX +XXX,XX @@ | ||
376 | #include "qemu/osdep.h" | ||
377 | #include "qapi/error.h" | ||
378 | #include "hw/boards.h" | ||
379 | -#include "hw/arm/arm.h" | ||
380 | +#include "hw/arm/boot.h" | ||
381 | #include "sysemu/sysemu.h" | ||
382 | #include "exec/address-spaces.h" | ||
383 | |||
384 | diff --git a/hw/arm/mps2-tz.c b/hw/arm/mps2-tz.c | ||
385 | index XXXXXXX..XXXXXXX 100644 | ||
386 | --- a/hw/arm/mps2-tz.c | ||
387 | +++ b/hw/arm/mps2-tz.c | ||
388 | @@ -XXX,XX +XXX,XX @@ | ||
389 | #include "qemu/osdep.h" | ||
390 | #include "qapi/error.h" | ||
391 | #include "qemu/error-report.h" | ||
392 | -#include "hw/arm/arm.h" | ||
393 | +#include "hw/arm/boot.h" | ||
394 | #include "hw/arm/armv7m.h" | ||
395 | #include "hw/or-irq.h" | ||
396 | #include "hw/boards.h" | ||
397 | diff --git a/hw/arm/mps2.c b/hw/arm/mps2.c | ||
398 | index XXXXXXX..XXXXXXX 100644 | ||
399 | --- a/hw/arm/mps2.c | ||
400 | +++ b/hw/arm/mps2.c | ||
401 | @@ -XXX,XX +XXX,XX @@ | ||
402 | #include "qemu/osdep.h" | ||
403 | #include "qapi/error.h" | ||
404 | #include "qemu/error-report.h" | ||
405 | -#include "hw/arm/arm.h" | ||
406 | +#include "hw/arm/boot.h" | ||
407 | #include "hw/arm/armv7m.h" | ||
408 | #include "hw/or-irq.h" | ||
409 | #include "hw/boards.h" | ||
410 | diff --git a/hw/arm/msf2-soc.c b/hw/arm/msf2-soc.c | ||
411 | index XXXXXXX..XXXXXXX 100644 | ||
412 | --- a/hw/arm/msf2-soc.c | ||
413 | +++ b/hw/arm/msf2-soc.c | ||
414 | @@ -XXX,XX +XXX,XX @@ | ||
415 | #include "qemu/units.h" | ||
416 | #include "qapi/error.h" | ||
417 | #include "qemu-common.h" | ||
418 | -#include "hw/arm/arm.h" | ||
419 | #include "exec/address-spaces.h" | ||
420 | #include "hw/char/serial.h" | ||
421 | #include "hw/boards.h" | ||
422 | diff --git a/hw/arm/msf2-som.c b/hw/arm/msf2-som.c | ||
423 | index XXXXXXX..XXXXXXX 100644 | ||
424 | --- a/hw/arm/msf2-som.c | ||
425 | +++ b/hw/arm/msf2-som.c | ||
426 | @@ -XXX,XX +XXX,XX @@ | ||
427 | #include "qapi/error.h" | ||
428 | #include "qemu/error-report.h" | ||
429 | #include "hw/boards.h" | ||
430 | -#include "hw/arm/arm.h" | ||
431 | +#include "hw/arm/boot.h" | ||
432 | #include "exec/address-spaces.h" | ||
433 | #include "hw/arm/msf2-soc.h" | ||
434 | #include "cpu.h" | ||
435 | diff --git a/hw/arm/musca.c b/hw/arm/musca.c | ||
436 | index XXXXXXX..XXXXXXX 100644 | ||
437 | --- a/hw/arm/musca.c | ||
438 | +++ b/hw/arm/musca.c | ||
439 | @@ -XXX,XX +XXX,XX @@ | ||
440 | #include "qapi/error.h" | ||
441 | #include "exec/address-spaces.h" | ||
442 | #include "sysemu/sysemu.h" | ||
443 | -#include "hw/arm/arm.h" | ||
444 | +#include "hw/arm/boot.h" | ||
445 | #include "hw/arm/armsse.h" | ||
446 | #include "hw/boards.h" | ||
447 | #include "hw/char/pl011.h" | ||
448 | diff --git a/hw/arm/musicpal.c b/hw/arm/musicpal.c | ||
449 | index XXXXXXX..XXXXXXX 100644 | ||
450 | --- a/hw/arm/musicpal.c | ||
451 | +++ b/hw/arm/musicpal.c | ||
452 | @@ -XXX,XX +XXX,XX @@ | ||
453 | #include "qemu-common.h" | ||
454 | #include "cpu.h" | ||
455 | #include "hw/sysbus.h" | ||
456 | -#include "hw/arm/arm.h" | ||
457 | +#include "hw/arm/boot.h" | ||
458 | #include "net/net.h" | ||
459 | #include "sysemu/sysemu.h" | ||
460 | #include "hw/boards.h" | ||
461 | diff --git a/hw/arm/netduino2.c b/hw/arm/netduino2.c | ||
462 | index XXXXXXX..XXXXXXX 100644 | ||
463 | --- a/hw/arm/netduino2.c | ||
464 | +++ b/hw/arm/netduino2.c | ||
465 | @@ -XXX,XX +XXX,XX @@ | ||
466 | #include "hw/boards.h" | ||
467 | #include "qemu/error-report.h" | ||
468 | #include "hw/arm/stm32f205_soc.h" | ||
469 | -#include "hw/arm/arm.h" | ||
470 | +#include "hw/arm/boot.h" | ||
471 | |||
472 | static void netduino2_init(MachineState *machine) | ||
30 | { | 473 | { |
31 | + /* Set up for a direct boot of a kernel image file. */ | 474 | diff --git a/hw/arm/nrf51_soc.c b/hw/arm/nrf51_soc.c |
32 | CPUState *cs; | 475 | index XXXXXXX..XXXXXXX 100644 |
33 | + AddressSpace *as = arm_boot_address_space(cpu, info); | 476 | --- a/hw/arm/nrf51_soc.c |
34 | int kernel_size; | 477 | +++ b/hw/arm/nrf51_soc.c |
35 | int initrd_size; | 478 | @@ -XXX,XX +XXX,XX @@ |
36 | int is_linux = 0; | 479 | #include "qemu/osdep.h" |
37 | @@ -XXX,XX +XXX,XX @@ void arm_load_kernel(ARMCPU *cpu, struct arm_boot_info *info) | 480 | #include "qapi/error.h" |
38 | int elf_machine; | 481 | #include "qemu-common.h" |
39 | hwaddr entry; | 482 | -#include "hw/arm/arm.h" |
40 | static const ARMInsnFixup *primary_loader; | 483 | +#include "hw/arm/boot.h" |
41 | - AddressSpace *as = arm_boot_address_space(cpu, info); | 484 | #include "hw/sysbus.h" |
42 | - | 485 | #include "hw/boards.h" |
43 | - /* | 486 | #include "hw/misc/unimp.h" |
44 | - * CPU objects (unlike devices) are not automatically reset on system | 487 | diff --git a/hw/arm/nseries.c b/hw/arm/nseries.c |
45 | - * reset, so we must always register a handler to do so. If we're | 488 | index XXXXXXX..XXXXXXX 100644 |
46 | - * actually loading a kernel, the handler is also responsible for | 489 | --- a/hw/arm/nseries.c |
47 | - * arranging that we start it correctly. | 490 | +++ b/hw/arm/nseries.c |
48 | - */ | 491 | @@ -XXX,XX +XXX,XX @@ |
49 | - for (cs = first_cpu; cs; cs = CPU_NEXT(cs)) { | 492 | #include "qemu/bswap.h" |
50 | - qemu_register_reset(do_cpu_reset, ARM_CPU(cs)); | 493 | #include "sysemu/sysemu.h" |
51 | - } | 494 | #include "hw/arm/omap.h" |
52 | - | 495 | -#include "hw/arm/arm.h" |
53 | - /* | 496 | +#include "hw/arm/boot.h" |
54 | - * The board code is not supposed to set secure_board_setup unless | 497 | #include "hw/irq.h" |
55 | - * running its code in secure mode is actually possible, and KVM | 498 | #include "ui/console.h" |
56 | - * doesn't support secure. | 499 | #include "hw/boards.h" |
57 | - */ | 500 | diff --git a/hw/arm/omap1.c b/hw/arm/omap1.c |
58 | - assert(!(info->secure_board_setup && kvm_enabled())); | 501 | index XXXXXXX..XXXXXXX 100644 |
59 | - | 502 | --- a/hw/arm/omap1.c |
60 | - info->dtb_filename = qemu_opt_get(qemu_get_machine_opts(), "dtb"); | 503 | +++ b/hw/arm/omap1.c |
61 | - info->dtb_limit = 0; | 504 | @@ -XXX,XX +XXX,XX @@ |
62 | - | 505 | #include "cpu.h" |
63 | - /* Load the kernel. */ | 506 | #include "hw/boards.h" |
64 | - if (!info->kernel_filename || info->firmware_loaded) { | 507 | #include "hw/hw.h" |
65 | - | 508 | -#include "hw/arm/arm.h" |
66 | - if (have_dtb(info)) { | 509 | +#include "hw/arm/boot.h" |
67 | - /* | 510 | #include "hw/arm/omap.h" |
68 | - * If we have a device tree blob, but no kernel to supply it to (or | 511 | #include "sysemu/sysemu.h" |
69 | - * the kernel is supposed to be loaded by the bootloader), copy the | 512 | #include "hw/arm/soc_dma.h" |
70 | - * DTB to the base of RAM for the bootloader to pick up. | 513 | diff --git a/hw/arm/omap2.c b/hw/arm/omap2.c |
71 | - */ | 514 | index XXXXXXX..XXXXXXX 100644 |
72 | - info->dtb_start = info->loader_start; | 515 | --- a/hw/arm/omap2.c |
73 | - } | 516 | +++ b/hw/arm/omap2.c |
74 | - | 517 | @@ -XXX,XX +XXX,XX @@ |
75 | - if (info->kernel_filename) { | 518 | #include "sysemu/qtest.h" |
76 | - FWCfgState *fw_cfg; | 519 | #include "hw/boards.h" |
77 | - bool try_decompressing_kernel; | 520 | #include "hw/hw.h" |
78 | - | 521 | -#include "hw/arm/arm.h" |
79 | - fw_cfg = fw_cfg_find(); | 522 | +#include "hw/arm/boot.h" |
80 | - try_decompressing_kernel = arm_feature(&cpu->env, | 523 | #include "hw/arm/omap.h" |
81 | - ARM_FEATURE_AARCH64); | 524 | #include "sysemu/sysemu.h" |
82 | - | 525 | #include "qemu/timer.h" |
83 | - /* | 526 | diff --git a/hw/arm/omap_sx1.c b/hw/arm/omap_sx1.c |
84 | - * Expose the kernel, the command line, and the initrd in fw_cfg. | 527 | index XXXXXXX..XXXXXXX 100644 |
85 | - * We don't process them here at all, it's all left to the | 528 | --- a/hw/arm/omap_sx1.c |
86 | - * firmware. | 529 | +++ b/hw/arm/omap_sx1.c |
87 | - */ | 530 | @@ -XXX,XX +XXX,XX @@ |
88 | - load_image_to_fw_cfg(fw_cfg, | 531 | #include "ui/console.h" |
89 | - FW_CFG_KERNEL_SIZE, FW_CFG_KERNEL_DATA, | 532 | #include "hw/arm/omap.h" |
90 | - info->kernel_filename, | 533 | #include "hw/boards.h" |
91 | - try_decompressing_kernel); | 534 | -#include "hw/arm/arm.h" |
92 | - load_image_to_fw_cfg(fw_cfg, | 535 | +#include "hw/arm/boot.h" |
93 | - FW_CFG_INITRD_SIZE, FW_CFG_INITRD_DATA, | 536 | #include "hw/block/flash.h" |
94 | - info->initrd_filename, false); | 537 | #include "sysemu/qtest.h" |
95 | - | 538 | #include "exec/address-spaces.h" |
96 | - if (info->kernel_cmdline) { | 539 | diff --git a/hw/arm/palm.c b/hw/arm/palm.c |
97 | - fw_cfg_add_i32(fw_cfg, FW_CFG_CMDLINE_SIZE, | 540 | index XXXXXXX..XXXXXXX 100644 |
98 | - strlen(info->kernel_cmdline) + 1); | 541 | --- a/hw/arm/palm.c |
99 | - fw_cfg_add_string(fw_cfg, FW_CFG_CMDLINE_DATA, | 542 | +++ b/hw/arm/palm.c |
100 | - info->kernel_cmdline); | 543 | @@ -XXX,XX +XXX,XX @@ |
101 | - } | 544 | #include "ui/console.h" |
102 | - } | 545 | #include "hw/arm/omap.h" |
103 | - | 546 | #include "hw/boards.h" |
104 | - /* | 547 | -#include "hw/arm/arm.h" |
105 | - * We will start from address 0 (typically a boot ROM image) in the | 548 | +#include "hw/arm/boot.h" |
106 | - * same way as hardware. | 549 | #include "hw/input/tsc2xxx.h" |
107 | - */ | 550 | #include "hw/loader.h" |
108 | - return; | 551 | #include "exec/address-spaces.h" |
109 | - } | 552 | diff --git a/hw/arm/raspi.c b/hw/arm/raspi.c |
110 | 553 | index XXXXXXX..XXXXXXX 100644 | |
111 | if (arm_feature(&cpu->env, ARM_FEATURE_AARCH64)) { | 554 | --- a/hw/arm/raspi.c |
112 | primary_loader = bootloader_aarch64; | 555 | +++ b/hw/arm/raspi.c |
113 | @@ -XXX,XX +XXX,XX @@ void arm_load_kernel(ARMCPU *cpu, struct arm_boot_info *info) | 556 | @@ -XXX,XX +XXX,XX @@ |
114 | for (cs = first_cpu; cs; cs = CPU_NEXT(cs)) { | 557 | #include "qemu/error-report.h" |
115 | ARM_CPU(cs)->env.boot_info = info; | 558 | #include "hw/boards.h" |
116 | } | 559 | #include "hw/loader.h" |
117 | +} | 560 | -#include "hw/arm/arm.h" |
118 | + | 561 | +#include "hw/arm/boot.h" |
119 | +void arm_load_kernel(ARMCPU *cpu, struct arm_boot_info *info) | 562 | #include "sysemu/sysemu.h" |
120 | +{ | 563 | |
121 | + CPUState *cs; | 564 | #define SMPBOOT_ADDR 0x300 /* this should leave enough space for ATAGS */ |
122 | + AddressSpace *as = arm_boot_address_space(cpu, info); | 565 | diff --git a/hw/arm/realview.c b/hw/arm/realview.c |
123 | + | 566 | index XXXXXXX..XXXXXXX 100644 |
124 | + /* | 567 | --- a/hw/arm/realview.c |
125 | + * CPU objects (unlike devices) are not automatically reset on system | 568 | +++ b/hw/arm/realview.c |
126 | + * reset, so we must always register a handler to do so. If we're | 569 | @@ -XXX,XX +XXX,XX @@ |
127 | + * actually loading a kernel, the handler is also responsible for | 570 | #include "qemu-common.h" |
128 | + * arranging that we start it correctly. | 571 | #include "cpu.h" |
129 | + */ | 572 | #include "hw/sysbus.h" |
130 | + for (cs = first_cpu; cs; cs = CPU_NEXT(cs)) { | 573 | -#include "hw/arm/arm.h" |
131 | + qemu_register_reset(do_cpu_reset, ARM_CPU(cs)); | 574 | +#include "hw/arm/boot.h" |
132 | + } | 575 | #include "hw/arm/primecell.h" |
133 | + | 576 | #include "hw/net/lan9118.h" |
134 | + /* | 577 | #include "hw/net/smc91c111.h" |
135 | + * The board code is not supposed to set secure_board_setup unless | 578 | diff --git a/hw/arm/spitz.c b/hw/arm/spitz.c |
136 | + * running its code in secure mode is actually possible, and KVM | 579 | index XXXXXXX..XXXXXXX 100644 |
137 | + * doesn't support secure. | 580 | --- a/hw/arm/spitz.c |
138 | + */ | 581 | +++ b/hw/arm/spitz.c |
139 | + assert(!(info->secure_board_setup && kvm_enabled())); | 582 | @@ -XXX,XX +XXX,XX @@ |
140 | + | 583 | #include "qapi/error.h" |
141 | + info->dtb_filename = qemu_opt_get(qemu_get_machine_opts(), "dtb"); | 584 | #include "hw/hw.h" |
142 | + info->dtb_limit = 0; | 585 | #include "hw/arm/pxa.h" |
143 | + | 586 | -#include "hw/arm/arm.h" |
144 | + /* Load the kernel. */ | 587 | +#include "hw/arm/boot.h" |
145 | + if (!info->kernel_filename || info->firmware_loaded) { | 588 | #include "sysemu/sysemu.h" |
146 | + | 589 | #include "hw/pcmcia.h" |
147 | + if (have_dtb(info)) { | 590 | #include "hw/i2c/i2c.h" |
148 | + /* | 591 | diff --git a/hw/arm/stellaris.c b/hw/arm/stellaris.c |
149 | + * If we have a device tree blob, but no kernel to supply it to (or | 592 | index XXXXXXX..XXXXXXX 100644 |
150 | + * the kernel is supposed to be loaded by the bootloader), copy the | 593 | --- a/hw/arm/stellaris.c |
151 | + * DTB to the base of RAM for the bootloader to pick up. | 594 | +++ b/hw/arm/stellaris.c |
152 | + */ | 595 | @@ -XXX,XX +XXX,XX @@ |
153 | + info->dtb_start = info->loader_start; | 596 | #include "qapi/error.h" |
154 | + } | 597 | #include "hw/sysbus.h" |
155 | + | 598 | #include "hw/ssi/ssi.h" |
156 | + if (info->kernel_filename) { | 599 | -#include "hw/arm/arm.h" |
157 | + FWCfgState *fw_cfg; | 600 | +#include "hw/arm/boot.h" |
158 | + bool try_decompressing_kernel; | 601 | #include "qemu/timer.h" |
159 | + | 602 | #include "hw/i2c/i2c.h" |
160 | + fw_cfg = fw_cfg_find(); | 603 | #include "net/net.h" |
161 | + try_decompressing_kernel = arm_feature(&cpu->env, | 604 | diff --git a/hw/arm/stm32f205_soc.c b/hw/arm/stm32f205_soc.c |
162 | + ARM_FEATURE_AARCH64); | 605 | index XXXXXXX..XXXXXXX 100644 |
163 | + | 606 | --- a/hw/arm/stm32f205_soc.c |
164 | + /* | 607 | +++ b/hw/arm/stm32f205_soc.c |
165 | + * Expose the kernel, the command line, and the initrd in fw_cfg. | 608 | @@ -XXX,XX +XXX,XX @@ |
166 | + * We don't process them here at all, it's all left to the | 609 | #include "qemu/osdep.h" |
167 | + * firmware. | 610 | #include "qapi/error.h" |
168 | + */ | 611 | #include "qemu-common.h" |
169 | + load_image_to_fw_cfg(fw_cfg, | 612 | -#include "hw/arm/arm.h" |
170 | + FW_CFG_KERNEL_SIZE, FW_CFG_KERNEL_DATA, | 613 | +#include "hw/arm/boot.h" |
171 | + info->kernel_filename, | 614 | #include "exec/address-spaces.h" |
172 | + try_decompressing_kernel); | 615 | #include "hw/arm/stm32f205_soc.h" |
173 | + load_image_to_fw_cfg(fw_cfg, | 616 | |
174 | + FW_CFG_INITRD_SIZE, FW_CFG_INITRD_DATA, | 617 | diff --git a/hw/arm/strongarm.c b/hw/arm/strongarm.c |
175 | + info->initrd_filename, false); | 618 | index XXXXXXX..XXXXXXX 100644 |
176 | + | 619 | --- a/hw/arm/strongarm.c |
177 | + if (info->kernel_cmdline) { | 620 | +++ b/hw/arm/strongarm.c |
178 | + fw_cfg_add_i32(fw_cfg, FW_CFG_CMDLINE_SIZE, | 621 | @@ -XXX,XX +XXX,XX @@ |
179 | + strlen(info->kernel_cmdline) + 1); | 622 | #include "hw/sysbus.h" |
180 | + fw_cfg_add_string(fw_cfg, FW_CFG_CMDLINE_DATA, | 623 | #include "strongarm.h" |
181 | + info->kernel_cmdline); | 624 | #include "qemu/error-report.h" |
182 | + } | 625 | -#include "hw/arm/arm.h" |
183 | + } | 626 | +#include "hw/arm/boot.h" |
184 | + | 627 | #include "chardev/char-fe.h" |
185 | + /* | 628 | #include "chardev/char-serial.h" |
186 | + * We will start from address 0 (typically a boot ROM image) in the | 629 | #include "sysemu/sysemu.h" |
187 | + * same way as hardware. | 630 | diff --git a/hw/arm/tosa.c b/hw/arm/tosa.c |
188 | + */ | 631 | index XXXXXXX..XXXXXXX 100644 |
189 | + return; | 632 | --- a/hw/arm/tosa.c |
190 | + } else { | 633 | +++ b/hw/arm/tosa.c |
191 | + arm_setup_direct_kernel_boot(cpu, info); | 634 | @@ -XXX,XX +XXX,XX @@ |
192 | + } | 635 | #include "qapi/error.h" |
193 | 636 | #include "hw/hw.h" | |
194 | if (!info->skip_dtb_autoload && have_dtb(info)) { | 637 | #include "hw/arm/pxa.h" |
195 | if (arm_load_dtb(info->dtb_start, info, info->dtb_limit, as) < 0) { | 638 | -#include "hw/arm/arm.h" |
639 | +#include "hw/arm/boot.h" | ||
640 | #include "hw/arm/sharpsl.h" | ||
641 | #include "hw/pcmcia.h" | ||
642 | #include "hw/boards.h" | ||
643 | diff --git a/hw/arm/versatilepb.c b/hw/arm/versatilepb.c | ||
644 | index XXXXXXX..XXXXXXX 100644 | ||
645 | --- a/hw/arm/versatilepb.c | ||
646 | +++ b/hw/arm/versatilepb.c | ||
647 | @@ -XXX,XX +XXX,XX @@ | ||
648 | #include "qemu-common.h" | ||
649 | #include "cpu.h" | ||
650 | #include "hw/sysbus.h" | ||
651 | -#include "hw/arm/arm.h" | ||
652 | +#include "hw/arm/boot.h" | ||
653 | #include "hw/net/smc91c111.h" | ||
654 | #include "net/net.h" | ||
655 | #include "sysemu/sysemu.h" | ||
656 | diff --git a/hw/arm/vexpress.c b/hw/arm/vexpress.c | ||
657 | index XXXXXXX..XXXXXXX 100644 | ||
658 | --- a/hw/arm/vexpress.c | ||
659 | +++ b/hw/arm/vexpress.c | ||
660 | @@ -XXX,XX +XXX,XX @@ | ||
661 | #include "qemu-common.h" | ||
662 | #include "cpu.h" | ||
663 | #include "hw/sysbus.h" | ||
664 | -#include "hw/arm/arm.h" | ||
665 | +#include "hw/arm/boot.h" | ||
666 | #include "hw/arm/primecell.h" | ||
667 | #include "hw/net/lan9118.h" | ||
668 | #include "hw/i2c/i2c.h" | ||
669 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c | ||
670 | index XXXXXXX..XXXXXXX 100644 | ||
671 | --- a/hw/arm/virt.c | ||
672 | +++ b/hw/arm/virt.c | ||
673 | @@ -XXX,XX +XXX,XX @@ | ||
674 | #include "qemu/option.h" | ||
675 | #include "qapi/error.h" | ||
676 | #include "hw/sysbus.h" | ||
677 | -#include "hw/arm/arm.h" | ||
678 | +#include "hw/arm/boot.h" | ||
679 | #include "hw/arm/primecell.h" | ||
680 | #include "hw/arm/virt.h" | ||
681 | #include "hw/block/flash.h" | ||
682 | diff --git a/hw/arm/xilinx_zynq.c b/hw/arm/xilinx_zynq.c | ||
683 | index XXXXXXX..XXXXXXX 100644 | ||
684 | --- a/hw/arm/xilinx_zynq.c | ||
685 | +++ b/hw/arm/xilinx_zynq.c | ||
686 | @@ -XXX,XX +XXX,XX @@ | ||
687 | #include "qemu-common.h" | ||
688 | #include "cpu.h" | ||
689 | #include "hw/sysbus.h" | ||
690 | -#include "hw/arm/arm.h" | ||
691 | +#include "hw/arm/boot.h" | ||
692 | #include "net/net.h" | ||
693 | #include "exec/address-spaces.h" | ||
694 | #include "sysemu/sysemu.h" | ||
695 | diff --git a/hw/arm/xlnx-versal.c b/hw/arm/xlnx-versal.c | ||
696 | index XXXXXXX..XXXXXXX 100644 | ||
697 | --- a/hw/arm/xlnx-versal.c | ||
698 | +++ b/hw/arm/xlnx-versal.c | ||
699 | @@ -XXX,XX +XXX,XX @@ | ||
700 | #include "net/net.h" | ||
701 | #include "sysemu/sysemu.h" | ||
702 | #include "sysemu/kvm.h" | ||
703 | -#include "hw/arm/arm.h" | ||
704 | +#include "hw/arm/boot.h" | ||
705 | #include "kvm_arm.h" | ||
706 | #include "hw/misc/unimp.h" | ||
707 | #include "hw/intc/arm_gicv3_common.h" | ||
708 | diff --git a/hw/arm/z2.c b/hw/arm/z2.c | ||
709 | index XXXXXXX..XXXXXXX 100644 | ||
710 | --- a/hw/arm/z2.c | ||
711 | +++ b/hw/arm/z2.c | ||
712 | @@ -XXX,XX +XXX,XX @@ | ||
713 | #include "qemu/osdep.h" | ||
714 | #include "hw/hw.h" | ||
715 | #include "hw/arm/pxa.h" | ||
716 | -#include "hw/arm/arm.h" | ||
717 | +#include "hw/arm/boot.h" | ||
718 | #include "hw/i2c/i2c.h" | ||
719 | #include "hw/ssi/ssi.h" | ||
720 | #include "hw/boards.h" | ||
196 | -- | 721 | -- |
197 | 2.20.1 | 722 | 2.20.1 |
198 | 723 | ||
199 | 724 | diff view generated by jsdifflib |
1 | Factor out the "boot via firmware" code path from arm_load_kernel() | 1 | In ich_vmcr_write() we enforce "writes of BPR fields to less than |
---|---|---|---|
2 | into its own function. | 2 | their minimum sets them to the minimum" by doing a "read vbpr and |
3 | 3 | write it back" operation. A typo here meant that we weren't handling | |
4 | This commit only moves code around; no semantic changes. | 4 | writes to these fields correctly, because we were reading from VBPR0 |
5 | but writing to VBPR1. | ||
5 | 6 | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 8 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
8 | Reviewed-by: Igor Mammedov <imammedo@redhat.com> | 9 | Message-id: 20190520162809.2677-4-peter.maydell@linaro.org |
9 | Message-id: 20190131112240.8395-4-peter.maydell@linaro.org | ||
10 | --- | 10 | --- |
11 | hw/arm/boot.c | 92 +++++++++++++++++++++++++++------------------------ | 11 | hw/intc/arm_gicv3_cpuif.c | 2 +- |
12 | 1 file changed, 49 insertions(+), 43 deletions(-) | 12 | 1 file changed, 1 insertion(+), 1 deletion(-) |
13 | 13 | ||
14 | diff --git a/hw/arm/boot.c b/hw/arm/boot.c | 14 | diff --git a/hw/intc/arm_gicv3_cpuif.c b/hw/intc/arm_gicv3_cpuif.c |
15 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/hw/arm/boot.c | 16 | --- a/hw/intc/arm_gicv3_cpuif.c |
17 | +++ b/hw/arm/boot.c | 17 | +++ b/hw/intc/arm_gicv3_cpuif.c |
18 | @@ -XXX,XX +XXX,XX @@ static void arm_setup_direct_kernel_boot(ARMCPU *cpu, | 18 | @@ -XXX,XX +XXX,XX @@ static void ich_vmcr_write(CPUARMState *env, const ARMCPRegInfo *ri, |
19 | } | 19 | /* Enforce "writing BPRs to less than minimum sets them to the minimum" |
20 | } | 20 | * by reading and writing back the fields. |
21 | 21 | */ | |
22 | +static void arm_setup_firmware_boot(ARMCPU *cpu, struct arm_boot_info *info) | 22 | - write_vbpr(cs, GICV3_G1, read_vbpr(cs, GICV3_G0)); |
23 | +{ | 23 | + write_vbpr(cs, GICV3_G0, read_vbpr(cs, GICV3_G0)); |
24 | + /* Set up for booting firmware (which might load a kernel via fw_cfg) */ | 24 | write_vbpr(cs, GICV3_G1, read_vbpr(cs, GICV3_G1)); |
25 | + | 25 | |
26 | + if (have_dtb(info)) { | 26 | gicv3_cpuif_virt_update(cs); |
27 | + /* | ||
28 | + * If we have a device tree blob, but no kernel to supply it to (or | ||
29 | + * the kernel is supposed to be loaded by the bootloader), copy the | ||
30 | + * DTB to the base of RAM for the bootloader to pick up. | ||
31 | + */ | ||
32 | + info->dtb_start = info->loader_start; | ||
33 | + } | ||
34 | + | ||
35 | + if (info->kernel_filename) { | ||
36 | + FWCfgState *fw_cfg; | ||
37 | + bool try_decompressing_kernel; | ||
38 | + | ||
39 | + fw_cfg = fw_cfg_find(); | ||
40 | + try_decompressing_kernel = arm_feature(&cpu->env, | ||
41 | + ARM_FEATURE_AARCH64); | ||
42 | + | ||
43 | + /* | ||
44 | + * Expose the kernel, the command line, and the initrd in fw_cfg. | ||
45 | + * We don't process them here at all, it's all left to the | ||
46 | + * firmware. | ||
47 | + */ | ||
48 | + load_image_to_fw_cfg(fw_cfg, | ||
49 | + FW_CFG_KERNEL_SIZE, FW_CFG_KERNEL_DATA, | ||
50 | + info->kernel_filename, | ||
51 | + try_decompressing_kernel); | ||
52 | + load_image_to_fw_cfg(fw_cfg, | ||
53 | + FW_CFG_INITRD_SIZE, FW_CFG_INITRD_DATA, | ||
54 | + info->initrd_filename, false); | ||
55 | + | ||
56 | + if (info->kernel_cmdline) { | ||
57 | + fw_cfg_add_i32(fw_cfg, FW_CFG_CMDLINE_SIZE, | ||
58 | + strlen(info->kernel_cmdline) + 1); | ||
59 | + fw_cfg_add_string(fw_cfg, FW_CFG_CMDLINE_DATA, | ||
60 | + info->kernel_cmdline); | ||
61 | + } | ||
62 | + } | ||
63 | + | ||
64 | + /* | ||
65 | + * We will start from address 0 (typically a boot ROM image) in the | ||
66 | + * same way as hardware. | ||
67 | + */ | ||
68 | +} | ||
69 | + | ||
70 | void arm_load_kernel(ARMCPU *cpu, struct arm_boot_info *info) | ||
71 | { | ||
72 | CPUState *cs; | ||
73 | @@ -XXX,XX +XXX,XX @@ void arm_load_kernel(ARMCPU *cpu, struct arm_boot_info *info) | ||
74 | |||
75 | /* Load the kernel. */ | ||
76 | if (!info->kernel_filename || info->firmware_loaded) { | ||
77 | - | ||
78 | - if (have_dtb(info)) { | ||
79 | - /* | ||
80 | - * If we have a device tree blob, but no kernel to supply it to (or | ||
81 | - * the kernel is supposed to be loaded by the bootloader), copy the | ||
82 | - * DTB to the base of RAM for the bootloader to pick up. | ||
83 | - */ | ||
84 | - info->dtb_start = info->loader_start; | ||
85 | - } | ||
86 | - | ||
87 | - if (info->kernel_filename) { | ||
88 | - FWCfgState *fw_cfg; | ||
89 | - bool try_decompressing_kernel; | ||
90 | - | ||
91 | - fw_cfg = fw_cfg_find(); | ||
92 | - try_decompressing_kernel = arm_feature(&cpu->env, | ||
93 | - ARM_FEATURE_AARCH64); | ||
94 | - | ||
95 | - /* | ||
96 | - * Expose the kernel, the command line, and the initrd in fw_cfg. | ||
97 | - * We don't process them here at all, it's all left to the | ||
98 | - * firmware. | ||
99 | - */ | ||
100 | - load_image_to_fw_cfg(fw_cfg, | ||
101 | - FW_CFG_KERNEL_SIZE, FW_CFG_KERNEL_DATA, | ||
102 | - info->kernel_filename, | ||
103 | - try_decompressing_kernel); | ||
104 | - load_image_to_fw_cfg(fw_cfg, | ||
105 | - FW_CFG_INITRD_SIZE, FW_CFG_INITRD_DATA, | ||
106 | - info->initrd_filename, false); | ||
107 | - | ||
108 | - if (info->kernel_cmdline) { | ||
109 | - fw_cfg_add_i32(fw_cfg, FW_CFG_CMDLINE_SIZE, | ||
110 | - strlen(info->kernel_cmdline) + 1); | ||
111 | - fw_cfg_add_string(fw_cfg, FW_CFG_CMDLINE_DATA, | ||
112 | - info->kernel_cmdline); | ||
113 | - } | ||
114 | - } | ||
115 | - | ||
116 | - /* | ||
117 | - * We will start from address 0 (typically a boot ROM image) in the | ||
118 | - * same way as hardware. | ||
119 | - */ | ||
120 | + arm_setup_firmware_boot(cpu, info); | ||
121 | return; | ||
122 | } else { | ||
123 | arm_setup_direct_kernel_boot(cpu, info); | ||
124 | -- | 27 | -- |
125 | 2.20.1 | 28 | 2.20.1 |
126 | 29 | ||
127 | 30 | diff view generated by jsdifflib |
1 | The arm_boot_info struct has a skip_dtb_autoload flag: if this is | 1 | The ICC_CTLR_EL3 register includes some bits which are aliases |
---|---|---|---|
2 | set to true by the board code then arm_load_kernel() will not | 2 | of bits in the ICC_CTLR_EL1(S) and (NS) registers. QEMU chooses |
3 | load the DTB itself, but will leave this for the board code to | 3 | to keep those bits in the cs->icc_ctlr_el1[] struct fields. |
4 | do itself later. However, the check for this is done in a | 4 | Unfortunately a missing '~' in the code to update the bits |
5 | code path which is only executed for the case where we load | 5 | in those fields meant that writing to ICC_CTLR_EL3 would corrupt |
6 | a kernel image file. If we're taking the "boot via firmware" | 6 | the ICC_CLTR_EL1 register values. |
7 | code path then the flag isn't honoured and the DTB is never | ||
8 | loaded. | ||
9 | |||
10 | We didn't notice this because the only real user of "boot | ||
11 | via firmware" that cares about the DTB is the virt board | ||
12 | (for UEFI boot), and that always wants skip_dtb_autoload | ||
13 | anyway. But the SBSA reference board model we're planning to | ||
14 | add will want the flag to behave correctly. | ||
15 | |||
16 | Now we've refactored the arm_load_kernel() function, the | ||
17 | fix is simple: drop the early 'return' so we fall into | ||
18 | the same "load the DTB" code the boot-direct-kernel path uses. | ||
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: Philippe Mathieu-Daudé <philmd@redhat.com> |
22 | Reviewed-by: Igor Mammedov <imammedo@redhat.com> | 10 | Message-id: 20190520162809.2677-5-peter.maydell@linaro.org |
23 | Message-id: 20190131112240.8395-6-peter.maydell@linaro.org | ||
24 | --- | 11 | --- |
25 | hw/arm/boot.c | 1 - | 12 | hw/intc/arm_gicv3_cpuif.c | 4 ++-- |
26 | 1 file changed, 1 deletion(-) | 13 | 1 file changed, 2 insertions(+), 2 deletions(-) |
27 | 14 | ||
28 | diff --git a/hw/arm/boot.c b/hw/arm/boot.c | 15 | diff --git a/hw/intc/arm_gicv3_cpuif.c b/hw/intc/arm_gicv3_cpuif.c |
29 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
30 | --- a/hw/arm/boot.c | 17 | --- a/hw/intc/arm_gicv3_cpuif.c |
31 | +++ b/hw/arm/boot.c | 18 | +++ b/hw/intc/arm_gicv3_cpuif.c |
32 | @@ -XXX,XX +XXX,XX @@ void arm_load_kernel(ARMCPU *cpu, struct arm_boot_info *info) | 19 | @@ -XXX,XX +XXX,XX @@ static void icc_ctlr_el3_write(CPUARMState *env, const ARMCPRegInfo *ri, |
33 | /* Load the kernel. */ | 20 | trace_gicv3_icc_ctlr_el3_write(gicv3_redist_affid(cs), value); |
34 | if (!info->kernel_filename || info->firmware_loaded) { | 21 | |
35 | arm_setup_firmware_boot(cpu, info); | 22 | /* *_EL1NS and *_EL1S bits are aliases into the ICC_CTLR_EL1 bits. */ |
36 | - return; | 23 | - cs->icc_ctlr_el1[GICV3_NS] &= (ICC_CTLR_EL1_CBPR | ICC_CTLR_EL1_EOIMODE); |
37 | } else { | 24 | + cs->icc_ctlr_el1[GICV3_NS] &= ~(ICC_CTLR_EL1_CBPR | ICC_CTLR_EL1_EOIMODE); |
38 | arm_setup_direct_kernel_boot(cpu, info); | 25 | if (value & ICC_CTLR_EL3_EOIMODE_EL1NS) { |
26 | cs->icc_ctlr_el1[GICV3_NS] |= ICC_CTLR_EL1_EOIMODE; | ||
27 | } | ||
28 | @@ -XXX,XX +XXX,XX @@ static void icc_ctlr_el3_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
29 | cs->icc_ctlr_el1[GICV3_NS] |= ICC_CTLR_EL1_CBPR; | ||
30 | } | ||
31 | |||
32 | - cs->icc_ctlr_el1[GICV3_S] &= (ICC_CTLR_EL1_CBPR | ICC_CTLR_EL1_EOIMODE); | ||
33 | + cs->icc_ctlr_el1[GICV3_S] &= ~(ICC_CTLR_EL1_CBPR | ICC_CTLR_EL1_EOIMODE); | ||
34 | if (value & ICC_CTLR_EL3_EOIMODE_EL1S) { | ||
35 | cs->icc_ctlr_el1[GICV3_S] |= ICC_CTLR_EL1_EOIMODE; | ||
39 | } | 36 | } |
40 | -- | 37 | -- |
41 | 2.20.1 | 38 | 2.20.1 |
42 | 39 | ||
43 | 40 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Philippe Mathieu-Daudé <philmd@redhat.com> |
---|---|---|---|
2 | 2 | ||
3 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 3 | Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
4 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 4 | Reviewed-by: Alistair Francis <alistair.francis@wdc.com> |
5 | Message-id: 20190128223118.5255-9-richard.henderson@linaro.org | 5 | Message-id: 20190520214342.13709-2-philmd@redhat.com |
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
7 | --- | 7 | --- |
8 | target/arm/translate-a64.c | 37 ++++++++++++++++++++++++++++++++++++- | 8 | hw/arm/exynos4_boards.c | 24 ------------------------ |
9 | 1 file changed, 36 insertions(+), 1 deletion(-) | 9 | 1 file changed, 24 deletions(-) |
10 | 10 | ||
11 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c | 11 | diff --git a/hw/arm/exynos4_boards.c b/hw/arm/exynos4_boards.c |
12 | index XXXXXXX..XXXXXXX 100644 | 12 | index XXXXXXX..XXXXXXX 100644 |
13 | --- a/target/arm/translate-a64.c | 13 | --- a/hw/arm/exynos4_boards.c |
14 | +++ b/target/arm/translate-a64.c | 14 | +++ b/hw/arm/exynos4_boards.c |
15 | @@ -XXX,XX +XXX,XX @@ static void reset_btype(DisasContext *s) | 15 | @@ -XXX,XX +XXX,XX @@ |
16 | } | 16 | #include "hw/net/lan9118.h" |
17 | } | 17 | #include "hw/boards.h" |
18 | 18 | ||
19 | +static void set_btype(DisasContext *s, int val) | 19 | -#undef DEBUG |
20 | +{ | ||
21 | + TCGv_i32 tcg_val; | ||
22 | + | ||
23 | + /* BTYPE is a 2-bit field, and 0 should be done with reset_btype. */ | ||
24 | + tcg_debug_assert(val >= 1 && val <= 3); | ||
25 | + | ||
26 | + tcg_val = tcg_const_i32(val); | ||
27 | + tcg_gen_st_i32(tcg_val, cpu_env, offsetof(CPUARMState, btype)); | ||
28 | + tcg_temp_free_i32(tcg_val); | ||
29 | + s->btype = -1; | ||
30 | +} | ||
31 | + | ||
32 | void aarch64_cpu_dump_state(CPUState *cs, FILE *f, | ||
33 | fprintf_function cpu_fprintf, int flags) | ||
34 | { | ||
35 | @@ -XXX,XX +XXX,XX @@ static void disas_exc(DisasContext *s, uint32_t insn) | ||
36 | static void disas_uncond_b_reg(DisasContext *s, uint32_t insn) | ||
37 | { | ||
38 | unsigned int opc, op2, op3, rn, op4; | ||
39 | + unsigned btype_mod = 2; /* 0: BR, 1: BLR, 2: other */ | ||
40 | TCGv_i64 dst; | ||
41 | TCGv_i64 modifier; | ||
42 | |||
43 | @@ -XXX,XX +XXX,XX @@ static void disas_uncond_b_reg(DisasContext *s, uint32_t insn) | ||
44 | case 0: /* BR */ | ||
45 | case 1: /* BLR */ | ||
46 | case 2: /* RET */ | ||
47 | + btype_mod = opc; | ||
48 | switch (op3) { | ||
49 | case 0: | ||
50 | /* BR, BLR, RET */ | ||
51 | @@ -XXX,XX +XXX,XX @@ static void disas_uncond_b_reg(DisasContext *s, uint32_t insn) | ||
52 | default: | ||
53 | goto do_unallocated; | ||
54 | } | ||
55 | - | 20 | - |
56 | gen_a64_set_pc(s, dst); | 21 | -//#define DEBUG |
57 | /* BLR also needs to load return address */ | 22 | - |
58 | if (opc == 1) { | 23 | -#ifdef DEBUG |
59 | @@ -XXX,XX +XXX,XX @@ static void disas_uncond_b_reg(DisasContext *s, uint32_t insn) | 24 | - #undef PRINT_DEBUG |
60 | if ((op3 & ~1) != 2) { | 25 | - #define PRINT_DEBUG(fmt, args...) \ |
61 | goto do_unallocated; | 26 | - do { \ |
62 | } | 27 | - fprintf(stderr, " [%s:%d] "fmt, __func__, __LINE__, ##args); \ |
63 | + btype_mod = opc & 1; | 28 | - } while (0) |
64 | if (s->pauth_active) { | 29 | -#else |
65 | dst = new_tmp_a64(s); | 30 | - #define PRINT_DEBUG(fmt, args...) do {} while (0) |
66 | modifier = cpu_reg_sp(s, op4); | 31 | -#endif |
67 | @@ -XXX,XX +XXX,XX @@ static void disas_uncond_b_reg(DisasContext *s, uint32_t insn) | 32 | - |
68 | return; | 33 | #define SMDK_LAN9118_BASE_ADDR 0x05000000 |
69 | } | 34 | |
70 | 35 | typedef enum Exynos4BoardType { | |
71 | + switch (btype_mod) { | 36 | @@ -XXX,XX +XXX,XX @@ exynos4_boards_init_common(MachineState *machine, |
72 | + case 0: /* BR */ | 37 | exynos4_board_binfo.gic_cpu_if_addr = |
73 | + if (dc_isar_feature(aa64_bti, s)) { | 38 | EXYNOS4210_SMP_PRIVATE_BASE_ADDR + 0x100; |
74 | + /* BR to {x16,x17} or !guard -> 1, else 3. */ | 39 | |
75 | + set_btype(s, rn == 16 || rn == 17 || !s->guarded_page ? 1 : 3); | 40 | - PRINT_DEBUG("\n ram_size: %luMiB [0x%08lx]\n" |
76 | + } | 41 | - " kernel_filename: %s\n" |
77 | + break; | 42 | - " kernel_cmdline: %s\n" |
78 | + | 43 | - " initrd_filename: %s\n", |
79 | + case 1: /* BLR */ | 44 | - exynos4_board_ram_size[board_type] / 1048576, |
80 | + if (dc_isar_feature(aa64_bti, s)) { | 45 | - exynos4_board_ram_size[board_type], |
81 | + /* BLR sets BTYPE to 2, regardless of source guarded page. */ | 46 | - machine->kernel_filename, |
82 | + set_btype(s, 2); | 47 | - machine->kernel_cmdline, |
83 | + } | 48 | - machine->initrd_filename); |
84 | + break; | 49 | - |
85 | + | 50 | exynos4_boards_init_ram(s, get_system_memory(), |
86 | + default: /* RET or none of the above. */ | 51 | exynos4_board_ram_size[board_type]); |
87 | + /* BTYPE will be set to 0 by normal end-of-insn processing. */ | ||
88 | + break; | ||
89 | + } | ||
90 | + | ||
91 | s->base.is_jmp = DISAS_JUMP; | ||
92 | } | ||
93 | 52 | ||
94 | -- | 53 | -- |
95 | 2.20.1 | 54 | 2.20.1 |
96 | 55 | ||
97 | 56 | diff view generated by jsdifflib |
1 | Enables, but does not turn on, TBI for CONFIG_USER_ONLY. | 1 | From: Philippe Mathieu-Daudé <philmd@redhat.com> |
---|---|---|---|
2 | 2 | ||
3 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 3 | It eases code review, unit is explicit. |
4 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 4 | |
5 | Message-id: 20190204132126.3255-4-richard.henderson@linaro.org | 5 | Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
6 | [PMM: adjusted #ifdeffery to placate clang, which otherwise complains | 6 | Reviewed-by: Alistair Francis <alistair.francis@wdc.com> |
7 | about static functions that are unused in the CONFIG_USER_ONLY build] | 7 | Message-id: 20190520214342.13709-3-philmd@redhat.com |
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
9 | --- | 9 | --- |
10 | target/arm/internals.h | 21 -------------------- | 10 | hw/arm/exynos4_boards.c | 5 +++-- |
11 | target/arm/helper.c | 45 ++++++++++++++++++++++-------------------- | 11 | 1 file changed, 3 insertions(+), 2 deletions(-) |
12 | 2 files changed, 24 insertions(+), 42 deletions(-) | ||
13 | 12 | ||
14 | diff --git a/target/arm/internals.h b/target/arm/internals.h | 13 | diff --git a/hw/arm/exynos4_boards.c b/hw/arm/exynos4_boards.c |
15 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/target/arm/internals.h | 15 | --- a/hw/arm/exynos4_boards.c |
17 | +++ b/target/arm/internals.h | 16 | +++ b/hw/arm/exynos4_boards.c |
18 | @@ -XXX,XX +XXX,XX @@ typedef struct ARMVAParameters { | 17 | @@ -XXX,XX +XXX,XX @@ |
19 | bool using64k : 1; | 18 | */ |
20 | } ARMVAParameters; | 19 | |
21 | 20 | #include "qemu/osdep.h" | |
22 | -#ifdef CONFIG_USER_ONLY | 21 | +#include "qemu/units.h" |
23 | -static inline ARMVAParameters aa64_va_parameters_both(CPUARMState *env, | 22 | #include "qapi/error.h" |
24 | - uint64_t va, | 23 | #include "qemu/error-report.h" |
25 | - ARMMMUIdx mmu_idx) | 24 | #include "qemu-common.h" |
26 | -{ | 25 | @@ -XXX,XX +XXX,XX @@ static int exynos4_board_smp_bootreg_addr[EXYNOS4_NUM_OF_BOARDS] = { |
27 | - return (ARMVAParameters) { | 26 | }; |
28 | - /* 48-bit address space */ | 27 | |
29 | - .tsz = 16, | 28 | static unsigned long exynos4_board_ram_size[EXYNOS4_NUM_OF_BOARDS] = { |
30 | - /* We can't handle tagged addresses properly in user-only mode */ | 29 | - [EXYNOS4_BOARD_NURI] = 0x40000000, |
31 | - .tbi = false, | 30 | - [EXYNOS4_BOARD_SMDKC210] = 0x40000000, |
32 | - }; | 31 | + [EXYNOS4_BOARD_NURI] = 1 * GiB, |
33 | -} | 32 | + [EXYNOS4_BOARD_SMDKC210] = 1 * GiB, |
34 | - | 33 | }; |
35 | -static inline ARMVAParameters aa64_va_parameters(CPUARMState *env, | 34 | |
36 | - uint64_t va, | 35 | static struct arm_boot_info exynos4_board_binfo = { |
37 | - ARMMMUIdx mmu_idx, bool data) | ||
38 | -{ | ||
39 | - return aa64_va_parameters_both(env, va, mmu_idx); | ||
40 | -} | ||
41 | -#else | ||
42 | ARMVAParameters aa64_va_parameters_both(CPUARMState *env, uint64_t va, | ||
43 | ARMMMUIdx mmu_idx); | ||
44 | ARMVAParameters aa64_va_parameters(CPUARMState *env, uint64_t va, | ||
45 | ARMMMUIdx mmu_idx, bool data); | ||
46 | -#endif | ||
47 | |||
48 | #endif | ||
49 | diff --git a/target/arm/helper.c b/target/arm/helper.c | ||
50 | index XXXXXXX..XXXXXXX 100644 | ||
51 | --- a/target/arm/helper.c | ||
52 | +++ b/target/arm/helper.c | ||
53 | @@ -XXX,XX +XXX,XX @@ uint32_t HELPER(rbit)(uint32_t x) | ||
54 | return revbit32(x); | ||
55 | } | ||
56 | |||
57 | -#if defined(CONFIG_USER_ONLY) | ||
58 | +#ifdef CONFIG_USER_ONLY | ||
59 | |||
60 | /* These should probably raise undefined insn exceptions. */ | ||
61 | void HELPER(v7m_msr)(CPUARMState *env, uint32_t reg, uint32_t val) | ||
62 | @@ -XXX,XX +XXX,XX @@ void arm_cpu_do_interrupt(CPUState *cs) | ||
63 | cs->interrupt_request |= CPU_INTERRUPT_EXITTB; | ||
64 | } | ||
65 | } | ||
66 | +#endif /* !CONFIG_USER_ONLY */ | ||
67 | |||
68 | /* Return the exception level which controls this address translation regime */ | ||
69 | static inline uint32_t regime_el(CPUARMState *env, ARMMMUIdx mmu_idx) | ||
70 | @@ -XXX,XX +XXX,XX @@ static inline uint32_t regime_el(CPUARMState *env, ARMMMUIdx mmu_idx) | ||
71 | } | ||
72 | } | ||
73 | |||
74 | +#ifndef CONFIG_USER_ONLY | ||
75 | + | ||
76 | /* Return the SCTLR value which controls this address translation regime */ | ||
77 | static inline uint32_t regime_sctlr(CPUARMState *env, ARMMMUIdx mmu_idx) | ||
78 | { | ||
79 | @@ -XXX,XX +XXX,XX @@ static inline bool regime_translation_big_endian(CPUARMState *env, | ||
80 | return (regime_sctlr(env, mmu_idx) & SCTLR_EE) != 0; | ||
81 | } | ||
82 | |||
83 | +/* Return the TTBR associated with this translation regime */ | ||
84 | +static inline uint64_t regime_ttbr(CPUARMState *env, ARMMMUIdx mmu_idx, | ||
85 | + int ttbrn) | ||
86 | +{ | ||
87 | + if (mmu_idx == ARMMMUIdx_S2NS) { | ||
88 | + return env->cp15.vttbr_el2; | ||
89 | + } | ||
90 | + if (ttbrn == 0) { | ||
91 | + return env->cp15.ttbr0_el[regime_el(env, mmu_idx)]; | ||
92 | + } else { | ||
93 | + return env->cp15.ttbr1_el[regime_el(env, mmu_idx)]; | ||
94 | + } | ||
95 | +} | ||
96 | + | ||
97 | +#endif /* !CONFIG_USER_ONLY */ | ||
98 | + | ||
99 | /* Return the TCR controlling this translation regime */ | ||
100 | static inline TCR *regime_tcr(CPUARMState *env, ARMMMUIdx mmu_idx) | ||
101 | { | ||
102 | @@ -XXX,XX +XXX,XX @@ static inline ARMMMUIdx stage_1_mmu_idx(ARMMMUIdx mmu_idx) | ||
103 | return mmu_idx; | ||
104 | } | ||
105 | |||
106 | -/* Return the TTBR associated with this translation regime */ | ||
107 | -static inline uint64_t regime_ttbr(CPUARMState *env, ARMMMUIdx mmu_idx, | ||
108 | - int ttbrn) | ||
109 | -{ | ||
110 | - if (mmu_idx == ARMMMUIdx_S2NS) { | ||
111 | - return env->cp15.vttbr_el2; | ||
112 | - } | ||
113 | - if (ttbrn == 0) { | ||
114 | - return env->cp15.ttbr0_el[regime_el(env, mmu_idx)]; | ||
115 | - } else { | ||
116 | - return env->cp15.ttbr1_el[regime_el(env, mmu_idx)]; | ||
117 | - } | ||
118 | -} | ||
119 | - | ||
120 | /* Return true if the translation regime is using LPAE format page tables */ | ||
121 | static inline bool regime_using_lpae_format(CPUARMState *env, | ||
122 | ARMMMUIdx mmu_idx) | ||
123 | @@ -XXX,XX +XXX,XX @@ bool arm_s1_regime_using_lpae_format(CPUARMState *env, ARMMMUIdx mmu_idx) | ||
124 | return regime_using_lpae_format(env, mmu_idx); | ||
125 | } | ||
126 | |||
127 | +#ifndef CONFIG_USER_ONLY | ||
128 | static inline bool regime_is_user(CPUARMState *env, ARMMMUIdx mmu_idx) | ||
129 | { | ||
130 | switch (mmu_idx) { | ||
131 | @@ -XXX,XX +XXX,XX @@ static uint8_t convert_stage2_attrs(CPUARMState *env, uint8_t s2attrs) | ||
132 | |||
133 | return (hiattr << 6) | (hihint << 4) | (loattr << 2) | lohint; | ||
134 | } | ||
135 | +#endif /* !CONFIG_USER_ONLY */ | ||
136 | |||
137 | ARMVAParameters aa64_va_parameters_both(CPUARMState *env, uint64_t va, | ||
138 | ARMMMUIdx mmu_idx) | ||
139 | @@ -XXX,XX +XXX,XX @@ ARMVAParameters aa64_va_parameters(CPUARMState *env, uint64_t va, | ||
140 | return ret; | ||
141 | } | ||
142 | |||
143 | +#ifndef CONFIG_USER_ONLY | ||
144 | static ARMVAParameters aa32_va_parameters(CPUARMState *env, uint32_t va, | ||
145 | ARMMMUIdx mmu_idx) | ||
146 | { | ||
147 | @@ -XXX,XX +XXX,XX @@ void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, | ||
148 | *pc = env->pc; | ||
149 | flags = FIELD_DP32(flags, TBFLAG_ANY, AARCH64_STATE, 1); | ||
150 | |||
151 | -#ifndef CONFIG_USER_ONLY | ||
152 | - /* | ||
153 | - * Get control bits for tagged addresses. Note that the | ||
154 | - * translator only uses this for instruction addresses. | ||
155 | - */ | ||
156 | + /* Get control bits for tagged addresses. */ | ||
157 | { | ||
158 | ARMMMUIdx stage1 = stage_1_mmu_idx(mmu_idx); | ||
159 | ARMVAParameters p0 = aa64_va_parameters_both(env, 0, stage1); | ||
160 | @@ -XXX,XX +XXX,XX @@ void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, | ||
161 | flags = FIELD_DP32(flags, TBFLAG_A64, TBII, tbii); | ||
162 | flags = FIELD_DP32(flags, TBFLAG_A64, TBID, tbid); | ||
163 | } | ||
164 | -#endif | ||
165 | |||
166 | if (cpu_isar_feature(aa64_sve, cpu)) { | ||
167 | int sve_el = sve_exception_el(env, current_el); | ||
168 | -- | 36 | -- |
169 | 2.20.1 | 37 | 2.20.1 |
170 | 38 | ||
171 | 39 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Guenter Roeck <linux@roeck-us.net> |
---|---|---|---|
2 | 2 | ||
3 | Also create field definitions for id_aa64pfr1 from ARMv8.5. | 3 | QEMU already supports pl330. Instantiate it for Exynos4210. |
4 | 4 | ||
5 | Relevant part of Linux arch/arm/boot/dts/exynos4.dtsi: | ||
6 | |||
7 | / { | ||
8 | soc: soc { | ||
9 | amba { | ||
10 | pdma0: pdma@12680000 { | ||
11 | compatible = "arm,pl330", "arm,primecell"; | ||
12 | reg = <0x12680000 0x1000>; | ||
13 | interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>; | ||
14 | clocks = <&clock CLK_PDMA0>; | ||
15 | clock-names = "apb_pclk"; | ||
16 | #dma-cells = <1>; | ||
17 | #dma-channels = <8>; | ||
18 | #dma-requests = <32>; | ||
19 | }; | ||
20 | pdma1: pdma@12690000 { | ||
21 | compatible = "arm,pl330", "arm,primecell"; | ||
22 | reg = <0x12690000 0x1000>; | ||
23 | interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>; | ||
24 | clocks = <&clock CLK_PDMA1>; | ||
25 | clock-names = "apb_pclk"; | ||
26 | #dma-cells = <1>; | ||
27 | #dma-channels = <8>; | ||
28 | #dma-requests = <32>; | ||
29 | }; | ||
30 | mdma1: mdma@12850000 { | ||
31 | compatible = "arm,pl330", "arm,primecell"; | ||
32 | reg = <0x12850000 0x1000>; | ||
33 | interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>; | ||
34 | clocks = <&clock CLK_MDMA>; | ||
35 | clock-names = "apb_pclk"; | ||
36 | #dma-cells = <1>; | ||
37 | #dma-channels = <8>; | ||
38 | #dma-requests = <1>; | ||
39 | }; | ||
40 | }; | ||
41 | }; | ||
42 | }; | ||
43 | |||
44 | Signed-off-by: Guenter Roeck <linux@roeck-us.net> | ||
45 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
46 | Reviewed-by: Alistair Francis <alistair.francis@wdc.com> | ||
5 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 47 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 48 | Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
7 | Message-id: 20190128223118.5255-2-richard.henderson@linaro.org | 49 | Message-id: 20190520214342.13709-4-philmd@redhat.com |
50 | [PMD: Do not set default qdev properties, create the controllers in the SoC | ||
51 | rather than the board (Peter Maydell), add dtsi in commit message] | ||
52 | Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
53 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 54 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
9 | --- | 55 | --- |
10 | target/arm/cpu.h | 10 ++++++++++ | 56 | hw/arm/exynos4210.c | 26 ++++++++++++++++++++++++++ |
11 | 1 file changed, 10 insertions(+) | 57 | 1 file changed, 26 insertions(+) |
12 | 58 | ||
13 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | 59 | diff --git a/hw/arm/exynos4210.c b/hw/arm/exynos4210.c |
14 | index XXXXXXX..XXXXXXX 100644 | 60 | index XXXXXXX..XXXXXXX 100644 |
15 | --- a/target/arm/cpu.h | 61 | --- a/hw/arm/exynos4210.c |
16 | +++ b/target/arm/cpu.h | 62 | +++ b/hw/arm/exynos4210.c |
17 | @@ -XXX,XX +XXX,XX @@ FIELD(ID_AA64PFR0, GIC, 24, 4) | 63 | @@ -XXX,XX +XXX,XX @@ |
18 | FIELD(ID_AA64PFR0, RAS, 28, 4) | 64 | /* EHCI */ |
19 | FIELD(ID_AA64PFR0, SVE, 32, 4) | 65 | #define EXYNOS4210_EHCI_BASE_ADDR 0x12580000 |
20 | 66 | ||
21 | +FIELD(ID_AA64PFR1, BT, 0, 4) | 67 | +/* DMA */ |
22 | +FIELD(ID_AA64PFR1, SBSS, 4, 4) | 68 | +#define EXYNOS4210_PL330_BASE0_ADDR 0x12680000 |
23 | +FIELD(ID_AA64PFR1, MTE, 8, 4) | 69 | +#define EXYNOS4210_PL330_BASE1_ADDR 0x12690000 |
24 | +FIELD(ID_AA64PFR1, RAS_FRAC, 12, 4) | 70 | +#define EXYNOS4210_PL330_BASE2_ADDR 0x12850000 |
25 | + | 71 | + |
26 | FIELD(ID_AA64MMFR0, PARANGE, 0, 4) | 72 | static uint8_t chipid_and_omr[] = { 0x11, 0x02, 0x21, 0x43, |
27 | FIELD(ID_AA64MMFR0, ASIDBITS, 4, 4) | 73 | 0x09, 0x00, 0x00, 0x00 }; |
28 | FIELD(ID_AA64MMFR0, BIGEND, 8, 4) | 74 | |
29 | @@ -XXX,XX +XXX,XX @@ static inline bool isar_feature_aa64_lor(const ARMISARegisters *id) | 75 | @@ -XXX,XX +XXX,XX @@ static uint64_t exynos4210_calc_affinity(int cpu) |
30 | return FIELD_EX64(id->id_aa64mmfr1, ID_AA64MMFR1, LO) != 0; | 76 | return (0x9 << ARM_AFF1_SHIFT) | cpu; |
31 | } | 77 | } |
32 | 78 | ||
33 | +static inline bool isar_feature_aa64_bti(const ARMISARegisters *id) | 79 | +static void pl330_create(uint32_t base, qemu_irq irq, int nreq) |
34 | +{ | 80 | +{ |
35 | + return FIELD_EX64(id->id_aa64pfr1, ID_AA64PFR1, BT) != 0; | 81 | + SysBusDevice *busdev; |
82 | + DeviceState *dev; | ||
83 | + | ||
84 | + dev = qdev_create(NULL, "pl330"); | ||
85 | + qdev_prop_set_uint8(dev, "num_periph_req", nreq); | ||
86 | + qdev_init_nofail(dev); | ||
87 | + busdev = SYS_BUS_DEVICE(dev); | ||
88 | + sysbus_mmio_map(busdev, 0, base); | ||
89 | + sysbus_connect_irq(busdev, 0, irq); | ||
36 | +} | 90 | +} |
37 | + | 91 | + |
38 | /* | 92 | Exynos4210State *exynos4210_init(MemoryRegion *system_mem) |
39 | * Forward to the above feature tests given an ARMCPU pointer. | 93 | { |
40 | */ | 94 | Exynos4210State *s = g_new0(Exynos4210State, 1); |
95 | @@ -XXX,XX +XXX,XX @@ Exynos4210State *exynos4210_init(MemoryRegion *system_mem) | ||
96 | sysbus_create_simple(TYPE_EXYNOS4210_EHCI, EXYNOS4210_EHCI_BASE_ADDR, | ||
97 | s->irq_table[exynos4210_get_irq(28, 3)]); | ||
98 | |||
99 | + /*** DMA controllers ***/ | ||
100 | + pl330_create(EXYNOS4210_PL330_BASE0_ADDR, | ||
101 | + qemu_irq_invert(s->irq_table[exynos4210_get_irq(35, 1)]), 32); | ||
102 | + pl330_create(EXYNOS4210_PL330_BASE1_ADDR, | ||
103 | + qemu_irq_invert(s->irq_table[exynos4210_get_irq(36, 1)]), 32); | ||
104 | + pl330_create(EXYNOS4210_PL330_BASE2_ADDR, | ||
105 | + qemu_irq_invert(s->irq_table[exynos4210_get_irq(34, 1)]), 1); | ||
106 | + | ||
107 | return s; | ||
108 | } | ||
41 | -- | 109 | -- |
42 | 2.20.1 | 110 | 2.20.1 |
43 | 111 | ||
44 | 112 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | From: Richard Henderson <richard.henderson@linaro.org> | ||
2 | 1 | ||
3 | Place this in its own field within ENV, as that will | ||
4 | make it easier to reset from within TCG generated code. | ||
5 | |||
6 | With the change to pstate_read/write, exception entry | ||
7 | and return are automatically handled. | ||
8 | |||
9 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
10 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
11 | Message-id: 20190128223118.5255-3-richard.henderson@linaro.org | ||
12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
13 | --- | ||
14 | target/arm/cpu.h | 8 ++++++-- | ||
15 | target/arm/translate-a64.c | 3 +++ | ||
16 | 2 files changed, 9 insertions(+), 2 deletions(-) | ||
17 | |||
18 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | ||
19 | index XXXXXXX..XXXXXXX 100644 | ||
20 | --- a/target/arm/cpu.h | ||
21 | +++ b/target/arm/cpu.h | ||
22 | @@ -XXX,XX +XXX,XX @@ typedef struct CPUARMState { | ||
23 | * semantics as for AArch32, as described in the comments on each field) | ||
24 | * nRW (also known as M[4]) is kept, inverted, in env->aarch64 | ||
25 | * DAIF (exception masks) are kept in env->daif | ||
26 | + * BTYPE is kept in env->btype | ||
27 | * all other bits are stored in their correct places in env->pstate | ||
28 | */ | ||
29 | uint32_t pstate; | ||
30 | @@ -XXX,XX +XXX,XX @@ typedef struct CPUARMState { | ||
31 | uint32_t GE; /* cpsr[19:16] */ | ||
32 | uint32_t thumb; /* cpsr[5]. 0 = arm mode, 1 = thumb mode. */ | ||
33 | uint32_t condexec_bits; /* IT bits. cpsr[15:10,26:25]. */ | ||
34 | + uint32_t btype; /* BTI branch type. spsr[11:10]. */ | ||
35 | uint64_t daif; /* exception masks, in the bits they are in PSTATE */ | ||
36 | |||
37 | uint64_t elr_el[4]; /* AArch64 exception link regs */ | ||
38 | @@ -XXX,XX +XXX,XX @@ void pmu_init(ARMCPU *cpu); | ||
39 | #define PSTATE_I (1U << 7) | ||
40 | #define PSTATE_A (1U << 8) | ||
41 | #define PSTATE_D (1U << 9) | ||
42 | +#define PSTATE_BTYPE (3U << 10) | ||
43 | #define PSTATE_IL (1U << 20) | ||
44 | #define PSTATE_SS (1U << 21) | ||
45 | #define PSTATE_V (1U << 28) | ||
46 | @@ -XXX,XX +XXX,XX @@ void pmu_init(ARMCPU *cpu); | ||
47 | #define PSTATE_N (1U << 31) | ||
48 | #define PSTATE_NZCV (PSTATE_N | PSTATE_Z | PSTATE_C | PSTATE_V) | ||
49 | #define PSTATE_DAIF (PSTATE_D | PSTATE_A | PSTATE_I | PSTATE_F) | ||
50 | -#define CACHED_PSTATE_BITS (PSTATE_NZCV | PSTATE_DAIF) | ||
51 | +#define CACHED_PSTATE_BITS (PSTATE_NZCV | PSTATE_DAIF | PSTATE_BTYPE) | ||
52 | /* Mode values for AArch64 */ | ||
53 | #define PSTATE_MODE_EL3h 13 | ||
54 | #define PSTATE_MODE_EL3t 12 | ||
55 | @@ -XXX,XX +XXX,XX @@ static inline uint32_t pstate_read(CPUARMState *env) | ||
56 | ZF = (env->ZF == 0); | ||
57 | return (env->NF & 0x80000000) | (ZF << 30) | ||
58 | | (env->CF << 29) | ((env->VF & 0x80000000) >> 3) | ||
59 | - | env->pstate | env->daif; | ||
60 | + | env->pstate | env->daif | (env->btype << 10); | ||
61 | } | ||
62 | |||
63 | static inline void pstate_write(CPUARMState *env, uint32_t val) | ||
64 | @@ -XXX,XX +XXX,XX @@ static inline void pstate_write(CPUARMState *env, uint32_t val) | ||
65 | env->CF = (val >> 29) & 1; | ||
66 | env->VF = (val << 3) & 0x80000000; | ||
67 | env->daif = val & PSTATE_DAIF; | ||
68 | + env->btype = (val >> 10) & 3; | ||
69 | env->pstate = val & ~CACHED_PSTATE_BITS; | ||
70 | } | ||
71 | |||
72 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c | ||
73 | index XXXXXXX..XXXXXXX 100644 | ||
74 | --- a/target/arm/translate-a64.c | ||
75 | +++ b/target/arm/translate-a64.c | ||
76 | @@ -XXX,XX +XXX,XX @@ void aarch64_cpu_dump_state(CPUState *cs, FILE *f, | ||
77 | el, | ||
78 | psr & PSTATE_SP ? 'h' : 't'); | ||
79 | |||
80 | + if (cpu_isar_feature(aa64_bti, cpu)) { | ||
81 | + cpu_fprintf(f, " BTYPE=%d", (psr & PSTATE_BTYPE) >> 10); | ||
82 | + } | ||
83 | if (!(flags & CPU_DUMP_FPU)) { | ||
84 | cpu_fprintf(f, "\n"); | ||
85 | return; | ||
86 | -- | ||
87 | 2.20.1 | ||
88 | |||
89 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | From: Richard Henderson <richard.henderson@linaro.org> | ||
2 | 1 | ||
3 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
4 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
5 | Message-id: 20190128223118.5255-4-richard.henderson@linaro.org | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
7 | --- | ||
8 | target/arm/cpu.h | 2 ++ | ||
9 | target/arm/translate.h | 4 ++++ | ||
10 | target/arm/helper.c | 22 +++++++++++++++------- | ||
11 | target/arm/translate-a64.c | 2 ++ | ||
12 | 4 files changed, 23 insertions(+), 7 deletions(-) | ||
13 | |||
14 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | ||
15 | index XXXXXXX..XXXXXXX 100644 | ||
16 | --- a/target/arm/cpu.h | ||
17 | +++ b/target/arm/cpu.h | ||
18 | @@ -XXX,XX +XXX,XX @@ FIELD(TBFLAG_A64, TBII, 0, 2) | ||
19 | FIELD(TBFLAG_A64, SVEEXC_EL, 2, 2) | ||
20 | FIELD(TBFLAG_A64, ZCR_LEN, 4, 4) | ||
21 | FIELD(TBFLAG_A64, PAUTH_ACTIVE, 8, 1) | ||
22 | +FIELD(TBFLAG_A64, BT, 9, 1) | ||
23 | +FIELD(TBFLAG_A64, BTYPE, 10, 2) | ||
24 | |||
25 | static inline bool bswap_code(bool sctlr_b) | ||
26 | { | ||
27 | diff --git a/target/arm/translate.h b/target/arm/translate.h | ||
28 | index XXXXXXX..XXXXXXX 100644 | ||
29 | --- a/target/arm/translate.h | ||
30 | +++ b/target/arm/translate.h | ||
31 | @@ -XXX,XX +XXX,XX @@ typedef struct DisasContext { | ||
32 | bool ss_same_el; | ||
33 | /* True if v8.3-PAuth is active. */ | ||
34 | bool pauth_active; | ||
35 | + /* True with v8.5-BTI and SCTLR_ELx.BT* set. */ | ||
36 | + bool bt; | ||
37 | + /* A copy of PSTATE.BTYPE, which will be 0 without v8.5-BTI. */ | ||
38 | + uint8_t btype; | ||
39 | /* Bottom two bits of XScale c15_cpar coprocessor access control reg */ | ||
40 | int c15_cpar; | ||
41 | /* TCG op of the current insn_start. */ | ||
42 | diff --git a/target/arm/helper.c b/target/arm/helper.c | ||
43 | index XXXXXXX..XXXXXXX 100644 | ||
44 | --- a/target/arm/helper.c | ||
45 | +++ b/target/arm/helper.c | ||
46 | @@ -XXX,XX +XXX,XX @@ void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, | ||
47 | |||
48 | if (is_a64(env)) { | ||
49 | ARMCPU *cpu = arm_env_get_cpu(env); | ||
50 | + uint64_t sctlr; | ||
51 | |||
52 | *pc = env->pc; | ||
53 | flags = FIELD_DP32(flags, TBFLAG_ANY, AARCH64_STATE, 1); | ||
54 | @@ -XXX,XX +XXX,XX @@ void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, | ||
55 | flags = FIELD_DP32(flags, TBFLAG_A64, ZCR_LEN, zcr_len); | ||
56 | } | ||
57 | |||
58 | + if (current_el == 0) { | ||
59 | + /* FIXME: ARMv8.1-VHE S2 translation regime. */ | ||
60 | + sctlr = env->cp15.sctlr_el[1]; | ||
61 | + } else { | ||
62 | + sctlr = env->cp15.sctlr_el[current_el]; | ||
63 | + } | ||
64 | if (cpu_isar_feature(aa64_pauth, cpu)) { | ||
65 | /* | ||
66 | * In order to save space in flags, we record only whether | ||
67 | @@ -XXX,XX +XXX,XX @@ void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, | ||
68 | * a nop, or "active" when some action must be performed. | ||
69 | * The decision of which action to take is left to a helper. | ||
70 | */ | ||
71 | - uint64_t sctlr; | ||
72 | - if (current_el == 0) { | ||
73 | - /* FIXME: ARMv8.1-VHE S2 translation regime. */ | ||
74 | - sctlr = env->cp15.sctlr_el[1]; | ||
75 | - } else { | ||
76 | - sctlr = env->cp15.sctlr_el[current_el]; | ||
77 | - } | ||
78 | if (sctlr & (SCTLR_EnIA | SCTLR_EnIB | SCTLR_EnDA | SCTLR_EnDB)) { | ||
79 | flags = FIELD_DP32(flags, TBFLAG_A64, PAUTH_ACTIVE, 1); | ||
80 | } | ||
81 | } | ||
82 | + | ||
83 | + if (cpu_isar_feature(aa64_bti, cpu)) { | ||
84 | + /* Note that SCTLR_EL[23].BT == SCTLR_BT1. */ | ||
85 | + if (sctlr & (current_el == 0 ? SCTLR_BT0 : SCTLR_BT1)) { | ||
86 | + flags = FIELD_DP32(flags, TBFLAG_A64, BT, 1); | ||
87 | + } | ||
88 | + flags = FIELD_DP32(flags, TBFLAG_A64, BTYPE, env->btype); | ||
89 | + } | ||
90 | } else { | ||
91 | *pc = env->regs[15]; | ||
92 | flags = FIELD_DP32(flags, TBFLAG_A32, THUMB, env->thumb); | ||
93 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c | ||
94 | index XXXXXXX..XXXXXXX 100644 | ||
95 | --- a/target/arm/translate-a64.c | ||
96 | +++ b/target/arm/translate-a64.c | ||
97 | @@ -XXX,XX +XXX,XX @@ static void aarch64_tr_init_disas_context(DisasContextBase *dcbase, | ||
98 | dc->sve_excp_el = FIELD_EX32(tb_flags, TBFLAG_A64, SVEEXC_EL); | ||
99 | dc->sve_len = (FIELD_EX32(tb_flags, TBFLAG_A64, ZCR_LEN) + 1) * 16; | ||
100 | dc->pauth_active = FIELD_EX32(tb_flags, TBFLAG_A64, PAUTH_ACTIVE); | ||
101 | + dc->bt = FIELD_EX32(tb_flags, TBFLAG_A64, BT); | ||
102 | + dc->btype = FIELD_EX32(tb_flags, TBFLAG_A64, BTYPE); | ||
103 | dc->vec_len = 0; | ||
104 | dc->vec_stride = 0; | ||
105 | dc->cp_regs = arm_cpu->cp_regs; | ||
106 | -- | ||
107 | 2.20.1 | ||
108 | |||
109 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | From: Richard Henderson <richard.henderson@linaro.org> | ||
2 | 1 | ||
3 | These bits can be used to cache target-specific data in cputlb | ||
4 | read from the page tables. | ||
5 | |||
6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
8 | Message-id: 20190128223118.5255-5-richard.henderson@linaro.org | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
10 | --- | ||
11 | include/exec/memattrs.h | 10 ++++++++++ | ||
12 | 1 file changed, 10 insertions(+) | ||
13 | |||
14 | diff --git a/include/exec/memattrs.h b/include/exec/memattrs.h | ||
15 | index XXXXXXX..XXXXXXX 100644 | ||
16 | --- a/include/exec/memattrs.h | ||
17 | +++ b/include/exec/memattrs.h | ||
18 | @@ -XXX,XX +XXX,XX @@ typedef struct MemTxAttrs { | ||
19 | unsigned int user:1; | ||
20 | /* Requester ID (for MSI for example) */ | ||
21 | unsigned int requester_id:16; | ||
22 | + /* | ||
23 | + * The following are target-specific page-table bits. These are not | ||
24 | + * related to actual memory transactions at all. However, this structure | ||
25 | + * is part of the tlb_fill interface, cached in the cputlb structure, | ||
26 | + * and has unused bits. These fields will be read by target-specific | ||
27 | + * helpers using env->iotlb[mmu_idx][tlb_index()].attrs.target_tlb_bitN. | ||
28 | + */ | ||
29 | + unsigned int target_tlb_bit0 : 1; | ||
30 | + unsigned int target_tlb_bit1 : 1; | ||
31 | + unsigned int target_tlb_bit2 : 1; | ||
32 | } MemTxAttrs; | ||
33 | |||
34 | /* Bus masters which don't specify any attributes will get this, | ||
35 | -- | ||
36 | 2.20.1 | ||
37 | |||
38 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | From: Richard Henderson <richard.henderson@linaro.org> | ||
2 | 1 | ||
3 | Caching the bit means that we will not have to re-walk the | ||
4 | page tables to look up the bit during translation. | ||
5 | |||
6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
8 | Message-id: 20190128223118.5255-6-richard.henderson@linaro.org | ||
9 | [PMM: no need to OR in guarded bit status] | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
11 | --- | ||
12 | target/arm/helper.c | 6 ++++++ | ||
13 | 1 file changed, 6 insertions(+) | ||
14 | |||
15 | diff --git a/target/arm/helper.c b/target/arm/helper.c | ||
16 | index XXXXXXX..XXXXXXX 100644 | ||
17 | --- a/target/arm/helper.c | ||
18 | +++ b/target/arm/helper.c | ||
19 | @@ -XXX,XX +XXX,XX @@ static bool get_phys_addr_lpae(CPUARMState *env, target_ulong address, | ||
20 | bool ttbr1_valid; | ||
21 | uint64_t descaddrmask; | ||
22 | bool aarch64 = arm_el_is_aa64(env, el); | ||
23 | + bool guarded = false; | ||
24 | |||
25 | /* TODO: | ||
26 | * This code does not handle the different format TCR for VTCR_EL2. | ||
27 | @@ -XXX,XX +XXX,XX @@ static bool get_phys_addr_lpae(CPUARMState *env, target_ulong address, | ||
28 | } | ||
29 | /* Merge in attributes from table descriptors */ | ||
30 | attrs |= nstable << 3; /* NS */ | ||
31 | + guarded = extract64(descriptor, 50, 1); /* GP */ | ||
32 | if (param.hpd) { | ||
33 | /* HPD disables all the table attributes except NSTable. */ | ||
34 | break; | ||
35 | @@ -XXX,XX +XXX,XX @@ static bool get_phys_addr_lpae(CPUARMState *env, target_ulong address, | ||
36 | */ | ||
37 | txattrs->secure = false; | ||
38 | } | ||
39 | + /* When in aarch64 mode, and BTI is enabled, remember GP in the IOTLB. */ | ||
40 | + if (aarch64 && guarded && cpu_isar_feature(aa64_bti, cpu)) { | ||
41 | + txattrs->target_tlb_bit0 = true; | ||
42 | + } | ||
43 | |||
44 | if (cacheattrs != NULL) { | ||
45 | if (mmu_idx == ARMMMUIdx_S2NS) { | ||
46 | -- | ||
47 | 2.20.1 | ||
48 | |||
49 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Philippe Mathieu-Daudé <philmd@redhat.com> |
---|---|---|---|
2 | 2 | ||
3 | The branch target exception for guarded pages has high priority, | 3 | Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
4 | and only 8 instructions are valid for that case. Perform this | 4 | Reviewed-by: Alistair Francis <alistair.francis@wdc.com> |
5 | check before doing any other decode. | 5 | Message-id: 20190520214342.13709-5-philmd@redhat.com |
6 | |||
7 | Clear BTYPE after all insns that neither set BTYPE nor exit via | ||
8 | exception (DISAS_NORETURN). | ||
9 | |||
10 | Not yet handled are insns that exit via DISAS_NORETURN for some | ||
11 | other reason, like direct branches. | ||
12 | |||
13 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
14 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
15 | Message-id: 20190128223118.5255-7-richard.henderson@linaro.org | ||
16 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
17 | --- | 7 | --- |
18 | target/arm/internals.h | 6 ++ | 8 | include/hw/arm/exynos4210.h | 9 +++++++-- |
19 | target/arm/translate.h | 9 ++- | 9 | hw/arm/exynos4210.c | 28 ++++++++++++++++++++++++---- |
20 | target/arm/translate-a64.c | 139 +++++++++++++++++++++++++++++++++++++ | 10 | hw/arm/exynos4_boards.c | 9 ++++++--- |
21 | 3 files changed, 152 insertions(+), 2 deletions(-) | 11 | 3 files changed, 37 insertions(+), 9 deletions(-) |
22 | 12 | ||
23 | diff --git a/target/arm/internals.h b/target/arm/internals.h | 13 | diff --git a/include/hw/arm/exynos4210.h b/include/hw/arm/exynos4210.h |
24 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
25 | --- a/target/arm/internals.h | 15 | --- a/include/hw/arm/exynos4210.h |
26 | +++ b/target/arm/internals.h | 16 | +++ b/include/hw/arm/exynos4210.h |
27 | @@ -XXX,XX +XXX,XX @@ enum arm_exception_class { | 17 | @@ -XXX,XX +XXX,XX @@ typedef struct Exynos4210Irq { |
28 | EC_FPIDTRAP = 0x08, | 18 | } Exynos4210Irq; |
29 | EC_PACTRAP = 0x09, | 19 | |
30 | EC_CP14RRTTRAP = 0x0c, | 20 | typedef struct Exynos4210State { |
31 | + EC_BTITRAP = 0x0d, | 21 | + /*< private >*/ |
32 | EC_ILLEGALSTATE = 0x0e, | 22 | + SysBusDevice parent_obj; |
33 | EC_AA32_SVC = 0x11, | 23 | + /*< public >*/ |
34 | EC_AA32_HVC = 0x12, | 24 | ARMCPU *cpu[EXYNOS4210_NCPUS]; |
35 | @@ -XXX,XX +XXX,XX @@ static inline uint32_t syn_pactrap(void) | 25 | Exynos4210Irq irqs; |
36 | return EC_PACTRAP << ARM_EL_EC_SHIFT; | 26 | qemu_irq *irq_table; |
27 | @@ -XXX,XX +XXX,XX @@ typedef struct Exynos4210State { | ||
28 | I2CBus *i2c_if[EXYNOS4210_I2C_NUMBER]; | ||
29 | } Exynos4210State; | ||
30 | |||
31 | +#define TYPE_EXYNOS4210_SOC "exynos4210" | ||
32 | +#define EXYNOS4210_SOC(obj) \ | ||
33 | + OBJECT_CHECK(Exynos4210State, obj, TYPE_EXYNOS4210_SOC) | ||
34 | + | ||
35 | void exynos4210_write_secondary(ARMCPU *cpu, | ||
36 | const struct arm_boot_info *info); | ||
37 | |||
38 | -Exynos4210State *exynos4210_init(MemoryRegion *system_mem); | ||
39 | - | ||
40 | /* Initialize exynos4210 IRQ subsystem stub */ | ||
41 | qemu_irq *exynos4210_init_irq(Exynos4210Irq *env); | ||
42 | |||
43 | diff --git a/hw/arm/exynos4210.c b/hw/arm/exynos4210.c | ||
44 | index XXXXXXX..XXXXXXX 100644 | ||
45 | --- a/hw/arm/exynos4210.c | ||
46 | +++ b/hw/arm/exynos4210.c | ||
47 | @@ -XXX,XX +XXX,XX @@ static void pl330_create(uint32_t base, qemu_irq irq, int nreq) | ||
48 | sysbus_connect_irq(busdev, 0, irq); | ||
37 | } | 49 | } |
38 | 50 | ||
39 | +static inline uint32_t syn_btitrap(int btype) | 51 | -Exynos4210State *exynos4210_init(MemoryRegion *system_mem) |
52 | +static void exynos4210_realize(DeviceState *socdev, Error **errp) | ||
53 | { | ||
54 | - Exynos4210State *s = g_new0(Exynos4210State, 1); | ||
55 | + Exynos4210State *s = EXYNOS4210_SOC(socdev); | ||
56 | + MemoryRegion *system_mem = get_system_memory(); | ||
57 | qemu_irq gate_irq[EXYNOS4210_NCPUS][EXYNOS4210_IRQ_GATE_NINPUTS]; | ||
58 | SysBusDevice *busdev; | ||
59 | DeviceState *dev; | ||
60 | @@ -XXX,XX +XXX,XX @@ Exynos4210State *exynos4210_init(MemoryRegion *system_mem) | ||
61 | qemu_irq_invert(s->irq_table[exynos4210_get_irq(36, 1)]), 32); | ||
62 | pl330_create(EXYNOS4210_PL330_BASE2_ADDR, | ||
63 | qemu_irq_invert(s->irq_table[exynos4210_get_irq(34, 1)]), 1); | ||
64 | - | ||
65 | - return s; | ||
66 | } | ||
67 | + | ||
68 | +static void exynos4210_class_init(ObjectClass *klass, void *data) | ||
40 | +{ | 69 | +{ |
41 | + return (EC_BTITRAP << ARM_EL_EC_SHIFT) | btype; | 70 | + DeviceClass *dc = DEVICE_CLASS(klass); |
71 | + | ||
72 | + dc->realize = exynos4210_realize; | ||
42 | +} | 73 | +} |
43 | + | 74 | + |
44 | static inline uint32_t syn_insn_abort(int same_el, int ea, int s1ptw, int fsc) | 75 | +static const TypeInfo exynos4210_info = { |
45 | { | 76 | + .name = TYPE_EXYNOS4210_SOC, |
46 | return (EC_INSNABORT << ARM_EL_EC_SHIFT) | (same_el << ARM_EL_EC_SHIFT) | 77 | + .parent = TYPE_SYS_BUS_DEVICE, |
47 | diff --git a/target/arm/translate.h b/target/arm/translate.h | 78 | + .instance_size = sizeof(Exynos4210State), |
48 | index XXXXXXX..XXXXXXX 100644 | 79 | + .class_init = exynos4210_class_init, |
49 | --- a/target/arm/translate.h | 80 | +}; |
50 | +++ b/target/arm/translate.h | 81 | + |
51 | @@ -XXX,XX +XXX,XX @@ typedef struct DisasContext { | 82 | +static void exynos4210_register_types(void) |
52 | bool pauth_active; | ||
53 | /* True with v8.5-BTI and SCTLR_ELx.BT* set. */ | ||
54 | bool bt; | ||
55 | - /* A copy of PSTATE.BTYPE, which will be 0 without v8.5-BTI. */ | ||
56 | - uint8_t btype; | ||
57 | + /* | ||
58 | + * >= 0, a copy of PSTATE.BTYPE, which will be 0 without v8.5-BTI. | ||
59 | + * < 0, set by the current instruction. | ||
60 | + */ | ||
61 | + int8_t btype; | ||
62 | + /* True if this page is guarded. */ | ||
63 | + bool guarded_page; | ||
64 | /* Bottom two bits of XScale c15_cpar coprocessor access control reg */ | ||
65 | int c15_cpar; | ||
66 | /* TCG op of the current insn_start. */ | ||
67 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c | ||
68 | index XXXXXXX..XXXXXXX 100644 | ||
69 | --- a/target/arm/translate-a64.c | ||
70 | +++ b/target/arm/translate-a64.c | ||
71 | @@ -XXX,XX +XXX,XX @@ static inline int get_a64_user_mem_index(DisasContext *s) | ||
72 | return arm_to_core_mmu_idx(useridx); | ||
73 | } | ||
74 | |||
75 | +static void reset_btype(DisasContext *s) | ||
76 | +{ | 83 | +{ |
77 | + if (s->btype != 0) { | 84 | + type_register_static(&exynos4210_info); |
78 | + TCGv_i32 zero = tcg_const_i32(0); | ||
79 | + tcg_gen_st_i32(zero, cpu_env, offsetof(CPUARMState, btype)); | ||
80 | + tcg_temp_free_i32(zero); | ||
81 | + s->btype = 0; | ||
82 | + } | ||
83 | +} | 85 | +} |
84 | + | 86 | + |
85 | void aarch64_cpu_dump_state(CPUState *cs, FILE *f, | 87 | +type_init(exynos4210_register_types) |
86 | fprintf_function cpu_fprintf, int flags) | 88 | diff --git a/hw/arm/exynos4_boards.c b/hw/arm/exynos4_boards.c |
87 | { | 89 | index XXXXXXX..XXXXXXX 100644 |
88 | @@ -XXX,XX +XXX,XX @@ static void disas_data_proc_simd_fp(DisasContext *s, uint32_t insn) | 90 | --- a/hw/arm/exynos4_boards.c |
89 | } | 91 | +++ b/hw/arm/exynos4_boards.c |
92 | @@ -XXX,XX +XXX,XX @@ typedef enum Exynos4BoardType { | ||
93 | } Exynos4BoardType; | ||
94 | |||
95 | typedef struct Exynos4BoardState { | ||
96 | - Exynos4210State *soc; | ||
97 | + Exynos4210State soc; | ||
98 | MemoryRegion dram0_mem; | ||
99 | MemoryRegion dram1_mem; | ||
100 | } Exynos4BoardState; | ||
101 | @@ -XXX,XX +XXX,XX @@ exynos4_boards_init_common(MachineState *machine, | ||
102 | exynos4_boards_init_ram(s, get_system_memory(), | ||
103 | exynos4_board_ram_size[board_type]); | ||
104 | |||
105 | - s->soc = exynos4210_init(get_system_memory()); | ||
106 | + object_initialize(&s->soc, sizeof(s->soc), TYPE_EXYNOS4210_SOC); | ||
107 | + qdev_set_parent_bus(DEVICE(&s->soc), sysbus_get_default()); | ||
108 | + object_property_set_bool(OBJECT(&s->soc), true, "realized", | ||
109 | + &error_fatal); | ||
110 | |||
111 | return s; | ||
90 | } | 112 | } |
91 | 113 | @@ -XXX,XX +XXX,XX @@ static void smdkc210_init(MachineState *machine) | |
92 | +/** | 114 | EXYNOS4_BOARD_SMDKC210); |
93 | + * is_guarded_page: | 115 | |
94 | + * @env: The cpu environment | 116 | lan9215_init(SMDK_LAN9118_BASE_ADDR, |
95 | + * @s: The DisasContext | 117 | - qemu_irq_invert(s->soc->irq_table[exynos4210_get_irq(37, 1)])); |
96 | + * | 118 | + qemu_irq_invert(s->soc.irq_table[exynos4210_get_irq(37, 1)])); |
97 | + * Return true if the page is guarded. | 119 | arm_load_kernel(ARM_CPU(first_cpu), &exynos4_board_binfo); |
98 | + */ | ||
99 | +static bool is_guarded_page(CPUARMState *env, DisasContext *s) | ||
100 | +{ | ||
101 | +#ifdef CONFIG_USER_ONLY | ||
102 | + return false; /* FIXME */ | ||
103 | +#else | ||
104 | + uint64_t addr = s->base.pc_first; | ||
105 | + int mmu_idx = arm_to_core_mmu_idx(s->mmu_idx); | ||
106 | + unsigned int index = tlb_index(env, mmu_idx, addr); | ||
107 | + CPUTLBEntry *entry = tlb_entry(env, mmu_idx, addr); | ||
108 | + | ||
109 | + /* | ||
110 | + * We test this immediately after reading an insn, which means | ||
111 | + * that any normal page must be in the TLB. The only exception | ||
112 | + * would be for executing from flash or device memory, which | ||
113 | + * does not retain the TLB entry. | ||
114 | + * | ||
115 | + * FIXME: Assume false for those, for now. We could use | ||
116 | + * arm_cpu_get_phys_page_attrs_debug to re-read the page | ||
117 | + * table entry even for that case. | ||
118 | + */ | ||
119 | + return (tlb_hit(entry->addr_code, addr) && | ||
120 | + env->iotlb[mmu_idx][index].attrs.target_tlb_bit0); | ||
121 | +#endif | ||
122 | +} | ||
123 | + | ||
124 | +/** | ||
125 | + * btype_destination_ok: | ||
126 | + * @insn: The instruction at the branch destination | ||
127 | + * @bt: SCTLR_ELx.BT | ||
128 | + * @btype: PSTATE.BTYPE, and is non-zero | ||
129 | + * | ||
130 | + * On a guarded page, there are a limited number of insns | ||
131 | + * that may be present at the branch target: | ||
132 | + * - branch target identifiers, | ||
133 | + * - paciasp, pacibsp, | ||
134 | + * - BRK insn | ||
135 | + * - HLT insn | ||
136 | + * Anything else causes a Branch Target Exception. | ||
137 | + * | ||
138 | + * Return true if the branch is compatible, false to raise BTITRAP. | ||
139 | + */ | ||
140 | +static bool btype_destination_ok(uint32_t insn, bool bt, int btype) | ||
141 | +{ | ||
142 | + if ((insn & 0xfffff01fu) == 0xd503201fu) { | ||
143 | + /* HINT space */ | ||
144 | + switch (extract32(insn, 5, 7)) { | ||
145 | + case 0b011001: /* PACIASP */ | ||
146 | + case 0b011011: /* PACIBSP */ | ||
147 | + /* | ||
148 | + * If SCTLR_ELx.BT, then PACI*SP are not compatible | ||
149 | + * with btype == 3. Otherwise all btype are ok. | ||
150 | + */ | ||
151 | + return !bt || btype != 3; | ||
152 | + case 0b100000: /* BTI */ | ||
153 | + /* Not compatible with any btype. */ | ||
154 | + return false; | ||
155 | + case 0b100010: /* BTI c */ | ||
156 | + /* Not compatible with btype == 3 */ | ||
157 | + return btype != 3; | ||
158 | + case 0b100100: /* BTI j */ | ||
159 | + /* Not compatible with btype == 2 */ | ||
160 | + return btype != 2; | ||
161 | + case 0b100110: /* BTI jc */ | ||
162 | + /* Compatible with any btype. */ | ||
163 | + return true; | ||
164 | + } | ||
165 | + } else { | ||
166 | + switch (insn & 0xffe0001fu) { | ||
167 | + case 0xd4200000u: /* BRK */ | ||
168 | + case 0xd4400000u: /* HLT */ | ||
169 | + /* Give priority to the breakpoint exception. */ | ||
170 | + return true; | ||
171 | + } | ||
172 | + } | ||
173 | + return false; | ||
174 | +} | ||
175 | + | ||
176 | /* C3.1 A64 instruction index by encoding */ | ||
177 | static void disas_a64_insn(CPUARMState *env, DisasContext *s) | ||
178 | { | ||
179 | @@ -XXX,XX +XXX,XX @@ static void disas_a64_insn(CPUARMState *env, DisasContext *s) | ||
180 | |||
181 | s->fp_access_checked = false; | ||
182 | |||
183 | + if (dc_isar_feature(aa64_bti, s)) { | ||
184 | + if (s->base.num_insns == 1) { | ||
185 | + /* | ||
186 | + * At the first insn of the TB, compute s->guarded_page. | ||
187 | + * We delayed computing this until successfully reading | ||
188 | + * the first insn of the TB, above. This (mostly) ensures | ||
189 | + * that the softmmu tlb entry has been populated, and the | ||
190 | + * page table GP bit is available. | ||
191 | + * | ||
192 | + * Note that we need to compute this even if btype == 0, | ||
193 | + * because this value is used for BR instructions later | ||
194 | + * where ENV is not available. | ||
195 | + */ | ||
196 | + s->guarded_page = is_guarded_page(env, s); | ||
197 | + | ||
198 | + /* First insn can have btype set to non-zero. */ | ||
199 | + tcg_debug_assert(s->btype >= 0); | ||
200 | + | ||
201 | + /* | ||
202 | + * Note that the Branch Target Exception has fairly high | ||
203 | + * priority -- below debugging exceptions but above most | ||
204 | + * everything else. This allows us to handle this now | ||
205 | + * instead of waiting until the insn is otherwise decoded. | ||
206 | + */ | ||
207 | + if (s->btype != 0 | ||
208 | + && s->guarded_page | ||
209 | + && !btype_destination_ok(insn, s->bt, s->btype)) { | ||
210 | + gen_exception_insn(s, 4, EXCP_UDEF, syn_btitrap(s->btype), | ||
211 | + default_exception_el(s)); | ||
212 | + return; | ||
213 | + } | ||
214 | + } else { | ||
215 | + /* Not the first insn: btype must be 0. */ | ||
216 | + tcg_debug_assert(s->btype == 0); | ||
217 | + } | ||
218 | + } | ||
219 | + | ||
220 | switch (extract32(insn, 25, 4)) { | ||
221 | case 0x0: case 0x1: case 0x3: /* UNALLOCATED */ | ||
222 | unallocated_encoding(s); | ||
223 | @@ -XXX,XX +XXX,XX @@ static void disas_a64_insn(CPUARMState *env, DisasContext *s) | ||
224 | |||
225 | /* if we allocated any temporaries, free them here */ | ||
226 | free_tmp_a64(s); | ||
227 | + | ||
228 | + /* | ||
229 | + * After execution of most insns, btype is reset to 0. | ||
230 | + * Note that we set btype == -1 when the insn sets btype. | ||
231 | + */ | ||
232 | + if (s->btype > 0 && s->base.is_jmp != DISAS_NORETURN) { | ||
233 | + reset_btype(s); | ||
234 | + } | ||
235 | } | 120 | } |
236 | 121 | ||
237 | static void aarch64_tr_init_disas_context(DisasContextBase *dcbase, | ||
238 | -- | 122 | -- |
239 | 2.20.1 | 123 | 2.20.1 |
240 | 124 | ||
241 | 125 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | From: Richard Henderson <richard.henderson@linaro.org> | ||
2 | 1 | ||
3 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
4 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
5 | Message-id: 20190128223118.5255-11-richard.henderson@linaro.org | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
7 | --- | ||
8 | target/arm/cpu64.c | 4 ++++ | ||
9 | 1 file changed, 4 insertions(+) | ||
10 | |||
11 | diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c | ||
12 | index XXXXXXX..XXXXXXX 100644 | ||
13 | --- a/target/arm/cpu64.c | ||
14 | +++ b/target/arm/cpu64.c | ||
15 | @@ -XXX,XX +XXX,XX @@ static void aarch64_max_initfn(Object *obj) | ||
16 | t = FIELD_DP64(t, ID_AA64PFR0, ADVSIMD, 1); | ||
17 | cpu->isar.id_aa64pfr0 = t; | ||
18 | |||
19 | + t = cpu->isar.id_aa64pfr1; | ||
20 | + t = FIELD_DP64(t, ID_AA64PFR1, BT, 1); | ||
21 | + cpu->isar.id_aa64pfr1 = t; | ||
22 | + | ||
23 | t = cpu->isar.id_aa64mmfr1; | ||
24 | t = FIELD_DP64(t, ID_AA64MMFR1, HPDS, 1); /* HPD */ | ||
25 | t = FIELD_DP64(t, ID_AA64MMFR1, LO, 1); | ||
26 | -- | ||
27 | 2.20.1 | ||
28 | |||
29 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | From: Richard Henderson <richard.henderson@linaro.org> | ||
2 | 1 | ||
3 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
4 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
5 | Message-id: 20190201195404.30486-2-richard.henderson@linaro.org | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
7 | --- | ||
8 | linux-user/aarch64/target_syscall.h | 7 ++++++ | ||
9 | linux-user/syscall.c | 36 +++++++++++++++++++++++++++++ | ||
10 | 2 files changed, 43 insertions(+) | ||
11 | |||
12 | diff --git a/linux-user/aarch64/target_syscall.h b/linux-user/aarch64/target_syscall.h | ||
13 | index XXXXXXX..XXXXXXX 100644 | ||
14 | --- a/linux-user/aarch64/target_syscall.h | ||
15 | +++ b/linux-user/aarch64/target_syscall.h | ||
16 | @@ -XXX,XX +XXX,XX @@ struct target_pt_regs { | ||
17 | #define TARGET_PR_SVE_SET_VL 50 | ||
18 | #define TARGET_PR_SVE_GET_VL 51 | ||
19 | |||
20 | +#define TARGET_PR_PAC_RESET_KEYS 54 | ||
21 | +# define TARGET_PR_PAC_APIAKEY (1 << 0) | ||
22 | +# define TARGET_PR_PAC_APIBKEY (1 << 1) | ||
23 | +# define TARGET_PR_PAC_APDAKEY (1 << 2) | ||
24 | +# define TARGET_PR_PAC_APDBKEY (1 << 3) | ||
25 | +# define TARGET_PR_PAC_APGAKEY (1 << 4) | ||
26 | + | ||
27 | void arm_init_pauth_key(ARMPACKey *key); | ||
28 | |||
29 | #endif /* AARCH64_TARGET_SYSCALL_H */ | ||
30 | diff --git a/linux-user/syscall.c b/linux-user/syscall.c | ||
31 | index XXXXXXX..XXXXXXX 100644 | ||
32 | --- a/linux-user/syscall.c | ||
33 | +++ b/linux-user/syscall.c | ||
34 | @@ -XXX,XX +XXX,XX @@ static abi_long do_syscall1(void *cpu_env, int num, abi_long arg1, | ||
35 | } | ||
36 | } | ||
37 | return ret; | ||
38 | + case TARGET_PR_PAC_RESET_KEYS: | ||
39 | + { | ||
40 | + CPUARMState *env = cpu_env; | ||
41 | + ARMCPU *cpu = arm_env_get_cpu(env); | ||
42 | + | ||
43 | + if (arg3 || arg4 || arg5) { | ||
44 | + return -TARGET_EINVAL; | ||
45 | + } | ||
46 | + if (cpu_isar_feature(aa64_pauth, cpu)) { | ||
47 | + int all = (TARGET_PR_PAC_APIAKEY | TARGET_PR_PAC_APIBKEY | | ||
48 | + TARGET_PR_PAC_APDAKEY | TARGET_PR_PAC_APDBKEY | | ||
49 | + TARGET_PR_PAC_APGAKEY); | ||
50 | + if (arg2 == 0) { | ||
51 | + arg2 = all; | ||
52 | + } else if (arg2 & ~all) { | ||
53 | + return -TARGET_EINVAL; | ||
54 | + } | ||
55 | + if (arg2 & TARGET_PR_PAC_APIAKEY) { | ||
56 | + arm_init_pauth_key(&env->apia_key); | ||
57 | + } | ||
58 | + if (arg2 & TARGET_PR_PAC_APIBKEY) { | ||
59 | + arm_init_pauth_key(&env->apib_key); | ||
60 | + } | ||
61 | + if (arg2 & TARGET_PR_PAC_APDAKEY) { | ||
62 | + arm_init_pauth_key(&env->apda_key); | ||
63 | + } | ||
64 | + if (arg2 & TARGET_PR_PAC_APDBKEY) { | ||
65 | + arm_init_pauth_key(&env->apdb_key); | ||
66 | + } | ||
67 | + if (arg2 & TARGET_PR_PAC_APGAKEY) { | ||
68 | + arm_init_pauth_key(&env->apga_key); | ||
69 | + } | ||
70 | + return 0; | ||
71 | + } | ||
72 | + } | ||
73 | + return -TARGET_EINVAL; | ||
74 | #endif /* AARCH64 */ | ||
75 | case PR_GET_SECCOMP: | ||
76 | case PR_SET_SECCOMP: | ||
77 | -- | ||
78 | 2.20.1 | ||
79 | |||
80 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | From: Richard Henderson <richard.henderson@linaro.org> | ||
2 | 1 | ||
3 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
4 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
5 | Message-id: 20190201195404.30486-3-richard.henderson@linaro.org | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
7 | --- | ||
8 | tests/tcg/aarch64/Makefile.target | 6 +++++- | ||
9 | tests/tcg/aarch64/pauth-1.c | 23 +++++++++++++++++++++++ | ||
10 | 2 files changed, 28 insertions(+), 1 deletion(-) | ||
11 | create mode 100644 tests/tcg/aarch64/pauth-1.c | ||
12 | |||
13 | diff --git a/tests/tcg/aarch64/Makefile.target b/tests/tcg/aarch64/Makefile.target | ||
14 | index XXXXXXX..XXXXXXX 100644 | ||
15 | --- a/tests/tcg/aarch64/Makefile.target | ||
16 | +++ b/tests/tcg/aarch64/Makefile.target | ||
17 | @@ -XXX,XX +XXX,XX @@ VPATH += $(AARCH64_SRC) | ||
18 | # we don't build any of the ARM tests | ||
19 | AARCH64_TESTS=$(filter-out $(ARM_TESTS), $(TESTS)) | ||
20 | AARCH64_TESTS+=fcvt | ||
21 | -TESTS:=$(AARCH64_TESTS) | ||
22 | |||
23 | fcvt: LDFLAGS+=-lm | ||
24 | |||
25 | run-fcvt: fcvt | ||
26 | $(call run-test,$<,$(QEMU) $<, "$< on $(TARGET_NAME)") | ||
27 | $(call diff-out,$<,$(AARCH64_SRC)/fcvt.ref) | ||
28 | + | ||
29 | +AARCH64_TESTS += pauth-1 | ||
30 | +run-pauth-%: QEMU += -cpu max | ||
31 | + | ||
32 | +TESTS:=$(AARCH64_TESTS) | ||
33 | diff --git a/tests/tcg/aarch64/pauth-1.c b/tests/tcg/aarch64/pauth-1.c | ||
34 | new file mode 100644 | ||
35 | index XXXXXXX..XXXXXXX | ||
36 | --- /dev/null | ||
37 | +++ b/tests/tcg/aarch64/pauth-1.c | ||
38 | @@ -XXX,XX +XXX,XX @@ | ||
39 | +#include <assert.h> | ||
40 | +#include <sys/prctl.h> | ||
41 | + | ||
42 | +asm(".arch armv8.4-a"); | ||
43 | + | ||
44 | +#ifndef PR_PAC_RESET_KEYS | ||
45 | +#define PR_PAC_RESET_KEYS 54 | ||
46 | +#define PR_PAC_APDAKEY (1 << 2) | ||
47 | +#endif | ||
48 | + | ||
49 | +int main() | ||
50 | +{ | ||
51 | + int x; | ||
52 | + void *p0 = &x, *p1, *p2; | ||
53 | + | ||
54 | + asm volatile("pacdza %0" : "=r"(p1) : "0"(p0)); | ||
55 | + prctl(PR_PAC_RESET_KEYS, PR_PAC_APDAKEY, 0, 0, 0); | ||
56 | + asm volatile("pacdza %0" : "=r"(p2) : "0"(p0)); | ||
57 | + | ||
58 | + assert(p1 != p0); | ||
59 | + assert(p1 != p2); | ||
60 | + return 0; | ||
61 | +} | ||
62 | -- | ||
63 | 2.20.1 | ||
64 | |||
65 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | From: Richard Henderson <richard.henderson@linaro.org> | ||
2 | 1 | ||
3 | Split out gen_top_byte_ignore in preparation of handling these | ||
4 | data accesses; the new tbflags field is not yet honored. | ||
5 | |||
6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
8 | Message-id: 20190204132126.3255-2-richard.henderson@linaro.org | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
10 | --- | ||
11 | target/arm/cpu.h | 1 + | ||
12 | target/arm/translate.h | 3 +- | ||
13 | target/arm/helper.c | 1 + | ||
14 | target/arm/translate-a64.c | 72 +++++++++++++++++++------------------- | ||
15 | 4 files changed, 40 insertions(+), 37 deletions(-) | ||
16 | |||
17 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | ||
18 | index XXXXXXX..XXXXXXX 100644 | ||
19 | --- a/target/arm/cpu.h | ||
20 | +++ b/target/arm/cpu.h | ||
21 | @@ -XXX,XX +XXX,XX @@ FIELD(TBFLAG_A64, ZCR_LEN, 4, 4) | ||
22 | FIELD(TBFLAG_A64, PAUTH_ACTIVE, 8, 1) | ||
23 | FIELD(TBFLAG_A64, BT, 9, 1) | ||
24 | FIELD(TBFLAG_A64, BTYPE, 10, 2) | ||
25 | +FIELD(TBFLAG_A64, TBID, 12, 2) | ||
26 | |||
27 | static inline bool bswap_code(bool sctlr_b) | ||
28 | { | ||
29 | diff --git a/target/arm/translate.h b/target/arm/translate.h | ||
30 | index XXXXXXX..XXXXXXX 100644 | ||
31 | --- a/target/arm/translate.h | ||
32 | +++ b/target/arm/translate.h | ||
33 | @@ -XXX,XX +XXX,XX @@ typedef struct DisasContext { | ||
34 | int user; | ||
35 | #endif | ||
36 | ARMMMUIdx mmu_idx; /* MMU index to use for normal loads/stores */ | ||
37 | - uint8_t tbii; /* TBI1|TBI0 for EL0/1 or TBI for EL2/3 */ | ||
38 | + uint8_t tbii; /* TBI1|TBI0 for insns */ | ||
39 | + uint8_t tbid; /* TBI1|TBI0 for data */ | ||
40 | bool ns; /* Use non-secure CPREG bank on access */ | ||
41 | int fp_excp_el; /* FP exception EL or 0 if enabled */ | ||
42 | int sve_excp_el; /* SVE exception EL or 0 if enabled */ | ||
43 | diff --git a/target/arm/helper.c b/target/arm/helper.c | ||
44 | index XXXXXXX..XXXXXXX 100644 | ||
45 | --- a/target/arm/helper.c | ||
46 | +++ b/target/arm/helper.c | ||
47 | @@ -XXX,XX +XXX,XX @@ void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, | ||
48 | } | ||
49 | |||
50 | flags = FIELD_DP32(flags, TBFLAG_A64, TBII, tbii); | ||
51 | + flags = FIELD_DP32(flags, TBFLAG_A64, TBID, tbid); | ||
52 | } | ||
53 | #endif | ||
54 | |||
55 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c | ||
56 | index XXXXXXX..XXXXXXX 100644 | ||
57 | --- a/target/arm/translate-a64.c | ||
58 | +++ b/target/arm/translate-a64.c | ||
59 | @@ -XXX,XX +XXX,XX @@ void gen_a64_set_pc_im(uint64_t val) | ||
60 | tcg_gen_movi_i64(cpu_pc, val); | ||
61 | } | ||
62 | |||
63 | -/* Load the PC from a generic TCG variable. | ||
64 | +/* | ||
65 | + * Handle Top Byte Ignore (TBI) bits. | ||
66 | * | ||
67 | - * If address tagging is enabled via the TCR TBI bits, then loading | ||
68 | - * an address into the PC will clear out any tag in it: | ||
69 | + * If address tagging is enabled via the TCR TBI bits: | ||
70 | * + for EL2 and EL3 there is only one TBI bit, and if it is set | ||
71 | * then the address is zero-extended, clearing bits [63:56] | ||
72 | * + for EL0 and EL1, TBI0 controls addresses with bit 55 == 0 | ||
73 | @@ -XXX,XX +XXX,XX @@ void gen_a64_set_pc_im(uint64_t val) | ||
74 | * If the appropriate TBI bit is set for the address then | ||
75 | * the address is sign-extended from bit 55 into bits [63:56] | ||
76 | * | ||
77 | - * We can avoid doing this for relative-branches, because the | ||
78 | - * PC + offset can never overflow into the tag bits (assuming | ||
79 | - * that virtual addresses are less than 56 bits wide, as they | ||
80 | - * are currently), but we must handle it for branch-to-register. | ||
81 | + * Here We have concatenated TBI{1,0} into tbi. | ||
82 | */ | ||
83 | -static void gen_a64_set_pc(DisasContext *s, TCGv_i64 src) | ||
84 | +static void gen_top_byte_ignore(DisasContext *s, TCGv_i64 dst, | ||
85 | + TCGv_i64 src, int tbi) | ||
86 | { | ||
87 | - /* Note that TBII is TBI1:TBI0. */ | ||
88 | - int tbi = s->tbii; | ||
89 | - | ||
90 | - if (s->current_el <= 1) { | ||
91 | - if (tbi != 0) { | ||
92 | - /* Sign-extend from bit 55. */ | ||
93 | - tcg_gen_sextract_i64(cpu_pc, src, 0, 56); | ||
94 | - | ||
95 | - if (tbi != 3) { | ||
96 | - TCGv_i64 tcg_zero = tcg_const_i64(0); | ||
97 | - | ||
98 | - /* | ||
99 | - * The two TBI bits differ. | ||
100 | - * If tbi0, then !tbi1: only use the extension if positive. | ||
101 | - * if !tbi0, then tbi1: only use the extension if negative. | ||
102 | - */ | ||
103 | - tcg_gen_movcond_i64(tbi == 1 ? TCG_COND_GE : TCG_COND_LT, | ||
104 | - cpu_pc, cpu_pc, tcg_zero, cpu_pc, src); | ||
105 | - tcg_temp_free_i64(tcg_zero); | ||
106 | - } | ||
107 | - return; | ||
108 | - } | ||
109 | + if (tbi == 0) { | ||
110 | + /* Load unmodified address */ | ||
111 | + tcg_gen_mov_i64(dst, src); | ||
112 | + } else if (s->current_el >= 2) { | ||
113 | + /* FIXME: ARMv8.1-VHE S2 translation regime. */ | ||
114 | + /* Force tag byte to all zero */ | ||
115 | + tcg_gen_extract_i64(dst, src, 0, 56); | ||
116 | } else { | ||
117 | - if (tbi != 0) { | ||
118 | - /* Force tag byte to all zero */ | ||
119 | - tcg_gen_extract_i64(cpu_pc, src, 0, 56); | ||
120 | - return; | ||
121 | + /* Sign-extend from bit 55. */ | ||
122 | + tcg_gen_sextract_i64(dst, src, 0, 56); | ||
123 | + | ||
124 | + if (tbi != 3) { | ||
125 | + TCGv_i64 tcg_zero = tcg_const_i64(0); | ||
126 | + | ||
127 | + /* | ||
128 | + * The two TBI bits differ. | ||
129 | + * If tbi0, then !tbi1: only use the extension if positive. | ||
130 | + * if !tbi0, then tbi1: only use the extension if negative. | ||
131 | + */ | ||
132 | + tcg_gen_movcond_i64(tbi == 1 ? TCG_COND_GE : TCG_COND_LT, | ||
133 | + dst, dst, tcg_zero, dst, src); | ||
134 | + tcg_temp_free_i64(tcg_zero); | ||
135 | } | ||
136 | } | ||
137 | +} | ||
138 | |||
139 | - /* Load unmodified address */ | ||
140 | - tcg_gen_mov_i64(cpu_pc, src); | ||
141 | +static void gen_a64_set_pc(DisasContext *s, TCGv_i64 src) | ||
142 | +{ | ||
143 | + /* | ||
144 | + * If address tagging is enabled for instructions via the TCR TBI bits, | ||
145 | + * then loading an address into the PC will clear out any tag. | ||
146 | + */ | ||
147 | + gen_top_byte_ignore(s, cpu_pc, src, s->tbii); | ||
148 | } | ||
149 | |||
150 | typedef struct DisasCompare64 { | ||
151 | @@ -XXX,XX +XXX,XX @@ static void aarch64_tr_init_disas_context(DisasContextBase *dcbase, | ||
152 | core_mmu_idx = FIELD_EX32(tb_flags, TBFLAG_ANY, MMUIDX); | ||
153 | dc->mmu_idx = core_to_arm_mmu_idx(env, core_mmu_idx); | ||
154 | dc->tbii = FIELD_EX32(tb_flags, TBFLAG_A64, TBII); | ||
155 | + dc->tbid = FIELD_EX32(tb_flags, TBFLAG_A64, TBID); | ||
156 | dc->current_el = arm_mmu_idx_to_el(dc->mmu_idx); | ||
157 | #if !defined(CONFIG_USER_ONLY) | ||
158 | dc->user = (dc->current_el == 0); | ||
159 | -- | ||
160 | 2.20.1 | ||
161 | |||
162 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Fix the block comment style in arm_load_kernel() to QEMU's | ||
2 | current style preferences. This will allow us to do some | ||
3 | refactoring of this function without checkpatch complaining | ||
4 | about the code-motion patches. | ||
5 | 1 | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
8 | Reviewed-by: Igor Mammedov <imammedo@redhat.com> | ||
9 | Message-id: 20190131112240.8395-2-peter.maydell@linaro.org | ||
10 | --- | ||
11 | hw/arm/boot.c | 30 ++++++++++++++++++++---------- | ||
12 | 1 file changed, 20 insertions(+), 10 deletions(-) | ||
13 | |||
14 | diff --git a/hw/arm/boot.c b/hw/arm/boot.c | ||
15 | index XXXXXXX..XXXXXXX 100644 | ||
16 | --- a/hw/arm/boot.c | ||
17 | +++ b/hw/arm/boot.c | ||
18 | @@ -XXX,XX +XXX,XX @@ void arm_load_kernel(ARMCPU *cpu, struct arm_boot_info *info) | ||
19 | static const ARMInsnFixup *primary_loader; | ||
20 | AddressSpace *as = arm_boot_address_space(cpu, info); | ||
21 | |||
22 | - /* CPU objects (unlike devices) are not automatically reset on system | ||
23 | + /* | ||
24 | + * CPU objects (unlike devices) are not automatically reset on system | ||
25 | * reset, so we must always register a handler to do so. If we're | ||
26 | * actually loading a kernel, the handler is also responsible for | ||
27 | * arranging that we start it correctly. | ||
28 | @@ -XXX,XX +XXX,XX @@ void arm_load_kernel(ARMCPU *cpu, struct arm_boot_info *info) | ||
29 | qemu_register_reset(do_cpu_reset, ARM_CPU(cs)); | ||
30 | } | ||
31 | |||
32 | - /* The board code is not supposed to set secure_board_setup unless | ||
33 | + /* | ||
34 | + * The board code is not supposed to set secure_board_setup unless | ||
35 | * running its code in secure mode is actually possible, and KVM | ||
36 | * doesn't support secure. | ||
37 | */ | ||
38 | @@ -XXX,XX +XXX,XX @@ void arm_load_kernel(ARMCPU *cpu, struct arm_boot_info *info) | ||
39 | if (!info->kernel_filename || info->firmware_loaded) { | ||
40 | |||
41 | if (have_dtb(info)) { | ||
42 | - /* If we have a device tree blob, but no kernel to supply it to (or | ||
43 | + /* | ||
44 | + * If we have a device tree blob, but no kernel to supply it to (or | ||
45 | * the kernel is supposed to be loaded by the bootloader), copy the | ||
46 | * DTB to the base of RAM for the bootloader to pick up. | ||
47 | */ | ||
48 | @@ -XXX,XX +XXX,XX @@ void arm_load_kernel(ARMCPU *cpu, struct arm_boot_info *info) | ||
49 | try_decompressing_kernel = arm_feature(&cpu->env, | ||
50 | ARM_FEATURE_AARCH64); | ||
51 | |||
52 | - /* Expose the kernel, the command line, and the initrd in fw_cfg. | ||
53 | + /* | ||
54 | + * Expose the kernel, the command line, and the initrd in fw_cfg. | ||
55 | * We don't process them here at all, it's all left to the | ||
56 | * firmware. | ||
57 | */ | ||
58 | @@ -XXX,XX +XXX,XX @@ void arm_load_kernel(ARMCPU *cpu, struct arm_boot_info *info) | ||
59 | } | ||
60 | } | ||
61 | |||
62 | - /* We will start from address 0 (typically a boot ROM image) in the | ||
63 | + /* | ||
64 | + * We will start from address 0 (typically a boot ROM image) in the | ||
65 | * same way as hardware. | ||
66 | */ | ||
67 | return; | ||
68 | @@ -XXX,XX +XXX,XX @@ void arm_load_kernel(ARMCPU *cpu, struct arm_boot_info *info) | ||
69 | if (info->nb_cpus == 0) | ||
70 | info->nb_cpus = 1; | ||
71 | |||
72 | - /* We want to put the initrd far enough into RAM that when the | ||
73 | + /* | ||
74 | + * We want to put the initrd far enough into RAM that when the | ||
75 | * kernel is uncompressed it will not clobber the initrd. However | ||
76 | * on boards without much RAM we must ensure that we still leave | ||
77 | * enough room for a decent sized initrd, and on boards with large | ||
78 | @@ -XXX,XX +XXX,XX @@ void arm_load_kernel(ARMCPU *cpu, struct arm_boot_info *info) | ||
79 | kernel_size = arm_load_elf(info, &elf_entry, &elf_low_addr, | ||
80 | &elf_high_addr, elf_machine, as); | ||
81 | if (kernel_size > 0 && have_dtb(info)) { | ||
82 | - /* If there is still some room left at the base of RAM, try and put | ||
83 | + /* | ||
84 | + * If there is still some room left at the base of RAM, try and put | ||
85 | * the DTB there like we do for images loaded with -bios or -pflash. | ||
86 | */ | ||
87 | if (elf_low_addr > info->loader_start | ||
88 | || elf_high_addr < info->loader_start) { | ||
89 | - /* Set elf_low_addr as address limit for arm_load_dtb if it may be | ||
90 | + /* | ||
91 | + * Set elf_low_addr as address limit for arm_load_dtb if it may be | ||
92 | * pointing into RAM, otherwise pass '0' (no limit) | ||
93 | */ | ||
94 | if (elf_low_addr < info->loader_start) { | ||
95 | @@ -XXX,XX +XXX,XX @@ void arm_load_kernel(ARMCPU *cpu, struct arm_boot_info *info) | ||
96 | fixupcontext[FIXUP_BOARDID] = info->board_id; | ||
97 | fixupcontext[FIXUP_BOARD_SETUP] = info->board_setup_addr; | ||
98 | |||
99 | - /* for device tree boot, we pass the DTB directly in r2. Otherwise | ||
100 | + /* | ||
101 | + * for device tree boot, we pass the DTB directly in r2. Otherwise | ||
102 | * we point to the kernel args. | ||
103 | */ | ||
104 | if (have_dtb(info)) { | ||
105 | @@ -XXX,XX +XXX,XX @@ void arm_load_kernel(ARMCPU *cpu, struct arm_boot_info *info) | ||
106 | info->write_board_setup(cpu, info); | ||
107 | } | ||
108 | |||
109 | - /* Notify devices which need to fake up firmware initialization | ||
110 | + /* | ||
111 | + * Notify devices which need to fake up firmware initialization | ||
112 | * that we're doing a direct kernel boot. | ||
113 | */ | ||
114 | object_child_foreach_recursive(object_get_root(), | ||
115 | -- | ||
116 | 2.20.1 | ||
117 | |||
118 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | The {IOE, DZE, OFE, UFE, IXE, IDE} bits in the FPSCR/FPCR are for | ||
2 | enabling trapped IEEE floating point exceptions (where IEEE exception | ||
3 | conditions cause a CPU exception rather than updating the FPSR status | ||
4 | bits). QEMU doesn't implement this (and nor does the hardware we're | ||
5 | modelling), but for implementations which don't implement trapped | ||
6 | exception handling these control bits are supposed to be RAZ/WI. | ||
7 | This allows guest code to test for whether the feature is present | ||
8 | by trying to write to the bit and checking whether it sticks. | ||
9 | 1 | ||
10 | QEMU is incorrectly making these bits read as written. Make them | ||
11 | RAZ/WI as the architecture requires. | ||
12 | |||
13 | In particular this was causing problems for the NetBSD automatic | ||
14 | test suite. | ||
15 | |||
16 | Reported-by: Martin Husemann <martin@netbsd.org> | ||
17 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
18 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
19 | Message-id: 20190131130700.28392-1-peter.maydell@linaro.org | ||
20 | --- | ||
21 | target/arm/cpu.h | 6 ++++++ | ||
22 | target/arm/helper.c | 6 ++++++ | ||
23 | 2 files changed, 12 insertions(+) | ||
24 | |||
25 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | ||
26 | index XXXXXXX..XXXXXXX 100644 | ||
27 | --- a/target/arm/cpu.h | ||
28 | +++ b/target/arm/cpu.h | ||
29 | @@ -XXX,XX +XXX,XX @@ void vfp_set_fpscr(CPUARMState *env, uint32_t val); | ||
30 | #define FPSR_MASK 0xf800009f | ||
31 | #define FPCR_MASK 0x07ff9f00 | ||
32 | |||
33 | +#define FPCR_IOE (1 << 8) /* Invalid Operation exception trap enable */ | ||
34 | +#define FPCR_DZE (1 << 9) /* Divide by Zero exception trap enable */ | ||
35 | +#define FPCR_OFE (1 << 10) /* Overflow exception trap enable */ | ||
36 | +#define FPCR_UFE (1 << 11) /* Underflow exception trap enable */ | ||
37 | +#define FPCR_IXE (1 << 12) /* Inexact exception trap enable */ | ||
38 | +#define FPCR_IDE (1 << 15) /* Input Denormal exception trap enable */ | ||
39 | #define FPCR_FZ16 (1 << 19) /* ARMv8.2+, FP16 flush-to-zero */ | ||
40 | #define FPCR_FZ (1 << 24) /* Flush-to-zero enable bit */ | ||
41 | #define FPCR_DN (1 << 25) /* Default NaN enable bit */ | ||
42 | diff --git a/target/arm/helper.c b/target/arm/helper.c | ||
43 | index XXXXXXX..XXXXXXX 100644 | ||
44 | --- a/target/arm/helper.c | ||
45 | +++ b/target/arm/helper.c | ||
46 | @@ -XXX,XX +XXX,XX @@ void HELPER(vfp_set_fpscr)(CPUARMState *env, uint32_t val) | ||
47 | val &= ~FPCR_FZ16; | ||
48 | } | ||
49 | |||
50 | + /* | ||
51 | + * We don't implement trapped exception handling, so the | ||
52 | + * trap enable bits are all RAZ/WI (not RES0!) | ||
53 | + */ | ||
54 | + val &= ~(FPCR_IDE | FPCR_IXE | FPCR_UFE | FPCR_OFE | FPCR_DZE | FPCR_IOE); | ||
55 | + | ||
56 | changed = env->vfp.xregs[ARM_VFP_FPSCR]; | ||
57 | env->vfp.xregs[ARM_VFP_FPSCR] = (val & 0xffc8ffff); | ||
58 | env->vfp.vec_len = (val >> 16) & 7; | ||
59 | -- | ||
60 | 2.20.1 | ||
61 | |||
62 | diff view generated by jsdifflib |