From af7fb83ed0bb56a71a1bca42e439162d82e3265e Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Fri, 9 May 2025 13:16:13 -0500 Subject: [PATCH] soc/intel/apollolake: Hook up S0ix setting to option API Hook up the s0ix_enable setting to the option API, so it can be changed at runtime without recompilation. Default to the value set by the mainboard. Change-Id: Icec6dd7d3c80fba5235f9aff5bef8e165302bf2a Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/87646 Reviewed-by: Sean Rhodes Tested-by: build bot (Jenkins) --- src/soc/intel/apollolake/chip.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/soc/intel/apollolake/chip.c b/src/soc/intel/apollolake/chip.c index c5553780ea..943573fff7 100644 --- a/src/soc/intel/apollolake/chip.c +++ b/src/soc/intel/apollolake/chip.c @@ -693,6 +693,7 @@ void platform_fsp_silicon_init_params_cb(FSPS_UPD *silupd) memcpy(silconfig->SataPortsHotPlug, cfg->sata_ports_hot_plug, sizeof(silconfig->SataPortsHotPlug)); + cfg->lpss_s0ix_enable = get_uint_option("s0ix_enable", cfg->lpss_s0ix_enable); silconfig->LPSS_S0ixEnable = cfg->lpss_s0ix_enable; /* Disable monitor mwait since it is broken due to a hardware bug