mirror of
https://github.com/ipxe/ipxe
synced 2025-12-16 09:32:33 +03:00
[build] Add named configuration for Raspberry Pi
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
0
src/config/rpi/colour.h
Normal file
0
src/config/rpi/colour.h
Normal file
0
src/config/rpi/console.h
Normal file
0
src/config/rpi/console.h
Normal file
0
src/config/rpi/crypto.h
Normal file
0
src/config/rpi/crypto.h
Normal file
0
src/config/rpi/general.h
Normal file
0
src/config/rpi/general.h
Normal file
0
src/config/rpi/serial.h
Normal file
0
src/config/rpi/serial.h
Normal file
0
src/config/rpi/settings.h
Normal file
0
src/config/rpi/settings.h
Normal file
0
src/config/rpi/sideband.h
Normal file
0
src/config/rpi/sideband.h
Normal file
13
src/config/rpi/usb.h
Normal file
13
src/config/rpi/usb.h
Normal 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
|
||||
Reference in New Issue
Block a user