Rev 509 | Rev 532 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 509 | Rev 510 | ||
---|---|---|---|
Line 35... | Line 35... | ||
35 | #include <userspace.h> |
35 | #include <userspace.h> |
36 | #include <arch/console.h> |
36 | #include <arch/console.h> |
37 | #include <memstr.h> |
37 | #include <memstr.h> |
38 | #include <arch/interrupt.h> |
38 | #include <arch/interrupt.h> |
39 | #include <arch/drivers/arc.h> |
39 | #include <arch/drivers/arc.h> |
- | 40 | #include <arch/drivers/keyboard.h> |
|
40 | #include <proc/thread.h> |
41 | #include <proc/thread.h> |
41 | #include <print.h> |
42 | #include <print.h> |
42 | 43 | ||
43 | /* Size of the code jumping to the exception handler code |
44 | /* Size of the code jumping to the exception handler code |
44 | * - J+NOP |
45 | * - J+NOP |
Line 80... | Line 81... | ||
80 | * Start hardware clock. |
81 | * Start hardware clock. |
81 | */ |
82 | */ |
82 | cp0_compare_write(cp0_compare_value + cp0_count_read()); |
83 | cp0_compare_write(cp0_compare_value + cp0_count_read()); |
83 | 84 | ||
84 | console_init(); |
85 | console_init(); |
- | 86 | keyboard_init(); |
|
85 | arc_print_memory_map(); |
87 | arc_print_memory_map(); |
86 | arc_print_devices(); |
88 | arc_print_devices(); |
87 | } |
89 | } |
88 | 90 | ||
89 | void arch_post_mm_init(void) |
91 | void arch_post_mm_init(void) |