summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2012-03-07Add cmd_process() to process commands in one placeSimon Glass3-77/+53
2012-03-07Remove interleave of non-U-Boot code in hushSimon Glass1-13/+11
2012-03-07Create a single cmd_call() function to handle command executionSimon Glass3-8/+25
2012-03-07Don't include standard parser if hush is usedSimon Glass1-0/+2
2012-03-07Stop using builtin_run_command()Simon Glass4-33/+30
2012-03-07Rename run_command2() to run_command()Simon Glass2-6/+6
2012-03-07Rename run_command() to builtin_run_command()Simon Glass4-8/+9
2012-03-07Remove CMD_PXE's static on run_command()Simon Glass1-3/+0
2012-03-03USB: relax usbcore reset timingsWolfgang Grandegger1-1/+4
2012-03-03USB: move keyboard polling into kbd driveramartin@nvidia.com1-1/+17
2012-03-03USB: reevaluate iomux stdin on USB kbd detectamartin@nvidia.com1-0/+6
2012-03-03usb: add numeric keypad support to HID driverVincent Palatin1-0/+10
2012-03-03USB: fix USB keyboard polling parameterVincent Palatin1-1/+1
2012-03-03USB: Make struct devrequest setup_packet localMarek Vasut1-1/+2
2012-03-03USB: Separate out USB hub driverMarek Vasut3-431/+479
2012-03-03USB: Staticize internal functionsMarek Vasut1-22/+23
2012-03-03Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk1-2/+3
2012-02-29cmd_nand.c: Fix 'nand dump' after latest MTD resyncTom Rini1-2/+3
2012-02-28common/image.c: align usage of fdt_high with initrd_highShawn Guo1-7/+5
2012-02-18Merge branch 'trini@ti.com' of git://git.denx.de/u-boot-stagingWolfgang Denk1-1/+1
2012-02-14cmd_eeprom: typoPeter Meerwald1-1/+1
2012-02-14Merge branch 'sf' of git://git.denx.de/u-boot-blackfinWolfgang Denk1-16/+21
2012-02-13sf command: allow default bus and chip selectsEric Nelson1-16/+21
2012-02-12davinci: add support for printing clock frequencyHadli, Manjunath1-0/+9
2012-02-12common, menu: do not trigger timeout again, if a line is readHeiko Schocher1-1/+3
2012-02-12common, menu: show menu on startup if CONFIG_MENU_SHOW is definedHeiko Schocher1-0/+4
2012-02-12common, menu: add statusline supportHeiko Schocher1-0/+8
2012-02-12common: add possibility for readline_into_buffer timeoutHeiko Schocher3-6/+19
2012-01-14openrisc: Add board info printout to cmd_bdinfoStefan Kristiansson1-0/+22
2012-01-14openrisc: Add architecture image supportStefan Kristiansson1-0/+1
2012-01-05usb_storage: Fix EHCI "out of buffer pointers" with CD-ROMKyle Moffett1-20/+25
2012-01-05env: factor out the env_get_char_spec() functionIgor Grinberg9-39/+9
2012-01-05FPGA: use debug() instead of module debug printfStefano Babic1-31/+28
2011-12-23Merge branch 'next' of ../nextWolfgang Denk2-7/+7
2011-12-21Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk1-1/+1
2011-12-21net: Fix arguments in tftpput commandSimon Glass1-2/+5
2011-12-21common/cmd_pxe.c: Fix GCC 4.6 build warningsHeiko Schocher1-1/+1
2011-12-19common/cmd_nvedit.c: Fix size calculation in do_env_import()Horst Kronstorfer1-1/+1
2011-12-18cmd_sf.c: fix printf() length modifierAndreas Bießmann1-2/+2
2011-12-18Make printf and vprintf safe from buffer overrunsSonny Rao1-5/+5
2011-12-17USB: Use (get|put)_unaligned for accessing wMaxPacketSizeTom Rini2-9/+21
2011-12-12common/cmd_nvedit.c: Add missing 'env save' preproc guardHorst Kronstorfer1-0/+2
2011-12-12powerpc/bootm: Flush ramdisk and device tree image when booting on MPKumar Gala1-0/+8
2011-12-12Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk2-611/+333
2011-12-11usb: add help for missing start subcommandVeli-Pekka Peltola1-2/+4
2011-12-11cosmetic: remove excess whitespace from usb command helpVeli-Pekka Peltola1-5/+5
2011-12-11USB: Drop dead code from usb_kbd.cMarek Vasut1-379/+0
2011-12-11USB: Rework usb_kbd.cMarek Vasut1-262/+325
2011-12-11USB: Add functionality to poll the USB keyboard via control EPMarek Vasut1-14/+50
2011-12-11sandbox: Add improved RAM simulationMatthias Weisser1-3/+0