summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-23Prepare v2011.12v2011.12Wolfgang Denk1-1/+1
2011-12-23doc/mkimage.1: Fix -D/-f options formattingHorst Kronstorfer1-2/+2
2011-12-23post/lib_powerpc/multi.c: fix stack overflow errorWolfgang Denk1-4/+4
2011-12-23post/lib_powerpc/multi.c: code cleanupWolfgang Denk1-15/+12
2011-12-23post/lib_powerpc/multi.c: make checkpatch cleanWolfgang Denk1-29/+24
2011-12-23PPC: fix "Warning: FOO uses hard float, BAR uses soft float".Wolfgang Denk2-2/+156
2011-12-22Print program basename instead of whole path in usage()Horst Kronstorfer1-3/+9
2011-12-22tegra2: Fix out-of-tree build for Ventana.Thierry Reding1-0/+1
2011-12-21Prepare v2011.12-rc3v2011.12-rc3Wolfgang Denk1-1/+1
2011-12-21arm: Tegra: fix undefined instruction hang immediately after resetTom Warren1-0/+2
2011-12-21doc/mkimage.1: Fix some typosHorst Kronstorfer1-6/+6
2011-12-20km/common: add toolchain variableHolger Brunck2-2/+3
2011-12-20Makefile: fix distclean and *_config rules to be less noiseLauri Hintsala1-1/+1
2011-12-20board/eltec/elppc/misc.c: Fix GCC 4.6 build warningAnatolij Gustschin1-1/+1
2011-12-20drivers/net/e1000.c: Fix GCC 4.6 build warningsAnatolij Gustschin1-1/+1
2011-12-20board/esd/cpci750/mv_eth.c: Fix GCC 4.6 build warningsAnatolij Gustschin1-27/+7
2011-12-20usb: s3c_udc_otg: fix GCC 4.6 build warningsAnatolij Gustschin4-115/+125
2011-12-20board/samsung/universal_c210/universal.c: Fix build warningAnatolij Gustschin1-1/+1
2011-12-20FAT: fix some issues in FAT write support codeAnatolij Gustschin1-5/+14
2011-12-20Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk1-1/+1
2011-12-20Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingWolfgang Denk1-1/+1
2011-12-20drivers/net/e1000_spi.c: Fix build warningsAnatolij Gustschin1-2/+3
2011-12-20net: Fix arguments in tftpput commandSimon Glass1-2/+5
2011-12-20AVR32: fix timer_init() functionSven Schnelle1-2/+3
2011-12-20common/cmd_pxe.c: Fix GCC 4.6 build warningsHeiko Schocher1-1/+1
2011-12-20AVR32: fix timer_init() functionSven Schnelle1-2/+3
2011-12-19PXA: Kill last remnants of set_GPIO_mode functionMarek Vasut2-5/+6
2011-12-19ARM: tny_a9260: re-add MACH_TYPE_TNY_A9G20 and MACH_TYPE_TNY_A9260Anatolij Gustschin2-5/+4
2011-12-19ARM: sbc35_a9g20: re-add MACH_TYPE_SBC35_A9G20Anatolij Gustschin2-1/+3
2011-12-19arm, fdt: update ethernet mac address before booting LinuxHeiko Schocher1-0/+2
2011-12-19add print_cpuinfo to s3c24x0David Müller (ELSOFT AG)2-0/+55
2011-12-19omap4_panda: Initialize the USB phyChris Lalancette2-0/+122
2011-12-19davinci: Fixed wrong timebase clock frequency.Manfred Rudigier1-1/+1
2011-12-19arm926ejs: remove noop flush_dcache_all functionIlya Yanok1-5/+0
2011-12-19M28: Fix tab indent in u-boot.bdMarek Vasut1-4/+4
2011-12-19Fix building for mx51evk boardAnatolij Gustschin2-2/+4
2011-12-19Prepare v2011.12-rc2v2011.12-rc2Wolfgang Denk1-1/+1
2011-12-19Coding Style cleanupWolfgang Denk9-46/+34
2011-12-19drivers/usb/gadget/pxa27x_udc.c: Coding Style cleanupWolfgang Denk1-3/+2
2011-12-19common/cmd_nvedit.c: Fix size calculation in do_env_import()Horst Kronstorfer1-1/+1
2011-12-17tools/setlocalversion: Update from the Linux KernelKyle Moffett1-24/+161
2011-12-17Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk14-42/+122
2011-12-16USB: Use (get|put)_unaligned for accessing wMaxPacketSizeTom Rini6-21/+39
2011-12-16usb:gadget:s5p Enable the USB Gadget framework at Exynos4210 (C210 Universal)Lukasz Majewski4-0/+54
2011-12-16README: add documentation for CONFIG_USB_ULPI*Igor Grinberg1-0/+8
2011-12-16USB: ULPI: increase error case verbosityIgor Grinberg1-6/+6
2011-12-16USB: ULPI: clean a mixup of return typesIgor Grinberg3-7/+7
2011-12-16USB: ULPI: switch argument type from u8 to unsignedIgor Grinberg2-8/+8
2011-12-12powerpc/mpc83xx: set TXEQA/TXEQE value for mpc837XE sataJerry Huang1-1/+10
2011-12-12Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingWolfgang Denk6-18/+40