Skip to content

Commit fd53ada

Browse files
committed
[usb] Add support for xHCI host controllers
Signed-off-by: Michael Brown <mcb30@ipxe.org>
1 parent e17e771 commit fd53ada

5 files changed

Lines changed: 4081 additions & 0 deletions

File tree

src/config/config_usb.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ FILE_LICENCE ( GPL2_OR_LATER );
1818
/*
1919
* Drag in USB controllers
2020
*/
21+
#ifdef USB_HCD_XHCI
22+
REQUIRE_OBJECT ( xhci );
23+
#endif

src/config/defaults/pcbios.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
3636
#define SANBOOT_PROTO_IB_SRP /* Infiniband SCSI RDMA protocol */
3737
#define SANBOOT_PROTO_FCP /* Fibre Channel protocol */
3838

39+
#define USB_HCD_XHCI /* xHCI USB host controller */
40+
3941
#define REBOOT_CMD /* Reboot command */
4042
#define CPUID_CMD /* x86 CPU feature detection command */
4143

0 commit comments

Comments
 (0)