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
857 6699 d 18 h cejka /uspace/trunk/softfloat/ Conversion functions from float to int added.
Files arch.h and types.h from arch subdirectory should be replaced later with equivalent files from libc.
 
/uspace/trunk/softfloat/arch
/uspace/trunk/softfloat/arch/amd64
/uspace/trunk/softfloat/arch/ia32
/uspace/trunk/softfloat/arch/ia32/include
/uspace/trunk/softfloat/arch/ia32/include/arch.h
/uspace/trunk/softfloat/arch/ia32/include/functions.h
/uspace/trunk/softfloat/arch/ia32/include/types.h
/uspace/trunk/softfloat/arch/ia64
/uspace/trunk/softfloat/arch/mips32
/uspace/trunk/softfloat/arch/mips32eb
/uspace/trunk/softfloat/arch/ppc32
/uspace/trunk/softfloat/arch/sparc64
/uspace/trunk/softfloat/generic/conversion.c
/uspace/trunk/softfloat/generic/softfloat.c
/uspace/trunk/softfloat/include/sftypes.h
/uspace/trunk/softfloat/include/softfloat.h
856 6700 d 20 h bondari /kernel/trunk/generic/include/  
/kernel/trunk/generic/include/elf32.h
855 6700 d 22 h bondari /kernel/trunk/generic/include/ ELF section definition  
/kernel/trunk/generic/include/elf32.h
854 6700 d 22 h bondari /kernel/trunk/ ELF loading workaround: some core declarations.  
/kernel/trunk/arch/ia32/include/elf.h
/kernel/trunk/generic/include/elf.h
/kernel/trunk/generic/include/elf32.h
/kernel/trunk/generic/src/lib/elf32.c
/kernel/trunk/Makefile
853 6702 d 1 h palkovsky /kernel/trunk/arch/mips32/ Some arc bios tweaks. Wanted to print configuration data, but
the ARC seems to return strange values.
Newport graphics card does not seem to be easy to port, give up now.
 
/kernel/trunk/arch/mips32/include/drivers/arc.h
/kernel/trunk/arch/mips32/src/drivers/arc.c
/kernel/trunk/arch/mips32/src/mips32.c
852 6702 d 2 h palkovsky /kernel/trunk/ Fixes in memory allocator
- proper kernel blacklisting, when kernel not loaded on page boundary
- correct zone adding in zone list (how could this work??)
 
/kernel/trunk/contrib/conf/bootindy
/kernel/trunk/arch/mips32/include/mm/tlb.h
/kernel/trunk/arch/mips32/src/console.c
/kernel/trunk/arch/mips32/src/drivers/arc.c
/kernel/trunk/arch/mips32/src/exception.c
/kernel/trunk/generic/src/mm/frame.c
851 6702 d 19 h palkovsky /kernel/trunk/arch/mips32/src/ removed debugging printf.  
/kernel/trunk/arch/mips32/src/debugger.c
850 6702 d 19 h palkovsky /kernel/trunk/ Small bugs fixed after running all tests on mips.  
/kernel/trunk/arch/mips32/src/debugger.c
/kernel/trunk/test/synch/semaphore2/test.c
849 6702 d 20 h palkovsky /kernel/trunk/arch/mips32/include/mm/ Fixed mips-big endian TLB problems.  
/kernel/trunk/arch/mips32/include/mm/tlb.h
848 6702 d 20 h palkovsky /uspace/trunk/ Added userspace for MIPS32-Big endian.  
/uspace/trunk/libc/arch/mips32eb/Makefile.inc
/uspace/trunk/uspace.config
847 6702 d 22 h jermar /kernel/trunk/arch/sparc64/ Improve comments in start.S.  
/kernel/trunk/arch/sparc64/include/boot/boot.h
/kernel/trunk/arch/sparc64/src/start.S
846 6703 d 0 h jermar /kernel/trunk/arch/sparc64/ sparc64 work.
Relocate kernel to 4M.
 
/kernel/trunk/arch/sparc64/include/boot
/kernel/trunk/arch/sparc64/include/boot/boot.h
/kernel/trunk/arch/sparc64/_link.ld.in
/kernel/trunk/arch/sparc64/src/mm/tlb.c
/kernel/trunk/arch/sparc64/src/start.S
845 6703 d 5 h decky /kernel/trunk/ fix stupid bug in ppc32 context_save_arch
save only non-volatile registers in context
 
/kernel/trunk/arch/ppc32/include/asm/regname.h
/kernel/trunk/arch/ppc32/include/context_offset.h
/kernel/trunk/tools/ppc32
/kernel/trunk/tools/ppc32/gencontext.c
/kernel/trunk/arch/ppc32/include/asm/macro.h
/kernel/trunk/arch/ppc32/boot/boot.S
/kernel/trunk/arch/ppc32/include/context.h
/kernel/trunk/arch/ppc32/src/asm.S
/kernel/trunk/arch/ppc32/src/context.S
/kernel/trunk/arch/ppc32/src/start.S
844 6703 d 20 h palkovsky /kernel/trunk/arch/ppc32/ Added missing CONFIG_FB for ppc.  
/kernel/trunk/arch/ppc32/Makefile.inc
843 6703 d 20 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
842 6704 d 3 h palkovsky /kernel/trunk/ Avoid memory exhaustion in thread_create in slab2 test.  
/kernel/trunk/generic/src/proc/thread.c
/kernel/trunk/test/mm/slab2/test.c
841 6704 d 4 h jermar /kernel/trunk/contrib/arch/ Add workaround utility for buggy ELF loader in HP Ski IA-64 simulator.  
/kernel/trunk/contrib/arch
/kernel/trunk/contrib/arch/ia64
/kernel/trunk/contrib/arch/ia64/vmaxlma.c
840 6705 d 3 h jermar /kernel/trunk/ Fix filling of hardcoded_ktext_size and hardcoded_kdata_size to use 64 bit stores on ia64.  
/kernel/trunk/arch/ia64/src/start.S
/kernel/trunk/generic/src/mm/as.c
839 6706 d 1 h palkovsky /kernel/trunk/genarch/src/fb/ Better structure for framebuffer.  
/kernel/trunk/genarch/src/fb/fb.c
838 6706 d 6 h palkovsky /kernel/trunk/ Added untested support for 2 & 4-byte (15-bit & 24-bit depth) framebuffer.  
/kernel/trunk/arch/mips32/src/console.c
/kernel/trunk/genarch/include/fb/fb.h
/kernel/trunk/genarch/src/fb/fb.c

Show All