summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/vbt.h
diff options
context:
space:
mode:
authorAbhay Kumar <abhay.kumar@intel.com>2016-07-14 18:43:54 -0700
committerMartin Roth <martinroth@google.com>2016-07-29 00:09:05 +0200
commitec2947fb075838d1ea78754113aef6cf000cf522 (patch)
tree862c45dad3c71c00e801db5205141cca2dc5bbc2 /src/soc/intel/common/vbt.h
parent3707fc2d961720152e7e96bc1606b893023cb577 (diff)
downloadcoreboot-ec2947fb075838d1ea78754113aef6cf000cf522.tar.gz
coreboot-ec2947fb075838d1ea78754113aef6cf000cf522.tar.bz2
coreboot-ec2947fb075838d1ea78754113aef6cf000cf522.zip
soc/intel/apollolake: Remove PEIM GFX from normal mode and S3 resume
Do not pass VBT table to fsp in normal mode and S3 resume so that PEIM GFX will not get initialized. Change-Id: Iab7be3cceb0f80ae0273940b36fdd9c41bdb121e Signed-off-by: Abhay Kumar <abhay.kumar@intel.com> Reviewed-on: https://review.coreboot.org/14575 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/soc/intel/common/vbt.h')
-rw-r--r--src/soc/intel/common/vbt.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/soc/intel/common/vbt.h b/src/soc/intel/common/vbt.h
index e1a45cc88749..9a02e6a46740 100644
--- a/src/soc/intel/common/vbt.h
+++ b/src/soc/intel/common/vbt.h
@@ -21,4 +21,9 @@
/* locate .vbt file */
enum cb_err locate_vbt(struct region_device *rdev);
+/*
+ * Returns VBT pointer and mapping after checking prerequisites for Pre OS
+ * Graphics initialization
+ */
+void *vbt_get(struct region_device *rdev);
#endif