summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/vbt.h
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2017-10-05 17:32:43 +0200
committerPatrick Georgi <pgeorgi@google.com>2017-10-06 16:59:20 +0000
commitcba7316c2662ee1c916345b034ca08dad43984f7 (patch)
tree3a41c6c78ff9d0d1a67328c2f8cd336dd80ea205 /src/soc/intel/common/vbt.h
parentc1ef5c1752cc440f4436968e54f8dd79f638951e (diff)
downloadcoreboot-cba7316c2662ee1c916345b034ca08dad43984f7.tar.xz
soc/intel/common: refactor locate_vbt
All callers of locate_vbt just care about the file content and immediately map the rdev for its content. Instead of repeating this in all call sites, move that code to locate_vbt. Change-Id: I5b518e6c959437bd8f393269db7955358a786719 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/21896 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/common/vbt.h')
-rw-r--r--src/soc/intel/common/vbt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/common/vbt.h b/src/soc/intel/common/vbt.h
index 7b65d74a4d..2d52fea6ed 100644
--- a/src/soc/intel/common/vbt.h
+++ b/src/soc/intel/common/vbt.h
@@ -27,8 +27,8 @@
*/
const char *mainboard_vbt_filename(void);
-/* locate .vbt file */
-enum cb_err locate_vbt(struct region_device *rdev);
+/* locate vbt.bin file. Returns a pointer to its content. */
+void *locate_vbt(struct region_device *rdev);
/*
* Returns VBT pointer and mapping after checking prerequisites for Pre OS
* Graphics initialization