[U-Boot] GSoC projects for Minnowboard MAX

Hans de Goede hdegoede at redhat.com
Thu Feb 11 16:44:51 CET 2016


Hi,

On 11-02-16 13:16, Simon Glass wrote:
> Hi,
>
> Minnowboard is looking for GSoC projects this year.
>
> http://wiki.minnowboard.org/GSoC2016
>
> There are a few things listed in README.x86 to be done. Any ideas?

Maybe speed up USB port scan ? This really needs to be parallelized
by using some for of cooperative multi-tasking.

For starters just parallelizing the scanning of separate controllers
in drivers/usb/host/usb-uclass.c: usb_init() by splitting
usb_scan_bus() into a  usb_scan_bus_start() and usb_scan_bus_get_status()
with the latter being called repeatedly until all busses are done
would already help. Then do something similar for scanning all
ports of a hub in "parallel", etc.

Regards,

Hans


More information about the U-Boot mailing list