mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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 <leroy.p.leahy@intel.com> Reviewed-on: https://review.coreboot.org/16039 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-on: https://chromium-review.googlesource.com/368517 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
4cb2a93929
commit
43b53dc098
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue