1. fd90aca toradex: configblock: fix module revision in config block by Denys Drozdov · 3 years, 6 months ago
  2. 35b65dd reset: Remove addr parameter from reset_cpu() by Harald Seiler · 3 years, 10 months ago
  3. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  4. b11f634 Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 9 months ago
  5. 720620e Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 9 months ago
  6. 65e25be dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 3 years, 9 months ago
  7. 20e442a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · 3 years, 9 months ago
  8. f23c706 toradex: hand over maintainership by Igor Opaniuk · 3 years, 9 months ago
  9. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 10 months ago
  10. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 10 months ago
  11. 19ea606 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 3 years, 10 months ago
  12. 89f7d08 colibri-imx8x: add implementation for board_mem_get_layout by Igor Opaniuk · 4 years ago
  13. 5d39967 apalis-imx8x: add implementation for board_mem_get_layout by Igor Opaniuk · 4 years ago
  14. 90311be apalis-imx8: add implementation for board_mem_get_layout by Igor Opaniuk · 4 years ago
  15. a51fdba board: toradex: add apalis-imx8x 2gb wb it v1.1a module support by Igor Opaniuk · 4 years ago
  16. 72a1b9a verdin-imx8mm: automatic ram size detection by Marcel Ziswiler · 4 years ago
  17. 2a1a255 toradex: tdx-cfg-clock: fix i.mx 8m mini interactive by Marcel Ziswiler · 4 years ago
  18. b8eecba verdin-imx8mm: spl: enable pca9450 i2c level translator by Max Krummenacher · 4 years ago
  19. 423ca96 verdin-imx8mm: implement hardware version detection by Max Krummenacher · 4 years ago
  20. 7d43807 verdin-imx8mm: spl: switch to pca9450 pmic by Max Krummenacher · 4 years ago
  21. a5b5ad4 toradex: tdx-cfg-clock: add new i.mx 8m mini/plus skus by Marcel Ziswiler · 4 years ago
  22. 1b56cd8 colibri_t30: disable rs232 serial transceiver forceoff pins by Marcel Ziswiler · 5 years ago
  23. 4ba4bd0 apalis/colibri_t30: avoid uart input from floating pins by Marcel Ziswiler · 5 years ago
  24. a6094e1 colibri_t30: fix spi1 and uart2/3 resp. uartb/c pinmuxing by Marcel Ziswiler · 5 years ago
  25. bfe682e apalis/colibri_t30: add comment about tristate and input vs. output pinmuxing by Marcel Ziswiler · 5 years ago
  26. bf46474 apalis-imx8qm: rename all occurences to apalis-imx8 by Philippe Schenker · 4 years, 1 month ago
  27. 08b6a60 colibri-imx8qxp: rename all occurences to colibri-imx8x by Philippe Schenker · 4 years, 1 month ago
  28. b4c9cd6 colibri_imx7: wrap video specific funcs with ifdefs by Igor Opaniuk · 4 years, 1 month ago
  29. e6fd30d toradex: drop legacy show_boot_logo function and use splashscreen by Igor Opaniuk · 4 years, 1 month ago
  30. 1310660 colibri_imx7: use splashcreen value instead of legacy function by Igor Opaniuk · 4 years, 1 month ago
  31. f37aab9 colibri-imx6ull: use splashcreen value instead of legacy function by Igor Opaniuk · 4 years, 1 month ago
  32. 195011b colibri-imx7: fix splash logo drawing by Igor Opaniuk · 4 years, 3 months ago
  33. 391c712 colibri-imx6ull: show boot logo by Igor Opaniuk · 4 years, 3 months ago
  34. a5de86c ARM: dts: imx7-colibri: multiple node updates by Igor Opaniuk · 4 years, 3 months ago
  35. d324189 toradex: common: show boot logo by Igor Opaniuk · 4 years, 3 months ago
  36. 306ecc8 verdin-imx8mm: add EEPROM support for carrier board by Igor Opaniuk · 4 years, 3 months ago
  37. 717fa2c toradex: tdx-cfg-block: add carrier board info printing by Igor Opaniuk · 4 years, 3 months ago
  38. db4ab6d toradex: tdx-cfg-clock: add migration routine from PID8 by Igor Opaniuk · 4 years, 3 months ago
  39. 0c6b558 toradex: tdx-cfg-block: add support for EEPROM by Igor Opaniuk · 4 years, 3 months ago
  40. 26921f5 toradex: tdx-cfg-block: add carrier boards and display adapters by Igor Opaniuk · 4 years, 3 months ago
  41. c2e9693 toradex: tdx-cfg-block: add EEPROM read/store wrappers by Igor Opaniuk · 4 years, 3 months ago
  42. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 3 months ago
  43. 3c41728 imx8m: Refactor the OPTEE memory removal by Peng Fan · 4 years, 3 months ago
  44. 3450f62 colibri_pxa270: add mmc platform data by Marcel Ziswiler · 5 years ago
  45. c46443d colibri_t20: change maintainer by Igor Opaniuk · 4 years, 6 months ago
  46. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  47. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  48. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  49. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  50. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 5 months ago
  51. 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 5 months ago
  52. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  53. f72e48b board: apalis_imx6: Add KSZ9131 phy skew settings by Philippe Schenker · 4 years, 7 months ago
  54. c4b650b board: verdin-imx8mm: Add KSZ9131 phy skew settings by Philippe Schenker · 4 years, 7 months ago
  55. 22b56f4 verdin-imx8mm: Change board phy skew values for our ksz9031 by Philippe Schenker · 4 years, 7 months ago
  56. b9bb1d0 imx: imx8m*: Remove do_reset from board files by Claudius Heine · 4 years, 7 months ago
  57. d1bbf83 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 6 months ago
  58. f8ae0bc verdin-imx8mm: adjust dram size in case bl32 is used by Igor Opaniuk · 4 years, 6 months ago
  59. a0cd1e1 doc: update reference to README.imx8image by Patrick Delaunay · 4 years, 7 months ago
  60. b09e28f doc: update reference to README.imximage by Patrick Delaunay · 4 years, 7 months ago
  61. 1efb80c colibri_imx6: set gpr1 ENET_CLK_SEL by Igor Opaniuk · 4 years, 6 months ago
  62. e98ea49 toradex: MAINTAINERS: entries for new reST docs by Igor Opaniuk · 4 years, 8 months ago
  63. ad6a3f3 doc: board: colibri-imx8x: convert readme to reST by Igor Opaniuk · 4 years, 8 months ago
  64. 6f04caf doc: board: apalis-imx8: convert readme to reST by Igor Opaniuk · 4 years, 8 months ago
  65. fa14fa7 doc: board: verdin-imx8mm: convert readme to reST by Igor Opaniuk · 4 years, 8 months ago
  66. 4f7d94c board: toradex: verdin-imx8mm: add MAINTAINERS by Igor Opaniuk · 4 years, 8 months ago
  67. 960e469 board: toradex: verdin-imx8mm: add README by Igor Opaniuk · 4 years, 8 months ago
  68. 14d5aef board: toradex: Add Verdin iMX8M Mini support by Igor Opaniuk · 4 years, 8 months ago
  69. c0c3978 toradex: tdx-cfg-block: add Verdin iMX8M Mini/Nano support by Marcel Ziswiler · 4 years, 8 months ago
  70. 842ddf8 toradex: tdx-cfg-block: add Apalis iMX8X support by Marcel Ziswiler · 4 years, 8 months ago
  71. ad647690 Merge tag 'u-boot-imx-20200121' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 8 months ago
  72. 419603c colibri-imx8x: Remove unused function detail_board_ddr_info() by Alifer Moraes · 4 years, 9 months ago
  73. 96159be apalis-imx8: Remove unused function detail_board_ddr_info() by Alifer Moraes · 4 years, 9 months ago
  74. 9b4a205 common: Move RAM-sizing functions to init.h by Simon Glass · 4 years, 9 months ago
  75. 9a3b4ce common: Move reset_cpu() to the CPU header by Simon Glass · 4 years, 9 months ago
  76. d8a3f52 Merge tag 'u-boot-imx-20200107' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 9 months ago
  77. ebabbf1 colibri_imx7: migrate to DM_ETH by Igor Opaniuk · 5 years ago
  78. a781ed2 apalis_imx6: migrate to DM_ETH by Igor Opaniuk · 5 years ago
  79. 431cd76 colibri_imx6: migrate to DM_ETH by Igor Opaniuk · 5 years ago
  80. 2788063 MAINTAINERS: change colibri_imx6/imx6ull/t30/vf maintainers by Igor Opaniuk · 5 years ago
  81. b6ba18f MAINTAINERS: change apalis_imx6/colibri_imx6 maintainers by Igor Opaniuk · 5 years ago
  82. 5a8fa09 Merge branch 'next' by Tom Rini · 4 years, 9 months ago
  83. bfeaea7 colibri_imx6: fix broken fsl_esdhc_imx conversion by Igor Opaniuk · 4 years, 10 months ago
  84. bcee8d6 dm: gpio: Allow control of GPIO uclass in SPL by Simon Glass · 4 years, 10 months ago
  85. addb1d9 Merge tag 'u-boot-atmel-fixes-2020.01-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel by Tom Rini · 4 years, 10 months ago
  86. c671d8a board: colibri_imx7: reserve DDR memory for Cortex-M4 by Igor Opaniuk · 4 years, 10 months ago
  87. 464b50a board: Remove unnecessary inclusion of micrel.h from boards by James Byrne · 4 years, 11 months ago
  88. 5255932 common: Move some board functions out of common.h by Simon Glass · 4 years, 11 months ago
  89. 9edefc2 common: Move some cache and MMU functions out of common.h by Simon Glass · 4 years, 11 months ago
  90. 7d6ca12 ARM: dts: imx6ull-colibri: change hierarchy of DTS files by Igor Opaniuk · 5 years ago
  91. 792b253 colibri_imx7: provide proper node name to pmic_get by Igor Opaniuk · 5 years ago
  92. d714a75 imx: replace CONFIG_SECURE_BOOT with CONFIG_IMX_HAB by Stefano Babic · 5 years ago
  93. 536c564 apalis_imx6: fix broken fsl_esdhc_imx conversion by Ricardo Salveti · 5 years ago
  94. 6f8ef05 apalis_imx6: add board_fit_config_name_match to support FIT in SPL by Ricardo Salveti · 5 years ago
  95. f3998fd env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  96. e7dcf56 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
  97. 7b51b57 env: Move env_get() to env.h by Simon Glass · 5 years ago
  98. 9fb625c env: Move env_set() to env.h by Simon Glass · 5 years ago
  99. 9eef56d env: Move env_get_ulong() to env.h by Simon Glass · 5 years ago
  100. 4c63a60 apalis-tk1: support v1.2 hardware revision by Marcel Ziswiler · 5 years ago