aboutsummaryrefslogtreecommitdiff
path: root/arch/blackfin/kernel/setup.c
AgeCommit message (Expand)Author
2010-08-06Blackfin: BF51x/BF52x: support GPIO Hysteresis/Schmitt Trigger optionsMichael Hennerich
2010-05-22Blackfin: another year of changes (update copyright in boot log)Mike Frysinger
2010-03-09Blackfin: rewrite resync_core_{i,d}cache() SMP logic to avoid per_cpu dataGraf Yang
2010-03-09Blackfin: initial XIP supportBarry Song
2010-03-09Blackfin: replace harcoded define with proper THREAD_SIZE macroBarry Song
2010-03-09Blackfin: fix MPU page permission masks overflow when dealing with async memoryBarry Song
2010-03-09Blackfin: allow boards to register early devicesSonic Zhang
2009-12-15Blackfin: drop 4KB reserve at end of memoryBarry Song
2009-12-15Blackfin: announce current cpu rev when bootingRobin Getz
2009-12-15Blackfin: calculate on-chip lengths at link time rather than run timeMike Frysinger
2009-10-07Blackfin: mass clean up of copyright/licensing infoRobin Getz
2009-09-16Blackfin: fix spelling in a few commentsMichael Hennerich
2009-09-16Blackfin: punt dead cache locking codeMike Frysinger
2009-09-16Blackfin: catch hardware errors earlier during bootingRobin Getz
2009-09-16Blackfin: add an early shadow consoleRobin Getz
2009-09-16Blackfin: clean up early memory setup codeRobin Getz
2009-07-16Blackfin: drop per-cpu loops_per_jiffy trackingMichael Hennerich
2009-07-16Blackfin: drop duplicate runtime checking of anomaly 05000448Robin Getz
2009-07-16Blackfin: fix silent crash when no uClinux MTD filesystem existsRobin Getz
2009-07-16Blackfin: drop dead flash_probe callMike Frysinger
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches
2009-06-22Blackfin: fix early crash when booting on wrong cpuRobin Getz
2009-06-22Blackfin: decouple unrelated cache settings to get exact behaviorJie Zhang
2009-06-22Blackfin: fix accidental reset in some boot modesSonic Zhang
2009-06-13Blackfin: add blackfin_invalidate_entire_icache for SMP systemsSonic Zhang
2009-06-13Blackfin: include the cpu compiled version in /proc/cpuinfoRobin Getz
2009-06-12Blackfin: override default uClinux MTD addr/sizeMike Frysinger
2009-06-12Blackfin: detect anomaly 05000274Sonic Zhang
2009-06-12Blackfin: do not append newlines to panic() messagesMike Frysinger
2009-06-12Blackfin: fix early L1 relocation crashRobin Getz
2009-03-05Blackfin arch: remove spurious dash when dcache is offMike Frysinger
2009-03-05Blackfin arch: Random read/write errors are a bad thingRobin Getz
2009-02-04Blackfin arch: Update Copyright informationMichael Hennerich
2009-02-04Blackfin arch: define bfin_memmap as static since it is only used hereMike Frysinger
2009-02-04Blackfin arch: read SYSCR on newer parts that mirror the bits of SWRST in itMike Frysinger
2009-02-04Blackfin arch: Print out where the bootmode is coming from (for easier debugg...Robin Getz
2009-01-07Blackfin arch: rewrite get_sclk()/get_vco()Mike Frysinger
2009-01-07Blackfin arch: Faster C implementation of no-MPU CPLB handlerBernd Schmidt
2009-01-07Blackfin arch: panic when running on a chip rev below what we are compiled forRobin Getz
2009-01-07Blackfin arch: do not allow people to pass in a diff clkin_hz valueMike Frysinger
2009-01-07Blackfin arch: allow clkin_hz to be specified on the command lineMike Frysinger
2009-01-07Blackfin arch: show_cpuinfo - consolidate ugly castsMike Frysinger
2009-01-07Blackfin arch: include linux/mm.h since we use PAGE_ALIGN and suchMike Frysinger
2009-01-07Blackfin arch: rewrite dma_memcpy() and dma in/out functionsMike Frysinger
2009-01-07Blackfin arch: delete now unused "cclk" member of blackfin_cpudataMike Frysinger
2008-11-18Blackfin arch: Fix bug - change cpufreq doesn't take effect on bf537 nowMichael Hennerich
2008-11-18Blackfin arch: SMP supporting patchset: Blackfin kernel and memory management...Graf Yang
2008-10-28Blackfin arch: dont warn when running a kernel on the oldest supported siliconMike Frysinger
2008-10-27Blackfin arch: don't copy bss when copying L1Mike Frysinger
2008-10-13Blackfin arch: introducing bfin_addr_dcachableVitja Makarov