aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2012-11-04fs: fix number base behaviour change in fatload/ext*loadStephen Warren4-8/+13
2012-11-04cmd_ext4: remove TABs from command help textStephen Warren1-4/+4
2012-11-02ide: Correct function signatures for ide_read/write()Simon Glass1-18/+9
2012-11-02ahci: Support 64-bit LBA option when reading capacityGabe Black1-26/+66
2012-11-02scsi: Add function and env var to report number of scsi drivesStefan Reinauer1-0/+8
2012-11-02scsi: Add scsi_write to SCSI driverHung-Te Lin1-7/+108
2012-11-02scsi: Provide support for a list of AHCI controllers.Vadim Bendebury1-5/+35
2012-11-02ZFS: Fix compile warning in cmd_zfs.c (GCC 4.6.4 from ELDK 5.2.1)Stefan Roese1-2/+2
2012-11-02cmd_fdt.c: Use %p when printing pointersTom Rini1-3/+3
2012-10-29ext4: Fix printf() format string errorSimon Glass1-1/+1
2012-10-29fs: add filesystem switch libary, implement ls and fsload commandsStephen Warren6-294/+61
2012-10-26serial: remove calls to serial_assign()Allen Martin2-13/+0
2012-10-25FAT: implement fat_set_blk_dev(), convert cmd_fat.cStephen Warren1-4/+4
2012-10-22Merge branch 'master' of git://git.denx.de/u-boot-fdtTom Rini2-15/+217
2012-10-22Merge branch 'next'Gerald Van Baren2-15/+217
2012-10-22Merge branch 'master' of git://www.denx.de/git/u-boot-mmcTom Rini2-0/+93
2012-10-22fs: Add a Coreboot Filesystem (CBFS) driver and commandsGabe Black2-0/+215
2012-10-22common: Convert the U-Boot commands to LG-arraysMarek Vasut2-11/+14
2012-10-22COMMON: Implement common bounce bufferMarek Vasut2-0/+93
2012-10-22usb: fallback safely when a configuration descriptor is too largeVincent Palatin1-3/+9
2012-10-22usb: Support the CONFIG_SYS_64BIT_LBA optionGabe Black1-10/+14
2012-10-19x86: Change global data baudrate to intSimon Glass1-1/+1
2012-10-19nds32: Change global data baudrate to intSimon Glass1-1/+1
2012-10-19mips: Change global data baudrate to intSimon Glass1-1/+1
2012-10-19blackfin: Change global data baudrate to intSimon Glass1-1/+1
2012-10-19arm: Change global data baudrate to intSimon Glass1-1/+1
2012-10-19sparc: Change bi_baudrate and global data baudrate to intSimon Glass1-1/+1
2012-10-19powerpc: Change bi_baudrate and global data baudrate to intSimon Glass1-1/+1
2012-10-19openrisc: Change bi_baudrate and global data baudrate to intSimon Glass1-1/+1
2012-10-19nios2: Change bi_baudrate and global data baudrate to intSimon Glass1-1/+1
2012-10-19microblaze: Change bi_baudrate and global data baudrate to intSimon Glass1-1/+1
2012-10-19m68k: Change bi_baudrate and global data baudrate to intSimon Glass1-1/+1
2012-10-19avr32: Change bi_baudrate and global data baudrate to intSimon Glass1-1/+1
2012-10-19sh: Change bi_baudrate and global data baudrate to intSimon Glass1-1/+1
2012-10-19env: cosmetic: Consilidate the default env definitionJoe Hershberger2-197/+4
2012-10-17Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-4/+66
2012-10-17remove unnecessary includes from cmd_ide.cPavel Herrmann1-8/+0
2012-10-17split PCS440EP specific code from cmd_ide.cPavel Herrmann1-18/+0
2012-10-17split AU1X00 specific code from cmd_ide.cPavel Herrmann1-3/+2
2012-10-17make ide_led() a weak aliasPavel Herrmann1-36/+27
2012-10-17split CPC45 board-specific IDE functions from cmd_ide.cPavel Herrmann1-91/+0
2012-10-17change all versions of input_data() and output_data() to global weak aliasesPavel Herrmann1-20/+37
2012-10-17split IVM power hooks from cmd_ide.cPavel Herrmann1-48/+0
2012-10-17split mpc8xx hooks from cmd_ide.cPavel Herrmann1-183/+7
2012-10-17remove CONFIG_SC3 from cmd_ide.cPavel Herrmann1-7/+0
2012-10-16i2c_probe: update for use in scriptingEric Nelson1-4/+16
2012-10-16common/i2c: Add i2c write commandYork Sun1-0/+50
2012-10-15fdt: Check for a token to skip auto-hash validationJoe Hershberger1-0/+41
2012-10-15fdt: Identify scripts in ITBs as printable stringsJoe Hershberger1-3/+3
2012-10-15fdt: Add get commands to fdtJoe Hershberger1-0/+144