summaryrefslogtreecommitdiff
path: root/payloads/libpayload/libc
AgeCommit message (Expand)Author
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
2015-08-19libpayload: Fix default_memmove() implementationNico Huber
2015-08-10libpayload: Fix compile error in time.c if nvram support is disabledPatrick Georgi
2015-07-14libpayload: store boot media information in sysinfoPatrick Georgi
2015-07-14libpayload: Add support for handling fmapsPatrick Georgi
2015-06-30libpayload: Make Kconfig bools use IS_ENABLED()Stefan Reinauer
2015-06-23libpayload: Parse MTC and fill mtc_start and mtc_sizeFurquan Shaikh
2015-06-08libpayload: retire LAR supportPatrick Georgi
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2015-06-05lib: Unify log2() and related functionsJulius Werner
2015-04-22libpayload: cros: add serial number from coreboot tableStephen Barber
2015-04-17libpayload: Take flash parameters from corebootDan Ehrenberg
2015-03-21libpayload: Add RAM code to sysinfo_tDavid Hendricks
2015-03-21libpayload: Add support for parsing RAMOOPS range from corebootFurquan Shaikh