summaryrefslogtreecommitdiff
path: root/board/wandboard
AgeCommit message (Expand)Author
2020-06-22arm: wandboard: move CONFIG_MXC_UART to defconfigHeinrich Schuchardt
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-05-18arm: Don't include common.h in header filesSimon Glass
2020-04-18wandboard: Print the board version in board_late_init()Fabio Estevam
2020-04-18wandboard: Do not print error when PMIC is not presentFabio Estevam
2020-04-18wandboard: Fix version detection for mx6q/mx6dl revD1Fabio Estevam
2020-01-14wandboard: Do not print error message when PMIC is absentFabio Estevam
2020-01-08wandboard: Remove repeated PMIC stringFabio Estevam
2020-01-08wandboard: Fix the DM_PMIC conversionFabio Estevam
2019-12-02common: Move some board functions out of common.hSimon Glass
2019-10-08imx: wandboard: convert FEC support to DM_ETHAnatolij Gustschin
2019-08-11env: Move env_set() to env.hSimon Glass
2019-07-08Merge tag 'mmc-6-23' of https://github.com/MrVan/u-bootTom Rini
2019-07-04wandboard: README: Adjust the U-Boot proper binary nameFabio Estevam
2019-07-04wandboard: Add FIT image supportFabio Estevam
2019-06-23Convert to use fsl_esdhc_imx for i.MX platformsYangbo Lu
2019-06-11wandboard: Rework Makefile to prevent spl.o from being builtEzequiel Garcia
2019-05-17wandboard: Don't use I2C speed Kconfig settings with DM_I2CTrent Piepho
2019-04-13imx6: wandboard: convert to DM_MMCAnatolij Gustschin
2019-04-13imx6: wandboard: convert to DM_I2CAnatolij Gustschin
2019-04-13imx6: wandboard: convert to DM_PMICAnatolij Gustschin
2019-04-13imx6: wandboard: convert to DM_GPIO and enable pinctrl driverAnatolij Gustschin
2019-04-13imx6: wandboard: add device treeAnatolij Gustschin
2018-09-14wandboard: README: Include the mx6qp variant in the listFabio Estevam
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-03-29wandboard: remove superfluous includeHeinrich Schuchardt
2017-11-20Revert "wandboard: Remove unnecessary delay"Fabio Estevam
2017-10-31wandboard: Remove cpu type check prior to setup_sata()Fabio Estevam
2017-10-31wandboard: Add support for the MX6QP variantFabio Estevam
2017-10-12wandboard: Add support for the latest revd1 revisionFabio Estevam
2017-10-12wandboard: Avoid calling setup_display() from SPL codeFabio Estevam
2017-09-18imx6: drop duplicated bss memset and board_init_r() callAnatolij Gustschin
2017-08-28imx: imx6: Move gpr_init() function to soc.cBreno Lima
2017-08-16env: Rename setenv() to env_set()Simon Glass
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic
2017-07-12wandboard: Remove unnecessary delayFabio Estevam
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass
2016-11-29arm: imx: wandboard: fix compile error if CONFIG_VIDEO is deactivatedSven Ebenfeld
2016-11-06wandboard: Make Ethernet functional againFabio Estevam
2016-10-04wandboard: Fix hang when going into low frequencyFabio Estevam
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-09-06mx6: ddr: Allow changing REFSEL and REFR fieldsFabio Estevam
2016-07-28wandboard: Replace is_cpu_type() for macroBreno Lima
2016-07-28mx6: wandboard: fix warning due to missing prototypeStefano Babic
2016-07-12wandboard: enable SATA with imx6qGilles Chanteperdrix
2016-02-06Use correct spelling of "U-Boot"Bin Meng