[coreboot] New patch to review for coreboot: 7dd46ab bd82x6x: Fix CONFIG_USBDEBUG

Sven Schnelle (svens@stackframe.org) gerrit at coreboot.org
Sat Jul 28 08:54:43 CEST 2012


Sven Schnelle (svens at stackframe.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1376

-gerrit

commit 7dd46ab494b0efa77e629a9e747542391aeb325b
Author: Sven Schnelle <svens at stackframe.org>
Date:   Sat Jul 28 08:52:44 2012 +0200

    bd82x6x: Fix CONFIG_USBDEBUG
    
    Compilation fails with set_debug_port undeclared in ramstage and
    smm code. Fix that by adding usb_debug.c to the appropriate stages.
    
    Change-Id: I2a037d3c5fab76ae6ea65c3a7f4d4e7561bb6d34
    Signed-off-by: Sven Schnelle <svens at stackframe.org>
---
 src/southbridge/intel/bd82x6x/Makefile.inc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/southbridge/intel/bd82x6x/Makefile.inc b/src/southbridge/intel/bd82x6x/Makefile.inc
index f9aade8..c588341 100644
--- a/src/southbridge/intel/bd82x6x/Makefile.inc
+++ b/src/southbridge/intel/bd82x6x/Makefile.inc
@@ -41,5 +41,7 @@ smm-$(CONFIG_HAVE_SMI_HANDLER) += smihandler.c me.c me_8.x.c finalize.c
 
 romstage-y += early_usb.c early_smbus.c early_me.c me_status.c gpio.c
 romstage-$(CONFIG_USBDEBUG) += usb_debug.c
+ramstage-$(CONFIG_USBDEBUG) += usb_debug.c
+smm-$(CONFIG_USBDEBUG) += usb_debug.c
 romstage-y += reset.c
 




More information about the coreboot mailing list