-
- Downloads
[MIPS] RM: Collected changes
- EISA support for non PCI RMs (RM200 and RM400-xxx). The major part is the splitting of the EISA and onboard ISA of the RM200, which makes the EISA bus on the RM200 look like on other RMs. - 64bit kernel support - system type detection is now common for big and little endian - moved sniprom code to arch/mips/fw - added call_o32 function to arch/mips/fw/lib, which uses a private stack for calling prom functions - fix problem with ISA interrupts, which makes using PIT clockevent possible Signed-off-by:Thomas Bogendoerfer <tsbogend@alpha.franken.de> Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
Showing
- arch/mips/Kconfig 4 additions, 0 deletionsarch/mips/Kconfig
- arch/mips/Makefile 2 additions, 0 deletionsarch/mips/Makefile
- arch/mips/fw/lib/Makefile 5 additions, 0 deletionsarch/mips/fw/lib/Makefile
- arch/mips/fw/lib/call_o32.S 97 additions, 0 deletionsarch/mips/fw/lib/call_o32.S
- arch/mips/fw/sni/Makefile 5 additions, 0 deletionsarch/mips/fw/sni/Makefile
- arch/mips/fw/sni/sniprom.c 151 additions, 0 deletionsarch/mips/fw/sni/sniprom.c
- arch/mips/sni/Makefile 1 addition, 1 deletionarch/mips/sni/Makefile
- arch/mips/sni/a20r.c 11 additions, 2 deletionsarch/mips/sni/a20r.c
- arch/mips/sni/eisa.c 50 additions, 0 deletionsarch/mips/sni/eisa.c
- arch/mips/sni/irq.c 2 additions, 2 deletionsarch/mips/sni/irq.c
- arch/mips/sni/rm200.c 314 additions, 12 deletionsarch/mips/sni/rm200.c
- arch/mips/sni/setup.c 141 additions, 2 deletionsarch/mips/sni/setup.c
- arch/mips/sni/time.c 1 addition, 0 deletionsarch/mips/sni/time.c
- include/asm-mips/bootinfo.h 1 addition, 0 deletionsinclude/asm-mips/bootinfo.h
- include/asm-mips/mipsprom.h 2 additions, 0 deletionsinclude/asm-mips/mipsprom.h
- include/asm-mips/sni.h 91 additions, 68 deletionsinclude/asm-mips/sni.h
Loading
Please register or sign in to comment