aboutsummaryrefslogtreecommitdiff
path: root/include/configs/mx6cuboxi.h
AgeCommit message (Expand)AuthorFilesLines
2017-07-25Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to KconfigSimon Glass1-1/+0
2017-07-14mx6cuboxi: Move CONFIG_CMD_SATA to KconfigFabio Estevam1-1/+0
2017-07-12mx6cuboxi: Use PARTUUID to specify the rootfs locationFabio Berton1-0/+2
2017-07-12mx6cuboxi: Add support for sataPeter Robinson1-0/+12
2017-05-22Convert CONFIG_CMD_HDMIDETECT to KconfigSimon Glass1-1/+0
2017-05-15Kconfig: USB: Migrate existing USB_EHCI_xxx optionsTom Rini1-1/+0
2017-05-15Kconfig: USB: Migrate CONFIG_USB_EHCI_HCD users to KconfigTom Rini1-1/+0
2017-05-15Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCDTom Rini1-1/+1
2017-04-12Set console speed to 115200 on mx6cuboxi.Vagrant Cascadian1-1/+1
2017-01-25Convert CONFIG_BOARD_EARLY_INIT_F to KconfigSimon Glass1-1/+0
2017-01-21config: Move CONFIG_BOARD_LATE_INIT to defconfigsJagan Teki1-1/+0
2016-10-23Convert CONFIG_USB_KEYBOARD to KconfigSimon Glass1-1/+0
2016-10-23Convert CONFIG_VGA_AS_SINGLE_DEVICE to KconfigSimon Glass1-1/+0
2016-10-23Convert CONFIG_CFB_CONSOLE to KconfigSimon Glass1-1/+0
2016-10-23config: Drop CONFIG_CONSOLE_DEVSimon Glass1-2/+2
2016-10-23Convert CONFIG_SYS_CONSOLE_IS_IN_ENV and CONFIG_CONSOLE_MUX to KconfigSimon Glass1-2/+0
2016-10-23Convert CONFIG_VIDEO to KconfigSimon Glass1-1/+0
2016-09-16Convert CONFIG_SPL_MMC_SUPPORT to KconfigSimon Glass1-1/+0
2016-09-16Convert CONFIG_SPL_LIBCOMMON_SUPPORT to KconfigSimon Glass1-1/+0
2016-09-09configs: Migrate CONFIG_USB_STORAGETom Rini1-1/+0
2016-04-25configs: Re-sync with cmd/KconfigTom Rini1-1/+0
2016-04-25configs: Re-sync almost all of cmd/KconfigTom Rini1-3/+0
2015-11-13imx6: fix warnings due to switch to distro environmentStefano Babic1-1/+1
2015-11-12arm: imx: Switch mx6cuboxi to use config_distro_bootcmd.h.Vagrant Cascadian1-64/+24
2015-09-13thermal: imx_thermal: rework driver to be reusedAdrian Alonso1-1/+1
2015-07-10imx6: standardise OCOTP and fuse config to mx6_commonPeter Robinson1-2/+0
2015-06-27mx6cuboxi: drop options that are duplicated in mx6_commonPeter Robinson1-8/+0
2015-06-01net: Move the CMD_NET config to defconfigsJoe Hershberger1-1/+0
2015-06-01Move setexpr to KconfigJoe Hershberger1-1/+0
2015-05-26mx6: standardise CONFIG_CMD_CACHEPeter Robinson1-2/+0
2015-05-26imx6: generic MMC config options to mx6_commonPeter Robinson1-6/+0
2015-05-26imx6: standardise filesystem and boot optionsPeter Robinson1-6/+0
2015-05-26imx6: move generic miscellaneous and overwrite optionsPeter Robinson1-7/+0
2015-05-26imx6: centralise common boot options in mx6_common.hPeter Robinson1-7/+0
2015-05-26imx6: move MXC_GPIO define to mx6_common.hPeter Robinson1-1/+0
2015-05-26imx6: move standard ATAG configs to mx6_common.hPeter Robinson1-4/+0
2015-05-26imx6: move generic imx6 options to mx6_common.hPeter Robinson1-4/+0
2015-05-26imx6: move all standard includes to mx6_common.hPeter Robinson1-7/+0
2015-05-15mx6cuboxi: Skip usb initialization when booting without HDMIFabio Estevam1-4/+12
2015-05-15mx6cuboxi: Allow HDMI and USB keyboard to be stdout/stdinFabio Estevam1-0/+7
2015-05-15mx6cuboxi: Add USB host supportFabio Estevam1-0/+10
2015-05-15mx6cuboxi: Add HDMI output supportFabio Estevam1-1/+17
2015-04-27mx6cuboxi: Load the correct 'fdtfile' variableFabio Estevam1-3/+16
2015-04-27mx6cuboxi: Use more standard namings for fdt variablesFabio Estevam1-6/+6
2015-04-22mx6: Add initial SPL support for HummingBoard-i2eXFabio Estevam1-0/+205