summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 20001122-1.c: Fix GCC 4.6 build warningStefan Roese2011-11-161-2/+1
* 40x_spd_sdram.c: Fix GCC 4.6 build warningsStefan Roese2011-11-161-10/+10
* 44x_spd_ddr2.c: Fix GCC 4.6 build warningsStefan Roese2011-11-161-31/+1
* 44x_spd_ddr.c: Fix GCC 4.6 build warningsStefan Roese2011-11-161-4/+0
* cmd_ecctest.c: Fix GCC 4.6 build warningsStefan Roese2011-11-161-6/+3
* 4xx_ibm_ddr2_autocalib.c: Fix GCC 4.6 build warningsStefan Roese2011-11-161-6/+9
* 4xx_pcie.c: Fix GCC 4.6 build warningsStefan Roese2011-11-161-9/+2
* 4xx_enet.c: Fix GCC 4.6 build warningsStefan Roese2011-11-161-1/+2
* usb_ohci.c: Fix GCC 4.6 build warningsStefan Roese2011-11-161-2/+1
* arch/powerpc/cpu/mpc512x/i2c.c: Fix GCC 4.6 warningsAnatolij Gustschin2011-11-161-2/+1
* arch/powerpc/cpu/mpc512x/pci.c: Fix GCC 4.6 warningsAnatolij Gustschin2011-11-161-2/+0
* board/esd/cpci750/sdram_init.c: Fix GCC 4.6 build warningsWolfgang Denk2011-11-161-314/+193
* board/esd/cpci750/cpci750.c: Fix error handlingWolfgang Denk2011-11-161-2/+2
* drivers/video/ct69000.c: Fix GC 4.6 build warningWolfgang Denk2011-11-161-5/+7
* common/cmd_universe.c: Fix GCC 4.6 build warningWolfgang Denk2011-11-161-3/+1
* common/cmd_fdc.c: Fix GCC 4.6 build warningsWolfgang Denk2011-11-161-12/+17
* board/evb64260/zuma_pbb_mbox.c: Fix GCC 4.6 build warningsWolfgang Denk2011-11-161-7/+18
* board/evb64260/zuma_pbb_mbox.c: CodingStyle cleanupWolfgang Denk2011-11-161-124/+132
* board/evb64260/sdram_init.c: Fix GCC 4.6 build warningsWolfgang Denk2011-11-161-2/+5
* board/evb64260/eth.c: Fix GCC 4.6 build warningWolfgang Denk2011-11-161-18/+19
* board/evb64260/evb64260.c: Fix GC 4.6 build warningWolfgang Denk2011-11-161-1/+2
* board/evb64260/i2c.c: Fix GCC 4.6 build warningsWolfgang Denk2011-11-161-2/+1
* board/evb64260/i2c.c: Coding Style cleanupWolfgang Denk2011-11-161-26/+22
* drivers/block/sym53c8xx.c: Fix GCC 4.6 build warningWolfgang Denk2011-11-161-2/+0
* drivers/block/sata_sil3114.c: Fix GCC 4.6 build warningKumar Gala2011-11-161-0/+4
* drivers/bios_emulator/x86emu/ops.c: Fix GCC 4.6 build warningKumar Gala2011-11-161-11/+4
* drivers/block/ahci.c: Fix GCC 4.6 build warningKumar Gala2011-11-161-3/+0
* davinci, mmc: fix gcc 4.6 build warningsHeiko Schocher2011-11-161-4/+3
* FPGA: drivers/fpga/ivm_core.c: GCC4.6 fix build warningsStefano Babic2011-11-161-2/+0
* Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2011-11-1623-4647/+4944
|\
| * Merge branch 'master' of git://git.denx.de/u-boot-videoWolfgang Denk2011-11-1623-4647/+4944
| |\
| | * api: export LCD device to external appsChe-Liang Chiou2011-11-158-1/+210
| | * font: split font data from video_font.hChe-Liang Chiou2011-11-157-4614/+4647
| | * tools: logo: split bmp arrays from bmp_logo.hChe-Liang Chiou2011-11-156-21/+71
| | * lcd: add clear and draw bitmap declarationChe-Liang Chiou2011-11-153-9/+13
| | * VIDEO: mx3fb: GCC4.6 fix build warningsStefano Babic2011-11-101-2/+1
| | * Powerpc/DIU: Fixed the 800x600 and 1024x768 resolution bugJerry Huang2011-11-101-0/+2
* | | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2011-11-16167-6487/+21354
|\ \ \ | |/ /
| * | Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2011-11-16167-6487/+21354
| |\ \
| | * | arm, davinci: add DAVINCI_MMC_CLKIDHeiko Schocher2011-11-151-0/+1
| | * | arm, davinci_emac: fix driver bug if more then 3 PHYs are detectedHeiko Schocher2011-11-152-8/+22
| | * | arm, davinci: da850/dm365 lowlevel cleanupHeiko Schocher2011-11-158-125/+113
| | * | omap5: Add omap5_evm board build support.Sricharan2011-11-153-8/+286
| | * | omap4/5: Add support for booting with CH.Sricharan2011-11-1516-73/+248
| | * | omap5: emif: Add emif/ddr configurations required for omap5 evmSricharan2011-11-1510-1234/+1549
| | * | omap5: clocks: Add clocks support for omap5 platform.Sricharan2011-11-1510-474/+1735
| | * | omap5: Add minimal support for omap5430.Sricharan2011-11-1535-354/+2156
| | * | omap: Checkpatch fixesSricharan2011-11-153-30/+18
| | * | omap4: make omap4 code common for future reuseSricharan2011-11-157-9/+16
| | * | GCC4.6: Squash warnings in onenand_base.cMarek Vasut2011-11-151-11/+7
OpenPOWER on IntegriCloud