[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 1/8] target/arm: enable FEAT_RNG on Neoverse-N2
|
From: |
Peter Maydell |
|
Subject: |
[PULL 1/8] target/arm: enable FEAT_RNG on Neoverse-N2 |
|
Date: |
Tue, 21 Nov 2023 10:24:34 +0000 |
From: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
I noticed that Neoverse-V1 has FEAT_RNG enabled so let enable it also on
Neoverse-N2.
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20231114103443.1652308-1-marcin.juszkiewicz@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
target/arm/tcg/cpu64.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/arm/tcg/cpu64.c b/target/arm/tcg/cpu64.c
index 08db1dbcc74..fcda99e1583 100644
--- a/target/arm/tcg/cpu64.c
+++ b/target/arm/tcg/cpu64.c
@@ -1018,7 +1018,7 @@ static void aarch64_neoverse_n2_initfn(Object *obj)
cpu->isar.id_aa64dfr1 = 0;
cpu->id_aa64afr0 = 0;
cpu->id_aa64afr1 = 0;
- cpu->isar.id_aa64isar0 = 0x0221111110212120ull; /* with Crypto */
+ cpu->isar.id_aa64isar0 = 0x1221111110212120ull; /* with Crypto and
FEAT_RNG */
cpu->isar.id_aa64isar1 = 0x0011111101211052ull;
cpu->isar.id_aa64mmfr0 = 0x0000022200101125ull;
cpu->isar.id_aa64mmfr1 = 0x0000000010212122ull;
--
2.34.1
- [PULL 0/8] target-arm queue, Peter Maydell, 2023/11/21
- [PULL 1/8] target/arm: enable FEAT_RNG on Neoverse-N2,
Peter Maydell <=
- [PULL 2/8] hw/intc/arm_gicv3: ICC_PMR_EL1 high bits should be RAZ, Peter Maydell, 2023/11/21
- [PULL 3/8] target/arm: Fix SME FMOPA (16-bit), BFMOPA, Peter Maydell, 2023/11/21
- [PULL 5/8] hw/arm/stm32f405: Report error when incorrect CPU is used, Peter Maydell, 2023/11/21
- [PULL 6/8] hw/arm/stm32f205: Report error when incorrect CPU is used, Peter Maydell, 2023/11/21
- [PULL 4/8] hw/core/machine: Constify MachineClass::valid_cpu_types[], Peter Maydell, 2023/11/21
- [PULL 7/8] hw/arm/stm32f100: Report error when incorrect CPU is used, Peter Maydell, 2023/11/21
- [PULL 8/8] hw/arm/fsl-imx: Do not ignore Error argument, Peter Maydell, 2023/11/21
- Re: [PULL 0/8] target-arm queue, Stefan Hajnoczi, 2023/11/21