Subversion Repositories HelenOS

Rev

Go to most recent revision | Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
4119 5592 d 8 h decky /trunk/ get back support for framebuffer and keyboard for sparc64 (generic)  
/trunk/HelenOS.config
/trunk/kernel/arch/sparc64/Makefile.inc
/trunk/kernel/arch/sparc64/src/console.c
/trunk/kernel/arch/sparc64/src/drivers/kbd.c
/trunk/kernel/genarch/include/drivers/z8530/z8530.h
/trunk/kernel/genarch/src/drivers/dsrln/dsrlnin.c
/trunk/kernel/genarch/src/drivers/i8042/i8042.c
/trunk/kernel/genarch/src/drivers/ns16550/ns16550.c
/trunk/kernel/genarch/src/drivers/z8530/z8530.c
4117 5592 d 18 h decky /trunk/ arm32: update for the new scheme of device drivers and keyboard/serial modules
streamline arm32 port (as GXemul is still the only machine supported), more cleanup is needed
 
/trunk/kernel/arch/arm32/include/debug
/trunk/kernel/arch/arm32/include/machine.h
/trunk/kernel/arch/arm32/src/debug
/trunk/HelenOS.config
/trunk/defaults/arm32/Makefile.config
/trunk/kernel/arch/arm32/Makefile.inc
/trunk/kernel/arch/arm32/include/asm/boot.h
/trunk/kernel/arch/arm32/include/drivers/gxemul.h
/trunk/kernel/arch/arm32/src/arm32.c
/trunk/kernel/arch/arm32/src/console.c
/trunk/kernel/arch/arm32/src/drivers/gxemul.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/mm/page.c
/trunk/kernel/arch/arm32/src/mm/page_fault.c
/trunk/kernel/arch/arm32/src/panic.S
4114 5592 d 21 h jermar /trunk/ Fix one RAW dependency.  
/trunk/HelenOS.config
/trunk/kernel/arch/ia64/include/ski/ski.h
/trunk/kernel/arch/ia64/src/asm.S
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/arch/ia64/src/ski/ski.c
/trunk/kernel/genarch/include/drivers/ns16550/ns16550.h
4111 5592 d 22 h jermar /trunk/kernel/arch/sparc64/ Update the SGCN driver to match the latest character I/O changes.  
/trunk/kernel/arch/sparc64/include/drivers/sgcn.h
/trunk/kernel/arch/sparc64/src/console.c
/trunk/kernel/arch/sparc64/src/drivers/sgcn.c
4110 5592 d 23 h decky /trunk/kernel/arch/mips32/src/ remove orphaned directory  
/trunk/kernel/arch/mips32/src/drivers
4109 5592 d 23 h decky /trunk/kernel/arch/mips32/src/ use generic dsrlnin and dsrlnout devices instead of platform specific msim keyboard and console  
/trunk/kernel/arch/mips32/src/console.c
/trunk/kernel/arch/mips32/src/mips32.c
4108 5592 d 23 h decky /trunk/kernel/arch/mips32/src/mm/ remove unmaintained Simics machine (might return later)
whitespace changes
 
/trunk/kernel/arch/mips32/src/mm/frame.c
4107 5592 d 23 h decky /trunk/kernel/arch/mips32/include/drivers/ remove platform-dependent msim keyboard/console driver symbols
whitespace changes
 
/trunk/kernel/arch/mips32/include/drivers/msim.h
4106 5592 d 23 h decky /trunk/kernel/arch/mips32/include/mm/ remove unmaintained Simics machine (might return later)
whitespace changes
 
/trunk/kernel/arch/mips32/include/mm/tlb.h
4105 5592 d 23 h decky /trunk/kernel/arch/mips32/ remove platform-dependent msim keyboard/console driver  
/trunk/kernel/arch/mips32/src/drivers/msim.c
/trunk/kernel/arch/mips32/Makefile.inc
4104 5592 d 23 h decky /trunk/kernel/arch/mips32/include/drivers/ remove unmaintained Simics serial line (might return later)  
/trunk/kernel/arch/mips32/include/drivers/serial.h
4103 5592 d 23 h decky /trunk/kernel/arch/ update for the new scheme of wiring device drivers to keyboard/serial modules  
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/arch/sparc64/src/drivers/kbd.c
4102 5592 d 23 h decky /trunk/kernel/arch/amd64/src/ update for the new scheme of wiring device drivers to keyboard/serial modules
use ega_redraw() only if it is compiled in
 
/trunk/kernel/arch/amd64/src/amd64.c
4101 5592 d 23 h decky /trunk/kernel/arch/ remove duplicate part of the debugger message
(it is already printed by kconsole)
 
/trunk/kernel/arch/amd64/src/debugger.c
/trunk/kernel/arch/mips32/src/debugger.c
4100 5592 d 23 h decky /trunk/kernel/arch/amd64/src/boot/ whitespace changes  
/trunk/kernel/arch/amd64/src/boot/boot.S
4099 5592 d 23 h decky /trunk/kernel/arch/ia32/src/ update for the new scheme of wiring device drivers to keyboard/serial modules
use ega_redraw() only if it is compiled in
 
