Age | Commit message (Expand) | Author |
2015-11-05 | libpayload: xhci: Add delay to get reset working more reliably | Rajmohan Mani |
2015-11-05 | libpayload: Avoid confusing usb debug output in dwc2 driver | Patrick Georgi |
2015-11-05 | libpayload: Fix building dwc2 UDC driver with debug enabled | Patrick Georgi |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-29 | libpayload: usbmsc: Add small delay during initialization to fix CZ60 | Julius Werner |
2015-10-29 | libpayload: Fix building dwc2 UDC driver | Patrick Georgi |
2015-10-28 | cbgfx: Fix spelling of calculate_position() | Jason A. Donenfeld |
2015-10-27 | libpayload/libcbgfx: Add license headers | Patrick Georgi |
2015-10-27 | cbgfx: remove load_bitmap | Daisuke Nojiri |
2015-10-27 | cbgfx: add get_image_dimension | Daisuke Nojiri |
2015-10-27 | cbgfx: make the code more descriptive | Daisuke Nojiri |
2015-10-27 | cbgfx: add pivot option to draw_bitmap | Daisuke Nojiri |
2015-10-27 | cbgfx: use bilinear interpolation to scale bitmap | Daisuke Nojiri |
2015-10-27 | cbgfx: add load_bitmap | Daisuke Nojiri |
2015-10-27 | cbgfx: add clear_screen | Daisuke Nojiri |
2015-10-27 | cbgfx: allow draw_bitmap to render outside canvas | Daisuke Nojiri |
2015-10-27 | cbgfx: add draw_bitmap | Daisuke Nojiri |
2015-10-27 | cbgfx: coreboot graphics library | Daisuke Nojiri |
2015-10-27 | libpayload: usb: Retry get_descriptor() on failure | Shawn Nematbakhsh |
2015-09-17 | libpayload: usb: dwc2: check device connect state before enable channel | Yunzhi Li |
2015-09-17 | libpayload: usb: dwc2: fix hub hot-plug bug | Yunzhi Li |
2015-09-10 | libpayload: Fix merge of PL011 UART support | Nico Huber |
2015-09-08 | video_printf: align text | Daisuke Nojiri |
2015-09-08 | video: add video_printf | Daisuke Nojiri |
2015-08-28 | libpayload: usb: dwc2: Always return 'size' transferred bytes for OUT | Julius Werner |
2015-08-19 | libpayload: usb: dwc2: fix usb plug/unplug bug | Yunzhi Li |
2015-08-14 | libpayload: usb: xhci: Fix list of cleared port change bits | Julius Werner |
2015-08-14 | libpayload: usb: xhci: Count new Max Scratchpad Bufs bits from XHCI 1.1 | Julius Werner |
2015-08-14 | libpayload: usb: dwc2: fix short packet transfer | Yunzhi Li |
2015-08-14 | libpayload: usb: Fixup wrong use of config | Chunfeng Yun |
2015-08-14 | libpayload: xhci: Carry over fixes from Chromium tree | Julius Werner |
2015-08-13 | libpayload: usb: don't prematurely free the usb device | Aaron Durbin |
2015-08-09 | license headers: Drop FSF addresses again | Patrick Georgi |
2015-07-18 | libpayload: usb: Add support for SuperSpeed hubs | Julius Werner |
2015-07-18 | libpayload: usb: xhci: Prevent address reuse | Julius Werner |
2015-07-16 | libpayload: usb: dwc2: support split transaction | Yunzhi Li |
2015-07-06 | libpayload: usb: dwc2: support interrupt transfer | Yunzhi Li |
2015-07-06 | libpayload: udc: dwc2: support force_shutdown() routine | Yunzhi Li |
2015-06-30 | libpayload: Make Kconfig bools use IS_ENABLED() | Stefan Reinauer |
2015-06-30 | libpayload: Swap the macros of VT100_CURSOR_ON and VT100_CURSOR_OFF | House Chou |
2015-06-30 | libpayload: add UDC driver for Designware controller | huang lin |
2015-06-30 | UDC: Correct cleaning out memory for string descriptors | Furquan Shaikh |
2015-06-30 | udc/chipidea: Allow force_shutdown of connection | Furquan Shaikh |
2015-06-23 | libpayload udc: add interface to add string descriptors | Patrick Georgi |
2015-06-08 | Remove empty lines at end of file | Elyes HAOUAS |
2015-06-03 | libpayload: usb: Support MTK xHCI host controller | Yidi Lin |
2015-06-03 | libpayload: usb: Max packet size of SuperSpeed control EPs should be 512. | Chunfeng Yun |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-05-18 | libpayload: add mediatek timer driver | Yidi Lin |
2015-05-12 | libpayload: Fix passing BAR to EHCI driver | Patrick Georgi |
2015-05-04 | libpayload: Guard PCI using code appropriately in XHCI driver | Patrick Georgi |
2015-04-22 | libpayload: usb: fix compilation error in debug fuction | Harry Pan |
2015-04-21 | libpayload: add timer driver for cygnus | Daisuke Nojiri |
2015-04-21 | cygnus: enable serial driver for depthcharge | Daisuke Nojiri |
2015-04-18 | libpayload udc: Support legal edge case of GET_CONFIGURATION call | Patrick Georgi |
2015-04-18 | libpayload udc: Only enable configuration if it's valid | Patrick Georgi |
2015-04-18 | libpayload: Enforce strict packet handling order in ChipIdea driver | Patrick Georgi |
2015-04-18 | libpayload: More defensive ChipIdea initialization | Patrick Georgi |
2015-04-18 | libpayload udc: Clear bit when it needs clearing | Patrick Georgi |
2015-04-18 | libpayload udc: Deconfigure device when necessary | Patrick Georgi |
2015-04-18 | libpayload: Add zero length packet support to UDC framework | Patrick Georgi |
2015-04-18 | libpayload: Add USB device mode driver | Patrick Georgi |
2015-04-17 | purin: add basic set of files for libpayload | Daisuke Nojiri |
2015-04-17 | libpayload: read register width from coreboot table | Vadim Bendebury |
2015-04-14 | pistachio: modify timer to account for CPU counter overflow | Ionela Voinescu |
2015-04-14 | libpayload dwc2: use bus addresses for buffers | Ionela Voinescu |
2015-04-14 | libpayload dwc2: Use a new FIFO allocation method | huang lin |
2015-04-14 | libpayload: Add dwc2 usb driver | huang lin |
2015-04-10 | serial: Combine Tegra and Rockchip UARTs to generic 8250_mmio32 | Julius Werner |
2015-04-09 | libpayload: PCI bus scan - Eliminate endless loop | Lee Leahy |
2015-04-08 | libpayload: Add drivers for bg4cd | Daisuke Nojiri |
2015-03-23 | libpayload: usb: xhci: set ENT flag in last Normal TRB | Sourabh Banerjee |
2015-03-23 | libpayload: EHCI: Support root-hub TT feature | Jim Lin |
2015-03-21 | libpayload: pistachio: fix timer implementation | Ionela Voinescu |
2015-03-21 | libpayload: arch/mips: Add basic MIPS architecture support | Ionela Voinescu |
2015-03-21 | libpayload ehci: Use 64-byte aligned data structures for periodic transfers | Jim Lin |
2015-03-21 | libpayload: EHCI: Fix transaction error for interrupt transfer | Jim Lin |
2015-03-19 | libpayload/usb: wait a millisecond to work around device bugs | Patrick Georgi |
2015-03-19 | libpayload EHCI: Add memory barrier to EHCI driver | Furquan Shaikh |
2015-03-13 | libpayload: ipq808x: stale interrupt shall not be cleared unconditionally | Yogesh Lal |
2015-03-04 | libpayload: Don't try to free individual xhci device slots | Patrick Georgi |
2015-02-23 | libpayload: Improve sanity checking in UHCI driver | Patrick Georgi |
2015-02-23 | libpayload: avoid use-after-free in OHCI driver | Patrick Georgi |
2015-01-12 | libpayload: Add Rock Chip drivers | huang lin |
2015-01-09 | libpayload: Fix baseaddr access in serial/tegra.c | Furquan Shaikh |
2015-01-06 | libpayload: ipq808x: introduce uart driver | Vadim Bendebury |
2015-01-04 | ipq8064: Add work around for slow timer clock | Vadim Bendebury |
2015-01-04 | libpayload: ipq8064: Add rudimentary timer driver | Vadim Bendebury |
2015-01-03 | libpayload: don't test for unsigned >= 0 | Patrick Georgi |
2015-01-03 | libpayload: avoid memory overflows | Patrick Georgi |
2014-12-31 | libpayload: Fix pointer related casts | Furquan Shaikh |
2014-12-31 | libpayload: usb: xhci: Fix TD size if it overflows 5 bits | Rajmohan Mani |
2014-12-30 | libpayload: video: Check for 'console' pointer before dereferencing it | Julius Werner |
2014-12-30 | libpayload: Clean up USB build warnings | Marc Jones |
2014-12-30 | libpayload: video: Make cursor fixup independent of visibility | Julius Werner |
2014-12-30 | libpayload: usbmsc: Implement limited LUN support | Julius Werner |
2014-12-30 | libpayload: usbmsc: Set correct allocation length for REQUEST SENSE | Julius Werner |
2014-12-22 | libpayload: usb: Try to avoid reusing device addresses | Julius Werner |
2014-12-22 | libpayload: console: Allow output drivers to print whole strings at once | Julius Werner |
2014-12-17 | libpayload: usb: Detach unused USB devices | Shawn Nematbakhsh |