Aaron Durbin (adurbin@chromium.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11165
-gerrit
commit 4ac986a2509a55364115ed3c421d1bc65d1f871a Author: Lee Leahy leroy.p.leahy@intel.com Date: Mon Jul 20 17:24:44 2015 -0700
soc/common/intel: Reset is not dependend upon FSP
Remove dependency of common reset code on FSP
BRANCH=none BUG=None TEST=Build and run on Braswell and Skylake
Original-Change-Id: I00052f29326f691b6d56d2349f99815cafff5848 Original-Signed-off-by: Lee Leahy Leroy.P.Leahy@intel.com Original-Reviewed-on: https://chromium-review.googlesource.com/286932 Original-Commit-Queue: Leroy P Leahy leroy.p.leahy@intel.com Original-Tested-by: Leroy P Leahy leroy.p.leahy@intel.com Original-Reviewed-by: Aaron Durbin adurbin@chromium.org
Change-Id: I7f59f0aad7dfae92df28cf20fff2d5a684795d22 Signed-off-by: Lee Leahy Leroy.P.Leahy@intel.com --- src/soc/intel/common/Kconfig | 1 - 1 file changed, 1 deletion(-)
diff --git a/src/soc/intel/common/Kconfig b/src/soc/intel/common/Kconfig index 68d3f5e..dfbc6bb 100644 --- a/src/soc/intel/common/Kconfig +++ b/src/soc/intel/common/Kconfig @@ -66,7 +66,6 @@ config SOC_INTEL_COMMON_FSP_ROMSTAGE config SOC_INTEL_COMMON_RESET bool default n - depends on PLATFORM_USES_FSP1_1
config SOC_INTEL_COMMON_STACK bool