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