summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Add cmd_spl commandSimon Schwarz2012-03-272-0/+189
* SPL: Add YMODEM over UART load supportMatt Porter2012-03-261-0/+3
* Revert "Add board_pre_console_putc to deal with early console output"Simon Glass2012-03-231-9/+1
* usb: replace wait_ms() with mdelay()Mike Frysinger2012-03-193-26/+16
* bootstage: Plumb in bootstage calls for basic operationsSimon Glass2012-03-183-1/+9
* bootstage: Implement core microsecond boot time measurementSimon Glass2012-03-182-0/+159
* bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass2012-03-186-121/+121
* bootstage: Convert FIT progress numbers to enumsSimon Glass2012-03-182-38/+42
* bootstage: Convert net progress numbers to enumsSimon Glass2012-03-182-9/+10
* bootstage: Convert NAND progress numbers to enumsSimon Glass2012-03-181-17/+17
* bootstage: Convert IDE progress numbers to enumsSimon Glass2012-03-181-23/+25
* bootstage: Convert progress numbers 10-19 to enumsSimon Glass2012-03-181-10/+10
* bootstage: Convert progress numbers 1-9 into enumsSimon Glass2012-03-182-22/+21
* bootstage: Use show_boot_error() for -ve progress numbersSimon Glass2012-03-186-63/+63
* bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass2012-03-181-4/+4
* bootvx: Clear and disable data cache, and call vxWorks with parameter.Reinhard Arlt2012-03-181-1/+2
* image: Support FDTs already loaded at their load addressStephen Warren2012-03-061-3/+10
* cmd_cache: use cache/invalidate functions available in common.hStefan Kristiansson2012-03-061-8/+8
* Convert cmd_usage() calls in common to use a return valueSimon Glass2012-03-0657-168/+167
* Add cmd_process() to process commands in one placeSimon Glass2012-03-063-77/+53
* Remove interleave of non-U-Boot code in hushSimon Glass2012-03-061-13/+11
* Create a single cmd_call() function to handle command executionSimon Glass2012-03-063-8/+25
* Don't include standard parser if hush is usedSimon Glass2012-03-061-0/+2
* Stop using builtin_run_command()Simon Glass2012-03-064-33/+30
* Rename run_command2() to run_command()Simon Glass2012-03-062-6/+6
* Rename run_command() to builtin_run_command()Simon Glass2012-03-064-8/+9
* Remove CMD_PXE's static on run_command()Simon Glass2012-03-061-3/+0
* USB: relax usbcore reset timingsWolfgang Grandegger2012-03-031-1/+4
* USB: move keyboard polling into kbd driveramartin@nvidia.com2012-03-031-1/+17
* USB: reevaluate iomux stdin on USB kbd detectamartin@nvidia.com2012-03-031-0/+6
* usb: add numeric keypad support to HID driverVincent Palatin2012-03-031-0/+10
* USB: fix USB keyboard polling parameterVincent Palatin2012-03-031-1/+1
* USB: Make struct devrequest setup_packet localMarek Vasut2012-03-031-1/+2
* USB: Separate out USB hub driverMarek Vasut2012-03-033-431/+479
* USB: Staticize internal functionsMarek Vasut2012-03-031-22/+23
* Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk2012-03-031-2/+3
|\
| * cmd_nand.c: Fix 'nand dump' after latest MTD resyncTom Rini2012-02-281-2/+3
* | common/image.c: align usage of fdt_high with initrd_highShawn Guo2012-02-271-7/+5
|/
* Merge branch 'trini@ti.com' of git://git.denx.de/u-boot-stagingWolfgang Denk2012-02-171-1/+1
|\
| * cmd_eeprom: typoPeter Meerwald2012-02-141-1/+1
* | Merge branch 'sf' of git://git.denx.de/u-boot-blackfinWolfgang Denk2012-02-131-16/+21
|\ \ | |/ |/|
| * sf command: allow default bus and chip selectsEric Nelson2012-02-121-16/+21
* | davinci: add support for printing clock frequencyHadli, Manjunath2012-02-121-0/+9
* | common, menu: do not trigger timeout again, if a line is readHeiko Schocher2012-02-121-1/+3
* | common, menu: show menu on startup if CONFIG_MENU_SHOW is definedHeiko Schocher2012-02-121-0/+4
* | common, menu: add statusline supportHeiko Schocher2012-02-121-0/+8
* | common: add possibility for readline_into_buffer timeoutHeiko Schocher2012-02-123-6/+19
|/
* openrisc: Add board info printout to cmd_bdinfoStefan Kristiansson2012-01-131-0/+22
* openrisc: Add architecture image supportStefan Kristiansson2012-01-131-0/+1
* usb_storage: Fix EHCI "out of buffer pointers" with CD-ROMKyle Moffett2012-01-051-20/+25
OpenPOWER on IntegriCloud