From a4471d9bd02a6844f461a0d5fddf3864f8b51df3 Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Wed, 11 Oct 2023 19:43:12 +0200 Subject: cpu/intel/model_2065x: Read CPU voltage for SMBIOS Report smbios_cpu_get_voltage() on Sandy Bridge as well. Change-Id: I13ea930a58eaedc24d69fa3790f1f2a151558a80 Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/c/coreboot/+/78432 Reviewed-by: Lean Sheng Tan Reviewed-by: Paul Menzel Reviewed-by: Martin L Roth Tested-by: build bot (Jenkins) --- src/cpu/intel/model_2065x/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cpu/intel') diff --git a/src/cpu/intel/model_2065x/Kconfig b/src/cpu/intel/model_2065x/Kconfig index a8d445c5f1..c37cc3b241 100644 --- a/src/cpu/intel/model_2065x/Kconfig +++ b/src/cpu/intel/model_2065x/Kconfig @@ -10,6 +10,7 @@ config CPU_INTEL_MODEL_2065X select TSC_SYNC_MFENCE select CPU_INTEL_COMMON select CPU_INTEL_COMMON_TIMEBASE + select CPU_INTEL_COMMON_VOLTAGE if CPU_INTEL_MODEL_2065X -- cgit v1.2.3