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
/
usbinit.c
Age
Commit message (
Expand
)
Author
2015-06-30
libpayload: Make Kconfig bools use IS_ENABLED()
Stefan Reinauer
2015-04-14
libpayload: Add dwc2 usb driver
huang lin
2015-04-09
libpayload: PCI bus scan - Eliminate endless loop
Lee Leahy
2014-12-30
libpayload: Clean up USB build warnings
Marc Jones
2014-08-28
libpayload: usb: Allow direct instantiation of MMIO host controllers
Julius Werner
2014-08-05
libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.
Gabe Black
2014-07-10
libpayload: Use unsigned long for BARs in *hci_init()
Nico Huber
2013-11-25
libpayload: Add USB support for non-PCI controllers
Stefan Reinauer
2013-04-08
libpayload: Handle multifunction bridge devices better.
Gabe Black
2013-02-26
libpayload: Correct a constant used for scanning for USB controllers.
Gabe Black
2012-12-18
libpayload: Use usb_debug() to show USB messages
Dave Frodin
2012-11-23
libpayload: Fix some missing-prototype warnings
Nico Huber
2012-11-07
libpayload: Take usb_poll out of usb_initialize.
Gabe Black
2012-11-07
libpayload: Make usb_initialize more efficient and fix style problems.
Gabe Black
2011-11-04
libpayload: Implement usb_exit
Patrick Georgi
2011-11-03
libpayload: Reduce verbosity in USB stack
Mathias Krause
2011-07-14
Print a warning when an unknow USB controller type is detected.
Steven A. Falco
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-03-25
USB updates from our internal tree
Stefan Reinauer
2008-11-24
[PATCH] libpayload: rename config.h to libpayload-config.h
Jordan Crouse
2008-09-11
Fix the USB code to find the headers after they were moved.
Jordan Crouse
2008-09-02
This patch adds USB capabilities to libpayload. It requires some
Patrick Georgi