From 43b53dc0984173c6c56a3fd205058e23840e7204 Mon Sep 17 00:00:00 2001 From: Lee Leahy Date: Sun, 31 Jul 2016 19:12:50 -0700 Subject: [PATCH] UPSTREAM: drivers/intel/fsp2_0: Add checklist support Add the Kconfig value to point to the checklist data files. TEST=Build and run on Galileo Gen2 BUG=None BRANCH=None Change-Id: I188ad97c96f9259a53393e7959ca24f924bd4fbf Signed-off-by: Lee Leahy Reviewed-on: https://review.coreboot.org/16039 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth Reviewed-on: https://chromium-review.googlesource.com/368517 Commit-Ready: Furquan Shaikh Tested-by: Furquan Shaikh Reviewed-by: Aaron Durbin --- src/drivers/intel/fsp2_0/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/drivers/intel/fsp2_0/Kconfig b/src/drivers/intel/fsp2_0/Kconfig index 729c2f248e..af0706ad96 100644 --- a/src/drivers/intel/fsp2_0/Kconfig +++ b/src/drivers/intel/fsp2_0/Kconfig @@ -86,4 +86,8 @@ config VERIFY_HOBS Verify that the HOBs required by coreboot are returned by FSP and that the resource HOBs are in the correct order and position. +config CHECKLIST_DATA_FILE_LOCATION + string + default "src/vendorcode/intel/fsp/fsp2_0/checklist" + endif