boards: arm64: fvp_baser_aemv8r: Convert to v2
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
@@ -6,7 +6,4 @@ if BOARD_FVP_BASER_AEMV8R
|
||||
config BUILD_OUTPUT_BIN
|
||||
default y
|
||||
|
||||
config BOARD
|
||||
default "fvp_baser_aemv8r"
|
||||
|
||||
endif # BOARD_FVP_BASER_AEMV8R
|
||||
@@ -2,5 +2,5 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_FVP_BASER_AEMV8R
|
||||
bool "FVP BaseR AEMv8R simulation board"
|
||||
depends on SOC_FVP_AEMV8R_AARCH64
|
||||
select SOC_SERIES_FVP_AEMV8R
|
||||
select SOC_FVP_AEMV8R_AARCH64
|
||||
7
boards/v2/arm/fvp_baser_aemv8r/board.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
board:
|
||||
name: fvp_baser_aemv8r
|
||||
vendor: ARM
|
||||
socs:
|
||||
- name: fvp_aemv8r_aarch64
|
||||
variants:
|
||||
- name: 'smp'
|
||||
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 51 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 45 KiB |
@@ -1,10 +1,6 @@
|
||||
# Copyright (c) 2021 Arm Limited (or its affiliates). All rights reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_SOC_SERIES_FVP_AEMV8R=y
|
||||
CONFIG_SOC_FVP_AEMV8R_AARCH64=y
|
||||
CONFIG_BOARD_FVP_BASER_AEMV8R=y
|
||||
|
||||
# Cache management
|
||||
CONFIG_CACHE_MANAGEMENT=y
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright (c) 2021 Arm Limited (or its affiliates). All rights reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
identifier: fvp_baser_aemv8r_smp
|
||||
identifier: fvp_baser_aemv8r//smp
|
||||
name: FVP Emulation FVP_BaseR_AEMv8R (SMP)
|
||||
arch: arm64
|
||||
type: sim
|
||||
@@ -1,10 +1,6 @@
|
||||
# Copyright (c) 2021 Arm Limited (or its affiliates). All rights reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_SOC_SERIES_FVP_AEMV8R=y
|
||||
CONFIG_SOC_FVP_AEMV8R_AARCH64=y
|
||||
CONFIG_BOARD_FVP_BASER_AEMV8R=y
|
||||
|
||||
# Cache management
|
||||
CONFIG_CACHE_MANAGEMENT=y
|
||||
|
||||