summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/start.S
Commit message (Expand)AuthorAgeLines
* ARM: Add workaround for Cortex-A9 errata 761320Nitin Garg2014-04-07-0/+5
* ARM: Add workaround for Cortex-A9 errata 794072Nitin Garg2014-04-07-1/+1
* arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD2014-02-26-23/+0
* ARM: armv7: Make indirect vector addresses globlMarek Vasut2014-01-26-0/+7
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-14-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* arm: factorize relocate_code routineAlbert ARIBAUD2013-05-30-76/+0
* arm: do not compile relocate_code() for SPL buildsAlbert ARIBAUD2013-05-30-4/+2
* Tegra: Restore cp15 VBAR _start vector write for ARMv7Tom Warren2013-04-15-2/+0
* ARMv7: start.S: stay in HYP mode if u-boot is entered in itAndre Przywara2013-04-15-3/+7
* BUGFIX: arm: data abort in get_bad_stack_swiTetsuyuki Kobayashi2013-04-13-1/+2
* arm: Remove unused relocate_code() parametersBenoît Thébaudeau2013-04-12-4/+2
* 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
* 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
* armv7: do not relocate _start twiceVincent Stehlé2013-03-28-1/+0
* ARM: implement erratum 716044 workaroundStephen Warren2013-03-22-0/+6
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-03-18-0/+19
|\
| * ARM: implement some Cortex-A9 errata workaroundsStephen Warren2013-03-13-0/+19
* | Replace __bss_end__ with __bss_endSimon Glass2013-03-15-1/+1
|/
* Tegra30: Add generic Tegra30 build supportTom Warren2013-01-16-2/+2
* arm: move C runtime setup code in crt0.SAlbert ARIBAUD2013-01-08-45/+13
* armv7 cpu_init_crit: Simplify codeBenoît Thébaudeau2012-10-04-4/+1
* SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linuxTom Rini2012-09-27-11/+2
* arm: bugfix: save_boot_params_default accesses uninitalized stack when -O0Tetsuyuki Kobayashi2012-09-01-0/+14
* tegra20: enable SPL for tegra20 boardsAllen Martin2012-09-01-2/+0
* tegra20: rename tegra2 -> tegra20Allen Martin2012-09-01-4/+4
* arm: Fix to mistake clean the memory spaceZhong Hongbo2012-07-20-3/+5
* arm: bugfix: Move vector table before jumping relocated codeTetsuyuki Kobayashi2012-07-07-0/+12
* armv7: add appropriate headers for assembly functionsAneesh V2012-05-15-6/+7
* arm: Tegra: fix undefined instruction hang immediately after resetTom Warren2011-12-21-0/+2
* tegra2: Remove unneeded boot codeSimon Glass2011-12-09-12/+0
* arm: Move CP15 init out of cpu_init_crit()Simon Glass2011-12-09-6/+18
* start.S: remove omap3 specific code from start.SAneesh V2011-12-06-23/+0
* armv7: setup vectorAneesh V2011-12-06-0/+17
* omap: add MMC and FAT support to SPLAneesh V2011-08-03-0/+1
* armv7: start.S: fixes and enhancements for SPLAneesh V2011-08-03-12/+37
* replace CONFIG_PRELOADER with CONFIG_SPL_BUILDAneesh V2011-07-26-3/+3
* ARM: add missing CONFIG_SKIP_LOWLEVEL_INIT for armv7Rob Herring2011-07-17-0/+2
* armv7: integrate cache maintenance supportAneesh V2011-07-04-1/+17
* Minor coding style cleanup.Wolfgang Denk2011-05-19-1/+1
* arm: Tegra2: add support for A9 CPU initTom Warren2011-04-27-0/+12
* ARMV7: OMAP3: Fix preprocessor check for CONFIG_OMAP34XXLuca Ceresoli2011-04-27-1/+1
* arm: fix incorrect monitor protection region in FLASHPo-Yu Chuang2011-03-27-0/+4
* rename _end to __bss_end__Po-Yu Chuang2011-03-27-1/+1
* ARM: */start.S: code cleanupLiu Hui-R643432011-02-02-2/+0
* ARM: */start.S: use canonical asm syntaxWolfgang Denk2010-12-13-1/+1
* armv7: fix relocation skipAndreas Bießmann2010-12-09-2/+2
* arm: fixloop(): do not use r8 for relocationAndreas Bießmann2010-12-09-3/+3