Subversion Repositories HelenOS-historic

Rev

Rev 1354 | Rev 1432 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1354 Rev 1396
Line 43... Line 43...
43
 
43
 
44
#include <arch/interrupt.h>
44
#include <arch/interrupt.h>
45
#include <arch/drivers/arc.h>
45
#include <arch/drivers/arc.h>
46
#include <console/chardev.h>
46
#include <console/chardev.h>
47
#include <arch/debugger.h>
47
#include <arch/debugger.h>
-
 
48
#include <genarch/fb/fb.h>
48
 
49
 
49
#include <arch/asm/regname.h>
50
#include <arch/asm/regname.h>
50
 
51
 
51
/* Size of the code jumping to the exception handler code
52
/* Size of the code jumping to the exception handler code
52
 * - J+NOP
53
 * - J+NOP
Line 109... Line 110...
109
    debugger_init();
110
    debugger_init();
110
}
111
}
111
 
112
 
112
void arch_post_mm_init(void)
113
void arch_post_mm_init(void)
113
{
114
{
-
 
115
#ifdef CONFIG_FB
-
 
116
        fb_init(0x12000000, 640, 480, 24, 1920); // gxemul framebuffer
-
 
117
#endif
114
}
118
}
115
 
119
 
116
void arch_pre_smp_init(void)
120
void arch_pre_smp_init(void)
117
{
121
{
118
}
122
}