1. c3cf0dc lmb: add a check to prevent memory overrun by Sughosh Ganu · 3 months ago
  2. bfdfc6c Revert "acpi_table: Fix coverity defect in acpi_write_spcr" by Tom Rini · 3 months ago
  3. e1c3c72 acpi_table: Fix coverity defect in acpi_write_spcr by Patrick Rudolph · 3 months ago
  4. 2800aec Merge patch series "Implement ACPI on aarch64" by Tom Rini · 3 months ago
  5. 34bfe8e arm: cpu: Add ACPI parking protocol support by Patrick Rudolph · 3 months ago
  6. 6f9b015 common: Enable BLOBLIST_TABLES on arm by Patrick Rudolph · 3 months ago
  7. 4ac655c acpi: Add processor device by Patrick Rudolph · 3 months ago
  8. f570ab6 acpi: Allocate and write ACPI tables by Patrick Rudolph · 3 months ago
  9. 5dc22f7 acpi_table: Support platforms with unusable RSDT by Patrick Rudolph · 3 months ago
  10. bf5d376 acpi: acpi_table: Add IORT support by Patrick Rudolph · 3 months ago
  11. 7f91bca acpi: Add ACPITAB for PPTT and GTDT by Patrick Rudolph · 3 months ago
  12. 4b882f6 acpi: acpi_table: Bump revisions by Patrick Rudolph · 3 months ago
  13. 763bad3 acpi: Add fill_madt to acpi_ops by Patrick Rudolph · 3 months ago
  14. 4a3fc0f acpi: x86: Move MADT to common code by Patrick Rudolph · 3 months ago
  15. f5f7962 acpi: x86: Write FADT in common code by Maximilian Brune · 3 months ago
  16. 1c03efc acpi: x86: Move SPCR and DBG2 into common code by Maximilian Brune · 3 months ago
  17. deafcdc Merge patch series "Allow showing the memory map" by Tom Rini · 3 months ago
  18. 1c30f7a lmb: Export the lmb data structure by Simon Glass · 3 months ago
  19. ed8a807 lib/sha*: include u-boot/schedule.h instead of cyclic.h by Rasmus Villemoes · 4 months ago
  20. a370963 Merge patch series "aspeed: ast2700: Add Caliptra ECDSA driver" by Tom Rini · 3 months ago
  21. 75068b1 lib: ecdsa: Add ECDSA384 support by Chia-Wei Wang · 3 months ago
  22. fa0ed06 Merge tag 'efi-2025-01-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 3 months ago
  23. 7f45377 mbedtls: fix defects in coverity scan by Raymond Mao · 3 months ago
  24. 4911957 lmb: notify when adjacent regions are added by Caleb Connolly · 3 months ago
  25. 640c6c6 efi_driver: use blk_create_devicef() by Heinrich Schuchardt · 3 months ago
  26. 76a692a efi_loader: remove ERROR:, WARNING: prefixes in messages by Heinrich Schuchardt · 3 months ago
  27. 640427c efi_loader: add missing lf in error message by Heinrich Schuchardt · 3 months ago
  28. bc4fe56 efi_loader: reduce noisiness if ESP is missing by Heinrich Schuchardt · 3 months ago
  29. 3d23ded efi_loader: avoid #ifdef in efi_setup.c by Heinrich Schuchardt · 3 months ago
  30. 2237104 lib: fdtdec: Parse the gzip/lzo headers only when dependencies have met by Lad Prabhakar · 4 months ago
  31. 27d7ccd net: lwip: tftp: add support of blksize option to client by Jerome Forissier · 3 months ago
  32. 4d4d783 net: lwip: add TFTP support and tftpboot command by Jerome Forissier · 3 months ago
  33. 5634ecc net: lwip: tftp: bind to TFTP port only when in server mode by Jerome Forissier · 3 months ago
  34. 98ad145 net: lwip: add DHCP support and dhcp commmand by Jerome Forissier · 3 months ago
  35. 1c41a7a net: lwip: build lwIP by Jerome Forissier · 3 months ago
  36. 1ca0ddb Merge commit 'f3f86fd1fe0fb288356bff78f8a6fa2edf89e3fc' as 'lib/lwip/lwip' by Tom Rini · 3 months ago
  37. 8d0df5f lmb: replace the double-underscore with single-underscore for all functions by Sughosh Ganu · 3 months ago
  38. f3fe323 efi_memory: rename variable to highlight overlap with free memory by Sughosh Ganu · 3 months ago
  39. 596516d lmb: remove call to efi_lmb_reserve() by Sughosh Ganu · 3 months ago
  40. e1b6822 efi_memory: do not add RAM memory to the memory map by Sughosh Ganu · 3 months ago
  41. ad33ce2 x86: e820: use the lmb API for adding RAM memory by Sughosh Ganu · 3 months ago
  42. 9ec4065 layerscape: use the lmb API's to add RAM memory by Sughosh Ganu · 3 months ago
  43. 497da0c lmb: allow for boards to specify memory map by Sughosh Ganu · 3 months ago
  44. a68c9ac efi_memory: do not add U-Boot memory to the memory map by Sughosh Ganu · 3 months ago
  45. 2f61915 lmb: notify of any changes to the LMB memory map by Sughosh Ganu · 3 months ago
  46. 22f2c9e efi: memory: use the lmb API's for allocating and freeing memory by Sughosh Ganu · 3 months ago
  47. eb052cb lmb: add and reserve memory above ram_top by Sughosh Ganu · 3 months ago
  48. 3c6896a lmb: add a flag to allow suppressing memory map change notification by Sughosh Ganu · 3 months ago
  49. c8a8f01 lmb: add versions of the lmb API with flags by Sughosh Ganu · 3 months ago
  50. d467f35 Merge patch series "Integrate MbedTLS v3.6 LTS with U-Boot" by Tom Rini · 3 months ago
  51. ab58c46 asn1_decoder: add build options for ASN1 decoder by Raymond Mao · 4 months ago
  52. e9b681a lib/rypto: Adapt rsa_helper to MbedTLS by Raymond Mao · 4 months ago
  53. 1df80a4 mbedtls: add RSA helper layer on MbedTLS by Raymond Mao · 4 months ago
  54. 513a15d lib/crypto: Adapt mscode_parser to MbedTLS by Raymond Mao · 4 months ago
  55. 65a7b48 mbedtls: add MSCode parser porting layer by Raymond Mao · 4 months ago
  56. c47bbf9 lib/crypto: Adapt PKCS7 parser to MbedTLS by Raymond Mao · 4 months ago
  57. 7de0d15 mbedtls: add PKCS7 parser porting layer by Raymond Mao · 4 months ago
  58. 3741abf lib/crypto: Adapt x509_cert_parser to MbedTLS by Raymond Mao · 4 months ago
  59. 70002ce mbedtls: add X509 cert parser porting layer by Raymond Mao · 4 months ago
  60. f758647 lib/crypto: Adapt public_key header with MbedTLS by Raymond Mao · 4 months ago
  61. bfbf3ab mbedtls: add public key porting layer by Raymond Mao · 4 months ago
  62. aed1c9a pkcs7: move common functions to PKCS7 helper by Raymond Mao · 4 months ago
  63. fa1289c x509: move common functions to x509 helper by Raymond Mao · 4 months ago
  64. b36a8b8 public_key: move common functions to public key helper by Raymond Mao · 4 months ago
  65. 6b0d26c mbedtls/external: update MbedTLS PKCS7 test suites by Raymond Mao · 4 months ago
  66. 6e7acd3 mbedtls/external: support decoding multiple signer's cert by Raymond Mao · 4 months ago
  67. 540bd26 mbedtls/external: support PKCS9 Authenticate Attributes by Raymond Mao · 4 months ago
  68. 9acdd53 mbedtls/external: support Microsoft Authentication Code by Raymond Mao · 4 months ago
  69. c60e99f mbedtls: Enable smaller implementation for SHA256/512 by Raymond Mao · 4 months ago
  70. bdc3f44 mbedtls: add digest shim layer for MbedTLS by Raymond Mao · 4 months ago
  71. 988e749 sha1: Remove sha1 non-watchdog API by Raymond Mao · 4 months ago
  72. 2b6f572 md5: Remove md5 non-watchdog API by Raymond Mao · 4 months ago
  73. 5d1d983 lib: Adapt digest header files to MbedTLS by Raymond Mao · 4 months ago
  74. 13de848 mbedtls: add mbedtls into the build system by Raymond Mao · 4 months ago
  75. 47e544f Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD" by Tom Rini · 3 months ago
  76. 5c10c8b global: Rename SPL_TPL_ to PHASE_ by Simon Glass · 4 months ago
  77. c46760d global: Rename SPL_ to XPL_ by Simon Glass · 4 months ago
  78. 1d6132e global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · 4 months ago
  79. 6c49fc5 xpl: Rename spl_next_phase() and spl_prev_phase() by Simon Glass · 4 months ago
  80. 456bdb7 xpl: Rename spl_phase() to xpl_phase() by Simon Glass · 4 months ago
  81. 3899e3f efi_loader: Show FirmwareVendor and FirmwareRevision in helloworld by Simon Glass · 4 months ago
  82. 3697344 efi_loader: Shorten the app rules further by Simon Glass · 4 months ago
  83. 0cee367 efi_loader: Shorten the app rules by Simon Glass · 4 months ago
  84. 6fe8087 efi_loader: Rename and move CMD_BOOTEFI_HELLO_COMPILE by Simon Glass · 4 months ago
  85. b03b2a4 efi_leader: delete rng-seed if having EFI RNG protocol by Heinrich Schuchardt · 4 months ago
  86. f8efc68 Merge patch series "spi-nor: Add parallel and stacked memories support" by Tom Rini · 3 months ago
  87. 34da258 spi: spi-uclass: Read chipselect and restrict capabilities by Venkatesh Yadav Abbarapu · 4 months ago
  88. 12f1212 Merge commit '0344c602eadc0802776b65ff90f0a02c856cf53c' as 'lib/mbedtls/external/mbedtls' by Tom Rini · 3 months ago
  89. c623bce mkimage: ecdsa: add nodes to signature/key node by Matthias Pritschet · 5 months ago
  90. b67436d mkimage: ecdsa: add signature/key nodes to dtb if missing by Matthias Pritschet · 5 months ago
  91. 0d28900 Merge patch series "vbe: Series part D" by Tom Rini · 4 months ago
  92. e2d96ac tiny-printf: Correct return values by Simon Glass · 4 months ago
  93. eb08abc fdtdec: Support separate BSS for all XPL builds by Simon Glass · 4 months ago
  94. 7bc5f66 Add mkimage secp521r1 ECDSA curve support by Joakim Tjernlund · 4 months ago
  95. 3a0b829 Merge tag 'v2024.10-rc6' into next by Tom Rini · 4 months ago
  96. 58da850 efi_loader: fix some function descriptions by Heinrich Schuchardt · 4 months ago
  97. 6f933aa fwu: print a message if empty capsule checks fail by Sughosh Ganu · 4 months ago
  98. be281ec fwu: do not allow capsule processing on exceeding Trial Counter threshold by Sughosh Ganu · 4 months ago
  99. 1049dc7 fwu: add dependency checks for selecting FWU metadata version by Sughosh Ganu · 4 months ago
  100. 03392f1 fwu: check all images for transitioning out of Trial State by Sughosh Ganu · 4 months ago