1. d4dce4a xpl: Rename spl_phase() to xpl_phase() by Simon Glass · 8 weeks ago
  2. 20585cd fwu: print a message if empty capsule checks fail by Sughosh Ganu · 3 months ago
  3. 9a81bfd fwu: do not allow capsule processing on exceeding Trial Counter threshold by Sughosh Ganu · 3 months ago
  4. 44dff85 fwu: add dependency checks for selecting FWU metadata version by Sughosh Ganu · 3 months ago
  5. 4c63b7e fwu: check all images for transitioning out of Trial State by Sughosh Ganu · 3 months ago
  6. 97c9fb3 fwu: v1: do a version check for the metadata by Sughosh Ganu · 3 months ago
  7. 0a4651b fwu: v2: try reading both copies of metadata by Sughosh Ganu · 3 months ago
  8. cba7378 efi_loader: Put back copyright message by Simon Glass · 3 months ago
  9. 380c843a efi_loader: Use puts() in cout so that console recording works by Simon Glass · 3 months ago
  10. 29cab7c include: export uuid.h by Caleb Connolly · 3 months ago
  11. fb9e948 lib: uuid: supporting building as part of host tools by Caleb Connolly · 3 months ago
  12. 3744e47 efi: add a helper to generate dynamic UUIDs by Caleb Connolly · 3 months ago
  13. 2f4f0be lib: uuid: add UUID v5 support by Caleb Connolly · 3 months ago
  14. 17aea46 Kconfig: clean up the efi configuration status by Ilias Apalodimas · 3 months ago
  15. 868937f efi_loader: return the correct error in efi_bootmgr_release_uridp() by Ilias Apalodimas · 4 months ago
  16. fe14afc efi_loader: rename efi_bootmgr_image_return_notify by Ilias Apalodimas · 4 months ago
  17. 32833cf efi_loader: shorten efi_bootmgr_release_uridp_resource() by Ilias Apalodimas · 4 months ago
  18. 390562d Merge patch series "Make LMB memory map global and persistent" by Tom Rini · 3 months ago
  19. f04416f lmb: add logic to print lmb flag strings by Sughosh Ganu · 3 months ago
  20. 3f76868 sandbox: move the TCG event log to the start of ram memory by Sughosh Ganu · 3 months ago
  21. 4a85f13 lmb: remove the unused board_lmb_reserve() function by Sughosh Ganu · 3 months ago
  22. e5348c7 lmb: do away with arch_lmb_reserve() by Sughosh Ganu · 3 months ago
  23. ad3b6e9 ppc: lmb: move arch specific lmb reservations to arch_misc_init() by Sughosh Ganu · 3 months ago
  24. ac42434 lmb: remove lmb_init_and_reserve_range() function by Sughosh Ganu · 3 months ago
  25. 27fc17f lmb: remove the lmb_init_and_reserve() function by Sughosh Ganu · 3 months ago
  26. 6518b41 lmb: reserve common areas during board init by Sughosh Ganu · 3 months ago
  27. 65597fa lmb: introduce a function to add memory to the lmb memory map by Sughosh Ganu · 3 months ago
  28. 0d733f0 lmb: allow lmb module to be used in SPL by Sughosh Ganu · 3 months ago
  29. 69db78f lmb: config: add lmb config symbols for SPL by Sughosh Ganu · 3 months ago
  30. aee586d lmb: remove config symbols used for lmb region count by Sughosh Ganu · 3 months ago
  31. 50e2727 lmb: allow for resizing lmb regions by Sughosh Ganu · 3 months ago
  32. 291bf9c lmb: make LMB memory map persistent and global by Sughosh Ganu · 3 months ago
  33. 78435de lmb: staticize __lmb_alloc_base() by Sughosh Ganu · 3 months ago
  34. f12b794 lmb: remove the unused lmb_is_reserved() function by Sughosh Ganu · 3 months ago
  35. cd17948 Merge tag 'v2024.10-rc4' into next by Tom Rini · 3 months ago
  36. 164332f lib: crypto: fix ASYMMETRIC_KEY_TYPE dependency by Tomas Paukrt · 3 months ago
  37. ebb1c20 list: use list_count_nodes() to count list entries by Sughosh Ganu · 3 months ago
  38. d179142 lib: move phdr increment to for loop heading by Maxim Moskalets · 3 months ago
  39. ee8e6a6 global_data: Remove environment members if not used by Simon Glass · 3 months ago
  40. 462617e efi_loader: allow EFI_LOADER_BOUNCE_BUFFER on all architectures by Heinrich Schuchardt · 3 months ago
  41. b92f7ba efi_loader: fix memory freeing in efi_get_dp_from_boot() by Ilias Apalodimas · 4 months ago
  42. 6076b74 Merge tag 'v2024.10-rc3' into next by Tom Rini · 3 months ago
  43. 0e49fd1 lib: elf: Fix bootelf -p crash issue by JianfengA.Zhu@sony.com · 4 months ago
  44. 4e11a33 efi_loader: correct description of efi_get_distro_fdt_name by Heinrich Schuchardt · 4 months ago
  45. 5f6806d efi_loader: use list_count_nodes() in efi_protocols_per_handle() by Heinrich Schuchardt · 4 months ago
  46. c4d807a Merge patch series "Universal Payload initial series" by Tom Rini · 4 months ago
  47. ed12284 fdt: Don't overwrite bloblist devicetree by Simon Glass · 4 months ago
  48. 1162e49 Merge patch series "alist: Implement a pointer list / array of structs" by Tom Rini · 4 months ago
  49. e1edadf alist: Add support for an allocated pointer list by Simon Glass · 4 months ago
  50. 6667c01 lib: Handle a special case with str_to_list() by Simon Glass · 4 months ago
  51. 1a6d2e0 fdt: Correct condition for bloblist existing by Simon Glass · 4 months ago
  52. 21ad4cc efi_memory: get the efi_mem_list node directly by Sughosh Ganu · 4 months ago
  53. 7d2c279 efi_memory: avoid possible null pointer dereference by Sughosh Ganu · 4 months ago
  54. 38dcdb8 efi_memory: use list_count_nodes() to count list entries by Sughosh Ganu · 4 months ago
  55. 9b4e1f5 efi_loader: correct check in efi_load_option_dp_join() by Heinrich Schuchardt · 4 months ago
  56. bfeb45f smbios: add extended Extended BIOS ROM Size by Heinrich Schuchardt · 4 months ago
  57. feb76da efi_loader: add /dtbs search path by Caleb Connolly · 4 months ago
  58. 7cbf745 efi_loader: require EFI boot manager for EBBR compliance by Heinrich Schuchardt · 4 months ago
  59. 44fa8ff efi_loader: adjust config options for capsule updates by Ilias Apalodimas · 5 months ago
  60. 96cbd06 zlib: Fix big performance regression by Christophe Leroy · 4 months ago
  61. 0ac2798 efi_loader: Fix typo in EFI_RT_VOLATILE_STORE description by Michal Simek · 4 months ago
  62. 8257f16 efi_loader: find distro device-path for media devices by Heinrich Schuchardt · 5 months ago
  63. 807232a Merge patch series "api: Remove duplicate newlines" by Tom Rini · 4 months ago
  64. f0c233b lib: Remove duplicate newlines by Marek Vasut · 5 months ago
  65. 67a81d2 efi_loader: print device-tree in dtbdump.efi by Heinrich Schuchardt · 5 months ago
  66. 0d6f841 scripts/Makefile.lib: EFI: Use capsule CRT instead of ESL file by Jonathan Humphreys · 6 months ago
  67. 9796bdd Revert "Revert "Merge patch series "zlib: Address CVE-2016-9841""" by Tom Rini · 5 months ago
  68. 6c368f4 Fix Kconfig coding style from spaces to tab by Anand Moon · 5 months ago
  69. bd5515d smbios: Correct error handling when writing tables by Simon Glass · 5 months ago
  70. 4a45d5d initcall: Correct use of relocation offset by Simon Glass · 5 months ago
  71. eff0649 Merge patch series "m68k: Implement a default flush_dcache_all" by Tom Rini · 5 months ago
  72. 9838d34 acpi: set creator_revision in acpi_fill_header by Heinrich Schuchardt · 7 months ago
  73. 1f47e4e Merge branch 'next' by Tom Rini · 5 months ago
  74. 4eab176 Revert "Merge patch series "zlib: Address CVE-2016-9841"" by Tom Rini · 5 months ago
  75. 1e665f9 tpm: allow the user to select the compiled algorithms by Ilias Apalodimas · 5 months ago
  76. cb35661 tpm: Untangle tpm2_get_pcr_info() by Ilias Apalodimas · 5 months ago
  77. 5b6c6c5 efi_loader: remove unneeded header files by Ilias Apalodimas · 5 months ago
  78. 95537a6 tpm: Move TCG functions into a separate file by Ilias Apalodimas · 5 months ago
  79. ca61532 tpm: Move TCG headers into a separate file by Ilias Apalodimas · 5 months ago
  80. b20a083 efi_selftest: can't have measured device-tree with kaslr-seed by Heinrich Schuchardt · 5 months ago
  81. ea5e651 tpm: Avoid code bloat when not using EFI_TCG2_PROTOCOL by Simon Glass · 5 months ago
  82. ca51b77 Merge tag 'v2024.07-rc5' into next by Tom Rini · 5 months ago
  83. fa3ab34 efi_loader: fix the return values on efi_tcg by Ilias Apalodimas · 5 months ago
  84. 5e455bc tpm: fix the return code, if the eventlog buffer is full by Ilias Apalodimas · 5 months ago
  85. a7aa395 lib: smbios: Detect system properties via SYSINFO IDs by Michal Simek · 7 months ago
  86. 7d95500 lib: smbios: Let detect the system via sysinfo by Michal Simek · 7 months ago
  87. 3a67d13 efi_loader: avoid duplicate weak invalidate_icache_all() by Heinrich Schuchardt · 5 months ago
  88. 60b515d smbios: only look for a SYSINFO udevice if SYSINFO support is enabled by Quentin Schulz · 6 months ago
  89. c90c195 tpm: measure DTB in PCR1 instead of PCR0 by Ilias Apalodimas · 6 months ago
  90. e4170b8 cmd: move ELF load and boot to lib/elf.c by Maxim Moskalets · 6 months ago
  91. a90e793 Merge patch series "efi_loader: select BLK not depends on BLK" by Tom Rini · 6 months ago
  92. cec1548 efi_loader: select BLK not depends on BLK by Tom Rini · 6 months ago
  93. ad52dc3 efi_loader: Fix capsule_esl.dtsi.in comment style by Michal Simek · 6 months ago
  94. 73d752b efi_loader: Fix EFI_VARIABLE_APPEND_WRITE hash check by Weizhao Ouyang · 7 months ago
  95. 40da9e6 efi_loader: rename struct efi_initrd_dp to efi_lo_dp_prefix by Heinrich Schuchardt · 6 months ago
  96. d9b2363 efi_loader: load distro dtb in bootmgr by Heinrich Schuchardt · 7 months ago
  97. e5aa9fa efi_loader: export efi_load_image_from_path by Heinrich Schuchardt · 7 months ago
  98. 2ca2680 efi_loader: return binary from efi_dp_from_lo() by Heinrich Schuchardt · 7 months ago
  99. 1a41ca4 efi_loader: move distro_efi_get_fdt_name() by Heinrich Schuchardt · 7 months ago
  100. dfeb042 efi_loader: load device-tree specified in boot option by Heinrich Schuchardt · 7 months ago