]> git.dujemihanovic.xyz Git - u-boot.git/commit
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)
commit22aeab2d969b0d745104311cd0f968be85c38eb5
tree28b304123b9836b17e7e3d22fe0f921d8dcb5963
parent3c04fcf3137d5f694d52b8f355373e4baabe5f78
parent2c98f7435cc5edb2a0b96e9f398c0b7f084e83cd
Merge tag 'efi-2024-04-rc1-3' of https://source.denx.de/u-boot/custodians/u-boot-efi

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