aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/drivers
AgeCommit message (Expand)Author
2018-11-16payloads/libpayload/drivers/storage: Get rid of void pointer mathRichard Spiegel
2018-10-23libpayload: Fill reg_base for debugging purposesPatrick Rudolph
2018-10-15libpayload: Always set pciaddrPatrick Rudolph
2018-10-01libpayload/drivers/usb: Fix leaksPatrick Rudolph
2018-10-01libpayload/drivers/usb: Fix broken retry counterPatrick Rudolph
2018-09-28src/*: normalize Google copyright headersPatrick Georgi
2018-08-08libpayload/drivers/usb/xhci: Replace raw values with constantsRaul E Rangel
2018-07-17libpayload/generic_hub: Detect port disconnect after resetRaul E Rangel
2018-07-17libpayload/xhci: Check noop return code when debuggingRaul E Rangel
2018-07-17libpayload: Add UNKNOWN_SPEED to usb_speed enumRaul E Rangel
2018-07-16libpayload/xhci: Document struct offsets on xhci_tRaul E Rangel
2018-07-02payloads/libpayload/drivers/i8042: Disable scanning on disconnectFurquan Shaikh
2018-07-02payloads/libpayload/drivers/i8042: Add macros for i8042 commandsFurquan Shaikh
2018-05-31libpayload-x86: Export keyboard modifiersPatrick Rudolph
2018-05-31libpayload: Export usbhid_getmodifiersPatrick Rudolph
2018-05-30libpayload-x86: i8042: fix i8042_data_ready_ps2 and i8042_data_ready_auxHannah Williams
2018-05-15libpayload-x86: Add PS2 mouse driverPatrick Rudolph
2018-05-15libpayload-x86: keyboard: Use i8042 driverPatrick Rudolph
2018-05-15libpayload-x86: Move keyboard.cPatrick Rudolph
2018-05-15libpayload-x86: Add common i8042 driverPatrick Rudolph
2018-05-02payloads/libpayload: Add spaces around '=='Elyes HAOUAS
2018-05-01libpayload: Add Timer for sdm845T Michael Turney
2018-04-29libpayload/drivers/usb/ohci_private.h: Add parentheses around macroElyes HAOUAS
2018-02-16libpayload: usbhid: Zero-initialize all parts of usbhid instance structJulius Werner
2018-01-26libpayload: allow x86 devices to provide non-tsc implementationAaron Durbin
2017-09-02libpayload/storage: Add Sunrise Point AHCI PCI idNico Huber
2017-08-10libpayload: Use a static copy of `font_glyph_filled()`Paul Menzel
2017-08-03libpayload: video: Add support for font scaling with a factorPaul Kocialkowski
2017-08-03libpayload: video: Introduce helpers for font accessPaul Kocialkowski
2017-07-27libpayload/storage: Replace 1s AHCI reset delay with a timeoutNico Huber
2017-07-27libpayload/storage: Enable bus mastering for AHCINico Huber
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
2015-10-27cbgfx: add pivot option to draw_bitmapDaisuke Nojiri
2015-10-27cbgfx: use bilinear interpolation to scale bitmapDaisuke Nojiri
2015-10-27cbgfx: add load_bitmapDaisuke Nojiri
2015-10-27cbgfx: add clear_screenDaisuke Nojiri
2015-10-27cbgfx: allow draw_bitmap to render outside canvasDaisuke Nojiri
2015-10-27cbgfx: add draw_bitmapDaisuke Nojiri
2015-10-27cbgfx: coreboot graphics libraryDaisuke Nojiri
2015-10-27libpayload: usb: Retry get_descriptor() on failureShawn Nematbakhsh
2015-09-17libpayload: usb: dwc2: check device connect state before enable channelYunzhi Li
2015-09-17libpayload: usb: dwc2: fix hub hot-plug bugYunzhi Li
2015-09-10libpayload: Fix merge of PL011 UART supportNico Huber
2015-09-08video_printf: align textDaisuke Nojiri
2015-09-08video: add video_printfDaisuke Nojiri
2015-08-28libpayload: usb: dwc2: Always return 'size' transferred bytes for OUTJulius Werner
2015-08-19libpayload: usb: dwc2: fix usb plug/unplug bugYunzhi Li
2015-08-14libpayload: usb: xhci: Fix list of cleared port change bitsJulius Werner
2015-08-14libpayload: usb: xhci: Count new Max Scratchpad Bufs bits from XHCI 1.1Julius Werner
2015-08-14libpayload: usb: dwc2: fix short packet transferYunzhi Li
2015-08-14libpayload: usb: Fixup wrong use of configChunfeng Yun