summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/libc
Commit message (Expand)AuthorAgeFilesLines
* libpayload: Add commonlib/bsd/elog and its dependencyHsuan Ting Chen2022-06-091-0/+4
* coreboot_tables: Add PCIe info to coreboot tableJianjun Wang2022-05-191-0/+10
* coreboot_tables: Replace 'struct lb_uint64' with lb_uint64_tJianjun Wang2022-04-141-8/+4
* libpayload: Parse the ACPI RSDP table entryArthur Heymans2022-03-301-0/+9
* libpayload: Parse DDR Information using coreboot tablesRavi Kumar Bokka2022-03-161-0/+3
* commonlib/bsd: Remove cb_err_tJulius Werner2022-03-091-3/+3
* libpayload/libc/coreboot: Fix CBFS MCache sizeJakub Czapiga2022-02-101-2/+2
* libpayload/libc/fmap: Implement new FlashMap APIJakub Czapiga2021-12-231-1/+51
* libpayload: Add CBMEM_IMD_ENTRY support to coreboot tables parserJakub Czapiga2021-12-031-78/+55
* coreboot tables: Add type-c port info to coreboot tableNick Vaccaro2021-10-041-0/+8
* device/mmio: Make buffer_to_fifo32() take a const bufferJulius Werner2021-09-201-4/+2
* nvs: Add Chrome OS NVS (CNVS) information to coreboot tablesFurquan Shaikh2021-06-181-0/+8
* coreboot tables: Add SPI flash memory map windows to coreboot tablesFurquan Shaikh2020-12-081-0/+7
* lib/libpayload: Replace strapping_ids with new board configuration entryTim Wawrzynczak2020-10-301-23/+9
* libpayload: use PRIu64 type to print u64Jeremy Compostella2020-09-301-1/+4
* payloads: Drop unneeded empty linesElyes HAOUAS2020-09-212-2/+0
* libpayload: free: Separate NULL check out for clarityHsuan Ting Chen2020-09-191-0/+4
* libpayload: malloc: Fix realloc for overlapping buffersYu-Ping Wu2020-09-131-34/+57
* libpayload: memmove: Don't make expectations of architecture memcpyJulius Werner2020-08-241-1/+1
* libpayload: Cache physical location of stringsNico Huber2020-08-241-2/+5
* libpayload: Cache physical location of CBMEM entriesNico Huber2020-08-241-12/+6
* libpayload: Cache physical location of cb_table entriesNico Huber2020-08-241-2/+2
* libpayload: Cache copy of `cb_framebuffer` structNico Huber2020-08-241-2/+1
* libpayload: Cache physical location of serial-console structNico Huber2020-08-241-1/+1
* libpayload: Cache physical CMOS option table locationNico Huber2020-08-241-2/+2
* libpayload: Cache physical cbmem console addressNico Huber2020-08-241-1/+7
* libpayload: Add simple 32.32 fixed-point math APIJulius Werner2020-07-092-0/+150
* payloads/libpayload/libc: Avoid NULL pointer dereferenceHarshit Sharma2020-05-281-3/+3
* payloads/libpayload/libc: Do cosmetic fixesHarshit Sharma2020-05-281-9/+10
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1120-20/+0
* libpayload: malloc: Change memcpy() to memmove() in reallocJulius Werner2020-04-031-2/+3
* payloads: Fix typosElyes HAOUAS2020-02-174-7/+7
* lib/coreboot_table: Add CBMEM_ID_VBOOT_WORKBUF pointer to coreboot tableYu-Ping Wu2019-12-021-4/+1
* Remove MIPS architectureJulius Werner2019-11-202-145/+0
* libpayload: refactor fetching cbmem pointersPatrick Georgi2019-10-031-12/+12
* libpayload: Add fmap_cache to sysinfo_tFurquan Shaikh2019-10-021-0/+9
* Add buffer_to/from_fifo32(_prefix) helpersJulius Werner2019-08-221-0/+52
* vboot: deprecate vboot_handoff structureJoel Kitching2019-07-231-11/+0
* libpayload/libc: Use size_t for lengths and indicesJacob Garber2019-07-231-40/+38
* libpayload/libc: Tidy utf16le_to_asciiJacob Garber2019-07-231-3/+2
* libpayload/libc: Correct strlcat return valueJacob Garber2019-07-231-2/+2
* libpayload: Enable -Wimplicit-fallthroughJacob Garber2019-07-211-0/+3
* coreboot_tables: pass the early_mmc_wake_hw status to payloadBora Guvendik2019-05-231-0/+10
* libpayload: Deduplicate strtol and strtoullJulius Werner2019-04-101-40/+25
* libpayload: Fix CONFIG_LP_DEBUG_MALLOC for 64-bit archsJulius Werner2019-04-101-3/+3
* libpayload: strtoull: Fix edge case bug with *endptrJulius Werner2019-03-261-7/+2
* vboot: make vboot workbuf available to payloadJoel Kitching2019-03-191-0/+11
* payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-076-27/+27
* libpayload: add memchr to libcPhilipp Hug2019-02-111-0/+12
* libpayload/libc/time: Add an arch_ndelay()Raul E Rangel2018-09-121-41/+3