Browse Source

[build] Add named configuration for Raspberry Pi

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 4 years ago
parent
commit
a046329012

+ 0
- 0
src/config/rpi/colour.h View File


+ 0
- 0
src/config/rpi/console.h View File


+ 0
- 0
src/config/rpi/crypto.h View File


+ 0
- 0
src/config/rpi/general.h View File


+ 0
- 0
src/config/rpi/serial.h View File


+ 0
- 0
src/config/rpi/settings.h View File


+ 0
- 0
src/config/rpi/sideband.h View File


+ 13
- 0
src/config/rpi/usb.h View File

@@ -0,0 +1,13 @@
1
+/*
2
+ * Use EFI_USB_IO_PROTOCOL
3
+ *
4
+ * The Raspberry Pi uses an embedded DesignWare USB controller for
5
+ * which we do not have a native driver.  Use via the
6
+ * EFI_USB_IO_PROTOCOL driver instead.
7
+ *
8
+ */
9
+#undef USB_HCD_XHCI
10
+#undef USB_HCD_EHCI
11
+#undef USB_HCD_UHCI
12
+#define USB_HCD_USBIO
13
+#undef USB_EFI

Loading…
Cancel
Save