summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* usb_storage: Fix EHCI "out of buffer pointers" with CD-ROMKyle Moffett2012-01-051-20/+25
* env: factor out the env_get_char_spec() functionIgor Grinberg2012-01-059-39/+9
* FPGA: use debug() instead of module debug printfStefano Babic2012-01-051-31/+28
* Merge branch 'next' of ../nextWolfgang Denk2011-12-232-7/+7
|\
| * cmd_sf.c: fix printf() length modifierAndreas Bießmann2011-12-171-2/+2
| * Make printf and vprintf safe from buffer overrunsSonny Rao2011-12-171-5/+5
* | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2011-12-201-1/+1
|\ \
| * | common/cmd_pxe.c: Fix GCC 4.6 build warningsHeiko Schocher2011-12-201-1/+1
* | | net: Fix arguments in tftpput commandSimon Glass2011-12-201-2/+5
|/ /
* | common/cmd_nvedit.c: Fix size calculation in do_env_import()Horst Kronstorfer2011-12-191-1/+1
|/
* USB: Use (get|put)_unaligned for accessing wMaxPacketSizeTom Rini2011-12-162-9/+21
* common/cmd_nvedit.c: Add missing 'env save' preproc guardHorst Kronstorfer2011-12-121-0/+2
* powerpc/bootm: Flush ramdisk and device tree image when booting on MPKumar Gala2011-12-121-0/+8
* Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk2011-12-122-611/+333
|\
| * usb: add help for missing start subcommandVeli-Pekka Peltola2011-12-111-2/+4
| * cosmetic: remove excess whitespace from usb command helpVeli-Pekka Peltola2011-12-111-5/+5
| * USB: Drop dead code from usb_kbd.cMarek Vasut2011-12-111-379/+0
| * USB: Rework usb_kbd.cMarek Vasut2011-12-111-262/+325
| * USB: Add functionality to poll the USB keyboard via control EPMarek Vasut2011-12-111-14/+50
* | sandbox: Add improved RAM simulationMatthias Weisser2011-12-101-3/+0
|/
* Add board_pre_console_putc to deal with early console outputSimon Glass2011-12-091-1/+9
* common/usb_kbd.c: fix bug introduced in commit 00b7d6eWolfgang Denk2011-12-091-1/+1
* USB: Squash checkpatch warnings in usb_kbd.cMarek Vasut2011-12-091-289/+320
* Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2011-12-071-6/+8
|\
| * PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]XMarek Vasut2011-12-061-6/+8
* | Fix unused function in cmd_bdinfo.cSimon Glass2011-12-071-0/+1
* | Fix SPI build errors in exports.cSimon Glass2011-12-071-0/+1
* | Revert "mii: miiphy register address width change"Wolfgang Denk2011-12-071-4/+4
|/
* Add a cli command to test the TPM device.Vadim Bendebury2011-12-062-0/+104
* pxe: make the first label the implicit defaultJason Hobbs2011-12-061-3/+14
* cmd_bdinfo: simplify local static funcs a bitMike Frysinger2011-12-061-58/+31
* mii: miiphy register address width changeChandan Nath2011-12-061-4/+4
* env_nand: Remove DEBUG definitionThomas Weber2011-12-061-2/+0
* common/menu.c: Fix build warningAnatolij Gustschin2011-12-051-1/+1
* serial: constify serial_assign()Gerlando Falauto2011-12-051-1/+1
* serial: cosmetic checkpatch complianceGerlando Falauto2011-12-051-26/+25
* miiphy: Note that miiphy_* API is deprecatedAndy Fleming2011-12-051-0/+10
* Merge branch 'sr@denx.de' of git://git.denx.de/u-boot-stagingWolfgang Denk2011-12-022-2/+13
|\
| * image: Don't detect XIP images as overlapping.Stephen Warren2011-12-011-1/+3
| * image: Implement IH_TYPE_KERNEL_NOLOADStephen Warren2011-12-012-1/+10
* | x86: Provide more configuration granularityGraeme Russ2011-11-291-1/+2
|/
* menu.c: use puts() instead of printf() where possibleWolfgang Denk2011-11-281-6/+10
* cmd_nvedit.c: Fix compiler warning introduced by checkpatch cleanupKumar Gala2011-11-271-1/+1
* Merge branch 'hs@denx.de' of git://git.denx.de/u-boot-stagingWolfgang Denk2011-11-231-1/+2
|\
| * common/cmd_bootm.c: Fix GCC 4.6 warningsAnatolij Gustschin2011-11-231-1/+2
* | env: clean env_common.c checkpatch and code styleIgor Grinberg2011-11-221-34/+18
* | env: clean env_nand.c checkpatch and code styleIgor Grinberg2011-11-221-53/+46
* | env: clean env_flash.c checkpatch and code styleIgor Grinberg2011-11-221-91/+84
* | env: clean env_sf.c checkpatch and code styleIgor Grinberg2011-11-221-28/+20
* | env: clean env_eeprom.c checkpatch and code styleIgor Grinberg2011-11-221-58/+46
OpenPOWER on IntegriCloud