aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2011-12-06MX: serial_mxc: cleanup removing nasty #ifdefStefano Babic6-19/+21
2011-12-06MXS: Add static annotations to dma driverMarek Vasut1-25/+0
2011-12-06mx5: Correct a warning in clock.cSimon Glass1-1/+1
2011-12-06OMAP3: Add SPL_BOARD_INIT hookTom Rini3-0/+13
2011-12-06OMAP3: Add SPL support to omap3_evmTom Rini1-0/+26
2011-12-06OMAP3: Add SPL support to BeagleboardTom Rini1-0/+29
2011-12-06OMAP3 SPL: Add identify_nand_chip functionTom Rini3-0/+91
2011-12-06OMAP3 SPL: Rework memory initalization and devkit8000 supportTom Rini3-39/+17
2011-12-06OMAP3: Suffix all Micron memory timing parts with their speedTom Rini1-10/+11
2011-12-06OMAP3: Add optimal SDRC autorefresh control valuesTom Rini1-5/+11
2011-12-06omap3: mem: Add MCFG helper macroTom Rini1-16/+30
2011-12-06OMAP3: Remove get_mem_type prototypeTom Rini1-1/+0
2011-12-06OMAP3: Change mem_ok to clear again after reading backTom Rini1-0/+1
2011-12-06OMAP3: Add a helper function to set timings in SDRCTom Rini1-55/+61
2011-12-06OMAP3: Update SDRC dram_init to always call make_cs1_contiguous()Tom Rini1-12/+11
2011-12-06omap3: mem: Comment enable_gpmc_cs_config moreTom Rini2-3/+13
2011-12-06arm: printf() is not available in some SPL configurationsChristian Riesch1-0/+2
2011-12-06arm, davinci: move misc function in arch treeHeiko Schocher2-1/+151
2011-12-06arm, davinci, da850: add uart1 tx rx pinmux configHeiko Schocher2-0/+6
2011-12-06arm, davinci: move davinci_rtc struct to hardware.hHeiko Schocher1-0/+39
2011-12-06arm, davinci: Remove duplication of pinmux configuration codeChristian Riesch1-28/+8
2011-12-06arm, da850: Add pinmux configurations to the arch treeChristian Riesch3-0/+217
2011-12-06arm, davinci: Move pinmux functions from board to arch treeChristian Riesch3-1/+108
2011-12-06arm, arm926ejs: always do cpu critical initsHeiko Schocher1-4/+2
2011-12-06AM3517: move AM3517 specific mux defines to generic headerIlya Yanok1-0/+41
2011-12-06AM35xx: add EMAC supportIlya Yanok4-0/+104
2011-12-06arm926ejs: add noop implementation for dcache opsIlya Yanok2-1/+76
2011-12-06davinci_emac: move arch-independent defines to separate headerIlya Yanok5-289/+4
2011-12-06omap4: fix IO settingAneesh V1-1/+6
2011-12-06omap4460: add ES1.1 identificationAneesh V3-1/+12
2011-12-06omap4: emif: fix error in driverAneesh V1-2/+2
2011-12-06omap: remove I2C from SPLAneesh V1-1/+0
2011-12-06omap4460: fix TPS initializationAneesh V1-8/+0
2011-12-06start.S: remove omap3 specific code from start.SAneesh V3-23/+9
2011-12-06armv7: setup vectorAneesh V1-0/+17
2011-12-06armv7: include armv7/cpu.c in SPL buildAneesh V1-2/+2
2011-12-06armv7: disable L2 cache in cleanup_before_linux()Aneesh V1-0/+1
2011-12-06arm, arm926ejs: Fix clear bss loop for zero length bssChristian Riesch1-3/+5
2011-12-06PXA: Rename pxa_dram_init to pxa2xx_dram_initMarek Vasut2-3/+3
2011-12-06PXA: Export cpu_is_ and pxa_dram_init functionsMarek Vasut1-0/+29
2011-12-06PXA: Replace timer driverMarek Vasut1-52/+35
2011-12-06PXA: Add cpuinfo display for PXA2xxMarek Vasut2-0/+134
2011-12-06PXA: Separate PXA2xx CPU initMarek Vasut2-73/+31
2011-12-06PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]XMarek Vasut5-44/+44
2011-12-06PXA: Re-add the Dcache locking as RAM for pxa250Marek Vasut2-2/+116
2011-12-06PXA: Rework start.S to be closer to other ARMsMarek Vasut2-247/+153
2011-12-05Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingWolfgang Denk3-6/+1
2011-12-05m68k: fix ambiguous bit testingMike Frysinger1-1/+1
2011-12-05sparc: fix unused variable warningsMike Frysinger2-5/+0
2011-12-02sh: Add support Renesas SH7724Nobuhiro Iwamatsu2-0/+236