summaryrefslogtreecommitdiff
path: root/include/configs/cgtqmx8.h
Commit message (Expand)AuthorAgeFilesLines
* configs: Remove unused or redundant CONFIG symbolsTom Rini2022-12-231-1/+0
* global: Migrate CONFIG_MFG_ENV_SETTINGS to CFGTom Rini2022-12-231-2/+2
* global: Migrate CONFIG_MALLOC_F_ADDR to CFGTom Rini2022-12-231-1/+1
* global: Migrate CONFIG_FEC_MXC_PHYADDR to CFGTom Rini2022-12-231-1/+1
* global: Migrate CONFIG_EXTRA_ENV_SETTINGS to CFGTom Rini2022-12-231-1/+1
* global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2022-12-051-1/+1
* global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini2022-12-051-1/+1
* global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespaceTom Rini2022-11-101-2/+2
* Convert CONFIG_SYS_MONITOR_LEN to KconfigTom Rini2022-11-101-2/+0
* Remove CONFIG_SPL_RAW_IMAGE_ARM_TRUSTED_FIRMWARE and CONFIG_SPL_ABORT_ON_RAW_...Tom Rini2022-06-281-2/+0
* configs: drop CONFIG_SPL_ABORT_ON_RAW_IMAGEPeng Fan2022-06-141-1/+0
* Convert CONFIG_SYS_SPL_MALLOC_SIZE et al to KconfigTom Rini2022-06-061-2/+0
* Convert CONFIG_SPL_BSS_START_ADDR to KconfigTom Rini2022-06-061-1/+0
* Convert CONFIG_SPL_STACK to KconfigTom Rini2022-06-061-1/+0
* Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.hTom Rini2022-06-061-2/+0
* Convert CONFIG_SPL_BSS_MAX_SIZE et al to KconfigTom Rini2022-06-061-1/+0
* Convert CONFIG_SPL_PAD_TO et al to KconfigTom Rini2022-06-061-1/+0
* configs: remove FEC_QUIRK_ENET_MAC from imx8m configsTim Harvey2022-05-201-1/+0
* Merge tag 'u-boot-imx-20220422' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2022-04-221-2/+1
|\
| * configs: drop CONFIG_MMCROOTPeng Fan2022-04-211-2/+1
* | include/configs: drop COUNTER_FREQUENCYPeng Fan2022-04-211-3/+0
|/
* net: fec_mxc: Drop CONFIG_FEC_XCV_TYPETom Rini2022-03-181-1/+0
* Convert CONFIG_REMAKE_ELF to KconfigAlper Nebi Yasak2022-02-091-2/+0
* Remove CONFIG_SYS_MMC_IMG_LOAD_PART from CONFIG namespaceTom Rini2021-12-271-3/+1
* Convert CONFIG_CONS_INDEX et al to KconfigTom Rini2021-12-271-3/+0
* Convert CONFIG_USE_BOOTCOMMAND et al to KconfigTom Rini2021-12-011-12/+0
* Convert CONFIG_ENV_IS_IN_SPI_FLASH et al to KconfigTom Rini2021-11-121-2/+0
* Convert CONFIG_BOARD_EARLY_INIT_F et al to KconfigTom Rini2021-11-051-2/+0
* Convert CONFIG_SPL_DRIVERS_MISC et al to KconfigTom Rini2021-11-051-2/+0
* Convert CONFIG_OF_EMBED to KconfigTom Rini2021-11-051-2/+0
* Convert CONFIG_SUPPORT_EMMC_BOOT to KconfigTom Rini2021-11-051-1/+0
* Convert CONFIG_BAUDRATE to KconfigTom Rini2021-10-011-3/+0
* Convert CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG to KconfigTom Rini2021-09-071-2/+0
* Convert CONFIG_SYS_MALLOC_LEN to KconfigTom Rini2021-08-311-3/+0
* Convert CONFIG_SYS_LOAD_ADDR to KconfigTom Rini2021-08-311-1/+0
* global: Convert CONFIG_LOADADDR to CONFIG_SYS_LOADADDRTom Rini2021-08-311-3/+1
* imx: support for conga-QMX8 boardOliver Graute2021-06-091-0/+181