From ca4c0d07d49aeeb663b5c83a3d92fc99d9da3dd1 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Mon, 3 Mar 2025 15:15:52 +0100 Subject: [PATCH] Revert "soc/amd/cpu: smbios: Set external clock to 100 MHz" This reverts commit fe107c1ad217243d68e55d7e238fc59c15d30d70. I have strong doubts that this is Glinda-specific, so this likely should have been made common after verifying. Signed-off-by: Felix Held Change-Id: Ib7282e2bec4d6aa5b74efa5621c825bc234cca82 Reviewed-on: https://review.coreboot.org/c/coreboot/+/86689 Reviewed-by: Elyes Haouas Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/soc/amd/glinda/cpu.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/soc/amd/glinda/cpu.c b/src/soc/amd/glinda/cpu.c index 26380077f2..a7161270d2 100644 --- a/src/soc/amd/glinda/cpu.c +++ b/src/soc/amd/glinda/cpu.c @@ -7,16 +7,11 @@ #include #include #include -#include #include _Static_assert(CONFIG_MAX_CPUS == 24, "Do not override MAX_CPUS. To reduce the number of " "available cores, use the downcore_mode and disable_smt devicetree settings instead."); -unsigned int smbios_processor_external_clock(void) -{ - return 100; // 100 MHz -} static void zen_2_3_init(struct device *dev) { check_mca();