| Commit message (Expand) | Author | Age | Lines |
* | Add cmd_spl command | Simon Schwarz | 2012-03-27 | -0/+189 |
* | SPL: Add YMODEM over UART load support | Matt Porter | 2012-03-26 | -0/+3 |
* | Revert "Add board_pre_console_putc to deal with early console output" | Simon Glass | 2012-03-23 | -9/+1 |
* | usb: replace wait_ms() with mdelay() | Mike Frysinger | 2012-03-19 | -26/+16 |
* | bootstage: Plumb in bootstage calls for basic operations | Simon Glass | 2012-03-18 | -1/+9 |
* | bootstage: Implement core microsecond boot time measurement | Simon Glass | 2012-03-18 | -0/+159 |
* | bootstage: Replace show_boot_progress/error() with bootstage_...() | Simon Glass | 2012-03-18 | -121/+121 |
* | bootstage: Convert FIT progress numbers to enums | Simon Glass | 2012-03-18 | -38/+42 |
* | bootstage: Convert net progress numbers to enums | Simon Glass | 2012-03-18 | -9/+10 |
* | bootstage: Convert NAND progress numbers to enums | Simon Glass | 2012-03-18 | -17/+17 |
* | bootstage: Convert IDE progress numbers to enums | Simon Glass | 2012-03-18 | -23/+25 |
* | bootstage: Convert progress numbers 10-19 to enums | Simon Glass | 2012-03-18 | -10/+10 |
* | bootstage: Convert progress numbers 1-9 into enums | Simon Glass | 2012-03-18 | -22/+21 |
* | bootstage: Use show_boot_error() for -ve progress numbers | Simon Glass | 2012-03-18 | -63/+63 |
* | bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() | Simon Glass | 2012-03-18 | -4/+4 |
* | bootvx: Clear and disable data cache, and call vxWorks with parameter. | Reinhard Arlt | 2012-03-18 | -1/+2 |
* | image: Support FDTs already loaded at their load address | Stephen Warren | 2012-03-06 | -3/+10 |
* | cmd_cache: use cache/invalidate functions available in common.h | Stefan Kristiansson | 2012-03-06 | -8/+8 |
* | Convert cmd_usage() calls in common to use a return value | Simon Glass | 2012-03-06 | -168/+167 |
* | Add cmd_process() to process commands in one place | Simon Glass | 2012-03-06 | -77/+53 |
* | Remove interleave of non-U-Boot code in hush | Simon Glass | 2012-03-06 | -13/+11 |
* | Create a single cmd_call() function to handle command execution | Simon Glass | 2012-03-06 | -8/+25 |
* | Don't include standard parser if hush is used | Simon Glass | 2012-03-06 | -0/+2 |
* | Stop using builtin_run_command() | Simon Glass | 2012-03-06 | -33/+30 |
* | Rename run_command2() to run_command() | Simon Glass | 2012-03-06 | -6/+6 |
* | Rename run_command() to builtin_run_command() | Simon Glass | 2012-03-06 | -8/+9 |
* | Remove CMD_PXE's static on run_command() | Simon Glass | 2012-03-06 | -3/+0 |
* | USB: relax usbcore reset timings | Wolfgang Grandegger | 2012-03-03 | -1/+4 |
* | USB: move keyboard polling into kbd driver | amartin@nvidia.com | 2012-03-03 | -1/+17 |
* | USB: reevaluate iomux stdin on USB kbd detect | amartin@nvidia.com | 2012-03-03 | -0/+6 |
* | usb: add numeric keypad support to HID driver | Vincent Palatin | 2012-03-03 | -0/+10 |
* | USB: fix USB keyboard polling parameter | Vincent Palatin | 2012-03-03 | -1/+1 |
* | USB: Make struct devrequest setup_packet local | Marek Vasut | 2012-03-03 | -1/+2 |
* | USB: Separate out USB hub driver | Marek Vasut | 2012-03-03 | -431/+479 |
* | USB: Staticize internal functions | Marek Vasut | 2012-03-03 | -22/+23 |
* | Merge branch 'master' of git://git.denx.de/u-boot-nand-flash | Wolfgang Denk | 2012-03-03 | -2/+3 |
|\ |
|
| * | cmd_nand.c: Fix 'nand dump' after latest MTD resync | Tom Rini | 2012-02-28 | -2/+3 |
* | | common/image.c: align usage of fdt_high with initrd_high | Shawn Guo | 2012-02-27 | -7/+5 |
|/ |
|
* | Merge branch 'trini@ti.com' of git://git.denx.de/u-boot-staging | Wolfgang Denk | 2012-02-17 | -1/+1 |
|\ |
|
| * | cmd_eeprom: typo | Peter Meerwald | 2012-02-14 | -1/+1 |
* | | Merge branch 'sf' of git://git.denx.de/u-boot-blackfin | Wolfgang Denk | 2012-02-13 | -16/+21 |
|\ \
| |/
|/| |
|
| * | sf command: allow default bus and chip selects | Eric Nelson | 2012-02-12 | -16/+21 |
* | | davinci: add support for printing clock frequency | Hadli, Manjunath | 2012-02-12 | -0/+9 |
* | | common, menu: do not trigger timeout again, if a line is read | Heiko Schocher | 2012-02-12 | -1/+3 |
* | | common, menu: show menu on startup if CONFIG_MENU_SHOW is defined | Heiko Schocher | 2012-02-12 | -0/+4 |
* | | common, menu: add statusline support | Heiko Schocher | 2012-02-12 | -0/+8 |
* | | common: add possibility for readline_into_buffer timeout | Heiko Schocher | 2012-02-12 | -6/+19 |
|/ |
|
* | openrisc: Add board info printout to cmd_bdinfo | Stefan Kristiansson | 2012-01-13 | -0/+22 |
* | openrisc: Add architecture image support | Stefan Kristiansson | 2012-01-13 | -0/+1 |
* | usb_storage: Fix EHCI "out of buffer pointers" with CD-ROM | Kyle Moffett | 2012-01-05 | -20/+25 |