summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Expand)AuthorFilesLines
2022-12-06global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-33/+33
2022-12-06Convert CONFIG_SYS_SRIO et al to KconfigTom Rini1-12/+0
2022-12-06global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-1/+1
2022-12-06rtc: Remove unused driversTom Rini1-1/+0
2022-12-06global: Move remaining CONFIG_SYS_NUM_* to CFG_SYS_NUM_*Tom Rini1-2/+2
2022-12-06Convert CONFIG_SYS_NS16550_MEM32 et al to KconfigTom Rini1-7/+0
2022-12-06powerpc: Rename CONFIG_NS16550_MIN_FUNCTIONSTom Rini1-1/+1
2022-12-06global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_*Tom Rini1-5/+5
2022-12-06Convert CONFIG_SYS_NAND_NO_SUBPAGE_WRITE to KconfigTom Rini1-5/+0
2022-12-06Convert CONFIG_SYS_NAND_HW_ECC_OOBFIRST to KconfigTom Rini1-4/+0
2022-11-10global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespaceTom Rini1-4/+4
2022-11-10Convert CONFIG_SYS_NONCACHED_MEMORY to KconfigTom Rini1-19/+0
2022-11-10Convert CONFIG_SYS_MONITOR_LEN to KconfigTom Rini1-6/+0
2022-11-10Convert CONFIG_SYS_LOADS_BAUD_CHANGE et al to KconfigTom Rini1-12/+0
2022-11-10Remove unused symbols CONFIG_SYS_JFFS2_FIRST_BANK et alTom Rini1-8/+0
2022-11-10Convert CONFIG_SYS_I2C_INIT_BOARD to KconfigTom Rini1-11/+0
2022-10-30video: Drop remaining references to CONFIG_LCDSimon Glass1-45/+0
2022-10-30video: Drop CONFIG_LCD_ALIGNMENTSimon Glass1-8/+0
2022-10-30video: lcd: Drop console rotationSimon Glass1-21/+0
2022-09-02Convert CONFIG_SYS_L2_PL310 to KconfigPhilip Oberfichtner1-2/+0
2022-08-12net: Remove smc91111 ethernet driverTom Rini1-14/+0
2022-08-12Convert CONFIG_SYS_FSL_QMAN_V3 et al to KconfigTom Rini1-6/+0
2022-08-12Convert CONFIG_SYS_FSL_PCIE_COMPAT to KconfigTom Rini1-5/+0
2022-08-12Remove CONFIG_SYS_FSL_SCFG_IODSECR1_ADDR et alTom Rini1-15/+0
2022-08-12arc: Move SYS_LITTLE_ENDIAN / SYS_BIG_ENDIAN selection to KconfigTom Rini1-4/+0
2022-08-12Convert CONFIG_SYS_FSL_DDR_MAIN_NUM_CTRLS et al to KconfigTom Rini1-51/+0
2022-08-04Convert CONFIG_SYS_FSL_DDR_INTLV_256B to KconfigTom Rini1-5/+0
2022-08-04Convert CONFIG_SYS_FSL_CCSR_GUR_BE et al to KconfigTom Rini1-6/+0
2022-08-04Convert CONFIG_SYS_FLASH_QUIET_TEST to KconfigTom Rini1-6/+0
2022-08-04Convert CONFIG_SYS_MAX_FLASH_SECT to KconfigTom Rini1-3/+0
2022-08-04Convert CONFIG_SYS_FLASH_ERASE_TOUT et al to KconfigTom Rini1-12/+0
2022-08-04net: Remove CONFIG_SYS_DIRECT_FLASH_TFTPTom Rini1-13/+0
2022-07-29doc: develop: Describe system configurationTom Rini1-21/+0
2022-07-26fpga: Convert SYS_FPGA_PROG_FEEDBACK to KconfigAlexander Dahl1-4/+0
2022-07-26fpga: Convert SYS_FPGA_CHECK_CTRLC to KconfigAlexander Dahl1-3/+0
2022-07-07Convert CONFIG_SYS_BOOTM_LEN to KconfigTom Rini1-6/+0
2022-07-07Convert CONFIG_SYS_BOOT_RAMDISK_HIGH to KconfigTom Rini1-5/+0
2022-07-07Convert CONFIG_SYS_FSL_CPC et al to KconfigTom Rini1-4/+0
2022-07-07arm: Remove PXA architecture supportTom Rini1-7/+0
2022-07-07Convert CONFIG_SYS_83XX_DDR_USES_CS0 to KconfigTom Rini1-4/+0
2022-07-06lcd: Remove legacy CONFIG_FB_ADDR codeTom Rini1-14/+0
2022-07-06Convert CONFIG_SYS_DDR_RAW_TIMING to KconfigTom Rini1-6/+0
2022-07-06Convert CONFIG_SYS_SPD_BUS_NUM to KconfigTom Rini1-5/+0
2022-07-06nxp: Cleanup some emulator related options.Tom Rini1-4/+0
2022-06-29fpga: Remove CONFIG_FPGA_COUNTTom Rini1-4/+0
2022-06-29Convert CONFIG_ENV_MIN_ENTRIES et al to KconfigTom Rini1-8/+0
2022-06-29Convert CONFIG_SYS_MPC85XX_NO_RESETVEC to KconfigTom Rini1-5/+0
2022-06-29Convert CONFIG_LBA48 et al to KconfigTom Rini1-12/+0
2022-06-29Convert CONFIG_USB_EHCI_TXFIFO_THRESH to KconfigTom Rini1-3/+0
2022-06-22cmd: load: add load command for memory mappedRui Miguel Silva1-0/+1