summaryrefslogtreecommitdiffstats
path: root/arch/mips/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add support for DDB5477.Ralf Baechle2001-06-101-0/+11
|
* Support 512mb RAM configuration for Momenco Ocelot. Patch fromRalf Baechle2001-06-051-1/+3
| | | | David Woodhouse (dwmw2@infradead.org).
* Make the kernel build with the recent binutils changes.Ralf Baechle2001-05-101-4/+1
|
* Alchemy support. Done by Pete and further hacked up a bit by me ...Ralf Baechle2001-05-041-0/+9
|
* Initrd fixes from Steven.Ralf Baechle2001-04-061-1/+0
|
* More R3912 cleanup.Ralf Baechle2001-04-011-3/+0
|
* Eleminate CONFIG_CPU_R3912; detect TX39 / R3000 at runtime.Ralf Baechle2001-04-011-4/+4
|
* Add code to support the SB1 core, including mmu routines, processorRalf Baechle2001-03-241-0/+4
| | | | | | | 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.
* Remove comment from the dark ages of 8 meg machines ...Ralf Baechle2001-03-211-4/+0
|
* Kill R8000 remains.Ralf Baechle2001-03-161-10/+4
|
* More loose bits (grrr) ...Ralf Baechle2001-03-161-5/+12
|
* Delete Cobalt remains.Ralf Baechle2001-03-121-6/+0
|
* Support for Phillips PDAs.Ralf Baechle2001-02-221-0/+13
|
* ITE 8172 patches from Pete Popov slightly hacked by me.Ralf Baechle2001-02-211-0/+11
|
* Start of an attempt to unify support for GT64120 based boards.Ralf Baechle2001-02-051-5/+4
|
* Poking at the linker scripts for the CP7000, today's mail exchangeRalf Baechle2001-01-171-12/+6
| | | | | | and the great job people do at maintaining their own linkscripts made clear we really want exactly one linker script and no more for all the kernels.
* Merge with Linux 2.4.0-test12.Ralf Baechle2001-01-101-2/+2
|
* MIPS32 patches from MIPS.Ralf Baechle2000-12-141-0/+3
|
* First batch of PMC Ocelot CP7000 patches.Ralf Baechle2000-12-131-5/+14
|
* Remove Cosine Orion support.Ralf Baechle2000-12-091-16/+0
|
* EV64120 support. From Steve Johnson.Ralf Baechle2000-12-041-0/+17
|
* Move <sgidefs.h> to <asm/gcc/sgidefs.h>.Ralf Baechle2000-12-011-1/+1
|
* Kernel FPU emulator, chain saw edition.Ralf Baechle2000-11-251-0/+5
|
* Fix vmlinux.ecoff build target. Why the hell was this ever working?Ralf Baechle2000-11-081-0/+3
|
* Missing Galileo EV96100 bits. Patches from Pete Popov.Ralf Baechle2000-11-061-0/+9
|
* Make the default ld.script a generated file to keep maintenanceRalf Baechle2000-10-271-5/+8
| | | | reasonably easy.
* DDB5476 support from Jun Sun.Ralf Baechle2000-10-121-0/+13
|
* More Atlas chainsawing.Ralf Baechle2000-10-091-2/+2
|
* Support for MIPS Atlas and Malta evaluation boards. Chainsaw edition;Ralf Baechle2000-10-091-0/+12
| | | | doesn't compile because it smokes ld ...
* Orion support is now an object file, no longer an archive.Ralf Baechle2000-09-281-1/+1
|
* NTP fixes from Maciej.Ralf Baechle2000-08-251-16/+19
|
* More RM7k hooks.Ralf Baechle2000-08-221-0/+3
|
* Use --trap for optimization.Ralf Baechle2000-07-121-7/+7
|
* Support for the Galileo Orion board. From Cort.Ralf Baechle2000-07-101-0/+16
|
* Cleanup CONFIG_SGI_IP35.Ralf Baechle2000-06-271-1/+0
|
* First round of Cobalt patches from Mathew Edward Kovach.Ralf Baechle2000-06-151-1/+7
|
* Next iteration, that should be it [tm].Harald Koerfgen2000-05-271-1/+6
| | | | | | | | | | | | | | | | | | * offset.h now depends on include/linux/autoconf.h as suggested by Ulf. That doesn't really make a difference, but it feels better :) * If include/asm-$(ARCH)/offset.h doesn't exist during a "make dep", create an empty one so that the dependecies are built correctly. That seems to be the correct fix. * Added a mrproper target to arch/$(ARCH)/tools/Makefile so that "make dep clean vmlinux" works. include/asm-$(ARCH)/offset.h is now beeing deleted with a "make mrproper". * While beeing at it, I added a mrproper target in arch/$(ARCH)/boot/Makefile as well. I'd appreciate if someone with a working MIPS64 toolchain (hint, hint) could check if this works as expected for MIPS64. Toggling CONFIG_SMP should rebuild nearly the whole kernel without the need for a "make clean" or something like that.
* no real solution for the offset.h-chicken-egg-problem, but this does all I wnatHarald Koerfgen2000-05-241-3/+0
|
* Add a rule for offset.h.Ulf Carlsson2000-05-231-0/+3
|
* Update Baget stuffGleb O. Raiko2000-03-061-1/+3
|
* Support for the NEC DDB Vrc-5074 evaluation board. Patches byRalf Baechle2000-01-261-2/+11
| | | | Geert Uytterhoeven (geert@linux-m68k.org).
* Merge with 2.3.10.Ralf Baechle1999-09-281-2/+1
|
* More MIPS64 chainsawing.Ralf Baechle1999-08-201-2/+2
|
* - Drop support for 32/32 fp register modelRalf Baechle1999-08-181-24/+7
| | | | | | | | | | | - Fix siginfo structure definition - Ptrace fixes, one of them was an uninitialized pointer. - Header file fixes. - Fixes to linker scripts required for new binutils. - MIPS64. Chainsaw edition. Btw, Harald, why does the kernel no longer compile ...
* Cleanup, sync with others sources.Ralf Baechle1999-06-211-1/+1
|
* Some minor bugfixesHarald Koerfgen1999-05-021-2/+11
|
* Undoing my last stupid changes.Alex deVries1999-02-091-2/+23
| | | | | | Sorry. - Alex
* Modularizing the Newport console driver.Alex deVries1999-02-091-22/+1
| | | | - Alex
* More DEC and Baget stuff.Ralf Baechle1999-01-271-1/+22
|
* sgi/prom/promlib.a is now arc/arclib.aThomas Bogendoerfer1998-10-181-7/+9
| | | | added arclib to rm200 and jazz