From: Chintan Vankar <c-vankar@ti.com>
To: Andrew Davis <afd@ti.com>, Bryan Brattlof <bb@ti.com>,
Chintan Vankar <c-vankar@ti.com>,
Wadim Egorov <w.egorov@phytec.de>, Anshul Dalal <anshuld@ti.com>,
Ilias Apalodimas <ilias.apalodimas@linaro.org>,
Tom Rini <trini@konsulko.com>
Cc: <u-boot@lists.denx.de>
Subject: [PATCH v2 1/3] configs: am62ax_evm_r5_ethboot: Enable config options required for Ethernet boot
Date: Fri, 10 Jul 2026 15:52:27 +0530 [thread overview]
Message-ID: <20260710102229.2980029-2-c-vankar@ti.com> (raw)
In-Reply-To: <20260710102229.2980029-1-c-vankar@ti.com>
The R5 SPL SRAM size is limited and cannot accommodate both MMC boot and
Ethernet boot config options simultaneously. Add a dedicated defconfig
that enables the Ethernet boot on SK-AM62A-LP for R5 SPL stage.
Signed-off-by: Chintan Vankar <c-vankar@ti.com>
---
Link to v1:
https://lore.kernel.org/all/20260702081251.2691159-2-c-vankar@ti.com/
Changes from v1 to v2:
-> Removed the duplicate config options.
-> Updated commit message for [PATCH 1/3].
configs/am62ax_evm_r5_ethboot_defconfig | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
create mode 100644 configs/am62ax_evm_r5_ethboot_defconfig
diff --git a/configs/am62ax_evm_r5_ethboot_defconfig b/configs/am62ax_evm_r5_ethboot_defconfig
new file mode 100644
index 00000000000..2986feef29a
--- /dev/null
+++ b/configs/am62ax_evm_r5_ethboot_defconfig
@@ -0,0 +1,22 @@
+#include <configs/am62ax_evm_r5_defconfig>
+
+# CONFIG_NO_NET is not set
+CONFIG_SPL_GPIO=y
+CONFIG_SPL_MMC=n
+CONFIG_SPL_BOARD_INIT=y
+CONFIG_SPL_STACK_R_ADDR=0x82000000
+CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x200000
+CONFIG_SPL_DMA=y
+CONFIG_SPL_ENV_SUPPORT=y
+CONFIG_SPL_ETH=y
+CONFIG_SPL_I2C=y
+CONFIG_NET=y
+CONFIG_SPL_NET=y
+CONFIG_SPL_NET_VCI_STRING="AM62AX U-Boot R5 SPL"
+CONFIG_CMD_DHCP=y
+CONFIG_SPL_SYSCON=y
+CONFIG_DMA_CHANNELS=y
+CONFIG_TI_K3_NAVSS_UDMA=y
+CONFIG_DM_I2C=y
+CONFIG_PHY_TI_DP83867=y
+CONFIG_TI_AM65_CPSW_NUSS=y
--
2.34.1
next prev parent reply other threads:[~2026-07-10 10:22 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-10 10:22 [PATCH v2 0/3] Enable Ethernet boot on SK-AM62A-LP Chintan Vankar
2026-07-10 10:22 ` Chintan Vankar [this message]
2026-07-14 11:05 ` [PATCH v2 1/3] configs: am62ax_evm_r5_ethboot: Enable config options required for Ethernet boot Anshul Dalal
2026-07-10 10:22 ` [PATCH v2 2/3] configs: am62ax_evm_a53_ethboot: Enable config options required to enable " Chintan Vankar
2026-07-14 11:05 ` Anshul Dalal
2026-07-10 10:22 ` [PATCH v2 3/3] arm: dts: k3-am62a7-sk-u-boot: Enable DM services for main_pktdma Chintan Vankar
2026-07-14 11:05 ` Anshul Dalal
2026-07-14 11:35 ` Wadim Egorov
2026-07-15 12:47 ` Chintan Vankar
2026-07-14 11:05 ` [PATCH v2 0/3] Enable Ethernet boot on SK-AM62A-LP Anshul Dalal
2026-07-15 9:09 ` Anshul Dalal
2026-07-15 12:47 ` Chintan Vankar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260710102229.2980029-2-c-vankar@ti.com \
--to=c-vankar@ti.com \
--cc=afd@ti.com \
--cc=anshuld@ti.com \
--cc=bb@ti.com \
--cc=ilias.apalodimas@linaro.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=w.egorov@phytec.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox