aboutsummaryrefslogtreecommitdiff
path: root/board/compulab/cm_fx6
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-13mx6: remove SYS_SOC from board KconfigPeng Fan1-3/+0
2015-09-13arm: mx6: cm-fx6: modify device tree for old revisions of utiliteNikita Kiryanov1-0/+20
2015-09-13compulab: eeprom: select i2c bus when querying for board revNikita Kiryanov1-1/+1
2015-09-02arm: mx6: cm-fx6: print PCB revisionNikita Kiryanov1-0/+7
2015-09-02arm: mx6: cm-fx6: force host mode on usb controllerNikita Kiryanov1-0/+6
2015-08-02arm: mx6: cm-fx6: setup hdmi only on hdmi enableNikita Kiryanov1-6/+3
2015-08-02arm: mx6: cm-fx6: add support for displaytype env varNikita Kiryanov1-1/+4
2015-08-02arm: mx6: cm-fx6: make it possible to not init displayNikita Kiryanov1-24/+48
2015-08-02arm: mx6: cm-fx6: map HDMI to IPU1 DI0 explicitlyNikita Kiryanov1-0/+2
2015-07-10imx: mx6 remove duplicated enable_cspi_clockPeng Fan1-1/+1
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger1-1/+1
2015-02-10Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-8/+87
2015-01-29common: convert compulab splash load code to common codeNikita Kiryanov1-2/+3
2015-01-29arm: mx6: cm-fx6: add splash screen supportNikita Kiryanov1-0/+17
2015-01-29arm: mx6: cm-fx6: add hdmi console supportNikita Kiryanov1-0/+51
2015-01-29arm: mx6: cm-fx6: pass 2nd nic mac addr to LinuxNikita Kiryanov1-7/+16
2015-01-29compulab: eeprom: allow reading mac address from multiple eepromsNikita Kiryanov1-1/+1
2015-01-29arm: mx6: cm-fx6: change dtb node for ethaddrNikita Kiryanov1-2/+3
2015-01-20imx: cm_fx6: Remove reference to gdataSimon Glass1-1/+0
2014-11-26Merge git://git.denx.de/u-boot-fdtTom Rini1-1/+3
2014-11-24arm: mx6: cm_fx6: implement board specific sata stopNikita Kiryanov1-3/+9
2014-11-21fdt: Allow ft_board_setup() to report failureSimon Glass1-1/+3
2014-11-20mx6: Use a common SPL configuration fileFabio Estevam1-8/+0
2014-11-05Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2-4/+5
2014-11-05arm: mx6: cm_fx6: detect 1GB DRAM correctly on soloNikita Kiryanov1-3/+4
2014-11-05arm: mx6: cm_fx6: change issd gpio orderNikita Kiryanov1-1/+1
2014-10-29kconfig: arm: introduce symbol for ARM CPUsGeorges Savoundararadj1-8/+0
2014-10-27Merge branch 'master' of git://git.denx.de/u-boot-imxTom Rini1-0/+1
2014-10-23dm: move platform data headers to include/dm/platform_dataMasahiro Yamada1-1/+1
2014-10-22dm: imx: Move cm_fx6 to use driver model for serial and GPIOSimon Glass1-0/+10
2014-10-22arm: mx6: cm_fx6: use gpio requestNikita Kiryanov1-39/+94