coreboot-kgpe-d16/payloads
Martin Roth 41f0e0fd4d 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@google.com>
Reviewed-on: https://review.coreboot.org/14391
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
2016-04-18 14:24:21 +02:00
..
bayou codebase: Change makefile $(shell pwd) commands to $(CURDIR) 2016-03-11 18:48:06 +01:00
coreinfo coreinfo: Move time to the last line 2016-04-10 18:13:40 +02:00
external Makefile.inc: Move payload code to payloads/ 2016-04-15 16:25:28 +02:00
libpayload libpayload: disable EHCI & XHCI in defconfig-mips 2016-04-18 14:24:21 +02:00
nvramcui nvramcui: Add distclean target 2016-03-11 17:56:47 +01:00
Kconfig payloads: Move secondary payloads inside of a submenu 2016-03-09 17:03:21 +01:00
Makefile.inc payloads: add iPXE 'payload' build 2016-04-13 17:45:37 +02:00