Files
u-boot/drivers
Simon Glass 6995f2c8be common: Move autoprobe out to board init
Rather than doing autoprobe within the driver model code, move it out to
the board-init code. This makes it clear that it is a separate step from
binding devices.

For now this is always done twice, before and after relocation, but we
should discuss whether it might be possible to drop the post-relocation
probe.

For boards with SPL, the autoprobe is still done there as well.

Note that with this change, autoprobe happens after the
EVT_DM_POST_INIT_R/F events are sent, rather than before.

Link: https://lore.kernel.org/u-boot/20240626235717.272219-1-marex@denx.de/

Signed-off-by: Simon Glass <sjg@chromium.org>
2025-01-14 11:42:51 -06:00
..
2024-10-11 11:44:48 -06:00
2024-12-07 09:07:04 -03:00
2024-12-24 18:07:53 +01:00
2024-12-23 08:10:15 -03:00
2024-11-20 17:57:58 +01:00
2024-12-11 08:36:24 +01:00
2024-10-11 11:44:48 -06:00
2024-12-25 22:31:04 -06:00
2024-12-31 08:08:59 -06:00
2024-10-11 11:44:48 -06:00
2024-12-25 22:31:04 -06:00
2024-12-25 22:31:04 -06:00
2024-10-11 11:44:48 -06:00
2024-10-11 11:44:48 -06:00
2024-12-25 22:31:04 -06:00
2025-01-14 08:33:31 +01:00
2024-10-11 11:44:48 -06:00
2025-01-13 04:39:05 +01:00