aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/bd82x6x/me_8.x.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-06-02 20:10:36 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-12-10 17:01:25 +0000
commit4def30d550a58ff7fa599c41cddb7ffca7e5077e (patch)
tree8b439ee27911f3001000c15e0874ed574100a37b /src/southbridge/intel/bd82x6x/me_8.x.c
parent3fe1ad1f26314e9926037e7b0025b65582a34a75 (diff)
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 <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42019 Reviewed-by: Evgeny Zinoviev <me@ch1p.io> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/southbridge/intel/bd82x6x/me_8.x.c')
-rw-r--r--src/southbridge/intel/bd82x6x/me_8.x.c3
1 files changed, 0 insertions, 3 deletions
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 <vendorcode/google/chromeos/gnvs.h>
#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)
{