soc: qemu_virt_arm64: Port to HWMv2

Ports the qemu_virt_arm64 SoC configuration to hardware model version 2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae
2024-01-15 14:44:51 +00:00
parent d8d1b9f200
commit 4f5ec7ff8f
6 changed files with 10 additions and 4 deletions

View File

@@ -2,7 +2,6 @@
# SPDX-License-Identifier: Apache-2.0
config SOC_QEMU_VIRT_ARM64
bool "QEMU virt platform (AArch64 for KVM)"
select ARM64
select CPU_CORTEX_A
select ARMV8_A

View File

@@ -3,9 +3,6 @@
if SOC_QEMU_VIRT_ARM64
config SOC
default "qemu_virt_arm64"
config NUM_IRQS
# must be >= the highest interrupt number used
# - include the UART interrupts

View File

@@ -0,0 +1,9 @@
# Copyright (c) 2022 Huawei France Technologies SAS
# SPDX-License-Identifier: Apache-2.0
config SOC_QEMU_VIRT_ARM64
bool
select SOC_FAMILY_ARM64
config SOC
default "qemu_virt_arm64" if SOC_QEMU_VIRT_ARM64

View File

@@ -9,3 +9,4 @@ family:
- name: fvp_aemv8r_aarch64
socs:
- name: qemu_cortex_a53
- name: qemu_virt_arm64