summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu
Commit message (Expand)AuthorAgeFilesLines
* ARM: Make multi images startup process simplerSascha Hauer2013-12-103-54/+6
* Merge branch 'for-next/misc'Sascha Hauer2013-12-061-0/+1
|\
| * treewide: Add missing includesSascha Hauer2013-11-081-0/+1
* | ARM: start: fix fdt inside valid memory checkSascha Hauer2013-11-261-1/+1
|/
* ARM: cache: do not crash when the MMU isn't yet setupAndre Heider2013-10-221-6/+12
* ARM: cache: restore cache functions from the PBLAndre Heider2013-10-221-1/+3
* arm: mmu: be more verbose if ttb setup failsJan Luebbe2013-10-061-1/+1
* ARM: invalidate caches thoroughlySascha Hauer2013-09-213-4/+8
* Merge branch 'for-next/omap'Sascha Hauer2013-09-051-0/+33
|\
| * ARM: cpuinfo: display the core name and versionJan Luebbe2013-08-271-0/+33
* | ARM: Create an assembly arm_cpu_lowlevel_init functionSascha Hauer2013-08-072-0/+41
|/
* Add multi images supportSascha Hauer2013-07-013-1/+160
* ARM: Allow to pass a devicetree via boarddataSascha Hauer2013-06-263-3/+41
* Merge branch 'for-next/marvell'Sascha Hauer2013-06-021-0/+8
|\
| * arm: mvebu: add Feroceon CPU typeThomas Petazzoni2013-05-171-0/+8
* | Merge branch 'for-next/misc'Sascha Hauer2013-06-021-1/+1
|\ \
| * | treewide: Fix typo seperate -> separateSascha Hauer2013-05-211-1/+1
| |/
* | ARM: invalidate data caches during early initSascha Hauer2013-05-233-0/+25
* | ARM v7: added v7_mmu_cache_invalidate()Enrico Scholz2013-05-231-5/+19
* | ARM v7: v7_mmu_cache_flush(): do not restore r0-r3 (minor optimization)Enrico Scholz2013-05-231-2/+2
* | ARM v7: fix mmu-off operationEnrico Scholz2013-05-171-25/+25
|/
* ARM: mmu: Use PAGE_ALIGN in dma_free_coherentJan Weitzel2013-04-271-3/+4
* Merge branch 'for-next/relocate'Sascha Hauer2013-04-049-43/+235
|\
| * ARM: Add relocatable binary supportSascha Hauer2013-03-075-4/+147
| * ARN: fixup vector addresses for relocatable binariesSascha Hauer2013-03-072-6/+51
| * ARM: add early mmu cache flush function and use it in setup_cSascha Hauer2013-03-042-0/+36
| * ARM: make cpu architecture detection available as static inline functionSascha Hauer2013-03-041-33/+1
* | Merge branch 'for-next/oftree'Sascha Hauer2013-04-042-0/+42
|\ \
| * | ARM: Initial dts supportSascha Hauer2013-03-122-0/+42
| |/
* / ARM: Add missing barebox_arm_boarddata functionSascha Hauer2013-03-101-0/+10
|/
* 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