summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/start.S
AgeCommit message (Expand)Author
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
2011-08-03omap: add MMC and FAT support to SPLAneesh V
2011-08-03armv7: start.S: fixes and enhancements for SPLAneesh V
2011-07-26replace CONFIG_PRELOADER with CONFIG_SPL_BUILDAneesh V
2011-07-17ARM: add missing CONFIG_SKIP_LOWLEVEL_INIT for armv7Rob Herring
2011-07-04armv7: integrate cache maintenance supportAneesh V
2011-05-19Minor coding style cleanup.Wolfgang Denk
2011-04-27arm: Tegra2: add support for A9 CPU initTom Warren
2011-04-27ARMV7: OMAP3: Fix preprocessor check for CONFIG_OMAP34XXLuca Ceresoli
2011-03-27arm: fix incorrect monitor protection region in FLASHPo-Yu Chuang
2011-03-27rename _end to __bss_end__Po-Yu Chuang
2011-02-02ARM: */start.S: code cleanupLiu Hui-R64343
2010-12-13ARM: */start.S: use canonical asm syntaxWolfgang Denk
2010-12-09armv7: fix relocation skipAndreas Bießmann
2010-12-09arm: fixloop(): do not use r8 for relocationAndreas Bießmann