[build] Add named configuration for Raspberry Pi

Signed-off-by: Michael Brown <mcb30@ipxe.org>
pull/94/head
Michael Brown 2019-07-19 17:45:22 +01:00
parent 83e0f9f377
commit a046329012
8 changed files with 13 additions and 0 deletions

View File

View File

View File

View File

View File

View File

View File

View File

@ -0,0 +1,13 @@
/*
* Use EFI_USB_IO_PROTOCOL
*
* The Raspberry Pi uses an embedded DesignWare USB controller for
* which we do not have a native driver. Use via the
* EFI_USB_IO_PROTOCOL driver instead.
*
*/
#undef USB_HCD_XHCI
#undef USB_HCD_EHCI
#undef USB_HCD_UHCI
#define USB_HCD_USBIO
#undef USB_EFI