1. 11e1cc7 Merge tag 'u-boot-imx-next-20231214' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next by Tom Rini · 10 months ago
  2. 6b73200 arm64: imx8mp: Enable TCP, IPv6, wget on Data Modul i.MX8M eDM SBC by Marek Vasut · 11 months ago
  3. 91613b1 arm64: imx8mp: Enable TCP, IPv6, wget on DH i.MX8MP DHCOM by Marek Vasut · 12 months ago
  4. 0d11869 arm: imx6: Enable TCP, IPv6, wget on DH i.MX6 DHCOM by Marek Vasut · 12 months ago
  5. 86f623d Merge tag 'dm-next-13dec23' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 10 months ago
  6. 229c4da test: vboot: Using variable 'old_dtb' before assignment by Heinrich Schuchardt · 10 months ago
  7. 643f5c3 test: fit: Using variable 'old_dtb' before assignment by Heinrich Schuchardt · 10 months ago
  8. ace49c7 binman: elf: Using variable 'old_val' before assignment by Heinrich Schuchardt · 10 months ago
  9. aafbe1d cmd: check argc for acpi dump by Heinrich Schuchardt · 10 months ago
  10. eb09c33 bootstd: Fix a memory leak in the efi manager bootflow by Ilias Apalodimas · 11 months ago
  11. 09a17b0 doc: board: ti: k3: Mention TI_DM argument by Neha Malcom Francis · 11 months ago
  12. 3ef977e arm: dts: k3-*-binman: Move to using ti-dm entry type by Neha Malcom Francis · 11 months ago
  13. 23d2ef9 binman: etype: dm: Add entry type for TI DM by Neha Malcom Francis · 11 months ago
  14. 838447a binman: doc: fix typo by Dario Binacchi · 11 months ago
  15. 36e3a1e cmd: acpi: fix acpi list command by Heinrich Schuchardt · 11 months ago
  16. bda020e acpi: fix struct acpi_xsdt by Heinrich Schuchardt · 11 months ago
  17. 049ee90 tools: Move python tools to version 0.0.6 by Simon Glass · 11 months ago
  18. dff917d patman: Update the run script by Simon Glass · 11 months ago
  19. 01feeec tools/make_pip: Add mention of u_boot_pylib in tool list by Simon Glass · 11 months ago
  20. 6b9fbb4 u_boot_pylib: Correct files used for pip release by Simon Glass · 11 months ago
  21. f12465c tools: Keep test_util and patman test files in the pip release by Simon Glass · 11 months ago
  22. ec31f8b u_boot_pylib: Correct readme formatting by Simon Glass · 11 months ago
  23. 4c4977c doc: Update documentation URL by Simon Glass · 11 months ago
  24. 0c2f6c3 test: unit test for acpi_find_table() by Heinrich Schuchardt · 11 months ago
  25. 5574d82 acpi: consider XSDT in acpi_find_table() by Heinrich Schuchardt · 11 months ago
  26. fef4896 acpi: simplify acpi_write_ssdt() by Heinrich Schuchardt · 11 months ago
  27. c7b31a9 acpi: cannot have RSDT above 4 GiB by Heinrich Schuchardt · 11 months ago
  28. dbdc9c6 fdt: Move ft_verify_fdt() before the final fixups by Simon Glass · 11 months ago
  29. 79e9727 fdt: Drop the confusing casts in lmb_free() by Simon Glass · 11 months ago
  30. f2cbe6e boot: Move adding initrd earlier in image_setup_libfdt() by Simon Glass · 11 months ago
  31. 83cd8fb fdt: ppc: Drop extra size for ramdisk by Simon Glass · 11 months ago
  32. 451c1ab fdt: Improve the comment for fdt_shrink_to_minimum() by Simon Glass · 11 months ago
  33. 9578dd8 fdt: Check for a valid fdt in oftree_ensure() by Simon Glass · 11 months ago
  34. 1de1a03 boot: Drop size parameter from image_setup_libfdt() by Simon Glass · 11 months ago
  35. c659ac7 acpi: move acpi_get_rsdp_addr() to acpi/acpi_table.h by Heinrich Schuchardt · 11 months ago
  36. a4bee0b bootstd: Add a menu option to bootflow scan by Simon Glass · 1 year, 1 month ago
  37. 6b8f26b sandbox: Add a dummy booti command by Simon Glass · 1 year, 1 month ago
  38. cde03fa video: Add a function to clear the display by Simon Glass · 1 year, 1 month ago
  39. c0e708e test: print: Skip test on x86 by Simon Glass · 1 year, 1 month ago
  40. 631d8a3 test: lmb: Move tests into the lib suite by Simon Glass · 1 year, 1 month ago
  41. 14f0cc4 test: event: Only run test_event_probe() on sandbox by Simon Glass · 1 year, 1 month ago
  42. 078c6e2 test: font: Add dependencies on fonts by Simon Glass · 1 year, 1 month ago
  43. 40565bb test: fdt: Add a special case for real boards by Simon Glass · 1 year, 1 month ago
  44. 3535f60 test: bdinfo: Add missing asserts by Simon Glass · 1 year, 1 month ago
  45. 80a8a2e test: Handle use of stack pointer in bdinfo by Simon Glass · 1 year, 1 month ago
  46. 07073d2 test: Run bootstd tests only on sandbox by Simon Glass · 1 year, 1 month ago
  47. f231151 test: Make UT_LIB_ASN1 depend on sandbox by Simon Glass · 1 year, 1 month ago
  48. 30a75e7 test: Add helper to skip to partial console line by Simon Glass · 1 year, 1 month ago
  49. 4001e5a test: Add a new suite for commands by Simon Glass · 1 year, 1 month ago
  50. 03622f3 pico-imx7d: add baseboard SD card boot detect by Benjamin Szőke · 10 months ago
  51. 04bb59b imx: imx-hab: Select SPL_DRIVERS_MISC in the SPL case by Fabio Estevam · 10 months ago
  52. 4ac5620 tools: mxsboot: pre-fill buffer with 0xff, not 0 by Alessandro Rubini · 11 months ago
  53. 712aa6e arm: mxs: Clear CPSR V bit to activate low vectors by Marek Vasut · 1 year ago
  54. 9565771 Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)" by Tom Rini · 10 months ago
  55. 8632b36 command: Introduce functions to obtain command arguments by Simon Glass · 11 months ago
  56. 1047b53 bootstd: Introduce programmatic boot by Simon Glass · 11 months ago
  57. 984e6fe bootm: Reduce arguments to bootm_find_other() by Simon Glass · 11 months ago
  58. 65f0bfe bootm: Add a function to check overlap by Simon Glass · 11 months ago
  59. 3ac85bd bootm: Adjust the parameters of bootm_find_images() by Simon Glass · 11 months ago
  60. b020254 bootm: optee: Drop special call to bootm_find_other() by Simon Glass · 11 months ago
  61. e2fc90e bootm: efi: Drop special call to bootm_find_other() by Simon Glass · 11 months ago
  62. 46aee25 bootm: Simplify Android ramdisk addr in bootm_find_images() by Simon Glass · 11 months ago
  63. 9645628 bootm: Reduce arguments to boot_get_loadables() by Simon Glass · 11 months ago
  64. 745367b bootm: Reduce arguments to boot_get_fpga() by Simon Glass · 11 months ago
  65. 0aa923a bootm: Reduce arguments to boot_get_fdt() by Simon Glass · 11 months ago
  66. ba5e3f7 bootm: Pass image buffer to boot_get_fdt() by Simon Glass · 11 months ago
  67. 972d524 bootm: Drop #ifdef in bootm_find_images() by Simon Glass · 11 months ago
  68. 813f75d fdt: Allow use of fdt_support inside if() statements by Simon Glass · 11 months ago
  69. 8eda15b bootm: Reduce arguments to boot_get_ramdisk() by Simon Glass · 11 months ago
  70. 3e3bd5b bootm: Reduce arguments to bootm_find_os() by Simon Glass · 11 months ago
  71. b13e948 bootm: Move error printing out of boot_get_kernel() by Simon Glass · 11 months ago
  72. bdfa1b6 bootstage: Drop BOOTSTAGE_ID_FIT_KERNEL_INFO by Simon Glass · 11 months ago
  73. 4c76f5e bootm: Use the error return from boot_get_kernel() by Simon Glass · 11 months ago
  74. 4f77169 bootm: Adjust position of unmap_sysmem() in boot_get_kernel() by Simon Glass · 11 months ago
  75. 7721e71 bootm: Adjust boot_get_kernel() to return an error by Simon Glass · 11 months ago
  76. 429acb3 image: Document error codes from fit_image_load() by Simon Glass · 11 months ago
  77. 820110c bootm: Reduce arguments to boot_get_kernel() by Simon Glass · 11 months ago
  78. 530cc47 image: Tidy up genimg_get_kernel_addr_fit() by Simon Glass · 11 months ago
  79. 7f3b1ee bootm: Move boot_get_kernel() higher in the file by Simon Glass · 11 months ago
  80. 921070b bootm: Simplify arguments for bootm_pre_load() by Simon Glass · 11 months ago
  81. a50e886 bootm: Drop arguments from bootm_start() by Simon Glass · 11 months ago
  82. e62714c bootstd: Add missing header file from bootdev.h by Simon Glass · 11 months ago
  83. 10c398d treewide: Tidy up semicolon after command macros by Simon Glass · 11 months ago
  84. f7fac5e mmc: env: Unify the U_BOOT_ENV_LOCATION conditions by Simon Glass · 11 months ago
  85. 1d38722 README: Correct docs for CONFIG_SPL_BUILD by Simon Glass · 11 months ago
  86. b1f8b56 arm: x86: Drop discarding of command linker-lists by Simon Glass · 11 months ago
  87. bfe3c7b Merge patch series "some LED patches" by Tom Rini · 10 months ago
  88. f9dc67d led: add TI LP5562 LED driver by Doug Zobel · 11 months ago
  89. d45e712 led: led_pwm: use led_bind_generic() helper by Rasmus Villemoes · 11 months ago
  90. 82eb8e5 led: led_gpio: use led_bind_generic() helper by Rasmus Villemoes · 11 months ago
  91. 3bf0515 led: introduce led_bind_generic() by Rasmus Villemoes · 11 months ago
  92. 067e4ce led-uclass: do not create fallback label for top-level node by Rasmus Villemoes · 11 months ago
  93. 5bf61f9 led-uclass: honour ->label field populated by driver's own .bind by Rasmus Villemoes · 11 months ago
  94. cb1d68b clk: imx8mn: add pwm clocks by Nicolas Heemeryck · 10 months ago
  95. 220bb4e board: apalis/colibri imx6/imx6ull/imx7: Add fastboot bootcmd support by Hiago De Franco · 11 months ago
  96. 50c67dd apalis/colibri imx6/imx6ull/imx7: defconfig: Enable fastboot support by Hiago De Franco · 11 months ago
  97. 4b5c117 imx7d-pico-pi-u-boot.dtsi: Fix aliases indentation by Fabio Estevam · 12 months ago
  98. 99da64e pico-imx7d: Remove board_phy_config() by Fabio Estevam · 12 months ago
  99. 62b1bbd librem5: Add addresses for compressed kernel load by Arnaud Ferraris · 12 months ago
  100. 4ae3fcd librem5: properly set the `fdtfile` env variable by Arnaud Ferraris · 12 months ago