summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeLines
* common/misc: sparse fixesKim Phillips2012-11-04-56/+64
* common/cmd_*.c: sparse fixesKim Phillips2012-11-04-334/+387
* fs: rename fsload command to loadStephen Warren2012-11-04-6/+6
* fs: fix number base behaviour change in fatload/ext*loadStephen Warren2012-11-04-8/+13
* cmd_ext4: remove TABs from command help textStephen Warren2012-11-04-4/+4
* ide: Correct function signatures for ide_read/write()Simon Glass2012-11-02-18/+9
* ahci: Support 64-bit LBA option when reading capacityGabe Black2012-11-02-26/+66
* scsi: Add function and env var to report number of scsi drivesStefan Reinauer2012-11-02-0/+8
* scsi: Add scsi_write to SCSI driverHung-Te Lin2012-11-02-7/+108
* scsi: Provide support for a list of AHCI controllers.Vadim Bendebury2012-11-02-5/+35
* ZFS: Fix compile warning in cmd_zfs.c (GCC 4.6.4 from ELDK 5.2.1)Stefan Roese2012-11-02-2/+2
* cmd_fdt.c: Use %p when printing pointersTom Rini2012-11-02-3/+3
* ext4: Fix printf() format string errorSimon Glass2012-10-29-1/+1
* fs: add filesystem switch libary, implement ls and fsload commandsStephen Warren2012-10-29-294/+61
* serial: remove calls to serial_assign()Allen Martin2012-10-26-13/+0
* FAT: implement fat_set_blk_dev(), convert cmd_fat.cStephen Warren2012-10-25-4/+4
* Merge branch 'master' of git://git.denx.de/u-boot-fdtTom Rini2012-10-22-15/+217
|\
| * Merge branch 'next'Gerald Van Baren2012-10-22-15/+217
| |\
| | * fdt: Check for a token to skip auto-hash validationJoe Hershberger2012-10-15-0/+41
| | * fdt: Identify scripts in ITBs as printable stringsJoe Hershberger2012-10-15-3/+3
| | * fdt: Add get commands to fdtJoe Hershberger2012-10-15-0/+144
| | * fdt: Limit printed hex in fdt print and list commandsJoe Hershberger2012-10-15-12/+24
| | * fdt: Check error codes returned from fdtlib when loading ITBJoe Hershberger2012-10-15-0/+5
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-mmcTom Rini2012-10-22-0/+93
|\ \ \ | |/ / |/| |
| * | COMMON: Implement common bounce bufferMarek Vasut2012-10-22-0/+93
* | | fs: Add a Coreboot Filesystem (CBFS) driver and commandsGabe Black2012-10-22-0/+215
* | | common: Convert the U-Boot commands to LG-arraysMarek Vasut2012-10-22-11/+14
* | | usb: fallback safely when a configuration descriptor is too largeVincent Palatin2012-10-22-3/+9
* | | usb: Support the CONFIG_SYS_64BIT_LBA optionGabe Black2012-10-22-10/+14
|/ /
* | x86: Change global data baudrate to intSimon Glass2012-10-19-1/+1
* | nds32: Change global data baudrate to intSimon Glass2012-10-19-1/+1
* | mips: Change global data baudrate to intSimon Glass2012-10-19-1/+1
* | blackfin: Change global data baudrate to intSimon Glass2012-10-19-1/+1
* | arm: Change global data baudrate to intSimon Glass2012-10-19-1/+1
* | sparc: Change bi_baudrate and global data baudrate to intSimon Glass2012-10-19-1/+1
* | powerpc: Change bi_baudrate and global data baudrate to intSimon Glass2012-10-19-1/+1
* | openrisc: Change bi_baudrate and global data baudrate to intSimon Glass2012-10-19-1/+1
* | nios2: Change bi_baudrate and global data baudrate to intSimon Glass2012-10-19-1/+1
* | microblaze: Change bi_baudrate and global data baudrate to intSimon Glass2012-10-19-1/+1
* | m68k: Change bi_baudrate and global data baudrate to intSimon Glass2012-10-19-1/+1
* | avr32: Change bi_baudrate and global data baudrate to intSimon Glass2012-10-19-1/+1
* | sh: Change bi_baudrate and global data baudrate to intSimon Glass2012-10-19-1/+1
* | env: cosmetic: Consilidate the default env definitionJoe Hershberger2012-10-19-197/+4
* | Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2012-10-17-4/+66
|\ \
| * | i2c_probe: update for use in scriptingEric Nelson2012-10-16-4/+16
| * | common/i2c: Add i2c write commandYork Sun2012-10-16-0/+50
* | | remove unnecessary includes from cmd_ide.cPavel Herrmann2012-10-17-8/+0
* | | split PCS440EP specific code from cmd_ide.cPavel Herrmann2012-10-17-18/+0
* | | split AU1X00 specific code from cmd_ide.cPavel Herrmann2012-10-17-3/+2
* | | make ide_led() a weak aliasPavel Herrmann2012-10-17-36/+27