summaryrefslogtreecommitdiff
path: root/include/configs/imx8mq_evk.h
AgeCommit message (Expand)AuthorFilesLines
2021-09-07Convert CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG to KconfigTom Rini1-2/+0
2021-09-04i2c: Convert CONFIG_POWER_I2C et al to KconfigSimon Glass1-2/+0
2021-09-04power: Rename CONFIG_POWER to CONFIG_POWER_LEGACYSimon Glass1-1/+1
2021-09-04power: Tidy up #undef of CONFIG_DM_PMICSimon Glass1-6/+0
2021-09-04mmc: Rename MMC_SUPPORT to MMCSimon Glass1-1/+1
2021-09-01Convert CONFIG_SYS_MALLOC_LEN to KconfigTom Rini1-3/+0
2021-09-01Convert CONFIG_SYS_LOAD_ADDR to KconfigTom Rini1-1/+0
2021-09-01global: Convert CONFIG_LOADADDR to CONFIG_SYS_LOADADDRTom Rini1-3/+1
2021-08-30Convert CONFIG_SYS_I2C_MXC et al to KconfigTom Rini1-4/+0
2021-08-30Convert CONFIG_SYS_I2C_SPEED et al to KconfigTom Rini1-3/+0
2021-08-30Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACYTom Rini1-1/+0
2021-07-28i2c: Rename SPL/TPL_I2C_SUPPORT to I2CSimon Glass1-1/+1
2021-07-28i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass1-1/+1
2021-07-28Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISCSimon Glass1-1/+1
2021-07-28Rename GPIO_SUPPORT to GPIOSimon Glass1-1/+1
2021-07-28Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOGSimon Glass1-1/+1
2021-07-28Rename SPL_POWER_SUPPORT to SPL_POWERSimon Glass1-1/+1
2021-01-23imx8mq: configs: add support for distro boot commandsAlice Guo1-63/+12
2020-12-01hush: Remove default CONFIG_SYS_PROMPT_HUSH_PS2 setting from board filesPatrick Delaunay1-1/+0
2020-08-25imx8m: config: convert to bootm_sizeGrygorii Tertychnyi1-3/+1
2020-08-08Convert CONFIG_SYS_MMC_ENV_DEV et al to KconfigTom Rini1-1/+0
2020-08-04Merge tag 'u-boot-imx-20200804' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-0/+2
2020-08-03imx8m: enlarge CONFIG_SYS_BOOTM_LENPeng Fan1-0/+2
2020-07-28Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to KconfigAdam Ford1-1/+0
2020-07-28Convert CONFIG_ENV_OVERWRITE to KconfigAdam Ford1-1/+0
2020-07-17Convert CONFIG_MXC_UART to KconfigTom Rini1-1/+0
2020-06-26Convert CONFIG_BOARD_EARLY_INIT_F et al to KconfigTom Rini1-2/+0
2020-06-26Convert CONFIG_BAUDRATE to KconfigTom Rini1-2/+0
2020-06-05Convert CONFIG_BOARD_LATE_INIT to KconfigTom Rini1-1/+0
2020-06-05Convert CONFIG_CMD_ASKENV et al to KconfigTom Rini1-11/+0
2020-05-25Convert CONFIG_CMD_MMC to KconfigTom Rini1-2/+0
2020-05-19common: Drop linux/stringify.h from common headerSimon Glass1-0/+1
2020-05-08treewide: mem: Move mtest related defines to KconfigAshok Reddy Soma1-4/+0
2020-04-28Convert CONFIG_PHYLIB et al to KconfigTom Rini1-3/+0
2019-12-27imx8m_evk: Remove unneeded earlycon stringFabio Estevam1-1/+1
2019-11-21env: Finish migration of common ENV optionsTom Rini1-2/+0
2019-11-03imx: update i.MX8MQ device treesPatrick Wildt1-1/+1
2019-10-08Kconfig: Migrate CONFIG_CSF_SIZE to KconfigBreno Matheus Lima1-4/+0
2019-10-04Kconfig: Migrate CONFIG_BOOTM_* optionsTom Rini1-1/+0
2019-08-23Convert CONFIG_FSL_USDHC to KconfigAdam Ford1-1/+0
2019-06-23Move CONFIG_FSL_ESDHC to defconfigYangbo Lu1-1/+0
2019-05-18CONFIG_SYS_[DI]CACHE_OFF: convert to KconfigTrevor Woerner1-2/+0
2019-05-04Convert CONFIG_SUPPORT_EMMC_BOOT to KconfigAlex Kiernan1-1/+0
2019-04-30configs: move CONFIG_SPL_TEXT_BASE to KconfigSimon Goldschmidt1-1/+0
2019-04-13configs: move CONFIG_MXC_OCOTP to KconfigMarcel Ziswiler1-1/+0
2019-03-13imx8mq_evk: Move CONFIG_ENV_IS_IN_MMC to KconfigFabio Estevam1-1/+0
2019-01-14imx8mq_evk_defconfig: Move file system options to KconfigFabio Estevam1-6/+0
2019-01-01imx: add i.MX8MQ EVK supportPeng Fan1-0/+252