public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/3] net: Add a CONFIG_NET_BOARD_ETHADDR
@ 2024-03-14 14:43 Detlev Casanova
  2024-03-14 14:43 ` [PATCH 1/3] " Detlev Casanova
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Detlev Casanova @ 2024-03-14 14:43 UTC (permalink / raw)
  To: u-boot
  Cc: Joe Hershberger, Ramon Fried, Tom Rini, Philipp Tomsich,
	Kever Yang, Marek Vasut, Jonas Karlman, Simon Glass,
	Fabio Estevam, Detlev Casanova

Basically, the MAC address generation needs to use a board function in
its decision algorithm so that there is no MAC mismatch between ROM and
environment depending on the order of function calling.

See the first commit message for details.

Detlev Casanova (3):
  net: Add a CONFIG_NET_BOARD_ETHADDR
  rockchip: Add a board_gen_ethaddr() function
  net: eth-uclass: Add driver source possibility

 arch/arm/Kconfig                          |  1 +
 arch/arm/include/asm/arch-rockchip/misc.h |  1 +
 arch/arm/mach-rockchip/board.c            | 30 ++++++++++++++++++-----
 arch/arm/mach-rockchip/misc.c             | 22 ++++++++++++-----
 net/Kconfig                               |  7 ++++++
 net/eth-uclass.c                          | 25 ++++++++++++++++---
 6 files changed, 70 insertions(+), 16 deletions(-)

-- 
2.43.2


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

end of thread, other threads:[~2024-04-02 15:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-14 14:43 [PATCH 0/3] net: Add a CONFIG_NET_BOARD_ETHADDR Detlev Casanova
2024-03-14 14:43 ` [PATCH 1/3] " Detlev Casanova
2024-03-14 17:36   ` Marek Vasut
2024-03-14 14:43 ` [PATCH 2/3] rockchip: Add a board_gen_ethaddr() function Detlev Casanova
2024-03-14 17:37   ` Marek Vasut
2024-03-14 18:38   ` Jonas Karlman
2024-04-02 15:38     ` Detlev Casanova
2024-03-14 14:43 ` [PATCH 3/3] net: eth-uclass: Add driver source possibility Detlev Casanova

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox