summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/lib
Commit message (Collapse)AuthorAgeFilesLines
* [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
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* 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
| | | | | Manual correctly, there is no need to invalidate the cache beforehand (in fact on my board this function crashes)
* 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
| | | | architectures need this (e.g. blackfin and i386)
* 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