[coreboot-gerrit] Patch merged into coreboot/master: libpayload: disable EHCI & XHCI in defconfig-mips

gerrit at coreboot.org gerrit at coreboot.org
Mon Apr 18 14:24:25 CEST 2016


the following patch was just integrated into master:
commit 41f0e0fd4dcb630f48d11dc5d7c6fde87ae1c995
Author: Martin Roth <martinroth at google.com>
Date:   Tue Apr 19 19:36:24 2016 -0600

    libpayload: disable EHCI & XHCI in defconfig-mips
    
    drivers/usb/xhci.c and drivers/usb/ehci.c both require arch/barrier.h.
    
    barrier.h is present for x86, arm, and arm64, but not for mips. This
    is generating a build error after enabling USB by default on libpayload.
    
    I believe that this slipped through the buiders due to them not getting
    cleaned fully.  It was caught in the coverity scan and when setting up
    a new build server.
    
    Change-Id: Idd89409a048009c087ce2a787d96a1efd089157f
    Signed-off-by: Martin Roth <martinroth at google.com>
    Reviewed-on: https://review.coreboot.org/14391
    Tested-by: build bot (Jenkins)
    Reviewed-by: Kyösti Mälkki <kyosti.malkki at gmail.com>


See https://review.coreboot.org/14391 for details.

-gerrit



More information about the coreboot-gerrit mailing list