From 4a3956d7cc07056fa8795d89972e288dfc270db7 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Thu, 3 May 2018 19:15:13 +0200 Subject: drivers/intel/gma, soc/intel/common: improve cooperation Instead of both featuring their own VBT loaders, use a single one. It's the compression-enabled one from soc/intel/common, but moved to drivers/intel/gma. The rationale (besides making all the Kconfig fluff easier) is that drivers/intel/gma is used in some capacity on all platforms that load a VBT, while soc/intel/common's VBT code is for use with FSP. BUG=b:79365806 TEST=GOOGLE_FALCO and GOOGLE_CHELL both build, exercising both affected code paths. Change-Id: I8d149c8b480e457a4f3e947f46d49ab45c65ccdc Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/26039 Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) --- src/soc/intel/common/vbt.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/soc/intel/common/vbt.h') diff --git a/src/soc/intel/common/vbt.h b/src/soc/intel/common/vbt.h index 1bc536e430..e5a17fb75a 100644 --- a/src/soc/intel/common/vbt.h +++ b/src/soc/intel/common/vbt.h @@ -19,19 +19,6 @@ #include #include -/* - * Returns the CBFS filename of the VBT blob. - * - * The default implementation returns "vbt.bin", but other implementations can - * override this. - */ -const char *mainboard_vbt_filename(void); - -/* - * locate vbt.bin file. Returns a pointer to its content. - * If vbt_size is non-NULL, also return the vbt's size. - */ -void *locate_vbt(size_t *vbt_size); /* * Returns VBT pointer and mapping after checking prerequisites for Pre OS * Graphics initialization -- cgit v1.2.3