1. 84e2b2b test_vboot.py: include test of fdt_add_pubkey tool by Roman Kopytin · 1 year, 8 months ago
  2. 23eb89d Merge tag 'u-boot-imx-next-20230331' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next by Tom Rini · 1 year, 8 months ago
  3. 6fdbbad Merge branch '2023-03-30-assorted-general-upates' into next by Tom Rini · 1 year, 8 months ago
  4. a09bcfe test: fs: Check fat short file name by Stefan Herbrechtsmeier · 1 year, 8 months ago
  5. 0b9f89d input: button_kbd: make driver complementary to gpio buttons by Svyatoslav Ryhel · 1 year, 8 months ago
  6. bb8068d cmd: ums: abort mounting by pressing any key by Svyatoslav Ryhel · 1 year, 8 months ago
  7. b354403 test: exit: fix run_commandf() warnings by Evgeny Bachinin · 1 year, 8 months ago
  8. e604bc0 test: fdt: fix run_commandf() warnings by Evgeny Bachinin · 1 year, 8 months ago
  9. 0742ce7 unit-test: cover run_commandf() by test-cases by Evgeny Bachinin · 1 year, 8 months ago
  10. d95e1d1 cli: run_commandf(): small fixups by Evgeny Bachinin · 1 year, 8 months ago
  11. 86b4c99 drivers: rtc: add max313xx series rtc driver by Chris Packham · 1 year, 8 months ago
  12. b0a19b3 include: kernel.h: port find_closest() from Linux by Chris Packham · 1 year, 8 months ago
  13. 3098e6c disk: Use a helper function to reduce duplication by Simon Glass · 1 year, 8 months ago
  14. 88e5a20 lib: Fix SYS_TIMER_COUNTS_DOWN description in Kconfig by Marek Vasut · 1 year, 8 months ago
  15. f4e744d gpio: allow passing NULL to gpio_request_by_line_name() to search all gpio controllers by Rasmus Villemoes · 1 year, 9 months ago
  16. ce47505 rtc: m41t62: implements read8/write8 operations by Thomas Perrot · 1 year, 9 months ago
  17. d4620ae fs: ext4: fix files seen as symlink during deletion by Corentin GUILLEVIC · 1 year, 9 months ago
  18. 4052d1f fs: fat: do not mangle short filenames by Stefan Herbrechtsmeier · 1 year, 9 months ago
  19. e5c05ae test: Add test for new command pci_mps by Stephen Carlson · 1 year, 9 months ago
  20. 710862d drivers: pci: sandbox: Add stub sandbox PCI MPS support by Stephen Carlson · 1 year, 9 months ago
  21. 3d876c4 cmd: pci: Add command to set MPS of all PCIe devices by Stephen Carlson · 1 year, 9 months ago
  22. eb19459 sysinfo: gpio: fix loop over DT "revisions" array by Rasmus Villemoes · 1 year, 9 months ago
  23. d54ccb4 nvedit: simplify do_env_indirect() by Rasmus Villemoes · 1 year, 9 months ago
  24. 09f2304 api: move API related config options into submenu by Heinrich Schuchardt · 1 year, 9 months ago
  25. 9a976c1 Kconfig: Sort the BUILD_TARGET list by Marek Vasut · 1 year, 9 months ago
  26. fb59eca image: Fix potentially uninitialized data variable by Marek Vasut · 1 year, 9 months ago
  27. c470225 powerpc/mpc85xx: disable legacy format booting by Heiko Schocher · 1 year, 9 months ago
  28. 6bf592d Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-marvell into next by Tom Rini · 1 year, 8 months ago
  29. d65085a clk: imx8mp: add pwm clocks support by Tommaso Merciai · 1 year, 9 months ago
  30. fbf73e5 arm64: imx8mm: imx8mn: imx8mp: Drop FEC GPR[1] board workaround by Marek Vasut · 1 year, 9 months ago
  31. 7712610 arm64: imx8mp: Drop EQoS GPR[1] board workaround by Marek Vasut · 1 year, 9 months ago
  32. 4c5faef arm64: dts: imx8mp: Drop EQoS clock workaround by Marek Vasut · 1 year, 9 months ago
  33. 8069439 configs: verdin-imx8mp: Fix wrong early malloc() heap size by Emanuele Ghidoli · 1 year, 10 months ago
  34. 791c43d ARM: imx: imx8mp: fix enable_i2c_clk by Rasmus Villemoes · 1 year, 8 months ago
  35. 34c0b46 compulab: imx8mm-cl-iot-gate: Fix some function declarations in ddr.h by Ying-Chun Liu (PaulLiu) · 1 year, 9 months ago
  36. ebef064 net: fec_mxc: Add board_interface_eth_init() for i.MX8M Mini/Nano/Plus by Marek Vasut · 1 year, 9 months ago
  37. afffd5d net: fec_mxc: Add ref clock setup support for i.MX8M Mini/Nano/Plus by Marek Vasut · 1 year, 9 months ago
  38. e657695 net: dwc_eth_qos: Add board_interface_eth_init() for i.MX8M Plus by Marek Vasut · 1 year, 9 months ago
  39. 03705e1 net: dwc_eth_qos: Add i.MX8M Plus RMII support by Marek Vasut · 1 year, 9 months ago
  40. 6a9b7bf net: dwc_eth_qos: Add DM CLK support for i.MX8M Plus by Marek Vasut · 1 year, 9 months ago
  41. e66825a net: dwc_eth_qos: Set DMA_MODE SWR bit to reset the MAC by Marek Vasut · 1 year, 9 months ago
  42. 7b6fec2 net: dwc_eth_qos: Staticize eqos_inval_buffer_tegra186() by Marek Vasut · 1 year, 9 months ago
  43. 006ab6b net: dwc_eth_qos: Drop unused dm_gpio_free() on STM32 by Marek Vasut · 1 year, 9 months ago
  44. 5abf10d net: dwc_eth_qos: Drop bogus return after goto by Marek Vasut · 1 year, 9 months ago
  45. b506e7d net: Pull board_interface_eth_init() into common code by Marek Vasut · 1 year, 9 months ago
  46. d4e448d clk: imx8mp: Add EQoS MAC clock by Marek Vasut · 1 year, 9 months ago
  47. f0ba46b Revert "imx: imx8x: colibri: switch to binman" by Andrejs Cainikovs · 1 year, 9 months ago
  48. ed0bab3 colibri-imx8x: set bootdelay by Marcel Ziswiler · 1 year, 9 months ago
  49. c11c3d3 colibri-imx8x: set bootaux memory base and size by Andrejs Cainikovs · 1 year, 9 months ago
  50. 57a960f colibri-imx8x: update env memory layout by Marcel Ziswiler · 1 year, 9 months ago
  51. b99fc89 colibri-imx8x: switch from fatload to load by Andrejs Cainikovs · 1 year, 9 months ago
  52. 943d4f6 colibri-imx8x: drop obsolete environment variables by Andrejs Cainikovs · 1 year, 9 months ago
  53. a4d8154 colibri-imx8x: construct fdtfile dynamically by Andrejs Cainikovs · 1 year, 9 months ago
  54. ce86572 defconfig: colibri-imx8x: enable CONFIG_OF_SYSTEM_SETUP by Philippe Schenker · 1 year, 9 months ago
  55. 3f881d6 colibri-imx8x: enable fuse command by Andrejs Cainikovs · 1 year, 9 months ago
  56. f383d2c colibri-imx8x: enable environment bootcount limit by Marcel Ziswiler · 1 year, 9 months ago
  57. cc7365f colibri-imx8x: provide proper CONFIG_SYS_PROMPT by Igor Opaniuk · 1 year, 9 months ago
  58. 88c7071 colibri-imx8x: extract is_imx8dx() from ram detection by Max Krummenacher · 1 year, 9 months ago
  59. 22a75ed colibri-imx8x: update update_uboot confirmation message by Marcel Ziswiler · 1 year, 9 months ago
  60. 2c2f176 colibri-imx8x: remove obsolete sdhc related config defines by Marcel Ziswiler · 1 year, 9 months ago
  61. acf2a26 colibri-imx8x: remove obsolete net usb start by Marcel Ziswiler · 1 year, 9 months ago
  62. 31a2be5 colibri-imx8x: Remove baudrate from console argument by Philippe Schenker · 1 year, 9 months ago
  63. e9495aa board: colibri-imx8x: add 2nd ethernet address by Andrejs Cainikovs · 1 year, 9 months ago
  64. 29f9b6a ARM: dts: imx: Add support for DH electronics i.MX8M Plus DHCOM on PDK3 by Marek Vasut · 1 year, 9 months ago
  65. 40f8ae3 mx51evk: Remove unused mx51evk_video.c file by Fabio Estevam · 1 year, 9 months ago
  66. 45ba508 mx53loco: Remove unused mx53loco_video.c file by Fabio Estevam · 1 year, 9 months ago
  67. a422c79 ARM: imx: Include on-SoM microSD in list of i.MX6 DHCOM boot devices by Marek Vasut · 1 year, 9 months ago
  68. fad5007 ARM: imx: Convert DH i.MX6 DHSOM to DM_SERIAL by Marek Vasut · 1 year, 9 months ago
  69. d76e7b5 configs: remove gwventana_gw5904_defconfig by Tim Harvey · 1 year, 9 months ago
  70. 11a483b configs: gwventana_emmc_defconfig: add MV88E61XX DSA switch support by Tim Harvey · 1 year, 9 months ago
  71. f17d43d misc: imx: remove DM dependency for ocotp driver in SPL by Jean-Marie Lemetayer · 1 year, 10 months ago
  72. 7646df1 arm64: dts: imx8mp: Do not delete PHY nodes on i.MX8MP DHCOM PDK2 by Marek Vasut · 1 year, 10 months ago
  73. ddec64a arm64: dts: imx8mp: Add FEC RMII pin mux on i.MX8MP DHCOM by Marek Vasut · 1 year, 10 months ago
  74. a6b0067 arm64: dts: imx8mp: Add EQoS RMII pin mux on i.MX8MP DHCOM by Marek Vasut · 1 year, 10 months ago
  75. 5a932cd arm64: dts: imx8mp: Adjust EQoS PHY address on i.MX8MP DHCOM by Marek Vasut · 1 year, 10 months ago
  76. 1ef30ac arm64: imx8mp: Auto-detect PHY on i.MX8MP DHCOM by Marek Vasut · 1 year, 10 months ago
  77. 9fa78d6 ARM: imx: Add 2 GiB DRAM support for DH electronics i.MX8M Plus DHCOM by Marek Vasut · 1 year, 10 months ago
  78. 452a798 ARM: imx: Enable LTO for DH electronics i.MX8M Plus DHCOM by Marek Vasut · 1 year, 10 months ago
  79. ad3007e configs: colibri-imx7: Fix bad block table in flash configuration by Stefan Eichenberger · 1 year, 10 months ago
  80. 294414d doc: sl-mx8mm: Fix mistake in merge conflict resolution by Frieder Schrempf · 1 year, 10 months ago
  81. f5e32af arm: mvebu: Define all options for AXP BOOT_FROM_* macros by Pali Rohár · 1 year, 8 months ago
  82. bfb252a arm: mvebu: Define all BOOTROM_ERR_MODE_* macros by Pali Rohár · 1 year, 8 months ago
  83. db3ffb0 arm: mvebu: Define all options for A38x BOOT_FROM_* macros by Pali Rohár · 1 year, 8 months ago
  84. e0c6d25 arm: mvebu: Convert BOOT_FROM_* constants to function macros by Pali Rohár · 1 year, 8 months ago
  85. 124c58df arm: mvebu: Remove A38x BOOT_FROM_SATA 0x22 constant by Pali Rohár · 1 year, 8 months ago
  86. 23606a1 arm: mvebu: Remove A38x BOOT_FROM_UART_ALT 0x3f constant by Pali Rohár · 1 year, 8 months ago
  87. 7e1aa72 arm: mvebu: Cleanup get_boot_device() code by Pali Rohár · 1 year, 8 months ago
  88. 7eceb67 arm: mvebu: clearfog: Detect MMC vs SDHC and fixup fdt by Martin Rowe · 1 year, 8 months ago
  89. 4d893c8 arm: mvebu: clearfog: Add defconfig for SPI booting by Martin Rowe · 1 year, 8 months ago
  90. 994c103 arm: mvebu: clearfog: Fix MMC detection by Martin Rowe · 1 year, 8 months ago
  91. edb95df Merge branch '2023-03-29-assorted-platform-updates' into next by Tom Rini · 1 year, 8 months ago
  92. 2cfca43 board: gateworks: venice: enable XWAY PHY support by Tim Harvey · 1 year, 10 months ago
  93. b2ced04 power: pmic: Add NXP PCA9451A PMIC support by Ye Li · 1 year, 10 months ago
  94. 504514b imx: spl_imx_romapi: Get and print boot stage by Ye Li · 1 year, 10 months ago
  95. 1b98b21 mx6sabresd: Convert to DM_PMIC by Fabio Estevam · 1 year, 10 months ago
  96. e625cf1 mx6sabreauto: Convert to DM_PMIC by Fabio Estevam · 1 year, 10 months ago
  97. 2ff5d73 mx6sxsabreauto: Remove myself from MAINTAINERS by Fabio Estevam · 1 year, 10 months ago
  98. bb85b38 pico-imx6: Pass the mmc alias to fix boot regression by Fabio Estevam · 1 year, 10 months ago
  99. 61b4aec pico-imx6: Add DM_SERIAL support by Fabio Estevam · 1 year, 10 months ago
  100. af4f59f udoo: Add DM_SERIAL support by Fabio Estevam · 1 year, 10 months ago