summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2012-11-19Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2-7/+176
2012-11-19Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini1-1/+1
2012-11-14cmd_mmc.c: Fix typo, "dislay" -> "display"Robert P. J. Day1-1/+1
2012-11-08common/command.c: revert changes from commit 199adb60Anatolij Gustschin1-8/+1
2012-11-07lcd: Implement RLE8 bitmap decodingTom Wai-Hong Tam1-0/+144
2012-11-07lcd: Fix BMP decode bug that skips the wrong padded rowTom Wai-Hong Tam1-4/+4
2012-11-07lcd: Provide an API to access LCD parametersVadim Bendebury1-0/+26
2012-11-07video: Provide an API to access video parametersStefan Reinauer1-3/+2
2012-11-05Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-4/+4
2012-11-04net/: sparse fixesKim Phillips1-0/+1
2012-11-04common/misc: sparse fixesKim Phillips7-56/+64
2012-11-04common/cmd_*.c: sparse fixesKim Phillips32-334/+387
2012-11-04fs: rename fsload command to loadStephen Warren4-6/+6
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-03ide: Correct function signatures for ide_read/write()Simon Glass1-18/+9
2012-11-03ahci: Support 64-bit LBA option when reading capacityGabe Black1-26/+66
2012-11-03scsi: Add function and env var to report number of scsi drivesStefan Reinauer1-0/+8
2012-11-03scsi: Add scsi_write to SCSI driverHung-Te Lin1-7/+108
2012-11-03scsi: Provide support for a list of AHCI controllers.Vadim Bendebury1-5/+35
2012-11-03ZFS: Fix compile warning in cmd_zfs.c (GCC 4.6.4 from ELDK 5.2.1)Stefan Roese1-2/+2
2012-11-03cmd_fdt.c: Use %p when printing pointersTom Rini1-3/+3
2012-10-30ext4: Fix printf() format string errorSimon Glass1-1/+1
2012-10-30fs: add filesystem switch libary, implement ls and fsload commandsStephen Warren6-294/+61
2012-10-29serial: remove calls to serial_assign()Allen Martin2-13/+0
2012-10-29SPL: make jump_to_image_no_args a weak symbolAllen Martin1-4/+4
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-23Merge branch 'master' of git://git.denx.de/u-boot-fdtTom Rini2-15/+217
2012-10-23Merge branch 'next'Gerald Van Baren2-15/+217
2012-10-23Merge 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-20x86: Change global data baudrate to intSimon Glass1-1/+1
2012-10-20nds32: Change global data baudrate to intSimon Glass1-1/+1
2012-10-20mips: Change global data baudrate to intSimon Glass1-1/+1
2012-10-20blackfin: Change global data baudrate to intSimon Glass1-1/+1
2012-10-20arm: Change global data baudrate to intSimon Glass1-1/+1
2012-10-20sparc: Change bi_baudrate and global data baudrate to intSimon Glass1-1/+1
2012-10-20powerpc: Change bi_baudrate and global data baudrate to intSimon Glass1-1/+1
2012-10-20openrisc: Change bi_baudrate and global data baudrate to intSimon Glass1-1/+1
2012-10-20nios2: Change bi_baudrate and global data baudrate to intSimon Glass1-1/+1
2012-10-20microblaze: Change bi_baudrate and global data baudrate to intSimon Glass1-1/+1
2012-10-20m68k: Change bi_baudrate and global data baudrate to intSimon Glass1-1/+1
2012-10-20avr32: Change bi_baudrate and global data baudrate to intSimon Glass1-1/+1
2012-10-20sh: Change bi_baudrate and global data baudrate to intSimon Glass1-1/+1
2012-10-20env: cosmetic: Consilidate the default env definitionJoe Hershberger2-197/+4