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
1942 6419 d 7 h jermar /trunk/ Convert ia64 to the new IRQ and notification scheme.  
1881 6455 d 15 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.
 
1787 6518 d 10 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1780 6525 d 11 h jermar /kernel/trunk/ Replace old __u?? types with respective C99 variants (e.g. uint32_t, int64_t, uintptr_t etc.).  
1702 6546 d 14 h cejka /kernel/trunk/ Kernel doxygen comments updated.  
1482 6558 d 14 h vana /kernel/trunk/arch/ia64/src/drivers/ Misseed clock ticks counting  
577 6732 d 3 h palkovsky /kernel/trunk/ Some small fixes, basic changes to ia64 & ppc32 without testing.  
534 6737 d 8 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel again.  
532 6737 d 9 h jermar / Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.  
521 6743 d 15 h vana /kernel/trunk/arch/ia64/ Coding style patch.  
519 6744 d 6 h vana /kernel/trunk/arch/ia64/ Keyboard support for ski (ia64 emulator)  
501 6749 d 13 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel.  
456 6763 d 16 h jermar /SPARTAN/trunk/arch/ia64/src/ ia64 work.
Add missing srlz_d().
Remove extra stops.
Coding style cleanups.
 
435 6766 d 7 h jermar /SPARTAN/trunk/arch/ia64/ ia64 work.
Begin implemention of heavyweight interrupt handler.
Finish implementation of interval timer.
Add some PAL macros.