summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/lib
Commit message (Expand)AuthorAgeFilesLines
* include: Move bulk of boot.h to bootm.hSascha Hauer2016-07-261-0/+1
* whole tree: remove trailing whitespacesDu Huanpeng2016-04-211-1/+1
* bootm: Push dryrun to handlersSascha Hauer2016-01-261-0/+3
* restart: replace reset_cpu with registered restart handlersSascha Hauer2015-08-272-4/+14
* exitcall: move arch_shutdown to exitcall infrastructureHerve Codina2015-07-131-1/+5
* blackfin: consolidate arch/blackfin/include/asm/linkage.hMasahiro Yamada2015-02-021-1/+1
* kbuild: move asm-offsets.h rule to ./KbuildMasahiro Yamada2015-01-081-0/+12
* treewide: Reuse init_clock() return value for clocksource driversAlexander Shiyan2014-11-101-3/+1
* bootm: introduce bootm_load_os helperSascha Hauer2014-01-101-2/+4
* blackfin: Remove unneeded assignmentAlexander Shiyan2013-07-091-1/+1
* blackfin: initialize malloc pool before start_barebox()Sascha Hauer2013-03-141-4/+2
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-1715-68/+0
* blackfin: add __ashrdi3Sascha Hauer2012-06-282-0/+37
* booting: more flexible Linux bootargs generationSascha Hauer2012-05-141-1/+1
* bootm: use new uimage codeSascha Hauer2011-12-151-4/+8
* fix malloc space sizesSascha Hauer2011-12-031-1/+1
* bootm: push relocate_image up to the generic commandSascha Hauer2011-11-291-3/+0
* rename include/mem_malloc.h to include/memory.hSascha Hauer2011-09-231-1/+1
* blackfin: fix printf compiler warningsSascha Hauer2011-01-072-2/+2
* clocksource: switch mask to CLOCKSOURCE_MASKJean-Christophe PLAGNIOL-VILLARD2010-11-291-1/+1
* reset_cpu: unify declarationRobert Schwebel2010-10-221-1/+1
* Replace direct header access with the API routinesJean-Christophe PLAGNIOL-VILLARD2010-10-081-2/+2
* Revert "Replace direct header access with the API routines"Sascha Hauer2010-10-071-2/+2
* Replace direct header access with the API routinesJean-Christophe PLAGNIOL-VILLARD2010-09-241-2/+2
* remove now unused arch_executeSascha Hauer2010-03-301-11/+0
* blackfin: implement arch_shutdown callSascha Hauer2010-03-301-0/+5
* make reset_cpu a __noreturn functionSascha Hauer2010-03-301-1/+4
* fix arch_execute prototypeSascha Hauer2009-12-171-1/+1
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-157-9/+9
* [blackfin] memory layout related compile fixesSascha Hauer2008-07-031-2/+3
* [blackfin]: register handler for booting linux imagesSascha Hauer2008-02-211-1/+16
* Blackfin: Need to mask all interrupts before starting Linux.Sascha Hauer2007-10-231-0/+3
* CONFIG_MODULE -> CONFIG_MODULESSascha Hauer2007-10-041-1/+1
* add blackfin specific bits for module handlingSascha Hauer2007-09-282-0/+312
* declare lots of functions staticSascha Hauer2007-09-281-1/+1
* blackfin_linux.c: disable icache unconditionally. If I understand theSascha Hauer2007-09-271-5/+2
* ups. mixed up start and end in blackfin_mem_malloc_initSascha Hauer2007-09-271-2/+2
* add blackfin cache and traps handlingSascha Hauer2007-09-166-156/+675
* make blackfin linux start function functionalSascha Hauer2007-09-161-6/+4
* remove unused blackfin_board.hSascha Hauer2007-09-161-57/+0
* add the possibility to have a arch specific 'go' command. SomeSascha Hauer2007-09-161-4/+9
* first maybe-working blackfin linux boot functionSascha Hauer2007-09-131-42/+18
* add missing files to arch/blackfin/lib/MakefileSascha Hauer2007-09-131-1/+3
* remove cli/sti from arch/blackfin/lib/cpu.c. We do not use interruptsSascha Hauer2007-09-131-8/+2
* move blackfin cache functions to arch/blackfin/lib/cpu.cSascha Hauer2007-09-121-0/+189
* rename bf533_linux.c -> blackfin_linux.cSascha Hauer2007-09-121-0/+0
* initial blackfin supportSascha Hauer2007-09-1117-0/+1493