u-boot/lib/efi_loader
Heinrich Schuchardt c7c0ca3767 efi_loader: fix efi_dp_from_file()
* When called from efi_dp_from_name() we miss to append the filename
  for non-block devices.
* expand_media_path() could be simplified by using efi_dp_from_file to
  prepend the device path of the boot device.

This can be avoided by passing a device path to efi_dp_from_file() instead
of a block device descriptor and a partition number.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
2023-05-13 11:09:51 +02:00
..
2023-01-23 18:11:39 -05:00
2023-02-10 13:05:40 +01:00
2023-04-08 07:46:44 +02:00
2022-01-19 18:11:34 +01:00
2022-10-06 22:54:57 +02:00