1. ed8df1f Revert "acpi_table: Fix coverity defect in acpi_write_spcr" by Tom Rini · Mon Oct 28 20:53:34 2024 -0600
  2. 7bdd82c acpi_table: Fix coverity defect in acpi_write_spcr by Patrick Rudolph · Mon Oct 28 09:08:35 2024 +0100
  3. 8fa34f0 Merge patch series "Implement ACPI on aarch64" by Tom Rini · Sun Oct 27 17:14:22 2024 -0600
  4. 2f6f8d9 arm: cpu: Add ACPI parking protocol support by Patrick Rudolph · Wed Oct 23 15:20:13 2024 +0200
  5. ad392d5 common: Enable BLOBLIST_TABLES on arm by Patrick Rudolph · Wed Oct 23 15:20:07 2024 +0200
  6. 2888587 acpi: Add processor device by Patrick Rudolph · Wed Oct 23 15:19:58 2024 +0200
  7. 158efd6 acpi: Allocate and write ACPI tables by Patrick Rudolph · Wed Oct 23 15:19:57 2024 +0200
  8. d69eb29 acpi_table: Support platforms with unusable RSDT by Patrick Rudolph · Wed Oct 23 15:19:56 2024 +0200
  9. 1669ce7 acpi: acpi_table: Add IORT support by Patrick Rudolph · Wed Oct 23 15:19:54 2024 +0200
  10. 4d3cf1a acpi: Add ACPITAB for PPTT and GTDT by Patrick Rudolph · Wed Oct 23 15:19:53 2024 +0200
  11. f317fce acpi: acpi_table: Bump revisions by Patrick Rudolph · Wed Oct 23 15:19:52 2024 +0200
  12. bff7c57 acpi: Add fill_madt to acpi_ops by Patrick Rudolph · Wed Oct 23 15:19:51 2024 +0200
  13. 97b4c8a acpi: x86: Move MADT to common code by Patrick Rudolph · Wed Oct 23 15:19:46 2024 +0200
  14. 8dc4512 acpi: x86: Write FADT in common code by Maximilian Brune · Wed Oct 23 15:19:45 2024 +0200
  15. d7fa54b acpi: x86: Move SPCR and DBG2 into common code by Maximilian Brune · Wed Oct 23 15:19:44 2024 +0200
  16. 1cbe5f7 Merge patch series "Allow showing the memory map" by Tom Rini · Fri Oct 25 14:22:36 2024 -0600
  17. 176eba5 lmb: Export the lmb data structure by Simon Glass · Mon Oct 21 10:19:31 2024 +0200
  18. 87378a7 lib/sha*: include u-boot/schedule.h instead of cyclic.h by Rasmus Villemoes · Thu Oct 03 23:27:58 2024 +0200
  19. 8e3df06 Merge patch series "aspeed: ast2700: Add Caliptra ECDSA driver" by Tom Rini · Mon Oct 21 17:53:11 2024 -0600
  20. 7868595 lib: ecdsa: Add ECDSA384 support by Chia-Wei Wang · Mon Oct 14 17:56:18 2024 +0800
  21. 442acda Merge tag 'efi-2025-01-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sun Oct 20 08:27:15 2024 -0600
  22. 24cd101 mbedtls: fix defects in coverity scan by Raymond Mao · Wed Oct 16 16:48:26 2024 -0700
  23. a202567 lmb: notify when adjacent regions are added by Caleb Connolly · Fri Oct 18 15:51:07 2024 +0200
  24. da87af9 efi_driver: use blk_create_devicef() by Heinrich Schuchardt · Fri Oct 18 03:30:14 2024 +0200
  25. 353db82 efi_loader: remove ERROR:, WARNING: prefixes in messages by Heinrich Schuchardt · Thu Oct 17 20:13:05 2024 +0200
  26. f39486a efi_loader: add missing lf in error message by Heinrich Schuchardt · Thu Oct 17 20:05:07 2024 +0200
  27. 963d7cc efi_loader: reduce noisiness if ESP is missing by Heinrich Schuchardt · Fri Oct 18 03:18:36 2024 +0200
  28. 37d14c8 efi_loader: avoid #ifdef in efi_setup.c by Heinrich Schuchardt · Wed Oct 16 12:17:39 2024 +0200
  29. 9ac02ef lib: fdtdec: Parse the gzip/lzo headers only when dependencies have met by Lad Prabhakar · Tue Oct 01 10:56:47 2024 +0100
  30. e7ba686 net: lwip: tftp: add support of blksize option to client by Jerome Forissier · Wed Oct 16 12:04:12 2024 +0200
  31. 6a78e96 net: lwip: add TFTP support and tftpboot command by Jerome Forissier · Wed Oct 16 12:04:05 2024 +0200
  32. 33f2c02 net: lwip: tftp: bind to TFTP port only when in server mode by Jerome Forissier · Wed Oct 16 12:04:04 2024 +0200
  33. 1ff0036 net: lwip: add DHCP support and dhcp commmand by Jerome Forissier · Wed Oct 16 12:04:03 2024 +0200
  34. e86aa9f net: lwip: build lwIP by Jerome Forissier · Wed Oct 16 12:04:02 2024 +0200
  35. bad97d2 Merge commit 'f3f86fd1fe0fb288356bff78f8a6fa2edf89e3fc' as 'lib/lwip/lwip' by Tom Rini · Wed Oct 16 08:10:14 2024 -0600
  36. 99b5966 lmb: replace the double-underscore with single-underscore for all functions by Sughosh Ganu · Tue Oct 15 21:07:17 2024 +0530
  37. c9e6eb6 efi_memory: rename variable to highlight overlap with free memory by Sughosh Ganu · Tue Oct 15 21:07:16 2024 +0530
  38. 82399e1 lmb: remove call to efi_lmb_reserve() by Sughosh Ganu · Tue Oct 15 21:07:15 2024 +0530
  39. fbb00c2 efi_memory: do not add RAM memory to the memory map by Sughosh Ganu · Tue Oct 15 21:07:14 2024 +0530
  40. 526eebd x86: e820: use the lmb API for adding RAM memory by Sughosh Ganu · Tue Oct 15 21:07:13 2024 +0530
  41. 0502b22 layerscape: use the lmb API's to add RAM memory by Sughosh Ganu · Tue Oct 15 21:07:12 2024 +0530
  42. 1a36d44 lmb: allow for boards to specify memory map by Sughosh Ganu · Tue Oct 15 21:07:11 2024 +0530
  43. 8f5cf17 efi_memory: do not add U-Boot memory to the memory map by Sughosh Ganu · Tue Oct 15 21:07:08 2024 +0530
  44. a3af5ba lmb: notify of any changes to the LMB memory map by Sughosh Ganu · Tue Oct 15 21:07:07 2024 +0530
  45. fa0ddab efi: memory: use the lmb API's for allocating and freeing memory by Sughosh Ganu · Tue Oct 15 21:07:06 2024 +0530
  46. bafdac0 lmb: add and reserve memory above ram_top by Sughosh Ganu · Tue Oct 15 21:07:05 2024 +0530
  47. 7ebbdd7 lmb: add a flag to allow suppressing memory map change notification by Sughosh Ganu · Tue Oct 15 21:07:04 2024 +0530
  48. 7f15d32 lmb: add versions of the lmb API with flags by Sughosh Ganu · Tue Oct 15 21:07:03 2024 +0530
  49. f5bea56 Merge patch series "Integrate MbedTLS v3.6 LTS with U-Boot" by Tom Rini · Mon Oct 14 13:34:06 2024 -0600
  50. 2faa4bd asn1_decoder: add build options for ASN1 decoder by Raymond Mao · Thu Oct 03 14:50:38 2024 -0700
  51. d6d088a lib/rypto: Adapt rsa_helper to MbedTLS by Raymond Mao · Thu Oct 03 14:50:37 2024 -0700
  52. 42948e8 mbedtls: add RSA helper layer on MbedTLS by Raymond Mao · Thu Oct 03 14:50:36 2024 -0700
  53. 08f80c8 lib/crypto: Adapt mscode_parser to MbedTLS by Raymond Mao · Thu Oct 03 14:50:35 2024 -0700
  54. cd17ac2 mbedtls: add MSCode parser porting layer by Raymond Mao · Thu Oct 03 14:50:34 2024 -0700
  55. c3dc1f8 lib/crypto: Adapt PKCS7 parser to MbedTLS by Raymond Mao · Thu Oct 03 14:50:33 2024 -0700
  56. 7b3dfd0 mbedtls: add PKCS7 parser porting layer by Raymond Mao · Thu Oct 03 14:50:32 2024 -0700
  57. f7b522f lib/crypto: Adapt x509_cert_parser to MbedTLS by Raymond Mao · Thu Oct 03 14:50:31 2024 -0700
  58. 7deec0f mbedtls: add X509 cert parser porting layer by Raymond Mao · Thu Oct 03 14:50:30 2024 -0700
  59. f5e04a2 lib/crypto: Adapt public_key header with MbedTLS by Raymond Mao · Thu Oct 03 14:50:29 2024 -0700
  60. 702817b mbedtls: add public key porting layer by Raymond Mao · Thu Oct 03 14:50:28 2024 -0700
  61. 1c432cb pkcs7: move common functions to PKCS7 helper by Raymond Mao · Thu Oct 03 14:50:27 2024 -0700
  62. 0d2d4b0 x509: move common functions to x509 helper by Raymond Mao · Thu Oct 03 14:50:26 2024 -0700
  63. 4887c0e public_key: move common functions to public key helper by Raymond Mao · Thu Oct 03 14:50:25 2024 -0700
  64. a7864eb mbedtls/external: update MbedTLS PKCS7 test suites by Raymond Mao · Thu Oct 03 14:50:24 2024 -0700
  65. e90e844 mbedtls/external: support decoding multiple signer's cert by Raymond Mao · Thu Oct 03 14:50:23 2024 -0700
  66. 851b01b mbedtls/external: support PKCS9 Authenticate Attributes by Raymond Mao · Thu Oct 03 14:50:22 2024 -0700
  67. d838da0 mbedtls/external: support Microsoft Authentication Code by Raymond Mao · Thu Oct 03 14:50:21 2024 -0700
  68. 001b613 mbedtls: Enable smaller implementation for SHA256/512 by Raymond Mao · Thu Oct 03 14:50:20 2024 -0700
  69. f51f355 mbedtls: add digest shim layer for MbedTLS by Raymond Mao · Thu Oct 03 14:50:19 2024 -0700
  70. 9ec0088 sha1: Remove sha1 non-watchdog API by Raymond Mao · Thu Oct 03 14:50:18 2024 -0700
  71. c35e1a4 md5: Remove md5 non-watchdog API by Raymond Mao · Thu Oct 03 14:50:17 2024 -0700
  72. a571b98 lib: Adapt digest header files to MbedTLS by Raymond Mao · Thu Oct 03 14:50:16 2024 -0700
  73. 87010c3 mbedtls: add mbedtls into the build system by Raymond Mao · Thu Oct 03 14:50:15 2024 -0700
  74. 97799bc Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD" by Tom Rini · Fri Oct 11 12:23:25 2024 -0600
  75. 4cafa21 global: Rename SPL_TPL_ to PHASE_ by Simon Glass · Sun Sep 29 19:49:54 2024 -0600
  76. 86adc2e global: Rename SPL_ to XPL_ by Simon Glass · Sun Sep 29 19:49:53 2024 -0600
  77. 0e84d96 global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · Sun Sep 29 19:49:50 2024 -0600
  78. 6b7f9c0 xpl: Rename spl_next_phase() and spl_prev_phase() by Simon Glass · Sun Sep 29 19:49:39 2024 -0600
  79. d4dce4a xpl: Rename spl_phase() to xpl_phase() by Simon Glass · Sun Sep 29 19:49:36 2024 -0600
  80. e6bad43 efi_loader: Show FirmwareVendor and FirmwareRevision in helloworld by Simon Glass · Thu Sep 26 23:59:35 2024 +0200
  81. b74a0e0 efi_loader: Shorten the app rules further by Simon Glass · Thu Sep 26 23:59:34 2024 +0200
  82. 4f6b7d5 efi_loader: Shorten the app rules by Simon Glass · Thu Sep 26 23:59:33 2024 +0200
  83. b343ee3 efi_loader: Rename and move CMD_BOOTEFI_HELLO_COMPILE by Simon Glass · Thu Sep 26 23:59:31 2024 +0200
  84. 069079c efi_leader: delete rng-seed if having EFI RNG protocol by Heinrich Schuchardt · Tue Sep 17 10:49:29 2024 +0200
  85. add6319 Merge patch series "spi-nor: Add parallel and stacked memories support" by Tom Rini · Wed Oct 09 09:02:22 2024 -0600
  86. 91b9e37 spi: spi-uclass: Read chipselect and restrict capabilities by Venkatesh Yadav Abbarapu · Thu Sep 26 10:25:05 2024 +0530
  87. 3f7c22a Merge commit '0344c602eadc0802776b65ff90f0a02c856cf53c' as 'lib/mbedtls/external/mbedtls' by Tom Rini · Tue Oct 08 13:56:50 2024 -0600
  88. dc9e29f mkimage: ecdsa: add nodes to signature/key node by Matthias Pritschet · Thu Aug 29 14:44:47 2024 +0200
  89. a0c7dbb mkimage: ecdsa: add signature/key nodes to dtb if missing by Matthias Pritschet · Tue Aug 27 18:00:54 2024 +0200
  90. 8b7bc20 Merge patch series "vbe: Series part D" by Tom Rini · Thu Oct 03 11:52:42 2024 -0600
  91. 121dd49 tiny-printf: Correct return values by Simon Glass · Fri Sep 20 09:24:29 2024 +0200
  92. d6fce7d fdtdec: Support separate BSS for all XPL builds by Simon Glass · Fri Sep 20 09:24:28 2024 +0200
  93. ca9e9ec Add mkimage secp521r1 ECDSA curve support by Joakim Tjernlund · Fri Sep 20 18:14:35 2024 +0200
  94. 093502e Merge tag 'v2024.10-rc6' into next by Tom Rini · Mon Sep 30 17:48:12 2024 -0600
  95. b010250 efi_loader: fix some function descriptions by Heinrich Schuchardt · Wed Sep 18 23:37:28 2024 +0200
  96. 20585cd fwu: print a message if empty capsule checks fail by Sughosh Ganu · Mon Sep 09 16:50:21 2024 +0530
  97. 9a81bfd fwu: do not allow capsule processing on exceeding Trial Counter threshold by Sughosh Ganu · Mon Sep 09 16:50:20 2024 +0530
  98. 44dff85 fwu: add dependency checks for selecting FWU metadata version by Sughosh Ganu · Mon Sep 09 16:50:19 2024 +0530
  99. 4c63b7e fwu: check all images for transitioning out of Trial State by Sughosh Ganu · Mon Sep 09 16:50:18 2024 +0530
  100. 97c9fb3 fwu: v1: do a version check for the metadata by Sughosh Ganu · Mon Sep 09 16:50:17 2024 +0530