Rev |
Age |
Author |
Path |
Log message |
Diff |
Changes |
3743 |
5792 d 8 h |
rimsky |
/branches/sparc/ |
Started to implement support for sun4v. Bootloader adapted to autodetect the architecture (sun4u, sun4v). Some generic sparc64 kernel files split into sun4u and sun4v versions (but the sun4u is still the default in many cases - in order to keep the code compilable). Implemented taking over the MMU. Implemented routines for performing the hypervisor API calls. Implemented a trivial standard output driver. HelenOS banner can now be printed from the kernel on Niagara. |
|
/branches/sparc/kernel/arch/sparc64/include/drivers/niagara.h /branches/sparc/kernel/arch/sparc64/include/mm/sun4u /branches/sparc/kernel/arch/sparc64/include/mm/sun4u/mmu.h /branches/sparc/kernel/arch/sparc64/include/mm/sun4u/tlb.h /branches/sparc/kernel/arch/sparc64/include/mm/sun4u/tte.h /branches/sparc/kernel/arch/sparc64/include/mm/sun4v /branches/sparc/kernel/arch/sparc64/include/mm/sun4v/mmu.h /branches/sparc/kernel/arch/sparc64/include/mm/sun4v/tte.h /branches/sparc/kernel/arch/sparc64/include/sun4u /branches/sparc/kernel/arch/sparc64/include/sun4u/arch.h /branches/sparc/kernel/arch/sparc64/include/sun4u/regdef.h /branches/sparc/kernel/arch/sparc64/include/sun4v /branches/sparc/kernel/arch/sparc64/include/sun4v/hypercall.h /branches/sparc/kernel/arch/sparc64/include/sun4v/regdef.h /branches/sparc/kernel/arch/sparc64/include/trap/sun4u /branches/sparc/kernel/arch/sparc64/include/trap/sun4u/mmu.h /branches/sparc/kernel/arch/sparc64/include/trap/sun4v /branches/sparc/kernel/arch/sparc64/include/trap/sun4v/mmu.h /branches/sparc/kernel/arch/sparc64/src/drivers/niagara.c /branches/sparc/kernel/arch/sparc64/src/sun4u /branches/sparc/kernel/arch/sparc64/src/sun4u/asm.S /branches/sparc/kernel/arch/sparc64/src/sun4u/sparc64.c /branches/sparc/kernel/arch/sparc64/src/sun4u/start.S /branches/sparc/kernel/arch/sparc64/src/sun4v /branches/sparc/kernel/arch/sparc64/src/sun4v/asm.S /branches/sparc/kernel/arch/sparc64/src/sun4v/sparc64.c /branches/sparc/kernel/arch/sparc64/src/sun4v/start.S /branches/sparc/kernel/arch/sparc64/src/trap/sun4u /branches/sparc/kernel/arch/sparc64/src/trap/sun4u/trap_table.S /branches/sparc/kernel/arch/sparc64/src/trap/sun4v /branches/sparc/kernel/arch/sparc64/src/trap/sun4v/trap_table.S
/branches/sparc/kernel/arch/sparc64/include/mm/mmu.h /branches/sparc/kernel/arch/sparc64/include/mm/tte.h /branches/sparc/kernel/arch/sparc64/include/regdef.h /branches/sparc/kernel/arch/sparc64/include/trap/mmu.h /branches/sparc/kernel/arch/sparc64/src/sparc64.c /branches/sparc/kernel/arch/sparc64/src/start.S /branches/sparc/kernel/arch/sparc64/src/trap/trap_table.S
/branches/sparc/boot/arch/sparc64/loader/main.c /branches/sparc/kernel/arch/sparc64/Makefile.inc /branches/sparc/kernel/arch/sparc64/include/arch.h /branches/sparc/kernel/arch/sparc64/include/cpu.h /branches/sparc/kernel/arch/sparc64/include/interrupt.h /branches/sparc/kernel/arch/sparc64/include/mm/as.h /branches/sparc/kernel/arch/sparc64/include/mm/tlb.h /branches/sparc/kernel/arch/sparc64/include/mm/tsb.h /branches/sparc/kernel/arch/sparc64/include/register.h /branches/sparc/kernel/arch/sparc64/src/asm.S /branches/sparc/kernel/arch/sparc64/src/mm/as.c /branches/sparc/kernel/arch/sparc64/src/mm/cache.S /branches/sparc/kernel/arch/sparc64/src/mm/page.c /branches/sparc/kernel/arch/sparc64/src/mm/tlb.c /branches/sparc/kernel/arch/sparc64/src/trap/exception.c /branches/sparc/kernel/arch/sparc64/src/trap/mmu.S /branches/sparc/kernel/arch/sparc64/src/trap/trap.c /branches/sparc/kernel/kernel.config
|
3742 |
5792 d 9 h |
rimsky |
/branches/sparc/ |
The sparc branch synchronized with trunk at revision 3722 (trunk@3722). |
|
/branches/sparc/boot/arch/ia64/loader/gefi/HelenOS/division.c /branches/sparc/boot/arch/ia64/loader/gefi/HelenOS/division.h /branches/sparc/kernel/genarch/include/fb/logo-196x66.h /branches/sparc/kernel/genarch/src/fb/logo-196x66.c /branches/sparc/uspace/srv/fb/ski.c /branches/sparc/uspace/srv/fb/ski.h
/branches/sparc/kernel/arch/amd64/include/drivers /branches/sparc/kernel/genarch/src/fb/helenos.xbm /branches/sparc/niagara.simics /branches/sparc/usii.simics /branches/sparc/usiii.simics
/branches/sparc/HelenOS.config /branches/sparc/boot/arch/ia64/loader/Makefile /branches/sparc/boot/arch/ia64/loader/_link.ld.in /branches/sparc/boot/arch/ia64/loader/gefi/HelenOS/Makefile /branches/sparc/boot/arch/ia64/loader/gefi/HelenOS/hello.c /branches/sparc/boot/arch/ia64/loader/gefi/Makefile /branches/sparc/boot/arch/sparc64/loader/main.c /branches/sparc/boot/arch/sparc64/loader/ofwarch.c /branches/sparc/boot/genarch/ofw.c /branches/sparc/boot/genarch/ofw.h /branches/sparc/contrib/toolchain/toolchain.sparc64.sh /branches/sparc/kernel/Makefile /branches/sparc/kernel/arch/amd64/src/amd64.c /branches/sparc/kernel/arch/amd64/src/debugger.c /branches/sparc/kernel/arch/arm32/src/arm32.c /branches/sparc/kernel/arch/arm32/src/mm/tlb.c /branches/sparc/kernel/arch/ia32/include/cpu.h /branches/sparc/kernel/arch/ia32/include/drivers/ega.h /branches/sparc/kernel/arch/ia32/include/drivers/vesa.h /branches/sparc/kernel/arch/ia32/include/mm/as.h /branches/sparc/kernel/arch/ia32/src/boot/vga323.pal /branches/sparc/kernel/arch/ia32/src/cpu/cpu.c /branches/sparc/kernel/arch/ia32/src/drivers/vesa.c /branches/sparc/kernel/arch/ia32/src/ia32.c /branches/sparc/kernel/arch/ia32xen/src/mm/tlb.c /branches/sparc/kernel/arch/ia64/src/ski/ski.c /branches/sparc/kernel/arch/mips32/include/mm/asid.h /branches/sparc/kernel/arch/mips32/src/cpu/cpu.c /branches/sparc/kernel/arch/mips32/src/debugger.c /branches/sparc/kernel/arch/mips32/src/exception.c /branches/sparc/kernel/arch/mips32/src/mips32.c /branches/sparc/kernel/arch/ppc32/src/ppc32.c /branches/sparc/kernel/arch/sparc64/include/barrier.h /branches/sparc/kernel/arch/sparc64/include/mm/tlb.h /branches/sparc/kernel/arch/sparc64/include/trap/interrupt.h /branches/sparc/kernel/arch/sparc64/src/console.c /branches/sparc/kernel/arch/sparc64/src/drivers/kbd.c /branches/sparc/kernel/arch/sparc64/src/drivers/scr.c /branches/sparc/kernel/arch/sparc64/src/drivers/tick.c /branches/sparc/kernel/arch/sparc64/src/mm/as.c /branches/sparc/kernel/arch/sparc64/src/mm/page.c /branches/sparc/kernel/arch/sparc64/src/mm/tlb.c /branches/sparc/kernel/arch/sparc64/src/mm/tsb.c /branches/sparc/kernel/arch/sparc64/src/smp/smp.c /branches/sparc/kernel/genarch/Makefile.inc /branches/sparc/kernel/genarch/include/fb/fb.h /branches/sparc/kernel/genarch/include/fb/font-8x16.h /branches/sparc/kernel/genarch/include/fb/visuals.h /branches/sparc/kernel/genarch/include/kbd/i8042.h /branches/sparc/kernel/genarch/include/ofw/ofw_tree.h /branches/sparc/kernel/genarch/src/acpi/acpi.c /branches/sparc/kernel/genarch/src/fb/fb.c /branches/sparc/kernel/genarch/src/fb/font-8x16.c /branches/sparc/kernel/genarch/src/kbd/key.c /branches/sparc/kernel/genarch/src/mm/asid.c /branches/sparc/kernel/genarch/src/ofw/ofw_tree.c /branches/sparc/kernel/generic/include/console/kconsole.h /branches/sparc/kernel/generic/include/debug.h /branches/sparc/kernel/generic/include/macros.h /branches/sparc/kernel/generic/include/udebug/udebug.h /branches/sparc/kernel/generic/src/console/cmd.c /branches/sparc/kernel/generic/src/console/console.c /branches/sparc/kernel/generic/src/console/kconsole.c /branches/sparc/kernel/generic/src/cpu/cpu.c /branches/sparc/kernel/generic/src/interrupt/interrupt.c /branches/sparc/kernel/generic/src/lib/func.c /branches/sparc/kernel/generic/src/main/kinit.c /branches/sparc/kernel/generic/src/main/main.c /branches/sparc/kernel/generic/src/mm/as.c /branches/sparc/kernel/generic/src/proc/thread.c /branches/sparc/kernel/generic/src/syscall/syscall.c /branches/sparc/kernel/generic/src/time/clock.c /branches/sparc/kernel/generic/src/udebug/udebug.c /branches/sparc/kernel/generic/src/udebug/udebug_ops.c /branches/sparc/kernel/kernel.config /branches/sparc/kernel/test/debug/mips1.c /branches/sparc/uspace/Makefile /branches/sparc/uspace/app/init/Makefile /branches/sparc/uspace/app/init/init.c /branches/sparc/uspace/app/klog/Makefile /branches/sparc/uspace/app/tester/Makefile /branches/sparc/uspace/lib/libc/Makefile /branches/sparc/uspace/lib/libc/include/ipc/fb.h /branches/sparc/uspace/lib/libc/include/libc.h /branches/sparc/uspace/lib/libc/include/loader/pcb.h /branches/sparc/uspace/lib/libc/include/string.h /branches/sparc/uspace/srv/console/Makefile /branches/sparc/uspace/srv/console/console.c /branches/sparc/uspace/srv/console/gcons.c /branches/sparc/uspace/srv/console/gcons.h /branches/sparc/uspace/srv/console/screenbuffer.h /branches/sparc/uspace/srv/devmap/Makefile /branches/sparc/uspace/srv/fb/Makefile /branches/sparc/uspace/srv/fb/fb.c /branches/sparc/uspace/srv/fb/fb.h /branches/sparc/uspace/srv/fb/font-8x16.c /branches/sparc/uspace/srv/fb/font-8x16.h /branches/sparc/uspace/srv/fb/main.c /branches/sparc/uspace/srv/fb/msim.c /branches/sparc/uspace/srv/fb/ppm.c /branches/sparc/uspace/srv/fb/serial_console.c /branches/sparc/uspace/srv/fb/serial_console.h /branches/sparc/uspace/srv/fb/sgcn.c /branches/sparc/uspace/srv/fs/fat/Makefile /branches/sparc/uspace/srv/fs/fat/fat_ops.c /branches/sparc/uspace/srv/fs/tmpfs/Makefile /branches/sparc/uspace/srv/kbd/Makefile /branches/sparc/uspace/srv/loader/main.c /branches/sparc/uspace/srv/ns/Makefile /branches/sparc/uspace/srv/pci/Makefile /branches/sparc/uspace/srv/pci/libpci/Makefile /branches/sparc/uspace/srv/rd/Makefile /branches/sparc/uspace/srv/vfs/Makefile
|
3664 |
5815 d 22 h |
rimsky |
/branches/sparc/ |
Added some SunBlade 1500 stuff (part of it is just temporary - e.g. the new visual). Some small fixes and enhancements. |
|
/branches/sparc/boot/arch/sparc64/loader/main.c /branches/sparc/boot/arch/sparc64/loader/ofwarch.c /branches/sparc/boot/arch/sparc64/loader/register.h /branches/sparc/kernel/arch/sparc64/include/asm.h /branches/sparc/kernel/arch/sparc64/include/cpu.h /branches/sparc/kernel/arch/sparc64/include/drivers/scr.h /branches/sparc/kernel/arch/sparc64/include/regdef.h /branches/sparc/kernel/arch/sparc64/include/register.h /branches/sparc/kernel/arch/sparc64/src/cpu/cpu.c /branches/sparc/kernel/arch/sparc64/src/drivers/scr.c /branches/sparc/kernel/arch/sparc64/src/drivers/tick.c /branches/sparc/kernel/arch/sparc64/src/start.S /branches/sparc/kernel/genarch/include/fb/visuals.h /branches/sparc/kernel/genarch/src/fb/fb.c /branches/sparc/niagara.simics /branches/sparc/usii.simics /branches/sparc/usiii.simics
|
3618 |
5825 d 22 h |
rimsky |
/branches/sparc/ |
Support for framebuffers, where the first pixel is mapped to a different address than the OBP 'reg' property claims. Cleanup, comments, C-style. |
|
/branches/sparc/boot/arch/sparc64/loader/main.c /branches/sparc/boot/genarch/ofw.c /branches/sparc/boot/genarch/ofw_tree.c /branches/sparc/kernel/arch/sparc64/include/mm/cache_spec.h /branches/sparc/kernel/arch/sparc64/include/mm/tlb.h /branches/sparc/kernel/arch/sparc64/src/console.c /branches/sparc/kernel/arch/sparc64/src/cpu/cpu.c /branches/sparc/kernel/arch/sparc64/src/drivers/scr.c /branches/sparc/kernel/arch/sparc64/src/drivers/sgcn.c /branches/sparc/kernel/arch/sparc64/src/mm/tlb.c /branches/sparc/kernel/arch/sparc64/src/smp/smp.c /branches/sparc/kernel/arch/sparc64/src/start.S /branches/sparc/kernel/genarch/include/fb/fb.h /branches/sparc/kernel/genarch/src/fb/fb.c /branches/sparc/kernel/genarch/src/ofw/ofw_tree.c /branches/sparc/usiii.simics /branches/sparc/uspace/srv/fb/serial_console.c /branches/sparc/uspace/srv/fb/serial_console.h /branches/sparc/uspace/srv/fb/sgcn.c /branches/sparc/uspace/srv/kbd/arch/sparc64/src/sgcn.c
|
3582 |
5836 d 11 h |
rimsky |
/branches/sparc/ |
Made changes making HelenOS run on US-IV CPUs. Minor refactoring of the SGCN driver. |
|
/branches/sparc/kernel/arch/sparc64/include/cpu_family.h /branches/sparc/uspace/srv/fb/serial_console.c /branches/sparc/uspace/srv/fb/serial_console.h
/branches/sparc/boot/arch/sparc64/loader/asm.S /branches/sparc/boot/arch/sparc64/loader/main.c /branches/sparc/boot/arch/sparc64/loader/main.h /branches/sparc/boot/arch/sparc64/loader/ofwarch.c /branches/sparc/boot/arch/sparc64/loader/register.h /branches/sparc/boot/genarch/ofw_tree.c /branches/sparc/kernel/arch/sparc64/include/cpu_node.h /branches/sparc/kernel/arch/sparc64/include/regdef.h /branches/sparc/kernel/arch/sparc64/include/register.h /branches/sparc/kernel/arch/sparc64/src/cpu/cpu.c /branches/sparc/kernel/arch/sparc64/src/smp/smp.c /branches/sparc/kernel/genarch/include/ofw/ofw_tree.h /branches/sparc/kernel/genarch/src/ofw/ofw_tree.c /branches/sparc/kernel/generic/src/cpu/cpu.c /branches/sparc/kernel/generic/src/main/main.c /branches/sparc/usii.simics /branches/sparc/usiii.simics /branches/sparc/uspace/app/init/init.c /branches/sparc/uspace/srv/fb/Makefile /branches/sparc/uspace/srv/fb/msim.c /branches/sparc/uspace/srv/fb/sgcn.c /branches/sparc/uspace/srv/kbd/arch/sparc64/src/sgcn.c /branches/sparc/uspace/srv/kbd/genarch/src/nofb.c
|
3502 |
5853 d 23 h |
rimsky |
/branches/sparc/ |
Implemented Serengeti console driver (only output, input TBD), all output now goes to the console instead of Simics CLI window. |
|
/branches/sparc/kernel/arch/sparc64/include/drivers/sgcn.h /branches/sparc/kernel/arch/sparc64/src/drivers/sgcn.c
/branches/sparc/boot/arch/sparc64/loader/main.c /branches/sparc/kernel/arch/sparc64/Makefile.inc /branches/sparc/kernel/arch/sparc64/src/sparc64.c /branches/sparc/usiii.simics
|
3492 |
5865 d 2 h |
rimsky |
/branches/sparc/ |
Changes in trunk merged into the sparc branch. SILO's ramdisk issue solved by the CONFIG_RD_EXTERNAL option. |
|
/branches/sparc/kernel/arch/ia32/include/syscall.h /branches/sparc/kernel/arch/ia32/src/syscall.c /branches/sparc/kernel/arch/ppc32/include/regutils.h /branches/sparc/kernel/generic/include/ipc/kbox.h /branches/sparc/kernel/generic/include/udebug /branches/sparc/kernel/generic/src/ipc/kbox.c /branches/sparc/kernel/generic/src/udebug /branches/sparc/uspace/app/bdsh/cmds/modules/cp /branches/sparc/uspace/app/bdsh/cmds/modules/sleep /branches/sparc/uspace/app/trace /branches/sparc/uspace/dist/app /branches/sparc/uspace/dist/cfg /branches/sparc/uspace/dist/srv /branches/sparc/uspace/lib/libc/generic/loader.c /branches/sparc/uspace/lib/libc/generic/udebug.c /branches/sparc/uspace/lib/libc/include/loader/loader.h /branches/sparc/uspace/lib/libc/include/udebug.h
/branches/sparc/uspace/dist/etc /branches/sparc/uspace/dist/sbin
/branches/sparc/boot/arch/amd64/Makefile.inc /branches/sparc/boot/arch/arm32/loader/Makefile /branches/sparc/boot/arch/ia32/Makefile.inc /branches/sparc/boot/arch/ia64/loader/Makefile /branches/sparc/boot/arch/mips32/loader/Makefile /branches/sparc/boot/arch/ppc32/loader/Makefile /branches/sparc/boot/arch/ppc64/loader/Makefile /branches/sparc/boot/arch/sparc64/Makefile.inc /branches/sparc/boot/arch/sparc64/loader/Makefile /branches/sparc/boot/arch/sparc64/loader/main.c /branches/sparc/boot/arch/sparc64/silo/silo.conf /branches/sparc/boot/boot.config /branches/sparc/boot/generic/string.c /branches/sparc/boot/generic/string.h /branches/sparc/kernel/Makefile /branches/sparc/kernel/arch/amd64/include/syscall.h /branches/sparc/kernel/arch/arm32/include/interrupt.h /branches/sparc/kernel/arch/ia32/Makefile.inc /branches/sparc/kernel/arch/ia32/include/asm.h /branches/sparc/kernel/arch/ia32/include/cpu.h /branches/sparc/kernel/arch/ia32/src/asm.S /branches/sparc/kernel/arch/ia32/src/cpu/cpu.c /branches/sparc/kernel/arch/ia32/src/proc/scheduler.c /branches/sparc/kernel/arch/ia64/include/asm.h /branches/sparc/kernel/arch/ppc32/include/asm/regname.h /branches/sparc/kernel/arch/ppc32/include/exception.h /branches/sparc/kernel/arch/sparc64/include/trap/regwin.h /branches/sparc/kernel/arch/sparc64/include/trap/syscall.h /branches/sparc/kernel/arch/sparc64/src/proc/thread.c /branches/sparc/kernel/arch/sparc64/src/trap/trap_table.S /branches/sparc/kernel/generic/include/ipc/ipc.h /branches/sparc/kernel/generic/include/ipc/sysipc.h /branches/sparc/kernel/generic/include/proc/task.h /branches/sparc/kernel/generic/include/proc/thread.h /branches/sparc/kernel/generic/include/syscall/syscall.h /branches/sparc/kernel/generic/src/console/cmd.c /branches/sparc/kernel/generic/src/ipc/ipc.c /branches/sparc/kernel/generic/src/ipc/sysipc.c /branches/sparc/kernel/generic/src/lib/memstr.c /branches/sparc/kernel/generic/src/main/uinit.c /branches/sparc/kernel/generic/src/mm/as.c /branches/sparc/kernel/generic/src/proc/task.c /branches/sparc/kernel/generic/src/proc/thread.c /branches/sparc/kernel/generic/src/syscall/syscall.c /branches/sparc/kernel/kernel.config /branches/sparc/uspace/Makefile /branches/sparc/uspace/app/bdsh/Makefile /branches/sparc/uspace/app/bdsh/README /branches/sparc/uspace/app/bdsh/cmds/builtins/cd/cd.c /branches/sparc/uspace/app/bdsh/cmds/builtins/cd/entry.h /branches/sparc/uspace/app/bdsh/cmds/cmds.h /branches/sparc/uspace/app/bdsh/cmds/mknewcmd /branches/sparc/uspace/app/bdsh/cmds/modules/cat/cat.c /branches/sparc/uspace/app/bdsh/cmds/modules/cat/entry.h /branches/sparc/uspace/app/bdsh/cmds/modules/help/entry.h /branches/sparc/uspace/app/bdsh/cmds/modules/help/help.c /branches/sparc/uspace/app/bdsh/cmds/modules/ls/entry.h /branches/sparc/uspace/app/bdsh/cmds/modules/ls/ls.c /branches/sparc/uspace/app/bdsh/cmds/modules/mkdir/entry.h /branches/sparc/uspace/app/bdsh/cmds/modules/mkdir/mkdir.c /branches/sparc/uspace/app/bdsh/cmds/modules/modules.h /branches/sparc/uspace/app/bdsh/cmds/modules/pwd/entry.h /branches/sparc/uspace/app/bdsh/cmds/modules/pwd/pwd.c /branches/sparc/uspace/app/bdsh/cmds/modules/quit/entry.h /branches/sparc/uspace/app/bdsh/cmds/modules/quit/quit.c /branches/sparc/uspace/app/bdsh/cmds/modules/rm/entry.h /branches/sparc/uspace/app/bdsh/cmds/modules/rm/rm.c /branches/sparc/uspace/app/bdsh/cmds/modules/touch/entry.h /branches/sparc/uspace/app/bdsh/cmds/modules/touch/touch.c /branches/sparc/uspace/app/bdsh/config.h /branches/sparc/uspace/app/bdsh/exec.c /branches/sparc/uspace/app/bdsh/scli.c /branches/sparc/uspace/app/bdsh/util.c /branches/sparc/uspace/app/bdsh/util.h /branches/sparc/uspace/app/init/init.c /branches/sparc/uspace/app/tester/ipc/send_sync.c /branches/sparc/uspace/app/tester/tester.c /branches/sparc/uspace/lib/libc/Makefile /branches/sparc/uspace/lib/libc/Makefile.toolchain /branches/sparc/uspace/lib/libc/arch/amd64/include/syscall.h /branches/sparc/uspace/lib/libc/arch/arm32/include/syscall.h /branches/sparc/uspace/lib/libc/arch/ia32/include/syscall.h /branches/sparc/uspace/lib/libc/arch/ia32/src/syscall.S /branches/sparc/uspace/lib/libc/arch/ia64/include/syscall.h /branches/sparc/uspace/lib/libc/arch/mips32/include/syscall.h /branches/sparc/uspace/lib/libc/arch/ppc32/include/syscall.h /branches/sparc/uspace/lib/libc/arch/ppc64/include/syscall.h /branches/sparc/uspace/lib/libc/arch/sparc64/include/syscall.h /branches/sparc/uspace/lib/libc/generic/ipc.c /branches/sparc/uspace/lib/libc/generic/smc.c /branches/sparc/uspace/lib/libc/generic/string.c /branches/sparc/uspace/lib/libc/generic/task.c /branches/sparc/uspace/lib/libc/generic/time.c /branches/sparc/uspace/lib/libc/generic/tls.c /branches/sparc/uspace/lib/libc/generic/vfs/canonify.c /branches/sparc/uspace/lib/libc/generic/vfs/vfs.c /branches/sparc/uspace/lib/libc/include/ipc/ipc.h /branches/sparc/uspace/lib/libc/include/ipc/loader.h /branches/sparc/uspace/lib/libc/include/libc.h /branches/sparc/uspace/lib/libc/include/loader/pcb.h /branches/sparc/uspace/lib/libc/include/string.h /branches/sparc/uspace/lib/libc/include/syscall.h /branches/sparc/uspace/lib/libc/include/task.h /branches/sparc/uspace/lib/libfs/Makefile /branches/sparc/uspace/lib/softfloat/Makefile /branches/sparc/uspace/lib/softint/Makefile /branches/sparc/uspace/srv/loader/main.c /branches/sparc/uspace/srv/vfs/vfs.c /branches/sparc/uspace/srv/vfs/vfs_ops.c
|
3397 |
5897 d 8 h |
rimsky |
/branches/sparc/ |
Merged recent changes from trunk into the Sparc branch. |
|
/branches/sparc/uspace/app/bdsh /branches/sparc/uspace/lib/libc/generic/getopt.c /branches/sparc/uspace/lib/libc/generic/io/asprintf.c /branches/sparc/uspace/lib/libc/include/getopt.h
/branches/sparc/boot/tools/ia64 /branches/sparc/uspace/app/cli
/branches/sparc/boot/arch/amd64/Makefile.inc /branches/sparc/boot/arch/arm32/loader/Makefile /branches/sparc/boot/arch/ia32/Makefile.inc /branches/sparc/boot/arch/ia64/Makefile.inc /branches/sparc/boot/arch/ia64/loader/Makefile /branches/sparc/boot/arch/mips32/loader/Makefile /branches/sparc/boot/arch/ppc32/loader/Makefile /branches/sparc/boot/arch/ppc32/loader/main.c /branches/sparc/boot/arch/ppc32/loader/ofwarch.c /branches/sparc/boot/arch/ppc64/loader/Makefile /branches/sparc/boot/arch/sparc64/loader/Makefile /branches/sparc/boot/arch/sparc64/loader/boot.S /branches/sparc/boot/arch/sparc64/loader/main.c /branches/sparc/boot/arch/sparc64/loader/main.h /branches/sparc/boot/genarch/balloc.h /branches/sparc/contrib/toolchain/toolchain.amd64.sh /branches/sparc/contrib/toolchain/toolchain.arm32.sh /branches/sparc/contrib/toolchain/toolchain.ia32.sh /branches/sparc/contrib/toolchain/toolchain.ia64.sh /branches/sparc/contrib/toolchain/toolchain.mipseb32.sh /branches/sparc/contrib/toolchain/toolchain.mipsel32.sh /branches/sparc/contrib/toolchain/toolchain.ppc32.sh /branches/sparc/contrib/toolchain/toolchain.ppc64.sh /branches/sparc/contrib/toolchain/toolchain.sparc64.sh /branches/sparc/kernel/arch/amd64/Makefile.inc /branches/sparc/kernel/arch/amd64/include/atomic.h /branches/sparc/kernel/arch/arm32/Makefile.inc /branches/sparc/kernel/arch/ia32/Makefile.inc /branches/sparc/kernel/arch/ia32/include/atomic.h /branches/sparc/kernel/arch/ia32xen/Makefile.inc /branches/sparc/kernel/arch/ia64/Makefile.inc /branches/sparc/kernel/arch/mips32/Makefile.inc /branches/sparc/kernel/arch/mips32/src/mm/tlb.c /branches/sparc/kernel/arch/ppc32/Makefile.inc /branches/sparc/kernel/arch/ppc64/Makefile.inc /branches/sparc/kernel/arch/sparc64/Makefile.inc /branches/sparc/kernel/arch/sparc64/include/atomic.h /branches/sparc/kernel/generic/include/errno.h /branches/sparc/kernel/generic/include/ipc/ipc.h /branches/sparc/kernel/generic/src/ipc/ipc.c /branches/sparc/kernel/generic/src/ipc/ipcrsc.c /branches/sparc/kernel/generic/src/ipc/sysipc.c /branches/sparc/kernel/generic/src/main/kinit.c /branches/sparc/kernel/generic/src/mm/as.c /branches/sparc/kernel/generic/src/mm/backend_anon.c /branches/sparc/kernel/generic/src/mm/backend_elf.c /branches/sparc/kernel/generic/src/proc/task.c /branches/sparc/uspace/Makefile /branches/sparc/uspace/app/init/init.c /branches/sparc/uspace/lib/libc/Makefile /branches/sparc/uspace/lib/libc/arch/amd64/Makefile.inc /branches/sparc/uspace/lib/libc/arch/arm32/Makefile.inc /branches/sparc/uspace/lib/libc/arch/ia32/Makefile.inc /branches/sparc/uspace/lib/libc/arch/ia64/Makefile.inc /branches/sparc/uspace/lib/libc/arch/mips32/Makefile.inc /branches/sparc/uspace/lib/libc/arch/mips32eb/Makefile.inc /branches/sparc/uspace/lib/libc/arch/ppc32/Makefile.inc /branches/sparc/uspace/lib/libc/arch/ppc64/Makefile.inc /branches/sparc/uspace/lib/libc/arch/sparc64/Makefile.inc /branches/sparc/uspace/lib/libc/generic/io/printf_core.c /branches/sparc/uspace/lib/libc/generic/io/sprintf.c /branches/sparc/uspace/lib/libc/generic/io/vsnprintf.c /branches/sparc/uspace/lib/libc/generic/ipc.c /branches/sparc/uspace/lib/libc/include/stdio.h /branches/sparc/uspace/srv/fs/fat/fat_ops.c /branches/sparc/uspace/srv/fs/tmpfs/tmpfs_ops.c /branches/sparc/uspace/srv/vfs/vfs_ops.c
|
3343 |
5921 d 4 h |
decky |
/branches/sparc/ |
add sparc branch |
|
/branches/sparc
|
2250 |
6413 d 0 h |
jermar |
/trunk/boot/ |
Fix ticket #31. |
|
/trunk/boot/arch/sparc64/loader/main.c /trunk/boot/genarch/balloc.c /trunk/boot/genarch/balloc.h /trunk/boot/genarch/ofw.c /trunk/boot/genarch/ofw.h
|
2071 |
6501 d 1 h |
jermar |
/trunk/ |
(c) versus (C) |
|
/trunk/Makefile /trunk/boot/Makefile /trunk/boot/arch/amd64/Makefile.inc /trunk/boot/arch/ia32/Makefile.inc /trunk/boot/arch/ia32xen/Makefile.inc /trunk/boot/arch/ia64/Makefile.inc /trunk/boot/arch/mips32/Makefile.inc /trunk/boot/arch/mips32/loader/Makefile /trunk/boot/arch/mips32/loader/asm.S /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/boot/arch/mips32/loader/msim.c /trunk/boot/arch/mips32/loader/msim.h /trunk/boot/arch/mips32/loader/regname.h /trunk/boot/arch/mips32/loader/types.h /trunk/boot/arch/ppc32/Makefile.inc /trunk/boot/arch/ppc32/loader/Makefile /trunk/boot/arch/ppc32/loader/asm.S /trunk/boot/arch/ppc32/loader/asm.h /trunk/boot/arch/ppc32/loader/boot.S /trunk/boot/arch/ppc32/loader/main.c /trunk/boot/arch/ppc32/loader/main.h /trunk/boot/arch/ppc32/loader/ofwarch.c /trunk/boot/arch/ppc32/loader/ofwarch.h /trunk/boot/arch/ppc32/loader/regname.h /trunk/boot/arch/ppc32/loader/types.h /trunk/boot/arch/ppc64/Makefile.inc /trunk/boot/arch/ppc64/loader/Makefile /trunk/boot/arch/ppc64/loader/asm.S /trunk/boot/arch/ppc64/loader/asm.h /trunk/boot/arch/ppc64/loader/boot.S /trunk/boot/arch/ppc64/loader/main.c /trunk/boot/arch/ppc64/loader/main.h /trunk/boot/arch/ppc64/loader/ofwarch.c /trunk/boot/arch/ppc64/loader/ofwarch.h /trunk/boot/arch/ppc64/loader/regname.h /trunk/boot/arch/ppc64/loader/types.h /trunk/boot/arch/sparc64/Makefile.inc /trunk/boot/arch/sparc64/loader/Makefile /trunk/boot/arch/sparc64/loader/asm.S /trunk/boot/arch/sparc64/loader/asm.h /trunk/boot/arch/sparc64/loader/boot.S /trunk/boot/arch/sparc64/loader/main.c /trunk/boot/arch/sparc64/loader/main.h /trunk/boot/arch/sparc64/loader/ofwarch.c /trunk/boot/arch/sparc64/loader/ofwarch.h /trunk/boot/arch/sparc64/loader/register.h /trunk/boot/arch/sparc64/loader/stack.h /trunk/boot/arch/sparc64/loader/types.h /trunk/boot/genarch/balloc.c /trunk/boot/genarch/balloc.h /trunk/boot/genarch/ofw.c /trunk/boot/genarch/ofw.h /trunk/boot/genarch/ofw_tree.c /trunk/boot/genarch/ofw_tree.h /trunk/boot/generic/align.h /trunk/boot/generic/gentypes.h /trunk/boot/generic/printf.c /trunk/boot/generic/printf.h /trunk/boot/generic/stdarg.h /trunk/boot/generic/string.c /trunk/boot/generic/string.h /trunk/boot/tools/ppc32/font-8x16.c /trunk/boot/tools/ppc32/font-8x16.h /trunk/kernel/Makefile /trunk/kernel/arch/amd64/Makefile.inc /trunk/kernel/arch/amd64/include/arch.h /trunk/kernel/arch/amd64/include/arg.h /trunk/kernel/arch/amd64/include/asm.h /trunk/kernel/arch/amd64/include/atomic.h /trunk/kernel/arch/amd64/include/boot/boot.h /trunk/kernel/arch/amd64/include/byteorder.h /trunk/kernel/arch/amd64/include/context.h /trunk/kernel/arch/amd64/include/context_offset.h /trunk/kernel/arch/amd64/include/cpu.h /trunk/kernel/arch/amd64/include/cpuid.h /trunk/kernel/arch/amd64/include/cycle.h /trunk/kernel/arch/amd64/include/ddi/ddi.h /trunk/kernel/arch/amd64/include/debugger.h /trunk/kernel/arch/amd64/include/drivers/vesa.h /trunk/kernel/arch/amd64/include/elf.h /trunk/kernel/arch/amd64/include/faddr.h /trunk/kernel/arch/amd64/include/interrupt.h /trunk/kernel/arch/amd64/include/memstr.h /trunk/kernel/arch/amd64/include/mm/as.h /trunk/kernel/arch/amd64/include/mm/frame.h /trunk/kernel/arch/amd64/include/mm/page.h /trunk/kernel/arch/amd64/include/mm/ptl.h /trunk/kernel/arch/amd64/include/mm/tlb.h /trunk/kernel/arch/amd64/include/pm.h /trunk/kernel/arch/amd64/include/proc/task.h /trunk/kernel/arch/amd64/include/proc/thread.h /trunk/kernel/arch/amd64/include/syscall.h /trunk/kernel/arch/amd64/include/types.h /trunk/kernel/arch/amd64/src/amd64.c /trunk/kernel/arch/amd64/src/asm_utils.S /trunk/kernel/arch/amd64/src/boot/boot.S /trunk/kernel/arch/amd64/src/context.S /trunk/kernel/arch/amd64/src/cpu/cpu.c /trunk/kernel/arch/amd64/src/ddi/ddi.c /trunk/kernel/arch/amd64/src/debugger.c /trunk/kernel/arch/amd64/src/delay.S /trunk/kernel/arch/amd64/src/fpu_context.c /trunk/kernel/arch/amd64/src/interrupt.c /trunk/kernel/arch/amd64/src/mm/memory_init.c /trunk/kernel/arch/amd64/src/mm/page.c /trunk/kernel/arch/amd64/src/pm.c /trunk/kernel/arch/amd64/src/proc/scheduler.c /trunk/kernel/arch/amd64/src/proc/task.c /trunk/kernel/arch/amd64/src/proc/thread.c /trunk/kernel/arch/amd64/src/smp/ap.S /trunk/kernel/arch/amd64/src/syscall.c /trunk/kernel/arch/amd64/src/userspace.c /trunk/kernel/arch/ia32/Makefile.inc /trunk/kernel/arch/ia32/include/arch.h /trunk/kernel/arch/ia32/include/arg.h /trunk/kernel/arch/ia32/include/asm.h /trunk/kernel/arch/ia32/include/atomic.h /trunk/kernel/arch/ia32/include/barrier.h /trunk/kernel/arch/ia32/include/bios/bios.h /trunk/kernel/arch/ia32/include/boot/boot.h /trunk/kernel/arch/ia32/include/boot/memmap.h /trunk/kernel/arch/ia32/include/byteorder.h /trunk/kernel/arch/ia32/include/context.h /trunk/kernel/arch/ia32/include/cpu.h /trunk/kernel/arch/ia32/include/cpuid.h /trunk/kernel/arch/ia32/include/cycle.h /trunk/kernel/arch/ia32/include/ddi/ddi.h /trunk/kernel/arch/ia32/include/debug.h /trunk/kernel/arch/ia32/include/drivers/ega.h /trunk/kernel/arch/ia32/include/drivers/i8042.h /trunk/kernel/arch/ia32/include/drivers/i8254.h /trunk/kernel/arch/ia32/include/drivers/i8259.h /trunk/kernel/arch/ia32/include/drivers/vesa.h /trunk/kernel/arch/ia32/include/elf.h /trunk/kernel/arch/ia32/include/faddr.h /trunk/kernel/arch/ia32/include/fpu_context.h /trunk/kernel/arch/ia32/include/interrupt.h /trunk/kernel/arch/ia32/include/memstr.h /trunk/kernel/arch/ia32/include/mm/as.h /trunk/kernel/arch/ia32/include/mm/asid.h /trunk/kernel/arch/ia32/include/mm/frame.h /trunk/kernel/arch/ia32/include/mm/memory_init.h /trunk/kernel/arch/ia32/include/mm/page.h /trunk/kernel/arch/ia32/include/mm/tlb.h /trunk/kernel/arch/ia32/include/pm.h /trunk/kernel/arch/ia32/include/proc/task.h /trunk/kernel/arch/ia32/include/proc/thread.h /trunk/kernel/arch/ia32/include/smp/ap.h /trunk/kernel/arch/ia32/include/smp/apic.h /trunk/kernel/arch/ia32/include/smp/mps.h /trunk/kernel/arch/ia32/include/smp/smp.h /trunk/kernel/arch/ia32/include/types.h /trunk/kernel/arch/ia32/src/asm.S /trunk/kernel/arch/ia32/src/atomic.S /trunk/kernel/arch/ia32/src/bios/bios.c /trunk/kernel/arch/ia32/src/boot/boot.S /trunk/kernel/arch/ia32/src/context.s /trunk/kernel/arch/ia32/src/cpu/cpu.c /trunk/kernel/arch/ia32/src/ddi/ddi.c /trunk/kernel/arch/ia32/src/debug/panic.s /trunk/kernel/arch/ia32/src/delay.s /trunk/kernel/arch/ia32/src/drivers/ega.c /trunk/kernel/arch/ia32/src/drivers/i8254.c /trunk/kernel/arch/ia32/src/drivers/i8259.c /trunk/kernel/arch/ia32/src/drivers/vesa.c /trunk/kernel/arch/ia32/src/fpu_context.c /trunk/kernel/arch/ia32/src/ia32.c /trunk/kernel/arch/ia32/src/interrupt.c /trunk/kernel/arch/ia32/src/mm/as.c /trunk/kernel/arch/ia32/src/mm/frame.c /trunk/kernel/arch/ia32/src/mm/memory_init.c /trunk/kernel/arch/ia32/src/mm/page.c /trunk/kernel/arch/ia32/src/mm/tlb.c /trunk/kernel/arch/ia32/src/pm.c /trunk/kernel/arch/ia32/src/proc/scheduler.c /trunk/kernel/arch/ia32/src/proc/task.c /trunk/kernel/arch/ia32/src/proc/thread.c /trunk/kernel/arch/ia32/src/smp/ap.S /trunk/kernel/arch/ia32/src/smp/apic.c /trunk/kernel/arch/ia32/src/smp/ipi.c /trunk/kernel/arch/ia32/src/smp/mps.c /trunk/kernel/arch/ia32/src/smp/smp.c /trunk/kernel/arch/ia32/src/userspace.c /trunk/kernel/arch/ia32xen/Makefile.inc /trunk/kernel/arch/ia32xen/include/asm.h /trunk/kernel/arch/ia32xen/include/boot/boot.h /trunk/kernel/arch/ia32xen/include/drivers/xconsole.h /trunk/kernel/arch/ia32xen/include/hypercall.h /trunk/kernel/arch/ia32xen/include/mm/as.h /trunk/kernel/arch/ia32xen/include/mm/asid.h /trunk/kernel/arch/ia32xen/include/mm/frame.h /trunk/kernel/arch/ia32xen/include/mm/memory_init.h /trunk/kernel/arch/ia32xen/include/mm/page.h /trunk/kernel/arch/ia32xen/include/mm/tlb.h /trunk/kernel/arch/ia32xen/include/pm.h /trunk/kernel/arch/ia32xen/include/types.h /trunk/kernel/arch/ia32xen/src/asm.S /trunk/kernel/arch/ia32xen/src/boot/boot.S /trunk/kernel/arch/ia32xen/src/drivers/xconsole.c /trunk/kernel/arch/ia32xen/src/ia32xen.c /trunk/kernel/arch/ia32xen/src/interrupt.c /trunk/kernel/arch/ia32xen/src/mm/as.c /trunk/kernel/arch/ia32xen/src/mm/frame.c /trunk/kernel/arch/ia32xen/src/mm/memory_init.c /trunk/kernel/arch/ia32xen/src/mm/page.c /trunk/kernel/arch/ia32xen/src/mm/tlb.c /trunk/kernel/arch/ia32xen/src/pm.c /trunk/kernel/arch/ia32xen/src/proc/scheduler.c /trunk/kernel/arch/ia32xen/src/proc/task.c /trunk/kernel/arch/ia32xen/src/proc/thread.c /trunk/kernel/arch/ia32xen/src/smp/apic.c /trunk/kernel/arch/ia32xen/src/smp/ipi.c /trunk/kernel/arch/ia32xen/src/smp/mps.c /trunk/kernel/arch/ia32xen/src/smp/smp.c /trunk/kernel/arch/ia32xen/src/userspace.c /trunk/kernel/arch/ia64/Makefile.inc /trunk/kernel/arch/ia64/include/arch.h /trunk/kernel/arch/ia64/include/arg.h /trunk/kernel/arch/ia64/include/asm.h /trunk/kernel/arch/ia64/include/atomic.h /trunk/kernel/arch/ia64/include/barrier.h /trunk/kernel/arch/ia64/include/byteorder.h /trunk/kernel/arch/ia64/include/context.h /trunk/kernel/arch/ia64/include/cpu.h /trunk/kernel/arch/ia64/include/cycle.h /trunk/kernel/arch/ia64/include/debug.h /trunk/kernel/arch/ia64/include/drivers/it.h /trunk/kernel/arch/ia64/include/elf.h /trunk/kernel/arch/ia64/include/faddr.h /trunk/kernel/arch/ia64/include/fpu_context.h /trunk/kernel/arch/ia64/include/interrupt.h /trunk/kernel/arch/ia64/include/memstr.h /trunk/kernel/arch/ia64/include/mm/as.h /trunk/kernel/arch/ia64/include/mm/asid.h /trunk/kernel/arch/ia64/include/mm/frame.h /trunk/kernel/arch/ia64/include/mm/memory_init.h /trunk/kernel/arch/ia64/include/mm/page.h /trunk/kernel/arch/ia64/include/mm/tlb.h /trunk/kernel/arch/ia64/include/mm/vhpt.h /trunk/kernel/arch/ia64/include/pal/pal.h /trunk/kernel/arch/ia64/include/proc/task.h /trunk/kernel/arch/ia64/include/proc/thread.h /trunk/kernel/arch/ia64/include/register.h /trunk/kernel/arch/ia64/include/simics/ega.h /trunk/kernel/arch/ia64/include/ski/ski.h /trunk/kernel/arch/ia64/include/stack.h /trunk/kernel/arch/ia64/include/types.h /trunk/kernel/arch/ia64/src/asm.S /trunk/kernel/arch/ia64/src/context.S /trunk/kernel/arch/ia64/src/cpu/cpu.c /trunk/kernel/arch/ia64/src/ddi/ddi.c /trunk/kernel/arch/ia64/src/drivers/it.c /trunk/kernel/arch/ia64/src/dummy.s /trunk/kernel/arch/ia64/src/fpu_context.c /trunk/kernel/arch/ia64/src/ia64.c /trunk/kernel/arch/ia64/src/interrupt.c /trunk/kernel/arch/ia64/src/ivt.S /trunk/kernel/arch/ia64/src/mm/as.c /trunk/kernel/arch/ia64/src/mm/frame.c /trunk/kernel/arch/ia64/src/mm/page.c /trunk/kernel/arch/ia64/src/mm/tlb.c /trunk/kernel/arch/ia64/src/mm/vhpt.c /trunk/kernel/arch/ia64/src/proc/scheduler.c /trunk/kernel/arch/ia64/src/putchar.c /trunk/kernel/arch/ia64/src/simics/ega.c /trunk/kernel/arch/ia64/src/ski/ski.c /trunk/kernel/arch/ia64/src/start.S /trunk/kernel/arch/mips32/Makefile.inc /trunk/kernel/arch/mips32/include/arch.h /trunk/kernel/arch/mips32/include/arg.h /trunk/kernel/arch/mips32/include/asm.h /trunk/kernel/arch/mips32/include/asm/boot.h /trunk/kernel/arch/mips32/include/asm/regname.h /trunk/kernel/arch/mips32/include/atomic.h /trunk/kernel/arch/mips32/include/barrier.h /trunk/kernel/arch/mips32/include/boot.h /trunk/kernel/arch/mips32/include/byteorder.h /trunk/kernel/arch/mips32/include/cache.h /trunk/kernel/arch/mips32/include/console.h /trunk/kernel/arch/mips32/include/context.h /trunk/kernel/arch/mips32/include/context_offset.h /trunk/kernel/arch/mips32/include/cp0.h /trunk/kernel/arch/mips32/include/cpu.h /trunk/kernel/arch/mips32/include/cycle.h /trunk/kernel/arch/mips32/include/debug.h /trunk/kernel/arch/mips32/include/debugger.h /trunk/kernel/arch/mips32/include/drivers/arc.h /trunk/kernel/arch/mips32/include/drivers/msim.h /trunk/kernel/arch/mips32/include/drivers/serial.h /trunk/kernel/arch/mips32/include/elf.h /trunk/kernel/arch/mips32/include/exception.h /trunk/kernel/arch/mips32/include/faddr.h /trunk/kernel/arch/mips32/include/fpu_context.h /trunk/kernel/arch/mips32/include/interrupt.h /trunk/kernel/arch/mips32/include/memstr.h /trunk/kernel/arch/mips32/include/mm/as.h /trunk/kernel/arch/mips32/include/mm/asid.h /trunk/kernel/arch/mips32/include/mm/frame.h /trunk/kernel/arch/mips32/include/mm/memory_init.h /trunk/kernel/arch/mips32/include/mm/page.h /trunk/kernel/arch/mips32/include/mm/tlb.h /trunk/kernel/arch/mips32/include/proc/task.h /trunk/kernel/arch/mips32/include/proc/thread.h /trunk/kernel/arch/mips32/include/stack.h /trunk/kernel/arch/mips32/include/types.h /trunk/kernel/arch/mips32/src/asm.S /trunk/kernel/arch/mips32/src/cache.c /trunk/kernel/arch/mips32/src/console.c /trunk/kernel/arch/mips32/src/context.S /trunk/kernel/arch/mips32/src/cpu/cpu.c /trunk/kernel/arch/mips32/src/ddi/ddi.c /trunk/kernel/arch/mips32/src/debugger.c /trunk/kernel/arch/mips32/src/drivers/arc.c /trunk/kernel/arch/mips32/src/drivers/msim.c /trunk/kernel/arch/mips32/src/drivers/serial.c /trunk/kernel/arch/mips32/src/dummy.S /trunk/kernel/arch/mips32/src/exception.c /trunk/kernel/arch/mips32/src/fpu_context.c /trunk/kernel/arch/mips32/src/interrupt.c /trunk/kernel/arch/mips32/src/mips32.c /trunk/kernel/arch/mips32/src/mm/as.c /trunk/kernel/arch/mips32/src/mm/frame.c /trunk/kernel/arch/mips32/src/mm/page.c /trunk/kernel/arch/mips32/src/mm/tlb.c /trunk/kernel/arch/mips32/src/panic.S /trunk/kernel/arch/mips32/src/start.S /trunk/kernel/arch/ppc32/Makefile.inc /trunk/kernel/arch/ppc32/include/arch.h /trunk/kernel/arch/ppc32/include/arg.h /trunk/kernel/arch/ppc32/include/asm.h /trunk/kernel/arch/ppc32/include/asm/regname.h /trunk/kernel/arch/ppc32/include/atomic.h /trunk/kernel/arch/ppc32/include/barrier.h /trunk/kernel/arch/ppc32/include/boot/boot.h /trunk/kernel/arch/ppc32/include/byteorder.h /trunk/kernel/arch/ppc32/include/context.h /trunk/kernel/arch/ppc32/include/context_offset.h /trunk/kernel/arch/ppc32/include/cpu.h /trunk/kernel/arch/ppc32/include/cpuid.h /trunk/kernel/arch/ppc32/include/cycle.h /trunk/kernel/arch/ppc32/include/debug.h /trunk/kernel/arch/ppc32/include/drivers/cuda.h /trunk/kernel/arch/ppc32/include/drivers/pic.h /trunk/kernel/arch/ppc32/include/elf.h /trunk/kernel/arch/ppc32/include/exception.h /trunk/kernel/arch/ppc32/include/faddr.h /trunk/kernel/arch/ppc32/include/fpu_context.h /trunk/kernel/arch/ppc32/include/interrupt.h /trunk/kernel/arch/ppc32/include/memstr.h /trunk/kernel/arch/ppc32/include/mm/as.h /trunk/kernel/arch/ppc32/include/mm/asid.h /trunk/kernel/arch/ppc32/include/mm/frame.h /trunk/kernel/arch/ppc32/include/mm/memory_init.h /trunk/kernel/arch/ppc32/include/mm/page.h /trunk/kernel/arch/ppc32/include/mm/tlb.h /trunk/kernel/arch/ppc32/include/proc/task.h /trunk/kernel/arch/ppc32/include/proc/thread.h /trunk/kernel/arch/ppc32/include/types.h /trunk/kernel/arch/ppc32/src/asm.S /trunk/kernel/arch/ppc32/src/boot/boot.S /trunk/kernel/arch/ppc32/src/context.S /trunk/kernel/arch/ppc32/src/cpu/cpu.c /trunk/kernel/arch/ppc32/src/ddi/ddi.c /trunk/kernel/arch/ppc32/src/debug/panic.s /trunk/kernel/arch/ppc32/src/drivers/cuda.c /trunk/kernel/arch/ppc32/src/drivers/pic.c /trunk/kernel/arch/ppc32/src/dummy.s /trunk/kernel/arch/ppc32/src/exception.S /trunk/kernel/arch/ppc32/src/fpu_context.S /trunk/kernel/arch/ppc32/src/interrupt.c /trunk/kernel/arch/ppc32/src/mm/as.c /trunk/kernel/arch/ppc32/src/mm/frame.c /trunk/kernel/arch/ppc32/src/mm/memory_init.c /trunk/kernel/arch/ppc32/src/mm/page.c /trunk/kernel/arch/ppc32/src/mm/tlb.c /trunk/kernel/arch/ppc32/src/ppc32.c /trunk/kernel/arch/ppc32/src/proc/scheduler.c /trunk/kernel/arch/ppc64/Makefile.inc /trunk/kernel/arch/ppc64/include/arch.h /trunk/kernel/arch/ppc64/include/arg.h /trunk/kernel/arch/ppc64/include/asm.h /trunk/kernel/arch/ppc64/include/asm/regname.h /trunk/kernel/arch/ppc64/include/atomic.h /trunk/kernel/arch/ppc64/include/barrier.h /trunk/kernel/arch/ppc64/include/boot/boot.h /trunk/kernel/arch/ppc64/include/byteorder.h /trunk/kernel/arch/ppc64/include/context.h /trunk/kernel/arch/ppc64/include/context_offset.h /trunk/kernel/arch/ppc64/include/cpu.h /trunk/kernel/arch/ppc64/include/cpuid.h /trunk/kernel/arch/ppc64/include/cycle.h /trunk/kernel/arch/ppc64/include/debug.h /trunk/kernel/arch/ppc64/include/drivers/pic.h /trunk/kernel/arch/ppc64/include/elf.h /trunk/kernel/arch/ppc64/include/exception.h /trunk/kernel/arch/ppc64/include/faddr.h /trunk/kernel/arch/ppc64/include/fpu_context.h /trunk/kernel/arch/ppc64/include/interrupt.h /trunk/kernel/arch/ppc64/include/memstr.h /trunk/kernel/arch/ppc64/include/mm/as.h /trunk/kernel/arch/ppc64/include/mm/asid.h /trunk/kernel/arch/ppc64/include/mm/frame.h /trunk/kernel/arch/ppc64/include/mm/memory_init.h /trunk/kernel/arch/ppc64/include/mm/page.h /trunk/kernel/arch/ppc64/include/mm/tlb.h /trunk/kernel/arch/ppc64/include/proc/task.h /trunk/kernel/arch/ppc64/include/proc/thread.h /trunk/kernel/arch/ppc64/include/types.h /trunk/kernel/arch/ppc64/src/asm.S /trunk/kernel/arch/ppc64/src/boot/boot.S /trunk/kernel/arch/ppc64/src/context.S /trunk/kernel/arch/ppc64/src/cpu/cpu.c /trunk/kernel/arch/ppc64/src/ddi/ddi.c /trunk/kernel/arch/ppc64/src/debug/panic.s /trunk/kernel/arch/ppc64/src/drivers/pic.c /trunk/kernel/arch/ppc64/src/dummy.s /trunk/kernel/arch/ppc64/src/exception.S /trunk/kernel/arch/ppc64/src/fpu_context.S /trunk/kernel/arch/ppc64/src/interrupt.c /trunk/kernel/arch/ppc64/src/mm/as.c /trunk/kernel/arch/ppc64/src/mm/frame.c /trunk/kernel/arch/ppc64/src/mm/memory_init.c /trunk/kernel/arch/ppc64/src/mm/page.c /trunk/kernel/arch/ppc64/src/mm/tlb.c /trunk/kernel/arch/ppc64/src/ppc64.c /trunk/kernel/arch/ppc64/src/proc/scheduler.c /trunk/kernel/arch/sparc64/Makefile.inc /trunk/kernel/arch/sparc64/include/arch.h /trunk/kernel/arch/sparc64/include/arg.h /trunk/kernel/arch/sparc64/include/asm.h /trunk/kernel/arch/sparc64/include/atomic.h /trunk/kernel/arch/sparc64/include/barrier.h /trunk/kernel/arch/sparc64/include/boot/boot.h /trunk/kernel/arch/sparc64/include/byteorder.h /trunk/kernel/arch/sparc64/include/console.h /trunk/kernel/arch/sparc64/include/context.h /trunk/kernel/arch/sparc64/include/context_offset.h /trunk/kernel/arch/sparc64/include/cpu.h /trunk/kernel/arch/sparc64/include/cycle.h /trunk/kernel/arch/sparc64/include/debug.h /trunk/kernel/arch/sparc64/include/drivers/fb.h /trunk/kernel/arch/sparc64/include/drivers/fhc.h /trunk/kernel/arch/sparc64/include/drivers/kbd.h /trunk/kernel/arch/sparc64/include/drivers/ns16550.h /trunk/kernel/arch/sparc64/include/drivers/pci.h /trunk/kernel/arch/sparc64/include/drivers/scr.h /trunk/kernel/arch/sparc64/include/drivers/tick.h /trunk/kernel/arch/sparc64/include/drivers/z8530.h /trunk/kernel/arch/sparc64/include/elf.h /trunk/kernel/arch/sparc64/include/faddr.h /trunk/kernel/arch/sparc64/include/fpu_context.h /trunk/kernel/arch/sparc64/include/interrupt.h /trunk/kernel/arch/sparc64/include/memstr.h /trunk/kernel/arch/sparc64/include/mm/as.h /trunk/kernel/arch/sparc64/include/mm/asid.h /trunk/kernel/arch/sparc64/include/mm/cache.h /trunk/kernel/arch/sparc64/include/mm/frame.h /trunk/kernel/arch/sparc64/include/mm/memory_init.h /trunk/kernel/arch/sparc64/include/mm/mmu.h /trunk/kernel/arch/sparc64/include/mm/page.h /trunk/kernel/arch/sparc64/include/mm/tlb.h /trunk/kernel/arch/sparc64/include/mm/tsb.h /trunk/kernel/arch/sparc64/include/mm/tte.h /trunk/kernel/arch/sparc64/include/proc/task.h /trunk/kernel/arch/sparc64/include/proc/thread.h /trunk/kernel/arch/sparc64/include/regdef.h /trunk/kernel/arch/sparc64/include/register.h /trunk/kernel/arch/sparc64/include/stack.h /trunk/kernel/arch/sparc64/include/syscall.h /trunk/kernel/arch/sparc64/include/trap/exception.h /trunk/kernel/arch/sparc64/include/trap/interrupt.h /trunk/kernel/arch/sparc64/include/trap/mmu.h /trunk/kernel/arch/sparc64/include/trap/regwin.h /trunk/kernel/arch/sparc64/include/trap/syscall.h /trunk/kernel/arch/sparc64/include/trap/trap.h /trunk/kernel/arch/sparc64/include/trap/trap_table.h /trunk/kernel/arch/sparc64/include/types.h /trunk/kernel/arch/sparc64/src/asm.S /trunk/kernel/arch/sparc64/src/console.c /trunk/kernel/arch/sparc64/src/context.S /trunk/kernel/arch/sparc64/src/cpu/cpu.c /trunk/kernel/arch/sparc64/src/ddi/ddi.c /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/kernel/arch/sparc64/src/drivers/scr.c /trunk/kernel/arch/sparc64/src/drivers/tick.c /trunk/kernel/arch/sparc64/src/dummy.s /trunk/kernel/arch/sparc64/src/fpu_context.c /trunk/kernel/arch/sparc64/src/mm/as.c /trunk/kernel/arch/sparc64/src/mm/cache.c /trunk/kernel/arch/sparc64/src/mm/cache_asm.S /trunk/kernel/arch/sparc64/src/mm/frame.c /trunk/kernel/arch/sparc64/src/mm/memory_init.c /trunk/kernel/arch/sparc64/src/mm/page.c /trunk/kernel/arch/sparc64/src/mm/tlb.c /trunk/kernel/arch/sparc64/src/mm/tsb.c /trunk/kernel/arch/sparc64/src/panic.S /trunk/kernel/arch/sparc64/src/proc/scheduler.c /trunk/kernel/arch/sparc64/src/proc/thread.c /trunk/kernel/arch/sparc64/src/smp/ipi.c /trunk/kernel/arch/sparc64/src/smp/smp.c /trunk/kernel/arch/sparc64/src/sparc64.c /trunk/kernel/arch/sparc64/src/start.S /trunk/kernel/arch/sparc64/src/trap/exception.c /trunk/kernel/arch/sparc64/src/trap/interrupt.c /trunk/kernel/arch/sparc64/src/trap/mmu.S /trunk/kernel/arch/sparc64/src/trap/syscall.c /trunk/kernel/arch/sparc64/src/trap/trap.c /trunk/kernel/arch/sparc64/src/trap/trap_table.S /trunk/kernel/genarch/Makefile.inc /trunk/kernel/genarch/include/acpi/acpi.h /trunk/kernel/genarch/include/acpi/madt.h /trunk/kernel/genarch/include/fb/fb.h /trunk/kernel/genarch/include/fb/font-8x16.h /trunk/kernel/genarch/include/fb/visuals.h /trunk/kernel/genarch/include/kbd/i8042.h /trunk/kernel/genarch/include/kbd/key.h /trunk/kernel/genarch/include/kbd/ns16550.h /trunk/kernel/genarch/include/kbd/scanc.h /trunk/kernel/genarch/include/kbd/scanc_pc.h /trunk/kernel/genarch/include/kbd/scanc_sun.h /trunk/kernel/genarch/include/kbd/z8530.h /trunk/kernel/genarch/include/mm/as_ht.h /trunk/kernel/genarch/include/mm/as_pt.h /trunk/kernel/genarch/include/mm/asid_fifo.h /trunk/kernel/genarch/include/mm/page_ht.h /trunk/kernel/genarch/include/mm/page_pt.h /trunk/kernel/genarch/include/ofw/ofw_tree.h /trunk/kernel/genarch/include/softint/division.h /trunk/kernel/genarch/src/acpi/acpi.c /trunk/kernel/genarch/src/acpi/madt.c /trunk/kernel/genarch/src/fb/fb.c /trunk/kernel/genarch/src/fb/font-8x16.c /trunk/kernel/genarch/src/kbd/i8042.c /trunk/kernel/genarch/src/kbd/key.c /trunk/kernel/genarch/src/kbd/ns16550.c /trunk/kernel/genarch/src/kbd/scanc_pc.c /trunk/kernel/genarch/src/kbd/scanc_sun.c /trunk/kernel/genarch/src/kbd/z8530.c /trunk/kernel/genarch/src/mm/as_ht.c /trunk/kernel/genarch/src/mm/as_pt.c /trunk/kernel/genarch/src/mm/asid.c /trunk/kernel/genarch/src/mm/asid_fifo.c /trunk/kernel/genarch/src/mm/page_ht.c /trunk/kernel/genarch/src/mm/page_pt.c /trunk/kernel/genarch/src/ofw/ebus.c /trunk/kernel/genarch/src/ofw/fhc.c /trunk/kernel/genarch/src/ofw/ofw_tree.c /trunk/kernel/genarch/src/ofw/pci.c /trunk/kernel/genarch/src/ofw/upa.c /trunk/kernel/genarch/src/softint/division.c /trunk/kernel/generic/include/adt/bitmap.h /trunk/kernel/generic/include/adt/btree.h /trunk/kernel/generic/include/adt/fifo.h /trunk/kernel/generic/include/adt/hash_table.h /trunk/kernel/generic/include/adt/list.h /trunk/kernel/generic/include/align.h /trunk/kernel/generic/include/arch.h /trunk/kernel/generic/include/atomic.h /trunk/kernel/generic/include/bitops.h /trunk/kernel/generic/include/byteorder.h /trunk/kernel/generic/include/config.h /trunk/kernel/generic/include/console/chardev.h /trunk/kernel/generic/include/console/cmd.h /trunk/kernel/generic/include/console/console.h /trunk/kernel/generic/include/console/kconsole.h /trunk/kernel/generic/include/console/klog.h /trunk/kernel/generic/include/context.h /trunk/kernel/generic/include/cpu.h /trunk/kernel/generic/include/ddi/ddi.h /trunk/kernel/generic/include/ddi/ddi_arg.h /trunk/kernel/generic/include/ddi/device.h /trunk/kernel/generic/include/ddi/irq.h /trunk/kernel/generic/include/debug.h /trunk/kernel/generic/include/errno.h /trunk/kernel/generic/include/fpu_context.h /trunk/kernel/generic/include/func.h /trunk/kernel/generic/include/interrupt.h /trunk/kernel/generic/include/ipc/ipc.h /trunk/kernel/generic/include/ipc/ipcrsc.h /trunk/kernel/generic/include/ipc/irq.h /trunk/kernel/generic/include/ipc/sysipc.h /trunk/kernel/generic/include/lib/elf.h /trunk/kernel/generic/include/lib/rd.h /trunk/kernel/generic/include/macros.h /trunk/kernel/generic/include/main/kinit.h /trunk/kernel/generic/include/main/main.h /trunk/kernel/generic/include/main/uinit.h /trunk/kernel/generic/include/main/version.h /trunk/kernel/generic/include/memstr.h /trunk/kernel/generic/include/mm/as.h /trunk/kernel/generic/include/mm/asid.h /trunk/kernel/generic/include/mm/buddy.h /trunk/kernel/generic/include/mm/frame.h /trunk/kernel/generic/include/mm/page.h /trunk/kernel/generic/include/mm/slab.h /trunk/kernel/generic/include/mm/tlb.h /trunk/kernel/generic/include/panic.h /trunk/kernel/generic/include/preemption.h /trunk/kernel/generic/include/print.h /trunk/kernel/generic/include/printf/printf_core.h /trunk/kernel/generic/include/proc/scheduler.h /trunk/kernel/generic/include/proc/task.h /trunk/kernel/generic/include/proc/thread.h /trunk/kernel/generic/include/proc/uarg.h /trunk/kernel/generic/include/putchar.h /trunk/kernel/generic/include/security/cap.h /trunk/kernel/generic/include/smp/ipi.h /trunk/kernel/generic/include/smp/smp.h /trunk/kernel/generic/include/sort.h /trunk/kernel/generic/include/stackarg.h /trunk/kernel/generic/include/stdarg.h /trunk/kernel/generic/include/symtab.h /trunk/kernel/generic/include/synch/condvar.h /trunk/kernel/generic/include/synch/futex.h /trunk/kernel/generic/include/synch/mutex.h /trunk/kernel/generic/include/synch/rwlock.h /trunk/kernel/generic/include/synch/semaphore.h /trunk/kernel/generic/include/synch/spinlock.h /trunk/kernel/generic/include/synch/synch.h /trunk/kernel/generic/include/synch/waitq.h /trunk/kernel/generic/include/syscall/copy.h /trunk/kernel/generic/include/syscall/sysarg64.h /trunk/kernel/generic/include/syscall/syscall.h /trunk/kernel/generic/include/sysinfo/sysinfo.h /trunk/kernel/generic/include/time/clock.h /trunk/kernel/generic/include/time/delay.h /trunk/kernel/generic/include/time/timeout.h /trunk/kernel/generic/include/typedefs.h /trunk/kernel/generic/include/userspace.h /trunk/kernel/generic/src/adt/bitmap.c /trunk/kernel/generic/src/adt/btree.c /trunk/kernel/generic/src/adt/hash_table.c /trunk/kernel/generic/src/adt/list.c /trunk/kernel/generic/src/console/chardev.c /trunk/kernel/generic/src/console/cmd.c /trunk/kernel/generic/src/console/console.c /trunk/kernel/generic/src/console/kconsole.c /trunk/kernel/generic/src/console/klog.c /trunk/kernel/generic/src/cpu/cpu.c /trunk/kernel/generic/src/ddi/ddi.c /trunk/kernel/generic/src/ddi/device.c /trunk/kernel/generic/src/ddi/irq.c /trunk/kernel/generic/src/debug/symtab.c /trunk/kernel/generic/src/interrupt/interrupt.c /trunk/kernel/generic/src/ipc/ipc.c /trunk/kernel/generic/src/ipc/ipcrsc.c /trunk/kernel/generic/src/ipc/irq.c /trunk/kernel/generic/src/ipc/sysipc.c /trunk/kernel/generic/src/lib/elf.c /trunk/kernel/generic/src/lib/func.c /trunk/kernel/generic/src/lib/memstr.c /trunk/kernel/generic/src/lib/rd.c /trunk/kernel/generic/src/lib/sort.c /trunk/kernel/generic/src/main/kinit.c /trunk/kernel/generic/src/main/main.c /trunk/kernel/generic/src/main/uinit.c /trunk/kernel/generic/src/main/version.c /trunk/kernel/generic/src/mm/as.c /trunk/kernel/generic/src/mm/backend_anon.c /trunk/kernel/generic/src/mm/backend_elf.c /trunk/kernel/generic/src/mm/backend_phys.c /trunk/kernel/generic/src/mm/buddy.c /trunk/kernel/generic/src/mm/frame.c /trunk/kernel/generic/src/mm/page.c /trunk/kernel/generic/src/mm/slab.c /trunk/kernel/generic/src/mm/tlb.c /trunk/kernel/generic/src/preempt/preemption.c /trunk/kernel/generic/src/printf/printf.c /trunk/kernel/generic/src/printf/printf_core.c /trunk/kernel/generic/src/printf/snprintf.c /trunk/kernel/generic/src/printf/sprintf.c /trunk/kernel/generic/src/printf/vprintf.c /trunk/kernel/generic/src/printf/vsnprintf.c /trunk/kernel/generic/src/printf/vsprintf.c /trunk/kernel/generic/src/proc/scheduler.c /trunk/kernel/generic/src/proc/task.c /trunk/kernel/generic/src/proc/the.c /trunk/kernel/generic/src/proc/thread.c /trunk/kernel/generic/src/security/cap.c /trunk/kernel/generic/src/smp/ipi.c /trunk/kernel/generic/src/smp/smp.c /trunk/kernel/generic/src/synch/condvar.c /trunk/kernel/generic/src/synch/futex.c /trunk/kernel/generic/src/synch/mutex.c /trunk/kernel/generic/src/synch/rwlock.c /trunk/kernel/generic/src/synch/semaphore.c /trunk/kernel/generic/src/synch/spinlock.c /trunk/kernel/generic/src/synch/waitq.c /trunk/kernel/generic/src/syscall/copy.c /trunk/kernel/generic/src/syscall/syscall.c /trunk/kernel/generic/src/sysinfo/sysinfo.c /trunk/kernel/generic/src/time/clock.c /trunk/kernel/generic/src/time/delay.c /trunk/kernel/generic/src/time/timeout.c /trunk/kernel/test/atomic/atomic1.c /trunk/kernel/test/btree/btree1.c /trunk/kernel/test/debug/mips1.c /trunk/kernel/test/fault/fault1.c /trunk/kernel/test/fpu/fpu1.c /trunk/kernel/test/fpu/mips2.c /trunk/kernel/test/fpu/sse1.c /trunk/kernel/test/mm/falloc1.c /trunk/kernel/test/mm/falloc2.c /trunk/kernel/test/mm/mapping1.c /trunk/kernel/test/mm/purge1.c /trunk/kernel/test/mm/slab1.c /trunk/kernel/test/mm/slab2.c /trunk/kernel/test/print/print1.c /trunk/kernel/test/synch/rwlock1.c /trunk/kernel/test/synch/rwlock2.c /trunk/kernel/test/synch/rwlock3.c /trunk/kernel/test/synch/rwlock4.c /trunk/kernel/test/synch/rwlock5.c /trunk/kernel/test/synch/semaphore1.c /trunk/kernel/test/synch/semaphore2.c /trunk/kernel/test/sysinfo/sysinfo1.c /trunk/kernel/test/test.c /trunk/kernel/test/test.h /trunk/kernel/test/thread/thread1.c /trunk/uspace/Makefile /trunk/uspace/console/Makefile /trunk/uspace/console/console.c /trunk/uspace/console/console.h /trunk/uspace/console/gcons.c /trunk/uspace/console/gcons.h /trunk/uspace/console/screenbuffer.c /trunk/uspace/console/screenbuffer.h /trunk/uspace/fb/Makefile /trunk/uspace/fb/ega.c /trunk/uspace/fb/ega.h /trunk/uspace/fb/fb.c /trunk/uspace/fb/fb.h /trunk/uspace/fb/font-8x16.c /trunk/uspace/fb/font-8x16.h /trunk/uspace/fb/main.c /trunk/uspace/fb/main.h /trunk/uspace/fb/ppm.c /trunk/uspace/fb/ppm.h /trunk/uspace/fb/sysio.c /trunk/uspace/fb/sysio.h /trunk/uspace/fs/Makefile /trunk/uspace/fs/fs.c /trunk/uspace/init/Makefile /trunk/uspace/init/init.c /trunk/uspace/init/init.h /trunk/uspace/init/version.c /trunk/uspace/init/version.h /trunk/uspace/ipcc/Makefile /trunk/uspace/ipcc/ipcc.c /trunk/uspace/kbd/Makefile /trunk/uspace/kbd/arch/ia32/include/kbd.h /trunk/uspace/kbd/arch/ia32/include/scanc.h /trunk/uspace/kbd/arch/ia32/src/kbd.c /trunk/uspace/kbd/arch/ia32/src/mouse.c /trunk/uspace/kbd/arch/ia32/src/scanc.c /trunk/uspace/kbd/arch/ia64/include/kbd.h /trunk/uspace/kbd/arch/ia64/src/kbd.c /trunk/uspace/kbd/arch/mips32/include/kbd.h /trunk/uspace/kbd/arch/mips32/src/kbd.c /trunk/uspace/kbd/arch/ppc32/include/kbd.h /trunk/uspace/kbd/arch/ppc32/src/kbd.c /trunk/uspace/kbd/arch/ppc64/include/kbd.h /trunk/uspace/kbd/arch/ppc64/src/kbd.c /trunk/uspace/kbd/arch/sparc64/include/kbd.h /trunk/uspace/kbd/arch/sparc64/include/scanc.h /trunk/uspace/kbd/arch/sparc64/src/kbd.c /trunk/uspace/kbd/arch/sparc64/src/scanc.c /trunk/uspace/kbd/genarch/include/kbd.h /trunk/uspace/kbd/genarch/include/scanc.h /trunk/uspace/kbd/genarch/src/kbd.c /trunk/uspace/kbd/generic/kbd.c /trunk/uspace/kbd/generic/key_buffer.c /trunk/uspace/kbd/include/kbd.h /trunk/uspace/kbd/include/key_buffer.h /trunk/uspace/kbd/include/keys.h /trunk/uspace/klog/Makefile /trunk/uspace/klog/klog.c /trunk/uspace/libc/Makefile /trunk/uspace/libc/arch/amd64/Makefile.inc /trunk/uspace/libc/arch/amd64/include/atomic.h /trunk/uspace/libc/arch/amd64/include/config.h /trunk/uspace/libc/arch/amd64/include/endian.h /trunk/uspace/libc/arch/amd64/include/faddr.h /trunk/uspace/libc/arch/amd64/include/limits.h /trunk/uspace/libc/arch/amd64/include/psthread.h /trunk/uspace/libc/arch/amd64/include/stackarg.h /trunk/uspace/libc/arch/amd64/include/syscall.h /trunk/uspace/libc/arch/amd64/include/thread.h /trunk/uspace/libc/arch/amd64/include/types.h /trunk/uspace/libc/arch/amd64/src/entry.s /trunk/uspace/libc/arch/amd64/src/psthread.S /trunk/uspace/libc/arch/amd64/src/syscall.S /trunk/uspace/libc/arch/amd64/src/thread.c /trunk/uspace/libc/arch/amd64/src/thread_entry.s /trunk/uspace/libc/arch/ia32/Makefile.inc /trunk/uspace/libc/arch/ia32/include/atomic.h /trunk/uspace/libc/arch/ia32/include/config.h /trunk/uspace/libc/arch/ia32/include/ddi.h /trunk/uspace/libc/arch/ia32/include/endian.h /trunk/uspace/libc/arch/ia32/include/faddr.h /trunk/uspace/libc/arch/ia32/include/limits.h /trunk/uspace/libc/arch/ia32/include/psthread.h /trunk/uspace/libc/arch/ia32/include/stackarg.h /trunk/uspace/libc/arch/ia32/include/syscall.h /trunk/uspace/libc/arch/ia32/include/thread.h /trunk/uspace/libc/arch/ia32/include/types.h /trunk/uspace/libc/arch/ia32/src/entry.s /trunk/uspace/libc/arch/ia32/src/psthread.S /trunk/uspace/libc/arch/ia32/src/syscall.c /trunk/uspace/libc/arch/ia32/src/thread_entry.s /trunk/uspace/libc/arch/ia64/Makefile.inc /trunk/uspace/libc/arch/ia64/include/atomic.h /trunk/uspace/libc/arch/ia64/include/config.h /trunk/uspace/libc/arch/ia64/include/endian.h /trunk/uspace/libc/arch/ia64/include/faddr.h /trunk/uspace/libc/arch/ia64/include/limits.h /trunk/uspace/libc/arch/ia64/include/psthread.h /trunk/uspace/libc/arch/ia64/include/stack.h /trunk/uspace/libc/arch/ia64/include/stackarg.h /trunk/uspace/libc/arch/ia64/include/syscall.h /trunk/uspace/libc/arch/ia64/include/thread.h /trunk/uspace/libc/arch/ia64/include/types.h /trunk/uspace/libc/arch/ia64/src/entry.s /trunk/uspace/libc/arch/ia64/src/psthread.S /trunk/uspace/libc/arch/ia64/src/syscall.S /trunk/uspace/libc/arch/ia64/src/thread.c /trunk/uspace/libc/arch/ia64/src/thread_entry.s /trunk/uspace/libc/arch/mips32/Makefile.inc /trunk/uspace/libc/arch/mips32/include/atomic.h /trunk/uspace/libc/arch/mips32/include/config.h /trunk/uspace/libc/arch/mips32/include/endian.h /trunk/uspace/libc/arch/mips32/include/faddr.h /trunk/uspace/libc/arch/mips32/include/limits.h /trunk/uspace/libc/arch/mips32/include/psthread.h /trunk/uspace/libc/arch/mips32/include/stackarg.h /trunk/uspace/libc/arch/mips32/include/syscall.h /trunk/uspace/libc/arch/mips32/include/thread.h /trunk/uspace/libc/arch/mips32/include/types.h /trunk/uspace/libc/arch/mips32/src/entry.s /trunk/uspace/libc/arch/mips32/src/psthread.S /trunk/uspace/libc/arch/mips32/src/syscall.c /trunk/uspace/libc/arch/mips32/src/thread.c /trunk/uspace/libc/arch/mips32/src/thread_entry.s /trunk/uspace/libc/arch/mips32eb/Makefile.inc /trunk/uspace/libc/arch/mips32eb/include/endian.h /trunk/uspace/libc/arch/ppc32/Makefile.inc /trunk/uspace/libc/arch/ppc32/include/atomic.h /trunk/uspace/libc/arch/ppc32/include/config.h /trunk/uspace/libc/arch/ppc32/include/endian.h /trunk/uspace/libc/arch/ppc32/include/faddr.h /trunk/uspace/libc/arch/ppc32/include/limits.h /trunk/uspace/libc/arch/ppc32/include/psthread.h /trunk/uspace/libc/arch/ppc32/include/regname.h /trunk/uspace/libc/arch/ppc32/include/stackarg.h /trunk/uspace/libc/arch/ppc32/include/syscall.h /trunk/uspace/libc/arch/ppc32/include/thread.h /trunk/uspace/libc/arch/ppc32/include/types.h /trunk/uspace/libc/arch/ppc32/src/entry.s /trunk/uspace/libc/arch/ppc32/src/psthread.S /trunk/uspace/libc/arch/ppc32/src/syscall.c /trunk/uspace/libc/arch/ppc32/src/thread.c /trunk/uspace/libc/arch/ppc32/src/thread_entry.s /trunk/uspace/libc/arch/ppc64/Makefile.inc /trunk/uspace/libc/arch/ppc64/include/atomic.h /trunk/uspace/libc/arch/ppc64/include/config.h /trunk/uspace/libc/arch/ppc64/include/endian.h /trunk/uspace/libc/arch/ppc64/include/faddr.h /trunk/uspace/libc/arch/ppc64/include/limits.h /trunk/uspace/libc/arch/ppc64/include/psthread.h /trunk/uspace/libc/arch/ppc64/include/regname.h /trunk/uspace/libc/arch/ppc64/include/stackarg.h /trunk/uspace/libc/arch/ppc64/include/syscall.h /trunk/uspace/libc/arch/ppc64/include/thread.h /trunk/uspace/libc/arch/ppc64/include/types.h /trunk/uspace/libc/arch/ppc64/src/entry.s /trunk/uspace/libc/arch/ppc64/src/psthread.S /trunk/uspace/libc/arch/ppc64/src/syscall.c /trunk/uspace/libc/arch/ppc64/src/thread.c /trunk/uspace/libc/arch/ppc64/src/thread_entry.s /trunk/uspace/libc/arch/sparc64/Makefile.inc /trunk/uspace/libc/arch/sparc64/include/atomic.h /trunk/uspace/libc/arch/sparc64/include/config.h /trunk/uspace/libc/arch/sparc64/include/endian.h /trunk/uspace/libc/arch/sparc64/include/faddr.h /trunk/uspace/libc/arch/sparc64/include/limits.h /trunk/uspace/libc/arch/sparc64/include/psthread.h /trunk/uspace/libc/arch/sparc64/include/stack.h /trunk/uspace/libc/arch/sparc64/include/stackarg.h /trunk/uspace/libc/arch/sparc64/include/syscall.h /trunk/uspace/libc/arch/sparc64/include/thread.h /trunk/uspace/libc/arch/sparc64/include/types.h /trunk/uspace/libc/arch/sparc64/src/entry.s /trunk/uspace/libc/arch/sparc64/src/psthread.S /trunk/uspace/libc/arch/sparc64/src/thread.c /trunk/uspace/libc/arch/sparc64/src/thread_entry.s /trunk/uspace/libc/generic/as.c /trunk/uspace/libc/generic/async.c /trunk/uspace/libc/generic/cap.c /trunk/uspace/libc/generic/ddi.c /trunk/uspace/libc/generic/err.c /trunk/uspace/libc/generic/futex.c /trunk/uspace/libc/generic/io/io.c /trunk/uspace/libc/generic/io/printf.c /trunk/uspace/libc/generic/io/printf_core.c /trunk/uspace/libc/generic/io/snprintf.c /trunk/uspace/libc/generic/io/sprintf.c /trunk/uspace/libc/generic/io/stream.c /trunk/uspace/libc/generic/io/vprintf.c /trunk/uspace/libc/generic/io/vsnprintf.c /trunk/uspace/libc/generic/io/vsprintf.c /trunk/uspace/libc/generic/ipc.c /trunk/uspace/libc/generic/libadt/hash_table.c /trunk/uspace/libc/generic/libadt/list.c /trunk/uspace/libc/generic/libc.c /trunk/uspace/libc/generic/mman.c /trunk/uspace/libc/generic/psthread.c /trunk/uspace/libc/generic/stdlib.c /trunk/uspace/libc/generic/string.c /trunk/uspace/libc/generic/sysinfo.c /trunk/uspace/libc/generic/task.c /trunk/uspace/libc/generic/thread.c /trunk/uspace/libc/generic/time.c /trunk/uspace/libc/include/align.h /trunk/uspace/libc/include/as.h /trunk/uspace/libc/include/assert.h /trunk/uspace/libc/include/async.h /trunk/uspace/libc/include/atomic.h /trunk/uspace/libc/include/bitops.h /trunk/uspace/libc/include/bool.h /trunk/uspace/libc/include/cap.h /trunk/uspace/libc/include/ctype.h /trunk/uspace/libc/include/ddi.h /trunk/uspace/libc/include/endian.h /trunk/uspace/libc/include/err.h /trunk/uspace/libc/include/errno.h /trunk/uspace/libc/include/futex.h /trunk/uspace/libc/include/io/io.h /trunk/uspace/libc/include/io/printf_core.h /trunk/uspace/libc/include/io/stream.h /trunk/uspace/libc/include/ipc/fb.h /trunk/uspace/libc/include/ipc/ipc.h /trunk/uspace/libc/include/ipc/ns.h /trunk/uspace/libc/include/ipc/services.h /trunk/uspace/libc/include/libadt/fifo.h /trunk/uspace/libc/include/libadt/hash_table.h /trunk/uspace/libc/include/libadt/list.h /trunk/uspace/libc/include/libc.h /trunk/uspace/libc/include/limits.h /trunk/uspace/libc/include/psthread.h /trunk/uspace/libc/include/stdarg.h /trunk/uspace/libc/include/stddef.h /trunk/uspace/libc/include/stdint.h /trunk/uspace/libc/include/stdio.h /trunk/uspace/libc/include/stdlib.h /trunk/uspace/libc/include/string.h /trunk/uspace/libc/include/sys/mman.h /trunk/uspace/libc/include/sys/time.h /trunk/uspace/libc/include/sys/types.h /trunk/uspace/libc/include/syscall.h /trunk/uspace/libc/include/sysinfo.h /trunk/uspace/libc/include/task.h /trunk/uspace/libc/include/thread.h /trunk/uspace/libc/include/time.h /trunk/uspace/libc/include/unistd.h /trunk/uspace/ns/Makefile /trunk/uspace/ns/ns.c /trunk/uspace/pci/Makefile /trunk/uspace/pci/pci.c /trunk/uspace/rd/Makefile /trunk/uspace/rd/rd.c /trunk/uspace/softfloat/Makefile /trunk/uspace/softfloat/arch/amd64/include/functions.h /trunk/uspace/softfloat/arch/ia32/include/functions.h /trunk/uspace/softfloat/arch/ia64/include/functions.h /trunk/uspace/softfloat/arch/mips32/include/functions.h /trunk/uspace/softfloat/arch/mips32eb/include/functions.h /trunk/uspace/softfloat/arch/ppc32/include/functions.h /trunk/uspace/softfloat/arch/ppc64/include/functions.h /trunk/uspace/softfloat/arch/sparc64/include/functions.h /trunk/uspace/softfloat/generic/add.c /trunk/uspace/softfloat/generic/common.c /trunk/uspace/softfloat/generic/comparison.c /trunk/uspace/softfloat/generic/conversion.c /trunk/uspace/softfloat/generic/div.c /trunk/uspace/softfloat/generic/mul.c /trunk/uspace/softfloat/generic/other.c /trunk/uspace/softfloat/generic/softfloat.c /trunk/uspace/softfloat/generic/sub.c /trunk/uspace/softfloat/include/add.h /trunk/uspace/softfloat/include/common.h /trunk/uspace/softfloat/include/comparison.h /trunk/uspace/softfloat/include/conversion.h /trunk/uspace/softfloat/include/div.h /trunk/uspace/softfloat/include/mul.h /trunk/uspace/softfloat/include/other.h /trunk/uspace/softfloat/include/sftypes.h /trunk/uspace/softfloat/include/softfloat.h /trunk/uspace/softfloat/include/sub.h /trunk/uspace/softint/Makefile /trunk/uspace/softint/generic/division.c /trunk/uspace/softint/include/division.h
|
1997 |
6555 d 2 h |
decky |
/trunk/ |
add version to init and boot loader |
|
/trunk/boot/Makefile /trunk/boot/arch/sparc64/loader/Makefile /trunk/boot/arch/sparc64/loader/main.c /trunk/uspace/Makefile /trunk/uspace/init/Makefile /trunk/uspace/init/version.c
|
1979 |
6562 d 0 h |
jermar |
/trunk/ |
Configuration changes on sparc64.
Compile TSB support by default.
Ask whether to start AP processors in the loader. |
|
/trunk/boot/Makefile /trunk/boot/arch/sparc64/loader/main.c /trunk/boot/boot.config /trunk/kernel/kernel.config
|
1978 |
6562 d 1 h |
jermar |
/trunk/ |
sparc64 code to support physical memory that starts on non-zero addresses.
Still needs to be tested on systems with such setup. |
|
/trunk/boot/arch/sparc64/loader/asm.S /trunk/boot/arch/sparc64/loader/asm.h /trunk/boot/arch/sparc64/loader/main.c /trunk/boot/arch/sparc64/loader/main.h /trunk/boot/arch/sparc64/loader/ofwarch.c /trunk/boot/arch/sparc64/loader/ofwarch.h /trunk/kernel/arch/sparc64/include/boot/boot.h /trunk/kernel/arch/sparc64/include/mm/page.h /trunk/kernel/arch/sparc64/include/trap/mmu.h /trunk/kernel/arch/sparc64/src/start.S
|
1977 |
6562 d 21 h |
jermar |
/trunk/ |
Fix bad indentation in ofw.c
sparc64 work:
o Fix copyright in main.c
o Move code from unused parts of the trap table. |
|
/trunk/boot/arch/sparc64/loader/main.c /trunk/boot/genarch/ofw.c /trunk/kernel/arch/sparc64/src/trap/trap_table.S
|
1972 |
6574 d 7 h |
jermar |
/trunk/ |
Modify selected function to consume less stack space.
Avoid flushw instruction in the sparc64 loader. |
|
/trunk/boot/arch/sparc64/loader/boot.S /trunk/boot/arch/sparc64/loader/main.c /trunk/kernel/genarch/src/ofw/ofw_tree.c /trunk/kernel/generic/src/console/kconsole.c
|
1899 |
6614 d 8 h |
jermar |
/trunk/ |
sparc64 work:
- Loader now starts all processors.
- Kernel halts all but the bootstrup processor for now.
- Read clock-frequency from the respective processor node in the device tree |
|
/trunk/boot/arch/sparc64/loader/asm.S /trunk/boot/arch/sparc64/loader/asm.h /trunk/boot/arch/sparc64/loader/main.c /trunk/boot/arch/sparc64/loader/main.h /trunk/boot/arch/sparc64/loader/ofwarch.c /trunk/boot/arch/sparc64/loader/ofwarch.h /trunk/boot/genarch/ofw.c /trunk/boot/genarch/ofw.h /trunk/kernel/arch/sparc64/include/arch.h /trunk/kernel/arch/sparc64/include/asm.h /trunk/kernel/arch/sparc64/include/boot/boot.h /trunk/kernel/arch/sparc64/include/register.h /trunk/kernel/arch/sparc64/src/cpu/cpu.c /trunk/kernel/arch/sparc64/src/drivers/tick.c /trunk/kernel/arch/sparc64/src/sparc64.c /trunk/kernel/arch/sparc64/src/start.S /trunk/kernel/genarch/include/ofw/ofw_tree.h /trunk/kernel/genarch/src/ofw/ofw_tree.c
|
1897 |
6617 d 8 h |
jermar |
/trunk/ |
Convert sparc64 framebuffer code to configure from the OpenFirmware device tree memory representation. |
|
/trunk/kernel/arch/sparc64/include/drivers/scr.h /trunk/kernel/arch/sparc64/src/drivers/scr.c
/trunk/boot/arch/sparc64/loader/main.c /trunk/boot/arch/sparc64/loader/main.h /trunk/boot/arch/sparc64/loader/ofwarch.c /trunk/kernel/arch/sparc64/Makefile.inc /trunk/kernel/arch/sparc64/include/boot/boot.h /trunk/kernel/arch/sparc64/src/console.c /trunk/kernel/genarch/include/ofw/ofw_tree.h /trunk/kernel/genarch/src/ofw/pci.c
|
1896 |
6617 d 23 h |
jermar |
/trunk/ |
Convert sparc64 to detect keyboard and determine
its physical address by walking the memory representation
of the OpenFirmware device tree.
Add bus-specific functions that know how to apply the
"ranges" property to one component of the "reg" property.
Buses supported so far include FHC, EBUS and PCI. |
|
/trunk/kernel/genarch/src/ofw/ebus.c /trunk/kernel/genarch/src/ofw/fhc.c /trunk/kernel/genarch/src/ofw/pci.c
/trunk/boot/arch/sparc64/loader/main.c /trunk/boot/arch/sparc64/loader/main.h /trunk/boot/arch/sparc64/loader/ofwarch.c /trunk/boot/genarch/ofw_tree.c /trunk/boot/generic/string.c /trunk/boot/generic/string.h /trunk/kernel/Makefile /trunk/kernel/arch/sparc64/Makefile.inc /trunk/kernel/arch/sparc64/include/boot/boot.h /trunk/kernel/arch/sparc64/include/drivers/kbd.h /trunk/kernel/arch/sparc64/src/console.c /trunk/kernel/arch/sparc64/src/drivers/kbd.c /trunk/kernel/arch/sparc64/src/trap/interrupt.c /trunk/kernel/genarch/Makefile.inc /trunk/kernel/genarch/include/kbd/i8042.h /trunk/kernel/genarch/include/kbd/key.h /trunk/kernel/genarch/include/kbd/ns16550.h /trunk/kernel/genarch/include/kbd/z8530.h /trunk/kernel/genarch/include/ofw/ofw_tree.h /trunk/kernel/genarch/src/kbd/i8042.c /trunk/kernel/genarch/src/kbd/key.c /trunk/kernel/genarch/src/kbd/ns16550.c /trunk/kernel/genarch/src/kbd/z8530.c /trunk/kernel/genarch/src/ofw/ofw_tree.c /trunk/kernel/generic/include/func.h /trunk/kernel/generic/src/lib/func.c /trunk/kernel/kernel.config
|
1894 |
6620 d 22 h |
jermar |
/trunk/ |
Add balloc() (a.k.a boot allocator):
- balloc() only needs to know how to allocate memory.
- Memory allocated via balloc() is supposed to be passed to kernel and never freed by boot itself.
- make kernel aware of boot allocations
More work on OFW device tree:
- use balloc() to efficiently and safely allocate memory for the canonical copy of the device tree
sparc64 boot:
- pass OFW device tree root node pointer to kernel |
|
/trunk/boot/genarch/balloc.c /trunk/boot/genarch/balloc.h /trunk/kernel/genarch/include/ofw /trunk/kernel/genarch/include/ofw/ofw_tree.h /trunk/kernel/genarch/src/ofw /trunk/kernel/genarch/src/ofw/ofw_tree.c
/trunk/boot/arch/sparc64/loader/Makefile /trunk/boot/arch/sparc64/loader/main.c /trunk/boot/arch/sparc64/loader/main.h /trunk/boot/genarch/ofw_tree.c /trunk/boot/genarch/ofw_tree.h /trunk/kernel/arch/sparc64/include/boot/boot.h /trunk/kernel/arch/sparc64/src/sparc64.c /trunk/kernel/genarch/Makefile.inc /trunk/kernel/generic/include/config.h /trunk/kernel/generic/src/main/main.c /trunk/kernel/generic/src/mm/frame.c
|
1881 |
6628 d 8 h |
jermar |
/trunk/ |
sparc64 work:
- find a CPU node and read its clock_frequency attribute
- implement asm_delay_loop()
- set TICK_COMPARE register according to processor frequency
- small improvements at random places
OpenFirmware work:
- two new functions for walking the device tree
Generic boot loader work:
- added basic string functions
Usual pile of indentation and formatting fixes. |
|
/trunk/boot/generic/string.c /trunk/boot/generic/string.h
/trunk/boot/arch/sparc64/loader/Makefile /trunk/boot/arch/sparc64/loader/main.c /trunk/boot/arch/sparc64/loader/main.h /trunk/boot/arch/sparc64/loader/ofwarch.c /trunk/boot/arch/sparc64/loader/ofwarch.h /trunk/boot/genarch/ofw.c /trunk/boot/genarch/ofw.h /trunk/boot/generic/gentypes.h /trunk/kernel/arch/ia64/src/drivers/it.c /trunk/kernel/arch/mips32/include/asm.h /trunk/kernel/arch/mips32/src/interrupt.c /trunk/kernel/arch/sparc64/include/asm.h /trunk/kernel/arch/sparc64/include/boot/boot.h /trunk/kernel/arch/sparc64/include/cpu.h /trunk/kernel/arch/sparc64/include/drivers/tick.h /trunk/kernel/arch/sparc64/src/cpu/cpu.c /trunk/kernel/arch/sparc64/src/drivers/tick.c /trunk/kernel/arch/sparc64/src/dummy.s /trunk/kernel/arch/sparc64/src/sparc64.c /trunk/kernel/arch/sparc64/src/start.S /trunk/kernel/generic/include/arch.h /trunk/kernel/generic/include/cpu.h /trunk/kernel/generic/include/time/clock.h /trunk/kernel/generic/include/time/delay.h /trunk/kernel/generic/include/time/timeout.h /trunk/kernel/generic/include/typedefs.h /trunk/kernel/generic/src/cpu/cpu.c
|
1837 |
6667 d 13 h |
jermar |
/trunk/ |
Support 24bpp framebuffers with 4 pixelbytes (each pixel aligned on 32-bits).
At least on sparc64, the OpenFirmware linebytes property specifies the number
of pixels between consecutive scan lines of the display. Fix scanilne calculation,
including possible alignment.
Add note to 8bpp pixel functions pointing out drawbacks of that mode. |
|
/trunk/boot/arch/sparc64/loader/main.c /trunk/boot/arch/sparc64/loader/ofwarch.c /trunk/boot/arch/sparc64/loader/ofwarch.h /trunk/kernel/arch/ia32/src/drivers/vesa.c /trunk/kernel/arch/mips32/src/mips32.c /trunk/kernel/arch/ppc32/src/ppc32.c /trunk/kernel/arch/ppc64/src/ppc64.c /trunk/kernel/arch/sparc64/src/console.c /trunk/kernel/genarch/include/fb/fb.h /trunk/kernel/genarch/src/fb/fb.c
|
1822 |
6670 d 10 h |
jermar |
/trunk/ |
sparc64 work.
1. Formatting fixes.
2. When writing to DMMU ASI's, simple membar() can be used in place of flush().
3. Substantial changes in the way the TLB is taken over.
4. Remove unneeded functions.
This is the first revision that also runs on a real world Ultra 5 with UltraSPARC IIi
processor.
Note that 3. needs further work as the current implementation depends on the fact
that the compiler will use registers for local variables in take_over_tlb_and_tt().
Rewrite of that function into assembly is to follow. |
|
/trunk/boot/arch/sparc64/loader/main.c /trunk/kernel/arch/sparc64/include/barrier.h /trunk/kernel/arch/sparc64/include/mm/mmu.h /trunk/kernel/arch/sparc64/include/mm/page.h /trunk/kernel/arch/sparc64/include/mm/tlb.h /trunk/kernel/arch/sparc64/include/mm/tte.h /trunk/kernel/arch/sparc64/src/console.c /trunk/kernel/arch/sparc64/src/sparc64.c /trunk/kernel/arch/sparc64/src/start.S /trunk/kernel/generic/src/syscall/copy.c
|
1790 |
6689 d 4 h |
jermar |
/trunk/ |
Remove OpenFirmware calls from kernel/ entirely.
Switch the sparc64 port to use bootinfo.
Copy memcpy from boot/ to sparc64 kernel/ and
adjust it for memcpy_from/to_uspace. |
|
/trunk/kernel/genarch/include/ofw /trunk/kernel/genarch/src/ofw
/trunk/boot/arch/sparc64/loader/asm.S /trunk/boot/arch/sparc64/loader/main.c /trunk/boot/arch/sparc64/loader/main.h /trunk/boot/genarch/ofw.c /trunk/boot/genarch/ofw.h /trunk/kernel/arch/ppc32/src/ppc32.c /trunk/kernel/arch/sparc64/Makefile.inc /trunk/kernel/arch/sparc64/_link.ld.in /trunk/kernel/arch/sparc64/include/boot/boot.h /trunk/kernel/arch/sparc64/include/drivers/fb.h /trunk/kernel/arch/sparc64/include/drivers/i8042.h /trunk/kernel/arch/sparc64/include/drivers/tick.h /trunk/kernel/arch/sparc64/src/asm.S /trunk/kernel/arch/sparc64/src/console.c /trunk/kernel/arch/sparc64/src/drivers/i8042.c /trunk/kernel/arch/sparc64/src/mm/frame.c /trunk/kernel/arch/sparc64/src/mm/memory_init.c /trunk/kernel/arch/sparc64/src/sparc64.c /trunk/kernel/arch/sparc64/src/start.S /trunk/kernel/genarch/Makefile.inc /trunk/kernel/genarch/src/fb/fb.c /trunk/kernel/generic/src/mm/frame.c
|
1789 |
6689 d 6 h |
jermar |
/trunk/ |
Fix ofw_memmap() in boot infrastructure.
The cell size is 32-bit and not equal sizeof(ofw_arg_t).
Define architecture dependant #address-cells and #size-cells for cases
the respective properties are missing in the OpenFirmware device tree.
The algorithm now works both for ppc32 and sparc64.
Add memmap_t, screen_t and keyboard_t to sparc64 bootinfo structure.
Be more verbose during sparc64 boot.
Move ALIGN_UP to generic part of boot/.
Change header guards in several places so that they don't contain double underscore. |
|
/trunk/boot/arch/ppc32/loader/ofwarch.c /trunk/boot/arch/ppc32/loader/ofwarch.h /trunk/boot/arch/ppc64/loader/ofwarch.c /trunk/boot/arch/ppc64/loader/ofwarch.h /trunk/boot/arch/sparc64/loader/ofwarch.c /trunk/boot/arch/sparc64/loader/ofwarch.h /trunk/boot/generic/align.h /trunk/kernel/arch/sparc64/include/regdef.h
/trunk/boot/arch/ppc32/loader/ofw.c /trunk/boot/arch/ppc64/loader/ofw.c /trunk/boot/arch/sparc64/loader/ofw.c
/trunk/boot/arch/ppc32/loader/Makefile /trunk/boot/arch/ppc32/loader/asm.h /trunk/boot/arch/ppc32/loader/boot.S /trunk/boot/arch/ppc32/loader/main.c /trunk/boot/arch/ppc32/loader/main.h /trunk/boot/arch/ppc32/loader/types.h /trunk/boot/arch/ppc64/loader/Makefile /trunk/boot/arch/ppc64/loader/boot.S /trunk/boot/arch/ppc64/loader/main.c /trunk/boot/arch/ppc64/loader/main.h /trunk/boot/arch/ppc64/loader/types.h /trunk/boot/arch/sparc64/loader/Makefile /trunk/boot/arch/sparc64/loader/asm.h /trunk/boot/arch/sparc64/loader/boot.S /trunk/boot/arch/sparc64/loader/main.c /trunk/boot/arch/sparc64/loader/main.h /trunk/boot/arch/sparc64/loader/types.h /trunk/boot/genarch/ofw.c /trunk/boot/genarch/ofw.h /trunk/boot/generic/gentypes.h /trunk/boot/generic/printf.h /trunk/kernel/arch/sparc64/include/register.h /trunk/kernel/arch/sparc64/src/asm.S /trunk/kernel/arch/sparc64/src/start.S
|
1787 |
6691 d 3 h |
decky |
/ |
move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot |
|
/trunk /trunk/boot /trunk/kernel /trunk/uspace
/boot/trunk /kernel/trunk /uspace/trunk
|
1783 |
6692 d 0 h |
jermar |
/boot/trunk/ |
Some 32-bit vs. 64-bit fixes.
Make the call to OpenFirmware client interface architecture dependent.
For instance and contrary to my previous experience, the sparc64 version of
'translate' method would not work reliably unless the Address Mask bit in the
PSTATE register is cleared during duration of the call.
sparc64 and ppc32 OpenFirmware seem to differ in details, for example, the above
mentioned method 'translate' signals success by setting the first return value
to -1 on sparc64 while on ppc32 the value is/stays (???) zero. |
|
/boot/trunk/arch/ppc32/loader/boot.S /boot/trunk/arch/ppc32/loader/main.c /boot/trunk/arch/ppc32/loader/ofw.c /boot/trunk/arch/ppc64/loader/boot.S /boot/trunk/arch/ppc64/loader/ofw.c /boot/trunk/arch/sparc64/loader/asm.S /boot/trunk/arch/sparc64/loader/boot.S /boot/trunk/arch/sparc64/loader/main.c /boot/trunk/arch/sparc64/loader/ofw.c /boot/trunk/genarch/ofw.c /boot/trunk/genarch/ofw.h
|
1782 |
6697 d 7 h |
jermar |
/boot/trunk/ |
Fix ofw.c to support map and translate methods even on 64-bit platforms. |
|
/boot/trunk/arch/sparc64/loader/main.c /boot/trunk/genarch/ofw.c
|
1771 |
6699 d 1 h |
jermar |
/boot/trunk/ |
Cleanup OpenFirmware driver and prepare it for integration with sparc64 bootloader.
Start sparc64 boot loader (now inactive and unfunctional). |
|
/boot/trunk/arch/sparc64/loader /boot/trunk/arch/sparc64/loader/ofw.c
/boot/trunk/arch/sparc64/loader/msim.c /boot/trunk/arch/sparc64/loader/msim.h /boot/trunk/arch/sparc64/loader/regname.h
/boot/trunk/arch/ppc32/loader/ofw.c /boot/trunk/arch/ppc64/loader/ofw.c /boot/trunk/arch/sparc64/Makefile.inc /boot/trunk/arch/sparc64/loader/Makefile /boot/trunk/arch/sparc64/loader/asm.S /boot/trunk/arch/sparc64/loader/asm.h /boot/trunk/arch/sparc64/loader/boot.S /boot/trunk/arch/sparc64/loader/main.c /boot/trunk/arch/sparc64/loader/pack /boot/trunk/arch/sparc64/loader/types.h /boot/trunk/genarch/ofw.c /boot/trunk/genarch/ofw.h
|
1764 |
6707 d 0 h |
jermar |
/boot/trunk/ |
Cleanup boot infrastructure: ppc32 (and elsewhere). |
|
/boot/trunk/arch/ppc32/loader/types.h /boot/trunk/genarch/ofw.c /boot/trunk/genarch/ofw.h /boot/trunk/generic/gentypes.h
/boot/trunk/arch/ppc32/loader/ofw.h /boot/trunk/arch/ppc32/loader/printf.c /boot/trunk/arch/ppc32/loader/printf.h /boot/trunk/generic/types.h
/boot/trunk/Makefile /boot/trunk/arch/mips32/Makefile.inc /boot/trunk/arch/mips32/loader/Makefile /boot/trunk/arch/mips32/loader/main.c /boot/trunk/arch/mips32/loader/msim.c /boot/trunk/arch/mips32/loader/types.h /boot/trunk/arch/ppc32/Makefile.inc /boot/trunk/arch/ppc32/loader/Makefile /boot/trunk/arch/ppc32/loader/main.c /boot/trunk/arch/ppc32/loader/ofw.c /boot/trunk/arch/ppc64/Makefile.inc
|
1763 |
6707 d 0 h |
jermar |
/boot/trunk/ |
Cleanup in the boot infrastructure.
This commit tries to separate generic stuff from mips32 specific stuff.
Other architectures will follow. |
|
/boot/trunk/arch/mips32/loader/types.h /boot/trunk/genarch /boot/trunk/generic /boot/trunk/generic/printf.c /boot/trunk/generic/printf.h /boot/trunk/generic/stdarg.h /boot/trunk/generic/types.h
/boot/trunk/arch/mips32/loader/printf.c /boot/trunk/arch/mips32/loader/printf.h
/boot/trunk/arch/mips32/loader/Makefile /boot/trunk/arch/mips32/loader/main.c /boot/trunk/arch/mips32/loader/msim.c /boot/trunk/arch/mips32/loader/msim.h
|
1685 |
6722 d 10 h |
decky |
/boot/trunk/arch/mips32/ |
mips piggybacker |
|
/boot/trunk/arch/mips32/loader/pack
/boot/trunk/arch/mips32/loader/_link.ld
/boot/trunk/arch/mips32/Makefile.inc /boot/trunk/arch/mips32/loader/Makefile /boot/trunk/arch/mips32/loader/asm.S /boot/trunk/arch/mips32/loader/asm.h /boot/trunk/arch/mips32/loader/boot.S /boot/trunk/arch/mips32/loader/main.c /boot/trunk/arch/mips32/loader/main.h /boot/trunk/arch/mips32/loader/printf.h
|
1018 |
6809 d 6 h |
decky |
/boot/trunk/ |
boot loader for msim |
|
/boot/trunk/arch/mips32 /boot/trunk/arch/mips32/Makefile.inc /boot/trunk/arch/mips32/loader /boot/trunk/arch/mips32/loader/Makefile /boot/trunk/arch/mips32/loader/_link.ld /boot/trunk/arch/mips32/loader/asm.S /boot/trunk/arch/mips32/loader/asm.h /boot/trunk/arch/mips32/loader/boot.S /boot/trunk/arch/mips32/loader/main.c /boot/trunk/arch/mips32/loader/main.h /boot/trunk/arch/mips32/loader/msim.c /boot/trunk/arch/mips32/loader/msim.h /boot/trunk/arch/mips32/loader/printf.c /boot/trunk/arch/mips32/loader/printf.h /boot/trunk/arch/mips32/loader/regname.h
/boot/trunk/boot.config
|