summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeLines
* Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingWolfgang Denk2012-04-30-2/+2
|\
| * linux/compat.h: rename from linux/mtd/compat.hMike Frysinger2012-04-30-2/+2
* | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2012-04-30-1/+90
|\ \
| * \ Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2012-04-30-1/+90
| |\ \ | | |/ | |/|
| | * cmd_bdinfo: display the address map size (32-bit vs. 36-bit)Timur Tabi2012-04-24-0/+8
| | * powerpc/corenet_ds: Slave reads ENV from master when boot from SRIOLiu Gang2012-04-24-1/+82
* | | image/fit: drop inline markings on parser codeMike Frysinger2012-04-30-2/+2
|/ /
* | GCC47: Fix warning in cmd_nand.cMarek Vasut2012-04-29-1/+1
|/
* Fix the behaviour of the 'run' commandTimo Ketola2012-04-23-1/+2
* Move bootstage timer out of lib/time.cSimon Glass2012-04-10-0/+17
* LMB: Fix undefined lmb_reserve() on non-lmb platformsMarek Vasut2012-04-09-0/+1
* RAMDISK: Fix unused variable issue caused by raw rd supportMarek Vasut2012-03-30-0/+2
* BOOT: Add RAW ramdisk support to bootzMarek Vasut2012-03-30-5/+16
* BOOT: Add "bootz" command to boot Linux zImage on ARMMarek Vasut2012-03-30-9/+132
* Add support for loading and saving the environment to a FAT partitionMaximilian Schwerin2012-03-30-1/+159
* cmd_log: print log->v2.con value in the "log info" commandHeiko Schocher2012-03-30-0/+1
* command, log: Coding Style cleanupHeiko Schocher2012-03-30-45/+51
* command, log: print with "log show" a full logbufferHeiko Schocher2012-03-30-1/+3
* Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingWolfgang Denk2012-03-30-8/+65
|\
| * cmd_pxe.c: fix strict-aliasing warningsJason Hobbs2012-03-27-8/+8
| * cmd_fat: add FAT write commandDonggeun Kim2012-03-26-0/+57
* | Add cmd_spl commandSimon Schwarz2012-03-27-0/+189
* | SPL: Add YMODEM over UART load supportMatt Porter2012-03-26-0/+3
|/
* Revert "Add board_pre_console_putc to deal with early console output"Simon Glass2012-03-23-9/+1
* usb: replace wait_ms() with mdelay()Mike Frysinger2012-03-19-26/+16
* bootstage: Plumb in bootstage calls for basic operationsSimon Glass2012-03-18-1/+9
* bootstage: Implement core microsecond boot time measurementSimon Glass2012-03-18-0/+159
* bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass2012-03-18-121/+121
* bootstage: Convert FIT progress numbers to enumsSimon Glass2012-03-18-38/+42
* bootstage: Convert net progress numbers to enumsSimon Glass2012-03-18-9/+10
* bootstage: Convert NAND progress numbers to enumsSimon Glass2012-03-18-17/+17
* bootstage: Convert IDE progress numbers to enumsSimon Glass2012-03-18-23/+25
* bootstage: Convert progress numbers 10-19 to enumsSimon Glass2012-03-18-10/+10
* bootstage: Convert progress numbers 1-9 into enumsSimon Glass2012-03-18-22/+21
* bootstage: Use show_boot_error() for -ve progress numbersSimon Glass2012-03-18-63/+63
* bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass2012-03-18-4/+4
* bootvx: Clear and disable data cache, and call vxWorks with parameter.Reinhard Arlt2012-03-18-1/+2
* image: Support FDTs already loaded at their load addressStephen Warren2012-03-06-3/+10
* cmd_cache: use cache/invalidate functions available in common.hStefan Kristiansson2012-03-06-8/+8
* Convert cmd_usage() calls in common to use a return valueSimon Glass2012-03-06-168/+167
* Add cmd_process() to process commands in one placeSimon Glass2012-03-06-77/+53
* Remove interleave of non-U-Boot code in hushSimon Glass2012-03-06-13/+11
* Create a single cmd_call() function to handle command executionSimon Glass2012-03-06-8/+25
* Don't include standard parser if hush is usedSimon Glass2012-03-06-0/+2
* Stop using builtin_run_command()Simon Glass2012-03-06-33/+30
* Rename run_command2() to run_command()Simon Glass2012-03-06-6/+6
* Rename run_command() to builtin_run_command()Simon Glass2012-03-06-8/+9
* Remove CMD_PXE's static on run_command()Simon Glass2012-03-06-3/+0
* USB: relax usbcore reset timingsWolfgang Grandegger2012-03-03-1/+4
* USB: move keyboard polling into kbd driveramartin@nvidia.com2012-03-03-1/+17