1. 58d825f include: export uuid.h by Caleb Connolly · 5 months ago
  2. 22c48a9 lib: uuid: supporting building as part of host tools by Caleb Connolly · 5 months ago
  3. 788cf33 efi: add a helper to generate dynamic UUIDs by Caleb Connolly · 5 months ago
  4. 4c5e1ff lib: uuid: add UUID v5 support by Caleb Connolly · 5 months ago
  5. 775f765 Kconfig: clean up the efi configuration status by Ilias Apalodimas · 5 months ago
  6. 063b4ed efi_loader: return the correct error in efi_bootmgr_release_uridp() by Ilias Apalodimas · 5 months ago
  7. 4a1eecc efi_loader: rename efi_bootmgr_image_return_notify by Ilias Apalodimas · 5 months ago
  8. 292a4a4 efi_loader: shorten efi_bootmgr_release_uridp_resource() by Ilias Apalodimas · 5 months ago
  9. 360aadd Merge patch series "Make LMB memory map global and persistent" by Tom Rini · 4 months ago
  10. f8ffc6f lmb: add logic to print lmb flag strings by Sughosh Ganu · 5 months ago
  11. 9b19e20 sandbox: move the TCG event log to the start of ram memory by Sughosh Ganu · 5 months ago
  12. b58caad lmb: remove the unused board_lmb_reserve() function by Sughosh Ganu · 5 months ago
  13. 6534d26 lmb: do away with arch_lmb_reserve() by Sughosh Ganu · 5 months ago
  14. 17f695d ppc: lmb: move arch specific lmb reservations to arch_misc_init() by Sughosh Ganu · 5 months ago
  15. 30ffdd6 lmb: remove lmb_init_and_reserve_range() function by Sughosh Ganu · 5 months ago
  16. c7ce26c lmb: remove the lmb_init_and_reserve() function by Sughosh Ganu · 5 months ago
  17. f4fb154 lmb: reserve common areas during board init by Sughosh Ganu · 5 months ago
  18. 8a9fc30 lmb: introduce a function to add memory to the lmb memory map by Sughosh Ganu · 5 months ago
  19. 6942bdb lmb: allow lmb module to be used in SPL by Sughosh Ganu · 5 months ago
  20. 8281fde lmb: config: add lmb config symbols for SPL by Sughosh Ganu · 5 months ago
  21. e32bdd9 lmb: remove config symbols used for lmb region count by Sughosh Ganu · 5 months ago
  22. 5e9553c lmb: allow for resizing lmb regions by Sughosh Ganu · 5 months ago
  23. ed17a33 lmb: make LMB memory map persistent and global by Sughosh Ganu · 5 months ago
  24. 3d679ae lmb: staticize __lmb_alloc_base() by Sughosh Ganu · 5 months ago
  25. f506ca0 lmb: remove the unused lmb_is_reserved() function by Sughosh Ganu · 5 months ago
  26. 8c069df Merge tag 'v2024.10-rc4' into next by Tom Rini · 5 months ago
  27. ccda0ba lib: crypto: fix ASYMMETRIC_KEY_TYPE dependency by Tomas Paukrt · 5 months ago
  28. be222ac list: use list_count_nodes() to count list entries by Sughosh Ganu · 5 months ago
  29. d8503a4 lib: move phdr increment to for loop heading by Maxim Moskalets · 5 months ago
  30. 66ca5b7 global_data: Remove environment members if not used by Simon Glass · 5 months ago
  31. dcd1b63 efi_loader: allow EFI_LOADER_BOUNCE_BUFFER on all architectures by Heinrich Schuchardt · 5 months ago
  32. 3a8ad05 efi_loader: fix memory freeing in efi_get_dp_from_boot() by Ilias Apalodimas · 5 months ago
  33. 158cf0270 Merge tag 'v2024.10-rc3' into next by Tom Rini · 5 months ago
  34. 37dc8c2 lib: elf: Fix bootelf -p crash issue by JianfengA.Zhu@sony.com · 5 months ago
  35. 751e5bf efi_loader: correct description of efi_get_distro_fdt_name by Heinrich Schuchardt · 5 months ago
  36. 68bd345 efi_loader: use list_count_nodes() in efi_protocols_per_handle() by Heinrich Schuchardt · 6 months ago
  37. f4f845b Merge patch series "Universal Payload initial series" by Tom Rini · 5 months ago
  38. 9767c66 fdt: Don't overwrite bloblist devicetree by Simon Glass · 5 months ago
  39. 2078aba Merge patch series "alist: Implement a pointer list / array of structs" by Tom Rini · 5 months ago
  40. 75581e4 alist: Add support for an allocated pointer list by Simon Glass · 6 months ago
  41. 947aafd lib: Handle a special case with str_to_list() by Simon Glass · 6 months ago
  42. cafde93 fdt: Correct condition for bloblist existing by Simon Glass · 6 months ago
  43. e464ad0 efi_memory: get the efi_mem_list node directly by Sughosh Ganu · 6 months ago
  44. 7aa0add efi_memory: avoid possible null pointer dereference by Sughosh Ganu · 6 months ago
  45. 22f8930 efi_memory: use list_count_nodes() to count list entries by Sughosh Ganu · 6 months ago
  46. 48940c6 efi_loader: correct check in efi_load_option_dp_join() by Heinrich Schuchardt · 6 months ago
  47. 8c919fc smbios: add extended Extended BIOS ROM Size by Heinrich Schuchardt · 6 months ago
  48. 272df36 efi_loader: add /dtbs search path by Caleb Connolly · 6 months ago
  49. e1090d7 efi_loader: require EFI boot manager for EBBR compliance by Heinrich Schuchardt · 6 months ago
  50. c0d3dda efi_loader: adjust config options for capsule updates by Ilias Apalodimas · 7 months ago
  51. 4cf1275 zlib: Fix big performance regression by Christophe Leroy · 6 months ago
  52. ff47fdd efi_loader: Fix typo in EFI_RT_VOLATILE_STORE description by Michal Simek · 6 months ago
  53. 5c1b5e6 efi_loader: find distro device-path for media devices by Heinrich Schuchardt · 6 months ago
  54. af3c216 Merge patch series "api: Remove duplicate newlines" by Tom Rini · 6 months ago
  55. 2f8c004 lib: Remove duplicate newlines by Marek Vasut · 6 months ago
  56. 88ef1bf efi_loader: print device-tree in dtbdump.efi by Heinrich Schuchardt · 7 months ago
  57. 659f97e scripts/Makefile.lib: EFI: Use capsule CRT instead of ESL file by Jonathan Humphreys · 7 months ago
  58. 7d22317 Revert "Revert "Merge patch series "zlib: Address CVE-2016-9841""" by Tom Rini · 6 months ago
  59. 608a88c Fix Kconfig coding style from spaces to tab by Anand Moon · 7 months ago
  60. 4a8a54c smbios: Correct error handling when writing tables by Simon Glass · 7 months ago
  61. 57c4cd1 initcall: Correct use of relocation offset by Simon Glass · 7 months ago
  62. f0a259c Merge patch series "m68k: Implement a default flush_dcache_all" by Tom Rini · 7 months ago
  63. 07a6c69 acpi: set creator_revision in acpi_fill_header by Heinrich Schuchardt · 9 months ago
  64. 65fbdab Merge branch 'next' by Tom Rini · 7 months ago
  65. bbacdd3 Revert "Merge patch series "zlib: Address CVE-2016-9841"" by Tom Rini · 7 months ago
  66. e7505b3 tpm: allow the user to select the compiled algorithms by Ilias Apalodimas · 7 months ago
  67. cba3fa9 tpm: Untangle tpm2_get_pcr_info() by Ilias Apalodimas · 7 months ago
  68. fed9c11 efi_loader: remove unneeded header files by Ilias Apalodimas · 7 months ago
  69. a56037a tpm: Move TCG functions into a separate file by Ilias Apalodimas · 7 months ago
  70. 27b462c tpm: Move TCG headers into a separate file by Ilias Apalodimas · 7 months ago
  71. b94217a efi_selftest: can't have measured device-tree with kaslr-seed by Heinrich Schuchardt · 7 months ago
  72. 092b6ec tpm: Avoid code bloat when not using EFI_TCG2_PROTOCOL by Simon Glass · 7 months ago
  73. a7eada2 Merge tag 'v2024.07-rc5' into next by Tom Rini · 7 months ago
  74. b73948c efi_loader: fix the return values on efi_tcg by Ilias Apalodimas · 7 months ago
  75. 27d4966 tpm: fix the return code, if the eventlog buffer is full by Ilias Apalodimas · 7 months ago
  76. a5a5756 lib: smbios: Detect system properties via SYSINFO IDs by Michal Simek · 9 months ago
  77. 85df7f1 lib: smbios: Let detect the system via sysinfo by Michal Simek · 9 months ago
  78. 19d41f4 efi_loader: avoid duplicate weak invalidate_icache_all() by Heinrich Schuchardt · 7 months ago
  79. 512ed81 smbios: only look for a SYSINFO udevice if SYSINFO support is enabled by Quentin Schulz · 7 months ago
  80. d69759a tpm: measure DTB in PCR1 instead of PCR0 by Ilias Apalodimas · 7 months ago
  81. 46b6a3e cmd: move ELF load and boot to lib/elf.c by Maxim Moskalets · 7 months ago
  82. 281a80c Merge patch series "efi_loader: select BLK not depends on BLK" by Tom Rini · 7 months ago
  83. 66bd11b efi_loader: select BLK not depends on BLK by Tom Rini · 8 months ago
  84. 9a171f8 efi_loader: Fix capsule_esl.dtsi.in comment style by Michal Simek · 8 months ago
  85. 3b7d26e efi_loader: Fix EFI_VARIABLE_APPEND_WRITE hash check by Weizhao Ouyang · 8 months ago
  86. 535321c efi_loader: rename struct efi_initrd_dp to efi_lo_dp_prefix by Heinrich Schuchardt · 7 months ago
  87. e91b68f efi_loader: load distro dtb in bootmgr by Heinrich Schuchardt · 9 months ago
  88. 8deb5d8 efi_loader: export efi_load_image_from_path by Heinrich Schuchardt · 9 months ago
  89. b34528e efi_loader: return binary from efi_dp_from_lo() by Heinrich Schuchardt · 9 months ago
  90. c946385 efi_loader: move distro_efi_get_fdt_name() by Heinrich Schuchardt · 9 months ago
  91. 39bac24 efi_loader: load device-tree specified in boot option by Heinrich Schuchardt · 9 months ago
  92. 58bef19 cmd: eficonfig: add support for setting fdt by Heinrich Schuchardt · 9 months ago
  93. bf03333 efi_loader: allow concatenation with contained end node by Heinrich Schuchardt · 8 months ago
  94. 227be29 Merge tag 'v2024.07-rc4' into next by Tom Rini · 8 months ago
  95. 954b95e tpm-v2: add support for mapping algorithm names to algos by Tim Harvey · 8 months ago
  96. 7e52d6c Merge patch series "FWU: Add support for FWU metadata version 2" by Tom Rini · 8 months ago
  97. 8ee8b9c fwu: mtd: obtain image information from version agnostic structure by Sughosh Ganu · 10 months ago
  98. 1bef719 fwu: mtd: get MTD partition specific info from driver by Sughosh Ganu · 10 months ago
  99. 840afae fwu: mtd: remove unused argument from function call by Sughosh Ganu · 10 months ago
  100. 222cd23 fwu: add config symbols for enabling FWU metadata versions by Sughosh Ganu · 10 months ago