summaryrefslogtreecommitdiff
path: root/board/compulab/cm_fx6
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-172-3/+3
* common: Drop linux/delay.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
* common: Move RAM-sizing functions to init.hSimon Glass2020-01-171-0/+1
* common: Move clock functions into a new fileSimon Glass2020-01-171-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-233-5/+5
* 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-075-11/+5
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-272-4/+0
* net: Move enetaddr env access code to env config instead of net configAlex Kiernan2018-04-081-0/+1
* Revert "mx6: ddr: Allow changing REFSEL and REFR fields"Maxim Yu. Osipov2018-02-221-2/+0
* 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
* imx6: drop duplicated bss memset and board_init_r() callAnatolij Gustschin2017-09-181-3/+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-123-5/+5
* 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
* mx6: ddr: Allow changing REFSEL and REFR fieldsFabio Estevam2016-09-061-0/+4
* 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: define fallback boot devices for splNikita Kiryanov2015-11-181-9/+10
* 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
* mx6: remove SYS_SOC from board KconfigPeng Fan2015-09-131-3/+0
* 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
* imx: mx6 remove duplicated enable_cspi_clockPeng Fan2015-07-101-1/+1