summaryrefslogtreecommitdiff
path: root/board/compulab/cm_fx6/cm_fx6.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2021-01-051-1/+1
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-1/+1
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-2/+2
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* board: cm_fx6: Enable DM support for video, fix build errorSuniel Mahesh2020-01-071-0/+5
* common: Move some board functions out of common.hSimon Glass2019-12-021-0/+1
* env: Drop environment.h header file where not neededSimon Glass2019-08-111-1/+0
* env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
* Convert to use fsl_esdhc_imx for i.MX platformsYangbo Lu2019-06-231-2/+2
* board: constify struct node_info arrayMasahiro Yamada2018-07-251-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* net: Move enetaddr env access code to env config instead of net configAlex Kiernan2018-04-081-0/+1
* ARM: imx: cm_fx6: export board and soc info to envChristopher Spinrath2018-01-121-0/+21
* ARM: imx: cm_fx6: remove esdhc init code from board fileChristopher Spinrath2017-12-291-29/+0
* ARM: imx: cm_fx6: remove sata init code from board fileChristopher Spinrath2017-12-291-42/+0
* Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2017-08-181-0/+80
|\
| * dm: imx: cm_fx6: Add MMC support for CONFIG_BLKSimon Glass2017-08-171-0/+11
| * dm: imx: cm_fx6: Support driver model for SATASimon Glass2017-08-171-0/+69
* | env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass2017-08-161-3/+3
* | env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-2/+2
* | env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass2017-08-161-1/+1
|/
* imx: reorganize IMX code as other SOCsStefano Babic2017-07-121-3/+3
* board_f: Drop setup_dram_config() wrapperSimon Glass2017-04-051-1/+3
* cmd/fdt: add possibilty to have 'extrasize' on fdt resizeHannes Schmelzer2016-10-131-1/+1
* ARM: board: cm_fx6: fix mtd partition fixupChristopher Spinrath2016-09-061-3/+3
* ARM: board: cm_fx6: fixup mtd partitions in the fdtChristopher Spinrath2016-07-191-1/+17
* ARM: board: cm-fx6: fix mmc for old revisions of utiliteChristopher Spinrath2016-07-121-1/+1
* arm: mx6: cm-fx6: add splash locations to cm-fx6Nikita Kiryanov2015-11-161-0/+18
* splash_source: add support for filesystem formatted mmcNikita Kiryanov2015-11-161-0/+1
* arm: mx6: cm-fx6: modify device tree for old revisions of utiliteNikita Kiryanov2015-09-131-0/+20
* compulab: eeprom: select i2c bus when querying for board revNikita Kiryanov2015-09-131-1/+1
* arm: mx6: cm-fx6: print PCB revisionNikita Kiryanov2015-09-021-0/+7
* arm: mx6: cm-fx6: force host mode on usb controllerNikita Kiryanov2015-09-021-0/+6
* arm: mx6: cm-fx6: setup hdmi only on hdmi enableNikita Kiryanov2015-08-021-6/+3
* arm: mx6: cm-fx6: add support for displaytype env varNikita Kiryanov2015-08-021-1/+4
* arm: mx6: cm-fx6: make it possible to not init displayNikita Kiryanov2015-08-021-24/+48
* arm: mx6: cm-fx6: map HDMI to IPU1 DI0 explicitlyNikita Kiryanov2015-08-021-0/+2
* net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger2015-04-181-1/+1
* common: convert compulab splash load code to common codeNikita Kiryanov2015-01-291-2/+3
* arm: mx6: cm-fx6: add splash screen supportNikita Kiryanov2015-01-291-0/+17
* arm: mx6: cm-fx6: add hdmi console supportNikita Kiryanov2015-01-291-0/+51
* arm: mx6: cm-fx6: pass 2nd nic mac addr to LinuxNikita Kiryanov2015-01-291-7/+16
* compulab: eeprom: allow reading mac address from multiple eepromsNikita Kiryanov2015-01-291-1/+1
* arm: mx6: cm-fx6: change dtb node for ethaddrNikita Kiryanov2015-01-291-2/+3
* Merge git://git.denx.de/u-boot-fdtTom Rini2014-11-261-1/+3
|\
| * fdt: Allow ft_board_setup() to report failureSimon Glass2014-11-211-1/+3
* | arm: mx6: cm_fx6: implement board specific sata stopNikita Kiryanov2014-11-241-3/+9
|/