aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/drivers
AgeCommit message (Expand)Author
2020-02-05libpayload/xhci: Fix MPS handling in set_addressKangheui Won
2020-01-14libpayload: cbgfx: Support drawing a box with rounded cornersYu-Ping Wu
2019-12-20libpayload/drivers/i8042: add error messages to i8042_probeEric Lai
2019-12-16libpayload: Implement reading from CBMEM consoleYu-Ping Wu
2019-12-13libpayload/drivers/i8042: Add error handlingEric Lai
2019-12-11libpayload/drivers/i8042: Add AT translated Keyboard supportEric Lai
2019-12-04Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner
2019-11-20Remove MIPS architectureJulius Werner
2019-11-20Remove imgtec/pistachio SoCJulius Werner
2019-11-16libpayload: keyboard: Ignore special keysThejaswani Putta
2019-11-11libpayload: usbmsc: update return value of CSW transferChangqi Hu
2019-09-18libpayload: Use interrupt transfers for USB hubsNico Huber
2019-08-27libpayload/usb: add USB 3.1 GEN2 supportEric Lai
2019-08-22libpayload: usbmsc: Factor out usb_msc_force_init() functionJulius Werner
2019-08-22libpayload: usbmsc: Skip zero-length packets at end of dataJulius Werner
2019-08-08libpayload: cbgfx: Allow rotation of the displayNicolas Boichat
2019-07-26libpayload/serial/qcs405: Mark uart console as suchPatrick Georgi
2019-07-09libpayload/usb: fix DWC2 driverPatrick Georgi
2019-07-02libpayload/usb: Increase USB request timeout to 5 sKeith Short
2019-06-29libpayload: cbgfx: Run cbgfx_init() before we need it for draw_box()Julius Werner
2019-06-27libpayload: Re-initialize UART RXPrudhvi Yarlagadda
2019-06-14libpayload/i8042/keyboard: Log errors during initializationFurquan Shaikh
2019-06-06Revert "libpayload: Reset PS/2 keyboard"Nico Huber
2019-06-04libpayload: Add UART for qcs405Prudhvi Yarlagadda
2019-06-04libpayload/i8042/keyboard: Fix return value check for keyboard_cmdFurquan Shaikh
2019-05-29libpayload/drivers/i8402/kbd: Fix qemuPatrick Rudolph
2019-05-27libpayload: Reset PS/2 keyboardPaul Menzel
2019-05-15libpayload: ahci: Prevent memory leaks when failing on initJacob Garber
2019-05-13libpayload/drivers/i8042: Add fallthrough commentJacob Garber
2019-05-13libpayload: classify all keyboardsMatt Delco
2019-04-17mediatek: Use the 64-bit timerTristan Shieh
2019-04-11libpayload/option table: Don't pad string entries with garbageNico Huber
2019-04-11libpayload/storage: Add Apollo Lake AHCI ID to tested controllersNico Huber
2019-04-11libpayload: keyboard: Add F11 and F12 supportMatt Delco
2019-04-09libpayload: Fix potential NULL pointer dereferenceFrancois Toguo
2019-04-08libpayload/drivers/timer: Use 64 bits to prevent overflowJacob Garber
2019-03-07payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-02libpayload: i8042: Only test PS/2 AUX port when enabledDuncan Laurie
2019-03-02libpayload: keyboard: Add option to ignore failures during initDuncan Laurie
2018-12-09libpayload: Don't try to use invalid row countMartin Roth
2018-12-05libpayload: Remove unused timer/serial driversJulius Werner
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