Subversion Repositories HelenOS

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
4115 5562 d 1 h jermar /trunk/ Revert part of r4114 as I accidentally committed more than I intended.  
/trunk/HelenOS.config
4114 5562 d 1 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
4082 5562 d 4 h decky /trunk/ streamlined HID configuration
this breaks most ports except ia32, amd64 and mips32 (will be fixed ASAP)
 
/trunk/HelenOS.config
4074 5563 d 1 h jermar /trunk/ Prevent duplicit NS16550 offering.  
/trunk/HelenOS.config
4069 5563 d 7 h decky /trunk/ set CONFIG_DEBUG_SPINLOCK after CONFIG_SMP
do not use serial line on msim
 
/trunk/HelenOS.config
4066 5565 d 23 h jermar /trunk/ Fix configuration options for ns16550.  
/trunk/HelenOS.config
4056 5566 d 8 h decky /trunk/ do not ask personal questions in configuration  
/trunk/HelenOS.config
4053 5566 d 10 h jermar /trunk/ Extended HID options.  
/trunk/HelenOS.config
4051 5566 d 11 h svoboda /trunk/ Keyboard layout must always be specified. Msim does not support non-serial HID.  
/trunk/HelenOS.config
4050 5566 d 12 h jermar /trunk/ Remove the hated DEFAULTS config option.  
/trunk/HelenOS.config
4047 5567 d 1 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
4043 5567 d 5 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 5567 d 5 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
4022 5571 d 0 h svoboda /trunk/ Move multiboot parsing to genarch/*/multiboot and adapt it for use with both ia32 and amd64. Multiboot info parsing now supported on amd64, too.  
/trunk/kernel/genarch/include/multiboot
/trunk/kernel/genarch/include/multiboot/multiboot.h
/trunk/kernel/genarch/src/multiboot
/trunk/kernel/genarch/src/multiboot/multiboot.c
/trunk/kernel/arch/ia32/include/boot/multiboot.h
/trunk/HelenOS.config
/trunk/kernel/arch/amd64/include/arch.h
/trunk/kernel/arch/amd64/include/boot/boot.h
/trunk/kernel/arch/amd64/src/amd64.c
/trunk/kernel/arch/amd64/src/boot/boot.S
/trunk/kernel/arch/ia32/include/arch.h
/trunk/kernel/arch/ia32/include/boot/boot.h
/trunk/kernel/arch/ia32/src/ia32.c
/trunk/kernel/genarch/Makefile.inc
3936 5582 d 6 h decky /trunk/ dash is not a safe character for C preprocessor, use underscore instead  
/trunk/HelenOS.config
/trunk/kernel/arch/ia32/Makefile.inc
3923 5584 d 22 h svoboda /trunk/ Keyboard driver overhaul -- organize by hardware structure. This is w.i.p. Modifier keys, as well as ppc32, ia64 and sparc64 will not work yet.  
/trunk/uspace/srv/kbd/ctl
/trunk/uspace/srv/kbd/ctl/gxe_fb.c
/trunk/uspace/srv/kbd/ctl/pc.c
/trunk/uspace/srv/kbd/ctl/stty.c
/trunk/uspace/srv/kbd/include/kbd_ctl.h
/trunk/uspace/srv/kbd/include/kbd_port.h
/trunk/uspace/srv/kbd/include/layout.h
/trunk/uspace/srv/kbd/layout
/trunk/uspace/srv/kbd/layout/us_dvorak.c
/trunk/uspace/srv/kbd/layout/us_qwerty.c
/trunk/uspace/srv/kbd/port
/trunk/uspace/srv/kbd/port/dummy.c
/trunk/uspace/srv/kbd/port/gxemul.c
/trunk/uspace/srv/kbd/port/i8042.c
/trunk/uspace/srv/kbd/port/i8042.h
/trunk/uspace/srv/kbd/port/msim.c
/trunk/HelenOS.config
/trunk/uspace/lib/libc/generic/io/stream.c
/trunk/uspace/lib/libc/generic/kbd.c
/trunk/uspace/lib/libc/include/kbd/keycode.h
/trunk/uspace/srv/console/console.c
/trunk/uspace/srv/kbd/Makefile
/trunk/uspace/srv/kbd/generic/kbd.c
/trunk/uspace/srv/kbd/include/kbd.h
3917 5585 d 0 h decky /trunk/ remove non-standard define  
/trunk/HelenOS.config
/trunk/kernel/arch/arm32/Makefile.inc
/trunk/kernel/arch/arm32/_link.ld.in
/trunk/kernel/arch/arm32/include/machine.h
3915 5585 d 0 h decky /trunk/ fix conditions (actually only CNF and DNF is supported, not arbitrary logical forms)  
/trunk/HelenOS.config
3913 5585 d 7 h decky /trunk/ mips32: basic SMP support  
/trunk/kernel/arch/mips32/include/smp/dorder.h
/trunk/kernel/arch/mips32/src/smp/dorder.c
/trunk/kernel/arch/mips32/src/smp/smp.c
/trunk/kernel/arch/mips32/include/smp/order.h
/trunk/kernel/arch/mips32/src/dummy.S
/trunk/kernel/arch/mips32/src/smp/order.c
/trunk/HelenOS.config
/trunk/kernel/arch/mips32/Makefile.inc
/trunk/kernel/arch/mips32/_link.ld.in
/trunk/kernel/arch/mips32/include/asm.h
/trunk/kernel/arch/mips32/include/atomic.h
/trunk/kernel/arch/mips32/include/cpu.h
/trunk/kernel/arch/mips32/include/interrupt.h
/trunk/kernel/arch/mips32/src/asm.S
/trunk/kernel/arch/mips32/src/debugger.c
/trunk/kernel/arch/mips32/src/interrupt.c
/trunk/kernel/arch/mips32/src/mips32.c
/trunk/kernel/arch/mips32/src/mm/tlb.c
/trunk/kernel/generic/src/mm/as.c
3900 5587 d 8 h jermar /trunk/ Get rid of CONFIG_NS16550_INTERRUPT_DRIVEN and CONFIG_I8042_INTERRUPT_DRIVEN.  
/trunk/HelenOS.config
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/arch/sparc64/src/console.c
/trunk/kernel/arch/sparc64/src/sparc64.c
/trunk/kernel/genarch/src/kbd/ns16550.c

Show All