From 91fbb25ec77ea437e611415d3eb91d3ac7a6998c Mon Sep 17 00:00:00 2001 From: persmule Date: Tue, 2 May 2017 16:03:44 +0800 Subject: mb/gigabyte/ga-b75m-d3h: add libgfxinit support Currently native video init works on port HDMI1 (wired to the on-board DVI-D socket) , HDMI3 (the on-board HDMI port), and the VGA port, both text mode and fb mode. Every ports works on GNU/Linux. Tested against an IVB cpu (i7-3770T). Change-Id: If00a7247df0c32b3d1f489fb92d86baaa8fdf8ba Signed-off-by: Bill XIE Reviewed-on: https://review.coreboot.org/19522 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber Reviewed-by: Arthur Heymans --- src/mainboard/gigabyte/ga-b75m-d3h/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/gigabyte/ga-b75m-d3h/Makefile.inc') diff --git a/src/mainboard/gigabyte/ga-b75m-d3h/Makefile.inc b/src/mainboard/gigabyte/ga-b75m-d3h/Makefile.inc index d57c9b5707..b5747e9150 100644 --- a/src/mainboard/gigabyte/ga-b75m-d3h/Makefile.inc +++ b/src/mainboard/gigabyte/ga-b75m-d3h/Makefile.inc @@ -14,3 +14,4 @@ ## romstage-y += gpio.c +ramstage-$(CONFIG_MAINBOARD_USE_LIBGFXINIT) += gma-mainboard.ads \ No newline at end of file -- cgit v1.2.3