Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
4287 5511 d 12 h decky /trunk/boot/arch/ppc32/yaboot/ add yaboot  
/trunk/boot/arch/ppc32/yaboot
/trunk/boot/arch/ppc32/yaboot/maps
/trunk/boot/arch/ppc32/yaboot/ofboot.b
/trunk/boot/arch/ppc32/yaboot/yaboot
/trunk/boot/arch/ppc32/yaboot/yaboot.conf
4286 5511 d 12 h decky /trunk/boot/arch/ unify where to place the distribution root: always use boot/distroot  
/trunk/boot/arch/amd64/Makefile.inc
/trunk/boot/arch/ia32/Makefile.inc
/trunk/boot/arch/sparc64/Makefile.inc
4222 5524 d 9 h decky /trunk/boot/arch/ia64/loader/gefi/HelenOS/ do not disassemble hello (fixes problems with the newest binutils)  
/trunk/boot/arch/ia64/loader/gefi/HelenOS/Makefile
4134 5542 d 0 h decky /trunk/ resurrect big endian support for mips32: switch from mips-sgi-irix5 toolchain to mips-linux-gnu
the kernel is working alright, the user space has some bugs yet
 
/trunk/boot/arch/mips32/loader/_link.ld.in
/trunk/uspace/lib/libc/arch/mips32eb/include/ddi.h
/trunk/boot/arch/mips32/loader/_link.ld.in.binary
/trunk/boot/arch/mips32/loader/_link.ld.in.ecoff
/trunk/boot/arch/mips32/loader/Makefile
/trunk/contrib/toolchain/toolchain.mipseb32.sh
/trunk/kernel/arch/mips32/Makefile.inc
/trunk/uspace/lib/libc/arch/mips32eb/Makefile.inc
4070 5547 d 5 h rimsky /trunk/ SGCN driver modified to reflect the new keyboard driver architecture. Making the Serengeti bootable image smaller by not including some servers/applications.  
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/kernel/arch/sparc64/include/drivers/sgcn.h
/trunk/kernel/arch/sparc64/src/console.c
/trunk/kernel/arch/sparc64/src/drivers/kbd.c
/trunk/kernel/arch/sparc64/src/drivers/sgcn.c
/trunk/kernel/arch/sparc64/src/sparc64.c
/trunk/uspace/srv/kbd/Makefile
/trunk/uspace/srv/kbd/port/sgcn.c
4034 5553 d 0 h svoboda /trunk/boot/generic/ Remove over-indentation.  
/trunk/boot/generic/printf.c
4032 5553 d 3 h svoboda /trunk/ Init-task names for sparc64 (that's the final one, whew).  
/trunk/boot/arch/sparc64/loader/main.c
/trunk/boot/arch/sparc64/loader/main.h
/trunk/kernel/arch/sparc64/include/boot/boot.h
/trunk/kernel/arch/sparc64/src/sparc64.c
4031 5554 d 0 h svoboda /trunk/ Init-task names for ia64.  
/trunk/boot/arch/ia64/loader/main.c
/trunk/kernel/arch/ia64/include/bootinfo.h
/trunk/kernel/arch/ia64/src/ia64.c
4030 5554 d 0 h svoboda /trunk/ Init-task names for ppc32.  
/trunk/boot/arch/ppc32/loader/Makefile
/trunk/boot/arch/ppc32/loader/main.c
/trunk/boot/arch/ppc32/loader/main.h
/trunk/kernel/arch/ppc32/include/boot/boot.h
/trunk/kernel/arch/ppc32/src/ppc32.c
4029 5554 d 0 h svoboda /trunk/ Init-task names for mips32.  
/trunk/boot/arch/mips32/loader/Makefile
/trunk/boot/arch/mips32/loader/main.c
/trunk/boot/arch/mips32/loader/main.h
/trunk/kernel/arch/mips32/include/arch.h
/trunk/kernel/arch/mips32/src/mips32.c
4027 5555 d 0 h svoboda /trunk/ Init task names for arm32.  
/trunk/boot/arch/arm32/loader/Makefile
/trunk/boot/arch/arm32/loader/main.c
/trunk/boot/arch/arm32/loader/main.h
/trunk/kernel/arch/arm32/include/arch.h
/trunk/kernel/arch/arm32/src/arm32.c
3978 5559 d 2 h jermar /trunk/ Userspace driver for OBIO. This will make it possible to clear interrupts from
user space on UltraSPARC IIi and systems with Psycho. Not tested.
 
/trunk/uspace/srv/obio
/trunk/uspace/srv/obio/obio.c
/trunk/uspace/srv/obio/fhc.c
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/kernel/arch/sparc64/src/drivers/fhc.c
/trunk/kernel/arch/sparc64/src/drivers/kbd.c
/trunk/kernel/arch/sparc64/src/drivers/pci.c
/trunk/uspace/Makefile
/trunk/uspace/lib/libc/include/ipc/services.h
/trunk/uspace/srv/kbd/generic/kbd.c
/trunk/uspace/srv/obio/Makefile
3969 5561 d 1 h jermar /trunk/ Add simple userspace FHC driver.
Modify the z8530 userspace driver
to send BUS_CLEAR_INTERRUPT
notification to the FHC driver.
 
/trunk/uspace/lib/libc/include/ipc/bus.h
/trunk/uspace/srv/fhc
/trunk/uspace/srv/fhc/Makefile
/trunk/uspace/srv/fhc/fhc.c
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/kernel/arch/sparc64/src/drivers/fhc.c
/trunk/kernel/arch/sparc64/src/drivers/kbd.c
/trunk/uspace/Makefile
/trunk/uspace/app/init/init.c
/trunk/uspace/lib/libc/include/ipc/services.h
/trunk/uspace/srv/kbd/generic/kbd.c
/trunk/uspace/srv/kbd/include/kbd.h
/trunk/uspace/srv/kbd/port/z8530.c
3922 5569 d 0 h decky /trunk/ make arch_pre_main optional, don't force any specific prototype
simplify boot process
mips32: detect number of configured CPUs in msim
 
/trunk/kernel/arch/arm32/include/boot.h
/trunk/kernel/arch/mips32/include/boot.h
/trunk/boot/arch/arm32/loader/asm.h
/trunk/boot/arch/arm32/loader/boot.S
/trunk/boot/arch/arm32/loader/main.c
/trunk/boot/arch/arm32/loader/main.h
/trunk/boot/arch/mips32/loader/asm.h
/trunk/boot/arch/mips32/loader/boot.S
/trunk/boot/arch/mips32/loader/main.c
/trunk/boot/arch/mips32/loader/main.h
/trunk/kernel/arch/arm32/include/arch.h
/trunk/kernel/arch/arm32/include/asm/boot.h
/trunk/kernel/arch/arm32/src/arm32.c
/trunk/kernel/arch/arm32/src/start.S
/trunk/kernel/arch/ia64/include/arch.h
/trunk/kernel/arch/mips32/include/arch.h
/trunk/kernel/arch/mips32/include/asm/boot.h
/trunk/kernel/arch/mips32/src/mips32.c
/trunk/kernel/arch/mips32/src/smp/smp.c
/trunk/kernel/arch/mips32/src/start.S
/trunk/kernel/arch/ppc32/include/arch.h
/trunk/kernel/arch/ppc32/include/boot/boot.h
/trunk/kernel/arch/ppc32/src/boot/boot.S
/trunk/kernel/arch/ppc32/src/ppc32.c
/trunk/kernel/arch/sparc64/include/arch.h
/trunk/kernel/generic/include/arch.h
3921 5569 d 0 h decky /trunk/boot/generic/ add min and max macros  
/trunk/boot/generic/align.h
/trunk/boot/generic/macros.h
3911 5569 d 22 h decky /trunk/ dummy SMP support in msim  
/trunk/boot/arch/mips32/loader/boot.S
/trunk/contrib/conf/msim.conf
3883 5574 d 3 h decky /trunk/boot/ simplify configuration  
/trunk/boot/generic/macros.h
/trunk/boot/Makefile
/trunk/boot/arch/amd64/Makefile.inc
/trunk/boot/arch/arm32/Makefile.inc
/trunk/boot/arch/arm32/loader/Makefile
/trunk/boot/arch/arm32/loader/main.c
/trunk/boot/arch/ia32/Makefile.inc
/trunk/boot/arch/ia64/Makefile.inc
/trunk/boot/arch/ia64/loader/Makefile
/trunk/boot/arch/ia64/loader/gefi/Make.defaults
/trunk/boot/arch/ia64/loader/gefi/Makefile
/trunk/boot/arch/ia64/loader/main.c
/trunk/boot/arch/mips32/Makefile.inc
/trunk/boot/arch/mips32/loader/Makefile
/trunk/boot/arch/mips32/loader/main.c
/trunk/boot/arch/ppc32/Makefile.inc
/trunk/boot/arch/ppc32/loader/Makefile
/trunk/boot/arch/ppc32/loader/_link.ld.in
/trunk/boot/arch/ppc32/loader/main.c
/trunk/boot/arch/sparc64/Makefile.inc
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/boot/arch/sparc64/loader/main.c
/trunk/boot/arch/sparc64/loader/ofwarch.c
3872 5574 d 12 h decky /trunk/ cleanup: remove unsupported or broken ports
(there are out-of-sync with the rest of the code and a fresh start is needed)
 
/trunk/boot/arch/ia32xen
/trunk/boot/arch/ppc64
/trunk/contrib/default/ia32xen
/trunk/contrib/default/ppc64
/trunk/kernel/arch/ia32xen
/trunk/kernel/arch/ppc64
/trunk/kernel/tools/ppc64
/trunk/uspace/lib/libc/arch/ppc64
/trunk/uspace/lib/softfloat/arch/ppc64
/trunk/uspace/srv/kbd/arch/ppc64
3861 5583 d 9 h decky /trunk/boot/ more exact RGB323 palette calculation
set the RGB323 palette on ppc32
 
/trunk/boot/arch/ppc32/loader/main.c
/trunk/boot/arch/sparc64/loader/main.c
/trunk/boot/genarch/ofw.c
/trunk/boot/genarch/ofw.h
/trunk/boot/tools/ia32/gen_vga323.c
3859 5583 d 10 h decky /trunk/boot/tools/ remove an obsolete tool  
/trunk/boot/tools/ppc32

Show All