aboutsummaryrefslogtreecommitdiff
path: root/board/solidrun/mx6cuboxi/mx6cuboxi.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-03imx: Use SATA instead of CMD_SATASimon Glass1-1/+1
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-2/+2
2022-11-08mx6cuboxi: migrate to DM_SERIALBaruch Siach1-0/+3
2022-07-25mx6cuboxi: fix board detection while patching device-tree phy nodesJosua Mayer1-1/+12
2022-06-14mx6cuboxi: fixup dtb ethernet phy nodes before booting an OSJosua Mayer1-0/+78
2021-07-15mmc: mmc_get_op_cond: Allow quiet detection of eMMCPali Rohár1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-06-23mx6cuboxi: remove unused codeWalter Lozano1-65/+0
2020-06-23mx6cuboxi: customize board_boot_order to access eMMCWalter Lozano1-0/+48
2020-06-22mx6cuboxi: Convert to DM_ETHFabio Estevam1-117/+17
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-18arm: Don't include common.h in header filesSimon Glass1-0/+1
2020-01-07mx6cuboxi: enable OF_CONTROL with DM_MMC and DM_USBBaruch Siach1-47/+72
2019-12-02common: Move some board functions out of common.hSimon Glass1-0/+1
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-06-23Convert to use fsl_esdhc_imx for i.MX platformsYangbo Lu1-1/+1
2018-07-23mx6cuboxi: Use mmc_get_op_cond() to check for an eMMCJon Nettleton1-1/+14
2018-07-23mx6cuboxi: Add support for eMMC bootingJon Nettleton1-8/+94
2018-06-18mx6cuboxi: fix 4GB ddr memory detectionJon Nettleton1-2/+44
2018-06-18mx6cuboxi: consolidate board detection and add som revision checkingJon Nettleton1-50/+86
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-15mx6cuboxi: Fix some memory configuration errorsJon Nettleton1-2/+1
2017-10-12mx6cuboxi: Avoid calling setup_display() from SPL codeFabio Estevam1-7/+8
2017-09-20detect and setup solidrun hummingboard2Dennis Gilmore1-2/+33
2017-08-28imx: imx6: Move gpr_init() function to soc.cBreno Lima1-11/+0
2017-08-16env: Rename setenv() to env_set()Simon Glass1-4/+4
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic1-3/+3
2017-07-12mx6cuboxi: Add support for sataPeter Robinson1-0/+5
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-09-06mx6: ddr: Allow changing REFSEL and REFR fieldsFabio Estevam1-0/+2
2016-07-28mx6cuboxi: Replace is_mx6q() for macroBreno Lima1-10/+2
2016-04-01usb: Rename ehci-fsl.h to ehci-ci.hMateusz Kulikowski1-1/+1
2016-01-10mx6cuboxi: Remove obsolete commentFabio Estevam1-4/+0
2016-01-10mx6cuboxi: Fix the reset delay for the AR8035 PHYFabio Estevam1-1/+2
2015-09-02imx: mx6: ddr init MMDC according to ddr_typePeng Fan1-0/+1
2015-09-02imx: clock support enet2 anatop clock supportPeng Fan1-1/+1
2015-06-15mx6cuboxi: Fix boot of hummingboard dual-liteFabio Estevam1-2/+2
2015-05-15mx6cuboxi: Pull down PAD_ENET_RXD0/RXD1Fabio Estevam1-0/+2
2015-05-15mx6cuboxi: Fix Ethernet PHY detection problemFabio Estevam1-1/+28
2015-05-15mx6cuboxi: Add USB host supportFabio Estevam1-0/+26
2015-05-15mx6cuboxi: Add HDMI output supportFabio Estevam1-1/+100
2015-04-27mx6cuboxi: Load the correct 'fdtfile' variableFabio Estevam1-0/+25
2015-04-27mx6cuboxi: Differentiate Cubox-i and HummingboardFabio Estevam1-1/+40
2015-04-27mx6cuboxi: Introduce multi-SoC supportFabio Estevam1-9/+125
2015-04-27mx6cuboxi: Prepare for multi SoC supportFabio Estevam1-30/+30
2015-04-22mx6: Add initial SPL support for HummingBoard-i2eXFabio Estevam1-0/+330