summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2012-11-19Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2012-11-19Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini
2012-11-14cmd_mmc.c: Fix typo, "dislay" -> "display"Robert P. J. Day
2012-11-08common/command.c: revert changes from commit 199adb60Anatolij Gustschin
2012-11-06lcd: Implement RLE8 bitmap decodingTom Wai-Hong Tam
2012-11-06lcd: Fix BMP decode bug that skips the wrong padded rowTom Wai-Hong Tam
2012-11-06lcd: Provide an API to access LCD parametersVadim Bendebury
2012-11-06video: Provide an API to access video parametersStefan Reinauer
2012-11-05Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2012-11-04net/: sparse fixesKim Phillips
2012-11-04common/misc: sparse fixesKim Phillips
2012-11-04common/cmd_*.c: sparse fixesKim Phillips
2012-11-04fs: rename fsload command to loadStephen Warren
2012-11-04fs: fix number base behaviour change in fatload/ext*loadStephen Warren
2012-11-04cmd_ext4: remove TABs from command help textStephen Warren
2012-11-02ide: Correct function signatures for ide_read/write()Simon Glass
2012-11-02ahci: Support 64-bit LBA option when reading capacityGabe Black
2012-11-02scsi: Add function and env var to report number of scsi drivesStefan Reinauer
2012-11-02scsi: Add scsi_write to SCSI driverHung-Te Lin
2012-11-02scsi: Provide support for a list of AHCI controllers.Vadim Bendebury
2012-11-02ZFS: Fix compile warning in cmd_zfs.c (GCC 4.6.4 from ELDK 5.2.1)Stefan Roese
2012-11-02cmd_fdt.c: Use %p when printing pointersTom Rini
2012-10-29ext4: Fix printf() format string errorSimon Glass
2012-10-29fs: add filesystem switch libary, implement ls and fsload commandsStephen Warren
2012-10-29serial: remove calls to serial_assign()Allen Martin
2012-10-29SPL: make jump_to_image_no_args a weak symbolAllen Martin
2012-10-26serial: remove calls to serial_assign()Allen Martin
2012-10-25FAT: implement fat_set_blk_dev(), convert cmd_fat.cStephen Warren
2012-10-23Merge branch 'master' of git://git.denx.de/u-boot-fdtTom Rini
2012-10-23Merge branch 'next'Gerald Van Baren
2012-10-22Merge branch 'master' of git://www.denx.de/git/u-boot-mmcTom Rini
2012-10-22fs: Add a Coreboot Filesystem (CBFS) driver and commandsGabe Black
2012-10-22common: Convert the U-Boot commands to LG-arraysMarek Vasut
2012-10-22COMMON: Implement common bounce bufferMarek Vasut
2012-10-22usb: fallback safely when a configuration descriptor is too largeVincent Palatin
2012-10-22usb: Support the CONFIG_SYS_64BIT_LBA optionGabe Black
2012-10-19x86: Change global data baudrate to intSimon Glass
2012-10-19nds32: Change global data baudrate to intSimon Glass
2012-10-19mips: Change global data baudrate to intSimon Glass
2012-10-19blackfin: Change global data baudrate to intSimon Glass
2012-10-19arm: Change global data baudrate to intSimon Glass
2012-10-19sparc: Change bi_baudrate and global data baudrate to intSimon Glass
2012-10-19powerpc: Change bi_baudrate and global data baudrate to intSimon Glass
2012-10-19openrisc: Change bi_baudrate and global data baudrate to intSimon Glass
2012-10-19nios2: Change bi_baudrate and global data baudrate to intSimon Glass
2012-10-19microblaze: Change bi_baudrate and global data baudrate to intSimon Glass
2012-10-19m68k: Change bi_baudrate and global data baudrate to intSimon Glass
2012-10-19avr32: Change bi_baudrate and global data baudrate to intSimon Glass
2012-10-19sh: Change bi_baudrate and global data baudrate to intSimon Glass
2012-10-19env: cosmetic: Consilidate the default env definitionJoe Hershberger