Subversion Repositories HelenOS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
2464 6235 d 19 h jermar /branches/arm/kernel/ Cleanup of arm32 branch.
- indentation and formatting
- replacement of \n\r with mere \n
- added -DFB_INVERT_ENDIAN so that the framebuffer has correct colors
 
2448 6241 d 22 h jermar /branches/arm/kernel/arch/arm32/src/cpu/ Start the CPU identification string with cpu[0-9].  
2420 6249 d 15 h kebrt /branches/arm/kernel/arch/arm32/include/ doxygen mainpage added  
2419 6249 d 16 h kebrt /branches/arm/kernel/arch/arm32/ GXemul doxygen module added  
2418 6249 d 16 h kebrt /branches/arm/kernel/arch/arm32/ comments & code cleaning  
2417 6249 d 16 h kebrt /branches/arm/ ATTRIBUTE_PACKED macro added (striped when doxygening sources)  
2415 6249 d 17 h kebrt /branches/arm/ comments & code cleaning  
2414 6249 d 18 h kebrt /branches/arm/ comments & code cleaning  
2413 6249 d 18 h kebrt /branches/arm/kernel/arch/arm32/src/ starting in supervisor mode (instead of system)  
2412 6249 d 20 h kebrt /branches/arm/ comments & code cleaning  
2411 6249 d 20 h stepan /branches/arm/kernel/arch/arm32/ whitespace normalization  
2410 6249 d 21 h stepan /branches/arm/kernel/arch/arm32/ doxygen @file @brief comments added  
2408 6249 d 23 h kebrt /branches/arm/kernel/arch/arm32/ exc_stack & supervisor_sp declarations moved  
2407 6249 d 23 h stepan /branches/arm/kernel/arch/arm32/ comments & code cleaning  
2405 6250 d 0 h kebrt /branches/arm/kernel/ "framebuffer support" option added  
2362 6253 d 23 h jancik /branches/arm/kernel/arch/arm32/ finalization  
2361 6254 d 1 h jancik /branches/arm/kernel/arch/arm32/ comments, final revision  
2360 6256 d 4 h kebrt /branches/arm/ added gxemul fb support (run with -X)  
2358 6256 d 19 h kebrt /branches/arm/kernel/arch/arm32/ machine_* functions rewritten using #define to be better documentable  
2357 6257 d 15 h kebrt /branches/arm/kernel/arch/arm32/ comments  
2356 6257 d 20 h kebrt /branches/arm/ comments, refactoring  
2355 6257 d 23 h stepan /branches/arm/kernel/arch/arm32/ code cleaning & commenting  
2354 6258 d 6 h jancik /branches/arm/kernel/arch/arm32/src/debug/ added missing dubug_puts fce  
2352 6258 d 17 h kebrt /branches/arm/ Boot page table bug in frame_arch_init() fixed.  
2345 6259 d 18 h stepan /branches/arm/kernel/arch/arm32/ processor mode added to the context  
2344 6259 d 18 h stepan /branches/arm/kernel/arch/arm32/src/ interrupts processing moved to Undefined mode  
2343 6259 d 18 h stepan /branches/arm/kernel/arch/arm32/src/ interrupt_restore() fixed  
2341 6260 d 17 h kebrt /branches/arm/kernel/arch/arm32/ comments  
2340 6260 d 17 h kebrt /branches/arm/kernel/arch/arm32/ TIMER_FREQ increased, functions made 'static'  
2331 6263 d 3 h stepan /branches/arm/kernel/arch/arm32/src/ premature interrupt enabling removed (caused occasional crashes during startup)  
2329 6263 d 16 h kebrt /branches/arm/kernel/arch/arm32/ comments added & edited  
2328 6263 d 18 h kebrt /branches/arm/kernel/arch/arm32/ debug_print renamed to debug  
2327 6263 d 18 h stepan /branches/arm/kernel/arch/arm32/ delete include/debug_print and src/debug_print  
2326 6263 d 18 h kebrt /branches/arm/kernel/arch/arm32/ debug_print renamed to debug  
2325 6263 d 19 h kebrt /branches/arm/kernel/arch/arm32/ kernel entry point address changed, MACHINE CFLAGS removed  
2318 6264 d 16 h jancik /branches/arm/kernel/arch/arm32/src/ bugs removing  
2313 6264 d 18 h kebrt /branches/arm/ +/- 1 addition switched in atomic_post/pre...  
2312 6264 d 23 h stepan /branches/arm/kernel/arch/arm32/ IRQ enabling/disabling SUPERbug(enable="disable") fixed  
2306 6269 d 16 h kebrt /branches/arm/kernel/arch/arm32/ irq_exception() moved to gxemul.c as machine_irq_exception()  
2304 6269 d 17 h kebrt /branches/arm/kernel/arch/arm32/ refactoring, comments, indentation