summaryrefslogtreecommitdiff
path: root/payloads/libpayload/drivers
AgeCommit message (Expand)Author
2020-12-24libpayload/i8042: Add API to peek on keyboard input queueNico Huber
2020-12-24libpayload/keyboard: Add debug output to all state transitionsNico Huber
2020-12-24libpayload/keyboard: Hide console output by defaultNico Huber
2020-12-24libpayload/keyboard: Implement self-testNico Huber
2020-12-24libpayload/keyboard: Add timestamp to track time spent in a stateNico Huber
2020-12-24libpayload/keyboard: Turn init sequence into a state machineNico Huber
2020-12-24libpayload/keyboard: Avoid races around input drainingNico Huber
2020-12-24libpayload/keyboard: Introduce keyboard_drain_input()Nico Huber
2020-12-24libpayload/keyboard: Revise keyboard_cmd() error handlingNico Huber
2020-12-23libpayload/keyboard: Revise scancode set and translation configNico Huber
2020-12-23libpayload/i8042: Add API to get/set kbd translation stateNico Huber
2020-11-22libpayload/usb: Fix printf format string mismatches in debug messagesCaveh Jalali
2020-11-16libpayload/i8042: Increase response timeout to 1.5sNico Huber
2020-11-09libpayload: storage.c: remove unneeded #if CONFIG()Thomas Heijligen
2020-11-08libpayload: Make OHCI enums into typesJacob Garber
2020-10-26libpayload/keyboard: Use `bool` as return typeNico Huber
2020-10-20libpayload/storage/ahci: Use pci_dev struct in ahci_initialize()Felix Singer
2020-10-20libpayload/storage/ahci: Use pacc pointer to read device classFelix Singer
2020-10-19libpayload/storage: Enable STORAGE_64BIT_LBAFelix Singer
2020-10-19libpayload/storage: Enable all AHCI controllers by defaultFelix Singer
2020-09-30libpayload: use PRIu64 type to print u64Jeremy Compostella
2020-09-27libpayload: Fix file permissionsKyösti Mälkki
2020-09-21payloads: Drop unneeded empty linesElyes HAOUAS
2020-09-18libpayload: cbgfx: Fix 'equals' counter for Lanczos resamplingYu-Ping Wu
2020-09-04libpayload/xhci: Fix Slot State field width definitionCaveh Jalali
2020-08-31xhci: Do not set the CRCR_CS bitCaveh Jalali
2020-08-31xhci: Fix Abort command event handlingCaveh Jalali
2020-08-28libpayload: cbgfx: Support buffered I/OHung-Te Lin
2020-08-24libpayload: Cache copy of `cb_framebuffer` structNico Huber
2020-08-24libpayload: Cache physical location of serial-console structNico Huber
2020-08-24libpayload: Cache physical CMOS option table locationNico Huber
2020-08-24libpayload: Cache physical cbmem console addressNico Huber
2020-08-13libpayload: cbgfx: Add color mapping functionalityYu-Ping Wu
2020-07-25payloads/libpayload/drivers/usb/usb.c: Remove whitespace before tabElyes HAOUAS
2020-07-23libpayload: cbgfx: Add draw_line()Yu-Ping Wu
2020-07-21libpayload/xhci: Try harder to read 32-bit caps at onceNico Huber
2020-07-15cbgfx: Add blend functions to calculate transparencyShelley Chen
2020-07-09libpayload: cbgfx: Replace bilinear resampling with LanczosJulius Werner
2020-07-06libpayload: cbgfx: Fix add_fractions() overflow reductionJulius Werner
2020-06-28libpayload/cbgfx: Fix overflow in transform_vector()Yu-Ping Wu
2020-06-06usb/xhci: Fix timeout logicCaveh Jalali
2020-06-06libpayload: drivers/usb: add a USB pre-poll hookCaveh Jalali
2020-05-26libpayload/cbgfx: Remove gap between adjacent boxesYu-Ping Wu
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-09payloads: Replace GPL boilerplate with SPDX headersPatrick Georgi
2020-05-04libpayload/drivers/usb/xhci: Allow xHCI v1.2 in libpayloadDossym Nurmukhanov
2020-05-02libpayload: xhci: Fix CAPREG address calculationJulius Werner
2020-05-01libpayload: Fix 16-bit read/write to PCI_COMMAND registerElyes HAOUAS
2020-05-01lp/drivers/usb: Add quirk for QEMU XHCI root hubDuncan Laurie
2020-04-30libpayload: xhci: Do not memcpy registersJulius Werner