Move console definitions into a new console.h file
authorSimon Glass <sjg@chromium.org>
Mon, 9 Nov 2015 06:47:45 +0000 (23:47 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 20 Nov 2015 03:27:50 +0000 (20:27 -0700)
commit24b852a7a2b8eca71789100983bdb5104cc00696
treeaf9a9ed81d30180f9a9286ed504895c216e80229
parent3884c98c32cd5fb5b5b42185d5d0575659434bbf
Move console definitions into a new console.h file

The console includes a global variable and several functions that are only
used by a small subset of U-Boot files. Before adding more functions, move
the definitions into their own header file.

Signed-off-by: Simon Glass <sjg@chromium.org>
100 files changed:
arch/blackfin/lib/cmd_cache_dump.c
arch/powerpc/cpu/mpc8260/ether_fcc.c
arch/powerpc/cpu/mpc8260/i2c.c
arch/powerpc/cpu/mpc8xx/i2c.c
arch/sh/lib/board.c
arch/sparc/lib/board.c
board/Arcturus/ucp1020/spl.c
board/amcc/yucca/cmd_yucca.c
board/astro/mcf5373l/fpga.c
board/cobra5272/flash.c
board/esd/common/cmd_loadpci.c
board/esd/cpci405/cpci405.c
board/esd/pmc405de/pmc405de.c
board/esd/pmc440/cmd_pmc440.c
board/esd/pmc440/pmc440.c
board/esd/vme8349/caddy.c
board/freescale/b4860qds/spl.c
board/freescale/c29xpcie/spl.c
board/freescale/mpc8569mds/mpc8569mds.c
board/freescale/p1010rdb/spl.c
board/freescale/p1022ds/spl.c
board/freescale/p1_p2_rdb_pc/spl.c
board/freescale/t102xqds/spl.c
board/freescale/t102xrdb/spl.c
board/freescale/t104xrdb/spl.c
board/freescale/t208xqds/spl.c
board/freescale/t208xrdb/spl.c
board/freescale/t4qds/spl.c
board/freescale/t4rdb/spl.c
board/gdsys/common/cmd_ioloop.c
board/inka4x0/inkadiag.c
board/lwmon5/kbd.c
board/mpl/common/kbd.c
board/mpl/pati/pati.c
board/renesas/sh7785lcr/selfcheck.c
board/tqc/tqm5200/cmd_stk52xx.c
board/tqc/tqm5200/tqm5200.c
board/xes/xpedite1000/xpedite1000.c
common/autoboot.c
common/board_f.c
common/board_r.c
common/cli.c
common/cli_hush.c
common/cli_simple.c
common/cmd_armflash.c
common/cmd_bedbug.c
common/cmd_dcr.c
common/cmd_dfu.c
common/cmd_fastboot.c
common/cmd_fpgad.c
common/cmd_fuse.c
common/cmd_i2c.c
common/cmd_load.c
common/cmd_mem.c
common/cmd_misc.c
common/cmd_mmc.c
common/cmd_nand.c
common/cmd_nvedit.c
common/cmd_otp.c
common/cmd_pci.c
common/cmd_usb.c
common/cmd_usb_mass_storage.c
common/command.c
common/console.c
common/iomux.c
common/main.c
common/usb_kbd.c
drivers/block/fsl_sata.c
drivers/fpga/ACEX1K.c
drivers/fpga/virtex2.c
drivers/fpga/zynqpl.c
drivers/i2c/adi_i2c.c
drivers/input/input.c
drivers/input/keyboard.c
drivers/misc/cbmem_console.c
drivers/mtd/cfi_flash.c
drivers/mtd/nand/bfin_nand.c
drivers/net/e1000_spi.c
drivers/net/keystone_net.c
drivers/net/phy/phy.c
drivers/net/vsc7385.c
drivers/power/battery/bat_trats.c
drivers/spi/bfin_spi.c
drivers/spi/bfin_spi6xx.c
drivers/spi/sh_qspi.c
drivers/spi/sh_spi.c
drivers/usb/gadget/ether.c
drivers/usb/gadget/f_mass_storage.c
drivers/usb/gadget/f_thor.c
drivers/usb/host/r8a66597-hcd.c
drivers/usb/musb-new/musb_uboot.c
examples/standalone/mem_to_mem_idma2intr.c
examples/standalone/smc911x_eeprom.c
include/common.h
include/console.h [new file with mode: 0644]
lib/display_options.c
lib/gunzip.c
net/net.c
test/dm/test-main.c
test/dm/usb.c