aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/smm/gen1/smi.h
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2018-12-03 11:51:17 +0100
committerArthur Heymans <arthur@aheymans.xyz>2019-05-27 17:26:15 +0000
commit81e9b8ee67fe4f395e999200333a5214d1bf3789 (patch)
tree3962b767c54e4f570f0d9eda2d02066c0c60acdf /src/cpu/intel/smm/gen1/smi.h
parent97c7c6bbb6c9dd2ef4f917c3c4c16a8ff0de5d9f (diff)
sb/intel/common/smi.c: Remove unused functions
Since all targets using sb/intel/common and cpu/intel/smm/gen1 are now using PARALLEL_MP, some code is not used anymore. Change-Id: Ibdc2bb0f1412366b945813efbc1b6451d27f376f Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/30019 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/cpu/intel/smm/gen1/smi.h')
-rw-r--r--src/cpu/intel/smm/gen1/smi.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cpu/intel/smm/gen1/smi.h b/src/cpu/intel/smm/gen1/smi.h
index 6d08bb3684..05c507c09c 100644
--- a/src/cpu/intel/smm/gen1/smi.h
+++ b/src/cpu/intel/smm/gen1/smi.h
@@ -17,11 +17,8 @@ void bsp_init_and_start_aps(struct bus *cpu_bus);
/* These helpers are for performing SMM relocation. */
void southbridge_smm_init(void);
-void southbridge_trigger_smi(void);
-void southbridge_clear_smi_status(void);
u32 northbridge_get_tseg_base(void);
u32 northbridge_get_tseg_size(void);
-int cpu_get_apic_id_map(int *apic_id_map);
void northbridge_write_smram(u8 smram);
bool cpu_has_alternative_smrr(void);