Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/86689?usp=email )
Change subject: Revert "soc/amd/cpu: smbios: Set external clock to 100 MHz" ......................................................................
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 felix-coreboot@felixheld.de Change-Id: Ib7282e2bec4d6aa5b74efa5621c825bc234cca82 --- M src/soc/amd/glinda/cpu.c 1 file changed, 0 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/89/86689/1
diff --git a/src/soc/amd/glinda/cpu.c b/src/soc/amd/glinda/cpu.c index 2638007..a716127 100644 --- a/src/soc/amd/glinda/cpu.c +++ b/src/soc/amd/glinda/cpu.c @@ -7,16 +7,11 @@ #include <cpu/amd/microcode.h> #include <cpu/cpu.h> #include <device/device.h> -#include <smbios.h> #include <soc/cpu.h>
_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();