aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2012-04-23Fix the behaviour of the 'run' commandTimo Ketola
2012-04-10Move bootstage timer out of lib/time.cSimon Glass
2012-04-09LMB: Fix undefined lmb_reserve() on non-lmb platformsMarek Vasut
2012-04-03cmd_sf: add size checking to spi flash commandsGerlando Falauto
2012-03-30RAMDISK: Fix unused variable issue caused by raw rd supportMarek Vasut
2012-03-30BOOT: Add RAW ramdisk support to bootzMarek Vasut
2012-03-30BOOT: Add "bootz" command to boot Linux zImage on ARMMarek Vasut
2012-03-30Add support for loading and saving the environment to a FAT partitionMaximilian Schwerin
2012-03-30cmd_log: print log->v2.con value in the "log info" commandHeiko Schocher
2012-03-30command, log: Coding Style cleanupHeiko Schocher
2012-03-30command, log: print with "log show" a full logbufferHeiko Schocher
2012-03-30Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingWolfgang Denk
2012-03-27Add cmd_spl commandSimon Schwarz
2012-03-27cmd_pxe.c: fix strict-aliasing warningsJason Hobbs
2012-03-26SPL: Add YMODEM over UART load supportMatt Porter
2012-03-26cmd_fat: add FAT write commandDonggeun Kim
2012-03-23Revert "Add board_pre_console_putc to deal with early console output"Simon Glass
2012-03-19usb: replace wait_ms() with mdelay()Mike Frysinger
2012-03-18bootstage: Plumb in bootstage calls for basic operationsSimon Glass
2012-03-18bootstage: Implement core microsecond boot time measurementSimon Glass
2012-03-18bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass
2012-03-18bootstage: Convert FIT progress numbers to enumsSimon Glass
2012-03-18bootstage: Convert net progress numbers to enumsSimon Glass
2012-03-18bootstage: Convert NAND progress numbers to enumsSimon Glass
2012-03-18bootstage: Convert IDE progress numbers to enumsSimon Glass
2012-03-18bootstage: Convert progress numbers 10-19 to enumsSimon Glass
2012-03-18bootstage: Convert progress numbers 1-9 into enumsSimon Glass
2012-03-18bootstage: Use show_boot_error() for -ve progress numbersSimon Glass
2012-03-18bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass
2012-03-18bootvx: Clear and disable data cache, and call vxWorks with parameter.Reinhard Arlt
2012-03-06image: Support FDTs already loaded at their load addressStephen Warren
2012-03-06cmd_cache: use cache/invalidate functions available in common.hStefan Kristiansson
2012-03-06Convert cmd_usage() calls in common to use a return valueSimon Glass
2012-03-06Add cmd_process() to process commands in one placeSimon Glass
2012-03-06Remove interleave of non-U-Boot code in hushSimon Glass
2012-03-06Create a single cmd_call() function to handle command executionSimon Glass
2012-03-06Don't include standard parser if hush is usedSimon Glass
2012-03-06Stop using builtin_run_command()Simon Glass
2012-03-06Rename run_command2() to run_command()Simon Glass
2012-03-06Rename run_command() to builtin_run_command()Simon Glass
2012-03-06Remove CMD_PXE's static on run_command()Simon Glass
2012-03-03USB: relax usbcore reset timingsWolfgang Grandegger
2012-03-03USB: move keyboard polling into kbd driveramartin@nvidia.com
2012-03-03USB: reevaluate iomux stdin on USB kbd detectamartin@nvidia.com
2012-03-03usb: add numeric keypad support to HID driverVincent Palatin
2012-03-03USB: fix USB keyboard polling parameterVincent Palatin
2012-03-03USB: Make struct devrequest setup_packet localMarek Vasut
2012-03-03USB: Separate out USB hub driverMarek Vasut
2012-03-03USB: Staticize internal functionsMarek Vasut
2012-03-03Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk