aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 debugging).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
2009-01-07Blackfin arch: panic when running on a chip rev below what we are compiled forRobin Getz1-1/+4
2009-01-07Blackfin arch: do not allow people to pass in a diff clkin_hz valueMike Frysinger1-0/+4
2009-01-07Blackfin arch: allow clkin_hz to be specified on the command lineMike Frysinger1-3/+21
2009-01-07Blackfin arch: show_cpuinfo - consolidate ugly castsMike Frysinger1-11/+8
2009-01-07Blackfin arch: include linux/mm.h since we use PAGE_ALIGN and suchMike Frysinger1-0/+1
2009-01-07Blackfin arch: rewrite dma_memcpy() and dma in/out functionsMike Frysinger1-0/+2
2009-01-07Blackfin arch: delete now unused "cclk" member of blackfin_cpudataMike Frysinger1-1/+0
2008-11-18Blackfin arch: Fix bug - change cpufreq doesn't take effect on bf537 nowMichael Hennerich1-3/+4
2008-11-18Blackfin arch: SMP supporting patchset: Blackfin kernel and memory management codeGraf Yang1-52/+111
2008-10-28Blackfin arch: dont warn when running a kernel on the oldest supported siliconMike Frysinger1-1/+1
2008-10-27Blackfin arch: don't copy bss when copying L1Mike Frysinger1-5/+5
2008-10-13Blackfin arch: introducing bfin_addr_dcachableVitja Makarov1-0/+1
2008-10-10Blackfin arch: fix a typo in commentsBryan Wu1-1/+1
2008-10-10Blackfin arch: print out error/warning if you are running on the incorrect CPU typeRobin Getz1-16/+27
2008-10-09Blackfin arch: Move all the silicon rev handling to one placeMike Frysinger1-1/+2
2008-10-09Blackfin arch: correct icache size in show_cpuinfo(), let c_start() return proper pointerGraf Yang1-4/+10
2008-10-08Blackfin arch: Modify some funtion names to more genernal onesGraf Yang1-4/+4
2008-10-08Blackfin arch: add supporting for double fault debug handlingRobin Getz1-10/+20
2008-08-14Blackfin arch: use %pF when printing out the double fault address so we get symbol namesMike Frysinger1-1/+1
2008-08-14Blackfin arch: Print out doublefault addresses, so debug can occurRobin Getz1-1/+6
2008-08-14Blackfin arch: cleanup cache lock codeMike Frysinger1-1/+1
2008-08-13Blackfin arch: convert L2 defines to be the same as the L1 definesMike Frysinger1-7/+7
2008-08-06Blackfin arch: move async memory programming into common setup_arch() as the banks dont really need to be setup fully as early as head.SMike Frysinger1-0/+10
2008-07-26Blackfin arch: If we double fault, rather than hang forever, resetRobin Getz1-2/+5
2008-07-26Blackfin arch: When icache is off, make sure people know itRobin Getz1-5/+12
2008-07-26Blackfin arch: cache the values of vco/sclk/cclk as the overhead of doing so (~24 bytes) is worth avoiding the software mult/div routinesMike Frysinger1-10/+34
2008-07-26Blackfin arch: check the EXTBANKS field of the DDRCTL1 register to see if we are using both memory banksMike Frysinger1-0/+2
2008-07-19Blackfin arch: Extend sram malloc to handle L2 SRAM.Sonic Zhang1-0/+10
2008-07-14Blackfin arch: Remove redundant kernel optionMichael Hennerich1-9/+5
2008-04-25[Blackfin] arch: take DDR DEVWD into consideration as well for BF548Michael Hennerich1-6/+13
2008-04-25[Blackfin] arch: BF54x memsizes are in mbits, not mbytesMike Frysinger1-4/+4
2008-04-25[Blackfin] arch: detect the memory available in the system on the fly by defaultMike Frysinger1-1/+44
2008-04-24[Blackfin] arch: now that we can panic() early, dont need the delayed L1 overflow checkMike Frysinger1-11/+1
2008-04-24[Blackfin] arch: fix bug - Section data_l1_cacheline_aligned should be defined in link script of kernelSonic Zhang1-3/+3
2008-04-24[Blackfin] arch: Add a little bit more runtime info for MPURobin Getz1-2/+6
2008-04-24[Blackfin] arch: theres no need to declare ram{end,start,base} in the head.S filesMike Frysinger1-0/+1
2008-03-26[Blackfin] arch: add code to initialize globals declared in linux/bootmem.h: max_pfn, max_low_pfn, min_low_pfn.Yi Li1-7/+45