1. 6cda191 imx: imx8mp_evk: Switch to BOOTSTD by Peng Fan · Thu Jan 09 11:29:06 2025 +0800
  2. afc6156 imx: imx93_evk: switch to BOOTSTD by Peng Fan · Thu Jan 09 11:29:02 2025 +0800
  3. 0160b2c Merge patch series "bootstd: Support recording images" by Tom Rini · Wed Jan 15 17:34:26 2025 -0600
  4. c869478 bootstd: Export bootdev_get_from_blk() by Simon Glass · Fri Nov 15 16:19:24 2024 -0700
  5. c6a52e7 bootstd: Add a simple command to list images by Simon Glass · Fri Nov 15 16:19:23 2024 -0700
  6. 62632b2 Update bootmeth_alloc_other() to record images by Simon Glass · Fri Nov 15 16:19:21 2024 -0700
  7. a686ba6 boot: Update extlinux pxe_getfile_func() to include type by Simon Glass · Fri Nov 15 16:19:19 2024 -0700
  8. f39b559 bootmeth: Update the read_file() method to include a type by Simon Glass · Fri Nov 15 16:19:17 2024 -0700
  9. 8db2a38 bootstd: Update bootmeth_alloc_file() to record images by Simon Glass · Fri Nov 15 16:19:14 2024 -0700
  10. c2a16c9 bootstd: Maintain a list of images by Simon Glass · Fri Nov 15 16:19:13 2024 -0700
  11. 199f588 bootstd: Move the bootflow list into an alist by Simon Glass · Fri Nov 15 16:19:12 2024 -0700
  12. 1d8f864 bootstd: Drop the bootdev-specific list of bootflows by Simon Glass · Fri Nov 15 16:19:11 2024 -0700
  13. 2bcd9ea bootstd: Add a function to get bootstd only if available by Simon Glass · Fri Nov 15 16:19:10 2024 -0700
  14. 346ab5d bootstd: Move bootflow-clearing to bootstd by Simon Glass · Fri Nov 15 16:19:09 2024 -0700
  15. c01d83f bootstd: Move bootflow-adding to bootstd by Simon Glass · Fri Nov 15 16:19:08 2024 -0700
  16. 7eb4f25 Merge patch series "fdt_support: improve board_fdt_chosen_bootargs() for flexibility" by Tom Rini · Tue Jan 14 15:43:07 2025 -0600
  17. b1f13d7 common: fdt: hand over original fdt bootargs into board chosen handler by Dmitry Rokosov · Fri Dec 20 00:42:10 2024 +0300
  18. c652d51 fdt_support: board_fdt_chosen_bootargs() should return const char* by Dmitry Rokosov · Fri Dec 20 00:42:09 2024 +0300
  19. 66307fd include/fdt_support: fix docstyle to comply with kernel-doc requirements by Dmitry Rokosov · Fri Dec 20 00:42:08 2024 +0300
  20. 36c31d1 Merge patch series "SMBIOS improvements" by Tom Rini · Tue Jan 14 14:29:49 2025 -0600
  21. 6a125b3 cmd: update smbios cmd by Raymond Mao · Fri Dec 06 14:54:26 2024 -0800
  22. a28ef80 smbios: Refactor smbios library by Raymond Mao · Fri Dec 06 14:54:22 2024 -0800
  23. 8fe0731 sysinfo: Add sysinfo driver and data structure for smbios by Raymond Mao · Fri Dec 06 14:54:21 2024 -0800
  24. 860fa8b sysinfo: Add sysinfo API for accessing data area by Raymond Mao · Fri Dec 06 14:54:19 2024 -0800
  25. f4b933d smbios: Refactor the smbios headfile by Raymond Mao · Fri Dec 06 14:54:18 2024 -0800
  26. 775fc11 common: Move autoprobe out to board init by Simon Glass · Wed Nov 20 08:36:41 2024 -0700
  27. c0952f0 power: replace magic numbers with macros by Shree Ramamoorthy · Wed Dec 18 11:12:36 2024 -0600
  28. a216c2a rockchip: rk3399: expand space for decompressed kernel by FUKAUMI Naoki · Mon Dec 02 23:40:18 2024 +0000
  29. 0423b3b rockchip: rk3066a/rk3188: use includes from dts/upstream by Johan Jonker · Sun Dec 08 18:46:31 2024 +0100
  30. 93e8353 rockchip: Add support for Radxa ROCK 5C by FUKAUMI Naoki · Sat Jan 04 01:57:04 2025 +0000
  31. 4922603 board: rockchip: add Khadas Edge2 RK3588 board by Jacobe Zang · Tue Nov 19 15:46:47 2024 +0800
  32. e5bbbe0 rockchip: rk3288: Use rk3288-power.h from dts/upstream by Jonas Karlman · Sat Nov 09 21:04:09 2024 +0000
  33. 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
  34. 4fc6509 tpm: update descriptions in tpm headers by Heinrich Schuchardt · Fri Dec 27 14:25:41 2024 +0200
  35. 2f7ad7e tpm: Keep the active PCRs in the chip private data by Ilias Apalodimas · Tue Dec 24 08:01:09 2024 -0800
  36. 7b1e522 tpm: Don't create an EventLog if algorithms are misconfigured by Ilias Apalodimas · Tue Dec 24 08:01:08 2024 -0800
  37. 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
  38. 6434c4a tpm: refactor tcg2_get_pcr_info() by Raymond Mao · Tue Dec 24 08:01:06 2024 -0800
  39. d788b06 tpm: Rename tpm2_allow_extend() by Ilias Apalodimas · Tue Dec 24 08:01:05 2024 -0800
  40. 9465f7a tpm: Rename tpm2_is_active_pcr() by Ilias Apalodimas · Tue Dec 24 08:01:04 2024 -0800
  41. f0d5df3 efi: Correct ECPT table GUID by Yang Gang · Fri Jan 03 16:18:42 2025 +0800
  42. 0af8855 cmd: efidebug: update output of memory attributes by Heinrich Schuchardt · Fri Dec 13 10:20:32 2024 +0100
  43. 2258bce efi_loader: update EFI specification version by Heinrich Schuchardt · Fri Dec 13 09:58:40 2024 +0100
  44. 3d4b09a efi_loader: Expose efi_reinstall_protocol_interface in efi_loader.h by Adriano Cordova · Fri Dec 06 14:18:34 2024 -0300
  45. 73c867a net: correct the description of ip_to_string() by Heinrich Schuchardt · Tue Nov 19 11:09:07 2024 +0100
  46. 86431b0 Merge patch series "Add 'trace wipe'" by Tom Rini · Tue Dec 31 19:00:54 2024 -0600
  47. 28c1326 trace: add support for 'trace wipe' by Jerome Forissier · Fri Dec 13 13:45:36 2024 +0100
  48. 8129ea4 Merge patch series "Select CONFIG_64BIT for sandbox64 and x86_64" by Tom Rini · Tue Dec 31 10:58:36 2024 -0600
  49. 5b5322c x86: select CONFIG_64BIT for X86_64 by Andrew Goodbody · Mon Dec 16 18:07:35 2024 +0000
  50. 559196f Merge patch series "Keep the access to dtb_dt_embedded() within fdtdec" by Tom Rini · Tue Dec 31 10:57:54 2024 -0600
  51. c37ec64 fdtdec: encapsulate dtb_dt_embedded() within by Evgeny Bachinin · Wed Dec 11 01:39:57 2024 +0300
  52. c670a28 Merge patch series "powerpc: Fix and enforce distinction between immediates and registers" by Tom Rini · Mon Dec 30 15:55:11 2024 -0600
  53. 1e8ea19 powerpc: Introduce and enforce assembler checks on GPR usage by J. Neuschäfer · Thu Dec 12 18:05:47 2024 +0100
  54. 31bf8f1 lmb: Rename _lmb_alloc_addr() to lmb_alloc_addr_flags() by Ilias Apalodimas · Wed Dec 18 09:02:37 2024 +0200
  55. d1e9a26 lmb: Remove lmb_alloc_base_flags() by Ilias Apalodimas · Wed Dec 18 09:02:36 2024 +0200
  56. cc2ed3d lmb: Remove lmb_alloc_addr_flags() by Ilias Apalodimas · Wed Dec 18 09:02:35 2024 +0200
  57. 5421c33 lmb: Rename free_mem to available_mem by Ilias Apalodimas · Wed Dec 18 09:02:33 2024 +0200
  58. f72c55e lmb: Remove lmb_reserve_flags() by Ilias Apalodimas · Wed Dec 18 09:02:32 2024 +0200
  59. d8462bf lmb: Move enum lmb_flags to a u32 by Ilias Apalodimas · Wed Dec 18 09:02:31 2024 +0200
  60. fd04259 lmb: Improve kernel-doc comments by Sam Protsenko · Tue Dec 10 20:25:50 2024 -0600
  61. b016569 Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-sh into next by Tom Rini · Mon Dec 30 12:55:39 2024 -0600
  62. 35a48dd arm64: renesas: Align configuration headers by Marek Vasut · Sat Dec 14 23:45:11 2024 +0100
  63. e2c4e9d net/tcp: improve tcp framework, use better state machine by Mikhail Kshevetskiy · Sat Dec 28 13:46:32 2024 +0300
  64. c848544 net/tcp: rename ack_edge and seq_init to more common rcv_nxt and irs by Mikhail Kshevetskiy · Sat Dec 28 13:46:31 2024 +0300
  65. 215f73f net/tcp: add connection info to tcp_stream structure by Mikhail Kshevetskiy · Sat Dec 28 13:46:30 2024 +0300
  66. 3e04c86 net/tcp: put connection specific data into a tcp_stream structure by Mikhail Kshevetskiy · Sat Dec 28 13:46:29 2024 +0300
  67. b6e13a9 Merge patch series "vbe: Series part E" by Tom Rini · Fri Dec 27 15:16:39 2024 -0600
  68. dc020a2 hash: Plumb crc8 into the hash functions by Simon Glass · Thu Dec 19 11:29:07 2024 -0700
  69. 9a9097f spl: Drop use of uintptr_t by Simon Glass · Thu Dec 19 11:29:00 2024 -0700
  70. c27f3e2 boot: Allow FIT to fall back from best-match option by Simon Glass · Thu Dec 19 11:28:51 2024 -0700
  71. 08bac88 image: Add a prototype for fit_image_get_phase() by Simon Glass · Thu Dec 19 11:28:50 2024 -0700
  72. f8ab6ba Merge tag 'v2025.01-rc5' into next by Tom Rini · Wed Dec 25 22:31:04 2024 -0600
  73. 0701991 aes: Allow to store randomly generated IV in the FIT by Paul HENRYS · Mon Nov 25 18:47:15 2024 +0100
  74. 1cc20cd Merge patch series "sandbox: repair compile and run-time for OF_EMBED case" by Tom Rini · Wed Dec 18 12:36:38 2024 -0600
  75. 3104115 sandbox: fix bloblist_finish() linker error if BLOBLIST=n by Evgeny Bachinin · Mon Dec 02 16:45:22 2024 +0300
  76. 94086b2 fdt: Swap the signature for board_fdt_blob_setup() by Simon Glass · Sat Nov 02 11:49:42 2024 -0600
  77. ad9c143 riscv: spacemit: bananapi_f3: initial support added by Kongyang Liu · Sun Dec 15 13:02:41 2024 +0800
  78. 8f4577e dts: starfive: Switch to using upstream DT by Hal Feng · Sun Dec 08 17:19:31 2024 +0800
  79. fcef2ad board: add support for LicheeRV Nano by Thomas Bonnefille · Tue Nov 12 15:57:38 2024 +0100
  80. 72329fa Merge tag 'fsl-qoriq-2024-12-15' of https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · Sun Dec 15 08:02:46 2024 -0600
  81. 11f2c93 configs: ls1028a: Fix bootefi issue on Layerscape ls1028ardb platform by Wei Ming Chen · Sun Oct 13 15:24:35 2024 +0800
  82. 21bda7f efi_loader: Fix typos in enum efi_allocate_type by Simon Glass · Sun Dec 01 08:24:21 2024 -0700
  83. 08ee7b8 Merge patch series "Hyperflash Boot fixes for J7200/J721E" by Tom Rini · Sat Dec 14 09:34:27 2024 -0600
  84. c040fae include: configs: j721e_evm: Increase memory offset for tiboot3.bin in HyperFlash by Aswath Govindraju · Fri Nov 29 17:01:34 2024 +0530
  85. 65f1029 Merge patch series "UART support for higher baudrate" by Tom Rini · Sat Dec 14 09:33:03 2024 -0600
  86. c204afd serial: ns16550: Increase scope of ops functions by Gokul Praveen · Tue Nov 26 16:21:30 2024 +0530
  87. e20fe8c Merge patch series "Add phyCORE AM62Ax" by Tom Rini · Fri Dec 13 17:30:27 2024 -0600
  88. e1b8c39 board: phytec: am62a7: Add PHYTEC phyCORE-AM62A7 SoM by Garrett Giordano · Mon Nov 18 15:16:05 2024 -0800
  89. c5bb551 Merge patch series "Enable EFI capsule updates for PHYTEC K3 SoMs" by Tom Rini · Fri Dec 13 14:15:43 2024 -0600
  90. 648d285 board: phytec: k3: Add EFI capsule update support by Wadim Egorov · Wed Nov 27 13:17:35 2024 +0100
  91. 7082a0d Revert "Merge patch series "vbe: Series part E"" by Tom Rini · Thu Dec 12 21:07:26 2024 -0600
  92. 58af8a4 Merge patch series "vbe: Series part E" by Tom Rini · Thu Dec 12 16:35:47 2024 -0600
  93. 2cc2e40 hash: Plumb crc8 into the hash functions by Simon Glass · Sat Dec 07 10:24:12 2024 -0700
  94. f45f5db spl: Drop use of uintptr_t by Simon Glass · Sat Dec 07 10:24:05 2024 -0700
  95. 76cc349 boot: Allow FIT to fall back from best-match option by Simon Glass · Sat Dec 07 10:23:56 2024 -0700
  96. fb6b4e9 image: Add a prototype for fit_image_get_phase() by Simon Glass · Sat Dec 07 10:23:55 2024 -0700
  97. 50a3f90 Merge tag 'v2025.01-rc4' into next by Tom Rini · Mon Dec 09 16:29:47 2024 -0600
  98. 27a7a16 pinctrl: rzg2l: Support Ethernet TXC output enable by Paul Barker · Wed Nov 20 09:48:29 2024 +0000
  99. d4dc510 pinctrl: rzg2l: Support 2.5V PVDD for Ethernet interfaces by Paul Barker · Wed Nov 20 09:48:28 2024 +0000
  100. aafee2c imx: Support i.MX91 11x11 EVK board by Peng Fan · Tue Dec 03 23:42:54 2024 +0800