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
4135 5548 d 8 h decky /trunk/ fix bad syntax  
/trunk/HelenOS.config
4132 5549 d 4 h svoboda /trunk/ Make kernel symbol information optional.  
/trunk/HelenOS.config
/trunk/defaults/amd64/Makefile.config
/trunk/defaults/arm32/Makefile.config
/trunk/defaults/ia32/Makefile.config
/trunk/defaults/ia64/Makefile.config
/trunk/defaults/mips32/Makefile.config
/trunk/defaults/ppc32/Makefile.config
/trunk/defaults/sparc64/Makefile.config
/trunk/kernel/Makefile
/trunk/kernel/arch/amd64/src/debugger.c
/trunk/kernel/arch/amd64/src/interrupt.c
/trunk/kernel/arch/ia32/src/interrupt.c
/trunk/kernel/arch/ia64/src/interrupt.c
/trunk/kernel/arch/mips32/src/debugger.c
/trunk/kernel/arch/mips32/src/exception.c
/trunk/kernel/arch/mips32/src/mm/tlb.c
/trunk/kernel/arch/ppc32/src/mm/tlb.c
/trunk/kernel/arch/sparc64/src/trap/exception.c
/trunk/kernel/generic/src/console/cmd.c
/trunk/kernel/generic/src/console/kconsole.c
/trunk/kernel/generic/src/interrupt/interrupt.c
/trunk/kernel/generic/src/synch/spinlock.c
4127 5552 d 13 h decky /trunk/ parse VESA mode from a string
unify VESA initialization for ia32 and amd64
 
/trunk/kernel/arch/amd64/src/boot/vesa_prot.inc
/trunk/kernel/arch/amd64/src/boot/vesa_real.inc
/trunk/kernel/arch/amd64/src/boot/vesa_ret.inc
/trunk/kernel/arch/ia32/src/boot/vesa_prot.inc
/trunk/kernel/arch/ia32/src/boot/vesa_real.inc
/trunk/kernel/arch/ia32/src/boot/vesa_ret.inc
/trunk/HelenOS.config
/trunk/defaults/amd64/Makefile.config
/trunk/defaults/ia32/Makefile.config
/trunk/kernel/arch/amd64/src/boot/boot.S
/trunk/kernel/arch/amd64/src/boot/memmap.c
/trunk/kernel/arch/ia32/src/boot/boot.S
4123 5552 d 16 h decky /trunk/ bring back kernel HID on ppc32
this concludes the transition from chardev_t to indev_t and outdev_t
 
/trunk/HelenOS.config
/trunk/defaults/ppc32/Makefile.config
/trunk/kernel/arch/ppc32/src/drivers/cuda.c
/trunk/kernel/arch/ppc32/src/ppc32.c
4122 5552 d 16 h decky /trunk/ bring back HID on ia64  
/trunk/HelenOS.config
/trunk/defaults/ia64/Makefile.config
/trunk/defaults/ia64/i460GX/Makefile.config
/trunk/kernel/arch/ia64/src/ia64.c
4121 5552 d 17 h decky /trunk/ bring back support for Serengeti console  
/trunk/HelenOS.config
4119 5552 d 17 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 5553 d 3 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
4115 5553 d 6 h jermar /trunk/ Revert part of r4114 as I accidentally committed more than I intended.  
/trunk/HelenOS.config
4114 5553 d 6 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 5553 d 9 h decky /trunk/ streamlined HID configuration
this breaks most ports except ia32, amd64 and mips32 (will be fixed ASAP)
 
/trunk/HelenOS.config
4074 5554 d 6 h jermar /trunk/ Prevent duplicit NS16550 offering.  
/trunk/HelenOS.config
4069 5554 d 12 h decky /trunk/ set CONFIG_DEBUG_SPINLOCK after CONFIG_SMP
do not use serial line on msim
 
/trunk/HelenOS.config
4066 5557 d 4 h jermar /trunk/ Fix configuration options for ns16550.  
/trunk/HelenOS.config
4056 5557 d 13 h decky /trunk/ do not ask personal questions in configuration  
/trunk/HelenOS.config
4053 5557 d 15 h jermar /trunk/ Extended HID options.  
/trunk/HelenOS.config
4051 5557 d 16 h svoboda /trunk/ Keyboard layout must always be specified. Msim does not support non-serial HID.  
/trunk/HelenOS.config
4050 5557 d 17 h jermar /trunk/ Remove the hated DEFAULTS config option.  
/trunk/HelenOS.config
4047 5558 d 6 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 5558 d 9 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

Show All