- 53fab13 efi: Use the installed SMBIOS tables by Simon Glass · 1 year, 2 months ago
- 53e8e6f efi: x86: Correct the condition for installing ACPI tables by Simon Glass · 1 year, 2 months ago
- ddec4ca Merge tag 'v2023.10-rc4' into next by Tom Rini · 1 year, 2 months ago
- c7d4dfc scripts/Makefile.lib: Embed capsule public key in platform's dtb by Sughosh Ganu · 1 year, 3 months ago
- cc889bd efi_loader: delete handle from events when a protocol is uninstalled by Ilias Apalodimas · 1 year, 3 months ago
- b571b3a efi_loader: fix efi_add_known_memory() by Heinrich Schuchardt · 1 year, 3 months ago
- 218b062 arm_ffa: efi: introduce FF-A MM communication by Abdellatif El Khlifi · 1 year, 3 months ago
- cd87d2c efi_loader: check uuid_str_to_bin return value by Masahisa Kojima · 1 year, 4 months ago
- 405b736 efi_loader: catch out of memory in file_open by Heinrich Schuchardt · 1 year, 4 months ago
- cff7700 efi_loader: error handling in efi_disk_add_dev by Heinrich Schuchardt · 1 year, 4 months ago
- ecae4bb efi_loader: memory leak efi_add_memory_map_pg by Heinrich Schuchardt · 1 year, 4 months ago
- 257a498 efi_loader: out of memory in efi_mem_carve_out by Heinrich Schuchardt · 1 year, 4 months ago
- 48d183f efi_loader: overflow in efi_allocate_pages by Heinrich Schuchardt · 1 year, 4 months ago
- d12c3ef efi_loader: error handling in tcg2_hash_pe_image() by Heinrich Schuchardt · 1 year, 4 months ago
- ba27563 efi_loader: out of memory in efi_add_memory_map_pg by Heinrich Schuchardt · 1 year, 4 months ago
- dae2369 efi_loader: fix an IS_ERR() vs NULL check by Dan Carpenter · 1 year, 4 months ago
- 1b7e469 efi_loader: capsule: enforce guid check in api and capsule_on_disk by AKASHI Takahiro · 1 year, 4 months ago
- 8294453 efi_loader: Fix memory corruption on 32bit systems by Dan Carpenter · 1 year, 4 months ago
- a7eb8ae efi_loader: fix uninitialized variable bug in efi_set_load_options() by Dan Carpenter · 1 year, 4 months ago
- 54edc37 efi_loader: make efi_delete_handle() follow the EFI spec by Ilias Apalodimas · 1 year, 4 months ago
- d054424 efi_loader: simplify dp_fill() by Heinrich Schuchardt · 1 year, 4 months ago
- c227ef7 efi_loader: device paths for special block devices by Heinrich Schuchardt · 1 year, 4 months ago
- 94e7cb1 Revert "Merge branch '2023-07-24-introduce-FF-A-suppport'" by Tom Rini · 1 year, 4 months ago
- aabbc2f arm_ffa: efi: introduce FF-A MM communication by Abdellatif El Khlifi · 1 year, 4 months ago
- e07368e efi_loader: support all uclasses in device path by Heinrich Schuchardt · 1 year, 4 months ago
- dc7a2f1 efi_loader: fix dp_fill() for BLKMAP, HOST, VIRTIO by Heinrich Schuchardt · 1 year, 4 months ago
- 21eb7c1 efi_loader: make efi_remove_protocol() static by Ilias Apalodimas · 1 year, 5 months ago
- 4a3baf9 efi_loader: use efi_install_multiple_protocol_interfaces() by Ilias Apalodimas · 1 year, 5 months ago
- 6287021 efi_loader: simplify efi_uninstall_protocol() by Heinrich Schuchardt · 1 year, 5 months ago
- 13aa090 Merge https://source.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 1 year, 4 months ago
- 085f8db efi: Use the installed ACPI tables by Simon Glass · 1 year, 4 months ago
- 748cb55 efi_loader: fix the return codes of UninstallProtocol by Ilias Apalodimas · 1 year, 5 months ago
- 747d16d efi_loader: check the status of disconnected drivers by Ilias Apalodimas · 1 year, 5 months ago
- 239d59a efi_loader: reconnect drivers on failure by Ilias Apalodimas · 1 year, 5 months ago
- 7aa022c Load option with short device path for boot vars by Raymond Mao · 1 year, 5 months ago
- 9945bc4 Fix incorrect return code of boot option update by Raymond Mao · 1 year, 5 months ago
- 339b527 Move bootorder and bootoption apis to lib by Raymond Mao · 1 year, 5 months ago
- 8e21064 Merge tag 'efi-2023-07-rc7' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 1 year, 4 months ago
- 9fd3f88 efi_loader: Increase default variable store size to 64KiB by Alper Nebi Yasak · 1 year, 4 months ago
- d7fe913 efi_loader: Avoid underflow when calculating remaining var store size by Alper Nebi Yasak · 1 year, 4 months ago
- e80f407 Merge tag 'v2023.07-rc6' into next by Tom Rini · 1 year, 4 months ago
- 3cc2b9f efi_loader: simplify efi_disk_remove by Ilias Apalodimas · 1 year, 5 months ago
- 260d496 Merge tag v2023.07-rc4 into next by Tom Rini · 1 year, 5 months ago
- 6ab7a68 efi_loader: check lowest supported version by Masahisa Kojima · 1 year, 5 months ago
- 25dc7d5 efi_loader: get lowest supported version from device tree by Masahisa Kojima · 1 year, 5 months ago
- 3cba970 efi_loader: versioning support in GetImageInfo by Masahisa Kojima · 1 year, 5 months ago
- bfaa1fb efi_loader: store firmware version into FmpState variable by Masahisa Kojima · 1 year, 5 months ago
- cccea18 efi_loader: add the number of image entries in efi_capsule_update_info by Masahisa Kojima · 1 year, 5 months ago
- 1becdfc efi_loader: check return value of part_get_info() by Heinrich Schuchardt · 1 year, 6 months ago
- c52bd03 efi: Correct .efi rules by Simon Glass · 1 year, 7 months ago
- c7c0ca3 efi_loader: fix efi_dp_from_file() by Heinrich Schuchardt · 1 year, 6 months ago
- e1273ea efi_loader: simplify efi_dp_from_name() by Heinrich Schuchardt · 1 year, 6 months ago
- 9f7ed4b efi_loader: error code efi_dp_from_name() by Heinrich Schuchardt · 1 year, 6 months ago
- 5780612 efi_loader: clean up efi_dp_from_file by Heinrich Schuchardt · 1 year, 6 months ago
- bd646fc efi_loader: duplicate code in efi_dp_from_name by Heinrich Schuchardt · 1 year, 6 months ago
- d76184e efi_loader: avoid #ifdef in efi_dp_from_name() by Heinrich Schuchardt · 1 year, 6 months ago
- 01c5281 efi_loader: support booting semihosting file by Heinrich Schuchardt · 1 year, 6 months ago
- 31eda3f efi_loader: print file path w/o boot device by Heinrich Schuchardt · 1 year, 6 months ago
- 4bccbd3 efi_loader: remove unused efi_capsule_authenticate by Heinrich Schuchardt · 1 year, 7 months ago
- 6fc4fc3 efi: loader: Make efi_runtime_mmio static by Bin Meng · 1 year, 7 months ago
- 207b686 efi: loader: Make efi_mem static by Bin Meng · 1 year, 7 months ago
- ee23830 efi: loader: Make efi_event_queue and efi_register_notify_events static by Bin Meng · 1 year, 7 months ago
- 199675b efi_loader: avoid using HandleProtocol in initrddump.efi by Heinrich Schuchardt · 1 year, 8 months ago
- ff6ce8d efi_loader: avoid using HandleProtocol in helloworld.efi by Heinrich Schuchardt · 1 year, 8 months ago
- 272ec6b efi_loader: device_path: support blkmap devices by Tobias Waldekranz · 1 year, 9 months ago
- 288fe30 Merge branch 'next' by Tom Rini · 1 year, 8 months ago
- dfd4288 efi_loader: remove duplicate assignment by Heinrich Schuchardt · 1 year, 8 months ago
- a9203b0 efi_loader: correct shortening of device-paths by Heinrich Schuchardt · 1 year, 8 months ago
- bace47a efi_loader: simplify efi_str_to_u16() by Heinrich Schuchardt · 1 year, 8 months ago
- f606fab efi_loader: move dp_alloc() to efi_alloc() by Heinrich Schuchardt · 1 year, 8 months ago
- e472ef8 efi_loader: fix device-path for USB devices by Heinrich Schuchardt · 1 year, 8 months ago
- c5cc6da efi_loader: support for Ctrl() device path node by Heinrich Schuchardt · 1 year, 8 months ago
- 180b711 efi_loader: fix device-path for USB devices by Heinrich Schuchardt · 1 year, 8 months ago
- 3f26bca efi_loader: support for Ctrl() device path node by Heinrich Schuchardt · 1 year, 8 months ago
- a5faa4a Merge tag 'v2023.04-rc4' into next by Tom Rini · 1 year, 8 months ago
- d3970e0 efi_loader: describe term_get_char() by Heinrich Schuchardt · 1 year, 9 months ago
- 26a3502 efi_loader: update SetVariable attribute check by Masahisa Kojima · 1 year, 9 months ago
- 78fd2f5 efi_loader: use tpm_auto_start for the tpm device by Ilias Apalodimas · 1 year, 10 months ago
- 4429393 efi_loader: set CapsuleMax from CONFIG_EFI_CAPSULE_MAX by Etienne Carriere · 1 year, 9 months ago
- aa2d394 efi_loader: Measure the loaded DTB by Etienne Carriere · 1 year, 9 months ago
- a135320 efi_loader: fix wrong attribute check for QueryVariableInfo by Masahisa Kojima · 1 year, 9 months ago
- 67af329 efi_loader: avoid buffer overrun in efi_var_mem_compare by Heinrich Schuchardt · 1 year, 9 months ago
- c34009d Merge tag 'efi-2023-04-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 1 year, 9 months ago
- 1247257 efi_loader: static efi_query_variable_info_runtime() by Heinrich Schuchardt · 1 year, 9 months ago
- f28c4b2 efi_loader: make gop_blt() static by Heinrich Schuchardt · 1 year, 9 months ago
- b927663 efi_loader: include definition of allow_unaligned() by Heinrich Schuchardt · 1 year, 9 months ago
- 6c2377f efi_loader: static functions in efi_runtime.c by Heinrich Schuchardt · 1 year, 9 months ago
- e7175f9 efi_loader: static functions in efi_console.c by Heinrich Schuchardt · 1 year, 9 months ago
- be67847 efi_loader: static functions in efi_boottime.c by Heinrich Schuchardt · 1 year, 9 months ago
- 575cfe7 efi_loader: static functions in helloworld.c by Heinrich Schuchardt · 1 year, 9 months ago
- 8d4c2c7 efi_loader: fix efi_ecpt_register() by Heinrich Schuchardt · 1 year, 9 months ago
- 7d84062 efi_loader: make get_load_options() static by Heinrich Schuchardt · 1 year, 9 months ago
- 454a944 efi_loader: update attribute check for QueryVariableInfo() by Masahisa Kojima · 1 year, 10 months ago
- bed7223 Correct SPL use of EFI_UNICODE_COLLATION_PROTOCOL2 by Simon Glass · 1 year, 9 months ago
- 07754cb Correct SPL use of EFI_TCG2_PROTOCOL by Simon Glass · 1 year, 9 months ago
- da84153 Correct SPL use of EFI_LOADER_HII by Simon Glass · 1 year, 9 months ago
- 5cf9952 Correct SPL use of EFI_DEVICE_PATH_UTIL by Simon Glass · 1 year, 9 months ago
- 15436fa efi_loader: don't use HandleProtocol by Heinrich Schuchardt · 1 year, 10 months ago
- cb50dda efi_loader: fix comment in ESRT code by Heinrich Schuchardt · 1 year, 10 months ago
- 3722cc9 efi: Improve logging in efi_disk by Simon Glass · 1 year, 10 months ago