From c522fc8f3815ab33fe11ca58263d84bc8e98417d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 2 Feb 2015 18:25:34 -0600 Subject: drivers/xgi/z9s: Port Linux framebuffer initialization to coreboot Add native XGI Z9s framebuffer support to coreboot XGI initialization code largely taken from Linux 3.18.5 TEST: Booted KFSN4-DRE with XGI Volari Z9s into SeaBIOS with SeaVGABIOS enabled. Text appeared correctly on screen and interaction with graphical comboot menu was successful. However, Linux cleared the framebuffer on boot, rendering the screen useless until Linux loaded its native xgifb driver. Change-Id: I606a3892849fc578b0c4d74536aec0a0adef3be3 Signed-off-by: Timothy Pearson Reviewed-on: http://review.coreboot.org/8331 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc Reviewed-by: Paul Menzel --- src/drivers/xgi/common/Makefile.inc | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/drivers/xgi/common/Makefile.inc (limited to 'src/drivers/xgi/common/Makefile.inc') diff --git a/src/drivers/xgi/common/Makefile.inc b/src/drivers/xgi/common/Makefile.inc new file mode 100644 index 0000000000..2bb35a8731 --- /dev/null +++ b/src/drivers/xgi/common/Makefile.inc @@ -0,0 +1 @@ +ramstage-$(CONFIG_DRIVERS_XGI_Z79_COMMON) += vb_init.c vb_util.c vb_setmode.c xgi_coreboot.c -- cgit v1.2.3