index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
payloads
/
libpayload
/
drivers
/
usb
Age
Commit message (
Expand
)
Author
2010-09-25
Add an EHCI driver to libpayload's USB stack.
Patrick Georgi
2010-09-03
The AMD CS5536's USB controllers are located at device 0F, functions 4
Jens Rottmann
2010-08-13
Add support for OHCI controllers and prelimiary support for xHCI (USB3) contr...
Patrick Georgi
2010-06-11
Follow up to the USB refactoring patch: Missed setting pid values correctly.
Patrick Georgi
2010-06-07
Avoid using the name "pid_t", which is used on unixoid systems.
Patrick Georgi
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-03-25
USB updates from our internal tree
Stefan Reinauer
2009-07-31
Catch various cases in libpayload where malloc() or memalign() return NULL
Stefan Reinauer
2009-07-18
Fix off-by-one bug in libpayload UHCI driver
Stefan Reinauer
2009-04-30
Some driver fixes for libpayload:
Stefan Reinauer
2008-11-24
[PATCH] libpayload: rename config.h to libpayload-config.h
Jordan Crouse
2008-10-21
This patch removes most of the #ifdefs in libc/console.c, and
Patrick Georgi
2008-10-16
- reduced memory requirements a lot (from >100kb/controller to
Patrick Georgi
2008-09-11
Fix the USB code to find the headers after they were moved.
Jordan Crouse
2008-09-11
Move the USB header files to a common location for install
Jordan Crouse
2008-09-02
This patch adds USB capabilities to libpayload. It requires some
Patrick Georgi