soc: xenvm: Port to HWMv2

Ports the xenvm 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-16 07:58:04 +00:00
parent 34412f7fe2
commit 76e484adae
6 changed files with 12 additions and 4 deletions

View File

@@ -2,7 +2,6 @@
# SPDX-License-Identifier: Apache-2.0
config SOC_XENVM
bool "Xen virtual machine on aarch64"
select ARM64
select ARM_ARCH_TIMER if SYS_CLOCK_EXISTS
select CPU_CORTEX_A72

View File

@@ -3,9 +3,6 @@
if SOC_XENVM
config SOC
default "xenvm"
config NUM_IRQS
int
default 500

8
soc/v2/xenvm/Kconfig.soc Normal file
View File

@@ -0,0 +1,8 @@
# Copyright 2020 EPAM Systems
# SPDX-License-Identifier: Apache-2.0
config SOC_XENVM
bool
config SOC
default "xenvm" if SOC_XENVM

4
soc/v2/xenvm/soc.yml Normal file
View File

@@ -0,0 +1,4 @@
series:
- name: xenvm
socs:
- name: xenvm