[coreboot-gerrit] New patch to review for coreboot: soc/apollolake: Use hard_reset from soc/intel/common

Andrey Petrov (andrey.petrov@intel.com) gerrit at coreboot.org
Sun Jan 24 03:34:14 CET 2016


Andrey Petrov (andrey.petrov at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13404

-gerrit

commit fd3e5c668dac83ba11e3d26c3764ff85f866616d
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