Rev 590 | Rev 703 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 590 | Rev 614 | ||
|---|---|---|---|
| Line 40... | Line 40... | ||
| 40 | #include <print.h> |
40 | #include <print.h> |
| 41 | 41 | ||
| 42 | #include <arch/interrupt.h> |
42 | #include <arch/interrupt.h> |
| 43 | #include <arch/drivers/arc.h> |
43 | #include <arch/drivers/arc.h> |
| 44 | #include <console/chardev.h> |
44 | #include <console/chardev.h> |
| - | 45 | #include <arch/debugger.h> |
|
| 45 | 46 | ||
| 46 | #include <arch/asm/regname.h> |
47 | #include <arch/asm/regname.h> |
| 47 | 48 | ||
| 48 | /* Size of the code jumping to the exception handler code |
49 | /* Size of the code jumping to the exception handler code |
| 49 | * - J+NOP |
50 | * - J+NOP |
| Line 89... | Line 90... | ||
| 89 | * Start hardware clock. |
90 | * Start hardware clock. |
| 90 | */ |
91 | */ |
| 91 | cp0_compare_write(cp0_compare_value + cp0_count_read()); |
92 | cp0_compare_write(cp0_compare_value + cp0_count_read()); |
| 92 | 93 | ||
| 93 | console_init(); |
94 | console_init(); |
| - | 95 | debugger_init(); |
|
| 94 | arc_print_memory_map(); |
96 | arc_print_memory_map(); |
| 95 | arc_print_devices(); |
97 | arc_print_devices(); |
| 96 | } |
98 | } |
| 97 | 99 | ||
| 98 | void arch_post_mm_init(void) |
100 | void arch_post_mm_init(void) |