boards: arm64: fvp_base_revc_2xaemv8a: Convert to v2
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
@@ -6,7 +6,4 @@ if BOARD_FVP_BASE_REVC_2XAEMV8A
|
||||
config BUILD_OUTPUT_BIN
|
||||
default y
|
||||
|
||||
config BOARD
|
||||
default "fvp_base_revc_2xaemv8a"
|
||||
|
||||
endif # BOARD_FVP_BASE_REVC_2XAEMV8A
|
||||
@@ -2,5 +2,5 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_FVP_BASE_REVC_2XAEMV8A
|
||||
bool "FVP Base RevC AEMv8A simulation board"
|
||||
depends on SOC_FVP_BASE_REVC_2XAEMV8A
|
||||
select SOC_SERIES_FVP_AEMV8A
|
||||
select SOC_FVP_BASE_REVC_2XAEMV8A
|
||||
9
boards/v2/arm/fvp_base_revc_2xaemv8a/board.yml
Normal file
9
boards/v2/arm/fvp_base_revc_2xaemv8a/board.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
board:
|
||||
name: fvp_base_revc_2xaemv8a
|
||||
vendor: ARM
|
||||
socs:
|
||||
- name: fvp_base_revc_2xaemv8a
|
||||
variants:
|
||||
- name: smp
|
||||
variants:
|
||||
- name: ns
|
||||
@@ -1,10 +1,6 @@
|
||||
# Copyright (c) 2021 Carlo Caione <ccaione@baylibre.com>
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_SOC_SERIES_FVP_AEMV8A=y
|
||||
CONFIG_SOC_FVP_BASE_REVC_2XAEMV8A=y
|
||||
CONFIG_BOARD_FVP_BASE_REVC_2XAEMV8A=y
|
||||
|
||||
CONFIG_XIP=n
|
||||
|
||||
CONFIG_THREAD_STACK_INFO=y
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright (c) 2022 Arm Limited (or its affiliates). All rights reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
identifier: fvp_base_revc_2xaemv8a_smp_ns
|
||||
identifier: fvp_base_revc_2xaemv8a//smp/ns
|
||||
name: FVP Emulation FVP_Base_RevC-2xAEMvA (SMP)
|
||||
arch: arm64
|
||||
type: sim
|
||||
@@ -1,10 +1,6 @@
|
||||
# Copyright (c) 2022 Arm Limited (or its affiliates). All rights reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_SOC_SERIES_FVP_AEMV8A=y
|
||||
CONFIG_SOC_FVP_BASE_REVC_2XAEMV8A=y
|
||||
CONFIG_BOARD_FVP_BASE_REVC_2XAEMV8A=y
|
||||
|
||||
CONFIG_THREAD_STACK_INFO=y
|
||||
|
||||
# Enable Timer and Sys clock
|
||||
Reference in New Issue
Block a user