1. a9f05a0 Merge tag 'clk-2024.01-next' of https://source.denx.de/u-boot/custodians/u-boot-clk into next by Tom Rini · Fri Dec 15 17:49:13 2023 -0500
  2. 4c79458 Merge branch '2023-12-15-assorted-TI-platform-updates' into next by Tom Rini · Fri Dec 15 16:20:24 2023 -0500
  3. ff64dc2 board: ti: k3: Remove need for CFG_SYS_SDRAM_BASE by Andrew Davis · Thu Nov 30 08:49:11 2023 -0600
  4. 2a84701 board: ti: am62x/am62ax: Update virtual interrupt allocations in board config by Vishal Mahaveer · Tue Nov 28 13:40:24 2023 -0600
  5. 5a3e1ae board: ti: am62x/am62ax: Update MCU GPIO interrupt allocation in board config by Vishal Mahaveer · Tue Nov 28 13:40:23 2023 -0600
  6. 523ae76 board: ti: am62ax: Add C7x resource allocation entries to board config by Vishal Mahaveer · Tue Nov 28 13:40:22 2023 -0600
  7. 8389484 board: ti: am62x/am62ax: Formatting updates to board config files by Vishal Mahaveer · Tue Nov 28 13:40:21 2023 -0600
  8. 5245410 arm: mach-k3: Merge initial memory maps by Andrew Davis · Tue Nov 28 11:05:28 2023 -0600
  9. 2e9044a arm: mach-k3: Remove non-cached memory map areas by Andrew Davis · Tue Nov 28 11:05:27 2023 -0600
  10. a55e4d4 arm: mach-k3: Do not map ATF and OPTEE regions in MMU by Andrew Davis · Tue Nov 28 11:05:26 2023 -0600
  11. 829b04a arm: mach-k3: Let the compiler size the mem_map lists by Andrew Davis · Tue Nov 28 11:05:25 2023 -0600
  12. 430281d arm: mach-k3: Move K3 common schema.yaml out of board directory by Andrew Davis · Wed Nov 22 15:30:05 2023 -0600
  13. 6361f5b Merge tag 'u-boot-stm32-20231215' of https://source.denx.de/u-boot/custodians/u-boot-stm into next by Tom Rini · Fri Dec 15 13:33:11 2023 -0500
  14. f071d55 clk: nuvoton: add read only feature for clk driver by Jim Liu · Tue Nov 14 17:00:04 2023 +0800
  15. 7336e68 cmd: clk: Make soc_clk_dump static by Igor Prusov · Thu Nov 09 13:55:16 2023 +0300
  16. 1a3427b clk: treewide: switch to clock dump from clk_ops by Igor Prusov · Thu Nov 09 13:55:15 2023 +0300
  17. 6b56540 cmd: clk: Use dump function from clk_ops by Igor Prusov · Thu Nov 09 13:55:14 2023 +0300
  18. 32c5738 clk: Add dump operation to clk_ops by Igor Prusov · Thu Nov 09 13:55:13 2023 +0300
  19. 8baf365 clk: amlogic: Move driver and ops structs by Igor Prusov · Thu Nov 09 13:55:12 2023 +0300
  20. 10ceddf clk: k210: Move soc_clk_dump function by Igor Prusov · Thu Nov 09 13:55:11 2023 +0300
  21. 43d8518 clk: ast2600: Move soc_clk_dump function by Igor Prusov · Thu Nov 09 13:55:10 2023 +0300
  22. b8704af clk: zynq: Move soc_clk_dump to Zynq clock driver by Igor Prusov · Thu Nov 09 13:55:09 2023 +0300
  23. a0e7612 Merge patch series "bootm: Handle compressed arm64 images with bootm" by Tom Rini · Fri Dec 15 09:41:44 2023 -0500
  24. 50b8be3 bootm: Support kernel_noload with compression by Simon Glass · Sun Nov 19 07:43:34 2023 -0700
  25. b1f90ca bootm: Move arm64-image processing later by Simon Glass · Sun Nov 19 07:43:33 2023 -0700
  26. 59f0c4d image: Show the load address when decompressing by Simon Glass · Sun Nov 19 07:43:32 2023 -0700
  27. 8938a62 image: Correct load_bug typo by Simon Glass · Sun Nov 19 07:43:31 2023 -0700
  28. a0b310c configs: stm32: Apply savedefconfig by Patrice Chotard · Fri Dec 15 15:32:20 2023 +0100
  29. 16434e1 board: st: common: simplify MTD device parsing by Patrice Chotard · Fri Nov 17 18:01:07 2023 +0100
  30. 2ef12a8 board: st: common: Fix board_get_alt_info_mtd() by Patrice Chotard · Fri Nov 17 18:01:06 2023 +0100
  31. 1f27ce8 board: stm32f469-disco: add splash screen with stmicroelectronics logo by Dario Binacchi · Mon Dec 11 23:05:56 2023 +0100
  32. 7228862 board: stm32f469-disco: add support to display by Dario Binacchi · Mon Dec 11 23:05:55 2023 +0100
  33. 2a3c2ea ARM: dts: stm32: support MIPI DSI on stm32f469-disco board by Dario Binacchi · Mon Dec 11 23:05:54 2023 +0100
  34. c650e98 ARM: dts: stm32: make the DSI clock usable by the clock driver by Dario Binacchi · Mon Dec 11 23:05:53 2023 +0100
  35. d971e09 ARM: dts: stm32: make the LTDC clock usable by the clock driver by Dario Binacchi · Mon Dec 11 23:05:52 2023 +0100
  36. c2b8b6f ARM: dts: stm32f469-disco: sync with Linux 6.5 by Dario Binacchi · Mon Dec 11 23:05:51 2023 +0100
  37. 8dcbf81 clk: stm32f: fix setting of LCD clock by Dario Binacchi · Sat Nov 11 11:46:19 2023 +0100
  38. c447a08 clk: stm32f: fix setting of division factor for LCD_CLK by Dario Binacchi · Sat Nov 11 11:46:18 2023 +0100
  39. 2b00e18 ARM: dts: stm32f769-disco: rework ltdc node by Dario Binacchi · Sat Nov 11 11:44:36 2023 +0100
  40. 49107fb Merge tag 'xilinx-for-v2024.04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Thu Dec 14 13:27:11 2023 -0500
  41. a9502536 Merge tag 'u-boot-imx-next-20231214' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next by Tom Rini · Thu Dec 14 07:37:02 2023 -0500
  42. 3216e75 arm64: imx8mp: Enable TCP, IPv6, wget on Data Modul i.MX8M eDM SBC by Marek Vasut · Thu Nov 23 00:37:38 2023 +0100
  43. e8ac0b2 arm64: imx8mp: Enable TCP, IPv6, wget on DH i.MX8MP DHCOM by Marek Vasut · Sat Nov 04 17:32:21 2023 +0100
  44. 239468c arm: imx6: Enable TCP, IPv6, wget on DH i.MX6 DHCOM by Marek Vasut · Sat Nov 04 17:32:20 2023 +0100
  45. c943b4e Merge tag 'dm-next-13dec23' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · Wed Dec 13 16:02:38 2023 -0500
  46. 25da81a test: vboot: Using variable 'old_dtb' before assignment by Heinrich Schuchardt · Mon Dec 11 19:07:33 2023 +0100
  47. 7545c5a test: fit: Using variable 'old_dtb' before assignment by Heinrich Schuchardt · Mon Dec 11 19:07:32 2023 +0100
  48. 85902cd binman: elf: Using variable 'old_val' before assignment by Heinrich Schuchardt · Sat Dec 09 19:50:31 2023 +0100
  49. 28a54ae cmd: check argc for acpi dump by Heinrich Schuchardt · Sat Dec 09 18:05:36 2023 +0100
  50. 565938c bootstd: Fix a memory leak in the efi manager bootflow by Ilias Apalodimas · Thu Dec 07 14:36:36 2023 +0200
  51. 2b259f0 doc: board: ti: k3: Mention TI_DM argument by Neha Malcom Francis · Tue Dec 05 15:12:20 2023 +0530
  52. 8237821 arm: dts: k3-*-binman: Move to using ti-dm entry type by Neha Malcom Francis · Tue Dec 05 15:12:19 2023 +0530
  53. 59be255 binman: etype: dm: Add entry type for TI DM by Neha Malcom Francis · Tue Dec 05 15:12:18 2023 +0530
  54. 1eec165 binman: doc: fix typo by Dario Binacchi · Thu Nov 23 14:10:00 2023 +0100
  55. 27e9ebb cmd: acpi: fix acpi list command by Heinrich Schuchardt · Tue Nov 21 15:41:28 2023 +0100
  56. bb307a6 acpi: fix struct acpi_xsdt by Heinrich Schuchardt · Tue Nov 21 15:41:27 2023 +0100
  57. 78ac1f5 tools: Move python tools to version 0.0.6 by Simon Glass · Sun Nov 19 08:36:06 2023 -0700
  58. 373cada patman: Update the run script by Simon Glass · Sun Nov 19 08:36:05 2023 -0700
  59. d0ddcb9 tools/make_pip: Add mention of u_boot_pylib in tool list by Simon Glass · Sun Nov 19 08:36:04 2023 -0700
  60. f0d02bc u_boot_pylib: Correct files used for pip release by Simon Glass · Sun Nov 19 08:36:03 2023 -0700
  61. 3ca9e28 tools: Keep test_util and patman test files in the pip release by Simon Glass · Sun Nov 19 08:36:02 2023 -0700
  62. c88024a u_boot_pylib: Correct readme formatting by Simon Glass · Sun Nov 19 08:36:01 2023 -0700
  63. e6a8aa8 doc: Update documentation URL by Simon Glass · Sun Nov 19 08:36:00 2023 -0700
  64. edf77e6 test: unit test for acpi_find_table() by Heinrich Schuchardt · Sat Nov 18 22:57:27 2023 +0100
  65. 23c14e1 acpi: consider XSDT in acpi_find_table() by Heinrich Schuchardt · Sat Nov 18 22:57:26 2023 +0100
  66. f252dfc acpi: simplify acpi_write_ssdt() by Heinrich Schuchardt · Sat Nov 18 22:52:37 2023 +0100
  67. 266e8e2 acpi: cannot have RSDT above 4 GiB by Heinrich Schuchardt · Mon Nov 13 00:53:56 2023 +0100
  68. 8096894 fdt: Move ft_verify_fdt() before the final fixups by Simon Glass · Sun Nov 12 08:27:50 2023 -0700
  69. 6a66109 fdt: Drop the confusing casts in lmb_free() by Simon Glass · Sun Nov 12 08:27:49 2023 -0700
  70. 449b759 boot: Move adding initrd earlier in image_setup_libfdt() by Simon Glass · Sun Nov 12 08:27:48 2023 -0700
  71. 6f37726 fdt: ppc: Drop extra size for ramdisk by Simon Glass · Sun Nov 12 08:27:47 2023 -0700
  72. d21485d fdt: Improve the comment for fdt_shrink_to_minimum() by Simon Glass · Sun Nov 12 08:27:46 2023 -0700
  73. f4c8cf2 fdt: Check for a valid fdt in oftree_ensure() by Simon Glass · Sun Nov 12 08:27:45 2023 -0700
  74. 30762dd boot: Drop size parameter from image_setup_libfdt() by Simon Glass · Sun Nov 12 08:27:44 2023 -0700
  75. 2c1fd4a acpi: move acpi_get_rsdp_addr() to acpi/acpi_table.h by Heinrich Schuchardt · Thu Nov 09 09:23:02 2023 -0800
  76. 9bf2786 bootstd: Add a menu option to bootflow scan by Simon Glass · Sun Oct 01 19:15:25 2023 -0600
  77. 936d05d sandbox: Add a dummy booti command by Simon Glass · Sun Oct 01 19:15:24 2023 -0600
  78. ffafbe3 video: Add a function to clear the display by Simon Glass · Sun Oct 01 19:15:23 2023 -0600
  79. a7dd66f test: print: Skip test on x86 by Simon Glass · Sun Oct 01 19:15:22 2023 -0600
  80. b4c722a test: lmb: Move tests into the lib suite by Simon Glass · Sun Oct 01 19:15:21 2023 -0600
  81. 127e946 test: event: Only run test_event_probe() on sandbox by Simon Glass · Sun Oct 01 19:15:20 2023 -0600
  82. 88934a7 test: font: Add dependencies on fonts by Simon Glass · Sun Oct 01 19:15:19 2023 -0600
  83. 5ad263f test: fdt: Add a special case for real boards by Simon Glass · Sun Oct 01 19:15:18 2023 -0600
  84. 43b9a32 test: bdinfo: Add missing asserts by Simon Glass · Sun Oct 01 19:15:17 2023 -0600
  85. a44bd85 test: Handle use of stack pointer in bdinfo by Simon Glass · Sun Oct 01 19:15:16 2023 -0600
  86. 804aa37 test: Run bootstd tests only on sandbox by Simon Glass · Sun Oct 01 19:15:15 2023 -0600
  87. facbfff test: Make UT_LIB_ASN1 depend on sandbox by Simon Glass · Sun Oct 01 19:15:14 2023 -0600
  88. e85cd12 test: Add helper to skip to partial console line by Simon Glass · Sun Oct 01 19:15:13 2023 -0600
  89. 621a97e test: Add a new suite for commands by Simon Glass · Sun Oct 01 19:15:12 2023 -0600
  90. 4f6092e pico-imx7d: add baseboard SD card boot detect by Benjamin Szőke · Wed Dec 13 15:51:49 2023 -0300
  91. d36dcd4 imx: imx-hab: Select SPL_DRIVERS_MISC in the SPL case by Fabio Estevam · Mon Dec 11 10:46:17 2023 -0300
  92. c6dacb0 tools: mxsboot: pre-fill buffer with 0xff, not 0 by Alessandro Rubini · Sun Dec 03 18:08:26 2023 +0100
  93. d193763 arm: mxs: Clear CPSR V bit to activate low vectors by Marek Vasut · Wed Oct 18 20:51:59 2023 +0200
  94. ad5fa1a Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)" by Tom Rini · Wed Dec 13 11:51:53 2023 -0500
  95. 793a98e command: Introduce functions to obtain command arguments by Simon Glass · Sat Nov 18 14:05:20 2023 -0700
  96. 9236852 bootstd: Introduce programmatic boot by Simon Glass · Sat Nov 18 14:05:19 2023 -0700
  97. aba60d1 bootm: Reduce arguments to bootm_find_other() by Simon Glass · Sat Nov 18 14:05:18 2023 -0700
  98. ab48be5 bootm: Add a function to check overlap by Simon Glass · Sat Nov 18 14:05:17 2023 -0700
  99. d46c81e bootm: Adjust the parameters of bootm_find_images() by Simon Glass · Sat Nov 18 14:05:16 2023 -0700
  100. 28eafe6 bootm: optee: Drop special call to bootm_find_other() by Simon Glass · Sat Nov 18 14:05:15 2023 -0700