1. e0cedb8 Merge patch series "membuff: Add tests and update to support a flag for empty/full" by Tom Rini · Thu Apr 03 16:54:59 2025 -0600
  2. fb8895b membuf: Minor code-style improvements by Simon Glass · Tue Mar 18 16:20:48 2025 +0100
  3. 42f5b8c membuf: Correct implementation of membuf_dispose() by Simon Glass · Tue Mar 18 16:20:46 2025 +0100
  4. f7e87f9 membuf: Rename struct by Simon Glass · Tue Mar 18 16:20:44 2025 +0100
  5. e7476ee membuff: Rename the files to membuf by Simon Glass · Tue Mar 18 16:20:43 2025 +0100
  6. ceefc78 membuff: Rename functions to have membuf_ prefix by Simon Glass · Tue Mar 18 16:20:42 2025 +0100
  7. 36b720f Merge patch series "x86: Improve operation under QEMU" by Tom Rini · Thu Apr 03 11:43:38 2025 -0600
  8. 7b9e8f4 acpi: Add a checksum to the DMAR table by Simon Glass · Sat Mar 15 14:26:03 2025 +0000
  9. 4cd81bc sandbox: acpi: Correct mapping in FADT by Simon Glass · Sat Mar 15 14:26:02 2025 +0000
  10. 0740fd2 Merge patch series "acpi_table: Fix IORT RC node" by Tom Rini · Thu Apr 03 11:38:22 2025 -0600
  11. 15b48eb acpi: Conditionally set mapping_offset in IORT by Patrick Rudolph · Sun Mar 16 09:32:55 2025 +0100
  12. 0eafaf2 acpi: Clear reserved bits in IORT by Patrick Rudolph · Sun Mar 16 09:32:54 2025 +0100
  13. 9b6b388 acpi_table: Add asserts in IORT by Patrick Rudolph · Sun Mar 16 09:32:53 2025 +0100
  14. fcfbecb acpi_table: Fix IORT RC node by Patrick Rudolph · Sun Mar 16 09:32:52 2025 +0100
  15. 6fdb77e Kconfig: Fix "warning: style: quotes recommended" warnings by Tom Rini · Fri Mar 14 19:29:33 2025 -0600
  16. 8231d03 blkmap: pass information on ISO image to the OS by Sughosh Ganu · Mon Mar 17 14:04:02 2025 +0530
  17. 3a8f933 efi_loader: remove memory occupied by a ramdisk from EFI memory map by Ilias Apalodimas · Mon Mar 17 14:03:59 2025 +0530
  18. 9e0db62 efi_loader: allow for removal of memory from the EFI map by Ilias Apalodimas · Mon Mar 17 14:03:58 2025 +0530
  19. 007604e efi_loader: install device-tree on configuration table on every invocation by Sughosh Ganu · Mon Mar 17 14:03:56 2025 +0530
  20. f73f876 efi_loader: remove unused code from copy_fdt() by Sughosh Ganu · Mon Mar 17 14:03:55 2025 +0530
  21. fda9f76 Merge tag 'v2025.04-rc5' into next by Tom Rini · Mon Mar 24 20:10:55 2025 -0600
  22. 299c87d lmb: change the return code on lmb_alloc_addr() by Ilias Apalodimas · Fri Mar 14 12:57:02 2025 +0200
  23. 2a6c052 Merge patch series "lmb: miscellaneous fixes and improvements" by Tom Rini · Mon Mar 17 19:39:36 2025 -0600
  24. 2c85ba2 lmb: optimise the lmb allocation functions by Sughosh Ganu · Mon Mar 03 19:02:31 2025 +0530
  25. 86b6394 lmb: use a common function to check if regions overlap or are adjacent by Sughosh Ganu · Mon Mar 03 19:02:30 2025 +0530
  26. 17ac301 lmb: remove superfluous address overlap check from lmb_add_region_flags() by Sughosh Ganu · Mon Mar 03 19:02:29 2025 +0530
  27. 4ee6588 lmb: check for a region's coalescing with all existing regions by Sughosh Ganu · Mon Mar 03 19:02:28 2025 +0530
  28. a92c5bb lmb: handle scenario of encompassing overlap by Sughosh Ganu · Mon Mar 03 19:02:27 2025 +0530
  29. 9fa71c9 lmb: check if a region can be reserved by lmb_reserve() by Sughosh Ganu · Mon Mar 03 19:02:26 2025 +0530
  30. 4860997 efi_loader: Move .dynamic out of .text in EFI by Sam Edwards · Sat Mar 15 15:18:10 2025 -0700
  31. 19557ca lib: rsa: add NULL check for 'algo' in by Anton Moryakov · Tue Feb 25 16:53:27 2025 +0300
  32. 371027c lwip: tls: warn when no CA exists amd log certificate validation errors by Jerome Forissier · Wed Mar 05 15:26:44 2025 +0100
  33. 6987eb1 lwip: tls: enforce checking of server certificates based on CA availability by Jerome Forissier · Wed Mar 05 15:26:43 2025 +0100
  34. 8ec5570 Merge tag 'v2025.04-rc4' into next by Tom Rini · Mon Mar 10 18:12:27 2025 -0600
  35. 8423e78 Merge tag 'u-boot-dfu-next-20250310' of https://source.denx.de/u-boot/custodians/u-boot-dfu into next by Tom Rini · Mon Mar 10 10:13:03 2025 -0600
  36. 49b4732 usb: gadget: Remove the legacy usbtty driver by Tom Rini · Thu Feb 27 14:51:01 2025 -0600
  37. a5726fd usb: gadget: Remove final remnants of CONFIG_USB_DEVICE by Tom Rini · Thu Feb 27 14:51:00 2025 -0600
  38. 6f69e21 lib: correct description of CONFIG_SYS_FDT_PAD by Heinrich Schuchardt · Sun Mar 02 16:02:31 2025 +0100
  39. 11c9cee efi_loader: Clean up usage of structure jmp_buf_data by Yao Zi · Sun Mar 02 15:21:20 2025 +0100
  40. f6782bb common: clean up setjmp.h by Heinrich Schuchardt · Sun Mar 02 15:21:19 2025 +0100
  41. 28d6777 efi_loader: efi_net: Add support for multiple efi_net_obj by Adriano Cordova · Mon Mar 03 11:13:17 2025 -0300
  42. 62e20fb efi_loader: efi_net: Add dhcp cache by Adriano Cordova · Mon Mar 03 11:13:16 2025 -0300
  43. 5467469 efi_loader: efi_net: Add device path cache by Adriano Cordova · Mon Mar 03 11:13:15 2025 -0300
  44. 1d37031 efi_loader: efi_device_path: Pass net udevice as argument by Adriano Cordova · Mon Mar 03 11:13:14 2025 -0300
  45. 1d70b68 efi_loader: efi_net: Add efi_net_do_start() to efi_net.c by Adriano Cordova · Mon Mar 03 11:13:13 2025 -0300
  46. b4740a2 efi_loader: efi_setup: Add efi_start_obj_list() to efi_setup.c by Adriano Cordova · Mon Mar 03 11:13:12 2025 -0300
  47. 7f2bcd4 efi_loader: expose symbols to be used by the EFI network stack by Adriano Cordova · Mon Mar 03 11:13:11 2025 -0300
  48. 1738c7d efi_loader: efi_net: let efi_net_set_dp properly update the device path by Adriano Cordova · Mon Jan 27 09:34:45 2025 -0300
  49. a38896b Merge patch series "This series adds support for file renaming to EFI_FILE_PROTOCOL.SetInfo()." by Tom Rini · Fri Mar 07 11:50:34 2025 -0600
  50. 7f77175 efi_loader: support file rename in SetInfo() by Gabriel Dalimonte · Mon Feb 17 13:26:47 2025 -0500
  51. 7823d75 efi_loader: move path out of file_handle by Gabriel Dalimonte · Mon Feb 17 13:26:46 2025 -0500
  52. 4b93d6e fs: fat: add rename by Gabriel Dalimonte · Mon Feb 17 13:26:44 2025 -0500
  53. c011745 lib: ecdsa: fix prevent memory leak in ecdsa_add_verify_data by Anton Moryakov · Fri Feb 07 00:47:59 2025 +0300
  54. 330bcd0 tiny-printf: emit \0 as %c by Alexander Sverdlin · Thu Feb 20 13:49:07 2025 +0100
  55. 903cbf1 Merge tag 'efi-2025-04-rc4' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Mon Mar 03 07:47:13 2025 -0600
  56. ca2f36d Merge patch series "rsa: Add rsa_verify_openssl() to use openssl for host builds" by Tom Rini · Fri Feb 28 16:51:10 2025 -0600
  57. ee5925a rsa: Add rsa_verify_openssl() to use openssl for host builds by Paul HENRYS · Mon Feb 24 22:20:50 2025 +0100
  58. 71a4d01 Merge patch series "boards: siemens: iot2050: SM variant, sysinfo support, fixes & cleanups" by Tom Rini · Fri Feb 28 08:42:01 2025 -0600
  59. 5cb083e smbios: Fill UUID from sysinfo when available by Baocheng Su · Tue Feb 18 10:36:10 2025 +0800
  60. 5f8640e efi_loader: efi_net: let efi_net_set_dp properly update the device path by Adriano Cordova · Mon Jan 27 09:34:45 2025 -0300
  61. 9f4ca0d mbedtls: refactor mbedtls build for XPL by Raymond Mao · Mon Feb 03 14:08:14 2025 -0800
  62. 8e79549 mbedtls: access mbedtls private members in mscode and pkcs7 parser by Raymond Mao · Mon Feb 03 14:08:13 2025 -0800
  63. 0c57570 mbedtls: fix incorrect kconfig dependencies on mbedtls by Raymond Mao · Mon Feb 03 14:08:12 2025 -0800
  64. a7058df efi_loader: make efi_add_memory_map_pg() static by Heinrich Schuchardt · Sun Feb 16 12:12:41 2025 +0100
  65. fabdb73 lmb: move lmb_map_update_notify() to EFI by Heinrich Schuchardt · Sun Feb 16 12:12:40 2025 +0100
  66. 63bb30b lmb: avoid superfluous value check in lmb_map_update_notify() by Heinrich Schuchardt · Sun Feb 16 12:12:39 2025 +0100
  67. 41ae6f0 efi_driver: create a parent device for all EFI block devices by Heinrich Schuchardt · Sat Feb 15 16:22:06 2025 +0100
  68. 7d2cd3e efi_loader: remove comparisons to string literals from runtime by Ilias Apalodimas · Fri Feb 14 15:46:45 2025 +0200
  69. 55bd6b3 efi_loader: Fix potential deref-after-null by Maks Mishin · Sun Feb 02 20:59:40 2025 +0300
  70. e3cdedc lib: uuid: support more efi protocols in uuid_guid_get_str() by Vincent Stehlé · Fri Jan 17 18:13:26 2025 +0100
  71. 8a4ee39 mbedtls/external: remove broken git submodule by ZHANG Yuntian · Tue Feb 11 15:30:27 2025 +0800
  72. d0d89ad net: use strnstr() for lwip_strnstr() by Heinrich Schuchardt · Mon Feb 03 10:12:02 2025 +0100
  73. 6e00e36 lib: implement strnstr() by Heinrich Schuchardt · Mon Feb 03 10:12:00 2025 +0100
  74. 890c9bf net: lwip: tftp: fix find_option() by Heinrich Schuchardt · Mon Feb 03 10:11:59 2025 +0100
  75. 653ac14 lib: Mark gunzip as relocation code by Simon Glass · Sun Jan 26 11:43:24 2025 -0700
  76. ce05f73 lib: Mark memcpy() and memmove() as relocation code by Simon Glass · Sun Jan 26 11:43:23 2025 -0700
  77. bb1492e lib: Mark lz4 as relocation code by Simon Glass · Sun Jan 26 11:43:22 2025 -0700
  78. 973dd9c lib: Mark crc8 as relocation code by Simon Glass · Sun Jan 26 11:43:21 2025 -0700
  79. 15d2f66 spl: Avoid including hash algorithms which are not wanted by Simon Glass · Sun Jan 26 11:43:16 2025 -0700
  80. 52b51ab lib: Allow crc16 code to be dropped by Simon Glass · Sun Jan 26 11:43:14 2025 -0700
  81. c076bb1 mbedtls: Add SHA symbols for VPL by Simon Glass · Sun Jan 26 11:43:11 2025 -0700
  82. c0c2fba tpm: get tpm event log from bloblist by Raymond Mao · Mon Jan 27 06:49:36 2025 -0800
  83. 6324218 tcg2: decouple eventlog size from efi by Raymond Mao · Mon Jan 27 06:49:35 2025 -0800
  84. 69fd010 tpm: PCR allocate during PCR extend to disable the unsupported algorithms by Raymond Mao · Mon Jan 27 06:58:50 2025 -0800
  85. 631bca0 tpm: add PCR allocate into the eventlog handling by Raymond Mao · Mon Jan 27 06:58:49 2025 -0800
  86. f0c9125 tpm: add wrapper and helper APIs for PCR allocate by Raymond Mao · Mon Jan 27 06:58:48 2025 -0800
  87. f69f2d7 tpm: add TPM2_PCR_Allocate command by Raymond Mao · Mon Jan 27 06:58:47 2025 -0800
  88. 5187a64 tpm: add TPM2_Shutdown command by Raymond Mao · Mon Jan 27 06:58:46 2025 -0800
  89. ff055b0 bootmeth_efi: Support PXE booting by Simon Glass · Thu Jan 23 15:07:24 2025 -0700
  90. fce5777 efi_loader: Pass in the required parameters from EFI bootmeth by Simon Glass · Thu Jan 23 15:07:23 2025 -0700
  91. c14b38f efi_loader: Move the fallback code from efi_run_image() by Simon Glass · Thu Jan 23 15:07:22 2025 -0700
  92. 44d57f6 efi_loader: Add a version of efi_binary_run() with more parameters by Simon Glass · Thu Jan 23 15:07:21 2025 -0700
  93. a39a78b efi_loader: Update efi_run_image() to accept image and device path by Simon Glass · Thu Jan 23 15:07:20 2025 -0700
  94. e884ea4 efi_loader: reduce UEFI size if HAS_BOARD_SIZE_LIMIT=y by Heinrich Schuchardt · Fri Jan 17 21:34:01 2025 +0100
  95. 955a321 efi_loader: use LOGC_EFI consistently by Heinrich Schuchardt · Thu Jan 16 20:26:59 2025 +0100
  96. 0ad71bc efi_loader: correct logging StartImage() by Heinrich Schuchardt · Fri Jan 17 01:09:51 2025 +0100
  97. 5593f8b Merge patch series "upl: Prerequite patches for updated spec" by Tom Rini · Wed Jan 22 16:08:34 2025 -0600
  98. d7d7a03 efi_loader: Avoid mapping the ACPI tables twice by Simon Glass · Fri Jan 10 17:00:25 2025 -0700
  99. 4d8c520 emulation: Use bloblist to hold tables by Simon Glass · Fri Jan 10 17:00:17 2025 -0700
  100. e3a938e abuf: Provide a constant buffer by Simon Glass · Fri Jan 10 17:00:03 2025 -0700