summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove cli/sti from arch/blackfin/lib/cpu.c. We do not use interruptsSascha Hauer2007-09-131-8/+2
* add empty common.hSascha Hauer2007-09-131-0/+1
* add missing includeSascha Hauer2007-09-131-0/+1
* remove old functions from include/environment.hSascha Hauer2007-09-131-19/+5
* add -D__blackfin__ to blackfin CFLAGSSascha Hauer2007-09-131-1/+1
* add Kconfig option for showing the image typeSascha Hauer2007-09-131-0/+5
* fix error handling in envfs_load()Sascha Hauer2007-09-131-8/+22
* remove extern stufffSascha Hauer2007-09-131-16/+12
* add default environmentSascha Hauer2007-09-133-3/+56
* - fix handling of images on not mappable devices in bootm.Sascha Hauer2007-09-131-8/+28
* remove old env handling in ec920 boardSascha Hauer2007-09-131-12/+0
* add rom driverSascha Hauer2007-09-131-0/+7
* remove cpu/bf533. use arch/blackfinSascha Hauer2007-09-1313-2623/+0
* fix a bug in the editor when reading files which do not haveSascha Hauer2007-09-131-1/+3
* Clean up toplevel Makefile a bit:Sascha Hauer2007-09-131-187/+7
* move blackfin cache functions to arch/blackfin/lib/cpu.cSascha Hauer2007-09-121-0/+0
* rename bf533_linux.c -> blackfin_linux.cSascha Hauer2007-09-121-0/+0
* add (un)protect to saveenvSascha Hauer2007-09-121-0/+16
* remove ancient directory lib_genericSascha Hauer2007-09-1219-7385/+0
* - coding styleSascha Hauer2007-09-121-29/+45
* use timeout loop instead of udelay/counter combinationSascha Hauer2007-09-111-5/+4
* add support for the PII bf561 boardSascha Hauer2007-09-114-0/+187
* Use unsigned char * for mac address. Otherwise (s)printf interpetsSascha Hauer2007-09-112-2/+2
* Do not use -f <file> to specify the device for erase and protect, butSascha Hauer2007-09-111-23/+27
* add blackfin network driverSascha Hauer2007-09-113-0/+752
* add blackfin serial driverSascha Hauer2007-09-115-273/+152
* initial blackfin supportSascha Hauer2007-09-1138-593/+5830
* dm9000.c: return -0 -> return 0Sascha Hauer2007-09-111-1/+1
* Remove all unused files from common. They can be added later fromSascha Hauer2007-09-0552-22318/+0
* add gen_netx_image to MakefileSascha Hauer2007-09-051-0/+1
* generate netx images in toplevel Makefile. This does not look very goodSascha Hauer2007-09-051-0/+9
* add Hilscher netx support part3 (header files)Sascha Hauer2007-09-054-0/+369
* use text_entry instead of hardcoded start.S for scb9328Sascha Hauer2007-09-051-1/+1
* temporary config for netxSascha Hauer2007-09-051-0/+4
* add Hilscher netx serial driverSascha Hauer2007-09-053-0/+181
* add hilscher netx ethernet driverSascha Hauer2007-09-053-0/+297
* add Hilscher netx support part2Sascha Hauer2007-09-058-0/+1009
* add hilscher netx supportSascha Hauer2007-09-056-2/+231
* add netx image generation scriptSascha Hauer2007-09-051-0/+238
* 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-253-2/+4
* further reloc fixesSascha Hauer2007-07-255-23/+43
* -trunk -> -gitSascha Hauer2007-07-161-1/+1
* enable flash protection for monitorSascha Hauer2007-07-161-0/+3
* add whitespace in banner stringSascha Hauer2007-07-161-1/+1
* add missing includeSascha Hauer2007-07-161-0/+1
* implement flash protectionSascha Hauer2007-07-168-26/+124
* fix compiler warningSascha Hauer2007-07-152-0/+8
* use memmap() to save one memcpy call in bootmSascha Hauer2007-07-155-63/+77
* implement memmap().Sascha Hauer2007-07-158-0/+79