Add pl111 support
This commit is contained in:
		| @@ -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++) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user