drivers/fsp1_1: fix VBT Loading by using GMA common function
commit1f6e3294f86243549406bd5c5e25e4f0df658dd2
authorMatt DeVillier <matt.devillier@gmail.com>
Wed, 20 Jun 2018 05:35:27 +0000 (20 00:35 -0500)
committerPatrick Georgi <pgeorgi@google.com>
Fri, 22 Jun 2018 09:28:44 +0000 (22 09:28 +0000)
tree572d2182934037ac1b1539ea9960a06d683bdf1b
parent95278a59bd1ca44d67a521764cb97a820d5e630c
drivers/fsp1_1: fix VBT Loading by using GMA common function

Commit 77034fa [intel/common: compress VBT] compressed vbt.bin in
CBFS, but only changed the loader in soc/intel/common, forgetting
the separate one used by FSP 1.1.

As the soc/intel/common loader has now been rolled into the one in
drivers/intel/gma, replace the VBT loader used by FSP 1.1 with the GMA one.
Also, remove 2 now-unused header files.

Test: build/boot google/chell, observe display initialized prior
to OS load, no FSP warning in cbmem console due to invalid VBT signature.

Change-Id: Iba882ee4d9e83dcd88bdf7dd2f5591f66005a3fe
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/27169
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
src/drivers/intel/fsp1_1/include/fsp/gma.h [deleted file]
src/drivers/intel/fsp1_1/include/fsp/gop.h [deleted file]
src/drivers/intel/fsp1_1/vbt.c