[coreboot-gerrit] New patch to review for coreboot: drivers/intel/fsp2_0: Add checklist support

Lee Leahy (leroy.p.leahy@intel.com) gerrit at coreboot.org
Wed Aug 3 01:47:55 CEST 2016


Lee Leahy (leroy.p.leahy at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16039

-gerrit

commit 8f9951282ecfdcce60a1c2b90a42558feab3cd12
Author: Lee Leahy <leroy.p.leahy at intel.com>
Date:   Sun Jul 31 19:12:50 2016 -0700

    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
    
    Change-Id: I3737b46162214fad139382193de944ec5d175645
    Signed-off-by: Lee Leahy <leroy.p.leahy at intel.com>
---
 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 729c2f2..af0706a 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



More information about the coreboot-gerrit mailing list