Re: [PATCH 0/2] Remove CBAR from A55/A76 and add A78

2023-04-17 Thread Jisheng Zhang
On Sat, Apr 15, 2023 at 04:28:25PM +0800, Jisheng Zhang wrote: > patch1 removes CBAR from A55 and A76 > patch2 adds A78 CPU As in another email, for various reaons I want to recall these two patches. > > Jisheng Zhang (2): > target/arm: Remove ARM_FEATURE_CBAR_RO from A55 and

Re: [PATCH 0/2] Remove CBAR from A55/A76 and add A78

2023-04-17 Thread Jisheng Zhang
On Sat, Apr 15, 2023 at 04:36:55PM +0800, Jisheng Zhang wrote: > patch1 removes CBAR from A55 and A76 > patch2 adds A78 CPU For various reasons, I'd like to recall these two patches. > > Jisheng Zhang (2): > target/arm: Remove ARM_FEATURE_CBAR_RO from A55 and A76 >

[PATCH 1/2] target/arm: Remove ARM_FEATURE_CBAR_RO from A55 and A76

2023-04-15 Thread Jisheng Zhang
Cortex-A55 and Cortex-A76 doesn't have CBAR, so remove CBAR feature from them. Signed-off-by: Jisheng Zhang --- target/arm/cpu64.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c index 0fb07cc7b6..85dc9d57ff 100644 --- a/target/arm/cpu64.c

[PATCH 0/2] Remove CBAR from A55/A76 and add A78

2023-04-15 Thread Jisheng Zhang
patch1 removes CBAR from A55 and A76 patch2 adds A78 CPU Jisheng Zhang (2): target/arm: Remove ARM_FEATURE_CBAR_RO from A55 and A76 target/arm: Add Cortex-A78 CPU docs/system/arm/virt.rst | 1 + hw/arm/virt.c| 1 + target/arm/cpu64.c | 71

[PATCH 2/2] target/arm: Add Cortex-A78 CPU

2023-04-15 Thread Jisheng Zhang
Enable the Cortex-A78 for virt to use a CPU type on the virt board that models a specific real hardware CPU, rather than have to use the QEMU-specific "max" CPU type. Signed-off-by: Jisheng Zhang --- docs/system/arm/virt.rst | 1 + hw/arm/virt.c| 1 + target/arm/cpu64.c

[PATCH 0/2] Remove CBAR from A55/A76 and add A78

2023-04-15 Thread Jisheng Zhang
patch1 removes CBAR from A55 and A76 patch2 adds A78 CPU Jisheng Zhang (2): target/arm: Remove ARM_FEATURE_CBAR_RO from A55 and A76 target/arm: Add Cortex-A78 CPU docs/system/arm/virt.rst | 1 + hw/arm/virt.c| 1 + target/arm/cpu64.c | 71

[PATCH 1/2] target/arm: Remove ARM_FEATURE_CBAR_RO from A55 and A76

2023-04-15 Thread Jisheng Zhang
Cortex-A55 and Cortex-A76 doesn't have CBAR, so remove CBAR feature from them. Signed-off-by: Jisheng Zhang --- target/arm/cpu64.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c index 0fb07cc7b6..85dc9d57ff 100644 --- a/target/arm/cpu64.c

[PATCH 2/2] target/arm: Add Cortex-A78 CPU

2023-04-15 Thread Jisheng Zhang
Enable the Cortex-A78 for virt to use a CPU type on the virt board that models a specific real hardware CPU, rather than have to use the QEMU-specific "max" CPU type. Signed-off-by: Jisheng Zhang --- docs/system/arm/virt.rst | 1 + hw/arm/virt.c| 1 + target/arm/cpu64.c