mbox series

[0/4] ARM: ti: AM64x: Clean up Ethernet boot support on AM64x SK

Message ID 20220121071754.197577-1-vigneshr@ti.com
Headers show
Series ARM: ti: AM64x: Clean up Ethernet boot support on AM64x SK | expand

Message

Vignesh Raghavendra Jan. 21, 2022, 7:17 a.m. UTC
This series is follow up to [1]

First patch cleans up err msg in CPSW-NUSS driver
Second patch disable cpsw_port1 at SPL stage
Third patch increases SPL BSS size in anticipation of enabling network
stack
Last patch enables all configs needed to support ethboot

[1] https://lore.kernel.org/u-boot/20211224072536.270251-1-vigneshr@ti.com/T/#t

Vignesh Raghavendra (4):
  net: ti: am65-cpsw-nuss: Fix err msg for port bind failures
  ARM: dts: k3-am642-sk: Disable cpsw_port1 in SPL
  configs: am64xx_evm: Increase BSS max size to 16K
  configs: am64x_evm_r5/a53_defconfig: Enable configs required for
    Ethboot

 arch/arm/dts/k3-am642-r5-sk.dts      | 11 -----------
 arch/arm/dts/k3-am642-sk-u-boot.dtsi |  8 --------
 configs/am64x_evm_a53_defconfig      |  4 ++++
 configs/am64x_evm_r5_defconfig       | 12 ++++++++++++
 drivers/net/ti/am65-cpsw-nuss.c      |  2 +-
 include/configs/am64x_evm.h          |  2 +-
 6 files changed, 18 insertions(+), 21 deletions(-)