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:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# libpayload version: 0.2.0
|
||||
# Fri Mar 26 12:45:27 2010
|
||||
# Sat Sep 25 14:01:26 2010
|
||||
#
|
||||
|
||||
#
|
||||
@@ -49,8 +49,9 @@ CONFIG_NVRAM=y
|
||||
CONFIG_SPEAKER=y
|
||||
CONFIG_USB=y
|
||||
CONFIG_USB_UHCI=y
|
||||
# CONFIG_USB_OHCI is not set
|
||||
# CONFIG_USB_EHCI is not set
|
||||
CONFIG_USB_OHCI=y
|
||||
CONFIG_USB_EHCI=y
|
||||
CONFIG_USB_XHCI=y
|
||||
CONFIG_USB_HID=y
|
||||
CONFIG_USB_HUB=y
|
||||
CONFIG_USB_MSC=y
|
||||
|
Reference in New Issue
Block a user