summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel/setup.c
AgeCommit message (Expand)AuthorLines
2008-04-25[Blackfin] arch: take DDR DEVWD into consideration as well for BF548Michael Hennerich-6/+13
2008-04-25[Blackfin] arch: BF54x memsizes are in mbits, not mbytesMike Frysinger-4/+4
2008-04-25[Blackfin] arch: detect the memory available in the system on the fly by defaultMike Frysinger-1/+44
2008-04-24[Blackfin] arch: now that we can panic() early, dont need the delayed L1 over...Mike Frysinger-11/+1
2008-04-24[Blackfin] arch: fix bug - Section data_l1_cacheline_aligned should be define...Sonic Zhang-3/+3
2008-04-24[Blackfin] arch: Add a little bit more runtime info for MPURobin Getz-2/+6
2008-04-24[Blackfin] arch: theres no need to declare ram{end,start,base} in the head.S ...Mike Frysinger-0/+1
2008-03-26[Blackfin] arch: add code to initialize globals declared in linux/bootmem.h: ...Yi Li-7/+45
2008-02-25[Blackfin] arch: make sure we export the _bfin_swrst symbol as modules (like ...Mike Frysinger-0/+1
2008-02-22[Blackfin] arch: add fixed code to the memory map outputMike Frysinger-1/+3
2008-02-02[Blackfin] arch: fix building with mtd uclinux by putting the mtd_phys option...Mike Frysinger-3/+4
2008-02-02[Blackfin] arch: simpler header and update datesMike Frysinger-24/+5
2008-02-02[Blackfin] arch: move the init sections to the end of memoryMike Frysinger-7/+7
2008-02-02[Blackfin] arch: Fix BUG - Enable ISP1362 driver to work ok with BF561Michael Hennerich-8/+10
2008-02-09[Blackfin] arch: add "memmap=nn[KMG]@ss[KMG]" and "memmap=nn[KMG]$ss[KMG]" op...Yi Li-114/+427
2008-02-08procfs: constify function pointer tablesJan Engelhardt-1/+1
2008-02-07Introduce flags for reserve_bootmem()Bernhard Walle-1/+1
2008-01-27[Blackfin] arch: fix bug kernel boot message: memory information is not reaso...Yi Li-0/+1
2008-01-27[Blackfin] arch: Initial checkin of the memory protection support.Bernd Schmidt-0/+10
2007-12-24[Blackfin] arch: scrub dead alive/idle LED codeMike Frysinger-2/+0
2007-11-18Blackfin arch: fix bug kernel not to boot up with mtd filesystemsBernd Schmidt-4/+4
2007-11-23Blackfin arch: use do_div() for the 64bit division as pointed out by BerndMike Frysinger-2/+7
2007-11-15Blackfin arch: move the init sections to the end of memory to help decrease m...Robin Getz-4/+4
2007-10-29Blackfin arch: ensure that speculative loads of bad pointers don't cause us t...Robin Getz-0/+2
2007-10-29Blackfin arch: fix bug: tell users if the kernel is recovering from a fault c...Robin Getz-2/+9
2007-10-22Blackfin arch: Javier Herrer writes: fix building when icache and dcache is d...Mike Frysinger-2/+2
2007-10-21Blackfin arch: add functions for converting between sclks and usecsMike Frysinger-1/+13
2007-10-21Blackfin arch: use "char bfin_board_name[]" rather than "char *bfin_board_nam...Mike Frysinger-10/+10
2007-10-21Blackfin arch: Fix up /proc/cpuinfo so it is like everyone elseRobin Getz-39/+61
2007-10-09Blackfin arch: Enable earlyprintk earlier - so any error after our interrupt ...Robin Getz-17/+21
2007-09-12Blackfin arch: fix typo pointed out by David Rowe (Mhz -> MHz)Mike Frysinger-1/+1
2007-08-27Blackfin arch: Remove cruft - CONFIG_DEBUG_SERIAL_EARLY_INIT didn't work that...Robin Getz-5/+0
2007-10-10Blackfin arch: to do some consolidation of common code and common name spacesRobin Getz-14/+15
2007-07-25Blackfin arch: revise anomaly handling by basing things on the compiler not t...Mike Frysinger-10/+10
2007-07-25Blackfin arch: Initialize the exception vectors early in the boot processBernd Schmidt-0/+1
2007-07-24Blackfin arch: use bfin_read_SWRST() now that BF561 provides itMike Frysinger-4/+0
2007-07-12Blackfin arch: Enable BF54x PIN/GPIO interruptsMichael Hennerich-2/+2
2007-07-12Blackfin arch: cleanup warnings from checkpatch -- no functional changesMike Frysinger-23/+21
2007-06-21Blackfin arch: Clean up trace buffer handling, No major functional changes.Robin Getz-3/+11
2007-07-12Blackfin arch: Start untangling the CPLB handling code.Bernd Schmidt-287/+2
2007-06-21Blackfin arch: defines and provides entry points for certain user space funct...Bernd Schmidt-0/+22
2007-07-12Blackfin arch: initial supporting for BF548-EZKITRoy Huang-1/+2
2007-06-25Blackfin arch: Add proper -mcpu option according to the cpu and silicon revis...Jie Zhang-4/+14
2007-06-21Blackfin arch: match kernel startup messaage with new linker scriptRobin Getz-3/+5
2007-06-11Blackfin arch: add support for Alon Bar-Lev's dynamic kernel command-lineMike Frysinger-4/+3
2007-06-14Blackfin arch: try to split up functions like this into smaller units accordi...Aubrey Li-112/+121
2007-06-11Blackfin arch: move more of our startup code to .init so it can be freed once...Mike Frysinger-5/+5
2007-05-21Blackfin arch: cache SWRST value at bootup so other things like watchdog can ...Mike Frysinger-0/+8
2007-05-21Blackfin arch: move board specific setup out of common init code and into the...Mike Frysinger-18/+2
2007-05-21Blackfin arch: Fix bug using usb keyboard crashes kernelMichael Hennerich-1/+3