summaryrefslogtreecommitdiff
path: root/board/udoo/udoo.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-08ARM: imx: udoo: convert to DM_ETHPeter Robinson1-73/+2
2021-04-08ARM: imx: udoo: Convert block devices to DMPeter Robinson1-30/+0
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-2/+2
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2019-12-03common: Move some board functions out of common.hSimon Glass1-0/+1
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-06-23Convert to use fsl_esdhc_imx for i.MX platformsYangbo Lu1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-10-31udoo: Remove cpu type check prior to setup_sata()Fabio Estevam1-2/+1
2017-08-16env: Rename setenv() to env_set()Simon Glass1-2/+2
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic1-2/+2
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass1-1/+1
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2015-09-13udoo: Fix the error handling in board_eth_init()Fabio Estevam1-8/+11
2015-09-02udoo: Switch to SPL supportvpeter41-40/+55
2013-12-17udoo: Add SATA support on uDoo Board.Giuseppe Pagano1-0/+4
2013-11-28udoo: Fix watchdog during kernel boot.Giuseppe Pagano1-0/+1
2013-11-28udoo: Add ethernet support (FEC + Micrel KSZ9031).Giuseppe Pagano1-0/+140
2013-11-13i.MX6DQ/DLS: replace pad names with their Linux kernel equivalentsEric Nelson1-10/+10
2013-10-17udoo: Add initial support for mx6q udoo boardFabio Estevam1-0/+110