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/ibexpeak/Makefile.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/southbridge/intel/ibexpeak') diff --git a/src/southbridge/intel/ibexpeak/Makefile.inc b/src/southbridge/intel/ibexpeak/Makefile.inc index a146187918..277f686ba9 100644 --- a/src/southbridge/intel/ibexpeak/Makefile.inc +++ b/src/southbridge/intel/ibexpeak/Makefile.inc @@ -14,6 +14,7 @@ ramstage-y += sata.c ramstage-y += usb_ehci.c ramstage-y += me.c ramstage-y += ../bd82x6x/me_8.x.c +ramstage-y += ../bd82x6x/me_common.c ramstage-y += smbus.c ramstage-y += thermal.c ramstage-y += ../common/pciehp.c @@ -25,7 +26,7 @@ ramstage-y += ../bd82x6x/me_status.c ramstage-$(CONFIG_ELOG) += ../bd82x6x/elog.c ramstage-y += madt.c -smm-y += smihandler.c me.c ../bd82x6x/me_8.x.c +smm-y += smihandler.c me.c ../bd82x6x/me_8.x.c ../bd82x6x/me_common.c romstage-y += early_pch.c romstage-y +=../bd82x6x/early_me.c -- cgit v1.2.3