aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel/setup.c
Commit message (Expand)AuthorAgeFilesLines
* Blackfin arch: remove spurious dash when dcache is offMike Frysinger2009-03-051-3/+3
* Blackfin arch: Random read/write errors are a bad thingRobin Getz2009-03-051-0/+4
* Blackfin arch: Update Copyright informationMichael Hennerich2009-02-041-1/+1
* Blackfin arch: define bfin_memmap as static since it is only used hereMike Frysinger2009-02-041-1/+1
* Blackfin arch: read SYSCR on newer parts that mirror the bits of SWRST in itMike Frysinger2009-02-041-0/+6
* Blackfin arch: Print out where the bootmode is coming from (for easier debugg...Robin Getz2009-02-041-0/+2
* Blackfin arch: rewrite get_sclk()/get_vco()Mike Frysinger2009-01-071-15/+16
* Blackfin arch: Faster C implementation of no-MPU CPLB handlerBernd Schmidt2009-01-071-8/+1
* Blackfin arch: panic when running on a chip rev below what we are compiled forRobin Getz2009-01-071-1/+4
* Blackfin arch: do not allow people to pass in a diff clkin_hz valueMike Frysinger2009-01-071-0/+4
* Blackfin arch: allow clkin_hz to be specified on the command lineMike Frysinger2009-01-071-3/+21
* Blackfin arch: show_cpuinfo - consolidate ugly castsMike Frysinger2009-01-071-11/+8
* Blackfin arch: include linux/mm.h since we use PAGE_ALIGN and suchMike Frysinger2009-01-071-0/+1
* Blackfin arch: rewrite dma_memcpy() and dma in/out functionsMike Frysinger2009-01-071-0/+2
* Blackfin arch: delete now unused "cclk" member of blackfin_cpudataMike Frysinger2009-01-071-1/+0
* Blackfin arch: Fix bug - change cpufreq doesn't take effect on bf537 nowMichael Hennerich2008-11-181-3/+4
* Blackfin arch: SMP supporting patchset: Blackfin kernel and memory management...Graf Yang2008-11-181-52/+111
* Blackfin arch: dont warn when running a kernel on the oldest supported siliconMike Frysinger2008-10-281-1/+1
* Blackfin arch: don't copy bss when copying L1Mike Frysinger2008-10-271-5/+5
* Blackfin arch: introducing bfin_addr_dcachableVitja Makarov2008-10-131-0/+1
* Blackfin arch: fix a typo in commentsBryan Wu2008-10-101-1/+1
* Blackfin arch: print out error/warning if you are running on the incorrect CP...Robin Getz2008-10-101-16/+27
* Blackfin arch: Move all the silicon rev handling to one placeMike Frysinger2008-10-091-1/+2
* Blackfin arch: correct icache size in show_cpuinfo(), let c_start() return pr...Graf Yang2008-10-091-4/+10
* Blackfin arch: Modify some funtion names to more genernal onesGraf Yang2008-10-081-4/+4
* Blackfin arch: add supporting for double fault debug handlingRobin Getz2008-10-081-10/+20
* Blackfin arch: use %pF when printing out the double fault address so we get s...Mike Frysinger2008-08-141-1/+1
* Blackfin arch: Print out doublefault addresses, so debug can occurRobin Getz2008-08-141-1/+6
* Blackfin arch: cleanup cache lock codeMike Frysinger2008-08-141-1/+1
* Blackfin arch: convert L2 defines to be the same as the L1 definesMike Frysinger2008-08-131-7/+7
* Blackfin arch: move async memory programming into common setup_arch() as the ...Mike Frysinger2008-08-061-0/+10
* Blackfin arch: If we double fault, rather than hang forever, resetRobin Getz2008-07-261-2/+5
* Blackfin arch: When icache is off, make sure people know itRobin Getz2008-07-261-5/+12
* Blackfin arch: cache the values of vco/sclk/cclk as the overhead of doing so ...Mike Frysinger2008-07-261-10/+34
* Blackfin arch: check the EXTBANKS field of the DDRCTL1 register to see if we ...Mike Frysinger2008-07-261-0/+2
* Blackfin arch: Extend sram malloc to handle L2 SRAM.Sonic Zhang2008-07-191-0/+10
* Blackfin arch: Remove redundant kernel optionMichael Hennerich2008-07-141-9/+5
* [Blackfin] arch: take DDR DEVWD into consideration as well for BF548Michael Hennerich2008-04-251-6/+13
* [Blackfin] arch: BF54x memsizes are in mbits, not mbytesMike Frysinger2008-04-251-4/+4
* [Blackfin] arch: detect the memory available in the system on the fly by defaultMike Frysinger2008-04-251-1/+44
* [Blackfin] arch: now that we can panic() early, dont need the delayed L1 over...Mike Frysinger2008-04-241-11/+1
* [Blackfin] arch: fix bug - Section data_l1_cacheline_aligned should be define...Sonic Zhang2008-04-241-3/+3
* [Blackfin] arch: Add a little bit more runtime info for MPURobin Getz2008-04-241-2/+6
* [Blackfin] arch: theres no need to declare ram{end,start,base} in the head.S ...Mike Frysinger2008-04-241-0/+1
* [Blackfin] arch: add code to initialize globals declared in linux/bootmem.h: ...Yi Li2008-03-261-7/+45
* [Blackfin] arch: make sure we export the _bfin_swrst symbol as modules (like ...Mike Frysinger2008-02-251-0/+1
* [Blackfin] arch: add fixed code to the memory map outputMike Frysinger2008-02-221-1/+3
* [Blackfin] arch: fix building with mtd uclinux by putting the mtd_phys option...Mike Frysinger2008-02-021-3/+4
* [Blackfin] arch: simpler header and update datesMike Frysinger2008-02-021-24/+5
* [Blackfin] arch: move the init sections to the end of memoryMike Frysinger2008-02-021-7/+7