diff options
author | Wadim Egorov <w.egorov@phytec.de> | 2025-03-25 04:58:24 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-04-10 15:03:32 -0600 |
commit | e41c21acced75002f54240c277e46ee585af2cf9 (patch) | |
tree | 4b501f1f71629539bd5fec32d4a7f4c9cd22f2ef | |
parent | 5327b62c12cf0a1393481fb2f402806bad6dc280 (diff) |
configs: Add phycore_am62ax_r5_ethboot_defconfig
Provide a defconfig for booting the phycore-am62ax via Ethernet.
Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
-rw-r--r-- | board/phytec/phycore_am62ax/MAINTAINERS | 1 | ||||
-rw-r--r-- | configs/phycore_am62ax_r5_ethboot_defconfig | 43 |
2 files changed, 44 insertions, 0 deletions
diff --git a/board/phytec/phycore_am62ax/MAINTAINERS b/board/phytec/phycore_am62ax/MAINTAINERS index 3e4e2feff4e..9169651c459 100644 --- a/board/phytec/phycore_am62ax/MAINTAINERS +++ b/board/phytec/phycore_am62ax/MAINTAINERS @@ -10,5 +10,6 @@ F: arch/arm/dts/k3-am62a7-r5-phycore-som-2gb.dts F: board/phytec/phycore_am62ax/ F: configs/phycore_am62ax_a53_defconfig F: configs/phycore_am62ax_r5_defconfig +F: configs/phycore_am62ax_r5_ethboot_defconfig F: include/configs/phycore_am62ax.h F: doc/board/phytec/phycore-am62ax.rst diff --git a/configs/phycore_am62ax_r5_ethboot_defconfig b/configs/phycore_am62ax_r5_ethboot_defconfig new file mode 100644 index 00000000000..81a7f5b0784 --- /dev/null +++ b/configs/phycore_am62ax_r5_ethboot_defconfig @@ -0,0 +1,43 @@ +#include <configs/phycore_am62ax_r5_defconfig> + +CONFIG_ARM=y +CONFIG_ARCH_K3=y +CONFIG_SOC_K3_AM62A7=y +CONFIG_TARGET_PHYCORE_AM62AX_R5=y +CONFIG_DEFAULT_DEVICE_TREE="k3-am62a7-r5-phycore-som-2gb" + +CONFIG_SPL_GPIO=y +CONFIG_SPL_BOARD_INIT=y +CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x200000 +CONFIG_SPL_BSS_MAX_SIZE=0x3100 +CONFIG_SPL_DMA=y +CONFIG_SPL_ENV_SUPPORT=y +CONFIG_SPL_ETH=y +CONFIG_SPL_I2C=y +CONFIG_SPL_NET=y +CONFIG_SPL_NET_VCI_STRING="AM62AX U-Boot R5 SPL" +CONFIG_SPL_SYSCON=y +CONFIG_DMA_CHANNELS=y +CONFIG_TI_K3_NAVSS_UDMA=y +CONFIG_DM_I2C=y +CONFIG_SYS_I2C_OMAP24XX=y +CONFIG_PHY_TI_DP83867=y +CONFIG_NET_RANDOM_ETHADDR=y +CONFIG_TI_AM65_CPSW_NUSS=y +CONFIG_SPL_MMC=n +CONFIG_SPL_DM_SPI=n +CONFIG_SPL_MMC=n +CONFIG_SPL_SPI_FLASH_SUPPORT=n +CONFIG_SPL_SPI=n +CONFIG_SPL_SPI_FLASH_SFDP_SUPPORT=n +CONFIG_SPL_SPI_LOAD=n +CONFIG_SPL_YMODEM_SUPPORT=n +CONFIG_DM_SPI_FLASH=n +CONFIG_SPI_FLASH_SFDP_SUPPORT=n +CONFIG_SPI_FLASH_SOFT_RESET=n +CONFIG_SPI_FLASH_SOFT_RESET_ON_BOOT=n +CONFIG_SPI_FLASH_STMICRO=n +CONFIG_SPI_FLASH_MT35XU=n +CONFIG_SPI=n +CONFIG_DM_SPI=n +CONFIG_CADENCE_QSPI=n |