summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu
Commit message (Expand)AuthorAgeFilesLines
* arm: move outercase to cpu.c as some SoC as the ux500 always need to flush th...Jean-Christophe PLAGNIOL-VILLARD2013-02-113-17/+26
* arm: cache-l2x0 update sync define with Linux 3.5Jean-Christophe PLAGNIOL-VILLARD2013-02-111-31/+1
* ARM: mmu: Clear unpredictable bits for translation tableAlexander Shiyan2013-02-111-0/+3
* arm: rename reset and common_reset to barebox_arm_reset_vector and arm_cpu_lo...Jean-Christophe PLAGNIOL-VILLARD2013-02-081-1/+1
* ARM pbl: inline decompress functionSascha Hauer2013-02-041-8/+3
* ARM: Automatically determine malloc sizeSascha Hauer2013-02-041-0/+28
* ARM: Enable mmu earlySascha Hauer2013-02-042-1/+19
* ARM: Factor out early mmu codeSascha Hauer2013-02-044-74/+61
* ARM mmu: pickup already enabled mmuSascha Hauer2013-02-041-1/+8
* ARM pbl: Use dynamic parameters for early malloc spaceSascha Hauer2013-02-041-4/+7
* ARM: Setup stack at end of SDRAMSascha Hauer2013-02-043-4/+30
* ARM start: pickup parameters from pblSascha Hauer2013-02-041-21/+23
* ARM start-pbl: call uncompressed binary with argumentsSascha Hauer2013-02-041-9/+9
* ARM start-pbl: make board_init_lowlevel_return staticSascha Hauer2013-02-041-9/+5
* ARM: remove now unused MACH_[HAS|DO]_LOWLEVEL_INITSascha Hauer2013-02-042-24/+0
* ARM i.MX: Add i.MX specific entry point for bareboxSascha Hauer2013-02-041-0/+12
* ARM: add __noreturn to board_init_lowlevel_returnSascha Hauer2013-02-042-4/+4
* ARM: Add new entry point for bareboxSascha Hauer2013-02-042-0/+26
* Merge branch 'for-next/pbl'Sascha Hauer2013-02-041-19/+2
|\
| * pbl: factorise decompressorJean-Christophe PLAGNIOL-VILLARD2013-01-301-19/+2
* | Merge branch 'for-next/misc'Sascha Hauer2013-02-041-15/+28
|\ \
| * | arm-mmu: switch pte flags vars to lower caseAlexander Aring2013-01-251-14/+15
| * | arm-mmu: move PAGE_ALIGN macro to common.hAlexander Aring2013-01-181-2/+0
| * | remap_range: make function 'remap_range' globalAlexander Aring2013-01-181-1/+15
* | | ARM mmu: Use pr_debugSascha Hauer2013-01-271-3/+24
| |/ |/|
* | ARM v7: Fix register corruption in v7_mmu_cache_offSascha Hauer2013-01-231-0/+2
|/
* arm-mmu: remove semicolon in arm mmu.cAlexander Aring2013-01-141-1/+1
* Cleanup Kconfig filesAlexander Shiyan2012-12-081-4/+3
* ARM: start-pbl.c: unifify path to lib/decompress_*.cAntony Pavlov2012-11-201-1/+1
* ARM: start-pbl.c: make errorfn() staticAntony Pavlov2012-11-191-1/+1
* Merge branch 'for-next/bcm2835'Sascha Hauer2012-11-161-0/+5
|\
| * ARM1176: add supportCarlo Caione2012-10-211-0/+5
* | Merge branch 'for-next/arm-start' into for-next/armSascha Hauer2012-10-174-75/+53
|\ \
| * | ARM: simplify start.cSascha Hauer2012-10-081-18/+4
| * | ARM: cleanup piggydata copy checkSascha Hauer2012-10-051-20/+8
| * | ARM: add assembly function for setting up C environmentSascha Hauer2012-10-054-37/+43
| |/
* | ARM: ensure irqs are disabled at barebox exitVicente Bergas2012-10-151-0/+11
* | ARM: add rename PSR bits to match linux namesVicente Bergas2012-10-152-4/+3
* | ARM: introduce arm_setup_stack function and use itSascha Hauer2012-10-132-5/+2
* | ARM: Support multiple ARM architecturesSascha Hauer2012-10-137-73/+191
* | ARM: no need to call cache functions when MMU is disabledSascha Hauer2012-10-121-11/+2
* | ARM exceptions: Do not use hardcoded STACK_BASESascha Hauer2012-10-121-8/+7
* | ARM: Add cpu_architecture() functionSascha Hauer2012-10-101-0/+47
|/
* ARM: Fix Kconfig link for Cirrus Logic EP9312 CPU.Alexander Shiyan2012-10-051-1/+1
* ARM pbl: actually create cached mappings in the decompressorSascha Hauer2012-10-041-4/+3
* ARM pbl: Provide a dummy error function for the decompressorSascha Hauer2012-10-041-1/+6
* Merge branch 'for-next/arm-board-reset'Sascha Hauer2012-10-034-68/+26
|\
| * ARM: give boards control of the reset entry pointJan Luebbe2012-09-274-65/+26
| * ARM: remove ARCH_HAS_LOWLEVEL_INITSascha Hauer2012-09-271-4/+0
* | Merge branch 'for-next/arm-remove-arch-init-ll'Sascha Hauer2012-10-031-4/+0
|\ \