summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/start.c
Commit message (Expand)AuthorAgeFilesLines
...
* ARM: Automatically determine malloc sizeSascha Hauer2013-02-041-0/+28
* ARM: Enable mmu earlySascha Hauer2013-02-041-0/+12
* ARM: Setup stack at end of SDRAMSascha Hauer2013-02-041-1/+17
* ARM start: pickup parameters from pblSascha Hauer2013-02-041-21/+23
* ARM: remove now unused MACH_[HAS|DO]_LOWLEVEL_INITSascha Hauer2013-02-041-12/+0
* ARM: add __noreturn to board_init_lowlevel_returnSascha Hauer2013-02-041-1/+1
* ARM: Add new entry point for bareboxSascha Hauer2013-02-041-0/+13
* Merge branch 'for-next/arm-start' into for-next/armSascha Hauer2012-10-171-35/+6
|\
| * ARM: simplify start.cSascha Hauer2012-10-081-18/+4
| * ARM: add assembly function for setting up C environmentSascha Hauer2012-10-051-18/+5
* | ARM: introduce arm_setup_stack function and use itSascha Hauer2012-10-131-3/+1
|/
* Merge branch 'for-next/arm-board-reset'Sascha Hauer2012-10-031-0/+12
|\
| * ARM: give boards control of the reset entry pointJan Luebbe2012-09-271-0/+12
* | Merge branch 'for-next/remove-fsf-address'Sascha Hauer2012-10-031-3/+0
|\ \
| * | Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-3/+0
| |/
* | ARM lowlevel: Use get_runtime_offsetSascha Hauer2012-09-091-9/+3
* | ARM lowlevel: Update function documentationSascha Hauer2012-09-091-1/+4
|/
* create a common ARM flush_icache functionSascha Hauer2012-08-131-2/+2
* Add pre-bootloader (pbl) image supportJean-Christophe PLAGNIOL-VILLARD2012-08-031-38/+16
* ARM: move exception vector table to exceptions.SSascha Hauer2012-07-241-25/+0
* ARM startup: calculate offset instead of runtime addressSascha Hauer2012-07-231-6/+6
* ARM: Enable unaligned accesses on armv6 and laterSascha Hauer2012-07-101-7/+5
* Merge branch 'pu/cache' into nextSascha Hauer2012-05-241-6/+3
|\
| * ARM startup: Do call __mmu_cache_flush during startupSascha Hauer2012-05-231-6/+0
| * ARM startup: invalidate I-cache before jumping to relocated binarySascha Hauer2012-04-131-0/+3
* | fix typo funtion -> functionAntony Pavlov2012-05-131-1/+1
|/
* ARM: use unconditional branch in exception vectorsSascha Hauer2012-03-061-8/+8
* ARM: Allow to compile in thumb-2 modeSascha Hauer2012-03-061-0/+1
* ARM: get runtime offset of board_init_lowlevel_return by using separate sectionSascha Hauer2012-02-281-2/+2
* ARM: move exception vectors away from start of binarySascha Hauer2012-02-281-7/+7
* ARM: set SCTRL[A] only when architecture does not support unaligned accessEnrico Scholz2012-01-021-1/+10
* ARM: mark 'lr' as clobbered by inline assemblerEnrico Scholz2012-01-021-1/+1
* ARM: remove unused exceptionSascha Hauer2011-08-071-1/+1
* ARM: compile in image size and magic into barebox imageSascha Hauer2011-05-061-0/+6
* ARM: make exception handling optionalSascha Hauer2011-04-111-0/+10
* ARM start.c: use sections.h header file for linker variablesSascha Hauer2011-01-171-3/+2
* ARM: support big-endian processors.Krzysztof Halasa2010-12-211-0/+3
* ARM: add missing call to arch_init_lowlevelSascha Hauer2010-06-231-0/+3
* arm start.c: Make runtime function address calculation tolerant for more comp...Sascha Hauer2010-06-131-7/+10
* arm: reimplement startup code in CSascha Hauer2010-05-031-0/+108