-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boards: arm and arm64: rcar_h3ulcb: Convert to v2
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <[email protected]>
- Loading branch information
Showing
22 changed files
with
21 additions
and
120 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
7 changes: 2 additions & 5 deletions
7
.../arm64/rcar_h3ulcb_ca57/Kconfig.defconfig → boards/renesas/rcar_h3ulcb/Kconfig.defconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
# Copyright (c) 2023 EPAM Systems | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
if BOARD_RCAR_H3ULCB_CA57 | ||
|
||
config BOARD | ||
default "rcar_h3ulcb_ca57" | ||
if BOARD_RCAR_H3ULCB | ||
|
||
config BUILD_OUTPUT_BIN | ||
default y | ||
|
||
endif # BOARD_RCAR_H3ULCB_CA57 | ||
endif # BOARD_RCAR_H3ULCB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Copyright (c) 2023 EPAM Systems | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
config BOARD_RCAR_H3ULCB_R8A77951_R7 | ||
bool | ||
select SOC_R8A77951_R7 | ||
|
||
config BOARD_RCAR_H3ULCB_R8A77951_A57 | ||
bool | ||
select SOC_R8A77951_A57 |
2 changes: 2 additions & 0 deletions
2
...boards_legacy/arm/rcar_h3ulcb/board.cmake → boards/renesas/rcar_h3ulcb/board.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
#r7 only: | ||
board_runner_args(openocd "--use-elf") | ||
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
board: | ||
name: rcar_h3ulcb | ||
vendor: Renesas | ||
socs: | ||
- name: r8a77951 |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
3 changes: 0 additions & 3 deletions
3
...ar_h3ulcb_ca57/rcar_h3ulcb_ca57_defconfig → ...h3ulcb/rcar_h3ulcb_r8a77951_a57_defconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
3 changes: 0 additions & 3 deletions
3
...arm/rcar_h3ulcb/rcar_h3ulcb_cr7_defconfig → ..._h3ulcb/rcar_h3ulcb_r8a77951_r7_defconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters