summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: Move mmu_disable to mmu.cSascha Hauer2018-03-211-15/+0
* ARM: shutdown: Fix compiler warningSascha Hauer2018-03-211-11/+17
* ARM: rename flush_icache to icache_invalidateSascha Hauer2017-09-271-1/+1
* arm: cpu: add basic arm64 mmu supportRaphael Poggi2016-07-061-0/+2
* arm: cpu: disable code portion in armv8 caseRaphael Poggi2016-07-061-0/+5
* ARM: Remove do_execute and thumb2_executeTrent Piepho2015-12-071-26/+0
* ARM: l2x0: move outer cache flush on disable to userLucas Stach2015-10-131-1/+3
* ARM: l2x0: Flush cache before disabling itSascha Hauer2015-08-081-2/+1
* exitcall: move arch_shutdown to exitcall infrastructureHerve Codina2015-07-131-1/+2
* misc: upper-case some abbreviationsHolger Schurig2014-06-021-1/+1
* ARM: mode cpu_architecture() to common.cSascha Hauer2014-01-291-14/+0
* ARM: make cpu architecture detection available as static inline functionSascha Hauer2013-03-041-33/+1
* arm: move outercase to cpu.c as some SoC as the ux500 always need to flush th...Jean-Christophe PLAGNIOL-VILLARD2013-02-111-2/+20
* ARM: Setup stack at end of SDRAMSascha Hauer2013-02-041-0/+12
* ARM: ensure irqs are disabled at barebox exitVicente Bergas2012-10-151-0/+11
* ARM: no need to call cache functions when MMU is disabledSascha Hauer2012-10-121-11/+2
* ARM: Add cpu_architecture() functionSascha Hauer2012-10-101-0/+47
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* ARM: Allow to compile in thumb-2 modeSascha Hauer2012-03-061-0/+27
* Merge branch 'next'Sascha Hauer2012-01-051-34/+0
|\
| * ARM: remove unused icache commandSascha Hauer2011-12-151-34/+0
* | ARM: mark 'lr' as clobbered by inline assemblerEnrico Scholz2012-01-021-1/+1
|/
* ARM: switch to generic memory banksSascha Hauer2011-09-231-13/+0
* ARM: move armlinux_add_dram to location which is always compiledSascha Hauer2011-08-011-0/+14
* arm: compile icache command only when command support is presentSascha Hauer2011-04-111-1/+2
* arch/arm/cpu/cpu.c: sparse fixesSascha Hauer2010-10-211-0/+1
* arch/arm/cpu/cpu.c: remove unused variableSascha Hauer2010-06-171-2/+0
* arm: use processor specififc functions to turn off MMUSascha Hauer2010-06-101-4/+11
* ARM: update icache functions to use get_cr/set_crSascha Hauer2010-05-031-81/+13
* ARM: replace cleanup_before_linux with the generic shutdown_barebox functionSascha Hauer2010-03-301-7/+5
* remove typedef cmd_tbl_t and replace it with struct commandSascha Hauer2010-02-011-1/+1
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-6/+6
* Some doxygen related fixesJuergen Beisert2009-12-141-6/+0
* commands: remove maxargsSascha Hauer2009-10-191-1/+0
* Add MMU supportSascha Hauer2009-08-191-0/+5
* return is not a functionSascha Hauer2009-08-181-1/+1
* Shutdown U-Boot before starting an OSSascha Hauer2009-03-191-0/+2
* ARM: Add simple icache enable/disable commandSascha Hauer2009-02-061-0/+24
* [memory layout]: streamline memory layoutSascha Hauer2008-06-041-14/+0
* remove warningsRobert Schwebel2007-11-271-1/+2
* saving added docuJuergen Beisert2007-11-051-22/+90
* _armboot_start -> _u_boot_startSascha Hauer2007-07-121-1/+1
* svn_rev_693Sascha Hauer2007-07-051-15/+4
* svn_rev_630Sascha Hauer2007-07-051-2/+1
* svn_rev_495Sascha Hauer2007-07-051-2/+7
* svn_rev_494Sascha Hauer2007-07-051-0/+115