summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/start.S
AgeCommit message (Expand)Author
2015-08-12ARM: Introduce erratum workaround for 801819Nishanth Menon
2015-07-07armv7: better comment in start.SPavel Machek
2015-03-24remove unnecessary version.h includesRob Herring
2015-03-13ARM: Introduce erratum workaround for 621766Nishanth Menon
2015-03-13ARM: Introduce erratum workaround for 430973Nishanth Menon
2015-03-13ARM: Introduce erratum workaround for 454179Nishanth Menon
2015-03-13ARM: Introduce erratum workaround for 798870Nishanth Menon
2015-02-16sunxi: Support the FEL boot mode in the regular u-boot buildSiarhei Siamashka
2015-02-16sunxi: Normalise FEL supportSimon Glass
2015-02-16arm: Allow lr to be saved by board codeSimon Glass
2015-01-30ARM: armv7 fix spelling of SCTRLPeng Fan
2014-10-29arm: relocate the exception vectorsGeorges Savoundararadj
2014-05-15arm: move exception handling out of start.S filesAlbert ARIBAUD
2014-05-15arm: remove unused _end_vect and _vectors_end symbolsAlbert ARIBAUD
2014-04-07ARM: Add workaround for Cortex-A9 errata 761320Nitin Garg
2014-04-07ARM: Add workaround for Cortex-A9 errata 794072Nitin Garg
2014-02-26arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD
2014-01-26ARM: armv7: Make indirect vector addresses globlMarek Vasut
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-05-30arm: factorize relocate_code routineAlbert ARIBAUD
2013-05-30arm: do not compile relocate_code() for SPL buildsAlbert ARIBAUD
2013-04-15Tegra: Restore cp15 VBAR _start vector write for ARMv7Tom Warren
2013-04-15ARMv7: start.S: stay in HYP mode if u-boot is entered in itAndre Przywara
2013-04-13BUGFIX: arm: data abort in get_bad_stack_swiTetsuyuki Kobayashi
2013-04-12arm: Remove unused relocate_code() parametersBenoît Thébaudeau
2013-04-12arm: relocate_code(): Use __image_copy_end for end of relocationBenoît Thébaudeau
2013-04-12arm: relocate_code(): Remove useless relocation offset computationBenoît Thébaudeau
2013-04-12arm: relocate_code() is no longer noreturnBenoît Thébaudeau
2013-04-12arm: start.S: Fix _TEXT_BASE for SPLBenoît Thébaudeau
2013-03-28armv7: do not relocate _start twiceVincent Stehlé
2013-03-22ARM: implement erratum 716044 workaroundStephen Warren
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2013-03-15Replace __bss_end__ with __bss_endSimon Glass
2013-03-13ARM: implement some Cortex-A9 errata workaroundsStephen Warren
2013-01-16Tegra30: Add generic Tegra30 build supportTom Warren
2013-01-08arm: move C runtime setup code in crt0.SAlbert ARIBAUD
2012-10-04armv7 cpu_init_crit: Simplify codeBenoît Thébaudeau
2012-09-27SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linuxTom Rini
2012-09-01arm: bugfix: save_boot_params_default accesses uninitalized stack when -O0Tetsuyuki Kobayashi
2012-09-01tegra20: enable SPL for tegra20 boardsAllen Martin
2012-09-01tegra20: rename tegra2 -> tegra20Allen Martin
2012-07-20arm: Fix to mistake clean the memory spaceZhong Hongbo
2012-07-07arm: bugfix: Move vector table before jumping relocated codeTetsuyuki Kobayashi
2012-05-15armv7: add appropriate headers for assembly functionsAneesh V
2011-12-21arm: Tegra: fix undefined instruction hang immediately after resetTom Warren
2011-12-09tegra2: Remove unneeded boot codeSimon Glass
2011-12-09arm: Move CP15 init out of cpu_init_crit()Simon Glass
2011-12-06start.S: remove omap3 specific code from start.SAneesh V
2011-12-06armv7: setup vectorAneesh V