Implement all core Stage 1 logic for Fusee
This commit is contained in:
@@ -5,23 +5,6 @@
|
||||
|
||||
|
||||
int main(void) {
|
||||
u32 *lfb_base;
|
||||
|
||||
nx_hwinit();
|
||||
display_init();
|
||||
|
||||
// Set up the display, and register it as a printk provider.
|
||||
lfb_base = display_init_framebuffer();
|
||||
video_init(lfb_base);
|
||||
|
||||
// Always enable the backlight _after_ the display is initialized,
|
||||
// to avoid flickering.
|
||||
display_enable_backlight(true);
|
||||
|
||||
// Say hello.
|
||||
printk("Welcome to Atmosph\xe8re Fus\xe9" "e!\n");
|
||||
printk("Using color linear framebuffer at 0x%p!\n", lfb_base);
|
||||
|
||||
/* Do nothing for now */
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user