Files
u-boot-krane/drivers
Paul BarkerandTom Rini dec64d55af dm: core: Fix iteration over driver_info records
We should only perform additional iteration steps when needed to
initialize the parent of a device. Other binding errors (such as a
missing driver) should not lead to additional iteration steps.

Unnecessary iteration steps can cause issues when memory is tightly
constrained (such as in the TPL/SPL) since device_bind_by_name()
unconditionally allocates memory for a struct udevice. On the SanCloud
BBE this led to boot failure caused by memory exhaustion in the SPL
when booting from SPI flash.

Signed-off-by: Paul Barker <paul.barker@sancloud.com>
2022-12-02 08:39:00 -05:00
..
2022-09-25 08:30:05 -06:00
2022-09-16 11:05:16 -04:00
2022-11-14 07:24:47 +01:00
2022-10-26 15:21:12 -04:00
2022-11-28 13:06:40 -05:00
2022-09-19 16:07:12 -04:00
2022-11-10 09:45:54 -05:00
2022-09-16 11:05:16 -04:00
2022-10-11 16:03:03 -04:00
2022-09-03 16:59:05 +03:00
2022-11-02 13:58:17 -04:00