aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-15Blackfin arch: move the init sections to the end of memory to help decrease memory fragementationRobin Getz1-4/+4
2007-10-29Blackfin arch: ensure that speculative loads of bad pointers don't cause us to do bad things.Robin Getz1-0/+2
2007-10-29Blackfin arch: fix bug: tell users if the kernel is recovering from a fault conditionRobin Getz1-2/+9
2007-10-22Blackfin arch: Javier Herrer writes: fix building when icache and dcache is disabledMike 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_name" per discussion on lkml as the former uses less storageMike 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 tables are set up will print outRobin 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 well with DEBUG_KERNEL_STARTRobin Getz1-5/+0
2007-10-10Blackfin arch: to do some consolidation of common code and common name spacesRobin Getz1-14/+15
2007-07-25Blackfin arch: revise anomaly handling by basing things on the compiler not the kconfig definesMike Frysinger1-10/+10
2007-07-25Blackfin arch: Initialize the exception vectors early in the boot processBernd Schmidt1-0/+1
2007-07-24Blackfin arch: use bfin_read_SWRST() now that BF561 provides itMike Frysinger1-4/+0
2007-07-12Blackfin arch: Enable BF54x PIN/GPIO interruptsMichael Hennerich1-2/+2
2007-07-12Blackfin arch: cleanup warnings from checkpatch -- no functional changesMike Frysinger1-23/+21
2007-06-21Blackfin arch: Clean up trace buffer handling, No major functional changes.Robin Getz1-3/+11
2007-07-12Blackfin arch: Start untangling the CPLB handling code.Bernd Schmidt1-287/+2
2007-06-21Blackfin arch: defines and provides entry points for certain user space functions at fixed addressesBernd Schmidt1-0/+22
2007-07-12Blackfin arch: initial supporting for BF548-EZKITRoy Huang1-1/+2
2007-06-25Blackfin arch: Add proper -mcpu option according to the cpu and silicon revision configurationJie Zhang1-4/+14
2007-06-21Blackfin arch: match kernel startup messaage with new linker scriptRobin Getz1-3/+5
2007-06-11Blackfin arch: add support for Alon Bar-Lev's dynamic kernel command-lineMike Frysinger1-4/+3
2007-06-14Blackfin arch: try to split up functions like this into smaller units according to LKML reviewAubrey Li1-112/+121
2007-06-11Blackfin arch: move more of our startup code to .init so it can be freed once we are up and runningMike Frysinger1-5/+5
2007-05-21Blackfin arch: cache SWRST value at bootup so other things like watchdog can non-destructively query itMike Frysinger1-0/+8
2007-05-21Blackfin arch: move board specific setup out of common init code and into the board specific init codeMike Frysinger1-18/+2
2007-05-21Blackfin arch: Fix bug using usb keyboard crashes kernelMichael Hennerich1-1/+3
2007-05-07blackfin architectureBryan Wu1-0/+902