aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/drivers
AgeCommit message (Expand)Author
2014-07-12libpayload: find source of input charactersLuigi Semenzato
2014-07-10libpayload: Drop obsolete setting of reg_base in [oex]hciNico Huber
2014-07-10libpayload: Catch null-pointer dereference in xHCINico Huber
2014-07-10libpayload: xHCI: Always initialize controller->pcidevNico Huber
2014-07-10libpayload: Use unsigned long for BARs in *hci_init()Nico Huber
2014-07-10libpayload: Keep physical addresses in console driversNico Huber
2014-07-10libpayload: Remove redundant phys_to_virt() from xHCI driverNico Huber
2014-05-17libpayload: Fix to properly disable serial consoleKyösti Mälkki
2014-02-15libpayload/ahci: Fix a warning by decompartmentalise the AHCI driver.Edward O'Callaghan
2014-01-19libpayload/options: Fix out of array read.Vladimir Serbinenko
2014-01-19libpayload: Bring keyboard_wait_write() backPatrick Georgi
2014-01-08libpayload: reintroduce optional PCI in XHCI driverPatrick Georgi
2013-12-21Libpayload: Add keyboard-disable function.Martin Roth
2013-12-21libpayload: Increase USB EHCI transfer timeoutJulius Werner
2013-11-25libpayload: usb mass storage card hot plugAaron Durbin
2013-11-25libpayload: usb mass storage detect empty mediaAaron Durbin
2013-11-25libpayload: Add USB support for non-PCI controllersStefan Reinauer
2013-11-25libpayload (EHCI): correctly align PORTSCStefan Reinauer
2013-09-30libpayload: Switch xHCI shared ports back to EHCI on shutdownNico Huber
2013-09-24libpayload: Remove unnecessary keyboard mode setting codeShawn Nematbakhsh
2013-06-18libpayload: ahci: Increase timeout for signature readingNico Huber
2013-06-17libpayload: ahci: Fix command engine shutdownNico Huber
2013-06-13libpayload: Fill gaps in the xHCI driverNico Huber
2013-06-13libpayload: Port usb hub driver to use the generic codeNico Huber
2013-06-13libpayload: Add a generic driver for usb hubsNico Huber
2013-06-13libpayload: usb: Add interval attribute to endpointsNico Huber
2013-06-13libpayload: Redirect USB slave init through controller driverPatrick Georgi
2013-06-13libpayload: usb: Skip non-endpoint descriptors during initNico Huber
2013-06-04libpayload: Whitelist Mobile Panther Point AHCI controllerNico Huber
2013-05-15libpayload: Fix the logic for hardware-less serial consolesDave Frodin
2013-04-11libpayload: storage.c: Fix typo in st*orage in commentPaul Menzel
2013-04-08libpayload: Handle multifunction bridge devices better.Gabe Black
2013-03-26libpayload: Fix unused function warning in EHCI stackStefan Reinauer
2013-03-25libpayload: fix use-after-free in usb_exit()Mathias Krause
2013-03-25libpayload: EHCI - detach controller in ehci_shutdown()Mathias Krause
2013-03-18libpayload: Make keycode constants available outside of curses.h.Gabe Black
2013-03-14libpayload: Put dump_td/dump_ed in ohci.c behind #ifdef USB_DEBUGGabe Black
2013-03-13libpayload: Add usb_generic_(create|remove) functions for unrecognized devicesGabe Black
2013-03-13libpayload: Split EHCI bulk transfers on packet boundaries over qTDsJulius Werner
2013-03-13libpayload: add support for 64-bit EHCI controllersVincent Palatin
2013-03-13libpayload: If no video drivers initialize in video_init, return 1.Gabe Black
2013-03-13libpayload: If there's no IO address space, don't try to use it for serialGabe Black
2013-03-13libpayload: If there's no IO space, complain if the serial claims to use itGabe Black
2013-03-13libpayload: Consolidate io vs. mem mapped serial into accessor functionsGabe Black
2013-03-12libpayload: Remove unnecessary include of arch/msr.hGabe Black
2013-03-12libpayload: In the USBMSC read_capacity function, make buf an array of u32.Gabe Black
2013-02-28libpayload: Check for completion more often in ehci_set_periodic_schedule.Gabe Black
2013-02-26libpayload: Correct a constant used for scanning for USB controllers.Gabe Black
2013-02-20libpayload: Fix license headersStefan Reinauer
2013-02-16libpayload: only compile drivers/serial.c on machines that use it.Ronald G. Minnich
2013-02-01libpayload: add EHCI QH/qTD debuggingAnton Kochkov
2012-12-20libpayload: Another usb fixPatrick Georgi
2012-12-19libpayload: fix USBPatrick Georgi
2012-12-19libpayload: improved UHCI TD debuggingAnton Kochkov
2012-12-19libpayload: improving OHCI TD/ED debuggingAnton Kochkov
2012-12-18libpayload: Check if serial console h/w is present before usingDave Frodin
2012-12-18libpayload: Use usb_debug() to show USB messagesDave Frodin
2012-11-30libpayload: Fix lookup by label in CMOS layoutsNico Huber
2012-11-27libpayload: Add _ and + to USB HID keymapPatrick Georgi
2012-11-24libpayload: Fix interrupt-queue cleanup for OHCINico Huber
2012-11-24libpayload: Rework connection state detection for OHCINico Huber
2012-11-24libpayload: Handle errors in UHCI interrupt queuesNico Huber
2012-11-24libpayload: Handle underruns in UHCI interrupt queuesNico Huber
2012-11-24libpayload: Implement correct interrupt-queue linking for UHCINico Huber
2012-11-23libpayload: Make USB HID support multiple keyboardsNico Huber
2012-11-23libpayload: ehci: Prevent some race conditionsNico Huber
2012-11-23libpayload: Detach devices behind removed USB hubsNico Huber
2012-11-23libpayload: More compliant error recovery in USB MSCNico Huber
2012-11-23libpayload: Reduce error output from EHCINico Huber
2012-11-23libpayload: Fix random warningsNico Huber
2012-11-23libpayload: ehci: Fix warnings about discarded volatileNico Huber
2012-11-23libpayload: Fix some missing-prototype warningsNico Huber
2012-11-15libpayload: Always use virtual pointers in struct sysinfo_tNico Huber
2012-11-14libpayload: Add init() function to hci_t and rework uhci_reset()Nico Huber
2012-11-14libpayload: Do not call ohci_reset() from ohci_init()Nico Huber
2012-11-14libpayload: Free usb host controller instance after shutdownNico Huber
2012-11-14libpayload: Export device count in storage interfacePatrick Georgi
2012-11-09libpayload: Add CB_ prefixes to some constants in coreboot_tables.h.Gabe Black
2012-11-09[PATCH] libpayload: Implement EHCI reset functionAnton Kochkov
2012-11-09libpayload: Add a function to retrieve the rows and cols of the video console.Gabe Black
2012-11-09libpayload: Separate video initialization and the video console.Gabe Black
2012-11-09libpayload: Add support for the CBMEM in memory console.Gabe Black
2012-11-08Refactor the endianness conversion functions and header files.Gabe Black
2012-11-07libpayload: Turn the "debug" #define into the usb_debug static inline function.Gabe Black
2012-11-07libpayload: Take usb_poll out of usb_initialize.Gabe Black
2012-11-07libpayload: Make usb_initialize more efficient and fix style problems.Gabe Black
2012-11-07Update the way serial info is read from the coreboot tables.Gabe Black
2012-10-27libpayload: New AHCI, ATA and ATAPI driversNico Huber
2012-10-14libpayload: CMOS access was implemented in a backward wayPatrick Georgi
2012-10-03libpayload: Set 8bits per char for serial portAnton Kochkov
2012-10-03libpayload: UHCI driver contained too much magicPatrick Georgi
2012-10-01libpayload: fix for UHCI bulk transactionsAnton Kochkov
2012-09-28libpayload: fix fetching integers from CMOS as stringPatrick Georgi
2012-09-26libpayload: Extend CMOS access libraryPatrick Georgi
2012-09-21Fix disconnect handling on UHCI root portsAnton Kochkov
2012-09-21UHCI: use proper pointer sizeAnton Kochkov
2012-08-23libpayload: add controller type in usbdev_hcAnton Kochkov
2012-07-27libpayload: Fix typoPatrick Georgi
2012-07-12libpayload: Add reset function for OHCI USB driverAnton Kochkov
2012-06-29libpayload: OHCI driver correct PCI BAR readingAnton Kochkov