summaryrefslogtreecommitdiff
path: root/arch/blackfin/kernel/setup.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-01new helper: ext2_image_size()Al Viro1-3/+4
2012-03-21Disintegrate asm/system.h for Blackfin [ver #2]David Howells1-0/+1
2012-01-09bf54x: get mem size: missing break in switchSteven Miao1-4/+12
2011-07-23Blackfin: optimize double fault boot checkingMike Frysinger1-7/+9
2011-05-25Blackfin: convert old cpumask API to new oneKOSAKI Motohiro1-2/+2
2011-05-25Blackfin: optimize MMR reads during startup a bitMike Frysinger1-11/+9
2011-05-25Blackfin: move internal irq prototypes out of global namespaceMike Frysinger1-0/+1
2011-05-25Blackfin: bf51x/bf52x: fix typo in hysteresis MMR namesMike Frysinger1-4/+4
2011-05-25Blackfin: SMP: drop unused blackfin_cpudata.idle pointerMike Frysinger1-1/+0
2011-05-25Blackfin: SMP: fix cpudata cache setupMike Frysinger1-2/+2
2011-05-25Blackfin: clean up /proc/cpuinfo outputMike Frysinger1-8/+8
2011-03-18Blackfin: SMP: work around anomaly 05000491Sonic Zhang1-0/+37
2010-08-06Blackfin: BF51x/BF52x: support GPIO Hysteresis/Schmitt Trigger optionsMichael Hennerich1-0/+7
2010-05-22Blackfin: another year of changes (update copyright in boot log)Mike Frysinger1-2/+2
2010-03-09Blackfin: rewrite resync_core_{i,d}cache() SMP logic to avoid per_cpu dataGraf Yang1-2/+2
2010-03-09Blackfin: initial XIP supportBarry Song1-3/+13
2010-03-09Blackfin: replace harcoded define with proper THREAD_SIZE macroBarry Song1-1/+1
2010-03-09Blackfin: fix MPU page permission masks overflow when dealing with async memoryBarry Song1-0/+5
2010-03-09Blackfin: allow boards to register early devicesSonic Zhang1-0/+7
2009-12-15Blackfin: drop 4KB reserve at end of memoryBarry Song1-5/+0
2009-12-15Blackfin: announce current cpu rev when bootingRobin Getz1-1/+1
2009-12-15Blackfin: calculate on-chip lengths at link time rather than run timeMike Frysinger1-23/+16
2009-10-07Blackfin: mass clean up of copyright/licensing infoRobin Getz1-5/+1
2009-09-17Blackfin: fix spelling in a few commentsMichael Hennerich1-2/+2
2009-09-17Blackfin: punt dead cache locking codeMike Frysinger1-51/+0
2009-09-17Blackfin: catch hardware errors earlier during bootingRobin Getz1-0/+3
2009-09-17Blackfin: add an early shadow consoleRobin Getz1-0/+2
2009-09-17Blackfin: clean up early memory setup codeRobin Getz1-28/+32
2009-07-16Blackfin: drop per-cpu loops_per_jiffy trackingMichael Hennerich1-4/+3
2009-07-16Blackfin: drop duplicate runtime checking of anomaly 05000448Robin Getz1-4/+0
2009-07-16Blackfin: fix silent crash when no uClinux MTD filesystem existsRobin Getz1-10/+16
2009-07-16Blackfin: drop dead flash_probe callMike Frysinger1-7/+0
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-20/+21
2009-06-23Blackfin: fix early crash when booting on wrong cpuRobin Getz1-8/+15
2009-06-23Blackfin: decouple unrelated cache settings to get exact behaviorJie Zhang1-18/+78
2009-06-23Blackfin: fix accidental reset in some boot modesSonic Zhang1-1/+2
2009-06-13Blackfin: add blackfin_invalidate_entire_icache for SMP systemsSonic Zhang1-0/+3
2009-06-13Blackfin: include the cpu compiled version in /proc/cpuinfoRobin Getz1-2/+11
2009-06-12Blackfin: override default uClinux MTD addr/sizeMike Frysinger1-4/+7
2009-06-12Blackfin: detect anomaly 05000274Sonic Zhang1-7/+2
2009-06-12Blackfin: do not append newlines to panic() messagesMike Frysinger1-4/+4
2009-06-12Blackfin: fix early L1 relocation crashRobin Getz1-23/+28
2009-03-05Blackfin arch: remove spurious dash when dcache is offMike Frysinger1-3/+3
2009-03-05Blackfin arch: Random read/write errors are a bad thingRobin Getz1-0/+4
2009-02-04Blackfin arch: Update Copyright informationMichael Hennerich1-1/+1
2009-02-04Blackfin arch: define bfin_memmap as static since it is only used hereMike Frysinger1-1/+1
2009-02-04Blackfin arch: read SYSCR on newer parts that mirror the bits of SWRST in itMike Frysinger1-0/+6
2009-02-04Blackfin arch: Print out where the bootmode is coming from (for easier debugg...Robin Getz1-0/+2
2009-01-07Blackfin arch: rewrite get_sclk()/get_vco()Mike Frysinger1-15/+16
2009-01-07Blackfin arch: Faster C implementation of no-MPU CPLB handlerBernd Schmidt1-8/+1