summaryrefslogtreecommitdiff
path: root/payloads/libpayload/drivers
AgeCommit message (Expand)Author
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2017-06-28libpayload: Add mouse cursor driverPatrick Rudolph
2017-06-28payloads: Add whitespace around '<<'Elyes HAOUAS
2017-06-27libpayload/drivers/usb/ehci_private.h: Add brackets around macroElyes HAOUAS
2017-06-27libpayload/drivers/usb/xhci_private.h: Add parentheses around macroElyes HAOUAS
2017-06-27libpayload/drivers/usb/ohci_private.h: Add brackets around macroElyes HAOUAS
2017-06-27libpayload: corebootfb: Add null check for framebuffer addressDuncan Laurie
2017-05-25detachables: Add invert parameterShelley Chen
2017-05-01cbgfx: Add portrait screen supportNickey Yang
2017-04-20Turn CBMEM console into a ring buffer that can persist across rebootsJulius Werner
2017-04-19libpayload/libc/console: Flush input driver buffer on initFurquan Shaikh
2017-04-17libpayload: cbgfx: Show square images on portrait displaysJulius Werner
2017-03-15libpayload: usbhub: Force enumeration of all connected ports on initJulius Werner
2017-01-24libpayload: drivers/keyboard: report power button eventsShelley Chen
2017-01-13libpayload: usb: Reset ohci controller when trying to shutdown ohciJeffy Chen
2017-01-06libpayload: usb: handle situation with no free device addressPatrick Georgi
2017-01-06libpayload: xhci: plug leakPatrick Georgi
2017-01-06libpayload: timer: cast cpu_khz to make sure 64bit math is usedPatrick Georgi
2016-12-21libpayload: Get current tick from high register in generic timerPaul Kocialkowski
2016-12-14libpayload/drivers/video: Improve check in if conditionPatrick Georgi
2016-12-08libpayload: Add Cougar Point PCH's AHCI to whitelistNico Huber
2016-10-17libpayload: Reintroduce CONFIG_LP_CHROMEOS to set suitable defaultsJulius Werner
2016-10-17libpayload: Replace majority of timer drivers with a generic oneJulius Werner
2016-10-09libpayload: mvmap2315: Introduce timer driverHakim Giydan
2016-09-02Fix newlines at the end of filesMartin Roth
2016-08-02libpayload: split "Drivers" config section in KconfigAntonello Dettori
2016-07-31Remove extra newlines from the end of all coreboot files.Martin Roth
2016-07-02cbgfx: Use memset() for faster screen clearing if possibleJulius Werner
2016-06-12libpayload: usb: xhci: Support rockchip xHCI controllerLiangfeng Wu
2016-05-09libpayload: ipq40xx: Introduce timer and uart driverVaradarajan Narayanan
2016-05-09libpayload: xhci: Set MPS based on speedVaradarajan Narayanan
2016-04-16libpayload: Split off generic serial API from 8250 driverStefan Reinauer
2016-02-09libpayload: use 32bit access when accessing 4byte wide uart registersPatrick Georgi
2016-02-04libpayload: Add timer driver for armada38xRuilin Hao
2016-01-14cbgfx: add error code to cbgfx_initDaisuke Nojiri
2015-11-28libpayload: Remove redundant 8250 MMIO32 UART driverAlexandru Gagniuc
2015-11-13libpayload: udc/dwc2: Ignore setup packet in check for queue emptyFurquan Shaikh
2015-11-10libpayload/udc: dwc2: Add handler for add_stringsFurquan Shaikh
2015-11-10libpayload/udc: dwc2: Add timeout for shutdown operationFurquan Shaikh
2015-11-05libpayload: xhci: Add delay to get reset working more reliablyRajmohan Mani
2015-11-05libpayload: Avoid confusing usb debug output in dwc2 driverPatrick Georgi
2015-11-05libpayload: Fix building dwc2 UDC driver with debug enabledPatrick Georgi
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-29libpayload: usbmsc: Add small delay during initialization to fix CZ60Julius Werner
2015-10-29libpayload: Fix building dwc2 UDC driverPatrick Georgi
2015-10-28cbgfx: Fix spelling of calculate_position()Jason A. Donenfeld
2015-10-27libpayload/libcbgfx: Add license headersPatrick Georgi
2015-10-27cbgfx: remove load_bitmapDaisuke Nojiri
2015-10-27cbgfx: add get_image_dimensionDaisuke Nojiri
2015-10-27cbgfx: make the code more descriptiveDaisuke Nojiri