Zhixing Ma has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/68023 )
Change subject: soc/intel/alderlake: Fix unknown voltage in SMBIOS ......................................................................
soc/intel/alderlake: Fix unknown voltage in SMBIOS
The current SMBIOS for coreboot is missing processor info for Alder Lake and Raptor Lake SoC, specifically, voltage, max speed, and upgrade (socket type). This patch implements voltage function. Refer to SMBIOS spec sheet for documentation: https://www.dmtf.org/sites/default/files/standards/documents/DSP0134_3.6.0.p...
BUG=NONE BRANCH=firmware-brya-14505.B TEST=Boot and verified that SMBIOS processor voltage value is correct.
Signed-off-by: Zhixing Ma zhixing.ma@intel.com Change-Id: I77712b72fa47bdcb56ffddeff15cff9f3b3bbe86 --- M src/soc/intel/alderlake/Kconfig 1 file changed, 21 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/68023/1
diff --git a/src/soc/intel/alderlake/Kconfig b/src/soc/intel/alderlake/Kconfig index c79eb08..1496d30 100644 --- a/src/soc/intel/alderlake/Kconfig +++ b/src/soc/intel/alderlake/Kconfig @@ -76,6 +76,7 @@ select PLATFORM_USES_FSP2_2 select PMC_GLOBAL_RESET_ENABLE_LOCK select SOC_INTEL_COMMON + select CPU_INTEL_COMMON_VOLTAGE select SOC_INTEL_COMMON_ACPI_WAKE_SOURCE select SOC_INTEL_COMMON_BLOCK select SOC_INTEL_COMMON_BLOCK_ACPI