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
663 6797 d 0 h jermar /kernel/trunk/arch/sparc64/ sparc64 work.
Initial interrupt_vector_trap handler and fixes needed to make it do the right thing (i.e. panic()).
 
/kernel/trunk/arch/sparc64/Makefile.inc
/kernel/trunk/arch/sparc64/src/dummy.s
/kernel/trunk/arch/sparc64/src/panic.S
/kernel/trunk/arch/sparc64/src/sparc64.c
/kernel/trunk/arch/sparc64/src/trap/trap.c
/kernel/trunk/arch/sparc64/src/trap/trap_table.S
662 6798 d 14 h decky /kernel/trunk/ initial syscall table support  
/kernel/trunk/generic/include/proc/syscall.h
/kernel/trunk/generic/src/proc/syscall.c
/kernel/trunk/Makefile
661 6798 d 19 h cejka /uspace/trunk/softfloat/ Softfloat - function for float subtraction added.  
/uspace/trunk/softfloat/generic/arithmetic.c
/uspace/trunk/softfloat/include/sftypes.h
660 6800 d 0 h cejka /uspace/trunk/softfloat/ Fixed some bugs in softfloat after tests.  
/uspace/trunk/softfloat/generic/arithmetic.c
/uspace/trunk/softfloat/generic/comparison.c
/uspace/trunk/softfloat/generic/softfloat.c
/uspace/trunk/softfloat/include/comparison.h
659 6800 d 1 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
658 6800 d 1 h jermar /kernel/trunk/arch/sparc64/include/ sparc64 work.
Add functions to read and write TICK and TICK_compare registers.
Add types describing TICK and TICK_compare registers.
 
/kernel/trunk/arch/sparc64/include/asm.h
/kernel/trunk/arch/sparc64/include/mm/mmu.h
/kernel/trunk/arch/sparc64/include/mm/tlb.h
/kernel/trunk/arch/sparc64/include/register.h
657 6800 d 13 h jermar /kernel/trunk/ sparc64 work.
Context again. It turns out, according to SCD 2.4, that registers that didn't have to be saved were saved (%o1 - %o5) and
registers that had to be saved were not saved (%i0 - %i5, %l0 - %l7).
 
/kernel/trunk/arch/sparc64/include/context.h
/kernel/trunk/arch/sparc64/include/context_offset.h
/kernel/trunk/arch/sparc64/src/context.S
/kernel/trunk/tools/sparc64/gencontext.c
656 6801 d 13 h decky /uspace/trunk/ user space init working  
/uspace/trunk/init/init.c
/uspace/trunk/libc/_link.ld.in
/uspace/trunk/libc/arch/ia32/src/entry.s
/uspace/trunk/libc/arch/ia32/src/syscall.c
655 6801 d 18 h jermar /kernel/trunk/arch/ Compilation fixes.  
/kernel/trunk/arch/ia64/include/memstr.h
/kernel/trunk/arch/mips32/include/memstr.h
/kernel/trunk/arch/ppc32/include/memstr.h
654 6801 d 19 h jermar /kernel/trunk/generic/src/ Fix page_insert_mapping().
Some architectures (e.g. ia32) need to have the lower-numbered PTL's flagged as PAGE_WRITE in order to prevent overriding protection bits of leaf TTE's.
 
/kernel/trunk/generic/src/main/kinit.c
/kernel/trunk/generic/src/mm/page.c
653 6801 d 20 h cejka /uspace/trunk/softfloat/ Comparison function for float type added.  
/uspace/trunk/softfloat/generic/comparison.c
/uspace/trunk/softfloat/generic/softfloat.c
/uspace/trunk/softfloat/include/comparison.h
652 6802 d 0 h cejka /uspace/trunk/softfloat/ Some new functions implemented in softfloat lib.  
/uspace/trunk/softfloat/generic/comparison.c
/uspace/trunk/softfloat/generic/softfloat.c
/uspace/trunk/softfloat/include/sftypes.h
651 6802 d 12 h decky /kernel/trunk/ remove arch/$ARCH/boot where not needed, change global Makefile accordingly
remove early_mapping() (breaks ppc32 for now)
change early heap initialization (required for init to work)
 
