1. 751e5bf efi_loader: correct description of efi_get_distro_fdt_name by Heinrich Schuchardt · 2 months ago
  2. 68bd345 efi_loader: use list_count_nodes() in efi_protocols_per_handle() by Heinrich Schuchardt · 3 months ago
  3. cafde93 fdt: Correct condition for bloblist existing by Simon Glass · 3 months ago
  4. e464ad0 efi_memory: get the efi_mem_list node directly by Sughosh Ganu · 3 months ago
  5. 7aa0add efi_memory: avoid possible null pointer dereference by Sughosh Ganu · 3 months ago
  6. 22f8930 efi_memory: use list_count_nodes() to count list entries by Sughosh Ganu · 3 months ago
  7. 48940c6 efi_loader: correct check in efi_load_option_dp_join() by Heinrich Schuchardt · 3 months ago
  8. 8c919fc smbios: add extended Extended BIOS ROM Size by Heinrich Schuchardt · 3 months ago
  9. 272df36 efi_loader: add /dtbs search path by Caleb Connolly · 3 months ago
  10. e1090d7 efi_loader: require EFI boot manager for EBBR compliance by Heinrich Schuchardt · 3 months ago
  11. c0d3dda efi_loader: adjust config options for capsule updates by Ilias Apalodimas · 4 months ago
  12. 4cf1275 zlib: Fix big performance regression by Christophe Leroy · 3 months ago
  13. ff47fdd efi_loader: Fix typo in EFI_RT_VOLATILE_STORE description by Michal Simek · 3 months ago
  14. 5c1b5e6 efi_loader: find distro device-path for media devices by Heinrich Schuchardt · 3 months ago
  15. af3c216 Merge patch series "api: Remove duplicate newlines" by Tom Rini · 3 months ago WIP/15Jul2024
  16. 2f8c004 lib: Remove duplicate newlines by Marek Vasut · 3 months ago
  17. 88ef1bf efi_loader: print device-tree in dtbdump.efi by Heinrich Schuchardt · 4 months ago
  18. 659f97e scripts/Makefile.lib: EFI: Use capsule CRT instead of ESL file by Jonathan Humphreys · 4 months ago
  19. 7d22317 Revert "Revert "Merge patch series "zlib: Address CVE-2016-9841""" by Tom Rini · 4 months ago
  20. 608a88c Fix Kconfig coding style from spaces to tab by Anand Moon · 4 months ago
  21. 4a8a54c smbios: Correct error handling when writing tables by Simon Glass · 4 months ago
  22. 57c4cd1 initcall: Correct use of relocation offset by Simon Glass · 4 months ago
  23. f0a259c Merge patch series "m68k: Implement a default flush_dcache_all" by Tom Rini · 4 months ago
  24. 07a6c69 acpi: set creator_revision in acpi_fill_header by Heinrich Schuchardt · 6 months ago
  25. 65fbdab Merge branch 'next' by Tom Rini · 4 months ago
  26. bbacdd3 Revert "Merge patch series "zlib: Address CVE-2016-9841"" by Tom Rini · 4 months ago WIP/30Jun2024
  27. e7505b3 tpm: allow the user to select the compiled algorithms by Ilias Apalodimas · 4 months ago
  28. cba3fa9 tpm: Untangle tpm2_get_pcr_info() by Ilias Apalodimas · 4 months ago
  29. fed9c11 efi_loader: remove unneeded header files by Ilias Apalodimas · 4 months ago
  30. a56037a tpm: Move TCG functions into a separate file by Ilias Apalodimas · 4 months ago
  31. 27b462c tpm: Move TCG headers into a separate file by Ilias Apalodimas · 4 months ago
  32. b94217a efi_selftest: can't have measured device-tree with kaslr-seed by Heinrich Schuchardt · 4 months ago
  33. 092b6ec tpm: Avoid code bloat when not using EFI_TCG2_PROTOCOL by Simon Glass · 4 months ago
  34. a7eada2 Merge tag 'v2024.07-rc5' into next by Tom Rini · 4 months ago
  35. b73948c efi_loader: fix the return values on efi_tcg by Ilias Apalodimas · 4 months ago
  36. 27d4966 tpm: fix the return code, if the eventlog buffer is full by Ilias Apalodimas · 4 months ago
  37. a5a5756 lib: smbios: Detect system properties via SYSINFO IDs by Michal Simek · 6 months ago
  38. 85df7f1 lib: smbios: Let detect the system via sysinfo by Michal Simek · 6 months ago
  39. 19d41f4 efi_loader: avoid duplicate weak invalidate_icache_all() by Heinrich Schuchardt · 4 months ago
  40. 512ed81 smbios: only look for a SYSINFO udevice if SYSINFO support is enabled by Quentin Schulz · 4 months ago
  41. d69759a tpm: measure DTB in PCR1 instead of PCR0 by Ilias Apalodimas · 4 months ago
  42. 46b6a3e cmd: move ELF load and boot to lib/elf.c by Maxim Moskalets · 5 months ago WIP/14Jun2024-next
  43. 281a80c Merge patch series "efi_loader: select BLK not depends on BLK" by Tom Rini · 4 months ago
  44. 66bd11b efi_loader: select BLK not depends on BLK by Tom Rini · 5 months ago
  45. 9a171f8 efi_loader: Fix capsule_esl.dtsi.in comment style by Michal Simek · 5 months ago
  46. 3b7d26e efi_loader: Fix EFI_VARIABLE_APPEND_WRITE hash check by Weizhao Ouyang · 5 months ago
  47. 535321c efi_loader: rename struct efi_initrd_dp to efi_lo_dp_prefix by Heinrich Schuchardt · 4 months ago
  48. e91b68f efi_loader: load distro dtb in bootmgr by Heinrich Schuchardt · 6 months ago
  49. 8deb5d8 efi_loader: export efi_load_image_from_path by Heinrich Schuchardt · 6 months ago
  50. b34528e efi_loader: return binary from efi_dp_from_lo() by Heinrich Schuchardt · 6 months ago
  51. c946385 efi_loader: move distro_efi_get_fdt_name() by Heinrich Schuchardt · 6 months ago
  52. 39bac24 efi_loader: load device-tree specified in boot option by Heinrich Schuchardt · 6 months ago
  53. 58bef19 cmd: eficonfig: add support for setting fdt by Heinrich Schuchardt · 6 months ago
  54. bf03333 efi_loader: allow concatenation with contained end node by Heinrich Schuchardt · 5 months ago
  55. 227be29 Merge tag 'v2024.07-rc4' into next by Tom Rini · 5 months ago
  56. 954b95e tpm-v2: add support for mapping algorithm names to algos by Tim Harvey · 5 months ago
  57. 7e52d6c Merge patch series "FWU: Add support for FWU metadata version 2" by Tom Rini · 5 months ago WIP/24May2024-next
  58. 8ee8b9c fwu: mtd: obtain image information from version agnostic structure by Sughosh Ganu · 7 months ago
  59. 1bef719 fwu: mtd: get MTD partition specific info from driver by Sughosh Ganu · 7 months ago
  60. 840afae fwu: mtd: remove unused argument from function call by Sughosh Ganu · 7 months ago
  61. 222cd23 fwu: add config symbols for enabling FWU metadata versions by Sughosh Ganu · 7 months ago
  62. 5a5c4de capsule: fwu: transition the platform state on a successful update by Sughosh Ganu · 7 months ago
  63. ac62e0b fwu: make changes to access version agnostic structure fields by Sughosh Ganu · 7 months ago
  64. fba5b3f fwu: metadata: add functions for handling version specific metadata fields by Sughosh Ganu · 7 months ago
  65. cb73fe9 include: Move snprintf to stdio.h by Raymond Mao · 5 months ago
  66. 0fe031d md5: Use typedef for MD5 context by Raymond Mao · 5 months ago
  67. 329bb66 efi_loader: remove redundant hash includes by Raymond Mao · 5 months ago
  68. 591257b rng: Introduce SPL_DM_RNG by Marek Vasut · 6 months ago
  69. 8745f13 efi_loader: pass GUID by address to efi_dp_from_lo by Heinrich Schuchardt · 6 months ago
  70. b319356 efi_loader: fix description efi_dp_shorten by Heinrich Schuchardt · 6 months ago
  71. 7b8fad5 efi_selftest: add tests for QueryVariableInfo at boottime by Ilias Apalodimas · 6 months ago
  72. 6b2aaf8 efi_selftest: add tests for QueryVariableInfo at runtime by Ilias Apalodimas · 6 months ago
  73. 9677192 efi_loader: enable QueryVariableInfo at runtime for file backed variables by Ilias Apalodimas · 6 months ago
  74. 5025d02 efi_loader: address coverity report 492766 for dead code by Ilias Apalodimas · 6 months ago
  75. 2c4ca2d efi_loader: do not install dtb if bootmgr fails by Heinrich Schuchardt · 6 months ago
  76. 566f067 efi_loader: improve error handling in try_load_entry() by Heinrich Schuchardt · 6 months ago
  77. a55039d efi_loader: superfluous efi_restore_gd after EFI_CALL by Heinrich Schuchardt · 6 months ago
  78. 9552923 Merge patch series "Kconfig: some cleanups" by Tom Rini · 6 months ago
  79. 81f3a66 common: Convert *.c/h from UTF-8 to ASCII enconfing by Michal Simek · 6 months ago
  80. 99ac431 Kconfig: Add missing quotes around default string value by Michal Simek · 6 months ago
  81. 953d335 Kconfig: Add missing quotes around source file by Michal Simek · 6 months ago
  82. 85177b2 efi_selftest: add tests for setvariableRT by Ilias Apalodimas · 6 months ago
  83. 00da8d6 efi_loader: add an EFI variable with the file contents by Ilias Apalodimas · 6 months ago
  84. bc3dd24 efi_loader: Add OS notifications for SetVariable at runtime by Ilias Apalodimas · 6 months ago
  85. c28d32f efi_loader: conditionally enable SetvariableRT by Ilias Apalodimas · 6 months ago
  86. 05bf7ad efi_loader: use event callback for initrd deregistration by Masahisa Kojima · 11 months ago
  87. 2608015 efi_loader: typo mstching by Heinrich Schuchardt · 6 months ago
  88. 6d9a851 Fix references to trace doc by Vincent Stehlé · 6 months ago
  89. 0ec4279 efi_loader: using EFI_UNSUPPORTED for private authenticated variables by Weizhao Ouyang · 6 months ago
  90. 8d7ccea efi_loader: 'EFI using ACPI tables at' should be debug message by Heinrich Schuchardt · 6 months ago
  91. b34ce31 efi_loader: eliminate duplicate runtime section definitions by Heinrich Schuchardt · 7 months ago
  92. df1076a efi_loader: move efi_var_collect to common functions by Ilias Apalodimas · 7 months ago
  93. 4914263 Merge patch series "zlib: Address CVE-2016-9841" by Tom Rini · 6 months ago
  94. 26beded zlib: Remove incorrect ZLIB_VERSION by Michal Simek · 7 months ago
  95. 340fdf1 zlib: Port fix for CVE-2016-9841 to U-Boot by Michal Simek · 7 months ago
  96. 67b252c zlib: Rename write variable to wnext (window write index) by Michal Simek · 7 months ago
  97. 70f37a5 zlib: Rename this variable to here (current decoding table entry) by Michal Simek · 7 months ago
  98. 0ceb1f4 lib: add missing line breaks in debug messages by Maxim Moskalets · 7 months ago
  99. 3f8d130 efi_loader: access __efi_runtime_rel_start/stop without & by Ilias Apalodimas · 7 months ago
  100. c162484 efi_loader: access __efi_runtime_start/stop without & by Ilias Apalodimas · 7 months ago