/trunk/kernel/arch/ia32/src/ia32.c
4098 5593 d 0 h decky /trunk/kernel/arch/ia32/include/drivers/ whitespace changes  
/trunk/kernel/arch/ia32/include/drivers/i8254.h
/trunk/kernel/arch/ia32/include/drivers/i8259.h
/trunk/kernel/arch/ia32/include/drivers/vesa.h
4097 5593 d 0 h decky /trunk/kernel/arch/ia32/include/drivers/ remove obsolete include file  
/trunk/kernel/arch/ia32/include/drivers/kbd.h
4096 5593 d 0 h decky /trunk/kernel/arch/ia32/src/drivers/ fix very strange condition  
/trunk/kernel/arch/ia32/src/drivers/vesa.c
4095 5593 d 0 h decky /trunk/kernel/arch/ make cpu_halt() really halt the execution  
/trunk/kernel/arch/amd64/include/asm.h
/trunk/kernel/arch/ia32/include/asm.h
4076 5593 d 21 h jermar /trunk/kernel/arch/sparc64/src/ Fix SMP on sparc64.  
/trunk/kernel/arch/sparc64/src/sparc64.c
4072 5593 d 22 h jermar /trunk/kernel/arch/sparc64/src/ Fix sparc64 builds without srln.  
/trunk/kernel/arch/sparc64/src/console.c
4071 5593 d 22 h jermar /trunk/kernel/arch/sparc64/ Some additional fixes to the sgcn driver.  
/trunk/kernel/arch/sparc64/include/drivers/sgcn.h
/trunk/kernel/arch/sparc64/src/console.c
/trunk/kernel/arch/sparc64/src/drivers/sgcn.c
4070 5594 d 0 h rimsky /trunk/ SGCN driver modified to reflect the new keyboard driver architecture. Making the Serengeti bootable image smaller by not including some servers/applications.  
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/kernel/arch/sparc64/include/drivers/sgcn.h
/trunk/kernel/arch/sparc64/src/console.c
/trunk/kernel/arch/sparc64/src/drivers/kbd.c
/trunk/kernel/arch/sparc64/src/drivers/sgcn.c
/trunk/kernel/arch/sparc64/src/sparc64.c
/trunk/uspace/srv/kbd/Makefile
/trunk/uspace/srv/kbd/port/sgcn.c
4060 5597 d 3 h jermar /trunk/kernel/arch/ia64/ Clean up ski handling in kernel.  
/trunk/kernel/arch/ia64/include/ski/ski.h
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/arch/ia64/src/ski/ski.c
4057 5597 d 4 h decky /trunk/kernel/arch/ optional EGA support  
/trunk/kernel/arch/amd64/src/amd64.c
/trunk/kernel/arch/ia32/src/ia32.c
4047 5597 d 21 h jermar /trunk/ Improve the configuration file.

- Support for easy configuration with sane defaults.

- Fix the ambiguous MACHINE variable by introducing the PROCESSOR variable.

- Eliminate some unnecessarily detailed questions by providing defaults for the
Serengeti machine.

- Introduce CONFIG_HID_IN and CONFIG_HID_OUT variables. They help to limit the
number of offered HID devices. In the future, they can be also used to
configure the way how the serial controller devices are connected to the
keyboard / serial line modules on some platforms where we can't autodetect.
 
/trunk/HelenOS.config
/trunk/kernel/arch/amd64/Makefile.inc
/trunk/kernel/arch/ia32/Makefile.inc
/trunk/kernel/arch/sparc64/Makefile.inc
4046 5597 d 21 h jermar /trunk/kernel/arch/mips32/ Nuke the mips32-specific ns16550 driver.
Remove the conflicting console_init() too.
 
/trunk/kernel/arch/mips32/src/drivers/serial.c
/trunk/kernel/arch/mips32/Makefile.inc
/trunk/kernel/arch/mips32/include/console.h
/trunk/kernel/arch/mips32/include/drivers/serial.h
/trunk/kernel/arch/mips32/src/console.c
/trunk/kernel/arch/mips32/src/mips32.c
4045 5597 d 22 h jermar /trunk/kernel/arch/arm32/ Remove ARM's console_init() because it conflicts with the generic
console_init(). No functionality loss as it was a mere wrapper around
machine_console_init().
 
/trunk/kernel/arch/arm32/include/console.h
/trunk/kernel/arch/arm32/src/arm32.c
/trunk/kernel/arch/arm32/src/console.c
4044 5598 d 0 h svoboda /trunk/ Userspace driver for ski keyboard port.  
/trunk/uspace/srv/kbd/port/ski.c
/trunk/kernel/arch/ia64/src/ski/ski.c
/trunk/uspace/srv/kbd/Makefile
4043 5598 d 1 h jermar /trunk/ Serial line module.  
/trunk/kernel/genarch/include/srln
/trunk/kernel/genarch/include/srln/srln.h
/trunk/kernel/genarch/src/srln
/trunk/kernel/genarch/src/srln/srln.c
/trunk/HelenOS.config
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/genarch/Makefile.inc
4042 5598 d 1 h jermar /trunk/ Complete emancipation of kernel serial controller drivers (i8042, ns16550 and
z8530). Provide a common keyboard module for PC and Sun keyboards. The serial
line module is still to follow.
 
