[coreboot-gerrit] Patch set updated for coreboot: soc/apollolake: Use hard_reset from soc/intel/common

Alexandru Gagniuc (mr.nuke.me@gmail.com) gerrit at coreboot.org
Mon Jan 25 06:41:50 CET 2016


Alexandru Gagniuc (mr.nuke.me at gmail.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13404

-gerrit

commit d6bbb41494e05e8604baedc81dde824b9e49fe54
Author: Alexandru Gagniuc <alexandrux.gagniuc at intel.com>
Date:   Wed Jan 13 14:03:19 2016 -0800

    soc/apollolake: Use hard_reset from soc/intel/common
    
    Change-Id: Ib887271a6bc402e49a7b2b440749ea983dcab238
    Signed-off-by: Alexandru Gagniuc <alexandrux.gagniuc at intel.com>
---
 src/soc/intel/apollolake/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig
index c619e56..4d3fefc 100644
--- a/src/soc/intel/apollolake/Kconfig
+++ b/src/soc/intel/apollolake/Kconfig
@@ -16,10 +16,14 @@ config CPU_SPECIFIC_OPTIONS
 	select SMP
 	select SSE2
 	select SUPPORT_CPU_UCODE_IN_CBFS
+	# Whatever bits we can salvage from intel/common
+	select SOC_INTEL_COMMON
+	select SOC_INTEL_COMMON_RESET
 	# Misc options
 	select C_ENVIRONMENT_BOOTBLOCK
 	select COLLECT_TIMESTAMPS
 	select DRIVERS_UART_8250MEM_32
+	select HAVE_HARD_RESET
 	select HAVE_INTEL_FIRMWARE
 	select MMCONF_SUPPORT
 	select MMCONF_SUPPORT_DEFAULT



More information about the coreboot-gerrit mailing list