1
0

Add pl111 support

This commit is contained in:
2012-09-10 22:44:54 -04:00
parent aaa714d89a
commit 955d15803f
4 changed files with 61 additions and 3 deletions
devices
include/devices
kernel

@ -1,7 +1,7 @@
#include <print.h>
#include <devices/pl011.h>
#include <devices/pl110.h>
#include <devices/pl111.h>
#include <framebuffer.h>
#include <console.h>
@ -9,7 +9,7 @@ struct fb myfb;
void video(void) {
// unsigned int x, y;
pl110_init(&myfb, 24);
pl111_init(&myfb, 24);
// x = 0, y = 0;
// for (y=0; y<480; y++)
// for (x=0; x<640; x++)