summaryrefslogtreecommitdiff
path: root/payloads/libpayload/include
AgeCommit message (Expand)Author
2020-08-28libpayload: cbgfx: Support buffered I/OHung-Te Lin
2020-08-24libpayload: Cache physical location of stringsNico Huber
2020-08-24libpayload: Cache physical location of CBMEM entriesNico Huber
2020-08-24libpayload: Cache physical location of cb_table entriesNico Huber
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-28libpayload: Replace include/compiler.h with commonlib/bsd's versionPatrick Georgi
2020-07-23libpayload: cbgfx: Add draw_line()Yu-Ping Wu
2020-07-16libpayload: allow nonblocking delay and more than one delayRonald G Minnich
2020-07-15cbgfx: Add blend functions to calculate transparencyShelley Chen
2020-07-09libpayload: Add simple 32.32 fixed-point math APIJulius Werner
2020-06-06libpayload: drivers/usb: add a USB pre-poll hookCaveh Jalali
2020-05-18libpayload: Fix definitions of minimum integer valuesYu-Ping Wu
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-01lp/drivers/usb: Add quirk for QEMU XHCI root hubDuncan Laurie
2020-03-23libpayload/drivers/nvram: Add function to write RTCPatrick Rudolph
2020-03-09libpayload: Improve rtc functionsPatrick Rudolph
2020-03-04libpayload: add read64() and write64()Thomas Heijligen
2020-02-26treewide: capitalize 'USB'Elyes HAOUAS
2020-02-17libpayload: arm64: Keep instruction cache enabled at all timesJulius Werner
2020-02-05libpayload: Make pci and endian handling -Wconversion safePatrick Georgi
2020-01-14libpayload: cbgfx: Support drawing a box with rounded cornersYu-Ping Wu
2019-12-16libpayload: Implement reading from CBMEM consoleYu-Ping Wu
2019-12-06endian: Replace explicit byte swapping with compiler builtinJulius Werner
2019-12-04mmio: Add clrsetbitsXX() API in place of updateX()Julius Werner
2019-12-02lib/coreboot_table: Add CBMEM_ID_VBOOT_WORKBUF pointer to coreboot tableYu-Ping Wu
2019-11-28libpayload: Add BIT(x) macro definitionsatya priya
2019-11-20Remove MIPS architectureJulius Werner
2019-11-19mmio: Fix buffer_to_fifo32() order of argumentsJulius Werner
2019-11-16libpayload: keyboard: Ignore special keysThejaswani Putta
2019-10-18util/cbfstool: Add optional argument ibbPhilipp Deppenwiese
2019-10-03libpayload: refactor fetching cbmem pointersPatrick Georgi
2019-10-02libpayload: Add fmap_cache to sysinfo_tFurquan Shaikh
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-22Add buffer_to/from_fifo32(_prefix) helpersJulius Werner
2019-08-08libpayload: cbgfx: Allow rotation of the displayNicolas Boichat
2019-07-23vboot: deprecate vboot_handoff structureJoel Kitching
2019-07-23libpayload/libc: Tidy utf16le_to_asciiJacob Garber
2019-07-02libpayload/usb: Increase USB request timeout to 5 sKeith Short
2019-06-18commonlib: define cbtable tags as enum to identify conflictsPatrick Georgi
2019-06-18libpayload: define cbtable tags as enum to identify conflictsPatrick Georgi
2019-05-23Renumber cbtable tag MMC_INFOPatrick Georgi
2019-05-23coreboot_tables: pass the early_mmc_wake_hw status to payloadBora Guvendik
2019-05-16libpayload: make log2 and clz work on signed values internallyPatrick Georgi
2019-05-13libpayload: classify all keyboardsMatt Delco
2019-04-10libpayload: Deduplicate strtol and strtoullJulius Werner