summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/ibexpeak/me.h
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-01-27 12:38:42 +0100
committerAngel Pons <th3fanbus@gmail.com>2021-01-30 23:25:02 +0000
commitfd3df8e24b69c4871932c03f8a0b13c73dac4ca7 (patch)
tree8942ea8f19c37408808711ea2cc2c710c231c377 /src/southbridge/intel/ibexpeak/me.h
parent02414f8d570f51a232ba2b499b67b6aa3a3ef11d (diff)
downloadcoreboot-fd3df8e24b69c4871932c03f8a0b13c73dac4ca7.tar.gz
coreboot-fd3df8e24b69c4871932c03f8a0b13c73dac4ca7.tar.bz2
coreboot-fd3df8e24b69c4871932c03f8a0b13c73dac4ca7.zip
sb/intel/ibexpeak: Drop invalid ME finalisation function
Was copied from bd82x6x and none of the PCI IDs matches that of Ibex Peak (PCI_DID_INTEL_IBEXPEAK_HECI1 = 0x3b64). Remove the code. This allows dropping the me_8.x.c dependency, which never made sense. Change-Id: I54df1e080048c0599dbee687ec617fb724cb6634 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49989 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/southbridge/intel/ibexpeak/me.h')
-rw-r--r--src/southbridge/intel/ibexpeak/me.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/southbridge/intel/ibexpeak/me.h b/src/southbridge/intel/ibexpeak/me.h
index 2466d0294381..5db5feedd03e 100644
--- a/src/southbridge/intel/ibexpeak/me.h
+++ b/src/southbridge/intel/ibexpeak/me.h
@@ -229,9 +229,6 @@ int intel_early_me_init(void);
int intel_early_me_uma_size(void);
int intel_early_me_init_done(u8 status);
-void intel_me_finalize_smm(void);
-void intel_me8_finalize_smm(void);
-
typedef struct {
u32 major_version : 16;
u32 minor_version : 16;