1. 8e3df06 Merge patch series "aspeed: ast2700: Add Caliptra ECDSA driver" by Tom Rini · 5 weeks ago
  2. 7868595 lib: ecdsa: Add ECDSA384 support by Chia-Wei Wang · 6 weeks ago
  3. 442acda Merge tag 'efi-2025-01-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 5 weeks ago
  4. 24cd101 mbedtls: fix defects in coverity scan by Raymond Mao · 6 weeks ago
  5. a202567 lmb: notify when adjacent regions are added by Caleb Connolly · 6 weeks ago
  6. da87af9 efi_driver: use blk_create_devicef() by Heinrich Schuchardt · 6 weeks ago
  7. 353db82 efi_loader: remove ERROR:, WARNING: prefixes in messages by Heinrich Schuchardt · 6 weeks ago
  8. f39486a efi_loader: add missing lf in error message by Heinrich Schuchardt · 6 weeks ago
  9. 963d7cc efi_loader: reduce noisiness if ESP is missing by Heinrich Schuchardt · 6 weeks ago
  10. 37d14c8 efi_loader: avoid #ifdef in efi_setup.c by Heinrich Schuchardt · 6 weeks ago
  11. 9ac02ef lib: fdtdec: Parse the gzip/lzo headers only when dependencies have met by Lad Prabhakar · 8 weeks ago
  12. e7ba686 net: lwip: tftp: add support of blksize option to client by Jerome Forissier · 6 weeks ago
  13. 6a78e96 net: lwip: add TFTP support and tftpboot command by Jerome Forissier · 6 weeks ago
  14. 33f2c02 net: lwip: tftp: bind to TFTP port only when in server mode by Jerome Forissier · 6 weeks ago
  15. 1ff0036 net: lwip: add DHCP support and dhcp commmand by Jerome Forissier · 6 weeks ago
  16. e86aa9f net: lwip: build lwIP by Jerome Forissier · 6 weeks ago
  17. bad97d2 Merge commit 'f3f86fd1fe0fb288356bff78f8a6fa2edf89e3fc' as 'lib/lwip/lwip' by Tom Rini · 6 weeks ago
  18. 99b5966 lmb: replace the double-underscore with single-underscore for all functions by Sughosh Ganu · 6 weeks ago
  19. c9e6eb6 efi_memory: rename variable to highlight overlap with free memory by Sughosh Ganu · 6 weeks ago
  20. 82399e1 lmb: remove call to efi_lmb_reserve() by Sughosh Ganu · 6 weeks ago
  21. fbb00c2 efi_memory: do not add RAM memory to the memory map by Sughosh Ganu · 6 weeks ago
  22. 526eebd x86: e820: use the lmb API for adding RAM memory by Sughosh Ganu · 6 weeks ago
  23. 0502b22 layerscape: use the lmb API's to add RAM memory by Sughosh Ganu · 6 weeks ago
  24. 1a36d44 lmb: allow for boards to specify memory map by Sughosh Ganu · 6 weeks ago
  25. 8f5cf17 efi_memory: do not add U-Boot memory to the memory map by Sughosh Ganu · 6 weeks ago
  26. a3af5ba lmb: notify of any changes to the LMB memory map by Sughosh Ganu · 6 weeks ago
  27. fa0ddab efi: memory: use the lmb API's for allocating and freeing memory by Sughosh Ganu · 6 weeks ago
  28. bafdac0 lmb: add and reserve memory above ram_top by Sughosh Ganu · 6 weeks ago
  29. 7ebbdd7 lmb: add a flag to allow suppressing memory map change notification by Sughosh Ganu · 6 weeks ago
  30. 7f15d32 lmb: add versions of the lmb API with flags by Sughosh Ganu · 6 weeks ago
  31. f5bea56 Merge patch series "Integrate MbedTLS v3.6 LTS with U-Boot" by Tom Rini · 6 weeks ago
  32. 2faa4bd asn1_decoder: add build options for ASN1 decoder by Raymond Mao · 8 weeks ago
  33. d6d088a lib/rypto: Adapt rsa_helper to MbedTLS by Raymond Mao · 8 weeks ago
  34. 42948e8 mbedtls: add RSA helper layer on MbedTLS by Raymond Mao · 8 weeks ago
  35. 08f80c8 lib/crypto: Adapt mscode_parser to MbedTLS by Raymond Mao · 8 weeks ago
  36. cd17ac2 mbedtls: add MSCode parser porting layer by Raymond Mao · 8 weeks ago
  37. c3dc1f8 lib/crypto: Adapt PKCS7 parser to MbedTLS by Raymond Mao · 8 weeks ago
  38. 7b3dfd0 mbedtls: add PKCS7 parser porting layer by Raymond Mao · 8 weeks ago
  39. f7b522f lib/crypto: Adapt x509_cert_parser to MbedTLS by Raymond Mao · 8 weeks ago
  40. 7deec0f mbedtls: add X509 cert parser porting layer by Raymond Mao · 8 weeks ago
  41. f5e04a2 lib/crypto: Adapt public_key header with MbedTLS by Raymond Mao · 8 weeks ago
  42. 702817b mbedtls: add public key porting layer by Raymond Mao · 8 weeks ago
  43. 1c432cb pkcs7: move common functions to PKCS7 helper by Raymond Mao · 8 weeks ago
  44. 0d2d4b0 x509: move common functions to x509 helper by Raymond Mao · 8 weeks ago
  45. 4887c0e public_key: move common functions to public key helper by Raymond Mao · 8 weeks ago
  46. a7864eb mbedtls/external: update MbedTLS PKCS7 test suites by Raymond Mao · 8 weeks ago
  47. e90e844 mbedtls/external: support decoding multiple signer's cert by Raymond Mao · 8 weeks ago
  48. 851b01b mbedtls/external: support PKCS9 Authenticate Attributes by Raymond Mao · 8 weeks ago
  49. d838da0 mbedtls/external: support Microsoft Authentication Code by Raymond Mao · 8 weeks ago
  50. 001b613 mbedtls: Enable smaller implementation for SHA256/512 by Raymond Mao · 8 weeks ago
  51. f51f355 mbedtls: add digest shim layer for MbedTLS by Raymond Mao · 8 weeks ago
  52. 9ec0088 sha1: Remove sha1 non-watchdog API by Raymond Mao · 8 weeks ago
  53. c35e1a4 md5: Remove md5 non-watchdog API by Raymond Mao · 8 weeks ago
  54. a571b98 lib: Adapt digest header files to MbedTLS by Raymond Mao · 8 weeks ago
  55. 87010c3 mbedtls: add mbedtls into the build system by Raymond Mao · 8 weeks ago
  56. 97799bc Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD" by Tom Rini · 7 weeks ago
  57. 4cafa21 global: Rename SPL_TPL_ to PHASE_ by Simon Glass · 8 weeks ago
  58. 86adc2e global: Rename SPL_ to XPL_ by Simon Glass · 8 weeks ago
  59. 0e84d96 global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · 8 weeks ago
  60. 6b7f9c0 xpl: Rename spl_next_phase() and spl_prev_phase() by Simon Glass · 8 weeks ago
  61. d4dce4a xpl: Rename spl_phase() to xpl_phase() by Simon Glass · 8 weeks ago
  62. e6bad43 efi_loader: Show FirmwareVendor and FirmwareRevision in helloworld by Simon Glass · 9 weeks ago
  63. b74a0e0 efi_loader: Shorten the app rules further by Simon Glass · 9 weeks ago
  64. 4f6b7d5 efi_loader: Shorten the app rules by Simon Glass · 9 weeks ago
  65. b343ee3 efi_loader: Rename and move CMD_BOOTEFI_HELLO_COMPILE by Simon Glass · 9 weeks ago
  66. 069079c efi_leader: delete rng-seed if having EFI RNG protocol by Heinrich Schuchardt · 2 months ago
  67. add6319 Merge patch series "spi-nor: Add parallel and stacked memories support" by Tom Rini · 7 weeks ago
  68. 91b9e37 spi: spi-uclass: Read chipselect and restrict capabilities by Venkatesh Yadav Abbarapu · 9 weeks ago
  69. 3f7c22a Merge commit '0344c602eadc0802776b65ff90f0a02c856cf53c' as 'lib/mbedtls/external/mbedtls' by Tom Rini · 7 weeks ago
  70. dc9e29f mkimage: ecdsa: add nodes to signature/key node by Matthias Pritschet · 3 months ago
  71. a0c7dbb mkimage: ecdsa: add signature/key nodes to dtb if missing by Matthias Pritschet · 3 months ago
  72. 8b7bc20 Merge patch series "vbe: Series part D" by Tom Rini · 8 weeks ago
  73. 121dd49 tiny-printf: Correct return values by Simon Glass · 10 weeks ago
  74. d6fce7d fdtdec: Support separate BSS for all XPL builds by Simon Glass · 10 weeks ago
  75. ca9e9ec Add mkimage secp521r1 ECDSA curve support by Joakim Tjernlund · 10 weeks ago
  76. 093502e Merge tag 'v2024.10-rc6' into next by Tom Rini · 8 weeks ago
  77. b010250 efi_loader: fix some function descriptions by Heinrich Schuchardt · 10 weeks ago
  78. 20585cd fwu: print a message if empty capsule checks fail by Sughosh Ganu · 3 months ago
  79. 9a81bfd fwu: do not allow capsule processing on exceeding Trial Counter threshold by Sughosh Ganu · 3 months ago
  80. 44dff85 fwu: add dependency checks for selecting FWU metadata version by Sughosh Ganu · 3 months ago
  81. 4c63b7e fwu: check all images for transitioning out of Trial State by Sughosh Ganu · 3 months ago
  82. 97c9fb3 fwu: v1: do a version check for the metadata by Sughosh Ganu · 3 months ago
  83. 0a4651b fwu: v2: try reading both copies of metadata by Sughosh Ganu · 3 months ago
  84. cba7378 efi_loader: Put back copyright message by Simon Glass · 3 months ago
  85. 380c843a efi_loader: Use puts() in cout so that console recording works by Simon Glass · 3 months ago
  86. 29cab7c include: export uuid.h by Caleb Connolly · 3 months ago
  87. fb9e948 lib: uuid: supporting building as part of host tools by Caleb Connolly · 3 months ago
  88. 3744e47 efi: add a helper to generate dynamic UUIDs by Caleb Connolly · 3 months ago
  89. 2f4f0be lib: uuid: add UUID v5 support by Caleb Connolly · 3 months ago
  90. 17aea46 Kconfig: clean up the efi configuration status by Ilias Apalodimas · 3 months ago
  91. 868937f efi_loader: return the correct error in efi_bootmgr_release_uridp() by Ilias Apalodimas · 4 months ago
  92. fe14afc efi_loader: rename efi_bootmgr_image_return_notify by Ilias Apalodimas · 4 months ago
  93. 32833cf efi_loader: shorten efi_bootmgr_release_uridp_resource() by Ilias Apalodimas · 4 months ago
  94. 390562d Merge patch series "Make LMB memory map global and persistent" by Tom Rini · 3 months ago
  95. f04416f lmb: add logic to print lmb flag strings by Sughosh Ganu · 3 months ago
  96. 3f76868 sandbox: move the TCG event log to the start of ram memory by Sughosh Ganu · 3 months ago
  97. 4a85f13 lmb: remove the unused board_lmb_reserve() function by Sughosh Ganu · 3 months ago
  98. e5348c7 lmb: do away with arch_lmb_reserve() by Sughosh Ganu · 3 months ago
  99. ad3b6e9 ppc: lmb: move arch specific lmb reservations to arch_misc_init() by Sughosh Ganu · 3 months ago
  100. ac42434 lmb: remove lmb_init_and_reserve_range() function by Sughosh Ganu · 3 months ago