summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/include
Commit message (Expand)AuthorAgeFilesLines
...
* libpayload/libpci: Introduce device class attribute in pci_devFelix Singer2020-10-171-0/+1
* libpayload/x86: Add some more CPUID helpersNico Huber2020-10-161-0/+32
* lib and libpayload: Add popcnt functionsAngel Pons2020-10-151-0/+3
* lib and libpayload: add 64-bit versions of clz, __ffs and log2Tim Wawrzynczak2020-10-141-0/+8
* payloads: Drop unneeded empty linesElyes HAOUAS2020-09-217-13/+0
* libpayload: cbgfx: Support buffered I/OHung-Te Lin2020-08-281-0/+23
* libpayload: Cache physical location of stringsNico Huber2020-08-241-15/+16
* libpayload: Cache physical location of CBMEM entriesNico Huber2020-08-242-9/+8
* libpayload: Cache physical location of cb_table entriesNico Huber2020-08-241-2/+2
* libpayload: Cache copy of `cb_framebuffer` structNico Huber2020-08-241-1/+1
* libpayload: Cache physical location of serial-console structNico Huber2020-08-241-3/+1
* libpayload: Cache physical CMOS option table locationNico Huber2020-08-241-1/+1
* libpayload: Cache physical cbmem console addressNico Huber2020-08-242-1/+5
* libpayload: cbgfx: Add color mapping functionalityYu-Ping Wu2020-08-131-2/+18
* libpayload: Replace include/compiler.h with commonlib/bsd's versionPatrick Georgi2020-07-281-17/+27
* libpayload: cbgfx: Add draw_line()Yu-Ping Wu2020-07-231-0/+16
* libpayload: allow nonblocking delay and more than one delayRonald G Minnich2020-07-161-0/+2
* cbgfx: Add blend functions to calculate transparencyShelley Chen2020-07-151-0/+30
* libpayload: Add simple 32.32 fixed-point math APIJulius Werner2020-07-091-0/+234
* libpayload: drivers/usb: add a USB pre-poll hookCaveh Jalali2020-06-061-0/+7
* libpayload: Fix definitions of minimum integer valuesYu-Ping Wu2020-05-181-3/+3
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1169-69/+0
* lp/drivers/usb: Add quirk for QEMU XHCI root hubDuncan Laurie2020-05-011-0/+2
* libpayload/drivers/nvram: Add function to write RTCPatrick Rudolph2020-03-231-0/+1
* libpayload: Improve rtc functionsPatrick Rudolph2020-03-091-0/+3
* libpayload: add read64() and write64()Thomas Heijligen2020-03-041-0/+10
* treewide: capitalize 'USB'Elyes HAOUAS2020-02-261-2/+2
* libpayload: arm64: Keep instruction cache enabled at all timesJulius Werner2020-02-172-32/+20
* libpayload: Make pci and endian handling -Wconversion safePatrick Georgi2020-02-052-8/+10
* libpayload: cbgfx: Support drawing a box with rounded cornersYu-Ping Wu2020-01-141-0/+19
* libpayload: Implement reading from CBMEM consoleYu-Ping Wu2019-12-161-0/+7
* endian: Replace explicit byte swapping with compiler builtinJulius Werner2019-12-062-67/+6
* mmio: Add clrsetbitsXX() API in place of updateX()Julius Werner2019-12-041-13/+42
* lib/coreboot_table: Add CBMEM_ID_VBOOT_WORKBUF pointer to coreboot tableYu-Ping Wu2019-12-021-1/+0
* libpayload: Add BIT(x) macro definitionsatya priya2019-11-281-0/+1
* Remove MIPS architectureJulius Werner2019-11-208-571/+0
* mmio: Fix buffer_to_fifo32() order of argumentsJulius Werner2019-11-191-1/+1
* libpayload: keyboard: Ignore special keysThejaswani Putta2019-11-161-0/+1
* util/cbfstool: Add optional argument ibbPhilipp Deppenwiese2019-10-181-0/+1
* libpayload: refactor fetching cbmem pointersPatrick Georgi2019-10-031-0/+2
* libpayload: Add fmap_cache to sysinfo_tFurquan Shaikh2019-10-022-0/+4
* libpayload/usb: add USB 3.1 GEN2 supportEric Lai2019-08-271-0/+2
* libpayload: usbmsc: Factor out usb_msc_force_init() functionJulius Werner2019-08-221-1/+16
* Add buffer_to/from_fifo32(_prefix) helpersJulius Werner2019-08-221-0/+19
* libpayload: cbgfx: Allow rotation of the displayNicolas Boichat2019-08-081-0/+9
* vboot: deprecate vboot_handoff structureJoel Kitching2019-07-232-3/+1
* libpayload/libc: Tidy utf16le_to_asciiJacob Garber2019-07-231-1/+1
* libpayload/usb: Increase USB request timeout to 5 sKeith Short2019-07-021-0/+18
* commonlib: define cbtable tags as enum to identify conflictsPatrick Georgi2019-06-181-0/+3
* libpayload: define cbtable tags as enum to identify conflictsPatrick Georgi2019-06-181-55/+49