summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2012-12-12console: Enable function to display console infoSimon Glass1-2/+4
2012-12-12Add console command to access io space registersVadim Bendebury2-0/+94
2012-12-12fdt: edid: Enable fdt_add_edid() function when CONFIG_LCD definedTom Wai-Hong Tam1-1/+1
2012-12-12edid: Add I2C command for printing the EDIDTom Wai-Hong Tam1-0/+39
2012-12-12edid: Library of EDID decode and printTom Wai-Hong Tam2-0/+308
2012-12-12Add hash command to perform hashing using various algorithmsSimon Glass2-0/+64
2012-12-12sha1sum: Use generic hash layerSimon Glass1-125/+4
2012-12-12Add generic hash APISimon Glass2-0/+222
2012-12-12stdio: remove useless strncpyVincent Palatin1-1/+0
2012-12-12Fix use of conditional LMBSimon Glass1-1/+1
2012-12-12Add a command to read raw blocks from a partitionKenneth Waters2-0/+82
2012-12-12Add gettime commandAnton Staaf2-0/+57
2012-12-12Add new bootstage step for the main loopSimon Glass1-0/+2
2012-12-12i2c: kerneldoc: Add kerneldoc annotations to cmd_i2c.cMarek Vasut1-15/+179
2012-12-12i2c: Use __weak instead of __attribute__((weak, alias))Marek Vasut1-9/+7
2012-12-07cmd_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-12-01x86: Add CBMEM console driver for corebootVadim Bendebury1-1/+3
2012-11-29fdt: Correct global_data condition in mainSimon Glass1-2/+0
2012-11-28mmc: Fix incorrect handling of 'read' & 'write' commandsTaylor Hutt1-5/+4
2012-11-28common: rework bouncebuf implementationStephen Warren1-34/+41
2012-11-27Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini1-0/+22
2012-11-27nand: 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-20Merge 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-13fdt: Set kernaddr if fdt indicates a kernel is presentSimon Glass1-0/+16
2012-11-13fdt: Add option to default to most compatible conf in a fit imageGabe Black2-0/+138
2012-11-13fdt: Allow device tree to specify secure bootingDoug Anderson1-0/+62
2012-11-13fdt: Tell the FDT library where the device tree isGabe Black1-0/+8
2012-11-13fdt: 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-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