[coreboot-gerrit] New patch to review for coreboot: b6871a1 ibexpeak: Don't check for CONFIG_HAVE_SMI_HANDLER.

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Mon Nov 24 09:06:07 CET 2014


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7571

-gerrit

commit b6871a15a7a5a6947fb910e83001d436e3503a58
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Sun Nov 23 21:51:05 2014 +0100

    ibexpeak: Don't check for CONFIG_HAVE_SMI_HANDLER.
    
    It's always true for this chipset.
    
    Change-Id: Icd7666ed361c33170b1171da9ec46547685b996e
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/southbridge/intel/ibexpeak/Makefile.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/southbridge/intel/ibexpeak/Makefile.inc b/src/southbridge/intel/ibexpeak/Makefile.inc
index cfcba54..393655d 100644
--- a/src/southbridge/intel/ibexpeak/Makefile.inc
+++ b/src/southbridge/intel/ibexpeak/Makefile.inc
@@ -46,8 +46,8 @@ ramstage-y += ../common/spi.c
 ramstage-y += madt.c
 smm-$(CONFIG_SPI_FLASH_SMM) += ../common/spi.c
 
-ramstage-$(CONFIG_HAVE_SMI_HANDLER) += smi.c
-smm-$(CONFIG_HAVE_SMI_HANDLER) += smihandler.c me.c ../bd82x6x/me_8.x.c ../bd82x6x/finalize.c ../bd82x6x/pch.c
+ramstage-y += smi.c
+smm-y += smihandler.c me.c ../bd82x6x/me_8.x.c ../bd82x6x/finalize.c ../bd82x6x/pch.c
 
 romstage-y += ../bd82x6x/early_usb.c early_smbus.c ../bd82x6x/early_me.c ../bd82x6x/me_status.c ../bd82x6x/gpio.c early_thermal.c
 romstage-y += ../bd82x6x/reset.c



More information about the coreboot-gerrit mailing list