[coreboot-gerrit] New patch to review for coreboot: 279d07e Intel: Add `usb_debug.c` to Makefile to fix build error

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Mon Jun 10 10:58:48 CEST 2013


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3426

-gerrit

commit 279d07e49743dfa7763f2e91d5a98e5657f4d83f
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Mon Jun 10 10:37:58 2013 +0200

    Intel: Add `usb_debug.c` to Makefile to fix build error
    
            CC         vendorcode/google/chromeos/fmap.smm.o
        build/cpu/x86/smm/smm.o: In function `usbdebug_init':
        /src/coreboot/src/lib/usbdebug.c:559: undefined reference to `set_debug_port'
        /src/coreboot/src/lib/usbdebug.c:564: undefined reference to `set_debug_port'
        make: *** [build/cpu/x86/smm/smm.elf] Error 1
    
    Change-Id: If52eef38935dd52a8598c8272e5a03c748556fb3
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 src/southbridge/intel/lynxpoint/Makefile.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/southbridge/intel/lynxpoint/Makefile.inc b/src/southbridge/intel/lynxpoint/Makefile.inc
index 7d1f894..99f9408 100644
--- a/src/southbridge/intel/lynxpoint/Makefile.inc
+++ b/src/southbridge/intel/lynxpoint/Makefile.inc
@@ -43,11 +43,13 @@ ramstage-$(CONFIG_ALT_CBFS_LOAD_PAYLOAD) += spi_loading.c
 
 ramstage-$(CONFIG_ELOG) += elog.c
 ramstage-y += spi.c
+ramstage-$(CONFIG_USBDEBUG) += usb_debug.c
 smm-$(CONFIG_SPI_FLASH_SMM) += spi.c
 
 ramstage-$(CONFIG_HAVE_SMI_HANDLER) += smi.c pmutil.c
 smm-$(CONFIG_HAVE_SMI_HANDLER) += smihandler.c me_9.x.c finalize.c pch.c
 smm-$(CONFIG_HAVE_SMI_HANDLER) += pmutil.c
+smm-$(CONFIG_USBDEBUG) += usb_debug.c
 
 romstage-y += early_usb.c early_smbus.c early_me.c me_status.c early_pch.c
 romstage-$(CONFIG_USBDEBUG) += usb_debug.c



More information about the coreboot-gerrit mailing list