Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
4309 5592 d 9 h decky /trunk/ add explicit option for VIA CUDA  
4275 5599 d 8 h decky /trunk/ complete configuration options  
4270 5603 d 2 h decky /trunk/ fix serengeti console  
4240 5608 d 6 h svoboda /trunk/ Primitive means of switching keyboard layout at run time. Use Ctrl+Fn, 1 = QWERTY, 2 = Dvorak, 3 = Czech. Remove compile-time option.  
4237 5608 d 12 h svoboda /trunk/ WIP Czech keyboard layout.  
4135 5627 d 4 h decky /trunk/ fix bad syntax  
4132 5628 d 0 h svoboda /trunk/ Make kernel symbol information optional.  
4127 5631 d 9 h decky /trunk/ parse VESA mode from a string
unify VESA initialization for ia32 and amd64
 
4123 5631 d 12 h decky /trunk/ bring back kernel HID on ppc32
this concludes the transition from chardev_t to indev_t and outdev_t
 
4122 5631 d 12 h decky /trunk/ bring back HID on ia64  
4121 5631 d 13 h decky /trunk/ bring back support for Serengeti console  
4119 5631 d 13 h decky /trunk/ get back support for framebuffer and keyboard for sparc64 (generic)  
4117 5631 d 22 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
 
4115 5632 d 2 h jermar /trunk/ Revert part of r4114 as I accidentally committed more than I intended.  
4114 5632 d 2 h jermar /trunk/ Fix one RAW dependency.  
4082 5632 d 4 h decky /trunk/ streamlined HID configuration
this breaks most ports except ia32, amd64 and mips32 (will be fixed ASAP)
 
4074 5633 d 2 h jermar /trunk/ Prevent duplicit NS16550 offering.  
4069 5633 d 7 h decky /trunk/ set CONFIG_DEBUG_SPINLOCK after CONFIG_SMP
do not use serial line on msim
 
4066 5635 d 23 h jermar /trunk/ Fix configuration options for ns16550.  
4056 5636 d 8 h decky /trunk/ do not ask personal questions in configuration  
4053 5636 d 10 h jermar /trunk/ Extended HID options.  
4051 5636 d 12 h svoboda /trunk/ Keyboard layout must always be specified. Msim does not support non-serial HID.  
4050 5636 d 12 h jermar /trunk/ Remove the hated DEFAULTS config option.  
4047 5637 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.
 
4043 5637 d 5 h jermar /trunk/ Serial line module.  
4042 5637 d 6 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.
 
4022 5641 d 1 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.  
3936 5652 d 6 h decky /trunk/ dash is not a safe character for C preprocessor, use underscore instead  
3923 5654 d 23 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.  
3917 5655 d 0 h decky /trunk/ remove non-standard define  
3915 5655 d 0 h decky /trunk/ fix conditions (actually only CNF and DNF is supported, not arbitrary logical forms)  
3913 5655 d 8 h decky /trunk/ mips32: basic SMP support  
3900 5657 d 8 h jermar /trunk/ Get rid of CONFIG_NS16550_INTERRUPT_DRIVEN and CONFIG_I8042_INTERRUPT_DRIVEN.  
3899 5657 d 11 h jermar /trunk/ Configure ns16550 by default on sparc64 and not on ia64.  
3898 5657 d 12 h svoboda /trunk/ Compile Udebug in by default.  
3892 5658 d 1 h jermar /trunk/ Get rid of CONFIG_DEBUG_AS_WATCHPOINT.  
3891 5658 d 1 h jermar /trunk/ Get rid of CONFIG_SIMICS_FIX.  
3890 5658 d 2 h jermar /trunk/ Get rid of CONFIG_DEBUG_ALLREGS.  
3884 5660 d 2 h decky /trunk/ centralize configuration data
use a header file for passing most of the configuration directives
 
3873 5660 d 11 h decky /trunk/ finish cleanup