[coreboot-gerrit] New patch to review for coreboot: 71e5f00 vendorcode/intel: Make fsp_1_1 the default FSP path

Leroy P Leahy (leroy.p.leahy@intel.com) gerrit at coreboot.org
Thu Apr 23 19:35:22 CEST 2015


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

-gerrit

commit 71e5f00aecaa0fd4861508e669f0d9c0974e9860
Author: Lee Leahy <leroy.p.leahy at intel.com>
Date:   Mon Apr 20 15:07:23 2015 -0700

    vendorcode/intel: Make fsp_1_1 the default FSP path
    
    As the third step in adding FSP 1.1 support, make fsp_1_1 the default
    FSP_VENDORCODE_HEADER_PATH.
    
    The next step is to add the FSP 1.1 driver files.
    
    BRANCH=none
    BUG=None
    TEST=Build for Braswell or Skylake boards using FSP 1.1.
    
    Change-Id: I6d97d62921c2ce9c27213c32947150124c47286a
    Signed-off-by: Lee Leahy <leroy.p.leahy at intel.com>
---
 src/vendorcode/intel/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/vendorcode/intel/Kconfig b/src/vendorcode/intel/Kconfig
index 21b48ae..67853d3 100644
--- a/src/vendorcode/intel/Kconfig
+++ b/src/vendorcode/intel/Kconfig
@@ -19,6 +19,7 @@
 
 config FSP_VENDORCODE_HEADER_PATH
 	string
+	default "fsp_1_1"
 	default "fsp/ivybridge_bd82x6x" if CPU_INTEL_FSP_MODEL_306AX && SOUTHBRIDGE_INTEL_FSP_BD82X6X
 	default "fsp/ivybridge_i89xx" if CPU_INTEL_FSP_MODEL_306AX && SOUTHBRIDGE_INTEL_FSP_I89XX
 	default "fsp/baytrail" if SOC_INTEL_FSP_BAYTRAIL



More information about the coreboot-gerrit mailing list