summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
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
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-07PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]XMarek Vasut1-6/+8
2011-12-07Add a cli command to test the TPM device.Vadim Bendebury2-0/+104
2011-12-07pxe: make the first label the implicit defaultJason Hobbs1-3/+14
2011-12-07cmd_bdinfo: simplify local static funcs a bitMike Frysinger1-58/+31
2011-12-07mii: miiphy register address width changeChandan Nath1-4/+4
2011-12-06env_nand: Remove DEBUG definitionThomas Weber1-2/+0
2011-12-06common/menu.c: Fix build warningAnatolij Gustschin1-1/+1
2011-12-06serial: constify serial_assign()Gerlando Falauto1-1/+1
2011-12-06serial: cosmetic checkpatch complianceGerlando Falauto1-26/+25
2011-12-06miiphy: 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
2011-11-29x86: Provide more configuration granularityGraeme Russ1-1/+2
2011-11-28menu.c: use puts() instead of printf() where possibleWolfgang Denk1-6/+10
2011-11-27cmd_nvedit.c: Fix compiler warning introduced by checkpatch cleanupKumar Gala1-1/+1
2011-11-24Merge branch 'hs@denx.de' of git://git.denx.de/u-boot-stagingWolfgang Denk1-1/+2
2011-11-23common/cmd_bootm.c: Fix GCC 4.6 warningsAnatolij Gustschin1-1/+2
2011-11-22env: clean env_common.c checkpatch and code styleIgor Grinberg1-34/+18
2011-11-22env: clean env_nand.c checkpatch and code styleIgor Grinberg1-53/+46
2011-11-22env: clean env_flash.c checkpatch and code styleIgor Grinberg1-91/+84