Subversion Repositories HelenOS-historic

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
324 6867 d 12 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 6871 d 4 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 6871 d 4 h decky /SPARTAN/trunk/contrib/conf/ sample Simics configuration  
/SPARTAN/trunk/contrib/conf/simics.conf
261 6873 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 6873 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 6873 d 16 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 6875 d 9 h decky /SPARTAN/trunk/contrib/ VMWare sample configuration  
/SPARTAN/trunk/contrib/vmware.conf
215 6876 d 3 h jermar /SPARTAN/trunk/contrib/ Add two more emulator config files.  
/SPARTAN/trunk/contrib/dot.bochrc
/SPARTAN/trunk/contrib/ski.conf
209 6876 d 4 h decky /SPARTAN/trunk/contrib/ MSIM configuration file  
/SPARTAN/trunk/contrib/msim.conf
203 6876 d 17 h decky /SPARTAN/trunk/contrib/ cross-compiler toolchain build script for IA-32  
/SPARTAN/trunk/contrib/toolchain.ia32.sh
175 6879 d 13 h decky /SPARTAN/trunk/contrib/ Basic PearPC configuration  
/SPARTAN/trunk/contrib/pearpc.conf
156 6896 d 14 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 6917 d 11 h decky /SPARTAN/trunk/contrib/ IA-64 toolchain build script (at least)  
/SPARTAN/trunk/contrib/toolchain.ia64.sh
140 6918 d 7 h decky /SPARTAN/trunk/contrib/ AMD64 toolchain build script  
/SPARTAN/trunk/contrib/toolchain.amd64.sh
138 6918 d 10 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 6918 d 14 h decky /SPARTAN/trunk/contrib/ Directory for toolchain build scripts and other stuff

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