Add an EHCI driver to libpayload's USB stack.
Interrupt transfer support is missing (ie. no keyboard), bulk and control transfers work (ie. mass storage). Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5845 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@ -230,7 +230,6 @@ config USB_EHCI
|
||||
depends on USB
|
||||
help
|
||||
Select this option if you want to use USB 2.0
|
||||
NOTE: This option is not (fully) implemented yet
|
||||
|
||||
config USB_XHCI
|
||||
bool "Support for USB xHCI controllers"
|
||||
|
Reference in New Issue
Block a user