summaryrefslogtreecommitdiffstats
path: root/arch/mips/config.in
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite of Indy IRQs to new style.Ralf Baechle2001-05-091-0/+1
|
* Alchemy support. Done by Pete and further hacked up a bit by me ...Ralf Baechle2001-05-041-1/+5
|
* MIPS time code rewrite.Ralf Baechle2001-04-191-1/+18
|
* Frame buffer for the TX3912.Ralf Baechle2001-04-011-5/+4
|
* Eleminate CONFIG_CPU_R3912; detect TX39 / R3000 at runtime.Ralf Baechle2001-04-011-6/+3
|
* Some more configuration file cleanup.Ralf Baechle2001-04-011-12/+3
|
* Fix hotplug / PCMCIA configuration.Ralf Baechle2001-03-311-2/+8
|
* Add code to support the SB1 core, including mmu routines, processorRalf Baechle2001-03-241-37/+21
| | | | | | | detection. This also tweaks cpu_probe() to use bits 15:8 of PRId as a company ID, as per the mips32/mips64 specs, and use bits 7:0 as the processor ID within the company. Patch from Justin with mods and some additional bits by me.
* Lots of cleanup from Keith with additional tweaks by me. More toRalf Baechle2001-03-181-9/+0
| | | | come. Stay frightened :-)
* Kill R8000 remains.Ralf Baechle2001-03-161-1/+0
|
* Asorted fixes.Ralf Baechle2001-03-081-2/+1
|
* Support for Phillips PDAs.Ralf Baechle2001-02-221-3/+22
|
* ITE 8172 patches from Pete Popov slightly hacked by me.Ralf Baechle2001-02-211-0/+28
|
* Define CONFIG_SMP to n. Patch from Jim Freeman.Ralf Baechle2001-02-051-0/+1
|
* Start of an attempt to unify support for GT64120 based boards.Ralf Baechle2001-02-051-3/+3
|
* Nevada is R52xx, not R56x0.Ralf Baechle2001-01-111-1/+1
|
* Merge with Linux 2.4.0.Ralf Baechle2001-01-111-1/+1
|
* Merge with Linux 2.4.0-prerelease. Big Makefile rewrite, test yourRalf Baechle2001-01-101-0/+2
| | | | Makefiles.
* Bunch more patches from MIPS.Ralf Baechle2000-12-291-2/+3
|
* MIPS32 patches from MIPS.Ralf Baechle2000-12-141-2/+3
|
* Cleanup io.h.Ralf Baechle2000-12-141-1/+4
|
* First batch of PMC Ocelot CP7000 patches.Ralf Baechle2000-12-131-0/+6
|
* Remove Cosine Orion support.Ralf Baechle2000-12-091-1/+0
|
* EV64120 support. From Steve Johnson.Ralf Baechle2000-12-041-0/+13
|
* Merge with 2.4.0-test11.Ralf Baechle2000-11-281-0/+4
|
* Kernel FPU emulator, chain saw edition.Ralf Baechle2000-11-251-0/+1
|
* CONFIG_MIPS_UNCACHED is only selectable of UP kernels. RebuildRalf Baechle2000-11-211-1/+3
| | | | defconfig files.
* More un-cobalting.Ralf Baechle2000-11-181-11/+0
|
* New configuration option CONFIG_MIPS_UNCACHED. Not yet selectable dueRalf Baechle2000-11-181-0/+1
| | | | | to the manuals documenting ll/sc operation as undefined for uncached memory.
* So, after reaching the 9-th nesting level of ifdefs in arch/mips/-Ralf Baechle2000-11-181-0/+4
| | | | | | | | | | kernel/Makefile my tastelessness detector just freaked out. The current concept of interrupt handling just doesn't scale to an ever increasing number of target platforms. Bits of new interrupt handling code are already in CVS and just to make it more clear that I won't take patches continuing this uglyness in all eternity I rename irq.c to old-irq.c which will only be compiled in when CONFIG_ROTTEN_IRQ is selected.
* Missing Galileo EV96100 bits. Patches from Pete Popov.Ralf Baechle2000-11-061-0/+6
|
* DDB5476 support from Jun Sun.Ralf Baechle2000-10-121-2/+5
|
* Kill irq_cannonicalize.Ralf Baechle2000-10-101-3/+16
|
* Support for MIPS Atlas and Malta evaluation boards. Chainsaw edition;Ralf Baechle2000-10-091-0/+7
| | | | doesn't compile because it smokes ld ...
* Merge with Linux 2.4.0-test9. Please check DECstation, I had a numberRalf Baechle2000-10-051-0/+2
| | | | | | | of rejects to fixup while integrating Linus patches. I also found that this kernel will only boot SMP on Origin; the UP kernel freeze soon after bootup with SCSI timeout messages. I commit this anyway since I found that the last CVS versions had the same problem.
* Hopefully squash the R5k bug ...Ralf Baechle2000-09-011-2/+1
|
* Merge with 2.4.0-test7.Ralf Baechle2000-08-281-0/+3
|
* Add RM7000 config option.Ralf Baechle2000-08-221-0/+1
|
* let it compile againHarald Koerfgen2000-08-081-0/+2
|
* Port the recent cache changes forward and backward between mips andRalf Baechle2000-08-081-0/+2
| | | | mips64.
* ARC console is not just for IP22.Keith M Wesolowski2000-08-011-1/+4
| | | | Timer dead code cleanup.
* Allow selection of PS/2 mouse again on IP22.Keith M Wesolowski2000-07-291-0/+4
|
* Undo damage done by recent ``cleanup''.Ralf Baechle2000-07-191-84/+86
|
* Reformat.Ralf Baechle2000-07-121-1/+1
|
* Support for the Galileo Orion board. From Cort.Ralf Baechle2000-07-101-0/+1
|
* Merge with 2.4.0-test3-pre4.Ralf Baechle2000-07-081-0/+2
|
* Build SGI.Ulf Carlsson2000-07-021-1/+1
|
* Cleanup CONFIG_SGI_IP35.Ralf Baechle2000-06-271-0/+1
|
* Merge with 2.4.0-test1-ac21 + pile of MIPS cleanups to make mergingRalf Baechle2000-06-191-1/+1
| | | | | possible. Chainsawed RM200 kernel to compile again. Jazz machine status unknown.
* Finally desinfect Cobalt stuff.Ralf Baechle2000-06-171-17/+12
|