summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm1136
Commit message (Expand)AuthorAgeLines
* ARM: move -march=* and -mtune= options to arch/arm/MakefileMasahiro Yamada2015-03-27-9/+0
* remove unnecessary version.h includesRob Herring2015-03-24-1/+0
* mx35: Fix boot hang by avoiding vector relocationFabio Estevam2015-03-02-0/+27
* mx31: Fix boot hang by avoiding vector relocationFabio Estevam2015-03-02-0/+27
* kbuild: use SoC-specific CONFIG to descend into SoC directoryMasahiro Yamada2014-11-23-1/+2
* kbuild: Descend into SOC directory from CPU directoryMasahiro Yamada2014-11-23-0/+2
* Rename some defines containing FAT in their name to be filesystem genericGuillaume GARDET2014-10-27-1/+1
* arm: mx35: use common timer functionsAndrew Ruder2014-09-16-83/+0
* arm: mx31: use common timer functionsAndrew Ruder2014-09-16-102/+2
* arm: Add missing .vectors section to linker scriptsBenoît Thébaudeau2014-08-30-0/+1
* arm: move exception handling out of start.S filesAlbert ARIBAUD2014-05-15-241/+1
* arm: remove unused _end_vect and _vectors_end symbolsAlbert ARIBAUD2014-05-15-2/+0
* arm1136: move cache code from start.S to cache.cAlbert ARIBAUD2014-05-15-10/+0
* kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/libMasahiro Yamada2014-03-28-71/+0
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-02-26-28/+5
|\
| * arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD2014-02-26-27/+0
| * arm: make _end compiler-generatedAlbert ARIBAUD2014-02-26-1/+5
* | kbuild: refactor more IMX image rulesMasahiro Yamada2014-02-25-10/+0
* | kbuild: use shorten logs for IMX imagesMasahiro Yamada2014-02-25-1/+1
|/
* kbuild: change out-of-tree buildMasahiro Yamada2014-02-19-1/+1
* ARM: merge commonly-defined PLATFORM_RELFLAGSMasahiro Yamada2014-01-24-7/+0
* ARM: convert makefiles to Kbuild styleMasahiro Yamada2013-10-31-73/+8
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-14-1/+1
* ARM: refactor compiler options in config.mkMasahiro Yamada2013-09-23-1/+0
* ARM: omap24xx: remove remainders of dead boardMasahiro Yamada2013-08-15-193/+0
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-276/+17
* arm: Remove OMAP2420H4 and all omap24xx supportTom Rini2013-06-10-18/+0
* arm: factorize relocate_code routineAlbert ARIBAUD2013-05-30-76/+0
* arm: do not compile relocate_code() for SPL buildsAlbert ARIBAUD2013-05-30-8/+3
* imx: mx35: Remove legacy iomux supportBenoît Thébaudeau2013-05-05-115/+0
* mx35 iomux: correct offsets of IOMUX registersPhilip Paeps2013-04-16-2/+2
* BUGFIX: arm: data abort in get_bad_stack_swiTetsuyuki Kobayashi2013-04-13-1/+2
* arm: Make all linker scripts compatible with per-symbol sectionsBenoît Thébaudeau2013-04-12-1/+1
* arm: Remove unused relocate_code() parametersBenoît Thébaudeau2013-04-12-4/+2
* imx: Fix automatic make targets for imx imagesBenoît Thébaudeau2013-04-12-0/+7
* arm: relocate_code(): Use __image_copy_end for end of relocationBenoît Thébaudeau2013-04-12-2/+2
* arm: relocate_code(): Remove useless relocation offset computationBenoît Thébaudeau2013-04-12-5/+3
* arm1136: Remove redundant relocate_code() returnBenoît Thébaudeau2013-04-12-2/+0
* arm: relocate_code() is no longer noreturnBenoît Thébaudeau2013-04-12-3/+1
* arm: start.S: Fix _TEXT_BASE for SPLBenoît Thébaudeau2013-04-12-0/+4
* omap2420-h4: Fix get_timer() and CONFIG_SYS_HZHunter, Jon2013-04-08-2/+6
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-03-18-1/+1
|\
| * SPL: ONENAND: Fix some ONENAND related defines.Enric Balletbo i Serra2013-03-08-1/+1
* | Replace __bss_end__ with __bss_endSimon Glass2013-03-15-2/+2
|/
* ppc: arm: Move sdhc_clk into arch_global_dataSimon Glass2013-02-04-3/+3
* arm: Move lastinc to arch_global_dataSimon Glass2013-02-01-11/+11
* arm: Move tbl to arch_global_dataSimon Glass2013-02-01-11/+14
* Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-01-14-45/+0
|\
| * mx31/mx35/mx51/mx53/mx6: add watchdogTroy Kisky2013-01-13-45/+0
* | arm: move C runtime setup code in crt0.SAlbert ARIBAUD2013-01-08-57/+14
|/