/kernel/trunk/arch/ia32/boot
/kernel/trunk/arch/sparc64/boot
/kernel/trunk/Makefile
/kernel/trunk/arch/ppc32/include/arch.h
/kernel/trunk/generic/include/arch.h
/kernel/trunk/generic/include/config.h
/kernel/trunk/generic/src/main/main.c
650 6802 d 14 h jermar /kernel/trunk/ sparc64 work.
Implement interrupt_disable(), interrupt_enable(), interrupt_restore() and interrupt_read() functions.
Fix context save/restore to save/restore register %i7.
 
/kernel/trunk/arch/sparc64/include/asm.h
/kernel/trunk/arch/sparc64/include/context.h
/kernel/trunk/arch/sparc64/include/context_offset.h
/kernel/trunk/arch/sparc64/include/register.h
/kernel/trunk/arch/sparc64/src/context.S
/kernel/trunk/arch/sparc64/src/dummy.s
/kernel/trunk/generic/include/debug.h
/kernel/trunk/generic/src/proc/scheduler.c
649 6802 d 20 h decky /boot/trunk/arch/ia32/grub/ forgot to touch the binary file  
/boot/trunk/arch/ia32/grub/grub.img.gz
648 6802 d 20 h decky /boot/trunk/arch/ia32/ store README and COPYING directly in GRUB floppy image  
/boot/trunk/arch/ia32/Makefile
647 6803 d 3 h cejka /uspace/trunk/softfloat/ Some changes in file structures, small bugfix in __subsf3().  
/uspace/trunk/softfloat/generic/arithmetic.c
/uspace/trunk/softfloat/generic/comparison.c
/uspace/trunk/softfloat/generic/conversion.c
/uspace/trunk/softfloat/generic/other.c
/uspace/trunk/softfloat/include/arithmetic.h
/uspace/trunk/softfloat/include/comparison.h
/uspace/trunk/softfloat/include/conversion.h
/uspace/trunk/softfloat/include/other.h
/uspace/trunk/softfloat/include/sftypes.h
/uspace/trunk/softfloat/generic/softfloat.c
/uspace/trunk/softfloat/include/softfloat.h
646 6803 d 14 h jermar /kernel/trunk/ Fix cpu_init(): frame_alloc() can return 0 as the valid address of block of frames. Do not signal error.

sparc64 work.
Reorganize kernel vs. userspace memory layout.
Add panic_printf().
Turn dummy() into nop rather than into infinite loop.
 
/kernel/trunk/arch/sparc64/src/panic.S
/kernel/trunk/arch/sparc64/Makefile.inc
/kernel/trunk/arch/sparc64/include/mm/page.h
/kernel/trunk/arch/sparc64/include/mm/vm.h
/kernel/trunk/arch/sparc64/src/dummy.s
/kernel/trunk/arch/sparc64/src/mm/tlb.c
/kernel/trunk/arch/sparc64/src/sparc64.c
/kernel/trunk/generic/src/cpu/cpu.c
645 6803 d 14 h jermar /boot/trunk/arch/ Let the kernel Makefile decide wether rebuild is required.  
/boot/trunk/arch/ia32/Makefile
/boot/trunk/arch/sparc64/Makefile
644 6803 d 23 h jermar /kernel/trunk/arch/ Remove unnecessary files or files that are now part of the boot/ module.  
/kernel/trunk/arch/ia32/boot/grub.img.gz
/kernel/trunk/arch/sparc64/boot/_link.ld
/kernel/trunk/arch/sparc64/boot/boot.S
/kernel/trunk/arch/ia32/boot/Makefile
/kernel/trunk/arch/sparc64/boot/Makefile

Show All