boards: arm64: fvp_baser_aemv8r: Convert to v2

Converts the board to hwmv2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae
2024-01-15 11:12:08 +00:00
parent 02ed6af463
commit c20d0dcbb6
26 changed files with 10 additions and 14 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -0,0 +1,7 @@
board:
name: fvp_baser_aemv8r
vendor: ARM
socs:
- name: fvp_aemv8r_aarch64
variants:
- name: 'smp'

View File

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 53 KiB

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 45 KiB

View File

@@ -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

View File

@@ -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

View File

@@ -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