u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] ARM: ti: AM64x: Clean up Ethernet boot support on AM64x SK
@ 2022-01-21  7:17 Vignesh Raghavendra
  2022-01-21  7:17 ` [PATCH 1/4] net: ti: am65-cpsw-nuss: Fix err msg for port bind failures Vignesh Raghavendra
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Vignesh Raghavendra @ 2022-01-21  7:17 UTC (permalink / raw)
  To: Dave Gerlach, Joe Hershberger, Ramon Fried, Tom Rini
  Cc: u-boot, Vignesh Raghavendra, Grygorii Strashko

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(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-01-29 18:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-21  7:17 [PATCH 0/4] ARM: ti: AM64x: Clean up Ethernet boot support on AM64x SK Vignesh Raghavendra
2022-01-21  7:17 ` [PATCH 1/4] net: ti: am65-cpsw-nuss: Fix err msg for port bind failures Vignesh Raghavendra
2022-01-29 18:49   ` Tom Rini
2022-01-21  7:17 ` [PATCH 2/4] ARM: dts: k3-am642-sk: Disable cpsw_port1 in SPL Vignesh Raghavendra
2022-01-29 18:49   ` Tom Rini
2022-01-21  7:17 ` [PATCH 3/4] configs: am64xx_evm: Increase BSS max size to 16K Vignesh Raghavendra
2022-01-29 18:49   ` Tom Rini
2022-01-21  7:17 ` [PATCH 4/4] configs: am64x_evm_r5/a53_defconfig: Enable configs required for Ethboot Vignesh Raghavendra
2022-01-29 18:49   ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).