aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm1136
AgeCommit message (Expand)AuthorFilesLines
2016-06-26common: Pass the boot device into spl_boot_mode()Marek Vasut1-1/+1
2016-06-12arm: Allow skipping of low-level init with I-cache onSimon Glass1-0/+2
2016-02-29ARM: start.S: fix typoYuichiro Goto1-1/+1
2015-09-02imx: mx31 use new formula for get_cpu_revPeng Fan1-1/+1
2015-08-12arm1136/arm1176: Merge cache handling codeAlexander Stein2-151/+1
2015-08-12arm1136: Remove dead codeAlexander Stein1-10/+0
2015-03-27ARM: move -march=* and -mtune= options to arch/arm/MakefileMasahiro Yamada1-9/+0
2015-03-24remove unnecessary version.h includesRob Herring1-1/+0
2015-03-02mx35: Fix boot hang by avoiding vector relocationFabio Estevam2-0/+27
2015-03-02mx31: Fix boot hang by avoiding vector relocationFabio Estevam2-0/+27
2014-11-23kbuild: use SoC-specific CONFIG to descend into SoC directoryMasahiro Yamada1-1/+2
2014-11-23kbuild: Descend into SOC directory from CPU directoryMasahiro Yamada1-0/+2
2014-10-27Rename some defines containing FAT in their name to be filesystem genericGuillaume GARDET1-1/+1
2014-09-16arm: mx35: use common timer functionsAndrew Ruder1-83/+0
2014-09-16arm: mx31: use common timer functionsAndrew Ruder1-102/+2
2014-08-30arm: Add missing .vectors section to linker scriptsBenoît Thébaudeau1-0/+1
2014-05-15arm: move exception handling out of start.S filesAlbert ARIBAUD1-241/+1
2014-05-15arm: remove unused _end_vect and _vectors_end symbolsAlbert ARIBAUD1-2/+0
2014-05-15arm1136: move cache code from start.S to cache.cAlbert ARIBAUD1-10/+0
2014-03-28kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/libMasahiro Yamada1-71/+0
2014-02-26Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2-28/+5
2014-02-26arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD1-27/+0
2014-02-26arm: make _end compiler-generatedAlbert ARIBAUD1-1/+5
2014-02-25kbuild: refactor more IMX image rulesMasahiro Yamada1-10/+0
2014-02-25kbuild: use shorten logs for IMX imagesMasahiro Yamada1-1/+1
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada1-1/+1
2014-01-24ARM: merge commonly-defined PLATFORM_RELFLAGSMasahiro Yamada1-7/+0
2013-10-31ARM: convert makefiles to Kbuild styleMasahiro Yamada3-73/+8
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-09-23ARM: refactor compiler options in config.mkMasahiro Yamada1-1/+0
2013-08-15ARM: omap24xx: remove remainders of dead boardMasahiro Yamada3-193/+0
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk17-276/+17
2013-06-10arm: Remove OMAP2420H4 and all omap24xx supportTom Rini1-18/+0
2013-05-30arm: factorize relocate_code routineAlbert ARIBAUD1-76/+0
2013-05-30arm: do not compile relocate_code() for SPL buildsAlbert ARIBAUD1-8/+3
2013-05-05imx: mx35: Remove legacy iomux supportBenoît Thébaudeau2-115/+0
2013-04-16mx35 iomux: correct offsets of IOMUX registersPhilip Paeps1-2/+2
2013-04-13BUGFIX: arm: data abort in get_bad_stack_swiTetsuyuki Kobayashi1-1/+2
2013-04-12arm: Make all linker scripts compatible with per-symbol sectionsBenoît Thébaudeau1-1/+1
2013-04-12arm: Remove unused relocate_code() parametersBenoît Thébaudeau1-4/+2
2013-04-12imx: Fix automatic make targets for imx imagesBenoît Thébaudeau1-0/+7
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-15Replace __bss_end__ with __bss_endSimon Glass2-2/+2
2013-03-08SPL: ONENAND: Fix some ONENAND related defines.Enric Balletbo i Serra1-1/+1