Age | Commit message (Expand) | Author |
2024-06-22 | libpayload/include/endian.h: Add 64 bit enc/dec | 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-04-19 | libpayload: Fix inl() return type mismatch | Subrata Banik |
2024-03-25 | libpayload: Include commonlib/helpers.h in libpayload.h for GPL builds | Julius Werner |
2024-03-15 | treewide: Move stdlib.h to commonlib | Maximilian Brune |
2024-03-13 | cbfs: Remove broken remnants of PAYLOAD_INFO feature | Julius Werner |
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-02 | libpayload: Switch to commonlib ipchksum() algorithm | Julius Werner |
2023-11-21 | libpayload: Add dma_allocator_range() | Yi Chou |
2023-11-07 | libpayload/libc/time: Fix possible overflow in multiplication | Yidi Lin |
2023-10-04 | {commonlib, libpayload}: Add "has_external_display" in coreboot table | Subrata Banik |
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-09-18 | libpayload/drivers/video: Add cursor movement support in console | Eran Mitrani |
2023-08-24 | libpayload: Outsource delay function into own header | Thomas Heijligen |
2023-08-17 | libpayload/include/stdarg.h: Add va_copy builtin | Maximilian Brune |
2023-08-17 | libpayload: Add parsing of SMBIOS address | Maximilian Brune |
2023-08-01 | payloads/libpayload/include/coreboot_tables: Use C99 flexible arrays | Elyes Haouas |
2023-03-07 | libpayload: strings.h: Use builtin __ffs instead of included one | Thomas Heijligen |
2023-02-17 | libpayload: Use __func__ instead of old __FUNCTION__ | Elyes Haouas |
2023-02-16 | commonlib/bsd, libpayload: Do not include helpers.h in stddef.h | Thomas Heijligen |
2023-02-16 | libpayload/string: add strndup() function | Thomas Heijligen |
2022-10-26 | coreboot_tables: Drop uart PCI addr | Arthur Heymans |
2022-09-02 | cbfs/vboot: Adapt to new vb2_digest API | Julius Werner |
2022-09-01 | x86/cache.c: Implement dcache_* | Hsin-Te Yuan |
2022-08-24 | libpayload: Add const for dma_coherent argument | Yu-Ping Wu |
2022-07-04 | treewide: Unify Google branding | Jon Murphy |
2022-06-09 | libpayload: Add commonlib/bsd/elog and its dependency | Hsuan Ting Chen |
2022-06-07 | commonlib: Clean up compiler.h | Julius Werner |
2022-05-20 | libpayload/pci: Add support for bus mapping | Jianjun Wang |
2022-05-19 | coreboot_tables: Add PCIe info to coreboot table | Jianjun Wang |
2022-05-16 | libpayload: Fix guards in include/{arm,arm64,x86}/arch/barrier.h | David Hendricks |
2022-04-14 | coreboot_tables: Replace 'struct lb_uint64' with lb_uint64_t | Jianjun Wang |
2022-03-30 | commonlib/bsd/helpers: Remove redundancy with libpayload defines | Jakub Czapiga |
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-01-14 | libpayload: Fix legacy CBFS code after recent refactoring | Julius Werner |
2022-01-12 | libpayload/libcbfs: Add unverified_area APIs | Jakub Czapiga |
2022-01-10 | libpayload: Implement new CBFS access API | Jakub Czapiga |
2021-12-23 | libpayload/libc/fmap: Implement new FlashMap API | Jakub Czapiga |
2021-12-13 | lib: Add __fls() (Find Last Set) | Jianjun Wang |
2021-12-10 | libpayload: Add boot_device_read() function | Jakub Czapiga |
2021-12-03 | libpayload: Add CBMEM_IMD_ENTRY support to coreboot tables parser | Jakub Czapiga |
2021-11-23 | libpayload: Add mock assert support for unit testing purposes | Jakub Czapiga |
2021-11-04 | tests: Move x86 I/O functions to include/mock/arch/io.h | Jakub Czapiga |
2021-10-11 | libpayload: Add mock architecture | Jakub Czapiga |
2021-10-04 | driver/intel/pmc_mux/conn: Move typec_orientation enum to coreboot_tables.h | Nick Vaccaro |
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 |
2021-06-18 | includes: Move *abs() declarations into `stdlib.h` | Nico Huber |
2021-06-18 | includes: Remove dangling doxygen @} | Nico Huber |
2021-06-18 | includes: Define `CHAR_BIT` in `limits.h` | Nico Huber |
2021-06-18 | includes: Provide `wchar.h` with `wchar_t` and `wint_t` | Nico Huber |
2021-06-18 | includes: Add include guards to `stddef.h` | Nico Huber |
2021-04-07 | libpayload/storage: Add NVMe driver | Thomas Heijligen |
2021-02-20 | libpayload: Use volatile pointers in {read,write}{8,16,32,64} | Patrick Georgi |
2021-01-30 | libpayload/arm*: Add 64bit memory access primitives | Patrick Georgi |
2020-12-24 | libpayload/i8042: Add API to peek on keyboard input queue | Nico Huber |
2020-12-23 | libpayload/i8042: Add API to get/set kbd translation state | Nico Huber |
2020-12-08 | coreboot tables: Add SPI flash memory map windows to coreboot tables | Furquan Shaikh |
2020-12-05 | libpayload: Provide API to expose MMU memery ranges for ARM64 | Meng-Huan Yu |
2020-11-22 | libpayload/usb: Add format string checking to usb_debug | Caveh Jalali |
2020-11-08 | libpayload: Add compiler.h to compiler parameters | Jacob Garber |
2020-11-02 | libpayload/x86: Add enumeration of Intel family 6 models | Nico Huber |
2020-10-30 | lib/libpayload: Replace strapping_ids with new board configuration entry | Tim Wawrzynczak |
2020-10-26 | libpayload/keyboard: Use `bool` as return type | Nico Huber |
2020-10-26 | libpayload: Add <stdbool.h> | Nico Huber |
2020-10-22 | drivers/smmstore: Implement SMMSTORE version 2 | Patrick Rudolph |
2020-10-20 | libpayload/storage/ahci: Use pci_dev struct in ahci_initialize() | Felix Singer |
2020-10-20 | libpayload/storage/ahci: Use pacc pointer to read device class | Felix Singer |
2020-10-20 | libpayload/arch/x86: Introduce pacc pointer in sysinfo_t struct | Felix Singer |
2020-10-17 | libpayload/libpci: Introduce device class attribute in pci_dev | Felix Singer |
2020-10-16 | libpayload/x86: Add some more CPUID helpers | Nico Huber |
2020-10-15 | lib and libpayload: Add popcnt functions | Angel Pons |
2020-10-14 | lib and libpayload: add 64-bit versions of clz, __ffs and log2 | Tim Wawrzynczak |
2020-09-21 | payloads: Drop unneeded empty lines | Elyes HAOUAS |
2020-08-28 | libpayload: cbgfx: Support buffered I/O | Hung-Te Lin |
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-08-13 | libpayload: cbgfx: Add color mapping functionality | Yu-Ping Wu |
2020-07-28 | libpayload: Replace include/compiler.h with commonlib/bsd's version | Patrick Georgi |
2020-07-23 | libpayload: cbgfx: Add draw_line() | Yu-Ping Wu |
2020-07-16 | libpayload: allow nonblocking delay and more than one delay | Ronald G Minnich |
2020-07-15 | cbgfx: Add blend functions to calculate transparency | Shelley Chen |
2020-07-09 | libpayload: Add simple 32.32 fixed-point math API | Julius Werner |
2020-06-06 | libpayload: drivers/usb: add a USB pre-poll hook | Caveh Jalali |
2020-05-18 | libpayload: Fix definitions of minimum integer values | Yu-Ping Wu |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-01 | lp/drivers/usb: Add quirk for QEMU XHCI root hub | Duncan Laurie |
2020-03-23 | libpayload/drivers/nvram: Add function to write RTC | Patrick Rudolph |