aboutsummaryrefslogtreecommitdiff
path: root/board/toradex/colibri_imx6
AgeCommit message (Expand)AuthorFilesLines
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-2/+2
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass2-0/+2
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass2-6/+8
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-04-07colibri_imx6: set gpr1 ENET_CLK_SELIgor Opaniuk1-0/+3
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass1-0/+1
2020-01-07colibri_imx6: migrate to DM_ETHIgor Opaniuk1-55/+4
2020-01-07MAINTAINERS: change apalis_imx6/colibri_imx6 maintainersIgor Opaniuk1-1/+1
2019-12-27colibri_imx6: fix broken fsl_esdhc_imx conversionIgor Opaniuk1-2/+2
2019-12-03board: Remove unnecessary inclusion of micrel.h from boardsJames Byrne1-1/+0
2019-12-02common: Move some board functions out of common.hSimon Glass1-0/+1
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move env_get_ulong() to env.hSimon Glass1-0/+1
2019-06-23Convert to use fsl_esdhc_imx for i.MX platformsYangbo Lu1-3/+3
2019-04-13board: colibri_imx6: check for and report ecc errors in fusesGerard Salvatella2-2/+108
2019-04-13colibri_imx6: added nreset gpio on rebootGerard Salvatella1-0/+24
2019-04-13colibri_imx6: use SDP if USB serial downloader has been usedStefan Agner1-1/+9
2019-04-13toradex: colibri_imx6: overwrite CMA memory set in device treeBhuvanchandra DV1-1/+13
2019-04-13colibri_imx6: revert fuse value set in mfgr_fuseMax Krummenacher1-1/+1
2019-04-13colibri_imx6: change pmic fusing according to hw 1.1 requirementsMax Krummenacher1-7/+9
2019-04-13colibri imx6: disable ri and dcd irq in uartsMax Krummenacher1-1/+8
2019-04-13colibri imx6: pf0100: reorder and cleanup message printingMax Krummenacher1-41/+41
2019-04-13colibri_imx6: unify sd/mmc drive strenght with linux kernel settingsMax Krummenacher1-10/+14
2019-04-13colibri_imx6: print also 64-bit ITMax Krummenacher1-0/+1
2019-04-13colibri_imx6: drop CONFIG_OF_SYSTEM_SETUPMax Krummenacher1-7/+0
2019-04-13colibri_imx6: migrate usb to using driver modelMarcel Ziswiler1-22/+1
2019-04-13colibri_imx6: migrate mmc to using driver modelMarcel Ziswiler1-34/+4
2019-04-13colibri_imx6: migrate i2c to using driver modelMarcel Ziswiler2-73/+31
2019-04-13colibri_imx6: clean-up and migrate gpios to using driver modelMarcel Ziswiler1-75/+134
2019-04-13colibri_imx6: migrate to using device treeMarcel Ziswiler1-0/+2
2019-04-13colibri_imx6: get rid of obsolete nospl configurationsMarcel Ziswiler6-292/+0
2019-02-20board: toradex: turn off lcd backlight before OS handoverGerard Salvatella1-0/+9
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini10-20/+10
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2018-01-12toradex: imx6: Rework PF0100 fuse programming commands to not be in SPLTom Rini2-6/+5
2017-10-12imx: Include <input.h> header fileDiego Dorta1-0/+1
2017-10-12colibri_imx6: Avoid calling setup_display() from SPL codeFabio Estevam1-3/+4
2017-09-20toradex: imx6: Move g_dnl_bind_fixup() into common SPL codeFabio Estevam1-13/+0
2017-08-28imx: imx6: Move gpr_init() function to soc.cBreno Lima1-11/+0
2017-08-23apalis/colibri_imx6: use independent USB PID for SPLStefan Agner1-0/+13
2017-08-16env: Rename setenv() to env_set()Simon Glass1-1/+1
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic2-6/+6
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass1-1/+1
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass1-0/+1
2016-12-16arm: imx: initial support for colibri imx6Max Krummenacher13-0/+2037