summaryrefslogtreecommitdiff
path: root/board/toradex/colibri_imx6/colibri_imx6.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-13colibri_imx6: fix RALAT and WALAT valuesStefan Eichenberger1-4/+2
2022-12-06global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-1/+1
2022-11-10global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespaceTom Rini1-1/+1
2022-06-28toradex: apalis/colibri_imx6: Fix CLKO1/CLKO2 outputFrancesco Dolcini1-5/+9
2021-10-19colibri-imx6: use dynamic DDR calibrationFrancesco Dolcini1-0/+22
2021-09-07arm: Disable ATAGs supportTom Rini1-3/+2
2021-08-09board: colibri_imx6: add board_fit_config_name_match to support FIT in SPLMing Liu1-0/+10
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass1-1/+1
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-1/+1
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-2/+2
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
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
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
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-03common: 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-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: disable ri and dcd irq in uartsMax Krummenacher1-1/+8
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 Ziswiler1-48/+2
2019-04-13colibri_imx6: clean-up and migrate gpios to using driver modelMarcel Ziswiler1-75/+134
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 Rini1-2/+1
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
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 Babic1-5/+5
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 Krummenacher1-0/+1130