Add coreboot framebuffer support to libpayload
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5295 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
7208f6e031
commit
b700254aa5
@@ -287,5 +287,12 @@ struct video_console geodelx_video_console = {
|
||||
.init = geodelx_init,
|
||||
.putc = geodelx_putc,
|
||||
.clear = geodelx_clear,
|
||||
.scroll_up = geodelx_scroll_up
|
||||
.scroll_up = geodelx_scroll_up,
|
||||
|
||||
/* TODO .get_cursor */
|
||||
/* TODO .set_cursor */
|
||||
/* TODO .enable_cursor */
|
||||
|
||||
.columns = 80,
|
||||
.rows = 25
|
||||
};
|
||||
|
Reference in New Issue
Block a user