libpayload: fix bulk transfers on OHCI controllers
authorPatrick Georgi <patrick.georgi@secunet.com>
Fri, 21 Oct 2011 13:45:09 +0000 (15:45 +0200)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Fri, 21 Oct 2011 15:05:48 +0000 (17:05 +0200)
commiteb7a900f63752517ba6e6378215cdc34bcd1c0dc
tree6bd47a88aff21a4e8134da1c7121a8233c461633
parent1465385db027bfe42ce420b551819f6d63a6cc88
libpayload: fix bulk transfers on OHCI controllers

Time for the brown paper bag: OHCI controllers are not happy when
told to send data, but with obviously wrong addresses. It helps
to write the addresses into the data structures.

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