index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
payloads
/
libpayload
/
drivers
/
usb
/
xhci.c
Age
Commit message (
Expand
)
Author
2014-08-12
libpayload: Make USB transfer functions return amount of bytes
Julius Werner
2014-08-11
libpayload: xhci: Use Event Data TRBs for transfer event generation
Julius Werner
2014-08-05
libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.
Gabe Black
2014-07-10
libpayload: Drop obsolete setting of reg_base in [oex]hci
Nico Huber
2014-07-10
libpayload: Catch null-pointer dereference in xHCI
Nico Huber
2014-07-10
libpayload: xHCI: Always initialize controller->pcidev
Nico Huber
2014-07-10
libpayload: Use unsigned long for BARs in *hci_init()
Nico Huber
2014-07-10
libpayload: Remove redundant phys_to_virt() from xHCI driver
Nico Huber
2014-01-08
libpayload: reintroduce optional PCI in XHCI driver
Patrick Georgi
2013-11-25
libpayload: Add USB support for non-PCI controllers
Stefan Reinauer
2013-09-30
libpayload: Switch xHCI shared ports back to EHCI on shutdown
Nico Huber
2013-06-13
libpayload: Fill gaps in the xHCI driver
Nico Huber
2012-12-18
libpayload: Use usb_debug() to show USB messages
Dave Frodin
2012-11-14
libpayload: Add init() function to hci_t and rework uhci_reset()
Nico Huber
2012-11-14
libpayload: Do not call ohci_reset() from ohci_init()
Nico Huber
2012-11-07
libpayload: Turn the "debug" #define into the usb_debug static inline function.
Gabe Black
2012-08-23
libpayload: add controller type in usbdev_hc
Anton Kochkov
2011-11-04
libpayload: Drop usb_fatal()
Patrick Georgi
2010-08-13
Add support for OHCI controllers and prelimiary support for xHCI (USB3) contr...
Patrick Georgi