summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sh: avoid multiple definition errors with cache funcsMike Frysinger2011-12-022-21/+25
* sh: Add a flag which controls the DDR ECC mode of sh7757lcrNobuhiro Iwamatsu2011-12-022-1/+3
* sh: Add ashrsi3 libgcc functionPhil Edworthy2011-12-022-0/+186
* sh: only add -mno-fdpic if the compiler supports itMike Frysinger2011-12-021-1/+2
* sh7757lcr: change config for new sh_eth driverYoshihiro Shimoda2011-12-021-0/+4
* net: sh_eth: use miiphybb instead of own mii functionsYoshihiro Shimoda2011-12-022-248/+104
* Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/masterWolfgang Denk2011-12-02123-1936/+6602
|\
| * board/emk/top860/top860.c: Fix GCC 4.6 build warningWolfgang Denk2011-12-021-3/+4
| * board/sbc405/strataflash.c: Fix GCC 4.6 build warningWolfgang Denk2011-12-021-3/+0
| * arch/powerpc/cpu/mpc86xx/cpu.c: Fix GCC 4.6 build warningWolfgang Denk2011-12-021-3/+0
| * board/freescale/mpc8610hpcd/mpc8610hpcd.c: Fix GCC 4.6 build warningWolfgang Denk2011-12-021-2/+1
| * board/mpl/common/flash.c: Fix GCC 4.6 build warningWolfgang Denk2011-12-021-2/+1
| * post/board/lwmon5/gdc.c: Fix GCC 4.6 build warningWolfgang Denk2011-12-021-2/+1
| * drivers/usb/host/sl811-hcd.c: Fix GCC 4.6 build warningWolfgang Denk2011-12-021-7/+5
| * board/sandburst/common/flash.c: Fix GCC 4.6 build warningWolfgang Denk2011-12-021-4/+1
| * DB64460: Fix GCC 4.6 build warningsWolfgang Denk2011-12-023-296/+255
| * DB64360: Fix GCC 4.6 build warningsWolfgang Denk2011-12-023-299/+254
| * board/cray/L1/flash.c: Fix GCC 4.6 build warningWolfgang Denk2011-12-021-14/+11
| * drivers/block/sata_dwc.c: Fix GCC 4.6 build warningWolfgang Denk2011-12-021-5/+1
| * board/amirix/ap1000/flash.c: Fix GCC 4.6 build warningWolfgang Denk2011-12-021-3/+0
| * alpr board: Fix GCC 4.6 build warningsWolfgang Denk2011-12-022-6/+1
| * Merge branch 'sr@denx.de' of git://git.denx.de/u-boot-stagingWolfgang Denk2011-12-024-3/+16
| |\
| | * image: Don't detect XIP images as overlapping.Stephen Warren2011-12-011-1/+3
| | * image: Implement IH_TYPE_KERNEL_NOLOADStephen Warren2011-12-014-2/+13
| * | Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk2011-12-0214-27/+1448
| |\ \
| | * | ppc4xx: Add Io64 board supportDirk Eibach2011-12-0111-8/+1431
| | * | ppc4xx: fix PMC440 painit commandMatthias Fuchs2011-12-011-2/+15
| | * | ppc4xx: remove invalid access to PCI_BRDGOPT2 registerMatthias Fuchs2011-12-011-2/+0
| | * | ppc4xx: use CONFIG_PCI_BOOTDELAY instead of private implementationMatthias Fuchs2011-12-012-15/+2
| | |/
| * | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2011-12-0146-97/+3231
| |\ \
| | * | mpc85xx: support for Freescale COM Express P2020Ira W. Snyder2011-11-299-0/+1099
| | * | arch/powerpc/cpu/mpc8xxx/ddr/interactive.c: Fix GCC 4.6 build warningKumar Gala2011-11-291-2/+1
| | * | mpc85xx: support board-specific reset functionIra W. Snyder2011-11-291-1/+16
| | * | powerpc/85xx: verify the localbus device tree address before booting the OSTimur Tabi2011-11-291-9/+39
| | * | mpc8xxx: update module_type values from JEDEC DDR3 SPD SpecificationIra W. Snyder2011-11-292-0/+14
| | * | powerpc/p3060qds: Add board related support for P3060QDS platformShengzhou Liu2011-11-2915-9/+1878
| | * | powerpc/85xx: clean up and document the QE/FMAN microcode macrosTimur Tabi2011-11-2910-44/+94
| | * | powerpc/85xx: always implement the work-around for Erratum SATA_A001Timur Tabi2011-11-293-25/+34
| | * | powerpc/85xx: CONFIG_FSL_SATA_V2 should be defined in config_mpc85xx.hTimur Tabi2011-11-295-6/+8
| | * | powerpc/85xx: Add workaround for erratum A-003474York Sun2011-11-293-0/+15
| | * | powerpc/85xx: fixup flexcan device tree clock-frequencyJia Hongtao2011-11-291-1/+12
| | * | powerpc/85xx: Add workaround for erratum CPU-A003999Kumar Gala2011-11-294-0/+21
| | |/
| * | x86: Fix some bugs in the i8402 driver when no controller is presentGabe Black2011-11-291-1/+11
| * | x86: Make the i8042 driver checkpatch cleanGabe Black2011-11-291-498/+472
| * | x86: Wrap small helper functions from libgcc to avoid an ABI mismatchGabe Black2011-11-293-0/+51
| * | x86: Import the glibc memset implementationGabe Black2011-11-293-1/+89
| * | x86: Fix a few recently added bugsGabe Black2011-11-292-1/+6
| * | x86: Don't relocate symbols which point to things that aren't relocatedGabe Black2011-11-293-11/+8
| * | x86: Fix how the location of the realmode and bios blobs are calculatedGabe Black2011-11-292-2/+10
| * | x86: Misc cleanupsGraeme Russ2011-11-291-2/+3