1. 13aa090 Merge https://source.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 1 year, 5 months ago
  2. 085f8db efi: Use the installed ACPI tables by Simon Glass · 1 year, 5 months ago
  3. 3710802 efi: Show all known UUIDs with CONFIG_CMD_EFIDEBUG by Simon Glass · 1 year, 5 months ago
  4. 3a7a17d Merge tag 'efi-2023-10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 1 year, 5 months ago
  5. d9df8a5 efi_selftests: add extra testcases on controller handling by Ilias Apalodimas · 1 year, 5 months ago
  6. 748cb55 efi_loader: fix the return codes of UninstallProtocol by Ilias Apalodimas · 1 year, 5 months ago
  7. 747d16d efi_loader: check the status of disconnected drivers by Ilias Apalodimas · 1 year, 5 months ago
  8. 239d59a efi_loader: reconnect drivers on failure by Ilias Apalodimas · 1 year, 5 months ago
  9. 7aa022c Load option with short device path for boot vars by Raymond Mao · 1 year, 5 months ago
  10. 9945bc4 Fix incorrect return code of boot option update by Raymond Mao · 1 year, 5 months ago
  11. 339b527 Move bootorder and bootoption apis to lib by Raymond Mao · 1 year, 5 months ago
  12. ad47974 lzma: Fix decompression speed regression by Christophe Leroy · 1 year, 5 months ago
  13. ef40257 lib/zlib: Fix a bug when getting a gzip header extra field by Oleksandr Suvorov · 1 year, 6 months ago
  14. a8f2ac2 fdt: Allow more general use of livetree by Simon Glass · 1 year, 6 months ago
  15. 9cf39bb fdt: Align the start of the livetree by Simon Glass · 1 year, 6 months ago
  16. 8e21064 Merge tag 'efi-2023-07-rc7' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 1 year, 5 months ago
  17. 9fd3f88 efi_loader: Increase default variable store size to 64KiB by Alper Nebi Yasak · 1 year, 5 months ago
  18. d7fe913 efi_loader: Avoid underflow when calculating remaining var store size by Alper Nebi Yasak · 1 year, 5 months ago
  19. e80f407 Merge tag 'v2023.07-rc6' into next by Tom Rini · 1 year, 5 months ago
  20. 50195a2 mkimage: ecdsa: password for signing from environment by Stefano Babic · 1 year, 6 months ago
  21. 5669591 efi_selftests: fix protocol repeated selftesting by Ilias Apalodimas · 1 year, 6 months ago
  22. 3cc2b9f efi_loader: simplify efi_disk_remove by Ilias Apalodimas · 1 year, 6 months ago
  23. 3ae95fe efi_selftests: fix controllers repeated selftesting by Ilias Apalodimas · 1 year, 6 months ago
  24. a61e6ad efi_selftest: ReinstallProtocolInterface test by Heinrich Schuchardt · 1 year, 6 months ago
  25. 260d496 Merge tag v2023.07-rc4 into next by Tom Rini · 1 year, 6 months ago
  26. a7e4541 fwu: provide default fwu_plat_get_bootidx by Jassi Brar · 1 year, 6 months ago
  27. 4898679 FWU: Add FWU metadata access driver for MTD storage regions by Masami Hiramatsu · 1 year, 6 months ago
  28. 1e917a6 fwu: rename fwu_get_verified_mdata to fwu_get_mdata by Jassi Brar · 1 year, 9 months ago
  29. 246ec2a fwu: meta-data: switch to management by common code by Jassi Brar · 1 year, 9 months ago
  30. 167994f fwu: move meta-data management in core by Jassi Brar · 1 year, 9 months ago
  31. 6ab7a68 efi_loader: check lowest supported version by Masahisa Kojima · 1 year, 6 months ago
  32. 25dc7d5 efi_loader: get lowest supported version from device tree by Masahisa Kojima · 1 year, 6 months ago
  33. 3cba970 efi_loader: versioning support in GetImageInfo by Masahisa Kojima · 1 year, 6 months ago
  34. bfaa1fb efi_loader: store firmware version into FmpState variable by Masahisa Kojima · 1 year, 6 months ago
  35. cccea18 efi_loader: add the number of image entries in efi_capsule_update_info by Masahisa Kojima · 1 year, 6 months ago
  36. 75ebeb4 efi_selftest: LocateHandleBuffer return code by Heinrich Schuchardt · 1 year, 6 months ago
  37. 1becdfc efi_loader: check return value of part_get_info() by Heinrich Schuchardt · 1 year, 6 months ago
  38. c52bd03 efi: Correct .efi rules by Simon Glass · 1 year, 7 months ago
  39. 1e4d965 acpi: Put the version numbers in a central place by Simon Glass · 1 year, 7 months ago
  40. c7c0ca3 efi_loader: fix efi_dp_from_file() by Heinrich Schuchardt · 1 year, 7 months ago
  41. e1273ea efi_loader: simplify efi_dp_from_name() by Heinrich Schuchardt · 1 year, 7 months ago
  42. 9f7ed4b efi_loader: error code efi_dp_from_name() by Heinrich Schuchardt · 1 year, 7 months ago
  43. 5780612 efi_loader: clean up efi_dp_from_file by Heinrich Schuchardt · 1 year, 7 months ago
  44. bd646fc efi_loader: duplicate code in efi_dp_from_name by Heinrich Schuchardt · 1 year, 7 months ago
  45. d76184e efi_loader: avoid #ifdef in efi_dp_from_name() by Heinrich Schuchardt · 1 year, 7 months ago
  46. 01c5281 efi_loader: support booting semihosting file by Heinrich Schuchardt · 1 year, 7 months ago
  47. 31eda3f efi_loader: print file path w/o boot device by Heinrich Schuchardt · 1 year, 7 months ago
  48. 227d3b3 fwu: fix config FWU_MULTI_BANK_UPDATE by Heinrich Schuchardt · 1 year, 7 months ago
  49. 37bf440 acpi: Move the table-finding functions into the libary by Simon Glass · 1 year, 7 months ago
  50. 0992a90 acpi: Create a new Kconfig for ACPI by Simon Glass · 1 year, 7 months ago
  51. 27dc882 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 1 year, 7 months ago
  52. f43fc16 fdt: Indicate that people should use the ofnode API by Simon Glass · 1 year, 7 months ago
  53. 1eb0908 mtd: nand: sunxi: Convert from fdtdec to ofnode by Samuel Holland · 1 year, 10 months ago
  54. 4bccbd3 efi_loader: remove unused efi_capsule_authenticate by Heinrich Schuchardt · 1 year, 8 months ago
  55. 6fc4fc3 efi: loader: Make efi_runtime_mmio static by Bin Meng · 1 year, 8 months ago
  56. 207b686 efi: loader: Make efi_mem static by Bin Meng · 1 year, 8 months ago
  57. ee23830 efi: loader: Make efi_event_queue and efi_register_notify_events static by Bin Meng · 1 year, 8 months ago
  58. 8063c55 efi: selftest: Make load_file() and load_file2() static by Bin Meng · 1 year, 8 months ago
  59. 013f9f8 efi: selftest: Make record static by Bin Meng · 1 year, 8 months ago
  60. 199675b efi_loader: avoid using HandleProtocol in initrddump.efi by Heinrich Schuchardt · 1 year, 8 months ago
  61. ff6ce8d efi_loader: avoid using HandleProtocol in helloworld.efi by Heinrich Schuchardt · 1 year, 8 months ago
  62. 9ee32a7 lib: missing fallthrough comment in vsnprintf_internal() by Heinrich Schuchardt · 1 year, 8 months ago
  63. c9eb37a lmb: add max number of region in lmb_dump_region() output by Patrick Delaunay · 1 year, 8 months ago
  64. 94c8da2 lmb: Fix LMB_MEMORY_REGIONS flag usage by Patrick Delaunay · 1 year, 8 months ago
  65. 272ec6b efi_loader: device_path: support blkmap devices by Tobias Waldekranz · 1 year, 10 months ago
  66. 288fe30 Merge branch 'next' by Tom Rini · 1 year, 8 months ago
  67. dfd4288 efi_loader: remove duplicate assignment by Heinrich Schuchardt · 1 year, 8 months ago
  68. a9203b0 efi_loader: correct shortening of device-paths by Heinrich Schuchardt · 1 year, 8 months ago
  69. c61df34 lib: Fix SYS_TIMER_COUNTS_DOWN description in Kconfig by Marek Vasut · 1 year, 9 months ago
  70. 605bc14 Merge branch 'master' into next by Tom Rini · 1 year, 8 months ago
  71. 4e5e49a efi: Include GUID names with EFI app and payload by Simon Glass · 1 year, 9 months ago
  72. ac93275 efi: Add another tranch of GUIDs by Simon Glass · 1 year, 9 months ago
  73. bace47a efi_loader: simplify efi_str_to_u16() by Heinrich Schuchardt · 1 year, 9 months ago
  74. f606fab efi_loader: move dp_alloc() to efi_alloc() by Heinrich Schuchardt · 1 year, 9 months ago
  75. e472ef8 efi_loader: fix device-path for USB devices by Heinrich Schuchardt · 1 year, 9 months ago
  76. c5cc6da efi_loader: support for Ctrl() device path node by Heinrich Schuchardt · 1 year, 9 months ago
  77. 180b711 efi_loader: fix device-path for USB devices by Heinrich Schuchardt · 1 year, 9 months ago
  78. 3f26bca efi_loader: support for Ctrl() device path node by Heinrich Schuchardt · 1 year, 9 months ago
  79. 99de38a zlib: trees.c: Fix a warning with clang-15 by Tom Rini · 1 year, 9 months ago
  80. fbfcb61 libavb: Fix a warning with clang-15 by Tom Rini · 1 year, 9 months ago
  81. c5f4cdb console: Use flush() before panic and reset by Tony Dinh · 1 year, 9 months ago
  82. a5faa4a Merge tag 'v2023.04-rc4' into next by Tom Rini · 1 year, 9 months ago
  83. d3970e0 efi_loader: describe term_get_char() by Heinrich Schuchardt · 1 year, 9 months ago
  84. 26a3502 efi_loader: update SetVariable attribute check by Masahisa Kojima · 1 year, 9 months ago
  85. 3b51080 lib: Add an SPL config for LIB_UUID by Simon Glass · 1 year, 9 months ago
  86. 05a8e1a lib: Fix build condition for tiny-printf by Simon Glass · 1 year, 9 months ago
  87. 5a6bc16 lib: Add VPL options for SHA1 and SHA256 by Simon Glass · 1 year, 9 months ago
  88. ae625d9 lib: Add a Kconfig for SPL_BZIP2 by Simon Glass · 1 year, 9 months ago
  89. a11be4c tpm: Implement tpm_auto_start() for TPMv1.2 by Simon Glass · 1 year, 9 months ago
  90. 78fd2f5 efi_loader: use tpm_auto_start for the tpm device by Ilias Apalodimas · 1 year, 10 months ago
  91. a595be3 tpm: add a function that performs selftest + startup by Ilias Apalodimas · 1 year, 10 months ago
  92. 4429393 efi_loader: set CapsuleMax from CONFIG_EFI_CAPSULE_MAX by Etienne Carriere · 1 year, 10 months ago
  93. aa2d394 efi_loader: Measure the loaded DTB by Etienne Carriere · 1 year, 10 months ago
  94. a135320 efi_loader: fix wrong attribute check for QueryVariableInfo by Masahisa Kojima · 1 year, 10 months ago
  95. 67af329 efi_loader: avoid buffer overrun in efi_var_mem_compare by Heinrich Schuchardt · 1 year, 10 months ago
  96. 0d91c88 lmb: Treat a region which is a subset as equal by Sjoerd Simons · 1 year, 10 months ago
  97. 852d4db trace: Detect an infinite loop by Simon Glass · 1 year, 11 months ago
  98. 80f9155 trace: Correct the relocation handover with buffer overflow by Simon Glass · 1 year, 11 months ago
  99. 9dd665a trace: Show a few more stats about tracing by Simon Glass · 1 year, 11 months ago
  100. daca66d trace: Track the minimum stack depth by Simon Glass · 1 year, 11 months ago