[coreboot] [1/3] libpayload: Add video console framework

Uwe Hermann uwe at hermann-uwe.de
Fri Apr 11 00:42:22 CEST 2008


On Thu, Apr 10, 2008 at 10:20:17AM -0600, Jordan Crouse wrote:
> libpayload:  Add video console framework
> 
> Add a framework for multiple video console drivers.  This is to prepare
> for the Geode driver.
> 
> Signed-off-by: Jordan Crouse <jordan.crouse at amd.com>

Acked-by: Uwe Hermann <uwe at hermann-uwe.de>

(but see below)


> Index: libpayload/drivers/video/vga.c
> ===================================================================
> --- /dev/null	1970-01-01 00:00:00.000000000 +0000
> +++ libpayload/drivers/video/vga.c	2008-04-10 08:58:26.000000000 -0600
> @@ -0,0 +1,141 @@
[...]
> +struct video_console_t vga_video_console = {

This must be 'video_console' without '_t', otherwise it won't compile.


Uwe.
-- 
http://www.hermann-uwe.de  | http://www.holsham-traders.de
http://www.crazy-hacks.org | http://www.unmaintained-free-software.org




More information about the coreboot mailing list