aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2012-12-11Add new bootstage step for the main loopSimon Glass1-0/+2
2012-12-11i2c: kerneldoc: Add kerneldoc annotations to cmd_i2c.cMarek Vasut1-15/+179
2012-12-11i2c: Use __weak instead of __attribute__((weak, alias))Marek Vasut1-9/+7
2012-12-06cmd_led.c: Standardize format of help and usage info.Robert P. J. Day1-3/+3
2012-12-05env: Enable getenv_f() for SPL_BUILDStefan Roese1-0/+3
2012-12-05SPL: Port SPL framework to powerpcStefan Roese1-0/+16
2012-11-30x86: Add CBMEM console driver for corebootVadim Bendebury1-1/+3
2012-11-28fdt: Correct global_data condition in mainSimon Glass1-2/+0
2012-11-27mmc: Fix incorrect handling of 'read' & 'write' commandsTaylor Hutt1-5/+4
2012-11-27common: rework bouncebuf implementationStephen Warren1-34/+41
2012-11-26Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini1-0/+22
2012-11-26nand: Add torture featureBenoît Thébaudeau1-0/+22
2012-11-20Merge branch 'master' of git://git.denx.de/u-boot-fdtTom Rini3-1/+239
2012-11-19Merge branch 'next'Gerald Van Baren3-1/+239
2012-11-20usb: use linux/usb/ch9.h instead of usbdescriptors.hIlya Yanok2-3/+3
2012-11-20USB: add arrow key support to usb_kbdAllen Martin1-0/+13
2012-11-20USB: make usb_kbd obey USB DMA alignment requirementsAllen Martin1-1/+4
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-19lcd: Add CONFIG_CONSOLE_SCROLL_LINES option to speed consoleSimon Glass1-5/+17
2012-11-19lcd: Add support for flushing LCD fb from dcache after updateSimon Glass2-9/+49
2012-11-19lcd: Add CONFIG_LCD_ALIGNMENT to select frame buffer alignmentSimon Glass1-5/+16
2012-11-15Sound: Add command for audio playbackRajeshwari Shinde2-0/+97
2012-11-14cmd_mmc.c: Fix typo, "dislay" -> "display"Robert P. J. Day1-1/+1
2012-11-12fdt: Set kernaddr if fdt indicates a kernel is presentSimon Glass1-0/+16
2012-11-12fdt: Add option to default to most compatible conf in a fit imageGabe Black2-0/+138
2012-11-12fdt: Allow device tree to specify secure bootingDoug Anderson1-0/+62
2012-11-12fdt: Tell the FDT library where the device tree isGabe Black1-0/+8
2012-11-12fdt: Load boot command from device treeChe-Liang Chiou1-1/+15
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-06video: 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-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