Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
9 changed files with 20 additions and 21 deletions
@ -1,6 +0,0 @@
@@ -1,6 +0,0 @@
|
||||
# Copyright (c) 2023 EPAM Systems |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_RCAR_SALVATOR_XS_M3 |
||||
bool "Renesas Salvator XS M3" |
||||
depends on SOC_R8A77961 |
@ -1,12 +1,9 @@
@@ -1,12 +1,9 @@
|
||||
# Copyright (c) 2023 EPAM Systems |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
if BOARD_RCAR_SALVATOR_XS_M3 |
||||
|
||||
config BOARD |
||||
default "rcar_salvator_xs_m3" |
||||
if BOARD_RCAR_SALVATOR_XS |
||||
|
||||
config BUILD_OUTPUT_BIN |
||||
default y |
||||
|
||||
endif # BOARD_RCAR_SALVATOR_XS_M3 |
||||
endif # BOARD_RCAR_SALVATOR_XS |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2023 EPAM Systems |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_RCAR_SALVATOR_XS |
||||
select SOC_R8A77961 |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: rcar_salvator_xs |
||||
vendor: Renesas |
||||
socs: |
||||
- name: r8a77961 |
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
identifier: rcar_salvator_xs_m3 |
||||
identifier: rcar_salvator_xs |
||||
name: Renesas Salvator XS M3 based on r8a77961 |
||||
type: mcu |
||||
arch: arm64 |
@ -1,6 +1,5 @@
@@ -1,6 +1,5 @@
|
||||
CONFIG_SOC_R8A77961=y |
||||
CONFIG_SOC_SERIES_RCAR_GEN3=y |
||||
CONFIG_BOARD_RCAR_SALVATOR_XS_M3=y |
||||
# Copyright (c) 2023 EPAM Systems |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
# Cache management |
||||
CONFIG_CACHE_MANAGEMENT=y |
Loading…
Reference in new issue