summaryrefslogtreecommitdiff
path: root/board/wandboard
AgeCommit message (Expand)AuthorFilesLines
2021-04-08MAINTAINERS: Use my personal e-mail addressFabio Estevam1-1/+1
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk1-2/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-06-22arm: wandboard: move CONFIG_MXC_UART to defconfigHeinrich Schuchardt1-0/+10
2020-05-19common: Drop linux/delay.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-18arm: Don't include common.h in header filesSimon Glass2-0/+2
2020-04-18wandboard: Print the board version in board_late_init()Fabio Estevam1-14/+9
2020-04-18wandboard: Do not print error when PMIC is not presentFabio Estevam1-1/+1
2020-04-18wandboard: Fix version detection for mx6q/mx6dl revD1Fabio Estevam1-2/+2
2020-01-15wandboard: Do not print error message when PMIC is absentFabio Estevam1-1/+1
2020-01-08wandboard: Remove repeated PMIC stringFabio Estevam1-2/+0
2020-01-08wandboard: Fix the DM_PMIC conversionFabio Estevam1-1/+1
2019-12-03common: Move some board functions out of common.hSimon Glass1-0/+1
2019-10-08imx: wandboard: convert FEC support to DM_ETHAnatolij Gustschin1-22/+1
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-07-08Merge tag 'mmc-6-23' of https://github.com/MrVan/u-bootTom Rini1-1/+1
2019-07-04wandboard: README: Adjust the U-Boot proper binary nameFabio Estevam1-1/+1
2019-07-04wandboard: Add FIT image supportFabio Estevam1-0/+18
2019-06-23Convert to use fsl_esdhc_imx for i.MX platformsYangbo Lu1-1/+1
2019-06-11wandboard: Rework Makefile to prevent spl.o from being builtEzequiel Garcia2-4/+2
2019-05-17wandboard: Don't use I2C speed Kconfig settings with DM_I2CTrent Piepho1-5/+14
2019-04-13imx6: wandboard: convert to DM_MMCAnatolij Gustschin2-97/+92
2019-04-13imx6: wandboard: convert to DM_I2CAnatolij Gustschin1-5/+18
2019-04-13imx6: wandboard: convert to DM_PMICAnatolij Gustschin1-16/+22
2019-04-13imx6: wandboard: convert to DM_GPIO and enable pinctrl driverAnatolij Gustschin1-0/+12
2019-04-13imx6: wandboard: add device treeAnatolij Gustschin1-0/+3
2018-09-14wandboard: README: Include the mx6qp variant in the listFabio Estevam1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini3-6/+3
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-03-29wandboard: remove superfluous includeHeinrich Schuchardt1-1/+0
2017-11-20Revert "wandboard: Remove unnecessary delay"Fabio Estevam1-0/+2
2017-10-31wandboard: Remove cpu type check prior to setup_sata()Fabio Estevam1-3/+1
2017-10-31wandboard: Add support for the MX6QP variantFabio Estevam2-4/+127
2017-10-12wandboard: Add support for the latest revd1 revisionFabio Estevam1-5/+103
2017-10-12wandboard: Avoid calling setup_display() from SPL codeFabio Estevam1-3/+2
2017-09-18imx6: drop duplicated bss memset and board_init_r() callAnatolij Gustschin1-6/+0
2017-08-28imx: imx6: Move gpr_init() function to soc.cBreno Lima1-11/+0
2017-08-16env: Rename setenv() to env_set()Simon Glass1-4/+4
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic2-7/+7
2017-07-12wandboard: Remove unnecessary delayFabio Estevam1-2/+0
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass1-1/+1
2016-11-29arm: imx: wandboard: fix compile error if CONFIG_VIDEO is deactivatedSven Ebenfeld1-0/+2
2016-11-06wandboard: Make Ethernet functional againFabio Estevam1-0/+33
2016-10-04wandboard: Fix hang when going into low frequencyFabio Estevam1-3/+3
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-09-06mx6: ddr: Allow changing REFSEL and REFR fieldsFabio Estevam1-0/+6