Age | Commit message (Expand) | Author |
2024-08-14 | commonlib/bsd: Add strcat() and strncat() functions | Yu-Ping Wu |
2024-08-14 | commonlib/bsd: Add strlen() and strnlen() functions | Yu-Ping Wu |
2024-07-13 | libpayload: Unconditionally handle "CBMEM_ID_CSE_*" entries | Subrata Banik |
2024-07-11 | soc/intel/cmn/cse: Refactor CBMEM ID handling for flexibility | Subrata Banik |
2024-06-22 | treewide: Move device_tree to commonlib | Maximilian Brune |
2024-06-21 | libpayload: add cse_*info pointer to lib_sysinfo | Eran Mitrani |
2024-06-11 | treewide: Move skip_atoi function to commonlib | Kapil Porwal |
2024-05-26 | libpayload: Add x86_64 (64-bit) support | Subrata Banik |
2024-03-15 | treewide: Move stdlib.h to commonlib | Maximilian Brune |
2024-02-24 | treewide: Move list.h to commonlib | Maximilian Brune |
2024-02-22 | libpayload: Remove legacy CBFS API | Julius Werner |
2024-02-08 | libpayload: timer: Revert timer_hz() return type to 64-bits | Julius Werner |
2024-02-08 | commonlib: Change GCD function to always use 64 bits | Julius Werner |
2024-02-02 | libpayload: Switch to commonlib ipchksum() algorithm | Julius Werner |
2024-01-24 | payloads: Rename Makefiles from .inc to .mk | Martin Roth |
2023-11-21 | libpayload: Add dma_allocator_range() | Yi Chou |
2023-11-07 | libpayload/libc/time: Fix possible overflow in multiplication | Yidi Lin |
2023-11-04 | libpayload/libc/getopt_long: Use common GCD | Yidi Lin |
2023-09-18 | libpayload: Add vboot and reboot utility functions | Jakub Czapiga |
2023-09-18 | libpayload/vboot: Add vboot context initialization and management code | Jakub Czapiga |
2023-08-28 | libpayload: Fix clang fallthrough warning | Arthur Heymans |
2023-08-26 | libpayload: Fix untyped function arguments | Arthur Heymans |
2023-08-17 | libpayload: Add parsing of SMBIOS address | Maximilian Brune |
2023-02-16 | libpayload/string: add strndup() function | Thomas Heijligen |
2022-08-24 | libpayload: Add const for dma_coherent argument | Yu-Ping Wu |
2022-06-09 | libpayload: Add commonlib/bsd/elog and its dependency | Hsuan Ting Chen |
2022-05-19 | coreboot_tables: Add PCIe info to coreboot table | Jianjun Wang |
2022-04-14 | coreboot_tables: Replace 'struct lb_uint64' with lb_uint64_t | Jianjun Wang |
2022-03-30 | libpayload: Parse the ACPI RSDP table entry | Arthur Heymans |
2022-03-16 | libpayload: Parse DDR Information using coreboot tables | Ravi Kumar Bokka |
2022-03-09 | commonlib/bsd: Remove cb_err_t | Julius Werner |
2022-02-10 | libpayload/libc/coreboot: Fix CBFS MCache size | Jakub Czapiga |
2021-12-23 | libpayload/libc/fmap: Implement new FlashMap API | Jakub Czapiga |
2021-12-03 | libpayload: Add CBMEM_IMD_ENTRY support to coreboot tables parser | Jakub Czapiga |
2021-10-04 | coreboot tables: Add type-c port info to coreboot table | Nick Vaccaro |
2021-09-20 | device/mmio: Make buffer_to_fifo32() take a const buffer | Julius Werner |
2021-06-18 | nvs: Add Chrome OS NVS (CNVS) information to coreboot tables | Furquan Shaikh |
2020-12-08 | coreboot tables: Add SPI flash memory map windows to coreboot tables | Furquan Shaikh |
2020-10-30 | lib/libpayload: Replace strapping_ids with new board configuration entry | Tim Wawrzynczak |
2020-09-30 | libpayload: use PRIu64 type to print u64 | Jeremy Compostella |
2020-09-21 | payloads: Drop unneeded empty lines | Elyes HAOUAS |
2020-09-19 | libpayload: free: Separate NULL check out for clarity | Hsuan Ting Chen |
2020-09-13 | libpayload: malloc: Fix realloc for overlapping buffers | Yu-Ping Wu |
2020-08-24 | libpayload: memmove: Don't make expectations of architecture memcpy | Julius Werner |
2020-08-24 | libpayload: Cache physical location of strings | Nico Huber |
2020-08-24 | libpayload: Cache physical location of CBMEM entries | Nico Huber |
2020-08-24 | libpayload: Cache physical location of cb_table entries | Nico Huber |
2020-08-24 | libpayload: Cache copy of `cb_framebuffer` struct | Nico Huber |
2020-08-24 | libpayload: Cache physical location of serial-console struct | Nico Huber |
2020-08-24 | libpayload: Cache physical CMOS option table location | Nico Huber |
2020-08-24 | libpayload: Cache physical cbmem console address | Nico Huber |
2020-07-09 | libpayload: Add simple 32.32 fixed-point math API | Julius Werner |
2020-05-28 | payloads/libpayload/libc: Avoid NULL pointer dereference | Harshit Sharma |
2020-05-28 | payloads/libpayload/libc: Do cosmetic fixes | Harshit Sharma |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-04-03 | libpayload: malloc: Change memcpy() to memmove() in realloc | Julius Werner |
2020-02-17 | payloads: Fix typos | Elyes HAOUAS |
2019-12-02 | lib/coreboot_table: Add CBMEM_ID_VBOOT_WORKBUF pointer to coreboot table | Yu-Ping Wu |
2019-11-20 | Remove MIPS architecture | Julius Werner |
2019-10-03 | libpayload: refactor fetching cbmem pointers | Patrick Georgi |
2019-10-02 | libpayload: Add fmap_cache to sysinfo_t | Furquan Shaikh |
2019-08-22 | Add buffer_to/from_fifo32(_prefix) helpers | Julius Werner |
2019-07-23 | vboot: deprecate vboot_handoff structure | Joel Kitching |
2019-07-23 | libpayload/libc: Use size_t for lengths and indices | Jacob Garber |
2019-07-23 | libpayload/libc: Tidy utf16le_to_ascii | Jacob Garber |
2019-07-23 | libpayload/libc: Correct strlcat return value | Jacob Garber |
2019-07-21 | libpayload: Enable -Wimplicit-fallthrough | Jacob Garber |
2019-05-23 | coreboot_tables: pass the early_mmc_wake_hw status to payload | Bora Guvendik |
2019-04-10 | libpayload: Deduplicate strtol and strtoull | Julius Werner |
2019-04-10 | libpayload: Fix CONFIG_LP_DEBUG_MALLOC for 64-bit archs | Julius Werner |
2019-03-26 | libpayload: strtoull: Fix edge case bug with *endptr | Julius Werner |
2019-03-19 | vboot: make vboot workbuf available to payload | Joel Kitching |
2019-03-07 | payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-02-11 | libpayload: add memchr to libc | Philipp Hug |
2018-09-12 | libpayload/libc/time: Add an arch_ndelay() | Raul E Rangel |
2018-08-22 | cbtable: remove chromeos_acpi from cbtable | Joel Kitching |
2018-08-14 | cbmem: rename vdat to chromeos_acpi | Joel Kitching |
2017-12-07 | libpayload: Add SKU ID coreboot table support | Julius Werner |
2017-12-07 | libpayload: Minor board ID / RAM code cleanups | Julius Werner |
2017-08-21 | libpayload: add time() | Nicola Corna |
2017-07-26 | libpayload: Clean up unaligned memset() support | Nico Huber |
2017-07-20 | libpayload: Fix unaligned buffer logic in default_memset | Marshall Dawson |
2017-07-13 | libpayload: Support unaligned pointer for memcpy, memmove and memcmp | Jeremy Compostella |
2017-07-12 | libpayload: Support unaligned pointers for memset | Jeremy Compostella |
2017-06-07 | payloads: change coreboot to lowercase | Martin Roth |
2017-04-19 | libpayload/libc/console: Flush input driver buffer on init | Furquan Shaikh |
2017-01-13 | libpayload: Add VPD address into lib_sysinfo | Kan Yan |
2016-09-08 | libpayload: Fix strtok_r | Jeremy Compostella |
2016-07-31 | libpayload: Drop superfluous "continue" | Patrick Georgi |
2016-04-06 | libpayload/libc: Fix memset/sizeof usage | Jonathan Neuschäfer |
2016-03-15 | libpayload: Drop CONFIG_LP_CHROMEOS | Stefan Reinauer |
2016-02-19 | libpayload: honor TSC information under CONFIG_LP_TIMER_RDTSC | Aaron Durbin |
2015-08-19 | libpayload: Fix default_memmove() implementation | Nico Huber |
2015-08-10 | libpayload: Fix compile error in time.c if nvram support is disabled | Patrick Georgi |
2015-07-14 | libpayload: store boot media information in sysinfo | Patrick Georgi |
2015-07-14 | libpayload: Add support for handling fmaps | Patrick Georgi |
2015-06-30 | libpayload: Make Kconfig bools use IS_ENABLED() | Stefan Reinauer |
2015-06-23 | libpayload: Parse MTC and fill mtc_start and mtc_size | Furquan Shaikh |
2015-06-08 | libpayload: retire LAR support | Patrick Georgi |
2015-06-08 | Remove empty lines at end of file | Elyes HAOUAS |