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
Age
Commit message (
Expand
)
Author
2018-02-16
libpayload: usbhid: Zero-initialize all parts of usbhid instance struct
Julius Werner
2018-01-26
libpayload: allow x86 devices to provide non-tsc implementation
Aaron Durbin
2017-09-02
libpayload/storage: Add Sunrise Point AHCI PCI id
Nico Huber
2017-08-10
libpayload: Use a static copy of `font_glyph_filled()`
Paul Menzel
2017-08-03
libpayload: video: Add support for font scaling with a factor
Paul Kocialkowski
2017-08-03
libpayload: video: Introduce helpers for font access
Paul Kocialkowski
2017-07-27
libpayload/storage: Replace 1s AHCI reset delay with a timeout
Nico Huber
2017-07-27
libpayload/storage: Enable bus mastering for AHCI
Nico Huber
2017-07-13
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-06-28
libpayload: Add mouse cursor driver
Patrick Rudolph
2017-06-28
payloads: Add whitespace around '<<'
Elyes HAOUAS
2017-06-27
libpayload/drivers/usb/ehci_private.h: Add brackets around macro
Elyes HAOUAS
2017-06-27
libpayload/drivers/usb/xhci_private.h: Add parentheses around macro
Elyes HAOUAS
2017-06-27
libpayload/drivers/usb/ohci_private.h: Add brackets around macro
Elyes HAOUAS
2017-06-27
libpayload: corebootfb: Add null check for framebuffer address
Duncan Laurie
2017-05-25
detachables: Add invert parameter
Shelley Chen
2017-05-01
cbgfx: Add portrait screen support
Nickey Yang
2017-04-20
Turn CBMEM console into a ring buffer that can persist across reboots
Julius Werner
2017-04-19
libpayload/libc/console: Flush input driver buffer on init
Furquan Shaikh
2017-04-17
libpayload: cbgfx: Show square images on portrait displays
Julius Werner
2017-03-15
libpayload: usbhub: Force enumeration of all connected ports on init
Julius Werner
2017-01-24
libpayload: drivers/keyboard: report power button events
Shelley Chen
2017-01-13
libpayload: usb: Reset ohci controller when trying to shutdown ohci
Jeffy Chen
2017-01-06
libpayload: usb: handle situation with no free device address
Patrick Georgi
2017-01-06
libpayload: xhci: plug leak
Patrick Georgi
2017-01-06
libpayload: timer: cast cpu_khz to make sure 64bit math is used
Patrick Georgi
2016-12-21
libpayload: Get current tick from high register in generic timer
Paul Kocialkowski
2016-12-14
libpayload/drivers/video: Improve check in if condition
Patrick Georgi
2016-12-08
libpayload: Add Cougar Point PCH's AHCI to whitelist
Nico Huber
2016-10-17
libpayload: Reintroduce CONFIG_LP_CHROMEOS to set suitable defaults
Julius Werner
2016-10-17
libpayload: Replace majority of timer drivers with a generic one
Julius Werner
2016-10-09
libpayload: mvmap2315: Introduce timer driver
Hakim Giydan
2016-09-02
Fix newlines at the end of files
Martin Roth
2016-08-02
libpayload: split "Drivers" config section in Kconfig
Antonello Dettori
2016-07-31
Remove extra newlines from the end of all coreboot files.
Martin Roth
2016-07-02
cbgfx: Use memset() for faster screen clearing if possible
Julius Werner
2016-06-12
libpayload: usb: xhci: Support rockchip xHCI controller
Liangfeng Wu
2016-05-09
libpayload: ipq40xx: Introduce timer and uart driver
Varadarajan Narayanan
2016-05-09
libpayload: xhci: Set MPS based on speed
Varadarajan Narayanan
2016-04-16
libpayload: Split off generic serial API from 8250 driver
Stefan Reinauer
2016-02-09
libpayload: use 32bit access when accessing 4byte wide uart registers
Patrick Georgi
2016-02-04
libpayload: Add timer driver for armada38x
Ruilin Hao
2016-01-14
cbgfx: add error code to cbgfx_init
Daisuke Nojiri
2015-11-28
libpayload: Remove redundant 8250 MMIO32 UART driver
Alexandru Gagniuc
2015-11-13
libpayload: udc/dwc2: Ignore setup packet in check for queue empty
Furquan Shaikh
2015-11-10
libpayload/udc: dwc2: Add handler for add_strings
Furquan Shaikh
2015-11-10
libpayload/udc: dwc2: Add timeout for shutdown operation
Furquan Shaikh
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
[next]