u-boot/lib/efi_loader
Heinrich Schuchardt cd9a26bfe5 efi_loader: efi_disk_register() should not fail
Our algorithm for creating USB device paths may lead to duplicate device
paths which result in efi_disk_register() failing. Instead we should just
skip devices that cannot be registered as EFI block devices.

Fix a memory leak in efi_disk_add_dev() caused by the duplicate device
path.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
2021-11-26 21:30:59 +01:00
..
2021-07-02 09:37:01 +02:00
2021-03-31 06:34:33 +00:00
2021-11-07 18:36:55 +01:00