1. af94d01 Merge tag 'tpm-master-07012025' of https://source.denx.de/u-boot/custodians/u-boot-tpm by Tom Rini · Thu Jan 09 11:10:18 2025 -0600
  2. 5b5de6b tpm: add kconfig control in tcg2_create_digest() by Raymond Mao · Tue Dec 24 08:01:13 2024 -0800
  3. 8b0cba8 tpm: Don't replay an EventLog if tcg2_log_parse() fails by Ilias Apalodimas · Tue Dec 24 08:01:12 2024 -0800
  4. c22a064 tpm: Simplify tcg2_log_init() by Ilias Apalodimas · Tue Dec 24 08:01:11 2024 -0800
  5. e5ade05 tpm: Simplify tcg2_create_digest() by Ilias Apalodimas · Tue Dec 24 08:01:10 2024 -0800
  6. 2f7ad7e tpm: Keep the active PCRs in the chip private data by Ilias Apalodimas · Tue Dec 24 08:01:09 2024 -0800
  7. 7b1e522 tpm: Don't create an EventLog if algorithms are misconfigured by Ilias Apalodimas · Tue Dec 24 08:01:08 2024 -0800
  8. 4315812 tpm: add flag in hash_algo_list and API to check if algorithm is supported by Raymond Mao · Tue Dec 24 08:01:07 2024 -0800
  9. 6434c4a tpm: refactor tcg2_get_pcr_info() by Raymond Mao · Tue Dec 24 08:01:06 2024 -0800
  10. d788b06 tpm: Rename tpm2_allow_extend() by Ilias Apalodimas · Tue Dec 24 08:01:05 2024 -0800
  11. 9465f7a tpm: Rename tpm2_is_active_pcr() by Ilias Apalodimas · Tue Dec 24 08:01:04 2024 -0800
  12. 3d4b09a efi_loader: Expose efi_reinstall_protocol_interface in efi_loader.h by Adriano Cordova · Fri Dec 06 14:18:34 2024 -0300
  13. 182ef1b efi_loader: Update startimage_exit self-test to check error by Simon Glass · Sun Dec 01 08:24:25 2024 -0700
  14. 255c949 efi_loader: fix pe reloc pointer overrun by Aleksandar Gerasimovski · Fri Nov 29 21:09:44 2024 +0000
  15. f583b7e efi_loader: Don't warn if the TCG2 FinalEvents table is not installed by Ilias Apalodimas · Thu Nov 28 09:11:20 2024 +0200
  16. 265bfab efi_loader: avoid writing message in Exit() boot service by Heinrich Schuchardt · Wed Nov 27 00:40:17 2024 +0100
  17. 86431b0 Merge patch series "Add 'trace wipe'" by Tom Rini · Tue Dec 31 19:00:54 2024 -0600
  18. 28c1326 trace: add support for 'trace wipe' by Jerome Forissier · Fri Dec 13 13:45:36 2024 +0100
  19. 559196f Merge patch series "Keep the access to dtb_dt_embedded() within fdtdec" by Tom Rini · Tue Dec 31 10:57:54 2024 -0600
  20. ba903fa fdtdec: dtb_dt_embedded: replace ifdefs by IS_ENABLED() by Evgeny Bachinin · Wed Dec 11 01:39:58 2024 +0300
  21. c37ec64 fdtdec: encapsulate dtb_dt_embedded() within by Evgeny Bachinin · Wed Dec 11 01:39:57 2024 +0300
  22. 31bf8f1 lmb: Rename _lmb_alloc_addr() to lmb_alloc_addr_flags() by Ilias Apalodimas · Wed Dec 18 09:02:37 2024 +0200
  23. d1e9a26 lmb: Remove lmb_alloc_base_flags() by Ilias Apalodimas · Wed Dec 18 09:02:36 2024 +0200
  24. cc2ed3d lmb: Remove lmb_alloc_addr_flags() by Ilias Apalodimas · Wed Dec 18 09:02:35 2024 +0200
  25. e2a6f97 lmb: Remove lmb_add_region() by Ilias Apalodimas · Wed Dec 18 09:02:34 2024 +0200
  26. 5421c33 lmb: Rename free_mem to available_mem by Ilias Apalodimas · Wed Dec 18 09:02:33 2024 +0200
  27. f72c55e lmb: Remove lmb_reserve_flags() by Ilias Apalodimas · Wed Dec 18 09:02:32 2024 +0200
  28. d8462bf lmb: Move enum lmb_flags to a u32 by Ilias Apalodimas · Wed Dec 18 09:02:31 2024 +0200
  29. 41e55ad lmb: Remove lmb_align_down() by Ilias Apalodimas · Wed Dec 18 09:02:30 2024 +0200
  30. fd04259 lmb: Improve kernel-doc comments by Sam Protsenko · Tue Dec 10 20:25:50 2024 -0600
  31. c9a8b36 lmb: Improve coding style by Sam Protsenko · Tue Dec 10 20:25:49 2024 -0600
  32. 41bf8f0 lmb: Make const flag_str[] in lmb_print_region_flags() more const by Sam Protsenko · Tue Dec 10 20:25:48 2024 -0600
  33. 646d9f7 lmb: Fix flags data type in lmb_add_region_flags() by Sam Protsenko · Tue Dec 10 20:25:47 2024 -0600
  34. b6e13a9 Merge patch series "vbe: Series part E" by Tom Rini · Fri Dec 27 15:16:39 2024 -0600
  35. dc020a2 hash: Plumb crc8 into the hash functions by Simon Glass · Thu Dec 19 11:29:07 2024 -0700
  36. 4649af3 lib: Allow crc8 in TPL and VPL by Simon Glass · Thu Dec 19 11:29:05 2024 -0700
  37. 2d31121 spl: lib: Allow for decompression in any SPL build by Simon Glass · Thu Dec 19 11:29:03 2024 -0700
  38. f8ab6ba Merge tag 'v2025.01-rc5' into next by Tom Rini · Wed Dec 25 22:31:04 2024 -0600
  39. 0701991 aes: Allow to store randomly generated IV in the FIT by Paul HENRYS · Mon Nov 25 18:47:15 2024 +0100
  40. 94086b2 fdt: Swap the signature for board_fdt_blob_setup() by Simon Glass · Sat Nov 02 11:49:42 2024 -0600
  41. 9cb8ca1 fdt: Correct condition for receiving bloblist by Simon Glass · Sat Nov 02 11:49:41 2024 -0600
  42. a98a25e smbios: address build warning by Peng Fan · Tue Dec 03 21:42:57 2024 +0800
  43. 7082a0d Revert "Merge patch series "vbe: Series part E"" by Tom Rini · Thu Dec 12 21:07:26 2024 -0600
  44. 58af8a4 Merge patch series "vbe: Series part E" by Tom Rini · Thu Dec 12 16:35:47 2024 -0600
  45. 2cc2e40 hash: Plumb crc8 into the hash functions by Simon Glass · Sat Dec 07 10:24:12 2024 -0700
  46. 5b2f0ad lib: Allow crc8 in TPL and VPL by Simon Glass · Sat Dec 07 10:24:10 2024 -0700
  47. e13d95b spl: lib: Allow for decompression in any SPL build by Simon Glass · Sat Dec 07 10:24:08 2024 -0700
  48. b4f8110 lmb: Return -EEXIST in lmb_add_region_flags() if region already added by Sam Protsenko · Tue Dec 10 20:17:01 2024 -0600
  49. 50a3f90 Merge tag 'v2025.01-rc4' into next by Tom Rini · Mon Dec 09 16:29:47 2024 -0600
  50. 6269482 lib: hashtable: Prevent recursive calling of callback functions by Christoph Niedermaier · Sat Dec 07 00:04:19 2024 +0100
  51. 1908100 mbedtls: remove MBEDTLS_HAVE_TIME by Ilias Apalodimas · Fri Dec 06 12:56:45 2024 +0200
  52. bd198b3 net: disable MBEDTLS in SPL by Heinrich Schuchardt · Fri Dec 06 12:37:09 2024 +0100
  53. ed220b8 lmb: prohibit allocations above ram_top even from same bank by Sughosh Ganu · Mon Dec 02 12:36:24 2024 +0530
  54. 5aaeb0e lmb: Fix the allocation of overlapping memory areas with !LMB_NONE by Ilias Apalodimas · Mon Dec 02 16:42:45 2024 +0200
  55. 33cfbc0 efi_loader: Check for a valid fw_name before auto generating GUIDs by Ilias Apalodimas · Tue Dec 03 18:13:37 2024 +0200
  56. 86216cc efi_loader: Fix Kconfig logic around OF_LIBFDT by Tom Rini · Fri Nov 15 10:53:58 2024 -0600
  57. 1968754 Merge tag 'efi-next-2024-12-04' of https://source.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · Wed Dec 04 09:32:28 2024 -0600
  58. 6c998e4 efi_selftest: add test for IPv4 Config2 protocol by Adriano Cordova · Wed Dec 04 00:05:29 2024 -0300
  59. d7339f4 efi_selftest: add test for HTTP protocol by Adriano Cordova · Wed Dec 04 00:05:28 2024 -0300
  60. 06649fe lib: uuid: display HTTP and IPV4 Config II protocols by Heinrich Schuchardt · Wed Dec 04 00:05:27 2024 -0300
  61. e9b19eb efi_loader: efi_net: add EFI_HTTP_PROTOCOL by Adriano Cordova · Wed Dec 04 00:05:26 2024 -0300
  62. 9debc90 efi_loader: efi_net: add EFI_IP4_CONFIG2_PROTOCOL by Adriano Cordova · Wed Dec 04 00:05:25 2024 -0300
  63. 0d1f509 efi_loader: net: add support to send http requests and parse http headers by Adriano Cordova · Wed Dec 04 00:05:24 2024 -0300
  64. 93cba0f efi_loader: net: set EFI bootdevice device path to HTTP when loaded from wget by Adriano Cordova · Wed Dec 04 00:05:23 2024 -0300
  65. 4bd5eca efi_loader: device_path: add support for HTTP device path by Adriano Cordova · Wed Dec 04 00:05:22 2024 -0300
  66. 3c95136 efi_loader: efi_net: add efi_net_set_addr, efi_net_get_addr by Adriano Cordova · Wed Dec 04 00:05:21 2024 -0300
  67. de6495b efi_loader: add IPv4() to device path to text protocol by Heinrich Schuchardt · Wed Dec 04 00:05:19 2024 -0300
  68. e9be2da efi_loader: device_path: add efi_dp_from_ipv4 by Adriano Cordova · Wed Dec 04 00:05:18 2024 -0300
  69. b479fc4 net: wget: let wget_with_dns work with dns disabled by Adriano Cordova · Wed Dec 04 00:05:16 2024 -0300
  70. ca67595 Merge tag 'xilinx-for-v2025.04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Tue Dec 03 15:51:56 2024 -0600
  71. 5d9d14d Merge patch series "CI: Set up for an arm64 runner" by Tom Rini · Mon Dec 02 16:36:06 2024 -0600
  72. 567b62c sandbox: efi_loader: Correct use of addresses as pointers by Simon Glass · Wed Nov 27 11:17:19 2024 -0600
  73. f625fec binman: Avoid skipping binman_init() by Simon Glass · Sun Dec 01 07:42:34 2024 -0700
  74. 172039e Revert "efi_memory: do not add U-Boot memory to the memory map" by Ilias Apalodimas · Fri Nov 29 19:08:13 2024 +0200
  75. 076afcd tiny-printf: Handle NULL pointer argument to %s by Benedikt Spranger · Fri Oct 18 10:30:02 2024 +0200
  76. 15fa3a8 binman: Add option for pointing to separate description by Michal Simek · Fri Nov 01 10:17:54 2024 +0100
  77. 362b11f Merge tag 'v2025.01-rc3' into next by Tom Rini · Mon Nov 25 17:23:49 2024 -0600
  78. 9b19ed6 Merge patch series "Fix device removal order for Apple dart iommu" by Tom Rini · Sun Nov 24 15:41:32 2024 -0600
  79. 6460973 dm: Add dm_remove_devices_active() for ordered device removal by Janne Grunau · Sat Nov 23 22:44:05 2024 +0100
  80. fa5be12 lmb: Correctly unmap and free memory on errors by Ilias Apalodimas · Sun Nov 24 11:00:03 2024 +0200
  81. 11600fb efi_loader: allow EFI_LOADER_BOUNCE_BUFFER on all architectures by Heinrich Schuchardt · Thu Nov 21 15:25:21 2024 +0100
  82. ebe7521 efi_loader: simplify efi_tcg2_hash_log_extend_event() by Heinrich Schuchardt · Tue Nov 05 05:20:45 2024 +0100
  83. 80f9113 Merge tag 'efi-next-2024-11-18' of https://source.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · Mon Nov 18 10:46:06 2024 -0600
  84. b080e0a net: net_utils: Move ip_to_string to lib/net_utils.c by Adriano Cordova · Mon Nov 11 18:09:45 2024 -0300
  85. ff3edc2 dm: sysinfo: Shorten the SYSINFO_ID prefix by Simon Glass · Thu Oct 31 18:50:23 2024 +0100
  86. 5b8577d tpm: use memmove() for overlapping buffers by Heinrich Schuchardt · Sat Nov 02 11:27:37 2024 +0100
  87. 2abe305 lmb.c: add missing comma in lmb_dump_region() by Heinrich Schuchardt · Thu Nov 07 11:14:42 2024 +0100
  88. 5573820 lmb: do not panic in lmb_print_region_flags by Heinrich Schuchardt · Sat Nov 02 07:32:26 2024 +0100
  89. ec596ed lib: rsa: Set conventional salt length RSA-PSS parameter by Loic Poulain · Thu Oct 31 10:15:31 2024 +0100
  90. 9708350 lwip: fix code style issues by Jerome Forissier · Thu Nov 07 12:27:57 2024 +0100
  91. eb4ec90 lib: vsprintf: fix API build by Heinrich Schuchardt · Sun Nov 03 04:50:15 2024 +0100
  92. a941ab0 Merge patch series "lib: uuid: fix uuid_str_to_le_bin() on 32-bit" by Tom Rini · Wed Nov 13 08:14:29 2024 -0600
  93. 5833b05 lib: uuid: fix uuid_str_to_bin() on 32-bit by Heinrich Schuchardt · Sun Nov 03 23:42:22 2024 +0100
  94. 80e81d8 lib: uuid: fix uuid_str_to_le_bin() on 32-bit by Heinrich Schuchardt · Sun Nov 03 23:42:21 2024 +0100
  95. 7fac39a lib: provide function hextoull() by Heinrich Schuchardt · Sun Nov 03 23:42:20 2024 +0100
  96. 9978cd0 Merge patch series "Enable https for wget" by Tom Rini · Tue Nov 12 19:10:01 2024 -0600
  97. 011c87c net: lwip: Add Support Server Name Indication support by Javier Tia · Sun Nov 10 10:28:39 2024 +0200
  98. 273e279 net: lwip: Update lwIP for mbedTLS > 3.0 support and enable https by Javier Tia · Sun Nov 10 10:28:38 2024 +0200
  99. 9f75dc1 mbedtls: Enable TLS 1.2 support by Ilias Apalodimas · Sun Nov 10 10:28:37 2024 +0200
  100. e818d3c lmb: Add basic io_lmb functionality by Janne Grunau · Mon Nov 11 07:56:33 2024 +0100