]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Merge tag 'efi-2024-04-rc1-3' of https://source.denx.de/u-boot/custodians/u-boot-efi
authorTom Rini <trini@konsulko.com>
Sun, 21 Jan 2024 14:11:33 +0000 (09:11 -0500)
committerTom Rini <trini@konsulko.com>
Sun, 21 Jan 2024 14:11:33 +0000 (09:11 -0500)
Pull request efi-2024-04-rc1-3

Documentation:

* correct documentation of part_get_bootable()
* remove duplicate word "has" in UEFI documentation

UEFI:

* rename check_disk_has_default_file function
* auto-generate boot option for each blkio device
* auto-generate removable media boot option first
* avoid pointer access after calling efi_delete_handle
* create common function to free struct efi_disk_obj
* return immediately in UCLASS_EFI_LOADER removal


Trivial merge