summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeLines
* omap4: fix IO settingAneesh V2011-12-06-1/+6
* omap4460: add ES1.1 identificationAneesh V2011-12-06-1/+12
* omap4: emif: fix error in driverAneesh V2011-12-06-2/+2
* omap: remove I2C from SPLAneesh V2011-12-06-1/+0
* omap4460: fix TPS initializationAneesh V2011-12-06-8/+0
* start.S: remove omap3 specific code from start.SAneesh V2011-12-06-23/+9
* armv7: setup vectorAneesh V2011-12-06-0/+17
* armv7: include armv7/cpu.c in SPL buildAneesh V2011-12-06-2/+2
* armv7: disable L2 cache in cleanup_before_linux()Aneesh V2011-12-06-0/+1
* arm, arm926ejs: Fix clear bss loop for zero length bssChristian Riesch2011-12-06-3/+5
* PXA: Rename pxa_dram_init to pxa2xx_dram_initMarek Vasut2011-12-06-3/+3
* PXA: Export cpu_is_ and pxa_dram_init functionsMarek Vasut2011-12-06-0/+29
* PXA: Replace timer driverMarek Vasut2011-12-06-52/+35
* PXA: Add cpuinfo display for PXA2xxMarek Vasut2011-12-06-0/+134
* PXA: Separate PXA2xx CPU initMarek Vasut2011-12-06-73/+31
* PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]XMarek Vasut2011-12-06-44/+44
* PXA: Re-add the Dcache locking as RAM for pxa250Marek Vasut2011-12-06-2/+116
* PXA: Rework start.S to be closer to other ARMsMarek Vasut2011-12-06-247/+153
* Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingWolfgang Denk2011-12-05-6/+1
|\
| * m68k: fix ambiguous bit testingMike Frysinger2011-12-05-1/+1
| * sparc: fix unused variable warningsMike Frysinger2011-12-05-5/+0
* | sh: Add support Renesas SH7724Nobuhiro Iwamatsu2011-12-02-0/+236
* | sh: avoid multiple definition errors with cache funcsMike Frysinger2011-12-02-21/+25
* | sh: Add ashrsi3 libgcc functionPhil Edworthy2011-12-02-0/+186
* | sh: only add -mno-fdpic if the compiler supports itMike Frysinger2011-12-02-1/+2
|/
* arch/powerpc/cpu/mpc86xx/cpu.c: Fix GCC 4.6 build warningWolfgang Denk2011-12-02-3/+0
* Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2011-12-01-24/+158
|\
| * mpc85xx: support for Freescale COM Express P2020Ira W. Snyder2011-11-29-0/+1
| * arch/powerpc/cpu/mpc8xxx/ddr/interactive.c: Fix GCC 4.6 build warningKumar Gala2011-11-29-2/+1
| * mpc85xx: support board-specific reset functionIra W. Snyder2011-11-29-1/+16
| * powerpc/85xx: verify the localbus device tree address before booting the OSTimur Tabi2011-11-29-9/+39
| * mpc8xxx: update module_type values from JEDEC DDR3 SPD SpecificationIra W. Snyder2011-11-29-0/+7
| * powerpc/85xx: clean up and document the QE/FMAN microcode macrosTimur Tabi2011-11-29-7/+7
| * powerpc/85xx: always implement the work-around for Erratum SATA_A001Timur Tabi2011-11-29-4/+33
| * powerpc/85xx: CONFIG_FSL_SATA_V2 should be defined in config_mpc85xx.hTimur Tabi2011-11-29-0/+6
| * powerpc/85xx: Add workaround for erratum A-003474York Sun2011-11-29-0/+15
| * powerpc/85xx: fixup flexcan device tree clock-frequencyJia Hongtao2011-11-29-1/+12
| * powerpc/85xx: Add workaround for erratum CPU-A003999Kumar Gala2011-11-29-0/+21
* | x86: Wrap small helper functions from libgcc to avoid an ABI mismatchGabe Black2011-11-29-0/+51
* | x86: Import the glibc memset implementationGabe Black2011-11-29-1/+89
* | x86: Fix a few recently added bugsGabe Black2011-11-29-1/+6
* | x86: Don't relocate symbols which point to things that aren't relocatedGabe Black2011-11-29-11/+8
* | x86: Fix how the location of the realmode and bios blobs are calculatedGabe Black2011-11-29-2/+10
* | x86: Misc cleanupsGraeme Russ2011-11-29-2/+3
* | x86: Misc PCI touchupsGraeme Russ2011-11-29-7/+9
* | x86: Ensure IDT and GDT remain 16-byte aligned post relocationGraeme Russ2011-11-29-6/+13
* | x86: Provide more configuration granularityGraeme Russ2011-11-29-51/+56
* | x86: Add multiboot headerGraeme Russ2011-11-29-0/+20
* | sc520: Create arch asm-offsetsGraeme Russ2011-11-29-47/+49
* | x86: Punt cold- and warm-boot flagsGraeme Russ2011-11-29-7/+0