1. 53b516c arm: imx8m: add support for Compulab iot-gate-imx8 (imx8mm-cl-iot-gate) by Ying-Chun Liu (PaulLiu) · 3 years, 5 months ago
  2. 35b65dd reset: Remove addr parameter from reset_cpu() by Harald Seiler · 3 years, 9 months ago
  3. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 3 years, 11 months ago
  4. 20e442a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · 3 years, 9 months ago
  5. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 10 months ago
  6. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 10 months ago
  7. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 3 months ago
  8. 76386d6 arm: Remove cm_t35 board by Jagan Teki · 4 years, 3 months ago
  9. a25aea7 arm: Remove cm_t54 board by Jagan Teki · 4 years, 3 months ago
  10. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 4 months ago
  11. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 4 months ago
  12. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 4 months ago
  13. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 4 months ago
  14. c3dc39a arm: Don't include common.h in header files by Simon Glass · 4 years, 4 months ago
  15. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 8 months ago
  16. db41d65 common: Move hang() to the same header as panic() by Simon Glass · 4 years, 9 months ago
  17. 9b4a205 common: Move RAM-sizing functions to init.h by Simon Glass · 4 years, 9 months ago
  18. 9a3b4ce common: Move reset_cpu() to the CPU header by Simon Glass · 4 years, 9 months ago
  19. d96c260 common: Move clock functions into a new file by Simon Glass · 4 years, 9 months ago
  20. 7f681b3 board: cm_fx6: Enable DM support for video, fix build error by Suniel Mahesh · 4 years, 10 months ago
  21. cb3ef68 common: Move old EEPROM functions into a new header by Simon Glass · 4 years, 10 months ago
  22. 5255932 common: Move some board functions out of common.h by Simon Glass · 4 years, 10 months ago
  23. c3e4430 common: Drop global inclusion of status_led.h by Simon Glass · 4 years, 10 months ago
  24. e7dcf56 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
  25. 7b51b57 env: Move env_get() to env.h by Simon Glass · 5 years ago
  26. 9fb625c env: Move env_set() to env.h by Simon Glass · 5 years ago
  27. e37ac71 Convert to use fsl_esdhc_imx for i.MX platforms by Yangbo Lu · 5 years ago
  28. 8c2644c cm_t3517: remove board by Bartosz Golaszewski · 5 years ago
  29. ecb76ef arm: am57xx: cl-som-am57x: remove board support by Uri Mashiach · 5 years ago
  30. 8b8d59f usb: musb-new: Fix improper musb host pointer by Jagan Teki · 6 years ago
  31. b35fb6a board: constify struct node_info array by Masahiro Yamada · 6 years ago
  32. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  33. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 6 years ago
  34. 9925f1d net: Move enetaddr env access code to env config instead of net config by Alex Kiernan · 6 years ago
  35. d247cf5 Revert "mx6: ddr: Allow changing REFSEL and REFR fields" by Maxim Yu. Osipov · 7 years ago
  36. b16c129 usb: host: xhci-omap: Remove redundant board_usb_init and board_usb_cleanup functions by Faiz Abbas · 7 years ago
  37. dbeaa1d ARM: imx: cm_fx6: export board and soc info to env by Christopher Spinrath · 7 years ago
  38. e743f1e ARM: imx: cm_fx6: remove esdhc init code from board file by Christopher Spinrath · 7 years ago
  39. 56b801c ARM: imx: cm_fx6: remove sata init code from board file by Christopher Spinrath · 7 years ago
  40. 883946e usb: hub: identify the hub-device to usb_hub_reset_devices by Philipp Tomsich · 7 years ago
  41. 8daec2d net: Add SMC911X driver to Kconfig, convert by Adam Ford · 7 years ago
  42. 6963204 arm: imx7d: add support for Compulab cl-som-imx7 by Ilya Ledvich · 7 years ago
  43. 30df9f7 imx6: drop duplicated bss memset and board_init_r() call by Anatolij Gustschin · 7 years ago
  44. 101d217 arm: am57xx: cl-som-am57x: Use new pinctrl macros by Suman Anna · 7 years ago
  45. 1fdafb2 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 7 years ago
  46. 4f6478d dm: imx: cm_fx6: Add MMC support for CONFIG_BLK by Simon Glass · 7 years ago
  47. 8d331e3 dm: imx: cm_fx6: Support driver model for SATA by Simon Glass · 7 years ago
  48. 35affd7 env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() by Simon Glass · 7 years ago
  49. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  50. fd1e959 env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() by Simon Glass · 7 years ago
  51. 94d50be Configs: Migrate CONFIG_SYS_I2C_OMAP34XX to CONFIG_SYS_I2C_OMAP24XX by Adam Ford · 7 years ago
  52. 552a848 imx: reorganize IMX code as other SOCs by Stefano Babic · 7 years ago
  53. a4e0a63 ARM: am57xx: cl-som-am57x: support for AM5718 by Uri Mashiach · 7 years ago
  54. 5d98285 arm: Include asm/setup.h explictly by Simon Glass · 7 years ago
  55. 4125bbc Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 7 years ago
  56. 8850c5d Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCD by Tom Rini · 7 years ago
  57. 4aa2ba3 mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMC by Masahiro Yamada · 7 years ago
  58. 4acfe1a arm: am57xx: cl-som-am57x: invoke clock API to enable/disable clocks by Uri Mashiach · 8 years ago
  59. 1a9a5f7 usb: host: xhci-omap: fix double weak board_usb_init functions by Uri Mashiach · 8 years ago
  60. 76b00ac board_f: Drop setup_dram_config() wrapper by Simon Glass · 7 years ago
  61. d5abcf9 ti: boot: Register the MMC controllers in SPL in the same way as in u-boot by Jean-Jacques Hiblot · 8 years ago
  62. 9b6ef52 arm: am57xx: cl-som-am57x: fix Ethernet by Uri Mashiach · 8 years ago
  63. 2d8d190 status_led: Kconfig migration by Uri Mashiach · 8 years ago
  64. fc300e2 arm: am57xx: cl-som-am57x: add ETH support by Dmitry Lifshitz · 8 years ago
  65. 965c509 arm: am57xx: cl-som-am57x: fetch board rev from EEPROM by Dmitry Lifshitz · 8 years ago
  66. 46650d5 arm: am57xx: cl-som-am57x: add initial board support by Dmitry Lifshitz · 8 years ago
  67. ef47683 cmd/fdt: add possibilty to have 'extrasize' on fdt resize by Hannes Schmelzer · 8 years ago
  68. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  69. edf0093 mx6: ddr: Allow changing REFSEL and REFR fields by Fabio Estevam · 8 years ago
  70. f8de60b ARM: board: cm_fx6: fix mtd partition fixup by Christopher Spinrath · 8 years ago
  71. 62d6bac ARM: board: cm_fx6: fixup mtd partitions in the fdt by Christopher Spinrath · 8 years ago
  72. c133c50 ARM: board: cm-fx6: fix mmc for old revisions of utilite by Christopher Spinrath · 8 years ago
  73. 8af5734 compulab: add support for layout aware eeprom commands by Nikita Kiryanov · 8 years ago
  74. 3ef56e6 omap-common: Rename set_muxconf_regs_essential to set_muxconf_regs by Paul Kocialkowski · 9 years ago
  75. 43e568c arm: am437x: cm-t43: set MPU and CORE voltages on boot by Nikita Kiryanov · 9 years ago
  76. e038e2a arm: am437x: cm-t43: get rid of enable_vtt_regulator() by Nikita Kiryanov · 9 years ago
  77. dccaaae arm: am437x: cm-t43: set tps fseal bit by Nikita Kiryanov · 9 years ago
  78. 5dc5a8c arm: am437x: cm-t43: split board file by Nikita Kiryanov · 9 years ago
  79. 96350f7 dm: tegra: net: Convert tegra boards to driver model for Ethernet by Simon Glass · 9 years ago
  80. 0a57c03 omap3: cm-t3517: add board specific get_board_rev() by Dmitry Lifshitz · 9 years ago
  81. 7b9e980 arm: mx6: cm-fx6: define fallback boot devices for spl by Nikita Kiryanov · 9 years ago
  82. ec26c1e arm: mx6: cm-fx6: add splash locations to cm-fx6 by Nikita Kiryanov · 9 years ago
  83. 870dd30 splash_source: add support for filesystem formatted mmc by Nikita Kiryanov · 9 years ago
  84. 679f82c omap-common: Common function to display die id, replacing omap3-specific version by Paul Kocialkowski · 9 years ago
  85. f20562e mx6: remove SYS_SOC from board Kconfig by Peng Fan · 9 years ago
  86. 4185518 arm: mx6: cm-fx6: modify device tree for old revisions of utilite by Nikita Kiryanov · 9 years ago
  87. 53af877 compulab: eeprom: add support for obtaining product name by Nikita Kiryanov · 9 years ago
  88. e93e809 compulab: eeprom: propagate error value in read_mac_addr() by Nikita Kiryanov · 9 years ago
  89. 72898ac compulab: eeprom: select i2c bus when querying for board rev by Nikita Kiryanov · 9 years ago
  90. 63bb759 omap3: cm-t3517: fix MMC1 pinmux by Dmitry Lifshitz · 9 years ago
  91. 7d1abb7 arm: mx6: cm-fx6: print PCB revision by Nikita Kiryanov · 9 years ago
  92. d6276ab arm: mx6: cm-fx6: force host mode on usb controller by Nikita Kiryanov · 9 years ago
  93. 8883dda arm: am437x: Introduce new board cm-t43 by Nikita Kiryanov · 9 years ago
  94. 95de1e2 usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB by Paul Kocialkowski · 9 years ago
  95. 7a1af7a Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  96. b406f90 arm: mx6: cm-fx6: setup hdmi only on hdmi enable by Nikita Kiryanov · 9 years ago
  97. 3329949 arm: mx6: cm-fx6: add support for displaytype env var by Nikita Kiryanov · 9 years ago
  98. 4377859 arm: mx6: cm-fx6: make it possible to not init display by Nikita Kiryanov · 9 years ago
  99. 75dbbbf arm: mx6: cm-fx6: map HDMI to IPU1 DI0 explicitly by Nikita Kiryanov · 9 years ago
  100. 60c7c30 omap-common: Common boot code OMAP3 support and cleanup by Paul Kocialkowski · 9 years ago