summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu
Commit message (Expand)AuthorAgeFilesLines
* ARM: add missing call to arch_init_lowlevelSascha Hauer2010-06-231-0/+3
* arch/arm/cpu/cpu.c: remove unused variableSascha Hauer2010-06-171-2/+0
* arm start.c: Make runtime function address calculation tolerant for more comp...Sascha Hauer2010-06-131-7/+10
* arm: use processor specififc functions to turn off MMUSascha Hauer2010-06-101-4/+11
* arm: reimplement startup code in CSascha Hauer2010-05-033-253/+109
* arm: move __mmu_cache_flush to bare_init sectionSascha Hauer2010-05-034-0/+9
* ARM: update icache functions to use get_cr/set_crSascha Hauer2010-05-031-81/+13
* ARM: use memalign in dma_alloc_coherent to assure alignmentSascha Hauer2010-05-031-1/+1
* add l2x0 cache supportSascha Hauer2010-03-304-0/+204
* ARM: Add a wrapper around dma_* functionsSascha Hauer2010-03-305-16/+31
* ARM: replace cleanup_before_linux with the generic shutdown_barebox functionSascha Hauer2010-03-301-7/+5
* remove unused file arch/arm/cpu/cache.SSascha Hauer2010-03-181-70/+0
* armv5: use proper cache flush functionSascha Hauer2010-03-182-1/+114
* start-arm: cleanup: proper indentionMarc Kleine-Budde2010-02-161-6/+6
* arm/cpu/Makefile: cleanup: proper indentionMarc Kleine-Budde2010-02-161-5/+6
* add armv6 support to the konfig systemSascha Hauer2010-02-011-0/+8
* remove typedef cmd_tbl_t and replace it with struct commandSascha Hauer2010-02-012-2/+2
* Use cache functions from kernelSascha Hauer2010-02-015-25/+463
* documentation updatesJuergen Beisert2009-12-151-1/+0
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-153-13/+13
* Some doxygen related fixesJuergen Beisert2009-12-142-12/+0
* arm: add endian config supportJean-Christophe PLAGNIOL-VILLARD2009-11-031-0/+11
* arm: introduce CPU CONFIG from linuxJean-Christophe PLAGNIOL-VILLARD2009-11-033-6/+58
* commands: remove maxargsSascha Hauer2009-10-192-2/+0
* rename dma macrosSascha Hauer2009-09-251-2/+2
* use _stext instead of TEXT_BASESascha Hauer2009-09-081-1/+1
* Add MMU supportSascha Hauer2009-08-194-0/+213
* return is not a functionSascha Hauer2009-08-181-1/+1
* Shutdown U-Boot before starting an OSSascha Hauer2009-03-191-0/+2
* Fix Exception handlingSascha Hauer2009-02-201-1/+1
* ARM: Add simple icache enable/disable commandSascha Hauer2009-02-061-0/+24
* [ARM] Add MX35 supportSascha Hauer2009-02-061-0/+1
* ARM: Add cpuinfo commandSascha Hauer2009-01-132-0/+138
* ARM startup code: Whitespace changesSascha Hauer2008-08-131-31/+27
* ARM startup: move exception handler to extra fileSascha Hauer2008-08-133-165/+181
* remove start-intcm.S. it is currently unused and brokenSascha Hauer2008-06-061-370/+0
* 010-OMAP-addbaseNishanth Menon2008-06-052-0/+55
* 001-arch-configNishanth Menon2008-06-051-1/+1
* [memory layout]: streamline memory layoutSascha Hauer2008-06-042-36/+21
* Change CONFIG_SKIP_LOWLEVEL_INIT to CONFIG_MACH_DO_LOWLEVEL_INITMenon, Nishanth2008-05-121-1/+1
* start-arm.S is not thought to be ARM920 specific. reflect this in the comment.Sascha Hauer2008-05-071-1/+1
* Replace start-arm920t.S with start-arm.SNishanth Menon2008-05-072-6/+4
* remove warningsRobert Schwebel2007-11-271-1/+2
* saving added docuJuergen Beisert2007-11-053-29/+183
* adding i.MX31 CPU supportJuergen Beisert2007-10-172-14/+19
* arm: use text_entry for reset vector instead of hardcoded filenamesascha2007-10-172-2/+3
* no need to have CONFIG_SKIP_RELOCATE_UBOOTsascha2007-10-161-2/+0
* remove s3c24x0 specific stuff from arm start file, addsascha2007-10-161-75/+20
* consolidate arch/arm/cpu/start-arm920t.S and arch/arm/cpu/start-arm926ejs.SSascha Hauer2007-09-053-407/+14
* arm: use linker section for reset vectorSascha Hauer2007-07-252-1/+3