/trunk/kernel/genarch/include/drivers/i8042
/trunk/kernel/genarch/include/drivers/i8042/i8042.h
/trunk/kernel/genarch/include/drivers/ns16550
/trunk/kernel/genarch/include/drivers/ns16550/ns16550.h
/trunk/kernel/genarch/include/drivers/z8530
/trunk/kernel/genarch/include/drivers/z8530/z8530.h
/trunk/kernel/genarch/include/kbrd
/trunk/kernel/genarch/include/kbrd/kbrd.h
/trunk/kernel/genarch/src/drivers/i8042
/trunk/kernel/genarch/src/drivers/i8042/i8042.c
/trunk/kernel/genarch/src/drivers/ns16550
/trunk/kernel/genarch/src/drivers/ns16550/ns16550.c
/trunk/kernel/genarch/src/drivers/z8530
/trunk/kernel/genarch/src/drivers/z8530/z8530.c
/trunk/kernel/genarch/src/kbrd
/trunk/kernel/genarch/src/kbrd/kbrd.c
/trunk/kernel/genarch/include/kbd
/trunk/kernel/genarch/include/kbrd/i8042.h
/trunk/kernel/genarch/include/kbrd/key.h
/trunk/kernel/genarch/include/kbrd/ns16550.h
/trunk/kernel/genarch/include/kbrd/z8530.h
/trunk/kernel/genarch/src/kbd
/trunk/kernel/genarch/src/kbrd/i8042.c
/trunk/kernel/genarch/src/kbrd/key.c
/trunk/kernel/genarch/src/kbrd/ns16550.c
/trunk/kernel/genarch/src/kbrd/z8530.c
/trunk/HelenOS.config
/trunk/kernel/arch/amd64/src/amd64.c
/trunk/kernel/arch/ia32/src/ia32.c
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/arch/ia64/src/smp/smp.c
/trunk/kernel/arch/sparc64/src/console.c
/trunk/kernel/arch/sparc64/src/drivers/kbd.c
/trunk/kernel/arch/sparc64/src/sparc64.c
/trunk/kernel/genarch/Makefile.inc
/trunk/kernel/genarch/src/kbrd/scanc_pc.c
/trunk/kernel/genarch/src/kbrd/scanc_sun.c
/trunk/kernel/generic/include/console/console.h
/trunk/kernel/generic/src/console/console.c
/trunk/kernel/generic/src/main/main.c
4039 5599 d 8 h decky /trunk/kernel/arch/mips32/src/ cstyle  
/trunk/kernel/arch/mips32/src/asm.S
4038 5599 d 8 h decky /trunk/kernel/arch/mips32/src/ save destination address properly in all cases
(this fixes IPC on mips32)
 
/trunk/kernel/arch/mips32/src/asm.S
4032 5599 d 22 h svoboda /trunk/ Init-task names for sparc64 (that's the final one, whew).  
/trunk/boot/arch/sparc64/loader/main.c
/trunk/boot/arch/sparc64/loader/main.h
/trunk/kernel/arch/sparc64/include/boot/boot.h
/trunk/kernel/arch/sparc64/src/sparc64.c
4031 5600 d 19 h svoboda /trunk/ Init-task names for ia64.  
/trunk/boot/arch/ia64/loader/main.c
/trunk/kernel/arch/ia64/include/bootinfo.h
/trunk/kernel/arch/ia64/src/ia64.c
4030 5600 d 19 h svoboda /trunk/ Init-task names for ppc32.  
/trunk/boot/arch/ppc32/loader/Makefile
/trunk/boot/arch/ppc32/loader/main.c
/trunk/boot/arch/ppc32/loader/main.h
/trunk/kernel/arch/ppc32/include/boot/boot.h
/trunk/kernel/arch/ppc32/src/ppc32.c
4029 5600 d 19 h svoboda /trunk/ Init-task names for mips32.  
/trunk/boot/arch/mips32/loader/Makefile
/trunk/boot/arch/mips32/loader/main.c
/trunk/boot/arch/mips32/loader/main.h
/trunk/kernel/arch/mips32/include/arch.h
/trunk/kernel/arch/mips32/src/mips32.c
4028 5601 d 1 h jermar /trunk/ Fix typo.  
/trunk/kernel/arch/ia64/include/asm.h
/trunk/uspace/lib/libc/arch/ia64/include/ddi.h
4027 5601 d 18 h svoboda /trunk/ Init task names for arm32.  
/trunk/boot/arch/arm32/loader/Makefile
/trunk/boot/arch/arm32/loader/main.c
/trunk/boot/arch/arm32/loader/main.h
/trunk/kernel/arch/arm32/include/arch.h
/trunk/kernel/arch/arm32/src/arm32.c