summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/drivers
Commit message (Expand)AuthorAgeFilesLines
* libpayload: usbmsc: Add small delay during initialization to fix CZ60Julius Werner2015-10-291-0/+3
* libpayload: Fix building dwc2 UDC driverPatrick Georgi2015-10-291-3/+3
* cbgfx: Fix spelling of calculate_position()Jason A. Donenfeld2015-10-281-2/+2
* libpayload/libcbgfx: Add license headersPatrick Georgi2015-10-272-0/+52
* cbgfx: remove load_bitmapDaisuke Nojiri2015-10-271-14/+0
* cbgfx: add get_image_dimensionDaisuke Nojiri2015-10-271-0/+31
* cbgfx: make the code more descriptiveDaisuke Nojiri2015-10-271-151/+157
* cbgfx: add pivot option to draw_bitmapDaisuke Nojiri2015-10-271-57/+166
* cbgfx: use bilinear interpolation to scale bitmapDaisuke Nojiri2015-10-271-11/+44
* cbgfx: add load_bitmapDaisuke Nojiri2015-10-271-0/+15
* cbgfx: add clear_screenDaisuke Nojiri2015-10-271-0/+16
* cbgfx: allow draw_bitmap to render outside canvasDaisuke Nojiri2015-10-271-71/+125
* cbgfx: add draw_bitmapDaisuke Nojiri2015-10-272-2/+270
* cbgfx: coreboot graphics libraryDaisuke Nojiri2015-10-272-0/+151
* libpayload: usb: Retry get_descriptor() on failureShawn Nematbakhsh2015-10-271-9/+26
* libpayload: usb: dwc2: check device connect state before enable channelYunzhi Li2015-09-171-0/+3
* libpayload: usb: dwc2: fix hub hot-plug bugYunzhi Li2015-09-171-2/+4
* libpayload: Fix merge of PL011 UART supportNico Huber2015-09-102-250/+4
* video_printf: align textDaisuke Nojiri2015-09-081-1/+25
* video: add video_printfDaisuke Nojiri2015-09-081-0/+21
* libpayload: usb: dwc2: Always return 'size' transferred bytes for OUTJulius Werner2015-08-281-1/+1
* libpayload: usb: dwc2: fix usb plug/unplug bugYunzhi Li2015-08-192-2/+18
* libpayload: usb: xhci: Fix list of cleared port change bitsJulius Werner2015-08-141-1/+1
* libpayload: usb: xhci: Count new Max Scratchpad Bufs bits from XHCI 1.1Julius Werner2015-08-142-4/+7
* libpayload: usb: dwc2: fix short packet transferYunzhi Li2015-08-141-11/+18
* libpayload: usb: Fixup wrong use of configChunfeng Yun2015-08-141-2/+2
* libpayload: xhci: Carry over fixes from Chromium treeJulius Werner2015-08-142-12/+13
* libpayload: usb: don't prematurely free the usb deviceAaron Durbin2015-08-131-2/+4
* license headers: Drop FSF addresses againPatrick Georgi2015-08-092-2/+2
* libpayload: usb: Add support for SuperSpeed hubsJulius Werner2015-07-184-18/+46
* libpayload: usb: xhci: Prevent address reuseJulius Werner2015-07-182-12/+70
* libpayload: usb: dwc2: support split transactionYunzhi Li2015-07-164-36/+156
* libpayload: usb: dwc2: support interrupt transferYunzhi Li2015-07-062-9/+119
* libpayload: udc: dwc2: support force_shutdown() routineYunzhi Li2015-07-061-12/+20
* libpayload: Make Kconfig bools use IS_ENABLED()Stefan Reinauer2015-06-3015-49/+49
* libpayload: Swap the macros of VT100_CURSOR_ON and VT100_CURSOR_OFFHouse Chou2015-06-301-2/+2
* libpayload: add UDC driver for Designware controllerhuang lin2015-06-304-615/+1004
* UDC: Correct cleaning out memory for string descriptorsFurquan Shaikh2015-06-301-1/+1
* udc/chipidea: Allow force_shutdown of connectionFurquan Shaikh2015-06-301-7/+14
* libpayload udc: add interface to add string descriptorsPatrick Georgi2015-06-232-0/+69
* Remove empty lines at end of fileElyes HAOUAS2015-06-0810-12/+0
* libpayload: usb: Support MTK xHCI host controllerYidi Lin2015-06-035-2/+56
* libpayload: usb: Max packet size of SuperSpeed control EPs should be 512.Chunfeng Yun2015-06-031-1/+1
* Remove address from GPLv2 headersPatrick Georgi2015-05-2110-10/+10
* libpayload: add mediatek timer driverYidi Lin2015-05-182-0/+35
* libpayload: Fix passing BAR to EHCI driverPatrick Georgi2015-05-121-2/+2
* libpayload: Guard PCI using code appropriately in XHCI driverPatrick Georgi2015-05-041-0/+4
* libpayload: usb: fix compilation error in debug fuctionHarry Pan2015-04-221-1/+1
* libpayload: add timer driver for cygnusDaisuke Nojiri2015-04-211-2/+29
* cygnus: enable serial driver for depthchargeDaisuke Nojiri2015-04-212-50/+0