diff mbox series

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

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

Commit Message

Chintan Vankar Aug. 13, 2024, 10:53 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 v4:
https://lore.kernel.org/r/20240812114922.3844009-1-c-vankar@ti.com/

Changes from v4 to v5:
- No Changes.

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

Comments

Nishanth Menon Aug. 13, 2024, 12:48 p.m. UTC | #1
On 16:23-20240813, 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 v4:
> https://lore.kernel.org/r/20240812114922.3844009-1-c-vankar@ti.com/
> 
> Changes from v4 to v5:
> - No Changes.
> 
>  configs/am62x_evm_a53_ethboot_defconfig | 17 +++++++++++++++++
>  1 file changed, 17 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 00000000000..9d3c6b889f0
> --- /dev/null
> +++ b/configs/am62x_evm_a53_ethboot_defconfig
> @@ -0,0 +1,17 @@
> +#include <configs/am62x_evm_a53_defconfig>
> +
> +CONFIG_ARM=y
> +CONFIG_ARCH_K3=y
> +CONFIG_SOC_K3_AM625=y
> +CONFIG_TARGET_AM625_A53_EVM=y
> +CONFIG_DEFAULT_DEVICE_TREE="ti/k3-am625-sk"
> +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
> -- 
> 2.34.1
> 


Where is the documentation for the usage?
Chintan Vankar Aug. 14, 2024, 1:52 a.m. UTC | #2
On 13/08/24 18:18, Nishanth Menon wrote:
> On 16:23-20240813, 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 v4:
>> https://lore.kernel.org/r/20240812114922.3844009-1-c-vankar@ti.com/
>>
>> Changes from v4 to v5:
>> - No Changes.
>>
>>   configs/am62x_evm_a53_ethboot_defconfig | 17 +++++++++++++++++
>>   1 file changed, 17 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 00000000000..9d3c6b889f0
>> --- /dev/null
>> +++ b/configs/am62x_evm_a53_ethboot_defconfig
>> @@ -0,0 +1,17 @@
>> +#include <configs/am62x_evm_a53_defconfig>
>> +
>> +CONFIG_ARM=y
>> +CONFIG_ARCH_K3=y
>> +CONFIG_SOC_K3_AM625=y
>> +CONFIG_TARGET_AM625_A53_EVM=y
>> +CONFIG_DEFAULT_DEVICE_TREE="ti/k3-am625-sk"
>> +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
>> -- 
>> 2.34.1
>>
> 
> 
> Where is the documentation for the usage?
> 

I am working on Documentation for this.
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 00000000000..9d3c6b889f0
--- /dev/null
+++ b/configs/am62x_evm_a53_ethboot_defconfig
@@ -0,0 +1,17 @@ 
+#include <configs/am62x_evm_a53_defconfig>
+
+CONFIG_ARM=y
+CONFIG_ARCH_K3=y
+CONFIG_SOC_K3_AM625=y
+CONFIG_TARGET_AM625_A53_EVM=y
+CONFIG_DEFAULT_DEVICE_TREE="ti/k3-am625-sk"
+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