summaryrefslogtreecommitdiff
path: root/payloads/libpayload/libc
AgeCommit message (Expand)Author
2020-09-13libpayload: malloc: Fix realloc for overlapping buffersYu-Ping Wu
2020-08-24libpayload: memmove: Don't make expectations of architecture memcpyJulius Werner
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-07-09libpayload: Add simple 32.32 fixed-point math APIJulius Werner
2020-05-28payloads/libpayload/libc: Avoid NULL pointer dereferenceHarshit Sharma
2020-05-28payloads/libpayload/libc: Do cosmetic fixesHarshit Sharma
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-03libpayload: malloc: Change memcpy() to memmove() in reallocJulius Werner
2020-02-17payloads: Fix typosElyes HAOUAS
2019-12-02lib/coreboot_table: Add CBMEM_ID_VBOOT_WORKBUF pointer to coreboot tableYu-Ping Wu
2019-11-20Remove MIPS architectureJulius Werner
2019-10-03libpayload: refactor fetching cbmem pointersPatrick Georgi
2019-10-02libpayload: Add fmap_cache to sysinfo_tFurquan Shaikh
2019-08-22Add buffer_to/from_fifo32(_prefix) helpersJulius Werner
2019-07-23vboot: deprecate vboot_handoff structureJoel Kitching
2019-07-23libpayload/libc: Use size_t for lengths and indicesJacob Garber
2019-07-23libpayload/libc: Tidy utf16le_to_asciiJacob Garber
2019-07-23libpayload/libc: Correct strlcat return valueJacob Garber
2019-07-21libpayload: Enable -Wimplicit-fallthroughJacob Garber
2019-05-23coreboot_tables: pass the early_mmc_wake_hw status to payloadBora Guvendik
2019-04-10libpayload: Deduplicate strtol and strtoullJulius Werner
2019-04-10libpayload: Fix CONFIG_LP_DEBUG_MALLOC for 64-bit archsJulius Werner
2019-03-26libpayload: strtoull: Fix edge case bug with *endptrJulius Werner
2019-03-19vboot: make vboot workbuf available to payloadJoel Kitching
2019-03-07payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-02-11libpayload: add memchr to libcPhilipp Hug
2018-09-12libpayload/libc/time: Add an arch_ndelay()Raul E Rangel
2018-08-22cbtable: remove chromeos_acpi from cbtableJoel Kitching
2018-08-14cbmem: rename vdat to chromeos_acpiJoel Kitching
2017-12-07libpayload: Add SKU ID coreboot table supportJulius Werner
2017-12-07libpayload: Minor board ID / RAM code cleanupsJulius Werner
2017-08-21libpayload: add time()Nicola Corna
2017-07-26libpayload: Clean up unaligned memset() supportNico Huber
2017-07-20libpayload: Fix unaligned buffer logic in default_memsetMarshall Dawson
2017-07-13libpayload: Support unaligned pointer for memcpy, memmove and memcmpJeremy Compostella
2017-07-12libpayload: Support unaligned pointers for memsetJeremy Compostella
2017-06-07payloads: change coreboot to lowercaseMartin Roth
2017-04-19libpayload/libc/console: Flush input driver buffer on initFurquan Shaikh
2017-01-13libpayload: Add VPD address into lib_sysinfoKan Yan
2016-09-08libpayload: Fix strtok_rJeremy Compostella
2016-07-31libpayload: Drop superfluous "continue"Patrick Georgi
2016-04-06libpayload/libc: Fix memset/sizeof usageJonathan Neuschäfer
2016-03-15libpayload: Drop CONFIG_LP_CHROMEOSStefan Reinauer
2016-02-19libpayload: honor TSC information under CONFIG_LP_TIMER_RDTSCAaron Durbin