From 87475d693a60972f11c466dcb73cc7727143db64 Mon Sep 17 00:00:00 2001 From: Maximilian Brune Date: Fri, 28 Nov 2025 16:25:52 +0100 Subject: [PATCH] soc/amd/glinda: Remove set_resets_to_cold Glinda actually supports warm reset, so we don't need to toggle the PwrGood for all resets. Signed-off-by: Maximilian Brune Change-Id: I70e9a13b84219847795e65b39c52114592a2cb61 Reviewed-on: https://review.coreboot.org/c/coreboot/+/90415 Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- src/soc/amd/glinda/Kconfig | 1 + src/soc/amd/glinda/fch.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/amd/glinda/Kconfig b/src/soc/amd/glinda/Kconfig index 5cd7e7d1dc..77008a9345 100644 --- a/src/soc/amd/glinda/Kconfig +++ b/src/soc/amd/glinda/Kconfig @@ -92,6 +92,7 @@ config SOC_AMD_GLINDA select X86_AMD_FIXED_MTRRS select X86_INIT_NEED_1_SIPI select HAVE_X86_64_SUPPORT + select SOC_AMD_SUPPORTS_WARM_RESET help AMD Glinda support diff --git a/src/soc/amd/glinda/fch.c b/src/soc/amd/glinda/fch.c index 2ec54a101f..849e466442 100644 --- a/src/soc/amd/glinda/fch.c +++ b/src/soc/amd/glinda/fch.c @@ -156,7 +156,6 @@ static void cgpll_clock_gate_init(void) void fch_init(void *chip_info) { - set_resets_to_cold(); i2c_soc_init(); fch_init_acpi_ports();