Update repo path in libpayload readme.
[coreboot.git] / payloads / libpayload / drivers / usb /
2010-09-25 Patrick GeorgiAdd an EHCI driver to libpayload's USB stack.
2010-09-03 Jens RottmannThe AMD CS5536's USB controllers are located at device...
2010-08-13 Patrick GeorgiAdd support for OHCI controllers and prelimiary support...
2010-06-11 Patrick GeorgiFollow up to the USB refactoring patch: Missed setting...
2010-06-07 Patrick GeorgiAvoid using the name "pid_t", which is used on unixoid...
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-03-25 Stefan ReinauerUSB updates from our internal tree
2009-07-31 Stefan ReinauerCatch various cases in libpayload where malloc() or...
2009-07-18 Stefan ReinauerFix off-by-one bug in libpayload UHCI driver
2009-04-30 Stefan ReinauerSome driver fixes for libpayload:
2008-11-24 Jordan Crouse[PATCH] libpayload: rename config.h to libpayload-config.h
2008-10-21 Patrick GeorgiThis patch removes most of the #ifdefs in libc/console...
2008-10-16 Patrick Georgi- reduced memory requirements a lot (from >100kb/contro...
2008-09-11 Jordan CrouseFix the USB code to find the headers after they were...
2008-09-11 Jordan CrouseMove the USB header files to a common location for...
2008-09-02 Patrick GeorgiThis patch adds USB capabilities to libpayload. It...