boards: arm64: intel_socfpga_agilex_socdk: move to HWMv2
Move and convert to HWMv2 `intel_socfpga_agilex_socdk` board configuration. Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
This commit is contained in:
committed by
Carles Cufi
parent
ab883b8019
commit
8c253a99fc
@@ -1,6 +0,0 @@
|
||||
# Copyright (c) 2021 Intel Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_INTEL_SOCFPGA_AGILEX_SOCDK
|
||||
bool "Intel SoC FPGA Development Kit (Agilex)"
|
||||
depends on SOC_AGILEX
|
||||
@@ -1,6 +0,0 @@
|
||||
# Copyright (c) 2021 Intel Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD
|
||||
default "intel_socfpga_agilex_socdk"
|
||||
depends on BOARD_INTEL_SOCFPGA_AGILEX_SOCDK
|
||||
@@ -0,0 +1,7 @@
|
||||
# Copyright (c) 2021-2024 Intel Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_INTEL_SOCFPGA_AGILEX_SOCDK
|
||||
select SOC_AGILEX
|
||||
help
|
||||
Intel SoC FPGA Development Kit (Agilex)
|
||||
4
boards/intel/intel_socfpga_agilex_socdk/board.yml
Normal file
4
boards/intel/intel_socfpga_agilex_socdk/board.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
board:
|
||||
name: intel_socfpga_agilex_socdk
|
||||
socs:
|
||||
- name: intel_socfpga_agilex
|
||||
@@ -42,7 +42,7 @@ Other hardware features have not been enabled yet for this board.
|
||||
|
||||
The default configuration can be found in the defconfig file:
|
||||
|
||||
``boards/arm64/intel_socfpga_agilex_socdk/intel_socfpga_agilex_socdk_defconfig``
|
||||
``boards/intel/intel_socfpga_agilex_socdk/intel_socfpga_agilex_socdk_defconfig``
|
||||
|
||||
Programming and Debugging
|
||||
*************************
|
||||
@@ -1,13 +1,10 @@
|
||||
# Copyright (c) 2021 Intel Corporation
|
||||
# Copyright (c) 2021-2024 Intel Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
# The Zephyr build from this defconfig is expected to boot from
|
||||
# Intel Arm Trusted Firmware (ATF)
|
||||
# Boot Flow: BL21 -> BL31 -> Zephyr
|
||||
|
||||
CONFIG_SOC_SERIES_AGILEX=y
|
||||
CONFIG_SOC_AGILEX=y
|
||||
CONFIG_BOARD_INTEL_SOCFPGA_AGILEX_SOCDK=y
|
||||
CONFIG_ARM_ARCH_TIMER=y
|
||||
|
||||
# Serial Drivers
|
||||
Reference in New Issue
Block a user