summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm1136
AgeCommit message (Expand)AuthorFilesLines
2013-04-12arm: relocate_code(): Use __image_copy_end for end of relocationBenoît Thébaudeau1-2/+2
2013-04-12arm: relocate_code(): Remove useless relocation offset computationBenoît Thébaudeau1-5/+3
2013-04-12arm1136: Remove redundant relocate_code() returnBenoît Thébaudeau1-2/+0
2013-04-12arm: relocate_code() is no longer noreturnBenoît Thébaudeau1-3/+1
2013-04-12arm: start.S: Fix _TEXT_BASE for SPLBenoît Thébaudeau1-0/+4
2013-04-08omap2420-h4: Fix get_timer() and CONFIG_SYS_HZHunter, Jon1-2/+6
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+1
2013-03-16Replace __bss_end__ with __bss_endSimon Glass2-2/+2
2013-03-09SPL: ONENAND: Fix some ONENAND related defines.Enric Balletbo i Serra1-1/+1
2013-02-04ppc: arm: Move sdhc_clk into arch_global_dataSimon Glass1-3/+3
2013-02-02arm: Move lastinc to arch_global_dataSimon Glass3-11/+11
2013-02-02arm: Move tbl to arch_global_dataSimon Glass3-11/+14
2013-01-14Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2-45/+0
2013-01-13mx31/mx35/mx51/mx53/mx6: add watchdogTroy Kisky2-45/+0
2013-01-09arm: move C runtime setup code in crt0.SAlbert ARIBAUD1-57/+14
2012-11-10arm1136: Fix enable_caches()Benoît Thébaudeau1-10/+12
2012-10-26MX35: add support for woodburn boardStefano Babic2-0/+138
2012-10-26ARM: Add SPL target to arm1136Stefano Babic1-0/+3
2012-10-26MX35: Add soc_boot_mode and soc_boot_device to MX35Stefano Babic2-0/+137
2012-10-26ARM: Fix start.S when used with SPL in arm1136Stefano Babic1-11/+20
2012-10-16mx35: Fix eSDHC clocksBenoît Thébaudeau1-2/+12
2012-10-15mx35: Define MAX and AIPS registersBenoît Thébaudeau1-1/+32
2012-10-15imx: Use MXC_I2C_CLK in imx i2c driverMatthias Weisser2-0/+2
2012-10-04arm: Fixed the offset for the no relocation.Zhong Hongbo1-0/+1
2012-09-06mx31: Define default SoC input clock frequenciesBenoît Thébaudeau2-10/+10
2012-09-06Fix mx31_decode_pllBenoît Thébaudeau1-3/+5
2012-09-06mx35 timer: Switch to 32-kHz sourceBenoît Thébaudeau1-17/+27
2012-09-06mx35: Define default SoC input clock frequenciesBenoît Thébaudeau2-28/+17
2012-09-06mx35: Fix clock dividersBenoît Thébaudeau1-30/+18
2012-09-06mx35: Fix decode_pllBenoît Thébaudeau1-3/+6
2012-09-01mx35: Move clock enums to clock.hBenoît Thébaudeau1-2/+2
2012-09-01mx35 iomux: Remove unused macroBenoît Thébaudeau1-2/+0
2012-09-01mx35: Add cpu_mmc_init()Benoît Thébaudeau1-1/+14
2012-07-22ARM1136: Fix cache range checksBenoît Thébaudeau1-3/+3
2012-07-20arm: Fix to mistake clean the memory spaceZhong Hongbo1-3/+5
2012-04-16ARM1136: MX35: Make asm routines volatile in cache opsStefano Babic1-10/+12
2012-04-16ARM1136: add cache flush and invalidate operationsAnatolij Gustschin1-0/+95
2012-03-30arm: Use common .lds file where possibleSimon Glass1-89/+0
2012-03-27mx31: add "ARM11P power gating" to get_reset_causeHelmut Raiger1-0/+2
2012-02-28mx35: generic: Let get_reset_cause be defined only when CONFIG_DISPLAY_CPUINF...Fabio Estevam1-1/+1
2012-02-28MX31: add missing get_tbclk()Stefano Babic1-0/+9
2012-02-28MX35: add missing get_ticks() and get_tbclk()Stefano Babic1-39/+64
2012-02-12mmc: access mxcmmc from mx31 boardsHelmut Raiger1-0/+1
2012-01-16net: imx: Add multi-FEC support for imx_get_mac_from_fuseFabio Estevam1-1/+1
2011-12-07MX: serial_mxc: cleanup removing nasty #ifdefStefano Babic1-4/+0
2011-11-11mx31: Fix checkpatch warnings in generic.cFabio Estevam1-2/+2
2011-11-11mx31: Use proper IO accessor for GPR registerFabio Estevam1-2/+3
2011-11-11mx31: Remove duplicate definition for GPR registerFabio Estevam1-4/+2
2011-11-04mx31: define pins and init for UART2 and CSPI3Helmut Raiger1-0/+15
2011-11-04mx31: Introduce mx31_set_gpr functionFabio Estevam1-0/+15