summaryrefslogtreecommitdiffstats
path: root/arch/blackfin
Commit message (Expand)AuthorAgeFilesLines
...
* [kbuild] move -ffreestanding from architecture Makefiles to toplevelSascha Hauer2008-06-031-1/+1
* [kbuild] move -fno-builtin from architecture Makefiles to toplevelSascha Hauer2008-06-031-1/+1
* [kbuild] move -Os flag from architecture Makefiles to toplevelSascha Hauer2008-06-031-1/+1
* [kbuild] change architecture Makefiles not to overwriteSascha Hauer2008-06-031-1/+1
* Some Blackfin CPU revs don't handle the clock pre-divider correctly on resetEnrik Berkhan2008-03-141-0/+12
* [blackfin]: register handler for booting linux imagesSascha Hauer2008-02-211-1/+16
* [IPE337] refreshed defconfigWolfram Sang2008-01-241-4/+18
* [IPE337] Better support for multiple revisionWolfram Sang2008-01-241-6/+13
* Make board IPE337 revision 2 selectable for .configWolfram Sang2008-01-232-0/+11
* Fix/Adapt settings for version 2 of IPE337Enrik Berkhan2008-01-231-1/+52
* Enable blackfin boot rom boot modesEnrik Berkhan2008-01-232-1/+40
* remove -isystem with empty argumentMarc Kleine-Budde2007-11-291-2/+1
* don't against link libgccMarc Kleine-Budde2007-11-281-1/+0
* [ipe337] rename environment subdir form defenv -> envMarc Kleine-Budde2007-11-121-7/+2
* Replace all occurences of UBoot with U-BootSascha Hauer2007-10-241-1/+1
* ipe337: Update defconfig (fix TEXT_BASE)Sascha Hauer2007-10-241-12/+13
* Blackfin: Need to mask all interrupts before starting Linux.Sascha Hauer2007-10-231-0/+3
* basic doc structure addedJuergen Beisert2007-10-191-0/+9
* Linking: Remove linker scripts from (arm based-) boards and addsascha2007-10-171-1/+3
* add default link address for ipe337 boardSascha Hauer2007-10-041-0/+1
* CONFIG_MODULE -> CONFIG_MODULESSascha Hauer2007-10-042-2/+2
* add blackfin specific bits for module handlingSascha Hauer2007-09-284-1/+317
* declare lots of functions staticSascha Hauer2007-09-281-1/+1
* Merge /home/git/users/rsc/u-boot-v2Sascha Hauer2007-09-271-0/+4
|\
| * Subject: clean up TEXT_BASERobert Schwebel (Laptop)2007-09-251-0/+4
* | 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 ipe337 defconfigSascha Hauer2007-09-221-0/+141
* 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
* add -D__blackfin__ to blackfin CFLAGSSascha Hauer2007-09-131-1/+1
* 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-1122-0/+2103