From a3a66b6e6845da98c0a0768c7c4ef2e365068044 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Wed, 10 Feb 2021 03:29:48 +0100 Subject: soc/amd: move southbridge_smi_handler to common code Signed-off-by: Felix Held Change-Id: I650498321736eee3d33af51216eda1b650f11744 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50463 Reviewed-by: Marshall Dawson Reviewed-by: Martin Roth Tested-by: build bot (Jenkins) --- src/soc/amd/common/block/include/amdblocks/smm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/amd/common/block/include/amdblocks') diff --git a/src/soc/amd/common/block/include/amdblocks/smm.h b/src/soc/amd/common/block/include/amdblocks/smm.h index 0fbef42892..637f034ada 100644 --- a/src/soc/amd/common/block/include/amdblocks/smm.h +++ b/src/soc/amd/common/block/include/amdblocks/smm.h @@ -10,3 +10,4 @@ struct smm_relocation_params { void get_smm_info(uintptr_t *perm_smbase, size_t *perm_smsize, size_t *smm_save_state_size); void smm_relocation_handler(int cpu, uintptr_t curr_smbase, uintptr_t staggered_smbase); +void *get_smi_source_handler(int source); -- cgit v1.2.3