summaryrefslogtreecommitdiffstats
path: root/arch/mips/arc
Commit message (Collapse)AuthorAgeFilesLines
* Interpret some ARC firmware variables correctly. Patch from GuidoRalf Baechle2001-03-271-3/+48
| | | | with some mods by me.
* Likewise fix identify bug for mips32.Keith M Wesolowski2001-03-181-1/+1
|
* Ralf's had two chances to spell this right, I'll take my turn now. :-)Keith M Wesolowski2001-03-181-1/+1
|
* Lots of cleanup from Keith with additional tweaks by me. More toRalf Baechle2001-03-182-32/+3
| | | | come. Stay frightened :-)
* Kill dead variable.Ralf Baechle2001-03-101-2/+1
|
* Run through indent.Ralf Baechle2001-02-241-35/+34
|
* DECstation fixes from MaciejHarald Koerfgen2001-02-131-1/+1
|
* Disable arc_prom_init for the moment until this beast is fixed - EnablingFlorian Lohoff2001-01-271-1/+12
| | | | this simply lets all IP22 crash after freeing prom memory.
* Ok, I got better things to do than hacking kernels for machines whichRalf Baechle2001-01-172-5/+38
| | | | | | | | I don't even have at hand right now, but we got too many bug reports of the ``IP22 crashes during early startup'' type. This patch makes printk usable on IP22 from the very early startup on. It's not perfect and I think it might result in printk's information getting duplicated for systems with serial console but let's tackle that later.
* Delete comment which is more bogus now than everFlorian Lohoff2001-01-161-1/+1
|
* ARC memory descriptors use physical memory addresses.Ralf Baechle2001-01-161-1/+1
|
* Merge with Linux 2.4.0-prerelease. Big Makefile rewrite, test yourRalf Baechle2001-01-101-2/+0
| | | | Makefiles.
* Merge with Linux 2.4.0-test12.Ralf Baechle2001-01-101-6/+6
|
* Re-commit 2nd set of memory map patches from Maciej.Ralf Baechle2001-01-031-1/+1
|
* First batch of PMC Ocelot CP7000 patches.Ralf Baechle2000-12-131-2/+1
|
* Memmap fixes from Maciej.Ralf Baechle2000-12-112-112/+25
|
* Delete mips_cputype declaration.Ralf Baechle2000-11-231-1/+0
|
* Hopefully squash the R5k bug ...Ralf Baechle2000-09-012-21/+13
|
* Merge with Linux 2.4.0-test6-pre8.Ralf Baechle2000-08-081-2/+2
|
* let it compile againHarald Koerfgen2000-08-082-10/+9
|
* ARC console is not just for IP22.Keith M Wesolowski2000-08-015-45/+106
| | | | Timer dead code cleanup.
* Make pid_t int. Change printf()'s according to that. DeclareUlf Carlsson2000-07-041-1/+1
| | | | stuff.
* Revert kernel page allocationFlorian Lohoff2000-05-041-20/+0
|
* Fix early crash on SGI_IP22 due to not reserving kernelFlorian Lohoff2000-04-061-1/+22
| | | | pages in the boomem setup
* Change some prototypes of the 32-bit ARC library to be same as inRalf Baechle2000-03-261-3/+5
| | | | the 64-bit library. Needed by the sgiseeq driver.
* Merge with 2.3.99-pre1.Ralf Baechle2000-03-191-2/+2
|
* Merge with Linux 2.3.49.Ralf Baechle2000-03-074-6/+6
|
* Bootmem fixes for IP22.Ralf Baechle2000-01-271-42/+66
|
* Merge with Linux 2.3.23. The new bootmem stuff has broken variousRalf Baechle2000-01-271-104/+110
| | | | | platforms. At this time I've only verified that IP22 support compiles and IP27 actually works.
* - IOC3 driver now will panic when encountering a RX/TX PCI DMA error.Ralf Baechle2000-01-171-2/+2
| | | | | | | | | - IOC3 driver does no longer use GFP_DMA which given the _very_ small number of available GFP_DMA pages might have deadlocked the system. - First cut of Origin support. Last minute change: Do no longer use ARC memory / MD hub memory configuration information but klconfig.h stuff. Simpler, faster, shorter. - Zillions of MIPS64 fixes.
* Fix Makefile.Ralf Baechle2000-01-131-12/+5
|
* Fix compilation errors, add .cvsignore files.Ralf Baechle1999-12-061-0/+2
|
* Merge with Linux 2.3.21.Ralf Baechle1999-12-041-2/+2
|
* Move various headers into a SGI specific subdirectory. These filesRalf Baechle1999-10-211-2/+2
| | | | | need to be at the same place for MIPS32 and MIPS64. Make the semaphore code actually compile.
* Merge with 2.3.19.Ralf Baechle1999-10-0911-50/+50
|
* More MIPS64 chainsawing.Ralf Baechle1999-08-201-14/+7
|
* o Disable board caches temporarily during romvec calls.Ulf Carlsson1999-06-122-2/+29
|
* renabled freeing of PROM memory, but this time the loaded program (ourThomas Bogendoerfer1999-04-141-4/+1
| | | | kernel) won't get freed
* disabled freeing of prom memory, since all problems are sorted outThomas Bogendoerfer1999-03-181-1/+3
|
* added identification for prom memory on ARCSThomas Bogendoerfer1999-02-251-1/+5
|
* identify arc console before doing memory classificationThomas Bogendoerfer1999-02-251-2/+2
|
* added memory handling for ARC firmwareThomas Bogendoerfer1999-02-252-25/+91
| | | | added freeing of prom memory
* removed tagsThomas Bogendoerfer1998-10-181-69/+0
|
* moved sgi/prom and made it a little bit more generic for ARC like firmwaresThomas Bogendoerfer1998-10-1814-0/+810