uboot/common
Anton Vorontsov 18e69a35ef 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role
Linux understands "host" (default), "peripheral" and "otg" (broken).
Though, U-Boot doesn't restrict dr_mode variable to these values (think
of renames in future).

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2008-03-25 19:19:39 -05:00
..
ACEX1K.c Improve configuration of FPGA subsystem 2008-01-09 13:34:20 +01:00
Makefile Add setexpr command 2008-03-25 22:16:15 +01:00
altera.c Improve configuration of FPGA subsystem 2008-01-09 13:34:20 +01:00
bedbug.c
circbuf.c
cmd_autoscript.c
cmd_bdinfo.c Merge branch 'master' of git://www.denx.de/git/u-boot-blackfin 2008-02-15 00:06:18 +01:00
cmd_bedbug.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_bmp.c Fix compilation problem in common/cmd_bmp.c 2008-01-12 00:35:48 +01:00
cmd_boot.c
cmd_bootldr.c Blackfin: move bootldr command to common code 2008-03-15 22:13:58 -04:00
cmd_bootm.c Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T 2008-03-26 00:22:39 +01:00
cmd_cache.c
cmd_console.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_cplbinfo.c Blackfin: new cplbinfo command for viewing cplb tables 2008-03-15 22:14:54 -04:00
cmd_date.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_dcr.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_diag.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_display.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_doc.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_dtt.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_eeprom.c
cmd_elf.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_ext2.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_fat.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_fdc.c
cmd_fdos.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_fdt.c Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T 2008-03-26 00:22:39 +01:00
cmd_flash.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_fpga.c Remove bit swapping in Xilinx Spartan bitfile loading 2008-01-09 13:37:40 +01:00
cmd_i2c.c Refactor code for "i2c sdram" command 2008-01-12 20:58:21 +01:00
cmd_ide.c Merge git://www.denx.de/git/u-boot 2007-12-07 01:20:16 +09:00
cmd_immap.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_itest.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_jffs2.c Fix building with CRAMFS but not JFFS2 support 2008-01-09 13:04:37 +01:00
cmd_load.c
cmd_log.c The patch introduces the alternative configuration of the log buffer for the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory), the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ..., PPC440EPX_GPT0_COMP5). 2008-03-18 22:24:48 +01:00
cmd_mac.c FSL: Fix common EEPROM_data structure definition 2008-01-17 12:26:56 -06:00
cmd_mem.c fix copy from ram to dataflash 2008-03-03 21:48:02 +01:00
cmd_mfsl.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_mii.c Remove the obsolete terse version of do_mii() 2008-01-09 21:44:22 +01:00
cmd_misc.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_mmc.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_nand.c cmd_nand : fix compiler warning. 2008-01-13 15:57:48 +01:00
cmd_net.c TFTP: add host ip addr support 2008-02-05 00:41:55 +01:00
cmd_nvedit.c ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected 2008-02-23 20:37:59 +01:00
cmd_onenand.c OneNAND support (take #2) 2007-09-17 08:19:08 +02:00
cmd_otp.c interface to Blackfin on-chip One-Time-Programmable memory 2008-02-04 19:26:57 -05:00
cmd_pci.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_pcmcia.c
cmd_portio.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_reginfo.c Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx 2008-02-15 00:26:52 +01:00
cmd_reiser.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_sata.c
cmd_scsi.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_setexpr.c Add setexpr command 2008-03-25 22:16:15 +01:00
cmd_spi.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_strings.c new command for displaying strings at specified memory locations 2008-02-04 19:26:57 -05:00
cmd_terminal.c add 'terminal program' functionality 2008-01-09 13:26:38 +01:00
cmd_universe.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_usb.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_vfd.c
cmd_ximg.c
command.c
console.c
crc16.c
cyclon2.c Improve configuration of FPGA subsystem 2008-01-09 13:34:20 +01:00
devices.c
dlmalloc.c
dlmalloc.src
docecc.c
env_common.c
env_dataflash.c AT91CAP9 support 2008-02-14 09:37:58 +00:00
env_eeprom.c
env_flash.c Fix compilation error for omap2420h4_config. 2007-08-29 02:01:47 +02:00
env_nand.c fix comments with new drivers organization 2008-01-09 21:48:49 +01:00
env_nowhere.c
env_nvram.c
env_onenand.c Remove warnings re CONFIG_EXTRA_ENV_SETTINGS 2007-11-15 08:58:00 +00:00
environment.c fix building on Blackfin as the assembler supports the .set syntax, not the = syntax, for assigning symbols 2008-02-04 19:26:54 -05:00
exports.c
fdt_support.c 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role 2008-03-25 19:19:39 -05:00
flash.c
fpga.c Improve configuration of FPGA subsystem 2008-01-09 13:34:20 +01:00
ft_build.c
hush.c
kgdb.c common/kgdb.c: fix 'dereferencing type-punned pointer' warning 2008-03-09 10:33:31 +01:00
lcd.c
lists.c
lynxkdi.c
main.c The patch introduces the CRITICAL feature of POST tests. If the test marked as POST_CRITICAL fails then the alternative, post_critical, boot-command is used. If this command is not defined then U-Boot enters into interactive mode. 2008-03-18 22:24:48 +01:00
memsize.c
miiphybb.c
miiphyutil.c common/miiphyutil.c: Cleanup MII_DEBUG and debug() 2008-02-14 22:10:38 +01:00
s_record.c
serial.c ARM: s3c24xx: Multiple serial port support 2008-02-04 23:52:49 +01:00
soft_i2c.c Add MACH_TYPE records for several AT91 boards. 2007-08-14 10:10:52 +01:00
soft_spi.c
spartan2.c Fix MSB check in Xilinx Spartan slave serial mode 2008-01-09 13:37:08 +01:00
spartan3.c Fix MSB check in Xilinx Spartan slave serial mode 2008-01-09 13:37:08 +01:00
usb.c ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platforms 2007-10-31 21:20:49 +01:00
usb_kbd.c Add Ctrl combo key support to usb keyboard driver. 2008-01-09 21:52:23 +01:00
usb_storage.c Fix compiler warnings for PPC systems. Update CHANGELOG. 2007-11-18 16:36:27 +01:00
virtex2.c Improve configuration of FPGA subsystem 2008-01-09 13:34:20 +01:00
xilinx.c Improve configuration of FPGA subsystem 2008-01-09 13:34:20 +01:00
xyzModem.c