libpayload: Provide interpretation of CMOS data structures
[coreboot.git] / payloads / libpayload / drivers / usb /
2012-01-18 Patrick Georgilibpayload: style: compare null-pointers with NULL...
2012-01-09 Patrick Georgilibpayload: Remove bitfield use from EHCI data structures
2012-01-09 Patrick Georgilibpayload: Remove bitfield use from UHCI data structures
2012-01-09 Patrick Georgilibpayload: Remove bitfield use from OHCI data structures
2011-12-24 Patrick Georgilibpayload: remove uhci_reg_maskX
2011-11-04 Patrick Georgilibpayload: Implement usb_exit
2011-11-04 Patrick Georgilibpayload: Tell EHCI to re-enable USB1 controllers
2011-11-04 Patrick Georgilibpayload: Drop usb_fatal()
2011-11-03 Mathias Krauselibpayload: Reduce verbosity in USB stack
2011-11-01 Patrick Georgilibpayload: Fix OHCI some more
2011-10-21 Patrick Georgilibpayload: fix bulk transfers on OHCI controllers
2011-08-16 Patrick Georgilibpayload: EHCI registers are volatile
2011-07-17 Steven A. Falcoport_enable and port_reset must change atomically.
2011-07-14 Steven A. FalcoPrint a warning when an unknow USB controller type...
2011-07-14 Steven A. FalcoEHCI driver missing bus_address assignment.
2011-06-30 Patrick GeorgiReduce warnings/errors in libpayload when using picky...
2011-04-14 Stefan Reinauercoding style cosmetics.
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...