From 2912e8e5dc66708703db79df87e3215408a653ae Mon Sep 17 00:00:00 2001 From: Julien Viard de Galbert Date: Tue, 14 Aug 2018 16:15:26 +0200 Subject: soc/intel/denverton_ns: Enable common block PMC Mainly update headers to build. Added option PMC_GLOBAL_RESET_ENABLE_LOCK to remove function configuring the global reset through PMC base. On denverton the global reset lock is not in PMC base but in the PCI registers so this code cannot be shared. Change-Id: I9ace70862cab63f8355252d034292596c7eab1fd Signed-off-by: Julien Viard de Galbert Reviewed-on: https://review.coreboot.org/25426 Tested-by: build bot (Jenkins) Reviewed-by: Lijian Zhao Reviewed-by: Evandro Luiz Hauenstein Reviewed-by: Philipp Deppenwiese --- src/soc/intel/apollolake/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/apollolake/Kconfig') diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig index 4dcecf5bf9..fbc81ceeff 100644 --- a/src/soc/intel/apollolake/Kconfig +++ b/src/soc/intel/apollolake/Kconfig @@ -61,6 +61,7 @@ config CPU_SPECIFIC_OPTIONS select POSTCAR_CONSOLE select POSTCAR_STAGE select PMC_INVALID_READ_AFTER_WRITE + select PMC_GLOBAL_RESET_ENABLE_LOCK select REG_SCRIPT select RTC select SMM_TSEG -- cgit v1.2.3