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
4675 5390 d 22 h decky /trunk/ cleanup some of the dirty hacks introduced into the arm32 port
add default configurations for the two supported arm32 variants
 
/trunk/defaults/arm32/GXemul
/trunk/defaults/arm32/GXemul/Makefile.config
/trunk/defaults/arm32/integratorcp
/trunk/defaults/arm32/integratorcp/Makefile.config
/trunk/HelenOS.config
/trunk/boot/arch/arm32/loader/Makefile
/trunk/boot/arch/arm32/loader/print/print.c
/trunk/kernel/Makefile
/trunk/kernel/arch/arm32/Makefile.inc
/trunk/kernel/arch/arm32/include/mach/integratorcp/integratorcp.h
/trunk/kernel/arch/arm32/include/mach/testarm/testarm.h
/trunk/kernel/arch/arm32/src/arm32.c
/trunk/kernel/arch/arm32/src/exception.c
/trunk/kernel/arch/arm32/src/interrupt.c
/trunk/kernel/arch/arm32/src/mm/frame.c
4674 5390 d 22 h decky /trunk/boot/arch/arm32/ there is no need to pass the MACHINE value explicitly in Makefile.inc  
/trunk/boot/arch/arm32/Makefile.inc
4669 5393 d 1 h pillai /trunk/ ARM port for development board integratorcp(ARM926EJ core module).  
/trunk/boot/arch/arm32/loader/print/print.c
/trunk/kernel/arch/arm32/include/mach
/trunk/kernel/arch/arm32/include/machine_func.h
/trunk/kernel/arch/arm32/src/exc_handler.S
/trunk/kernel/arch/arm32/src/mach
/trunk/kernel/arch/arm32/src/machine_func.c
/trunk/kernel/genarch/include/drivers/pl050
/trunk/kernel/genarch/include/kbrd/scanc_pl050.h
/trunk/kernel/genarch/src/drivers/pl050
/trunk/kernel/genarch/src/kbrd/kbrd_pl050.c
/trunk/kernel/genarch/src/kbrd/scanc_pl050.c
/trunk/uspace/srv/kbd/ctl/pl050.c
/trunk/uspace/srv/kbd/port/pl050.c
/trunk/boot/arch/arm32/loader/print/gxemul.c
/trunk/kernel/arch/arm32/include/drivers/gxemul.h
/trunk/kernel/arch/arm32/src/drivers/gxemul.c
/trunk/HelenOS.config
/trunk/boot/arch/arm32/Makefile.inc
/trunk/boot/arch/arm32/loader/Makefile
/trunk/boot/arch/arm32/loader/_link.ld.in
/trunk/boot/arch/arm32/loader/boot.S
/trunk/boot/arch/arm32/loader/main.c
/trunk/kernel/Makefile
/trunk/kernel/arch/arm32/Makefile.inc
/trunk/kernel/arch/arm32/include/exception.h
/trunk/kernel/arch/arm32/src/arm32.c
/trunk/kernel/arch/arm32/src/exception.c
/trunk/kernel/arch/arm32/src/interrupt.c
/trunk/kernel/arch/arm32/src/mm/frame.c
/trunk/kernel/arch/arm32/src/start.S
/trunk/kernel/genarch/Makefile.inc
/trunk/kernel/genarch/src/fb/fb.c
/trunk/uspace/srv/fb/fb.c
/trunk/uspace/srv/kbd/Makefile
4533 5437 d 20 h svoboda /trunk/ File-backed block device driver (file_bd).  
/trunk/boot/arch/amd64/Makefile.inc
/trunk/boot/arch/arm32/loader/Makefile
/trunk/boot/arch/ia32/Makefile.inc
/trunk/boot/arch/ia64/loader/Makefile
/trunk/boot/arch/mips32/loader/Makefile
/trunk/boot/arch/ppc32/loader/Makefile
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/uspace/Makefile
4507 5444 d 14 h svoboda /trunk/ Primitive ATA disk driver that you can use in Qemu (read only).  
/trunk/uspace/srv/bd/ata_bd
/trunk/uspace/srv/bd/ata_bd/Makefile
/trunk/uspace/srv/bd/ata_bd/ata_bd.c
/trunk/boot/arch/amd64/Makefile.inc
/trunk/boot/arch/ia32/Makefile.inc
/trunk/uspace/Makefile
4504 5446 d 1 h decky /trunk/ group fhc and obio under a common directory  
/trunk/uspace/srv/cir
/trunk/uspace/srv/cir/fhc
/trunk/uspace/srv/cir/obio
/trunk/uspace/srv/fhc
/trunk/uspace/srv/obio
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/uspace/Makefile
/trunk/uspace/srv/cir/fhc/Makefile
/trunk/uspace/srv/cir/obio/Makefile
4454 5447 d 19 h decky /trunk/boot/arch/ add getvc to RAM disk  
/trunk/boot/arch/amd64/Makefile.inc
/trunk/boot/arch/arm32/loader/Makefile
/trunk/boot/arch/ia32/Makefile.inc
/trunk/boot/arch/ia64/loader/Makefile
/trunk/boot/arch/mips32/loader/Makefile
/trunk/boot/arch/ppc32/loader/Makefile
/trunk/boot/arch/sparc64/loader/Makefile
4447 5448 d 20 h decky /trunk/boot/arch/ia64/loader/ remove type definition which is not needed anywhere  
/trunk/boot/arch/ia64/loader/types.h
4441 5453 d 11 h svoboda /trunk/boot/arch/arm32/loader/ Also add gxe_bd to ramdisk on arm32.  
/trunk/boot/arch/arm32/loader/Makefile
4436 5454 d 4 h jermar /trunk/boot/arch/arm32/loader/ Allow arbitrarily large boot images on arm32.  
/trunk/boot/arch/arm32/loader/main.c
4425 5460 d 18 h svoboda /trunk/ Move ramdisk under bd.  
/trunk/uspace/srv/bd/rd
/trunk/uspace/srv/rd
/trunk/boot/arch/amd64/Makefile.inc
/trunk/boot/arch/arm32/loader/Makefile
/trunk/boot/arch/ia32/Makefile.inc
/trunk/boot/arch/ia64/loader/Makefile
/trunk/boot/arch/mips32/loader/Makefile
/trunk/boot/arch/ppc32/loader/Makefile
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/uspace/Makefile
/trunk/uspace/srv/bd/rd/Makefile
4417 5461 d 7 h decky /trunk/ add simple devfs filesystem and mount it as /dev
add generic NULL device "null"
 
