aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-06mii: miiphy register address width changeChandan Nath1-4/+4
2011-12-06env_nand: Remove DEBUG definitionThomas Weber1-2/+0
2011-12-05common/menu.c: Fix build warningAnatolij Gustschin1-1/+1
2011-12-05serial: constify serial_assign()Gerlando Falauto1-1/+1
2011-12-05serial: cosmetic checkpatch complianceGerlando Falauto1-26/+25
2011-12-05miiphy: Note that miiphy_* API is deprecatedAndy Fleming1-0/+10
2011-12-02Merge branch 'sr@denx.de' of git://git.denx.de/u-boot-stagingWolfgang Denk2-2/+13
2011-12-01image: Don't detect XIP images as overlapping.Stephen Warren1-1/+3
2011-12-01image: Implement IH_TYPE_KERNEL_NOLOADStephen Warren2-1/+10