summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/start.S
Commit message (Expand)AuthorAgeFilesLines
* arm: factorize relocate_code routineAlbert ARIBAUD2013-05-301-76/+0
* arm: do not compile relocate_code() for SPL buildsAlbert ARIBAUD2013-05-301-4/+2
* Tegra: Restore cp15 VBAR _start vector write for ARMv7Tom Warren2013-04-151-2/+0
* ARMv7: start.S: stay in HYP mode if u-boot is entered in itAndre Przywara2013-04-151-3/+7
* BUGFIX: arm: data abort in get_bad_stack_swiTetsuyuki Kobayashi2013-04-131-1/+2
* arm: Remove unused relocate_code() parametersBenoît Thébaudeau2013-04-121-4/+2
* arm: relocate_code(): Use __image_copy_end for end of relocationBenoît Thébaudeau2013-04-121-2/+2
* arm: relocate_code(): Remove useless relocation offset computationBenoît Thébaudeau2013-04-121-5/+3
* arm: relocate_code() is no longer noreturnBenoît Thébaudeau2013-04-121-3/+1
* arm: start.S: Fix _TEXT_BASE for SPLBenoît Thébaudeau2013-04-121-0/+4
* armv7: do not relocate _start twiceVincent Stehlé2013-03-281-1/+0
* ARM: implement erratum 716044 workaroundStephen Warren2013-03-221-0/+6
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-03-181-0/+19
|\
| * ARM: implement some Cortex-A9 errata workaroundsStephen Warren2013-03-131-0/+19
* | Replace __bss_end__ with __bss_endSimon Glass2013-03-151-1/+1
|/
* Tegra30: Add generic Tegra30 build supportTom Warren2013-01-161-2/+2
* arm: move C runtime setup code in crt0.SAlbert ARIBAUD2013-01-081-45/+13
* armv7 cpu_init_crit: Simplify codeBenoît Thébaudeau2012-10-041-4/+1
* SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linuxTom Rini2012-09-271-11/+2
* arm: bugfix: save_boot_params_default accesses uninitalized stack when -O0Tetsuyuki Kobayashi2012-09-011-0/+14
* tegra20: enable SPL for tegra20 boardsAllen Martin2012-09-011-2/+0
* tegra20: rename tegra2 -> tegra20Allen Martin2012-09-011-4/+4
* arm: Fix to mistake clean the memory spaceZhong Hongbo2012-07-201-3/+5
* arm: bugfix: Move vector table before jumping relocated codeTetsuyuki Kobayashi2012-07-071-0/+12
* armv7: add appropriate headers for assembly functionsAneesh V2012-05-151-6/+7
* arm: Tegra: fix undefined instruction hang immediately after resetTom Warren2011-12-211-0/+2
* tegra2: Remove unneeded boot codeSimon Glass2011-12-091-12/+0
* arm: Move CP15 init out of cpu_init_crit()Simon Glass2011-12-091-6/+18
* start.S: remove omap3 specific code from start.SAneesh V2011-12-061-23/+0
* armv7: setup vectorAneesh V2011-12-061-0/+17
* omap: add MMC and FAT support to SPLAneesh V2011-08-031-0/+1
* armv7: start.S: fixes and enhancements for SPLAneesh V2011-08-031-12/+37
* replace CONFIG_PRELOADER with CONFIG_SPL_BUILDAneesh V2011-07-261-3/+3
* ARM: add missing CONFIG_SKIP_LOWLEVEL_INIT for armv7Rob Herring2011-07-171-0/+2
* armv7: integrate cache maintenance supportAneesh V2011-07-041-1/+17
* Minor coding style cleanup.Wolfgang Denk2011-05-191-1/+1
* arm: Tegra2: add support for A9 CPU initTom Warren2011-04-271-0/+12
* ARMV7: OMAP3: Fix preprocessor check for CONFIG_OMAP34XXLuca Ceresoli2011-04-271-1/+1
* arm: fix incorrect monitor protection region in FLASHPo-Yu Chuang2011-03-271-0/+4
* rename _end to __bss_end__Po-Yu Chuang2011-03-271-1/+1
* ARM: */start.S: code cleanupLiu Hui-R643432011-02-021-2/+0
* ARM: */start.S: use canonical asm syntaxWolfgang Denk2010-12-131-1/+1
* armv7: fix relocation skipAndreas Bießmann2010-12-091-2/+2
* arm: fixloop(): do not use r8 for relocationAndreas Bießmann2010-12-091-3/+3
* arm: relocate_code(): do not set register uselessAndreas Bießmann2010-12-091-4/+4
* arm: copy_loop(): use scratch registerAndreas Bießmann2010-12-091-5/+5
* arm: add 8-byte alignment for ABI compliance before board_init_fHeiko Schocher2010-12-081-0/+1
* ARM: fix linker file for newer ld supportAlbert Aribaud2010-11-171-24/+0
* Drop support for CONFIG_SKIP_RELOCATE_UBOOTWolfgang Denk2010-10-291-4/+0
* Drop support for CONFIG_SYS_ARM_WITHOUT_RELOCWolfgang Denk2010-10-291-113/+0
OpenPOWER on IntegriCloud