From 9c8c858e687e03e19773ea84fea021301de0e933 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Fri, 6 May 2022 23:22:11 +0200 Subject: sb/intel/lynxpoint: Add native thermal init Implement native thermal initialisation for Lynx Point. This is only needed when MRC.bin is not used. Change-Id: I4a67a3092d0c2e56bfdacb513a899ef838193cbd Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/64180 Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) --- src/northbridge/intel/haswell/native_raminit/raminit_native.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/northbridge/intel') diff --git a/src/northbridge/intel/haswell/native_raminit/raminit_native.c b/src/northbridge/intel/haswell/native_raminit/raminit_native.c index ef61d4ee09..dd1f1ec14e 100644 --- a/src/northbridge/intel/haswell/native_raminit/raminit_native.c +++ b/src/northbridge/intel/haswell/native_raminit/raminit_native.c @@ -16,6 +16,7 @@ static bool early_init_native(int s3resume) /** TODO: CPU replacement check must be skipped in warm boots and S3 resumes **/ const bool cpu_replaced = !s3resume && intel_early_me_cpu_replacement_check(); + early_thermal_init(); early_usb_init(); if (!CONFIG(INTEL_LYNXPOINT_LP)) -- cgit v1.2.3