]> git.dujemihanovic.xyz Git - u-boot.git/commit
Merge tag 'efi-2024-07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi
authorTom Rini <trini@konsulko.com>
Mon, 8 Apr 2024 20:33:59 +0000 (14:33 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 8 Apr 2024 20:33:59 +0000 (14:33 -0600)
commit069d07396e30aa9be396c1dd3fc158ac199e6843
treef4f2b1af27384f789e5531f9a98cf61ad7f2cdf3
parent9cba29b19f43f9450117e8bc89e7dda691ed5ab5
parent3f8d13044b32ddd906bb9f2fc705b988ec93df35
Merge tag 'efi-2024-07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi

Pull request efi-2024-07-rc1

Documentation:

* improve description of FAT partition name generation
* add missing :: in doc/usage/cmd/itest.rst

UEFI:

* fix address mode for __efi_runtime_start/stop,
  __efi_runtime_rel_start/stop
* fix size of variable attribute constants
* enable booting via EFI boot manager by default
* correct the sequence of the EFI boot methods
* correct finding the default EFI binary
* don't delete variable from memory if update failed
* fix append write behavior to non-existent variable
* Use binman for testing capsule updates on the sandbox
* Consider capsule test files in .gitignore and make clean