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
1132 6650 d 3 h decky /kernel/trunk/arch/ppc32/ kernel boot API change  
/kernel/trunk/arch/ppc32/include/boot/memmap.h
/kernel/trunk/arch/ppc32/include/boot/boot.h
/kernel/trunk/arch/ppc32/src/boot/boot.S
/kernel/trunk/arch/ppc32/src/mm/frame.c
/kernel/trunk/arch/ppc32/src/mm/memory_init.c
/kernel/trunk/arch/ppc32/src/ppc32.c
970 6660 d 11 h decky /kernel/trunk/arch/ppc32/ ppc32: get memory map from loader  
/kernel/trunk/arch/ppc32/include/boot/memmap.h
/kernel/trunk/arch/ppc32/src/boot
/kernel/trunk/arch/ppc32/src/boot/boot.S
/kernel/trunk/arch/ppc32/src/start.S
/kernel/trunk/arch/ppc32/Makefile.inc
/kernel/trunk/arch/ppc32/include/mm/memory_init.h
/kernel/trunk/arch/ppc32/src/console.c
/kernel/trunk/arch/ppc32/src/mm/memory_init.c
/kernel/trunk/arch/ppc32/src/ppc32.c
934 6662 d 5 h decky /kernel/trunk/arch/ppc32/ remove all OpenFirmware bindings from ppc32 kernel code
kernel now runs in real mode (ppc32)
 
/kernel/trunk/arch/ppc32/include/arch.h
/kernel/trunk/arch/ppc32/include/asm/spr.h
/kernel/trunk/arch/ppc32/include/mm/memory_init.h
/kernel/trunk/arch/ppc32/src/console.c
/kernel/trunk/arch/ppc32/src/mm/frame.c
/kernel/trunk/arch/ppc32/src/mm/memory_init.c
/kernel/trunk/arch/ppc32/src/start.S
867 6680 d 7 h jermar /kernel/trunk/ Move OFW functionality of ppc32 memory_init to genarch so that the code can also be used by sparc64.
sparc64 is now close to broken as it lacks functionality to provide identity mapping for the whole phyisical memory.
 
/kernel/trunk/genarch/include/ofw/memory_init.h
/kernel/trunk/genarch/src/ofw/memory_init.c
/kernel/trunk/arch/ppc32/include/mm/memory_init.h
/kernel/trunk/arch/ppc32/src/mm/frame.c
/kernel/trunk/arch/ppc32/src/mm/memory_init.c
/kernel/trunk/arch/sparc64/Makefile.inc
/kernel/trunk/arch/sparc64/include/mm/memory_init.h
/kernel/trunk/arch/sparc64/include/trap/mmu.h
/kernel/trunk/arch/sparc64/src/mm/frame.c
/kernel/trunk/arch/sparc64/src/start.S
/kernel/trunk/arch/sparc64/src/trap/trap.c
/kernel/trunk/genarch/Makefile.inc
843 6686 d 2 h palkovsky /kernel/trunk/ Made powerpc to get on PearPC to the version print when compiled with -O1:
- create proper memory zones
- switch to real mode on boot
TODO
- kernel relocation during boot
- autodetection of framebuffer settings (PCI?) - now includes hardcoded
settings for PearPc.
 
/kernel/trunk/arch/ppc32/include/asm/spr.h
/kernel/trunk/arch/ppc32/_link.ld.in
/kernel/trunk/arch/ppc32/include/console.h
/kernel/trunk/arch/ppc32/include/mm/memory_init.h
/kernel/trunk/arch/ppc32/include/mm/page.h
/kernel/trunk/arch/ppc32/src/console.c
/kernel/trunk/arch/ppc32/src/mm/frame.c
/kernel/trunk/arch/ppc32/src/mm/memory_init.c
/kernel/trunk/arch/ppc32/src/ppc32.c
/kernel/trunk/arch/ppc32/src/start.S
/kernel/trunk/kernel.config
659 6742 d 11 h jermar /kernel/trunk/ Make the kernel compile with -Wall.  
/kernel/trunk/Makefile
/kernel/trunk/arch/ia64/src/fmath.c
/kernel/trunk/arch/ppc32/src/fmath.c
/kernel/trunk/arch/ppc32/src/mm/memory_init.c
/kernel/trunk/genarch/src/acpi/acpi.c
/kernel/trunk/generic/src/lib/func.c
/kernel/trunk/generic/src/time/timeout.c
534 6760 d 3 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel again.  
/kernel
/SPARTAN
532 6760 d 3 h jermar / Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.  
/SPARTAN
/kernel
501 6772 d 7 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel.  
/kernel
/SPARTAN
493 6773 d 0 h jermar /SPARTAN/trunk/ Move genarch/{src|include}/firmware/ofw to genarch/{src|include}/ofw.  
/SPARTAN/trunk/genarch/include/ofw
/SPARTAN/trunk/genarch/src/ofw
/SPARTAN/trunk/genarch/include/firmware/ofw
/SPARTAN/trunk/genarch/src/firmware/ofw
/SPARTAN/trunk/arch/ppc32/include/arch.h
/SPARTAN/trunk/arch/ppc32/src/console.c
/SPARTAN/trunk/arch/ppc32/src/mm/memory_init.c
/SPARTAN/trunk/arch/sparc64/src/console.c
/SPARTAN/trunk/genarch/Makefile.inc
/SPARTAN/trunk/genarch/src/ofw/ofw.c
421 6799 d 22 h jermar /SPARTAN/trunk/ Create genarch directory.
Move ppc32 ofw.[ch] to genarch.
Fix prototype for ofw_call() to return __address instead of int (please review).
Fix copyright notice in sparc64/boot/boot.S.
 
