1. 49c24a8 board: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · 8 weeks ago
  2. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  3. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  4. 11f8131 board: wandboard: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  5. 1bee07a global: Remove duplicate common.h inclusions by Tom Rini · 11 months ago
  6. b454545 wandboard: use CONFIG_IS_ENABLED(SATA) instead of ifdef CONFIG_SATA by Troy Kisky · 1 year, 9 months ago
  7. 376b88a global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace by Tom Rini · 2 years, 1 month ago
  8. a0f96e3 MAINTAINERS: Use my personal e-mail address by Fabio Estevam · 3 years, 9 months ago
  9. f7c9176 dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO by Igor Opaniuk · 3 years, 10 months ago
  10. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  11. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
  12. 442e60e arm: wandboard: move CONFIG_MXC_UART to defconfig by Heinrich Schuchardt · 4 years, 6 months ago
  13. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  14. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  15. 9758973 common: Drop init.h from common header by Simon Glass · 4 years, 7 months ago
  16. 2dc9c34 common: Drop image.h from common header by Simon Glass · 4 years, 7 months ago
  17. 1e26864 arm: Don't include common.h in header files by Simon Glass · 4 years, 7 months ago
  18. 2a7ecbe wandboard: Print the board version in board_late_init() by Fabio Estevam · 4 years, 7 months ago
  19. e9a3515 wandboard: Do not print error when PMIC is not present by Fabio Estevam · 4 years, 7 months ago
  20. b67d3ad wandboard: Fix version detection for mx6q/mx6dl revD1 by Fabio Estevam · 4 years, 7 months ago
  21. 24390e6 wandboard: Do not print error message when PMIC is absent by Fabio Estevam · 4 years, 11 months ago
  22. 7ca81b8 wandboard: Remove repeated PMIC string by Fabio Estevam · 5 years ago
  23. 2230892 wandboard: Fix the DM_PMIC conversion by Fabio Estevam · 5 years ago
  24. a7b5130 common: Move some board functions out of common.h by Simon Glass · 5 years ago
  25. 8f05a2c imx: wandboard: convert FEC support to DM_ETH by Anatolij Gustschin · 5 years ago
  26. 5e6201b env: Move env_set() to env.h by Simon Glass · 5 years ago
  27. ea57706 Merge tag 'mmc-6-23' of https://github.com/MrVan/u-boot by Tom Rini · 5 years ago
  28. 60c2f89 wandboard: README: Adjust the U-Boot proper binary name by Fabio Estevam · 5 years ago
  29. dc180c7 wandboard: Add FIT image support by Fabio Estevam · 5 years ago
  30. 7334038 Convert to use fsl_esdhc_imx for i.MX platforms by Yangbo Lu · 5 years ago
  31. 95bb89c wandboard: Rework Makefile to prevent spl.o from being built by Ezequiel Garcia · 6 years ago
  32. bcbf1ac wandboard: Don't use I2C speed Kconfig settings with DM_I2C by Trent Piepho · 6 years ago
  33. ad5f237 imx6: wandboard: convert to DM_MMC by Anatolij Gustschin · 6 years ago
  34. 23e5eb7 imx6: wandboard: convert to DM_I2C by Anatolij Gustschin · 6 years ago
  35. a0e9e84 imx6: wandboard: convert to DM_PMIC by Anatolij Gustschin · 6 years ago
  36. f396e2c imx6: wandboard: convert to DM_GPIO and enable pinctrl driver by Anatolij Gustschin · 6 years ago
  37. 55f644c imx6: wandboard: add device tree by Anatolij Gustschin · 6 years ago
  38. f55ef8e wandboard: README: Include the mx6qp variant in the list by Fabio Estevam · 6 years ago
  39. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  40. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  41. f3d98f0 wandboard: remove superfluous include by Heinrich Schuchardt · 7 years ago
  42. 1676ded Revert "wandboard: Remove unnecessary delay" by Fabio Estevam · 7 years ago
  43. a7d4515 wandboard: Remove cpu type check prior to setup_sata() by Fabio Estevam · 7 years ago
  44. a48538c wandboard: Add support for the MX6QP variant by Fabio Estevam · 7 years ago
  45. e40cb55 wandboard: Add support for the latest revd1 revision by Fabio Estevam · 7 years ago
  46. f7c0972 wandboard: Avoid calling setup_display() from SPL code by Fabio Estevam · 7 years ago
  47. c129d9a imx6: drop duplicated bss memset and board_init_r() call by Anatolij Gustschin · 7 years ago
  48. f22b109 imx: imx6: Move gpr_init() function to soc.c by Breno Lima · 7 years ago
  49. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  50. 33731bc imx: reorganize IMX code as other SOCs by Stefano Babic · 7 years ago
  51. a2aa457 wandboard: Remove unnecessary delay by Fabio Estevam · 7 years ago
  52. ab3055a Kconfig: Add CONFIG_SATA to enable SATA by Simon Glass · 7 years ago
  53. 4747d15 arm: imx: wandboard: fix compile error if CONFIG_VIDEO is deactivated by Sven Ebenfeld · 8 years ago
  54. 8930313 wandboard: Make Ethernet functional again by Fabio Estevam · 8 years ago
  55. 07ee80f wandboard: Fix hang when going into low frequency by Fabio Estevam · 8 years ago
  56. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  57. cb3c121 mx6: ddr: Allow changing REFSEL and REFR fields by Fabio Estevam · 8 years ago
  58. 7f2da76 wandboard: Replace is_cpu_type() for macro by Breno Lima · 8 years ago
  59. c82af34 mx6: wandboard: fix warning due to missing prototype by Stefano Babic · 8 years ago
  60. b99d664 wandboard: enable SATA with imx6q by Gilles Chanteperdrix · 8 years ago
  61. 7557405 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
  62. 96ccad0 MAINTAINERS/mailmap: Update my email address by Fabio Estevam · 9 years ago
  63. 9f4c252 wandboard: Simplify the Ethernet PHY configuration by Fabio Estevam · 9 years ago
  64. 17a01a2 mx6: remove SYS_SOC from board Kconfig by Peng Fan · 9 years ago
  65. aec72fb wandboard: Add board revision detection support by Fabio Estevam · 10 years ago
  66. 1fa6486 wandboard: Switch to SPL support by Fabio Estevam · 10 years ago
  67. 522f059 wandboard: Fix error handling in board_mmc_init() by Fabio Estevam · 10 years ago
  68. 3bae15f kconfig: arm: introduce symbol for ARM CPUs by Georges Savoundararadj · 10 years ago
  69. 0d82bad kconfig: remove redundant "string" type in arch and board Kconfigs by Masahiro Yamada · 10 years ago
  70. 9799f26 Add board MAINTAINERS files by Masahiro Yamada · 10 years ago
  71. d3ae678 kconfig: add board Kconfig and defconfig files by Masahiro Yamada · 10 years ago
  72. 1d744d9 wandboard: add Future Eletronics 7" WVGA LCD extension board by Otavio Salvador · 11 years ago
  73. bc331bc Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  74. 4d66313 wandboard: Include <input.h> by Fabio Estevam · 11 years ago
  75. 55e0f19 wandboard: Fix sparse warning by Fabio Estevam · 11 years ago
  76. 4b89169 wandboard: Staticize usdhc1_pads by Fabio Estevam · 11 years ago
  77. 267d8e2 sizes.h - consolidate for all architectures by Alexey Brodkin · 11 years ago
  78. c3cc305 wandboard: Return from cpu_eth_init() directly by Fabio Estevam · 11 years ago
  79. 3d3be0a i.MX6DQ/DLS: replace pad names with their Linux kernel equivalents by Eric Nelson · 11 years ago
  80. 95f32ac wandboard: Return the error when cpu_eth_init() fails by Fabio Estevam · 11 years ago
  81. 7be45ce wandboard: Return the error immediately when ipuv3_fb_init() fails by Fabio Estevam · 11 years ago
  82. ea385ed Merge branch 'iu-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  83. 486ab66 wandboard: README: Include the quad version by Fabio Estevam · 11 years ago
  84. 5d23de5 board: arm: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  85. 3cd07dc Merge git://git.denx.de/u-boot-arm by Stefano Babic · 11 years ago
  86. c1fa130 mx6: Factor out common HDMI setup code by Pardeep Kumar Singla · 11 years ago
  87. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  88. 048a64d Add support for Wandboard Quad by Tapani Utriainen · 11 years ago
  89. 0296f28 wandboard: Enable HDMI splashscreen by Fabio Estevam · 12 years ago
  90. 1aaef14 wandboard: fix typo in README by Luka Perkov · 12 years ago
  91. 2167024 imx: iomux-v3: Include PKE and PUE to pad control pull definitions by Benoît Thébaudeau · 12 years ago
  92. 54b8ce2 wandboard: Add boot selection support by Otavio Salvador · 12 years ago
  93. fe65104 wandboard: Add support for Carrier Board MicroSD card by Otavio Salvador · 12 years ago
  94. 36fda7f wandboard: Add card detection for SOM MicroSD card by Otavio Salvador · 12 years ago
  95. 435998b mx6: Fix get_board_rev() for the mx6 solo case by Fabio Estevam · 12 years ago
  96. e6bf977 mmc: i.MX6: fsl_esdhc: Define maximum bus width supported by a board by Abbas Raza · 12 years ago
  97. 1102740 Add initial support for Wandboard dual lite and solo. by Fabio Estevam · 12 years ago