From fd3df8e24b69c4871932c03f8a0b13c73dac4ca7 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Wed, 27 Jan 2021 12:38:42 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/49989 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph Reviewed-by: Arthur Heymans --- src/southbridge/intel/ibexpeak/me.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/southbridge/intel/ibexpeak/me.h') diff --git a/src/southbridge/intel/ibexpeak/me.h b/src/southbridge/intel/ibexpeak/me.h index 2466d02943..5db5feedd0 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; -- cgit v1.2.3