Changeset bd55bbb in mainline for arch/mips32/src/mips32.c


Ignore:
Timestamp:
2006-05-21T20:17:17Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
48c1ef9
Parents:
cf464d1
Message:

Fixed mips to compile with fb (missing hw_map).
Fixed mips hw virt/phys addresses of fb.
Moved fb_init to post_mm, because it needs malloc().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/src/mips32.c

    rcf464d1 rbd55bbb  
    4646#include <console/chardev.h>
    4747#include <arch/debugger.h>
     48#include <genarch/fb/fb.h>
    4849
    4950#include <arch/asm/regname.h>
     
    112113void arch_post_mm_init(void)
    113114{
     115#ifdef CONFIG_FB
     116                fb_init(0x12000000, 640, 480, 24, 1920); // gxemul framebuffer
     117#endif
    114118}
    115119
Note: See TracChangeset for help on using the changeset viewer.