1. 1c5aab8 smbios: copy QEMU tables by Heinrich Schuchardt · 10 months ago
  2. b20c9c3 efi_loader: support fmp versioning for multi bank update by Masahisa Kojima · 9 months ago
  3. af7a34a fwu: fix fwu_get_image_index interface by Masahisa Kojima · 9 months ago
  4. f19171c efi_loader: Clean up efi_dp_append and efi_dp_concat by Ilias Apalodimas · 10 months ago
  5. 6caf3a3 efi_loader: remove unused members from struct efi_disk_obj by Masahisa Kojima · 10 months ago
  6. 5a0970e efi_loader: fix iteration of FMP protocols by Masahisa Kojima · 10 months ago
  7. 8aec703 efi_loader: provide tool to dump SMBIOS table by Heinrich Schuchardt · 10 months ago
  8. efe441a smbios: smbios.h should not import ofnode.h by Heinrich Schuchardt · 10 months ago
  9. 06ef808 efi: Correct smbios-table installation by Simon Glass · 10 months ago
  10. aa84996 efi: smbios: Drop support for SMBIOS2 tables by Simon Glass · 10 months ago
  11. 138e691 efi: Use the correct GUID for the SMBIOS table by Simon Glass · 10 months ago
  12. b2b58e1 smbios: Correct gd_smbios_start() by Simon Glass · 10 months ago
  13. c38cb22 efi_loader: Remove <common.h> by Tom Rini · 10 months ago
  14. 1373ffd Merge tag 'v2024.01-rc5' into next by Tom Rini · 10 months ago
  15. 0bef4b0 cmd: bootefi: move library interfaces under lib/efi_loader by AKASHI Takahiro · 11 months ago
  16. 1de1a03 boot: Drop size parameter from image_setup_libfdt() by Simon Glass · 11 months ago
  17. d379150 Merge tag 'v2024.01-rc4' into next by Tom Rini · 11 months ago
  18. 6805b4d efi_loader: Make DisconnectController follow the EFI spec by Ilias Apalodimas · 11 months ago
  19. 1be415b efi_loader: create memory reservations in ACPI case by Heinrich Schuchardt · 11 months ago
  20. 89cb3a9 efi_loader: generated SMBIOS table below 4 GiB by Heinrich Schuchardt · 11 months ago
  21. 4a363dd Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-tegra into next by Tom Rini · 11 months ago
  22. ce68a25 efi_loader: improve efi_var_from_file() description by Heinrich Schuchardt · 11 months ago
  23. 229f9e7 efi_loader: Correctly account the SCRTM event creation by Ilias Apalodimas · 12 months ago
  24. a806254 efi_loader: Increase default variable store size to 128K by Ilias Apalodimas · 12 months ago
  25. dca7a89 Merge tag 'v2024.01-rc3' into next by Tom Rini · 11 months ago
  26. d7d07a8 efi_loader: support boot from URI device path by Masahisa Kojima · 11 months ago
  27. e0d1a1e efi_loader: add return to efibootmgr event group by Masahisa Kojima · 11 months ago
  28. e23c8e8 efi_loader: add missing const classifier for event service by Masahisa Kojima · 11 months ago
  29. 550862b efi_loader: Boot var automatic management by Raymond Mao · 11 months ago
  30. a75cf70 efi: Correct handling of frame buffer by Simon Glass · 1 year, 1 month ago
  31. 422822c efi: Rearrange the Kconfig for CMD_BOOTEFI_BOOTMGR by Simon Glass · 12 months ago
  32. e9fc018 efi_loader: fix EFI_ENTRY point on get_active_pcr_banks by Ilias Apalodimas · 12 months ago
  33. 97707f1 tpm: Support boot measurements by Eddie James · 12 months ago
  34. 54b96e8 tpm: sandbox: Update for needed TPM2 capabilities by Eddie James · 12 months ago
  35. 53fab13 efi: Use the installed SMBIOS tables by Simon Glass · 1 year, 1 month ago
  36. 53e8e6f efi: x86: Correct the condition for installing ACPI tables by Simon Glass · 1 year, 1 month ago
  37. ddec4ca Merge tag 'v2023.10-rc4' into next by Tom Rini · 1 year, 2 months ago
  38. c7d4dfc scripts/Makefile.lib: Embed capsule public key in platform's dtb by Sughosh Ganu · 1 year, 2 months ago
  39. cc889bd efi_loader: delete handle from events when a protocol is uninstalled by Ilias Apalodimas · 1 year, 2 months ago
  40. b571b3a efi_loader: fix efi_add_known_memory() by Heinrich Schuchardt · 1 year, 2 months ago
  41. 218b062 arm_ffa: efi: introduce FF-A MM communication by Abdellatif El Khlifi · 1 year, 3 months ago
  42. cd87d2c efi_loader: check uuid_str_to_bin return value by Masahisa Kojima · 1 year, 3 months ago
  43. 405b736 efi_loader: catch out of memory in file_open by Heinrich Schuchardt · 1 year, 3 months ago
  44. cff7700 efi_loader: error handling in efi_disk_add_dev by Heinrich Schuchardt · 1 year, 3 months ago
  45. ecae4bb efi_loader: memory leak efi_add_memory_map_pg by Heinrich Schuchardt · 1 year, 3 months ago
  46. 257a498 efi_loader: out of memory in efi_mem_carve_out by Heinrich Schuchardt · 1 year, 3 months ago
  47. 48d183f efi_loader: overflow in efi_allocate_pages by Heinrich Schuchardt · 1 year, 3 months ago
  48. d12c3ef efi_loader: error handling in tcg2_hash_pe_image() by Heinrich Schuchardt · 1 year, 3 months ago
  49. ba27563 efi_loader: out of memory in efi_add_memory_map_pg by Heinrich Schuchardt · 1 year, 3 months ago
  50. dae2369 efi_loader: fix an IS_ERR() vs NULL check by Dan Carpenter · 1 year, 3 months ago
  51. 1b7e469 efi_loader: capsule: enforce guid check in api and capsule_on_disk by AKASHI Takahiro · 1 year, 3 months ago
  52. 8294453 efi_loader: Fix memory corruption on 32bit systems by Dan Carpenter · 1 year, 3 months ago
  53. a7eb8ae efi_loader: fix uninitialized variable bug in efi_set_load_options() by Dan Carpenter · 1 year, 3 months ago
  54. 54edc37 efi_loader: make efi_delete_handle() follow the EFI spec by Ilias Apalodimas · 1 year, 3 months ago
  55. d054424 efi_loader: simplify dp_fill() by Heinrich Schuchardt · 1 year, 3 months ago
  56. c227ef7 efi_loader: device paths for special block devices by Heinrich Schuchardt · 1 year, 3 months ago
  57. 94e7cb1 Revert "Merge branch '2023-07-24-introduce-FF-A-suppport'" by Tom Rini · 1 year, 3 months ago
  58. aabbc2f arm_ffa: efi: introduce FF-A MM communication by Abdellatif El Khlifi · 1 year, 3 months ago
  59. e07368e efi_loader: support all uclasses in device path by Heinrich Schuchardt · 1 year, 3 months ago
  60. dc7a2f1 efi_loader: fix dp_fill() for BLKMAP, HOST, VIRTIO by Heinrich Schuchardt · 1 year, 3 months ago
  61. 21eb7c1 efi_loader: make efi_remove_protocol() static by Ilias Apalodimas · 1 year, 4 months ago
  62. 4a3baf9 efi_loader: use efi_install_multiple_protocol_interfaces() by Ilias Apalodimas · 1 year, 4 months ago
  63. 6287021 efi_loader: simplify efi_uninstall_protocol() by Heinrich Schuchardt · 1 year, 4 months ago
  64. 13aa090 Merge https://source.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 1 year, 3 months ago
  65. 085f8db efi: Use the installed ACPI tables by Simon Glass · 1 year, 3 months ago
  66. 748cb55 efi_loader: fix the return codes of UninstallProtocol by Ilias Apalodimas · 1 year, 4 months ago
  67. 747d16d efi_loader: check the status of disconnected drivers by Ilias Apalodimas · 1 year, 4 months ago
  68. 239d59a efi_loader: reconnect drivers on failure by Ilias Apalodimas · 1 year, 4 months ago
  69. 7aa022c Load option with short device path for boot vars by Raymond Mao · 1 year, 4 months ago
  70. 9945bc4 Fix incorrect return code of boot option update by Raymond Mao · 1 year, 4 months ago
  71. 339b527 Move bootorder and bootoption apis to lib by Raymond Mao · 1 year, 4 months ago
  72. 8e21064 Merge tag 'efi-2023-07-rc7' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 1 year, 3 months ago
  73. 9fd3f88 efi_loader: Increase default variable store size to 64KiB by Alper Nebi Yasak · 1 year, 3 months ago
  74. d7fe913 efi_loader: Avoid underflow when calculating remaining var store size by Alper Nebi Yasak · 1 year, 3 months ago
  75. e80f407 Merge tag 'v2023.07-rc6' into next by Tom Rini · 1 year, 4 months ago
  76. 3cc2b9f efi_loader: simplify efi_disk_remove by Ilias Apalodimas · 1 year, 4 months ago
  77. 260d496 Merge tag v2023.07-rc4 into next by Tom Rini · 1 year, 4 months ago
  78. 6ab7a68 efi_loader: check lowest supported version by Masahisa Kojima · 1 year, 5 months ago
  79. 25dc7d5 efi_loader: get lowest supported version from device tree by Masahisa Kojima · 1 year, 5 months ago
  80. 3cba970 efi_loader: versioning support in GetImageInfo by Masahisa Kojima · 1 year, 5 months ago
  81. bfaa1fb efi_loader: store firmware version into FmpState variable by Masahisa Kojima · 1 year, 5 months ago
  82. cccea18 efi_loader: add the number of image entries in efi_capsule_update_info by Masahisa Kojima · 1 year, 5 months ago
  83. 1becdfc efi_loader: check return value of part_get_info() by Heinrich Schuchardt · 1 year, 5 months ago
  84. c52bd03 efi: Correct .efi rules by Simon Glass · 1 year, 6 months ago
  85. c7c0ca3 efi_loader: fix efi_dp_from_file() by Heinrich Schuchardt · 1 year, 5 months ago
  86. e1273ea efi_loader: simplify efi_dp_from_name() by Heinrich Schuchardt · 1 year, 5 months ago
  87. 9f7ed4b efi_loader: error code efi_dp_from_name() by Heinrich Schuchardt · 1 year, 5 months ago
  88. 5780612 efi_loader: clean up efi_dp_from_file by Heinrich Schuchardt · 1 year, 5 months ago
  89. bd646fc efi_loader: duplicate code in efi_dp_from_name by Heinrich Schuchardt · 1 year, 5 months ago
  90. d76184e efi_loader: avoid #ifdef in efi_dp_from_name() by Heinrich Schuchardt · 1 year, 5 months ago
  91. 01c5281 efi_loader: support booting semihosting file by Heinrich Schuchardt · 1 year, 5 months ago
  92. 31eda3f efi_loader: print file path w/o boot device by Heinrich Schuchardt · 1 year, 5 months ago
  93. 4bccbd3 efi_loader: remove unused efi_capsule_authenticate by Heinrich Schuchardt · 1 year, 6 months ago
  94. 6fc4fc3 efi: loader: Make efi_runtime_mmio static by Bin Meng · 1 year, 7 months ago
  95. 207b686 efi: loader: Make efi_mem static by Bin Meng · 1 year, 7 months ago
  96. ee23830 efi: loader: Make efi_event_queue and efi_register_notify_events static by Bin Meng · 1 year, 7 months ago
  97. 199675b efi_loader: avoid using HandleProtocol in initrddump.efi by Heinrich Schuchardt · 1 year, 7 months ago
  98. ff6ce8d efi_loader: avoid using HandleProtocol in helloworld.efi by Heinrich Schuchardt · 1 year, 7 months ago
  99. 272ec6b efi_loader: device_path: support blkmap devices by Tobias Waldekranz · 1 year, 8 months ago
  100. 288fe30 Merge branch 'next' by Tom Rini · 1 year, 7 months ago