summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/start.S
Commit message (Expand)AuthorAgeLines
* ARM: Introduce function to switch to hypervisor modeKeerthy2016-10-06-0/+21
* arm: Allow skipping of low-level init with I-cache onSimon Glass2016-06-12-1/+4
* ARM: Introduce erratum workaround for 801819Nishanth Menon2015-08-12-0/+21
* armv7: better comment in start.SPavel Machek2015-07-07-4/+3
* remove unnecessary version.h includesRob Herring2015-03-24-1/+0
* ARM: Introduce erratum workaround for 621766Nishanth Menon2015-03-13-0/+13
* ARM: Introduce erratum workaround for 430973Nishanth Menon2015-03-13-0/+13
* ARM: Introduce erratum workaround for 454179Nishanth Menon2015-03-13-0/+13
* ARM: Introduce erratum workaround for 798870Nishanth Menon2015-03-13-1/+24
* sunxi: Support the FEL boot mode in the regular u-boot buildSiarhei Siamashka2015-02-16-4/+1
* sunxi: Normalise FEL supportSimon Glass2015-02-16-1/+4
* arm: Allow lr to be saved by board codeSimon Glass2015-02-16-2/+5
* ARM: armv7 fix spelling of SCTRLPeng Fan2015-01-30-3/+3
* arm: relocate the exception vectorsGeorges Savoundararadj2014-10-29-6/+0
* arm: move exception handling out of start.S filesAlbert ARIBAUD2014-05-15-249/+1
* arm: remove unused _end_vect and _vectors_end symbolsAlbert ARIBAUD2014-05-15-3/+0
* 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