From 3db7653aabb98b02b9dbea0231fa68eacbbb5991 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Thu, 18 May 2017 18:07:34 +0200 Subject: lib/edid: Split out fill_lb_framebuffer() Place it into new edid_fill_fb.c, and invert the logic of the Kconfig guard (NATIVE_VGA_INIT_USE_EDID is now !NO_EDID_FILL_FB). It has to be selected by all drivers that use MAINBOARD_DO_NATIVE_VGA_INIT but pro- vide their own fill_lb_framebuffer() implementation. Change-Id: I90634b835bd8e2d150b1c714328a5b2774d891bd Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/19764 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Julius Werner --- src/drivers/xgi/common/Kconfig | 1 + src/drivers/xgi/z9s/z9s.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers/xgi') diff --git a/src/drivers/xgi/common/Kconfig b/src/drivers/xgi/common/Kconfig index a0b6fed53e..203a123467 100644 --- a/src/drivers/xgi/common/Kconfig +++ b/src/drivers/xgi/common/Kconfig @@ -1,3 +1,4 @@ config DRIVERS_XGI_Z79_COMMON bool select VGA + select NO_EDID_FILL_FB diff --git a/src/drivers/xgi/z9s/z9s.c b/src/drivers/xgi/z9s/z9s.c index 8c1c97c149..86808fce11 100644 --- a/src/drivers/xgi/z9s/z9s.c +++ b/src/drivers/xgi/z9s/z9s.c @@ -16,7 +16,6 @@ #include #include #include -#include #include #include -- cgit v1.2.3