libpayload: Tell EHCI to re-enable USB1 controllers
authorPatrick Georgi <patrick.georgi@secunet.com>
Fri, 4 Nov 2011 10:57:46 +0000 (11:57 +0100)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Fri, 4 Nov 2011 21:13:39 +0000 (22:13 +0100)
commit01178bb03b1ae9bf51962ad03f8f73929a48e4b2
tree0a923772d7920f21b0cf84b52a835a20738f99b4
parent2e768e7f171514924c3b206b7f3fbe6bf20c1c71
libpayload: Tell EHCI to re-enable USB1 controllers

EHCI can take over all ports (and then reroute devices to
companion controllers if needs be). We do that, and then never
reset it.

Consequence:
Systems with only USB1 HC drivers (OHCI/UHCI) never see any devices.

Change-Id: If1d91e9142a6618289b0b3f6b56587ec857158e3
Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com>
Reviewed-on: http://review.coreboot.org/396
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins)
payloads/libpayload/drivers/usb/ehci.c