Skip to content

Commit

Permalink
[usb] Add support for xHCI host controllers
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Feb 3, 2015
1 parent e17e771 commit fd53ada
Show file tree
Hide file tree
Showing 5 changed files with 4,081 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/config/config_usb.c
Expand Up @@ -18,3 +18,6 @@ FILE_LICENCE ( GPL2_OR_LATER );
/*
* Drag in USB controllers
*/
#ifdef USB_HCD_XHCI
REQUIRE_OBJECT ( xhci );
#endif
2 changes: 2 additions & 0 deletions src/config/defaults/pcbios.h
Expand Up @@ -36,6 +36,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define SANBOOT_PROTO_IB_SRP /* Infiniband SCSI RDMA protocol */
#define SANBOOT_PROTO_FCP /* Fibre Channel protocol */

#define USB_HCD_XHCI /* xHCI USB host controller */

#define REBOOT_CMD /* Reboot command */
#define CPUID_CMD /* x86 CPU feature detection command */

Expand Down

0 comments on commit fd53ada

Please sign in to comment.