summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Renumber cbtable tag MMC_INFOPatrick Georgi2019-05-231-1/+1
* coreboot_tables: pass the early_mmc_wake_hw status to payloadBora Guvendik2019-05-232-0/+16
* libpayload: make log2 and clz work on signed values internallyPatrick Georgi2019-05-161-2/+5
* libpayload: classify all keyboardsMatt Delco2019-05-131-0/+3
* libpayload: Deduplicate strtol and strtoullJulius Werner2019-04-101-0/+1
* libpayload: limits.h: Provide reliable definitions for all XXX_MAX/MINJulius Werner2019-04-101-2/+15
* libpayload: Fix CONFIG_LP_DEBUG_MALLOC for 64-bit archsJulius Werner2019-04-101-98/+88
* Make common macros double-evaluation safeJulius Werner2019-04-042-2/+39
* vboot: make vboot workbuf available to payloadJoel Kitching2019-03-192-0/+3
* payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-074-6/+6
* Add new CONFIG(XXX) macro to replace IS_ENABLED(CONFIG_XXX)Julius Werner2019-03-071-1/+3
* fmap: Add FMAP_AREA_PRESERVEHung-Te Lin2019-03-041-0/+1
* libpayload: cbfs: Require input size and output size for cbfs_decompressYou-Cheng Syu2019-02-281-2/+3
* libpayload/sys/types.h: Add definition for off_tNico Huber2019-02-132-0/+8
* libpayload: add memchr to libcPhilipp Hug2019-02-111-0/+1
* libpayload: gdb: Factor out gdb_handle_reentrant_exception() from arm32Julius Werner2018-10-121-0/+1
* libpayload: arm64: Make exception handling closer to arm32Julius Werner2018-10-121-4/+86
* libpayload: arm64: Conform to new coreboot lib_helpers.h and assume EL2Julius Werner2018-10-121-357/+224
* libpayload/apic: Only ACK interrupts triggered by the APICRaul E Rangel2018-10-041-1/+1
* src/*: normalize Google copyright headersPatrick Georgi2018-09-281-1/+1
* libpayload/libc/time: Add an arch_ndelay()Raul E Rangel2018-09-122-4/+44