aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
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-28cmd_nand.c: Fix 'nand dump' after latest MTD resyncTom Rini1-2/+3
2012-02-27common/image.c: align usage of fdt_high with initrd_highShawn Guo1-7/+5
2012-02-17Merge 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-13Merge branch 'sf' of git://git.denx.de/u-boot-blackfinWolfgang Denk1-16/+21
2012-02-12sf 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-13openrisc: Add board info printout to cmd_bdinfoStefan Kristiansson1-0/+22
2012-01-13openrisc: 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-20Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk1-1/+1
2011-12-20net: Fix arguments in tftpput commandSimon Glass1-2/+5
2011-12-20common/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-17cmd_sf.c: fix printf() length modifierAndreas Bießmann1-2/+2
2011-12-17Make printf and vprintf safe from buffer overrunsSonny Rao1-5/+5
2011-12-16USB: 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-10sandbox: Add improved RAM simulationMatthias Weisser1-3/+0
2011-12-09Add board_pre_console_putc to deal with early console outputSimon Glass1-1/+9
2011-12-09common/usb_kbd.c: fix bug introduced in commit 00b7d6eWolfgang Denk1-1/+1
2011-12-09USB: Squash checkpatch warnings in usb_kbd.cMarek Vasut1-289/+320
2011-12-07Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk1-6/+8
2011-12-07Fix unused function in cmd_bdinfo.cSimon Glass1-0/+1
2011-12-07Fix SPI build errors in exports.cSimon Glass1-0/+1
2011-12-07Revert "mii: miiphy register address width change"Wolfgang Denk1-4/+4
2011-12-06PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]XMarek Vasut1-6/+8
2011-12-06Add a cli command to test the TPM device.Vadim Bendebury2-0/+104
2011-12-06pxe: make the first label the implicit defaultJason Hobbs1-3/+14
2011-12-06cmd_bdinfo: simplify local static funcs a bitMike Frysinger1-58/+31