Browse Source
Move and convert to HWMv2 `cyclonev_socdk` board configuration. Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>pull/69687/head
19 changed files with 21 additions and 36 deletions
@ -1,8 +0,0 @@
@@ -1,8 +0,0 @@
|
||||
# Copyright (c) 2022 Intel Corporation |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
# Description: |
||||
# Cyclone V SoC development kit configuration option |
||||
|
||||
config BOARD_CVSXDEVKIT |
||||
bool "Intel Cyclone V Development Kit" |
||||
depends on SOC_CYCLONE5 |
@ -0,0 +1,7 @@
@@ -0,0 +1,7 @@
|
||||
# Copyright (c) 2022-2024 Intel Corporation |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_CYCLONEV_SOCDK |
||||
select SOC_CYCLONE5 |
||||
help |
||||
Intel Cyclone V Development Kit |
@ -0,0 +1,4 @@
@@ -0,0 +1,4 @@
|
||||
board: |
||||
name: cyclonev_socdk |
||||
socs: |
||||
- name: intel_socfpga_std_cyclonev |
@ -1,11 +1,6 @@
@@ -1,11 +1,6 @@
|
||||
# Copyright (c) 2022 Intel Corporation |
||||
# Copyright (c) 2022-2024 Intel Corporation |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
# Description: |
||||
# Cyclone V SoC Development Kit Board configuration file |
||||
|
||||
CONFIG_SOC_SERIES_CYCLONE5=y |
||||
CONFIG_SOC_CYCLONE5=y |
||||
CONFIG_BOARD_CVSXDEVKIT=y |
||||
CONFIG_ARM_ARCH_TIMER=y |
||||
|
||||
CONFIG_SYSCON=y |
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 110 KiB |
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 67 KiB |
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 45 KiB |
@ -1,9 +1,9 @@
@@ -1,9 +1,9 @@
|
||||
# Copyright (c) 2022 Intel Corporation |
||||
# Copyright (c) 2022-2024 Intel Corporation |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
# Description: |
||||
# Helper file to download the GSRD preloader to the board before the application |
||||
|
||||
restore boards/arm/cyclonev_socdk/support/u-boot-spl |
||||
symbol-file -readnow boards/arm/cyclonev_socdk/support/u-boot-spl |
||||
restore boards/intel/cyclonev_socdk/support/u-boot-spl |
||||
symbol-file -readnow boards/intel/cyclonev_socdk/support/u-boot-spl |
||||
thbreak spl_boot_device |
||||
jump _start |
Loading…
Reference in new issue