/trunk/uspace/dist/dev
/trunk/uspace/srv/fs/devfs
/trunk/uspace/srv/fs/devfs/Makefile
/trunk/uspace/srv/fs/devfs/devfs.c
/trunk/uspace/srv/fs/devfs/devfs.h
/trunk/uspace/srv/fs/devfs/devfs_ops.c
/trunk/uspace/srv/fs/devfs/devfs_ops.h
/trunk/boot/arch/amd64/Makefile.inc
/trunk/boot/arch/arm32/loader/Makefile
/trunk/boot/arch/ia32/Makefile.inc
/trunk/boot/arch/ia64/loader/Makefile
/trunk/boot/arch/mips32/loader/Makefile
/trunk/boot/arch/ppc32/loader/Makefile
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/uspace/Makefile
/trunk/uspace/app/init/init.c
4411 5462 d 16 h svoboda /trunk/ Experimental GXemul disk driver (device 'disk0').  
/trunk/uspace/srv/bd
/trunk/uspace/srv/bd/gxe_bd
/trunk/uspace/srv/bd/gxe_bd/Makefile
/trunk/uspace/srv/bd/gxe_bd/gxe_bd.c
/trunk/boot/arch/mips32/loader/Makefile
/trunk/uspace/Makefile
4315 5490 d 17 h jermar /trunk/ Replace non-canonical B instructions with BA %xcc.
Fix one occurrence of deprecated Bicc instruction.
 
/trunk/boot/arch/sparc64/loader/asm.S
/trunk/boot/arch/sparc64/loader/boot.S
/trunk/kernel/arch/sparc64/include/trap/trap_table.h
/trunk/kernel/arch/sparc64/src/asm.S
/trunk/kernel/arch/sparc64/src/dummy.s
4308 5491 d 15 h decky /trunk/boot/arch/ppc32/loader/ add support for alternate spelling of macio alias  
/trunk/boot/arch/ppc32/loader/ofwarch.c
4299 5495 d 4 h decky /trunk/boot/arch/ppc32/ add support for up-to-date Mac booting specs
(this fixes booting on QEMU 10+ with OpenBIOS)
 
/trunk/boot/arch/ppc32/yaboot/bootinfo.txt
/trunk/boot/arch/ppc32/Makefile.inc
/trunk/boot/arch/ppc32/yaboot/ofboot.b
/trunk/boot/arch/ppc32/yaboot/yaboot.conf
4292 5496 d 2 h decky /trunk/boot/arch/ppc32/yaboot/ add yaboot license and information  
/trunk/boot/arch/ppc32/yaboot/COPYING
/trunk/boot/arch/ppc32/yaboot/README
4291 5496 d 3 h decky /trunk/boot/arch/ia32/ add symlink to grub  
/trunk/boot/arch/ia32/grub
4290 5496 d 3 h decky /trunk/boot/arch/ia32/ remove duplicate grub  
/trunk/boot/arch/ia32/grub
4289 5496 d 3 h decky /trunk/ ppc32: create bootable ISO image instead of plain binary
add sample configuration for QEMU
 
/trunk/contrib/conf/ppc32-qe.sh
/trunk/boot/arch/ppc32/Makefile.inc
/trunk/contrib/conf/pearpc.conf

Show All