1. 5dfc1c8 alist: Add a way to efficiently filter an alist by Simon Glass · 5 weeks ago
  2. 5bd4ead alist: Add a function to empty the list by Simon Glass · 5 weeks ago
  3. d785a77 alist: Add for-loop helpers by Simon Glass · 5 weeks ago
  4. 1d49f78 alist: Add a way to get the next element by Simon Glass · 5 weeks ago
  5. 8e5e64d Merge patch series "fs: ext4: implement opendir, readdir, closedir" by Tom Rini · 3 weeks ago WIP/01Nov2024
  6. 8b1d6fc efi_loader: fix GetInfo and SetInfo by Heinrich Schuchardt · 4 weeks ago
  7. 62fe870 lmb: remove __maybe_unused from lmb_map_update_notify by Heinrich Schuchardt · 4 weeks ago
  8. 99ce74a acpi_table: Fix coverity defect in acpi_write_spcr by Patrick Rudolph · 4 weeks ago
  9. d4c8b87 Merge tag 'efi-2025-01-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 3 weeks ago
  10. 7596d77 lib: efi_loader: Fix efi_dp_from_mem() calls by Moritz Fischer · 4 weeks ago
  11. c8c10b8 efi_loader: Make tcg2_uninit() static by Ilias Apalodimas · 4 weeks ago
  12. 84b95e9 efi_loader: Remove unused diskid by Ilias Apalodimas · 4 weeks ago
  13. 6507ec2 efi_loader: Mark static functions in smbiosdump by Ilias Apalodimas · 4 weeks ago
  14. bfc3074 efi_loader: Mark static function in dumpdtb by Ilias Apalodimas · 4 weeks ago
  15. b63cb21 efi_loader: Mark efi_bootmgr_release_uridp as static by Ilias Apalodimas · 4 weeks ago
  16. 4588ab9 efi_loader: Simplify efi_free_pages() by Ilias Apalodimas · 4 weeks ago
  17. e26d2ca lmb: Correctly unmap memory after notifications by Ilias Apalodimas · 4 weeks ago
  18. 1dd01ab efi_loader: fix CONFIG_EFI_HTTP dependencies by Heinrich Schuchardt · 5 weeks ago
  19. e2f34f4 efi_selftest: make HII test data static by Heinrich Schuchardt · 5 weeks ago
  20. 645f7b2 efi_selftest: fix typo 'got languages' in HII test by Heinrich Schuchardt · 5 weeks ago
  21. ede2361 lmb: Remove lmb_alloc_flags() by Ilias Apalodimas · 5 weeks ago
  22. f6fb6a8 lmb: Simplify lmb_should_notify usage by Ilias Apalodimas · 5 weeks ago
  23. 0f57b00 lmb: Fix lmb_add_region_flags() return codes and testing by Ilias Apalodimas · 5 weeks ago
  24. c3cf0dc lmb: add a check to prevent memory overrun by Sughosh Ganu · 5 weeks ago
  25. bfdfc6c Revert "acpi_table: Fix coverity defect in acpi_write_spcr" by Tom Rini · 4 weeks ago
  26. e1c3c72 acpi_table: Fix coverity defect in acpi_write_spcr by Patrick Rudolph · 4 weeks ago
  27. 2800aec Merge patch series "Implement ACPI on aarch64" by Tom Rini · 4 weeks ago WIP/27Oct2024
  28. 34bfe8e arm: cpu: Add ACPI parking protocol support by Patrick Rudolph · 5 weeks ago
  29. 6f9b015 common: Enable BLOBLIST_TABLES on arm by Patrick Rudolph · 5 weeks ago
  30. 4ac655c acpi: Add processor device by Patrick Rudolph · 5 weeks ago
  31. f570ab6 acpi: Allocate and write ACPI tables by Patrick Rudolph · 5 weeks ago
  32. 5dc22f7 acpi_table: Support platforms with unusable RSDT by Patrick Rudolph · 5 weeks ago
  33. bf5d376 acpi: acpi_table: Add IORT support by Patrick Rudolph · 5 weeks ago
  34. 7f91bca acpi: Add ACPITAB for PPTT and GTDT by Patrick Rudolph · 5 weeks ago
  35. 4b882f6 acpi: acpi_table: Bump revisions by Patrick Rudolph · 5 weeks ago
  36. 763bad3 acpi: Add fill_madt to acpi_ops by Patrick Rudolph · 5 weeks ago
  37. 4a3fc0f acpi: x86: Move MADT to common code by Patrick Rudolph · 5 weeks ago
  38. f5f7962 acpi: x86: Write FADT in common code by Maximilian Brune · 5 weeks ago
  39. 1c03efc acpi: x86: Move SPCR and DBG2 into common code by Maximilian Brune · 5 weeks ago
  40. deafcdc Merge patch series "Allow showing the memory map" by Tom Rini · 4 weeks ago
  41. 1c30f7a lmb: Export the lmb data structure by Simon Glass · 5 weeks ago
  42. ed8a807 lib/sha*: include u-boot/schedule.h instead of cyclic.h by Rasmus Villemoes · 7 weeks ago
  43. a370963 Merge patch series "aspeed: ast2700: Add Caliptra ECDSA driver" by Tom Rini · 5 weeks ago
  44. 75068b1 lib: ecdsa: Add ECDSA384 support by Chia-Wei Wang · 6 weeks ago
  45. fa0ed06 Merge tag 'efi-2025-01-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 5 weeks ago WIP/20Oct2024
  46. 7f45377 mbedtls: fix defects in coverity scan by Raymond Mao · 6 weeks ago
  47. 4911957 lmb: notify when adjacent regions are added by Caleb Connolly · 5 weeks ago
  48. 640c6c6 efi_driver: use blk_create_devicef() by Heinrich Schuchardt · 5 weeks ago
  49. 76a692a efi_loader: remove ERROR:, WARNING: prefixes in messages by Heinrich Schuchardt · 5 weeks ago
  50. 640427c efi_loader: add missing lf in error message by Heinrich Schuchardt · 5 weeks ago
  51. bc4fe56 efi_loader: reduce noisiness if ESP is missing by Heinrich Schuchardt · 5 weeks ago
  52. 3d23ded efi_loader: avoid #ifdef in efi_setup.c by Heinrich Schuchardt · 6 weeks ago
  53. 2237104 lib: fdtdec: Parse the gzip/lzo headers only when dependencies have met by Lad Prabhakar · 8 weeks ago
  54. 27d7ccd net: lwip: tftp: add support of blksize option to client by Jerome Forissier · 6 weeks ago
  55. 4d4d783 net: lwip: add TFTP support and tftpboot command by Jerome Forissier · 6 weeks ago
  56. 5634ecc net: lwip: tftp: bind to TFTP port only when in server mode by Jerome Forissier · 6 weeks ago
  57. 98ad145 net: lwip: add DHCP support and dhcp commmand by Jerome Forissier · 6 weeks ago
  58. 1c41a7a net: lwip: build lwIP by Jerome Forissier · 6 weeks ago
  59. 1ca0ddb Merge commit 'f3f86fd1fe0fb288356bff78f8a6fa2edf89e3fc' as 'lib/lwip/lwip' by Tom Rini · 6 weeks ago
  60. 8d0df5f lmb: replace the double-underscore with single-underscore for all functions by Sughosh Ganu · 6 weeks ago
  61. f3fe323 efi_memory: rename variable to highlight overlap with free memory by Sughosh Ganu · 6 weeks ago
  62. 596516d lmb: remove call to efi_lmb_reserve() by Sughosh Ganu · 6 weeks ago
  63. e1b6822 efi_memory: do not add RAM memory to the memory map by Sughosh Ganu · 6 weeks ago
  64. ad33ce2 x86: e820: use the lmb API for adding RAM memory by Sughosh Ganu · 6 weeks ago
  65. 9ec4065 layerscape: use the lmb API's to add RAM memory by Sughosh Ganu · 6 weeks ago
  66. 497da0c lmb: allow for boards to specify memory map by Sughosh Ganu · 6 weeks ago
  67. a68c9ac efi_memory: do not add U-Boot memory to the memory map by Sughosh Ganu · 6 weeks ago
  68. 2f61915 lmb: notify of any changes to the LMB memory map by Sughosh Ganu · 6 weeks ago
  69. 22f2c9e efi: memory: use the lmb API's for allocating and freeing memory by Sughosh Ganu · 6 weeks ago
  70. eb052cb lmb: add and reserve memory above ram_top by Sughosh Ganu · 6 weeks ago
  71. 3c6896a lmb: add a flag to allow suppressing memory map change notification by Sughosh Ganu · 6 weeks ago
  72. c8a8f01 lmb: add versions of the lmb API with flags by Sughosh Ganu · 6 weeks ago
  73. d467f35 Merge patch series "Integrate MbedTLS v3.6 LTS with U-Boot" by Tom Rini · 6 weeks ago
  74. ab58c46 asn1_decoder: add build options for ASN1 decoder by Raymond Mao · 7 weeks ago
  75. e9b681a lib/rypto: Adapt rsa_helper to MbedTLS by Raymond Mao · 7 weeks ago
  76. 1df80a4 mbedtls: add RSA helper layer on MbedTLS by Raymond Mao · 7 weeks ago
  77. 513a15d lib/crypto: Adapt mscode_parser to MbedTLS by Raymond Mao · 7 weeks ago
  78. 65a7b48 mbedtls: add MSCode parser porting layer by Raymond Mao · 7 weeks ago
  79. c47bbf9 lib/crypto: Adapt PKCS7 parser to MbedTLS by Raymond Mao · 7 weeks ago
  80. 7de0d15 mbedtls: add PKCS7 parser porting layer by Raymond Mao · 7 weeks ago
  81. 3741abf lib/crypto: Adapt x509_cert_parser to MbedTLS by Raymond Mao · 7 weeks ago
  82. 70002ce mbedtls: add X509 cert parser porting layer by Raymond Mao · 7 weeks ago
  83. f758647 lib/crypto: Adapt public_key header with MbedTLS by Raymond Mao · 7 weeks ago
  84. bfbf3ab mbedtls: add public key porting layer by Raymond Mao · 7 weeks ago
  85. aed1c9a pkcs7: move common functions to PKCS7 helper by Raymond Mao · 7 weeks ago
  86. fa1289c x509: move common functions to x509 helper by Raymond Mao · 7 weeks ago
  87. b36a8b8 public_key: move common functions to public key helper by Raymond Mao · 7 weeks ago
  88. 6b0d26c mbedtls/external: update MbedTLS PKCS7 test suites by Raymond Mao · 7 weeks ago
  89. 6e7acd3 mbedtls/external: support decoding multiple signer's cert by Raymond Mao · 7 weeks ago
  90. 540bd26 mbedtls/external: support PKCS9 Authenticate Attributes by Raymond Mao · 7 weeks ago
  91. 9acdd53 mbedtls/external: support Microsoft Authentication Code by Raymond Mao · 7 weeks ago
  92. c60e99f mbedtls: Enable smaller implementation for SHA256/512 by Raymond Mao · 7 weeks ago
  93. bdc3f44 mbedtls: add digest shim layer for MbedTLS by Raymond Mao · 7 weeks ago
  94. 988e749 sha1: Remove sha1 non-watchdog API by Raymond Mao · 7 weeks ago
  95. 2b6f572 md5: Remove md5 non-watchdog API by Raymond Mao · 7 weeks ago
  96. 5d1d983 lib: Adapt digest header files to MbedTLS by Raymond Mao · 7 weeks ago
  97. 13de848 mbedtls: add mbedtls into the build system by Raymond Mao · 7 weeks ago
  98. 47e544f Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD" by Tom Rini · 6 weeks ago WIP/11Oct2024
  99. 5c10c8b global: Rename SPL_TPL_ to PHASE_ by Simon Glass · 8 weeks ago
  100. c46760d global: Rename SPL_ to XPL_ by Simon Glass · 8 weeks ago