summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* libpayload/storage: Enable STORAGE_64BIT_LBAFelix Singer2020-10-191-1/+1
* libpayload/storage: Enable all AHCI controllers by defaultFelix Singer2020-10-191-2/+2
* libpayload: use PRIu64 type to print u64Jeremy Compostella2020-09-301-1/+4
* libpayload: Fix file permissionsKyösti Mälkki2020-09-271-0/+0
* payloads: Drop unneeded empty linesElyes HAOUAS2020-09-2121-30/+0
* libpayload: cbgfx: Fix 'equals' counter for Lanczos resamplingYu-Ping Wu2020-09-181-14/+13
* libpayload/xhci: Fix Slot State field width definitionCaveh Jalali2020-09-041-1/+1
* xhci: Do not set the CRCR_CS bitCaveh Jalali2020-08-311-1/+7
* xhci: Fix Abort command event handlingCaveh Jalali2020-08-311-7/+27
* libpayload: cbgfx: Support buffered I/OHung-Te Lin2020-08-281-1/+38
* libpayload: Cache copy of `cb_framebuffer` structNico Huber2020-08-242-15/+11
* libpayload: Cache physical location of serial-console structNico Huber2020-08-246-13/+14
* libpayload: Cache physical CMOS option table locationNico Huber2020-08-241-1/+1
* libpayload: Cache physical cbmem console addressNico Huber2020-08-241-12/+17
* libpayload: cbgfx: Add color mapping functionalityYu-Ping Wu2020-08-131-9/+57
* payloads/libpayload/drivers/usb/usb.c: Remove whitespace before tabElyes HAOUAS2020-07-251-1/+1
* libpayload: cbgfx: Add draw_line()Yu-Ping Wu2020-07-231-7/+79
* libpayload/xhci: Try harder to read 32-bit caps at onceNico Huber2020-07-211-1/+1
* cbgfx: Add blend functions to calculate transparencyShelley Chen2020-07-151-6/+54
* libpayload: cbgfx: Replace bilinear resampling with LanczosJulius Werner2020-07-091-79/+284
* libpayload: cbgfx: Fix add_fractions() overflow reductionJulius Werner2020-07-061-7/+3
* libpayload/cbgfx: Fix overflow in transform_vector()Yu-Ping Wu2020-06-281-7/+11
* usb/xhci: Fix timeout logicCaveh Jalali2020-06-061-1/+6
* libpayload: drivers/usb: add a USB pre-poll hookCaveh Jalali2020-06-061-0/+4
* libpayload/cbgfx: Remove gap between adjacent boxesYu-Ping Wu2020-05-261-10/+40
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1177-77/+0
* payloads: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-093-25/+3
* libpayload/drivers/usb/xhci: Allow xHCI v1.2 in libpayloadDossym Nurmukhanov2020-05-041-1/+1
* libpayload: xhci: Fix CAPREG address calculationJulius Werner2020-05-021-1/+1
* libpayload: Fix 16-bit read/write to PCI_COMMAND registerElyes HAOUAS2020-05-012-5/+5
* lp/drivers/usb: Add quirk for QEMU XHCI root hubDuncan Laurie2020-05-013-2/+32
* libpayload: xhci: Do not memcpy registersJulius Werner2020-04-302-7/+7
* libpayload: Make 8250 UART driver relocation safeNico Huber2020-04-201-11/+10
* lp/drivers/usb: Work around QEMU XHCI register issueDuncan Laurie2020-04-143-78/+81
* libpayload/drivers/nvram: Fix coding stylePatrick Georgi2020-03-231-4/+8
* libpayload/drivers/nvram: Add function to write RTCPatrick Rudolph2020-03-231-0/+52
* libpayload/corebootfb: Replace obsolete macros FI and CHARSNico Huber2020-03-101-56/+54
* libpayload: Add uart/serial driver support for trogdorT Michael Turney2020-03-092-0/+342
* libpayload: Improve rtc functionsPatrick Rudolph2020-03-091-10/+39
* libpayload/corebootfb: Add option to center a 80x25 consoleNico Huber2020-03-091-2/+21
* libpayload/corebootfb: Keep local copy of framebuffer infoNico Huber2020-03-091-10/+6
* treewide: capitalize 'USB'Elyes HAOUAS2020-02-265-10/+10
* treewide: Capitalize 'CMOS'Elyes HAOUAS2020-02-241-4/+4
* libpayload: cbgfx: Fix potential overflowing expressionYu-Ping Wu2020-02-241-3/+3
* payloads: Fix typosElyes HAOUAS2020-02-1712-21/+21
* libpayload/corebootfb: Fix character buffer relocationNico Huber2020-02-171-5/+6
* libpayload/xhci: Fix MPS handling in set_addressKangheui Won2020-02-051-1/+1
* libpayload: cbgfx: Support drawing a box with rounded cornersYu-Ping Wu2020-01-141-0/+156
* libpayload/drivers/i8042: add error messages to i8042_probeEric Lai2019-12-201-2/+9
* libpayload: Implement reading from CBMEM consoleYu-Ping Wu2019-12-161-0/+46