public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 00/21] Finish migration to DM_ETH
@ 2022-08-02 11:33 Tom Rini
  2022-08-02 11:33 ` [PATCH 01/21] Convert CONFIG_SYS_FDT_PAD to Kconfig Tom Rini
                   ` (21 more replies)
  0 siblings, 22 replies; 66+ messages in thread
From: Tom Rini @ 2022-08-02 11:33 UTC (permalink / raw)
  To: u-boot

As I've noted before, with v2022.07 being released, we have gone 2 years
past the DM_ETH migration deadline. What this series does is a few
things:
- Remove some boards that either lack DM migration at all, or lack
  OF_CONTROL. DM migration has had an explicit deadline, and OF_CONTROL
  an implict one.
- Remove some un-migrated ethernet drivers. I had reached out in private
  to some people about this and they had hoped to have done the
  conversion by now. Unfortunately, here we now are.
- Perform some minor forceful migrations on boards. These boards use
  OF_CONTROL and drivers which use DM_ETH, so I am hopeful that just
  removing or guarding the code here is fine and works.
- Disable networkgin on some other boards. Unlike boards in the above
  case, it looks like the board code itself needs some updates, as was
  done on the platforms that have already been migrated.
- Finally, select DM_ETH for all NETDEVICES and update dependencies.

This series depends on
https://patchwork.ozlabs.org/project/uboot/patch/8ae444f17dc5db69a1da809875a16462049857c7.1652363162.git.christophe.leroy@csgroup.eu/
being applied and in practical terms depennds on my current outstanding
Kconfig migrations as well.

-- 
Tom



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

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

Thread overview: 66+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-02 11:33 [PATCH 00/21] Finish migration to DM_ETH Tom Rini
2022-08-02 11:33 ` [PATCH 01/21] Convert CONFIG_SYS_FDT_PAD to Kconfig Tom Rini
2022-08-02 12:41   ` Simon Glass
2022-08-13  1:42   ` Tom Rini
2022-08-02 11:33 ` [PATCH 02/21] ppc: Remove ids8313 board Tom Rini
2022-08-02 11:45   ` Heiko Schocher
2022-08-13  1:42   ` Tom Rini
2022-08-02 11:33 ` [PATCH 03/21] arm: Remove snapper9260 board Tom Rini
2022-08-08 19:26   ` Simon Glass
2022-08-13  1:42   ` Tom Rini
2022-08-02 11:33 ` [PATCH 04/21] arm: Remove mx28evk board Tom Rini
2022-08-02 23:08   ` Fabio Estevam
2022-08-02 23:11     ` Fabio Estevam
2022-08-03  1:57       ` Tom Rini
2022-08-02 11:33 ` [PATCH 05/21] arm: Remove edminiv2 board Tom Rini
2022-08-05 16:48   ` Simon Glass
2022-08-21  2:42   ` Tom Rini
2022-08-02 11:33 ` [PATCH 06/21] arm: Remove cm_t335 board Tom Rini
2022-08-21  2:42   ` Tom Rini
2022-08-02 11:33 ` [PATCH 07/21] arm: Remove armadillo-800eva board Tom Rini
2022-08-21  2:42   ` Tom Rini
2022-08-02 11:33 ` [PATCH 08/21] arm: Remove kzm9g board Tom Rini
2022-08-21  2:42   ` Tom Rini
2022-08-02 11:33 ` [PATCH 09/21] net: Remove smc91111 ethernet driver Tom Rini
2022-08-06 17:47   ` Ramon Fried
2022-08-13  1:42   ` Tom Rini
2022-08-02 11:33 ` [PATCH 10/21] net: lpc32xx_eth.c " Tom Rini
2022-08-06 17:47   ` Ramon Fried
2022-08-21  2:42   ` Tom Rini
2022-08-02 11:33 ` [PATCH 11/21] fsl-mc: Update dependencies for DM_ETH Tom Rini
2022-08-21  2:42   ` Tom Rini
2022-08-02 11:33 ` [PATCH 12/21] layerscape: Disable CONFIG_FMAN_ENET on some platforms Tom Rini
2022-08-09 14:16   ` [PATCHv2 12a/21] ppc: Remove corenet_ds boards Tom Rini
2022-08-09 14:16     ` [PATCHv2 12b/21] layerscape: Disable CONFIG_FMAN_ENET on *aqds* platforms Tom Rini
2022-08-21  2:43       ` Tom Rini
2022-08-21  2:43     ` [PATCHv2 12a/21] ppc: Remove corenet_ds boards Tom Rini
2022-08-02 11:33 ` [PATCH 13/21] mpc8548cds: Guard old ethernet code with !DM_ETH Tom Rini
2022-08-21  2:42   ` Tom Rini
2022-08-02 11:33 ` [PATCH 14/21] net: ks8851_mll: Remove legacy non-DM_ETH code and callers Tom Rini
2022-08-06 17:47   ` Ramon Fried
2022-08-21  2:42   ` Tom Rini
2022-08-02 11:33 ` [PATCH 15/21] igep00x0: Disable networking Tom Rini
2022-08-21  2:43   ` Tom Rini
2022-09-28 17:53   ` Ladislav Michl
2022-08-02 11:33 ` [PATCH 16/21] am335x_sl50: Disable SPL_NET Tom Rini
2022-08-21  2:43   ` Tom Rini
2022-08-21  2:43   ` Tom Rini
2022-08-02 11:33 ` [PATCH 17/21] ls1021aqds/ls1021aiot: Remove legacy non-DM_ETH code Tom Rini
2022-08-21  2:43   ` Tom Rini
2022-08-02 11:33 ` [PATCH 18/21] vinco: " Tom Rini
2022-08-21  2:43   ` Tom Rini
2022-08-02 11:33 ` [PATCH 19/21] warp7: " Tom Rini
2022-08-21  2:43   ` Tom Rini
2022-08-02 11:33 ` [PATCH 20/21] smdkc100: " Tom Rini
2022-08-03 14:23   ` Minkyu Kang
2022-08-21  2:43   ` Tom Rini
2022-08-02 11:33 ` [PATCH 21/21] net: Make DM_ETH be selected by NETDEVICE Tom Rini
2022-08-06 17:46   ` Ramon Fried
2022-08-06 18:21   ` Simon Glass
2022-08-06 20:01     ` Tom Rini
2022-08-07 15:47       ` Simon Glass
2022-08-07 16:39         ` Tom Rini
2022-08-07 18:49           ` Simon Glass
2022-08-21  2:43   ` Tom Rini
2022-08-02 11:51 ` [PATCH 00/21] Finish migration to DM_ETH Tom Rini
2022-08-08 19:09   ` Tom Rini

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