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
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
>
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
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
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
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
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
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