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:
@@ -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
|
||||
@@ -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
8
soc/v2/xenvm/Kconfig.soc
Normal 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
4
soc/v2/xenvm/soc.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
series:
|
||||
- name: xenvm
|
||||
socs:
|
||||
- name: xenvm
|
||||
Reference in New Issue
Block a user