summaryrefslogtreecommitdiffstats
path: root/src/southbridge/amd/agesa/hudson/smi.c
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2020-06-10 11:13:24 +0300
committerPatrick Georgi <pgeorgi@google.com>2020-06-16 08:04:27 +0000
commitb264c5ce10f6c4a2f46454b72de25048e0ef21fb (patch)
tree0e22db85cac5f64a6384e63045b26fdf8dd74b92 /src/southbridge/amd/agesa/hudson/smi.c
parent0778c86b3b94490284d0fe686500d29ca791d39d (diff)
downloadcoreboot-b264c5ce10f6c4a2f46454b72de25048e0ef21fb.tar.gz
coreboot-b264c5ce10f6c4a2f46454b72de25048e0ef21fb.tar.bz2
coreboot-b264c5ce10f6c4a2f46454b72de25048e0ef21fb.zip
sb/amd/x/hudson: Replace hudson_enable_smi_generation()
Change-Id: I08b2d1af16c247e66bf1a352887b0f9387055225 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42356 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/southbridge/amd/agesa/hudson/smi.c')
-rw-r--r--src/southbridge/amd/agesa/hudson/smi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/amd/agesa/hudson/smi.c b/src/southbridge/amd/agesa/hudson/smi.c
index 9e6db341fd15..6c7682511bfc 100644
--- a/src/southbridge/amd/agesa/hudson/smi.c
+++ b/src/southbridge/amd/agesa/hudson/smi.c
@@ -16,7 +16,7 @@ void smm_setup_structures(void *gnvs, void *tcg, void *smi1)
}
/** Set the EOS bit and enable SMI generation from southbridge */
-void hudson_enable_smi_generation(void)
+void global_smi_enable(void)
{
uint32_t reg = smi_read32(SMI_REG_SMITRIG0);
reg &= ~SMITRG0_SMIENB; /* Enable SMI generation */