diff mbox series

[v3,08/10] configs: am62: Enable configs required for Ethboot

Message ID 20240705045030.1141934-9-c-vankar@ti.com
State Changes Requested
Delegated to: Tom Rini
Headers show
Series Add support for Ethernet Boot on SK-AM62 | expand

Commit Message

Chintan Vankar July 5, 2024, 4:50 a.m. UTC
From: Kishon Vijay Abraham I <kishon@ti.com>

Enable config options needed to support Ethernet boot on AM62x SK.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
Signed-off-by: Chintan Vankar <c-vankar@ti.com>
---

Link to v2:
https://lore.kernel.org/r/20240425120822.2048012-9-c-vankar@ti.com/

Changes from v2 to v3:
- No changes.

 configs/am62x_evm_a53_ethboot_defconfig | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 configs/am62x_evm_a53_ethboot_defconfig

Comments

Tom Rini July 5, 2024, 3:38 p.m. UTC | #1
On Fri, Jul 05, 2024 at 10:20:28AM +0530, Chintan Vankar wrote:

> From: Kishon Vijay Abraham I <kishon@ti.com>
> 
> Enable config options needed to support Ethernet boot on AM62x SK.
> 
> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
> Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
> Signed-off-by: Chintan Vankar <c-vankar@ti.com>
> ---
> 
> Link to v2:
> https://lore.kernel.org/r/20240425120822.2048012-9-c-vankar@ti.com/
> 
> Changes from v2 to v3:
> - No changes.
> 
>  configs/am62x_evm_a53_ethboot_defconfig | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
>  create mode 100644 configs/am62x_evm_a53_ethboot_defconfig
> 
> diff --git a/configs/am62x_evm_a53_ethboot_defconfig b/configs/am62x_evm_a53_ethboot_defconfig
> new file mode 100644
> index 0000000000..1f9ad63571
> --- /dev/null
> +++ b/configs/am62x_evm_a53_ethboot_defconfig
> @@ -0,0 +1,12 @@
> +#include <configs/am62x_evm_a53_defconfig>

Same problem as the other defconfig.
diff mbox series

Patch

diff --git a/configs/am62x_evm_a53_ethboot_defconfig b/configs/am62x_evm_a53_ethboot_defconfig
new file mode 100644
index 0000000000..1f9ad63571
--- /dev/null
+++ b/configs/am62x_evm_a53_ethboot_defconfig
@@ -0,0 +1,12 @@ 
+#include <configs/am62x_evm_a53_defconfig>
+
+CONFIG_SPL_STACK_R_ADDR=0x83000000
+CONFIG_SPL_SIZE_LIMIT=0x80000
+CONFIG_SPL_DRIVERS_MISC=y
+CONFIG_SPL_BOARD_INIT=y
+CONFIG_SPL_DMA=y
+CONFIG_SPL_ENV_SUPPORT=y
+CONFIG_SPL_ETH=y
+CONFIG_SPL_NET=y
+CONFIG_SPL_NET_VCI_STRING="AM62X U-Boot A53 SPL"
+CONFIG_SPL_SYSCON=y