Subversion Repositories HelenOS-historic

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
326 6856 d 10 h palkovsky /SPARTAN/trunk/ Cleanup of makefiles to have common options in one main makefile.

Add simple build process for different simulators for MIPS.
Added FPU context & lazy FPU context switching to MIPS.
Cleanup of MIPS linker script.
Moved MIPS kernel above 1MB. Not tested on real machine yet, but it might help.

There is something broken with gcc inlined memcpy (either simulator or gcc), it is disabled on BigEndian mips now.
 
/SPARTAN/trunk/arch/mips/_link.ld.in
/SPARTAN/trunk/test/fpu/mips1
/SPARTAN/trunk/test/fpu/mips1/test.c
/SPARTAN/trunk/arch/mips/_link.ld
/SPARTAN/trunk/arch/amd64/Makefile.inc
/SPARTAN/trunk/arch/amd64/src/fpu_context.c
/SPARTAN/trunk/arch/ia32/Makefile.inc
/SPARTAN/trunk/arch/ia64/Makefile.inc
/SPARTAN/trunk/arch/mips/Makefile.inc
/SPARTAN/trunk/arch/mips/boot/boot.S
/SPARTAN/trunk/arch/mips/include/asm.h
/SPARTAN/trunk/arch/mips/include/asm/boot.h
/SPARTAN/trunk/arch/mips/include/byteorder.h
/SPARTAN/trunk/arch/mips/include/cp0.h
/SPARTAN/trunk/arch/mips/include/exception.h
/SPARTAN/trunk/arch/mips/include/fpu_context.h
/SPARTAN/trunk/arch/mips/include/thread.h
/SPARTAN/trunk/arch/mips/src/asm.S
/SPARTAN/trunk/arch/mips/src/console.c
/SPARTAN/trunk/arch/mips/src/dummy.S
/SPARTAN/trunk/arch/mips/src/exception.c
/SPARTAN/trunk/arch/mips/src/fpu_context.c
/SPARTAN/trunk/arch/mips/src/mips.c
/SPARTAN/trunk/arch/mips/src/mm/frame.c
/SPARTAN/trunk/arch/mips/src/panic.S
/SPARTAN/trunk/arch/mips/src/start.S
/SPARTAN/trunk/arch/ppc/Makefile.inc
/SPARTAN/trunk/contrib/conf/msim.conf
/SPARTAN/trunk/src/Makefile
/SPARTAN/trunk/src/build.mips
/SPARTAN/trunk/src/clean.mips
324 6856 d 21 h palkovsky /SPARTAN/trunk/ MIPS architecture now works without any problems in
- msim: compile as OUTPUT_FORMAT(binary)
- gxemul: compile as OUTPUT_FORMAT(ecoff-littlemips), or create
configuration file for binary format (will be done later)
- simics: compile as OUTPUT_FORMAT(elf32-little), might work with binary
format, didn't try yet.
 
/SPARTAN/trunk/arch/mips/src/console.c
/SPARTAN/trunk/contrib/conf/SPMIPS.simics
/SPARTAN/trunk/contrib/conf/spmips.conf
/SPARTAN/trunk/arch/mips/src/putchar.c
/SPARTAN/trunk/arch/mips/Makefile.inc
/SPARTAN/trunk/arch/mips/_link.ld
/SPARTAN/trunk/arch/mips/src/cpu/cpu.c
/SPARTAN/trunk/arch/mips/src/interrupt.c
/SPARTAN/trunk/arch/mips/src/mips.c
/SPARTAN/trunk/arch/mips/src/mm/tlb.c
305 6860 d 13 h jermar /SPARTAN/trunk/ Change processor type in simics.conf to x86-hammer.
This way it supports both IA-32 and AMD64.

Fix comment in i8259.c.
 
/SPARTAN/trunk/arch/ia32/src/drivers/i8259.c
/SPARTAN/trunk/contrib/conf/simics.conf
304 6860 d 14 h decky /SPARTAN/trunk/contrib/conf/ sample Simics configuration  
/SPARTAN/trunk/contrib/conf/simics.conf
261 6862 d 23 h decky /SPARTAN/trunk/contrib/conf/ typo fix in file name  
/SPARTAN/trunk/contrib/conf/dot.bochsrc
/SPARTAN/trunk/contrib/conf/dot.bochrc
255 6863 d 2 h jermar /SPARTAN/trunk/contrib/ Break contrib/ directory into contrib/conf/ and contrib/toolchain.  
/SPARTAN/trunk/contrib/conf
/SPARTAN/trunk/contrib/conf/dot.bochrc
/SPARTAN/trunk/contrib/conf/msim.conf
/SPARTAN/trunk/contrib/conf/pearpc.conf
/SPARTAN/trunk/contrib/conf/ski.conf
/SPARTAN/trunk/contrib/conf/vmware.conf
/SPARTAN/trunk/contrib/toolchain
/SPARTAN/trunk/contrib/toolchain/toolchain.amd64.sh
/SPARTAN/trunk/contrib/toolchain/toolchain.ia32.sh
/SPARTAN/trunk/contrib/toolchain/toolchain.ia64.sh
/SPARTAN/trunk/contrib/toolchain/toolchain.mips.sh
/SPARTAN/trunk/contrib/toolchain/toolchain.ppc.sh
/SPARTAN/trunk/contrib/toolchain/toolchain.ppc64.sh
/SPARTAN/trunk/contrib/dot.bochrc
/SPARTAN/trunk/contrib/msim.conf
/SPARTAN/trunk/contrib/pearpc.conf
/SPARTAN/trunk/contrib/ski.conf
/SPARTAN/trunk/contrib/toolchain.amd64.sh
/SPARTAN/trunk/contrib/toolchain.ia32.sh
/SPARTAN/trunk/contrib/toolchain.ia64.sh
/SPARTAN/trunk/contrib/toolchain.mips.sh
/SPARTAN/trunk/contrib/toolchain.ppc.sh
/SPARTAN/trunk/contrib/toolchain.ppc64.sh
/SPARTAN/trunk/contrib/vmware.conf