[U-Boot] [PATCH v4 00/29] Kconfig: Move console options to Kconfig
Simon Glass
sjg at chromium.org
Tue Oct 18 04:12:33 CEST 2016
This series moves a number of console-related CONFIG options to Kconfig.
Those that are not currently used are removed.
A few unused video drivers are also removed and there are a few minor
adjustments to improve the code. But mostly this follows the output of
the moveconfig tool.
It is build-tested to check that everything still works. The series is
available at u-boot-dm/video-working
$ buildman -b video --step 0 -su
boards.cfg is up to date. Nothing to do.
Summary of 2 commits for 1213 boards (32 threads, 1 job per thread)
01: Merge git://www.denx.de/git/u-boot-ppc4xx
blackfin: + cm-bf527 bf609-ezkit bf537-stamp
sparc: + grsim grsim_leon2 gr_cpci_ax2000 gr_xc3s_1500 gr_ep2s60
sandbox: + sandbox_spl
arc: ? nsim_700be nsim_hs38be tb100 axs101 axs103 nsim_700 nsim_hs38
nios2: + 10m50 3c120
microblaze: + microblaze-generic
openrisc: + openrisc-generic
31: Convert CONFIG_SYS_STDIO_DEREGISTER to Kconfig
arc: ? nsim_700be nsim_hs38be tb100 axs101 axs103 nsim_700 nsim_hs38
Changes in v4:
- Rebase to master
Changes in v3:
- Make SYS_CONSOLE_IS_IN_ENV default to y if CONSOLE_MUX is enabled
- Change CONFIG_CFB_CONSOLE to default y if CONFIG_VIDEO
Changes in v2:
- Drop the changes to Kconfig defaults
- Change CONFIG_PRE_CON_BUF_SZ default to 4096
- Change CONFIG_PRE_CON_BUF_SZ to 'int' type
- Drop the depend clause on the CONFIG_PRE_CON_BUF_SZ default
- Move CONFIG_PRE_CON_BUF_ADDR default to common/Kconfig
- Make CONFIG_SYS_CONSOLE_INFO_QUIET the default if !CONFIG_MUX
- Add new patch to convert CONFIG_USB_KEYBOARD to Kconfig
- Make CONFIG_SYS_STDIO_DEREGISTER the default if USB_KEYBOARD
- Drop Kconfig changes
Simon Glass (29):
Remove some merge markers
Convert SILENT_CONSOLE options to Kconfig
Convert CONSOLE_PRE_CONSOLE_BUFFER options to Kconfig
Convert CONFIG_SYS_CONSOLE_IS_IN_ENV et al to Kconfig
config: Drop CONFIG_CONSOLE
config: Drop CONFIG_CONSOLE_DEV
Convert CONFIG_VIDEO to Kconfig
Convert CONFIG_CFB_CONSOLE to Kconfig
Convert CONFIG_CFB_CONSOLE_ANSI to Kconfig
Convert CONFIG_VIDEO_CT69000 to Kconfig
Convert CONFIG_SYS_CONSOLE_BG_COL et al to Kconfig
video: Drop the smiLynxEM driver
video: Drop the imx25lcdc driver
video: Drop the s3c-fb driver
video: Drop the sed13806 driver
Convert CONFIG_VGA_AS_SINGLE_DEVICE to Kconfig
video: Drop CONFIG_VIDEO_HW_CURSOR
Convert CONFIG_VIDEO_SW_CURSOR to Kconfig
video: Drop CONFIG_VIDEO_SW_CURSOR
Convert CONFIG_CONSOLE_EXTRA_INFO to Kconfig
video: Move video_get_info_str() prototype to a header file
video: Drop CONFIG_CONSOLE_INFO_QUIET
Convert CONFIG_LCD to Kconfig
Convert CONFIG_CONSOLE_SCROLL_LINES to Kconfig
Convert CONFIG_SYS_CONSOLE_ENV_OVERWRITE to Kconfig
Convert CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE to Kconfig
Convert CONFIG_SYS_CONSOLE_INFO_QUIET to Kconfig
Convert CONFIG_USB_KEYBOARD to Kconfig
Convert CONFIG_SYS_STDIO_DEREGISTER to Kconfig
README | 131 ----
board/liebherr/lwmon5/lwmon5.c | 1 +
board/mosaixtech/icon/icon.c | 1 +
board/mpl/common/common_util.c | 1 +
board/sunxi/Kconfig | 3 +
board/tqc/tqm5200/tqm5200.c | 1 +
common/Kconfig | 144 ++++
common/console.c | 6 +-
common/stdio.c | 6 +-
common/usb_kbd.c | 2 +-
configs/B4420QDS_NAND_defconfig | 1 +
configs/B4420QDS_SPIFLASH_defconfig | 1 +
configs/B4420QDS_defconfig | 1 +
configs/B4860QDS_NAND_defconfig | 1 +
configs/B4860QDS_SECURE_BOOT_defconfig | 1 +
configs/B4860QDS_SPIFLASH_defconfig | 1 +
configs/B4860QDS_SRIO_PCIE_BOOT_defconfig | 1 +
configs/B4860QDS_defconfig | 1 +
configs/BSC9131RDB_NAND_SYSCLK100_defconfig | 1 +
configs/BSC9131RDB_NAND_defconfig | 1 +
configs/BSC9131RDB_SPIFLASH_SYSCLK100_defconfig | 1 +
configs/BSC9131RDB_SPIFLASH_defconfig | 1 +
configs/BSC9132QDS_NAND_DDRCLK100_SECURE_defconfig | 1 +
configs/BSC9132QDS_NAND_DDRCLK100_defconfig | 1 +
configs/BSC9132QDS_NAND_DDRCLK133_SECURE_defconfig | 1 +
configs/BSC9132QDS_NAND_DDRCLK133_defconfig | 1 +
configs/BSC9132QDS_NOR_DDRCLK100_SECURE_defconfig | 1 +
configs/BSC9132QDS_NOR_DDRCLK100_defconfig | 1 +
configs/BSC9132QDS_NOR_DDRCLK133_SECURE_defconfig | 1 +
configs/BSC9132QDS_NOR_DDRCLK133_defconfig | 1 +
.../BSC9132QDS_SDCARD_DDRCLK100_SECURE_defconfig | 1 +
configs/BSC9132QDS_SDCARD_DDRCLK100_defconfig | 1 +
.../BSC9132QDS_SDCARD_DDRCLK133_SECURE_defconfig | 1 +
configs/BSC9132QDS_SDCARD_DDRCLK133_defconfig | 1 +
.../BSC9132QDS_SPIFLASH_DDRCLK100_SECURE_defconfig | 1 +
configs/BSC9132QDS_SPIFLASH_DDRCLK100_defconfig | 1 +
.../BSC9132QDS_SPIFLASH_DDRCLK133_SECURE_defconfig | 1 +
configs/BSC9132QDS_SPIFLASH_DDRCLK133_defconfig | 1 +
configs/C29XPCIE_NAND_defconfig | 1 +
configs/C29XPCIE_NOR_SECBOOT_defconfig | 1 +
configs/C29XPCIE_SPIFLASH_SECBOOT_defconfig | 1 +
configs/C29XPCIE_SPIFLASH_defconfig | 1 +
configs/C29XPCIE_defconfig | 1 +
configs/Chuwi_V7_CW0825_defconfig | 1 +
configs/Cubietruck_plus_defconfig | 1 +
configs/Cyrus_P5020_defconfig | 2 +
configs/Cyrus_P5040_defconfig | 2 +
configs/MIP405T_defconfig | 6 +
configs/MIP405_defconfig | 7 +
configs/MPC8536DS_36BIT_defconfig | 1 +
configs/MPC8536DS_SDCARD_defconfig | 1 +
configs/MPC8536DS_SPIFLASH_defconfig | 1 +
configs/MPC8536DS_defconfig | 1 +
configs/MPC8544DS_defconfig | 1 +
configs/MPC8572DS_36BIT_defconfig | 1 +
configs/MPC8572DS_defconfig | 1 +
configs/MPC8610HPCD_defconfig | 2 +
configs/MPC8641HPCN_36BIT_defconfig | 2 +
configs/MPC8641HPCN_defconfig | 2 +
configs/MSI_Primo81_defconfig | 1 +
configs/Merrii_A80_Optimus_defconfig | 1 +
configs/MiniFAP_defconfig | 3 +
configs/P1010RDB-PA_36BIT_NAND_SECBOOT_defconfig | 1 +
configs/P1010RDB-PA_36BIT_NAND_defconfig | 1 +
configs/P1010RDB-PA_36BIT_NOR_SECBOOT_defconfig | 1 +
configs/P1010RDB-PA_36BIT_NOR_defconfig | 1 +
configs/P1010RDB-PA_36BIT_SDCARD_defconfig | 1 +
.../P1010RDB-PA_36BIT_SPIFLASH_SECBOOT_defconfig | 1 +
configs/P1010RDB-PA_36BIT_SPIFLASH_defconfig | 1 +
configs/P1010RDB-PA_NAND_SECBOOT_defconfig | 1 +
configs/P1010RDB-PA_NAND_defconfig | 1 +
configs/P1010RDB-PA_NOR_SECBOOT_defconfig | 1 +
configs/P1010RDB-PA_NOR_defconfig | 1 +
configs/P1010RDB-PA_SDCARD_defconfig | 1 +
configs/P1010RDB-PA_SPIFLASH_SECBOOT_defconfig | 1 +
configs/P1010RDB-PA_SPIFLASH_defconfig | 1 +
configs/P1010RDB-PB_36BIT_NAND_SECBOOT_defconfig | 1 +
configs/P1010RDB-PB_36BIT_NAND_defconfig | 1 +
configs/P1010RDB-PB_36BIT_NOR_SECBOOT_defconfig | 1 +
configs/P1010RDB-PB_36BIT_NOR_defconfig | 1 +
configs/P1010RDB-PB_36BIT_SDCARD_defconfig | 1 +
.../P1010RDB-PB_36BIT_SPIFLASH_SECBOOT_defconfig | 1 +
configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig | 1 +
configs/P1010RDB-PB_NAND_SECBOOT_defconfig | 1 +
configs/P1010RDB-PB_NAND_defconfig | 1 +
configs/P1010RDB-PB_NOR_SECBOOT_defconfig | 1 +
configs/P1010RDB-PB_NOR_defconfig | 1 +
configs/P1010RDB-PB_SDCARD_defconfig | 1 +
configs/P1010RDB-PB_SPIFLASH_SECBOOT_defconfig | 1 +
configs/P1010RDB-PB_SPIFLASH_defconfig | 1 +
configs/PATI_defconfig | 1 +
configs/PIP405_defconfig | 7 +
configs/PMC440_defconfig | 1 +
configs/Sinovoip_BPI_M3_defconfig | 1 +
configs/T1023RDB_NAND_defconfig | 1 +
configs/T1023RDB_SDCARD_defconfig | 1 +
configs/T1023RDB_SECURE_BOOT_defconfig | 1 +
configs/T1023RDB_SPIFLASH_defconfig | 1 +
configs/T1023RDB_defconfig | 1 +
configs/T1024QDS_DDR4_SECURE_BOOT_defconfig | 3 +
configs/T1024QDS_DDR4_defconfig | 3 +
configs/T1024QDS_NAND_defconfig | 3 +
configs/T1024QDS_SDCARD_defconfig | 3 +
configs/T1024QDS_SECURE_BOOT_defconfig | 3 +
configs/T1024QDS_SPIFLASH_defconfig | 3 +
configs/T1024QDS_defconfig | 3 +
configs/T1024RDB_NAND_defconfig | 2 +
configs/T1024RDB_SDCARD_defconfig | 2 +
configs/T1024RDB_SECURE_BOOT_defconfig | 2 +
configs/T1024RDB_SPIFLASH_defconfig | 2 +
configs/T1024RDB_defconfig | 2 +
configs/T1040D4RDB_NAND_defconfig | 2 +
configs/T1040D4RDB_SDCARD_defconfig | 2 +
configs/T1040D4RDB_SECURE_BOOT_defconfig | 2 +
configs/T1040D4RDB_SPIFLASH_defconfig | 2 +
configs/T1040D4RDB_defconfig | 2 +
configs/T1040QDS_DDR4_defconfig | 3 +
configs/T1040QDS_SECURE_BOOT_defconfig | 3 +
configs/T1040QDS_defconfig | 3 +
configs/T1040RDB_NAND_defconfig | 2 +
configs/T1040RDB_SDCARD_defconfig | 2 +
configs/T1040RDB_SECURE_BOOT_defconfig | 2 +
configs/T1040RDB_SPIFLASH_defconfig | 2 +
configs/T1040RDB_defconfig | 2 +
configs/T1042D4RDB_NAND_defconfig | 4 +
configs/T1042D4RDB_SDCARD_defconfig | 4 +
configs/T1042D4RDB_SECURE_BOOT_defconfig | 4 +
configs/T1042D4RDB_SPIFLASH_defconfig | 4 +
configs/T1042D4RDB_defconfig | 4 +
configs/T1042RDB_PI_NAND_SECURE_BOOT_defconfig | 4 +
configs/T1042RDB_PI_NAND_defconfig | 4 +
configs/T1042RDB_PI_SDCARD_defconfig | 4 +
configs/T1042RDB_PI_SPIFLASH_defconfig | 4 +
configs/T1042RDB_PI_defconfig | 4 +
configs/T1042RDB_SECURE_BOOT_defconfig | 2 +
configs/T1042RDB_defconfig | 2 +
configs/TQM5200_B_HIGHBOOT_defconfig | 3 +
configs/TQM5200_B_defconfig | 3 +
configs/TQM5200_STK100_defconfig | 3 +
configs/TQM5200_defconfig | 3 +
configs/TQM823L_LCD_defconfig | 3 +-
configs/TTTech_defconfig | 3 +-
configs/VCMA9_defconfig | 1 +
configs/a3m071_defconfig | 1 +
configs/a4m072_defconfig | 1 +
configs/a4m2k_defconfig | 1 +
configs/apalis_t30_defconfig | 1 +
configs/aristainetos2_defconfig | 3 +
configs/aristainetos2b_defconfig | 3 +
configs/aristainetos_defconfig | 3 +
configs/arndale_defconfig | 2 +
configs/at91rm9200ek_defconfig | 1 +
configs/at91rm9200ek_ram_defconfig | 1 +
configs/at91sam9261ek_dataflash_cs0_defconfig | 2 +
configs/at91sam9261ek_dataflash_cs3_defconfig | 2 +
configs/at91sam9261ek_nandflash_defconfig | 2 +
configs/at91sam9263ek_dataflash_cs0_defconfig | 2 +
configs/at91sam9263ek_dataflash_defconfig | 2 +
configs/at91sam9263ek_nandflash_defconfig | 2 +
configs/at91sam9263ek_norflash_boot_defconfig | 2 +
configs/at91sam9263ek_norflash_defconfig | 2 +
configs/at91sam9g10ek_dataflash_cs0_defconfig | 2 +
configs/at91sam9g10ek_dataflash_cs3_defconfig | 2 +
configs/at91sam9g10ek_nandflash_defconfig | 2 +
configs/at91sam9m10g45ek_mmc_defconfig | 2 +
configs/at91sam9m10g45ek_nandflash_defconfig | 2 +
configs/at91sam9n12ek_mmc_defconfig | 2 +
configs/at91sam9n12ek_nandflash_defconfig | 2 +
configs/at91sam9n12ek_spiflash_defconfig | 2 +
configs/at91sam9rlek_dataflash_defconfig | 2 +
configs/at91sam9rlek_mmc_defconfig | 2 +
configs/at91sam9rlek_nandflash_defconfig | 2 +
configs/at91sam9x5ek_dataflash_defconfig | 2 +
configs/at91sam9x5ek_mmc_defconfig | 2 +
configs/at91sam9x5ek_nandflash_defconfig | 2 +
configs/at91sam9x5ek_spiflash_defconfig | 2 +
configs/bayleybay_defconfig | 6 +
configs/bct-brettl2_defconfig | 1 +
configs/beaver_defconfig | 1 +
configs/bf518f-ezbrd_defconfig | 1 +
configs/bf526-ezbrd_defconfig | 1 +
configs/bf527-ad7160-eval_defconfig | 1 +
configs/bf527-ezkit-v2_defconfig | 1 +
configs/bf527-ezkit_defconfig | 1 +
configs/bf527-sdp_defconfig | 1 +
configs/bf533-ezkit_defconfig | 1 +
configs/bf533-stamp_defconfig | 1 +
configs/bf537-pnav_defconfig | 1 +
configs/bf537-stamp_defconfig | 1 +
configs/bf538f-ezkit_defconfig | 1 +
configs/bf548-ezkit_defconfig | 1 +
configs/bf561-acvilon_defconfig | 1 +
configs/bf561-ezkit_defconfig | 1 +
configs/br4_defconfig | 1 +
configs/brppt1_mmc_defconfig | 4 +
configs/brppt1_nand_defconfig | 4 +
configs/brppt1_spi_defconfig | 4 +
configs/brxre1_defconfig | 4 +
configs/cardhu_defconfig | 1 +
configs/cei-tk1-som_defconfig | 1 +
configs/cgtqmx6eval_defconfig | 4 +
configs/charon_defconfig | 3 +
configs/chromebook_jerry_defconfig | 2 +
configs/chromebook_link_defconfig | 6 +
configs/chromebook_samus_defconfig | 3 +
configs/chromebox_panther_defconfig | 6 +
configs/cm-bf527_defconfig | 1 +
configs/cm-bf533_defconfig | 1 +
configs/cm-bf537e_defconfig | 1 +
configs/cm-bf537u_defconfig | 1 +
configs/cm-bf548_defconfig | 2 +
configs/cm-bf561_defconfig | 1 +
configs/cm5200_defconfig | 1 +
configs/cm_fx6_defconfig | 2 +
configs/cm_t3517_defconfig | 2 +
configs/cm_t35_defconfig | 2 +
configs/colibri_imx7_defconfig | 2 +
configs/colibri_t20_defconfig | 1 +
configs/colibri_t30_defconfig | 1 +
...conga-qeval20-qa3-e3845-internal-uart_defconfig | 6 +
configs/conga-qeval20-qa3-e3845_defconfig | 6 +
.../controlcenterd_36BIT_SDCARD_DEVELOP_defconfig | 2 +
configs/controlcenterd_36BIT_SDCARD_defconfig | 2 +
.../controlcenterd_TRAILBLAZER_DEVELOP_defconfig | 1 +
configs/controlcenterd_TRAILBLAZER_defconfig | 1 +
configs/coreboot-x86_defconfig | 5 +
configs/cougarcanyon2_defconfig | 3 +
configs/crownbay_defconfig | 6 +
configs/d2net_v2_defconfig | 1 +
configs/dalmore_defconfig | 1 +
configs/dfi-bt700-q7x-151_defconfig | 6 +
configs/digsy_mtc_RAMBOOT_defconfig | 2 +
configs/digsy_mtc_defconfig | 2 +
configs/digsy_mtc_rev5_RAMBOOT_defconfig | 2 +
configs/digsy_mtc_rev5_defconfig | 2 +
configs/dms-ba16-1g_defconfig | 4 +
configs/dms-ba16_defconfig | 4 +
configs/dns325_defconfig | 1 +
configs/duovero_defconfig | 1 +
configs/e2220-1170_defconfig | 1 +
configs/ea20_defconfig | 4 +
configs/eb_cpu5282_defconfig | 2 +
configs/eb_cpu5282_internal_defconfig | 2 +
configs/efi-x86_defconfig | 3 +
configs/espresso7420_defconfig | 2 +
configs/evb-rk3288_defconfig | 2 +
configs/fennec-rk3288_defconfig | 2 +
configs/firefly-rk3288_defconfig | 2 +
configs/fo300_defconfig | 3 +
configs/galileo_defconfig | 3 +
configs/ge_b450v3_defconfig | 2 +
configs/ge_b650v3_defconfig | 2 +
configs/ge_b850v3_defconfig | 2 +
configs/goflexhome_defconfig | 1 +
configs/gwventana_defconfig | 3 +
configs/h2200_defconfig | 1 +
configs/h8_homlet_v2_defconfig | 1 +
configs/haleakala_defconfig | 1 +
configs/harmony_defconfig | 1 +
configs/ibf-dsp561_defconfig | 1 +
configs/icon_defconfig | 3 +
configs/igep0020_defconfig | 1 +
configs/igep0030_defconfig | 1 +
configs/igep0030_nand_defconfig | 1 +
configs/igep0032_defconfig | 1 +
configs/imx31_phycore_eet_defconfig | 2 +
configs/inetspace_v2_defconfig | 1 +
configs/io64_defconfig | 1 +
configs/ip04_defconfig | 1 +
configs/ipek01_defconfig | 3 +
configs/jetson-tk1_defconfig | 1 +
configs/kc1_defconfig | 1 +
configs/kilauea_defconfig | 1 +
configs/ls1021aqds_ddr4_nor_defconfig | 3 +
configs/ls1021aqds_ddr4_nor_lpuart_defconfig | 3 +
configs/ls1021aqds_nand_defconfig | 3 +
configs/ls1021aqds_nor_SECURE_BOOT_defconfig | 3 +
configs/ls1021aqds_nor_defconfig | 3 +
configs/ls1021aqds_nor_lpuart_defconfig | 3 +
configs/ls1021aqds_qspi_defconfig | 3 +
configs/ls1021aqds_sdcard_ifc_defconfig | 3 +
configs/ls1021aqds_sdcard_qspi_defconfig | 3 +
configs/ls1021atwr_nor_SECURE_BOOT_defconfig | 3 +
configs/ls1021atwr_nor_defconfig | 3 +
configs/ls1021atwr_nor_lpuart_defconfig | 3 +
configs/ls1021atwr_qspi_defconfig | 3 +
.../ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig | 3 +
configs/ls1021atwr_sdcard_ifc_defconfig | 3 +
configs/ls1021atwr_sdcard_qspi_defconfig | 3 +
configs/lschlv2_defconfig | 1 +
configs/lsxhl_defconfig | 1 +
configs/lwmon5_defconfig | 4 +
configs/m28evk_defconfig | 2 +
configs/m53evk_defconfig | 2 +
configs/makalu_defconfig | 1 +
configs/marsboard_defconfig | 3 +
configs/mcx_defconfig | 2 +
configs/microblaze-generic_defconfig | 1 +
configs/miniarm-rk3288_defconfig | 2 +
configs/minnowmax_defconfig | 6 +
configs/mt_ventoux_defconfig | 2 +
configs/mx23evk_defconfig | 2 +
configs/mx28evk_auart_console_defconfig | 2 +
configs/mx28evk_defconfig | 2 +
configs/mx28evk_nand_defconfig | 2 +
configs/mx28evk_spi_defconfig | 2 +
configs/mx51evk_defconfig | 3 +
configs/mx53loco_defconfig | 3 +
configs/mx6cuboxi_defconfig | 3 +
configs/mx6dlsabreauto_defconfig | 3 +
configs/mx6dlsabresd_defconfig | 3 +
configs/mx6qpsabreauto_defconfig | 3 +
configs/mx6qsabreauto_defconfig | 3 +
configs/mx6qsabrelite_defconfig | 4 +
configs/mx6qsabresd_defconfig | 3 +
configs/mx6sabresd_spl_defconfig | 3 +
configs/mx6sxsabresd_defconfig | 2 +
configs/mx6sxsabresd_spl_defconfig | 2 +
configs/mx6ul_14x14_evk_defconfig | 8 +-
configs/mx6ul_9x9_evk_defconfig | 8 +-
configs/mx7dsabresd_defconfig | 2 +
configs/mx7dsabresd_secure_defconfig | 2 +
configs/nanopi_neo_defconfig | 1 +
configs/net2big_v2_defconfig | 1 +
configs/netspace_lite_v2_defconfig | 1 +
configs/netspace_max_v2_defconfig | 1 +
configs/netspace_mini_v2_defconfig | 1 +
configs/netspace_v2_defconfig | 1 +
configs/nitrogen6dl2g_defconfig | 4 +
configs/nitrogen6dl_defconfig | 4 +
configs/nitrogen6q2g_defconfig | 4 +
configs/nitrogen6q_defconfig | 4 +
configs/nitrogen6s1g_defconfig | 4 +
configs/nitrogen6s_defconfig | 4 +
configs/nokia_rx51_defconfig | 3 +
configs/novena_defconfig | 3 +
configs/odroid-xu3_defconfig | 2 +
configs/odroid_defconfig | 1 +
configs/omap3_pandora_defconfig | 1 +
configs/omap3_zoom1_defconfig | 1 +
configs/omap4_panda_defconfig | 1 +
configs/omap4_sdp4430_defconfig | 1 +
configs/orangepi_2_defconfig | 1 +
configs/orangepi_lite_defconfig | 1 +
configs/orangepi_one_defconfig | 1 +
configs/orangepi_pc_defconfig | 1 +
configs/orangepi_pc_plus_defconfig | 1 +
configs/orangepi_plus2e_defconfig | 1 +
configs/orangepi_plus_defconfig | 1 +
configs/origen_defconfig | 1 +
configs/p2371-0000_defconfig | 1 +
configs/p2371-2180_defconfig | 1 +
configs/p2571_defconfig | 1 +
configs/p2771-0000-000_defconfig | 1 +
configs/p2771-0000-500_defconfig | 1 +
configs/paz00_defconfig | 1 +
configs/pdm360ng_defconfig | 2 +
configs/peach-pi_defconfig | 2 +
configs/peach-pit_defconfig | 2 +
configs/picosam9g45_defconfig | 2 +
configs/pine64_plus_defconfig | 1 +
configs/plutux_defconfig | 1 +
configs/pm9261_defconfig | 2 +
configs/pm9263_defconfig | 2 +
configs/popmetal-rk3288_defconfig | 2 +
configs/pr1_defconfig | 1 +
configs/pxm2_defconfig | 4 +
configs/qemu-x86_defconfig | 6 +
configs/qemu-x86_efi_payload32_defconfig | 6 +
configs/qemu-x86_efi_payload64_defconfig | 6 +
configs/rainier_defconfig | 1 +
configs/rainier_ramboot_defconfig | 1 +
configs/riotboard_defconfig | 3 +
configs/rock2_defconfig | 2 +
configs/rpi_2_defconfig | 3 +
configs/rpi_3_32b_defconfig | 3 +
configs/rpi_3_defconfig | 3 +
configs/rpi_defconfig | 3 +
configs/rut_defconfig | 4 +
configs/s5p_goni_defconfig | 1 +
configs/s5pc210_universal_defconfig | 1 +
configs/sama5d3xek_mmc_defconfig | 2 +
configs/sama5d3xek_nandflash_defconfig | 2 +
configs/sama5d3xek_spiflash_defconfig | 2 +
configs/sama5d4ek_mmc_defconfig | 2 +
configs/sama5d4ek_nandflash_defconfig | 2 +
configs/sama5d4ek_spiflash_defconfig | 2 +
configs/sandbox_defconfig | 1 +
configs/sandbox_noblk_defconfig | 1 +
configs/sandbox_spl_defconfig | 1 +
configs/sansa_fuze_plus_defconfig | 2 +
configs/seaboard_defconfig | 2 +
configs/sequoia_defconfig | 1 +
configs/sequoia_ramboot_defconfig | 1 +
configs/smdk2410_defconfig | 1 +
configs/smdk5250_defconfig | 2 +
configs/smdk5420_defconfig | 2 +
configs/sniper_defconfig | 1 +
configs/snow_defconfig | 2 +
configs/socfpga_arria5_defconfig | 3 +
configs/socfpga_cyclone5_defconfig | 3 +
configs/socfpga_de0_nano_soc_defconfig | 3 +
configs/socfpga_is1_defconfig | 3 +
configs/socfpga_mcvevk_defconfig | 3 +
configs/socfpga_sockit_defconfig | 3 +
configs/socfpga_socrates_defconfig | 3 +
configs/socfpga_sr1500_defconfig | 3 +
configs/socfpga_vining_fpga_defconfig | 3 +
configs/socrates_defconfig | 3 +
configs/som-db5800-som-6867_defconfig | 6 +
configs/spring_defconfig | 2 +
configs/tbs2910_defconfig | 6 +
configs/tcm-bf518_defconfig | 1 +
configs/tcm-bf537_defconfig | 1 +
configs/tec-ng_defconfig | 1 +
configs/theadorable-x86-dfi-bt700_defconfig | 6 +
configs/theadorable_debug_defconfig | 3 +
configs/theadorable_defconfig | 3 +
configs/trats2_defconfig | 1 +
configs/trats_defconfig | 1 +
configs/tricorder_defconfig | 1 +
configs/tricorder_flash_defconfig | 1 +
configs/trimslice_defconfig | 1 +
configs/venice2_defconfig | 1 +
configs/ventana_defconfig | 2 +
configs/wandboard_defconfig | 3 +
configs/whistler_defconfig | 1 +
configs/wtk_defconfig | 3 +-
configs/xfi3_defconfig | 2 +
configs/zipitz2_defconfig | 1 +
drivers/net/ax88180.c | 6 +-
drivers/serial/serial-uclass.c | 2 +-
drivers/usb/host/isp116x-hcd.c | 6 +-
drivers/video/Kconfig | 146 ++++
drivers/video/Makefile | 4 -
drivers/video/cfb_console.c | 236 ++----
drivers/video/ct69000.c | 78 --
drivers/video/imx25lcdc.c | 121 ---
drivers/video/s3c-fb.c | 172 -----
drivers/video/sed13806.c | 286 -------
drivers/video/smiLynxEM.c | 835 ---------------------
include/asm-generic/global_data.h | 2 +-
include/configs/10m50_devboard.h | 1 -
include/configs/3c120_devboard.h | 1 -
include/configs/B4860QDS.h | 3 -
include/configs/BSC9131RDB.h | 2 -
include/configs/BSC9132QDS.h | 2 -
include/configs/C29XPCIE.h | 2 -
include/configs/CPCI2DP.h | 2 -
include/configs/CPCI4052.h | 2 +-
include/configs/M52277EVB.h | 1 -
include/configs/M5249EVB.h | 1 -
include/configs/MIP405.h | 12 -
include/configs/MPC8349ITX.h | 6 +-
include/configs/MPC8536DS.h | 4 -
include/configs/MPC8544DS.h | 4 -
include/configs/MPC8572DS.h | 4 -
include/configs/MPC8610HPCD.h | 6 -
include/configs/MPC8641HPCN.h | 6 -
include/configs/MigoR.h | 4 -
include/configs/P1010RDB.h | 2 -
include/configs/P1022DS.h | 8 -
include/configs/PATI.h | 1 -
include/configs/PIP405.h | 12 -
include/configs/PLU405.h | 2 -
include/configs/PMC405DE.h | 1 -
include/configs/PMC440.h | 2 -
include/configs/T102xQDS.h | 6 -
include/configs/T102xRDB.h | 6 -
include/configs/T1040QDS.h | 6 -
include/configs/T104xRDB.h | 9 -
include/configs/TQM5200.h | 7 -
include/configs/UCP1020.h | 4 -
include/configs/VCMA9.h | 2 -
include/configs/VOM405.h | 2 -
include/configs/a3m071.h | 3 -
include/configs/a4m072.h | 1 -
include/configs/ac14xx.h | 5 -
include/configs/advantech_dms-ba16.h | 10 +-
include/configs/am3517_crane.h | 1 -
include/configs/amcc-common.h | 1 -
include/configs/amcore.h | 1 -
include/configs/ap325rxa.h | 3 -
include/configs/ap_sh4a_4a.h | 3 -
include/configs/aria.h | 6 -
include/configs/aristainetos-common.h | 7 +-
include/configs/aristainetos.h | 2 +-
include/configs/aristainetos2.h | 2 +-
include/configs/aristainetos2b.h | 2 +-
include/configs/armadillo-800eva.h | 3 -
include/configs/at91rm9200ek.h | 1 -
include/configs/at91sam9261ek.h | 3 -
include/configs/at91sam9263ek.h | 2 -
include/configs/at91sam9m10g45ek.h | 2 -
include/configs/at91sam9n12ek.h | 2 -
include/configs/at91sam9rlek.h | 2 -
include/configs/at91sam9x5ek.h | 2 -
include/configs/bf527-ezkit.h | 3 -
include/configs/bf533-stamp.h | 1 -
include/configs/bf548-ezkit.h | 1 -
include/configs/bfin_adi_common.h | 1 -
include/configs/brppt1.h | 1 -
include/configs/brxre1.h | 1 -
include/configs/bur_cfg_common.h | 3 -
include/configs/cgtqmx6eval.h | 10 +-
include/configs/chromebook_jerry.h | 1 -
include/configs/chromebook_samus.h | 2 -
include/configs/clearfog.h | 1 -
include/configs/cm-bf548.h | 1 -
include/configs/cm5200.h | 1 -
include/configs/cm_fx6.h | 7 -
include/configs/cm_t35.h | 2 -
include/configs/cm_t3517.h | 2 -
include/configs/colibri_imx7.h | 5 -
include/configs/colibri_pxa270.h | 1 -
include/configs/colibri_t20.h | 1 -
include/configs/controlcenterd.h | 5 -
include/configs/cyrus.h | 4 -
include/configs/db-88f6720.h | 1 -
include/configs/db-88f6820-amc.h | 1 -
include/configs/db-88f6820-gp.h | 1 -
include/configs/db-mv784mp-gp.h | 1 -
include/configs/digsy_mtc.h | 5 -
include/configs/dns325.h | 2 -
include/configs/ea20.h | 6 -
include/configs/eb_cpu5282.h | 2 -
include/configs/ecovec.h | 3 -
include/configs/edminiv2.h | 1 -
include/configs/el6x_common.h | 2 +-
include/configs/embestmx6boards.h | 7 +-
include/configs/evb_rk3288.h | 1 -
include/configs/evb_rk3399.h | 1 -
include/configs/exynos5-common.h | 3 -
include/configs/exynos5-dt-common.h | 1 -
include/configs/exynos7420-common.h | 3 -
include/configs/fennec_rk3288.h | 1 -
include/configs/firefly-rk3288.h | 1 -
include/configs/ge_bx50v3.h | 10 +-
include/configs/goflexhome.h | 2 -
include/configs/gr_ep2s60.h | 1 -
include/configs/gw_ventana.h | 6 -
include/configs/h2200.h | 1 -
include/configs/harmony.h | 1 -
include/configs/hrcon.h | 2 -
include/configs/icon.h | 5 -
include/configs/imx31_phycore.h | 5 -
include/configs/io64.h | 2 -
include/configs/ipek01.h | 6 -
include/configs/kc1.h | 6 -
include/configs/kilauea.h | 2 -
include/configs/km/km_arm.h | 1 -
include/configs/kzm9g.h | 3 -
include/configs/lacie_kw.h | 2 -
include/configs/ls1021aqds.h | 7 -
include/configs/ls1021atwr.h | 7 -
include/configs/lsxl.h | 2 -
include/configs/lwmon5.h | 8 -
include/configs/m28evk.h | 1 -
include/configs/m53evk.h | 4 -
include/configs/ma5d4evk.h | 2 -
include/configs/makalu.h | 2 -
include/configs/maxbcm.h | 1 -
include/configs/mcx.h | 4 -
include/configs/microblaze-generic.h | 2 -
include/configs/miniarm_rk3288.h | 1 -
include/configs/mpc5121ads.h | 4 -
include/configs/ms7722se.h | 3 -
include/configs/mt_ventoux.h | 4 -
include/configs/mv-common.h | 1 -
include/configs/mvebu_db-88f3720.h | 2 -
include/configs/mvebu_db-88f7040.h | 2 -
include/configs/mx23evk.h | 2 -
include/configs/mx28evk.h | 1 -
include/configs/mx51evk.h | 5 -
include/configs/mx53loco.h | 5 -
include/configs/mx6cuboxi.h | 10 +-
include/configs/mx6qsabreauto.h | 2 +-
include/configs/mx6sabre_common.h | 7 +-
include/configs/mx6sabresd.h | 2 +-
include/configs/mx6sxsabresd.h | 5 -
include/configs/mx6ul_14x14_evk.h | 5 -
include/configs/mx7dsabresd.h | 5 -
include/configs/mxs.h | 4 -
include/configs/nitrogen6x.h | 7 -
include/configs/nokia_rx51.h | 5 -
include/configs/novena.h | 7 -
include/configs/o2dnt-common.h | 6 +-
include/configs/odroid.h | 2 -
include/configs/omap3_evm.h | 1 -
include/configs/omap3_igep00x0.h | 1 -
include/configs/omap3_pandora.h | 1 -
include/configs/omap3_zoom1.h | 1 -
include/configs/openrisc-generic.h | 1 -
include/configs/origen.h | 2 -
include/configs/paz00.h | 1 -
include/configs/pcm058.h | 2 +-
include/configs/pdm360ng.h | 4 -
include/configs/peach-pi.h | 1 -
include/configs/picosam9g45.h | 2 -
include/configs/pm9261.h | 2 -
include/configs/pm9263.h | 2 -
include/configs/popmetal_rk3288.h | 1 -
include/configs/pxm2.h | 5 -
include/configs/r0p7734.h | 3 -
include/configs/rcar-gen2-common.h | 3 -
include/configs/rcar-gen3-common.h | 3 -
include/configs/rk3288_common.h | 6 -
include/configs/rock2.h | 1 -
include/configs/rpi.h | 6 -
include/configs/rut.h | 5 -
include/configs/s5p_goni.h | 1 -
include/configs/s5pc210_universal.h | 2 -
include/configs/sama5d2_xplained.h | 2 -
include/configs/sama5d3xek.h | 2 -
include/configs/sama5d4_xplained.h | 2 -
include/configs/sama5d4ek.h | 2 -
include/configs/sandbox.h | 5 -
include/configs/sansa_fuze_plus.h | 2 -
include/configs/seaboard.h | 2 -
include/configs/sequoia.h | 6 -
include/configs/sh7752evb.h | 3 -
include/configs/sh7753evb.h | 3 -
include/configs/sh7757lcr.h | 3 -
include/configs/sh7785lcr.h | 3 -
include/configs/siemens-am33x-common.h | 1 -
include/configs/smdk2410.h | 1 -
include/configs/smdk5250.h | 1 -
include/configs/smdk5420.h | 1 -
include/configs/snapper9g45.h | 2 -
include/configs/sniper.h | 6 -
include/configs/socfpga_common.h | 3 -
include/configs/socfpga_sr1500.h | 1 -
include/configs/socrates.h | 6 -
include/configs/spear-common.h | 1 -
include/configs/strider.h | 2 -
include/configs/sunxi-common.h | 13 -
include/configs/tbs2910.h | 13 -
include/configs/tegra-common.h | 6 -
include/configs/theadorable.h | 4 -
include/configs/ti814x_evm.h | 1 -
include/configs/ti816x_evm.h | 1 -
include/configs/ti_armv7_common.h | 1 -
include/configs/ti_omap4_common.h | 1 -
include/configs/tqma6.h | 2 +-
include/configs/tqma6_mba6.h | 2 +-
include/configs/tqma6_wru4.h | 2 +-
include/configs/trats.h | 2 -
include/configs/trats2.h | 2 -
include/configs/tricorder.h | 2 -
include/configs/vct.h | 1 -
include/configs/ventana.h | 2 -
include/configs/wandboard.h | 5 -
include/configs/x600.h | 1 -
include/configs/x86-common.h | 12 -
include/configs/xfi3.h | 2 -
include/configs/xilinx-ppc.h | 1 -
include/configs/xpress.h | 1 -
include/configs/zc5202.h | 2 +-
include/configs/zc5601.h | 2 +-
include/configs/zipitz2.h | 1 -
include/lcd_console.h | 3 -
include/sed13806.h | 81 --
include/stdio_dev.h | 2 +-
include/video.h | 11 +
include/video_fb.h | 12 -
scripts/config_whitelist.txt | 28 -
666 files changed, 1280 insertions(+), 2598 deletions(-)
delete mode 100644 drivers/video/imx25lcdc.c
delete mode 100644 drivers/video/s3c-fb.c
delete mode 100644 drivers/video/sed13806.c
delete mode 100644 drivers/video/smiLynxEM.c
delete mode 100644 include/sed13806.h
--
2.8.0.rc3.226.g39d4020
More information about the U-Boot
mailing list