summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Brown2019-07-19 18:45:22 +0200
committerMichael Brown2019-07-19 18:45:22 +0200
commita046329012856f33eeedc428237564e66367cd90 (patch)
tree2a742c60f7d0f270d42b38a8f2c98d36c7f07cd7
parent[smsc95xx] Fetch MAC from device tree for Raspberry Pi (diff)
downloadipxe-a046329012856f33eeedc428237564e66367cd90.tar.gz
ipxe-a046329012856f33eeedc428237564e66367cd90.tar.xz
ipxe-a046329012856f33eeedc428237564e66367cd90.zip
[build] Add named configuration for Raspberry Pi
Signed-off-by: Michael Brown <mcb30@ipxe.org>
-rw-r--r--src/config/rpi/colour.h0
-rw-r--r--src/config/rpi/console.h0
-rw-r--r--src/config/rpi/crypto.h0
-rw-r--r--src/config/rpi/general.h0
-rw-r--r--src/config/rpi/serial.h0
-rw-r--r--src/config/rpi/settings.h0
-rw-r--r--src/config/rpi/sideband.h0
-rw-r--r--src/config/rpi/usb.h13
8 files changed, 13 insertions, 0 deletions
diff --git a/src/config/rpi/colour.h b/src/config/rpi/colour.h
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/src/config/rpi/colour.h
diff --git a/src/config/rpi/console.h b/src/config/rpi/console.h
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/src/config/rpi/console.h
diff --git a/src/config/rpi/crypto.h b/src/config/rpi/crypto.h
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/src/config/rpi/crypto.h
diff --git a/src/config/rpi/general.h b/src/config/rpi/general.h
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/src/config/rpi/general.h
diff --git a/src/config/rpi/serial.h b/src/config/rpi/serial.h
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/src/config/rpi/serial.h
diff --git a/src/config/rpi/settings.h b/src/config/rpi/settings.h
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/src/config/rpi/settings.h
diff --git a/src/config/rpi/sideband.h b/src/config/rpi/sideband.h
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/src/config/rpi/sideband.h
diff --git a/src/config/rpi/usb.h b/src/config/rpi/usb.h
new file mode 100644
index 00000000..f17ea0de
--- /dev/null
+++ b/src/config/rpi/usb.h
@@ -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