summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/arm926ejs
Commit message (Expand)AuthorAgeFilesLines
* Changes to move hawkboard to the new spl infrastructureSughosh Ganu2012-02-122-11/+17
* arm, arm926ejs: Enable icache only if CONFIG_SYS_ICACHE_OFF is not definedChristian Riesch2012-02-121-1/+4
* arm, arm926ejs: Add option CONFIG_SYS_EXCEPTION_VECTORS_HIGHChristian Riesch2012-02-121-1/+6
* arm, arm926ejs: Flush the data cache before disabling itSughosh Ganu2012-02-121-4/+8
* arm, arm926ejs: Do cpu critical inits only for boards that require itChristian Riesch2012-02-121-2/+4
* arm, davinci: Add lowlevel_init for SoCs other than DM644XChristian Riesch2012-02-121-0/+4
* davinci: add support for printing clock frequencyHadli, Manjunath2012-02-121-0/+32
* davinci: remove macro CONFIG_DISPLAY_CPUINFOHadli, Manjunath2012-02-121-44/+0
* bugfix: all Marvell specific build fails due to undefined reference to `get_t...Prafulla Wadaskar2012-02-124-0/+72
* arm, arm-kirkwood: disable l2c before linux bootMichael Walle2012-02-124-0/+46
* mx28: Show CPU frequencyFabio Estevam2012-02-121-1/+2
* mmc: access mxcmmc from mx31 boardsHelmut Raiger2012-02-121-9/+26
* arm, davinci: add workaround for not resetting DMA bus and VPSS modulesHeiko Schocher2012-02-121-3/+49
* arm, davinci: add PLL0 prediv to da850 lowlevel setupBen Gardiner2012-02-121-0/+7
* mx28: fix clearing of IRQs in power initZach Sadecki2012-01-161-4/+4
* mx28: Let dram_init be common for mx28Fabio Estevam2012-01-161-0/+21
* mx28: Let imx_get_mac_from_fuse be common for mx28Fabio Estevam2012-01-161-0/+46
* net: imx: Add multi-FEC support for imx_get_mac_from_fuseFabio Estevam2012-01-162-2/+2
* mx28: remove omap specific config optionsVeli-Pekka Peltola2012-01-161-6/+0
* arm, davinci: Fix build warnings for cam_enc_4xxChristian Riesch2011-12-241-2/+3
* arm, davinci: Add SPL support for DA850 SoCsChristian Riesch2011-12-242-2/+35
* davinci: Fixed wrong timebase clock frequency.Manfred Rudigier2011-12-191-1/+1
* arm926ejs: remove noop flush_dcache_all functionIlya Yanok2011-12-191-5/+0
* arm, davinci: Use lldiv for the 64-bit divisions in timer.cChristian Riesch2011-12-101-2/+4
* M28: Cleanup memsize.o OOT buildMarek Vasut2011-12-093-23/+9
* i.MX28: Move SPL to arch/arm/cpu/arm926ejs/mx28Marek Vasut2011-12-097-0/+1611
* arm, davinci: move misc function in arch treeHeiko Schocher2011-12-062-1/+151
* arm, davinci, da850: add uart1 tx rx pinmux configHeiko Schocher2011-12-061-0/+5
* arm, davinci: Remove duplication of pinmux configuration codeChristian Riesch2011-12-061-28/+8
* arm, da850: Add pinmux configurations to the arch treeChristian Riesch2011-12-062-0/+167
* arm, davinci: Move pinmux functions from board to arch treeChristian Riesch2011-12-062-1/+106
* arm, arm926ejs: always do cpu critical initsHeiko Schocher2011-12-061-4/+2
* arm926ejs: add noop implementation for dcache opsIlya Yanok2011-12-062-1/+76
* davinci_emac: move arch-independent defines to separate headerIlya Yanok2011-12-064-0/+4
* arm, arm926ejs: Fix clear bss loop for zero length bssChristian Riesch2011-12-061-3/+5
* Fix Stelian's email addressStelian Pop2011-11-2910-10/+10
* Merge branch 'hs@denx.de' of git://git.denx.de/u-boot-stagingWolfgang Denk2011-11-231-2/+3
|\
| * arch/arm/cpu/arm926ejs/omap/cpuinfo.c: Fix GCC 4.6 warningsAnatolij Gustschin2011-11-231-2/+3
* | arm, davinci: da850/dm365 lowlevel cleanupHeiko Schocher2011-11-152-124/+71
* | iMX28: Fix ARM vector handlingMarek Vasut2011-11-111-0/+22
* | iMX28: Add GPIO controlMarek Vasut2011-11-111-0/+6
* | iMX28: Add PINMUX controlMarek Vasut2011-11-112-1/+110
* | iMX28: Initial support for iMX28 CPUMarek Vasut2011-11-114-0/+735
* | SPL: Allow ARM926EJS to avoid compiling in the CPU support codeMarek Vasut2011-11-081-0/+6
* | arm, davinci: Fix setting of the SDRAM configuration registerChristian Riesch2011-11-081-6/+19
* | arm, davinci: Remove the duplication of LPSC functionsChristian Riesch2011-11-081-92/+4
* | arm, davinci: Rename AM1808 lowlevel functions to DA850Christian Riesch2011-11-082-69/+69
|/
* arm926ejs, davinci: add cpuinfo for dm365Heiko Schocher2011-11-031-2/+25
* arm, davinci: add lowlevel function for dm365 socHeiko Schocher2011-11-031-0/+439
* arm, davinci: add support for new spl frameworkHeiko Schocher2011-11-033-1/+92