summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/drivers
Commit message (Expand)AuthorAgeFilesLines
* libpayload: Don't try to use invalid row countMartin Roth2018-12-091-0/+3
* libpayload: Remove unused timer/serial driversJulius Werner2018-12-055-177/+0
* payloads/libpayload/drivers/storage: Get rid of void pointer mathRichard Spiegel2018-11-161-2/+2
* libpayload: Fill reg_base for debugging purposesPatrick Rudolph2018-10-232-0/+2
* libpayload: Always set pciaddrPatrick Rudolph2018-10-152-0/+4
* libpayload/drivers/usb: Fix leaksPatrick Rudolph2018-10-013-3/+12
* libpayload/drivers/usb: Fix broken retry counterPatrick Rudolph2018-10-011-4/+4
* src/*: normalize Google copyright headersPatrick Georgi2018-09-281-1/+1
* libpayload/drivers/usb/xhci: Replace raw values with constantsRaul E Rangel2018-08-081-3/+3
* libpayload/generic_hub: Detect port disconnect after resetRaul E Rangel2018-07-171-0/+9
* libpayload/xhci: Check noop return code when debuggingRaul E Rangel2018-07-171-3/+6
* libpayload: Add UNKNOWN_SPEED to usb_speed enumRaul E Rangel2018-07-171-1/+1
* libpayload/xhci: Document struct offsets on xhci_tRaul E Rangel2018-07-161-25/+25
* payloads/libpayload/drivers/i8042: Disable scanning on disconnectFurquan Shaikh2018-07-021-0/+3
* payloads/libpayload/drivers/i8042: Add macros for i8042 commandsFurquan Shaikh2018-07-023-14/+87
* libpayload-x86: Export keyboard modifiersPatrick Rudolph2018-05-311-27/+33
* libpayload: Export usbhid_getmodifiersPatrick Rudolph2018-05-311-12/+17
* libpayload-x86: i8042: fix i8042_data_ready_ps2 and i8042_data_ready_auxHannah Williams2018-05-302-0/+9
* libpayload-x86: Add PS2 mouse driverPatrick Rudolph2018-05-153-1/+296
* libpayload-x86: keyboard: Use i8042 driverPatrick Rudolph2018-05-151-32/+38
* libpayload-x86: Move keyboard.cPatrick Rudolph2018-05-152-1/+1
* libpayload-x86: Add common i8042 driverPatrick Rudolph2018-05-152-0/+394
* payloads/libpayload: Add spaces around '=='Elyes HAOUAS2018-05-022-6/+6
* libpayload: Add Timer for sdm845T Michael Turney2018-05-013-0/+50
* libpayload/drivers/usb/ohci_private.h: Add parentheses around macroElyes HAOUAS2018-04-291-1/+1
* libpayload: usbhid: Zero-initialize all parts of usbhid instance structJulius Werner2018-02-161-5/+1
* libpayload: allow x86 devices to provide non-tsc implementationAaron Durbin2018-01-261-7/+6
* libpayload/storage: Add Sunrise Point AHCI PCI idNico Huber2017-09-021-0/+1
* libpayload: Use a static copy of `font_glyph_filled()`Paul Menzel2017-08-101-1/+1
* libpayload: video: Add support for font scaling with a factorPaul Kocialkowski2017-08-034-7/+16
* libpayload: video: Introduce helpers for font accessPaul Kocialkowski2017-08-035-34/+122
* libpayload/storage: Replace 1s AHCI reset delay with a timeoutNico Huber2017-07-271-1/+3
* libpayload/storage: Enable bus mastering for AHCINico Huber2017-07-271-0/+5
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-137-34/+34
* libpayload: Add mouse cursor driverPatrick Rudolph2017-06-282-0/+204
* payloads: Add whitespace around '<<'Elyes HAOUAS2017-06-287-93/+93
* libpayload/drivers/usb/ehci_private.h: Add brackets around macroElyes HAOUAS2017-06-271-1/+1
* libpayload/drivers/usb/xhci_private.h: Add parentheses around macroElyes HAOUAS2017-06-271-12/+12
* libpayload/drivers/usb/ohci_private.h: Add brackets around macroElyes HAOUAS2017-06-271-2/+2
* libpayload: corebootfb: Add null check for framebuffer addressDuncan Laurie2017-06-271-0/+2
* detachables: Add invert parameterShelley Chen2017-05-251-9/+15
* cbgfx: Add portrait screen supportNickey Yang2017-05-011-10/+10
* Turn CBMEM console into a ring buffer that can persist across rebootsJulius Werner2017-04-201-5/+22
* libpayload/libc/console: Flush input driver buffer on initFurquan Shaikh2017-04-192-4/+1
* libpayload: cbgfx: Show square images on portrait displaysJulius Werner2017-04-171-4/+7
* libpayload: usbhub: Force enumeration of all connected ports on initJulius Werner2017-03-151-1/+21
* libpayload: drivers/keyboard: report power button eventsShelley Chen2017-01-241-0/+4
* libpayload: usb: Reset ohci controller when trying to shutdown ohciJeffy Chen2017-01-131-0/+1
* libpayload: usb: handle situation with no free device addressPatrick Georgi2017-01-061-0/+2
* libpayload: xhci: plug leakPatrick Georgi2017-01-061-0/+1