From 4def30d550a58ff7fa599c41cddb7ffca7e5077e Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Tue, 2 Jun 2020 20:10:36 +0200 Subject: sb/intel/bd82x6x: Make me_common.c a compilation unit We need to make most things non-static so that the code builds. Also, we need to update ibexpeak as well, because it borrows files from bd82x6x. Tested on Asus P8Z77-V LX2, still boots. Change-Id: I17e561abf2378632f72d0aa9f0057cb1bee23514 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/42019 Reviewed-by: Evgeny Zinoviev Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) --- src/southbridge/intel/bd82x6x/me_8.x.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/southbridge/intel/bd82x6x/me_8.x.c') diff --git a/src/southbridge/intel/bd82x6x/me_8.x.c b/src/southbridge/intel/bd82x6x/me_8.x.c index 4d232ede9c..d47c1da6b8 100644 --- a/src/southbridge/intel/bd82x6x/me_8.x.c +++ b/src/southbridge/intel/bd82x6x/me_8.x.c @@ -27,9 +27,6 @@ #include #endif -/* FIXME: For verification purposes only */ -#include "me_common.c" - /* Send END OF POST message to the ME */ static int __unused mkhi_end_of_post(void) { -- cgit v1.2.3