Subversion Repositories HelenOS

Rev

Go to most recent revision | Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
326 6913 d 2 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 6913 d 13 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 6917 d 5 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 6917 d 5 h decky /SPARTAN/trunk/contrib/conf/ sample Simics configuration  
/SPARTAN/trunk/contrib/conf/simics.conf
261 6919 d 14 h decky /SPARTAN/trunk/contrib/conf/ typo fix in file name  
/SPARTAN/trunk/contrib/conf/dot.bochsrc
/SPARTAN/trunk/contrib/conf/dot.bochrc
260 6919 d 14 h decky /SPARTAN/trunk/contrib/toolchain/ make the toolchain build scripts behave consistently on all host platforms  
/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
255 6919 d 17 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
234 6921 d 10 h decky /SPARTAN/trunk/contrib/ VMWare sample configuration  
/SPARTAN/trunk/contrib/vmware.conf
215 6922 d 4 h jermar /SPARTAN/trunk/contrib/ Add two more emulator config files.  
/SPARTAN/trunk/contrib/dot.bochrc
/SPARTAN/trunk/contrib/ski.conf
209 6922 d 5 h decky /SPARTAN/trunk/contrib/ MSIM configuration file  
/SPARTAN/trunk/contrib/msim.conf
203 6922 d 17 h decky /SPARTAN/trunk/contrib/ cross-compiler toolchain build script for IA-32  
/SPARTAN/trunk/contrib/toolchain.ia32.sh
175 6925 d 13 h decky /SPARTAN/trunk/contrib/ Basic PearPC configuration  
/SPARTAN/trunk/contrib/pearpc.conf
156 6942 d 15 h decky /SPARTAN/trunk/ PPC work in progress  
/SPARTAN/trunk/arch/ppc
/SPARTAN/trunk/arch/ppc/include
/SPARTAN/trunk/arch/ppc/include/arg.h
/SPARTAN/trunk/arch/ppc/include/asm.h
/SPARTAN/trunk/arch/ppc/include/atomic.h
/SPARTAN/trunk/arch/ppc/include/barrier.h
/SPARTAN/trunk/arch/ppc/include/context.h
/SPARTAN/trunk/arch/ppc/include/cpu.h
/SPARTAN/trunk/arch/ppc/include/faddr.h
/SPARTAN/trunk/arch/ppc/include/fpu_context.h
/SPARTAN/trunk/arch/ppc/include/interrupt.h
/SPARTAN/trunk/arch/ppc/include/mm
/SPARTAN/trunk/arch/ppc/include/mm/frame.h
/SPARTAN/trunk/arch/ppc/include/mm/memory_init.h
/SPARTAN/trunk/arch/ppc/include/mm/page.h
/SPARTAN/trunk/arch/ppc/include/mm/vm.h
/SPARTAN/trunk/arch/ppc/include/thread.h
/SPARTAN/trunk/arch/ppc/include/types.h
/SPARTAN/trunk/contrib/toolchain.ppc.sh
/SPARTAN/trunk/src/build.ppc
/SPARTAN/trunk/src/clean.ppc
/SPARTAN/trunk/arch/powerpc
/SPARTAN/trunk/contrib/toolchain.powerpc.sh
/SPARTAN/trunk/arch/ppc/Makefile.inc
145 6963 d 12 h decky /SPARTAN/trunk/contrib/ IA-64 toolchain build script (at least)  
/SPARTAN/trunk/contrib/toolchain.ia64.sh
140 6964 d 8 h decky /SPARTAN/trunk/contrib/ AMD64 toolchain build script  
/SPARTAN/trunk/contrib/toolchain.amd64.sh
138 6964 d 11 h decky /SPARTAN/trunk/contrib/ Toolchain build scripts for PowerPC (G4) and PowerPC 64b (G5)  
/SPARTAN/trunk/contrib/toolchain.powerpc.sh
/SPARTAN/trunk/contrib/toolchain.ppc64.sh
133 6964 d 15 h decky /SPARTAN/trunk/contrib/ Directory for toolchain build scripts and other stuff

MIPS toolchain
 
/SPARTAN/trunk/contrib
/SPARTAN/trunk/contrib/toolchain.mips.sh

Show All