aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-27doc: Fix some typos in different filesThomas Weber17-26/+26
2012-03-27disk/part.c: Fix device enumeration through APITim Kientzle1-0/+3
2012-03-27mkenvimage: Really set the redundant byte when applicableDavid Wagner1-1/+3
2012-03-27mkenvimage: Don't try to detect comments in the input fileDavid Wagner1-8/+0
2012-03-27mkenvimage: Use mmap() when reading from a regular fileDavid Wagner1-6/+19
2012-03-27mkenvimage: Read/Write from/to stdin/out by default or if the filename is "-"David Wagner1-13/+13
2012-03-27mkenvimage: More error handlingDavid Wagner1-2/+29
2012-03-27mkenvimage: Correct an include and add a missing oneDavid Wagner1-1/+2
2012-03-27mkenvimage: correct and clarify comments and error messagesDavid Wagner1-25/+14
2012-03-26MAKEALL: display SPL size if presentScott Wood1-2/+6
2012-03-26ARMV7/Vexpress: add missing get_ticks() and get_tbclk()Liming Wang1-0/+10
2012-03-26mkenvimage: fix usage messageWolfgang Denk1-1/+1
2012-03-26cmd_fat: add FAT write commandDonggeun Kim2-2/+63
2012-03-26fs/fat/fat_write.c: Fix GCC 4.6 warningsAnatolij Gustschin1-9/+1
2012-03-24FAT write: Fix compile errorsDonggeun Kim1-12/+8
2012-03-23Merge branch 'master' of git://git.denx.de/u-boot-cfi-flashWolfgang Denk1-2/+2
2012-03-23Merge branch 'master' of git://git.denx.de/u-boot-nds32Wolfgang Denk3-4/+22
2012-03-23Revert "Add board_pre_console_putc to deal with early console output"Simon Glass3-33/+1
2012-03-21cfi: fix the incomplete erased status check in buffer writeTao Hou1-2/+2
2012-03-19ETX094: adjust linker script due to grown code sizeWolfgang Denk1-1/+0
2012-03-19nds32/n1213: correct vector table in start.SMacpaul Lin1-3/+19
2012-03-19nds32: fix ptrace and interrupt register overflowMacpaul Lin2-1/+3
2012-03-19Armada100: gplugD: Add FAT & EXT2 command supportAjay Bhargav1-0/+2
2012-03-19Armada100: gplugD: Add USB command supportAjay Bhargav1-0/+12
2012-03-19USB: Armada100: EHCI Driver for Armada100 SOCsAjay Bhargav3-0/+66
2012-03-19USB: Armada100: Add UTMI PHY interface driverAjay Bhargav3-0/+183
2012-03-19git-mailrc: change usb maintainer to MarekMike Frysinger1-1/+1
2012-03-19usb:udc:samsung:fix Remove the req_config flagƁukasz Majewski2-14/+6
2012-03-19USB:gadget:designware Fix memory nonalignment issueShiraz Hashim1-1/+11
2012-03-19USB:gadget:designware Make locally used functions staticAmit Virdi1-3/+3
2012-03-19USB:gadget:designware Support high speedVipin KUMAR2-0/+11
2012-03-19USB:gadget:designware Device controller bugfixesVipin KUMAR1-21/+38
2012-03-19USB:gadget:designware USB device controller (UDC) implementationVipin KUMAR5-36/+37
2012-03-19usb: replace wait_ms() with mdelay()Mike Frysinger18-110/+93
2012-03-19usb: musb: fix printf warningMike Frysinger1-1/+1
2012-03-18bootstage: arm: Add bootstage calls in board and bootmSimon Glass2-0/+7
2012-03-18bootstage: Plumb in bootstage calls for basic operationsSimon Glass5-1/+14
2012-03-18bootstage: Implement core microsecond boot time measurementSimon Glass4-0/+227
2012-03-18bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass22-146/+166
2012-03-18bootstage: Define an optional microsecond timerSimon Glass2-0/+24
2012-03-18bootstage: Convert FIT progress numbers to enumsSimon Glass3-38/+80
2012-03-18bootstage: Convert net progress numbers to enumsSimon Glass7-26/+38
2012-03-18bootstage: Convert NAND progress numbers to enumsSimon Glass2-17/+32
2012-03-18bootstage: Convert IDE progress numbers to enumsSimon Glass2-23/+39
2012-03-18bootstage: Convert progress numbers 20-41 to enumsSimon Glass6-6/+34
2012-03-18bootstage: Convert progress numbers 10-19 to enumsSimon Glass4-16/+23
2012-03-18bootstage: Convert progress numbers 1-9 into enumsSimon Glass9-46/+59
2012-03-18bootstage: Use show_boot_error() for -ve progress numbersSimon Glass11-68/+72
2012-03-18bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass16-20/+19
2012-03-18bootstage: Create an initial header for boot progress integersSimon Glass2-4/+60