summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeLines
* 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
* USB: reevaluate iomux stdin on USB kbd detectamartin@nvidia.com2012-03-03-0/+6
* usb: add numeric keypad support to HID driverVincent Palatin2012-03-03-0/+10
* USB: fix USB keyboard polling parameterVincent Palatin2012-03-03-1/+1
* USB: Make struct devrequest setup_packet localMarek Vasut2012-03-03-1/+2
* USB: Separate out USB hub driverMarek Vasut2012-03-03-431/+479
* USB: Staticize internal functionsMarek Vasut2012-03-03-22/+23
* Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk2012-03-03-2/+3
|\
| * cmd_nand.c: Fix 'nand dump' after latest MTD resyncTom Rini2012-02-28-2/+3
* | common/image.c: align usage of fdt_high with initrd_highShawn Guo2012-02-27-7/+5
|/
* Merge branch 'trini@ti.com' of git://git.denx.de/u-boot-stagingWolfgang Denk2012-02-17-1/+1
|\
| * cmd_eeprom: typoPeter Meerwald2012-02-14-1/+1
* | Merge branch 'sf' of git://git.denx.de/u-boot-blackfinWolfgang Denk2012-02-13-16/+21
|\ \ | |/ |/|
| * sf command: allow default bus and chip selectsEric Nelson2012-02-12-16/+21
* | davinci: add support for printing clock frequencyHadli, Manjunath2012-02-12-0/+9
* | common, menu: do not trigger timeout again, if a line is readHeiko Schocher2012-02-12-1/+3
* | common, menu: show menu on startup if CONFIG_MENU_SHOW is definedHeiko Schocher2012-02-12-0/+4
* | common, menu: add statusline supportHeiko Schocher2012-02-12-0/+8
* | common: add possibility for readline_into_buffer timeoutHeiko Schocher2012-02-12-6/+19
|/
* openrisc: Add board info printout to cmd_bdinfoStefan Kristiansson2012-01-13-0/+22
* openrisc: Add architecture image supportStefan Kristiansson2012-01-13-0/+1
* usb_storage: Fix EHCI "out of buffer pointers" with CD-ROMKyle Moffett2012-01-05-20/+25
* env: factor out the env_get_char_spec() functionIgor Grinberg2012-01-05-39/+9
* FPGA: use debug() instead of module debug printfStefano Babic2012-01-05-31/+28
* Merge branch 'next' of ../nextWolfgang Denk2011-12-23-7/+7
|\
| * cmd_sf.c: fix printf() length modifierAndreas Bießmann2011-12-17-2/+2
| * Make printf and vprintf safe from buffer overrunsSonny Rao2011-12-17-5/+5
* | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2011-12-20-1/+1
|\ \
| * | common/cmd_pxe.c: Fix GCC 4.6 build warningsHeiko Schocher2011-12-20-1/+1
* | | net: Fix arguments in tftpput commandSimon Glass2011-12-20-2/+5
|/ /
* | common/cmd_nvedit.c: Fix size calculation in do_env_import()Horst Kronstorfer2011-12-19-1/+1
|/
* USB: Use (get|put)_unaligned for accessing wMaxPacketSizeTom Rini2011-12-16-9/+21
* common/cmd_nvedit.c: Add missing 'env save' preproc guardHorst Kronstorfer2011-12-12-0/+2
* powerpc/bootm: Flush ramdisk and device tree image when booting on MPKumar Gala2011-12-12-0/+8
* Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk2011-12-12-611/+333
|\
| * usb: add help for missing start subcommandVeli-Pekka Peltola2011-12-11-2/+4
| * cosmetic: remove excess whitespace from usb command helpVeli-Pekka Peltola2011-12-11-5/+5
| * USB: Drop dead code from usb_kbd.cMarek Vasut2011-12-11-379/+0
| * USB: Rework usb_kbd.cMarek Vasut2011-12-11-262/+325
| * USB: Add functionality to poll the USB keyboard via control EPMarek Vasut2011-12-11-14/+50