aboutsummaryrefslogtreecommitdiff
path: root/board/compulab/cm_fx6
AgeCommit message (Expand)AuthorFilesLines
2024-08-09board: cm_fx6: convert to DM_I2CAnatolij Gustschin1-1/+2
2024-07-22board: compulab: Remove duplicate newlinesMarek Vasut2-2/+0
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini3-3/+1
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini3-1/+3
2024-05-06board: compulab: Remove <common.h> and add needed includesTom Rini3-3/+1
2023-02-09Correct SPL use of AHCISimon Glass1-1/+1
2022-11-10global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespaceTom Rini1-1/+1
2021-09-07arm: Disable ATAGs supportTom Rini1-0/+2
2021-09-04spi: Rename SPI_SUPPORT to SPISimon Glass1-1/+1
2021-09-04mmc: Rename MMC_SUPPORT to MMCSimon Glass1-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-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-1/+1
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2-3/+3
2020-05-18common: Drop linux/delay.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-01-17common: Move hang() to the same header as panic()Simon Glass1-0/+1
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass1-0/+1
2020-01-17common: Move clock functions into a new fileSimon Glass1-0/+1
2020-01-07board: cm_fx6: Enable DM support for video, fix build errorSuniel Mahesh1-0/+5
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_set() to env.hSimon Glass1-0/+1
2019-06-23Convert to use fsl_esdhc_imx for i.MX platformsYangbo Lu3-5/+5
2018-07-25board: constify struct node_info arrayMasahiro Yamada1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini5-11/+5
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2-4/+0
2018-04-08net: Move enetaddr env access code to env config instead of net configAlex Kiernan1-0/+1
2018-02-22Revert "mx6: ddr: Allow changing REFSEL and REFR fields"Maxim Yu. Osipov1-2/+0
2018-01-12ARM: imx: cm_fx6: export board and soc info to envChristopher Spinrath1-0/+21
2017-12-29ARM: imx: cm_fx6: remove esdhc init code from board fileChristopher Spinrath1-29/+0
2017-12-29ARM: imx: cm_fx6: remove sata init code from board fileChristopher Spinrath1-42/+0
2017-09-18imx6: drop duplicated bss memset and board_init_r() callAnatolij Gustschin1-3/+0
2017-08-18Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini1-0/+80
2017-08-17dm: imx: cm_fx6: Add MMC support for CONFIG_BLKSimon Glass1-0/+11
2017-08-17dm: imx: cm_fx6: Support driver model for SATASimon Glass1-0/+69
2017-08-16env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass1-3/+3
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-2/+2
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass1-1/+1
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic3-5/+5
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass1-1/+3
2016-10-13cmd/fdt: add possibilty to have 'extrasize' on fdt resizeHannes Schmelzer1-1/+1
2016-09-06mx6: ddr: Allow changing REFSEL and REFR fieldsFabio Estevam1-0/+4
2016-09-06ARM: board: cm_fx6: fix mtd partition fixupChristopher Spinrath1-3/+3
2016-07-19ARM: board: cm_fx6: fixup mtd partitions in the fdtChristopher Spinrath1-1/+17
2016-07-12ARM: board: cm-fx6: fix mmc for old revisions of utiliteChristopher Spinrath1-1/+1
2015-11-18arm: mx6: cm-fx6: define fallback boot devices for splNikita Kiryanov1-9/+10
2015-11-16arm: mx6: cm-fx6: add splash locations to cm-fx6Nikita Kiryanov1-0/+18
2015-11-16splash_source: add support for filesystem formatted mmcNikita Kiryanov1-0/+1