aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel/setup.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Blackfin] arch: Fix BUG - Enable ISP1362 driver to work ok with BF561Michael Hennerich2008-02-021-8/+10
* [Blackfin] arch: add "memmap=nn[KMG]@ss[KMG]" and "memmap=nn[KMG]$ss[KMG]" op...Yi Li2008-02-091-114/+427
* procfs: constify function pointer tablesJan Engelhardt2008-02-081-1/+1
* Introduce flags for reserve_bootmem()Bernhard Walle2008-02-071-1/+1
* [Blackfin] arch: fix bug kernel boot message: memory information is not reaso...Yi Li2008-01-271-0/+1
* [Blackfin] arch: Initial checkin of the memory protection support.Bernd Schmidt2008-01-271-0/+10
* [Blackfin] arch: scrub dead alive/idle LED codeMike Frysinger2007-12-241-2/+0
* Blackfin arch: fix bug kernel not to boot up with mtd filesystemsBernd Schmidt2007-11-181-4/+4
* Blackfin arch: use do_div() for the 64bit division as pointed out by BerndMike Frysinger2007-11-231-2/+7
* Blackfin arch: move the init sections to the end of memory to help decrease m...Robin Getz2007-11-151-4/+4
* Blackfin arch: ensure that speculative loads of bad pointers don't cause us t...Robin Getz2007-10-291-0/+2
* Blackfin arch: fix bug: tell users if the kernel is recovering from a fault c...Robin Getz2007-10-291-2/+9
* Blackfin arch: Javier Herrer writes: fix building when icache and dcache is d...Mike Frysinger2007-10-221-2/+2
* Blackfin arch: add functions for converting between sclks and usecsMike Frysinger2007-10-211-1/+13
* Blackfin arch: use "char bfin_board_name[]" rather than "char *bfin_board_nam...Mike Frysinger2007-10-211-10/+10
* Blackfin arch: Fix up /proc/cpuinfo so it is like everyone elseRobin Getz2007-10-211-39/+61
* Blackfin arch: Enable earlyprintk earlier - so any error after our interrupt ...Robin Getz2007-10-091-17/+21
* Blackfin arch: fix typo pointed out by David Rowe (Mhz -> MHz)Mike Frysinger2007-09-121-1/+1
* Blackfin arch: Remove cruft - CONFIG_DEBUG_SERIAL_EARLY_INIT didn't work that...Robin Getz2007-08-271-5/+0
* Blackfin arch: to do some consolidation of common code and common name spacesRobin Getz2007-10-101-14/+15
* Blackfin arch: revise anomaly handling by basing things on the compiler not t...Mike Frysinger2007-07-251-10/+10
* Blackfin arch: Initialize the exception vectors early in the boot processBernd Schmidt2007-07-251-0/+1
* Blackfin arch: use bfin_read_SWRST() now that BF561 provides itMike Frysinger2007-07-241-4/+0
* Blackfin arch: Enable BF54x PIN/GPIO interruptsMichael Hennerich2007-07-121-2/+2
* Blackfin arch: cleanup warnings from checkpatch -- no functional changesMike Frysinger2007-07-121-23/+21
* Blackfin arch: Clean up trace buffer handling, No major functional changes.Robin Getz2007-06-211-3/+11