[coreboot-gerrit] Patch merged into coreboot/master: 20b6d91 southbridge/intel/i82801gx: Make compilation possible with CONFIG_SMM_TSEG

gerrit at coreboot.org gerrit at coreboot.org
Wed Jul 10 00:54:06 CEST 2013


the following patch was just integrated into master:
commit 20b6d91fd33f5d90d1c51e2fb813453349398b73
Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Fri May 24 03:37:01 2013 +0200

    southbridge/intel/i82801gx: Make compilation possible with CONFIG_SMM_TSEG
    
    Without that fix, and with CONFIG_SMM_TSEG, we have:
      src/southbridge/intel/i82801gx/smihandler.c: In function 'southbridge_smi_sleep':
      src/southbridge/intel/i82801gx/smihandler.c:340:3: error: implicit declaration of function 'smi_release_lock' [-Werror=implicit-function-declaration]
      cc1: all warnings being treated as errors
      make: *** [build/southbridge/intel/i82801gx/smihandler.smm.o] Error 1
    
    The fix is modelled after src/cpu/x86/smm/smihandler.c which
      ifdefs smi_release_lock().
    
    Change-Id: Icdc6d039b34a1d95d0e607419bba2484d21abc5e
    Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
    Reviewed-on: http://review.coreboot.org/3281
    Tested-by: build bot (Jenkins)
    Reviewed-by: Stefan Reinauer <stefan.reinauer at coreboot.org>


See http://review.coreboot.org/3281 for details.

-gerrit



More information about the coreboot-gerrit mailing list