/SPARTAN/trunk/genarch
/SPARTAN/trunk/genarch/Makefile.inc
/SPARTAN/trunk/genarch/include
/SPARTAN/trunk/genarch/include/firmware
/SPARTAN/trunk/genarch/include/firmware/ofw
/SPARTAN/trunk/genarch/include/firmware/ofw/ofw.h
/SPARTAN/trunk/genarch/src
/SPARTAN/trunk/genarch/src/firmware
/SPARTAN/trunk/genarch/src/firmware/ofw
/SPARTAN/trunk/genarch/src/firmware/ofw/ofw.c
/SPARTAN/trunk/arch/ppc32/include/drivers/ofw.h
/SPARTAN/trunk/arch/ppc32/src/drivers/ofw.c
/SPARTAN/trunk/Makefile
/SPARTAN/trunk/arch/ppc32/Makefile.inc
/SPARTAN/trunk/arch/ppc32/include/arch.h
/SPARTAN/trunk/arch/ppc32/src/mm/memory_init.c
/SPARTAN/trunk/arch/sparc64/boot/boot.S
/SPARTAN/trunk/arch/sparc64/src/dummy.s
342 6843 d 8 h jermar /SPARTAN/trunk/arch/ Rename ppc port to ppc32.  
/SPARTAN/trunk/arch/mips32/src/mips32.c
/SPARTAN/trunk/arch/ppc32
/SPARTAN/trunk/arch/mips32/src/mips.c
/SPARTAN/trunk/arch/ppc
/SPARTAN/trunk/arch/mips32/Makefile.inc
/SPARTAN/trunk/arch/ppc32/include/arch.h
/SPARTAN/trunk/arch/ppc32/include/arg.h
/SPARTAN/trunk/arch/ppc32/include/asm.h
/SPARTAN/trunk/arch/ppc32/include/asm/macro.h
/SPARTAN/trunk/arch/ppc32/include/atomic.h
/SPARTAN/trunk/arch/ppc32/include/barrier.h
/SPARTAN/trunk/arch/ppc32/include/byteorder.h
/SPARTAN/trunk/arch/ppc32/include/context.h
/SPARTAN/trunk/arch/ppc32/include/cpu.h
/SPARTAN/trunk/arch/ppc32/include/drivers/ofw.h
/SPARTAN/trunk/arch/ppc32/include/faddr.h
/SPARTAN/trunk/arch/ppc32/include/fmath.h
/SPARTAN/trunk/arch/ppc32/include/fpu_context.h
/SPARTAN/trunk/arch/ppc32/include/interrupt.h
/SPARTAN/trunk/arch/ppc32/include/mm/frame.h
/SPARTAN/trunk/arch/ppc32/include/mm/memory_init.h
/SPARTAN/trunk/arch/ppc32/include/mm/page.h
/SPARTAN/trunk/arch/ppc32/include/mm/vm.h
/SPARTAN/trunk/arch/ppc32/include/thread.h
/SPARTAN/trunk/arch/ppc32/include/types.h
191 6856 d 5 h decky /SPARTAN/trunk/arch/ppc/ PPC memory size detection  
/SPARTAN/trunk/arch/ppc/src/mm/memory_init.c
/SPARTAN/trunk/arch/ppc/Makefile.inc
/SPARTAN/trunk/arch/ppc/include/asm.h
/SPARTAN/trunk/arch/ppc/include/asm/macro.h
/SPARTAN/trunk/arch/ppc/include/drivers/ofw.h
/SPARTAN/trunk/arch/ppc/src/asm.s
/SPARTAN/trunk/arch/ppc/src/drivers/ofw.c
/SPARTAN/trunk/arch/ppc/src/dummy.s
/SPARTAN/trunk/arch/ppc/src/start.S