summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel/setup.c
AgeCommit message (Expand)AuthorFilesLines
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 CP...Robin 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 pr...Graf 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 s...Mike 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 ...Mike 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 ...Mike Frysinger1-10/+34
2008-07-26Blackfin arch: check the EXTBANKS field of the DDRCTL1 register to see if we ...Mike 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 over...Mike Frysinger1-11/+1
2008-04-24[Blackfin] arch: fix bug - Section data_l1_cacheline_aligned should be define...Sonic 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 ...Mike Frysinger1-0/+1
2008-03-26[Blackfin] arch: add code to initialize globals declared in linux/bootmem.h: ...Yi Li1-7/+45
2008-02-25[Blackfin] arch: make sure we export the _bfin_swrst symbol as modules (like ...Mike Frysinger1-0/+1
2008-02-22[Blackfin] arch: add fixed code to the memory map outputMike Frysinger1-1/+3
2008-02-02[Blackfin] arch: fix building with mtd uclinux by putting the mtd_phys option...Mike Frysinger1-3/+4
2008-02-02[Blackfin] arch: simpler header and update datesMike Frysinger1-24/+5
2008-02-02[Blackfin] arch: move the init sections to the end of memoryMike Frysinger1-7/+7
2008-02-02[Blackfin] arch: Fix BUG - Enable ISP1362 driver to work ok with BF561Michael Hennerich1-8/+10
2008-02-09[Blackfin] arch: add "memmap=nn[KMG]@ss[KMG]" and "memmap=nn[KMG]$ss[KMG]" op...Yi Li1-114/+427
2008-02-08procfs: constify function pointer tablesJan Engelhardt1-1/+1
2008-02-07Introduce flags for reserve_bootmem()Bernhard Walle1-1/+1
2008-01-27[Blackfin] arch: fix bug kernel boot message: memory information is not reaso...Yi Li1-0/+1
2008-01-27[Blackfin] arch: Initial checkin of the memory protection support.Bernd Schmidt1-0/+10
2007-12-24[Blackfin] arch: scrub dead alive/idle LED codeMike Frysinger1-2/+0
2007-11-18Blackfin arch: fix bug kernel not to boot up with mtd filesystemsBernd Schmidt1-4/+4
2007-11-23Blackfin arch: use do_div() for the 64bit division as pointed out by BerndMike Frysinger1-2/+7
2007-11-15Blackfin arch: move the init sections to the end of memory to help decrease m...Robin Getz1-4/+4
2007-10-29Blackfin arch: ensure that speculative loads of bad pointers don't cause us t...Robin Getz1-0/+2
2007-10-29Blackfin arch: fix bug: tell users if the kernel is recovering from a fault c...Robin Getz1-2/+9
2007-10-22Blackfin arch: Javier Herrer writes: fix building when icache and dcache is d...Mike Frysinger1-2/+2
2007-10-21Blackfin arch: add functions for converting between sclks and usecsMike Frysinger1-1/+13
2007-10-21Blackfin arch: use "char bfin_board_name[]" rather than "char *bfin_board_nam...Mike Frysinger1-10/+10
2007-10-21Blackfin arch: Fix up /proc/cpuinfo so it is like everyone elseRobin Getz1-39/+61
2007-10-09Blackfin arch: Enable earlyprintk earlier - so any error after our interrupt ...Robin Getz1-17/+21
2007-09-12Blackfin arch: fix typo pointed out by David Rowe (Mhz -> MHz)Mike Frysinger1-1/+1
2007-08-27Blackfin arch: Remove cruft - CONFIG_DEBUG_SERIAL_EARLY_INIT didn't work that...Robin Getz1-5/+0