[coreboot-gerrit] New patch to review for coreboot: soc/intel/quark: Enable use of hard reset

Lee Leahy (leroy.p.leahy@intel.com) gerrit at coreboot.org
Sun Jul 31 02:18:37 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/15992

-gerrit

commit 87b1e89259aae42a07c2c59867c59b970dfac485
Author: Lee Leahy <leroy.p.leahy at intel.com>
Date:   Sat Jul 30 10:34:22 2016 -0700

    soc/intel/quark: Enable use of hard reset
    
    Select HAVE_HARD_RESET in the KCONFIG file to enable use of the
    hard_reset routine.
    
    TEST=Build and run on Galileo Gen2
    
    Change-Id: Ib11a80b64cf1c55aec24f2576d197da9017b9751
    Signed-off-by: Lee Leahy <leroy.p.leahy at intel.com>
---
 src/soc/intel/quark/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/soc/intel/quark/Kconfig b/src/soc/intel/quark/Kconfig
index 116dc9f..2b6a0eb 100644
--- a/src/soc/intel/quark/Kconfig
+++ b/src/soc/intel/quark/Kconfig
@@ -28,6 +28,7 @@ config CPU_SPECIFIC_OPTIONS
 	select ARCH_VERSTAGE_X86_32
 	select BOOTBLOCK_SAVE_BIST_AND_TIMESTAMP
 	select C_ENVIRONMENT_BOOTBLOCK
+	select HAVE_HARD_RESET
 	select REG_SCRIPT
 	select SOC_INTEL_COMMON
 	select SOC_SETS_MSRS



More information about the coreboot-gerrit mailing list