Age | Commit message (Expand) | Author |
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 |
2020-03-09 | libpayload: Improve rtc functions | Patrick Rudolph |
2020-03-04 | libpayload: add read64() and write64() | Thomas Heijligen |
2020-02-26 | treewide: capitalize 'USB' | Elyes HAOUAS |
2020-02-17 | libpayload: arm64: Keep instruction cache enabled at all times | Julius Werner |
2020-02-05 | libpayload: Make pci and endian handling -Wconversion safe | Patrick Georgi |
2020-01-14 | libpayload: cbgfx: Support drawing a box with rounded corners | Yu-Ping Wu |
2019-12-16 | libpayload: Implement reading from CBMEM console | Yu-Ping Wu |
2019-12-06 | endian: Replace explicit byte swapping with compiler builtin | Julius Werner |
2019-12-04 | mmio: Add clrsetbitsXX() API in place of updateX() | Julius Werner |
2019-12-02 | lib/coreboot_table: Add CBMEM_ID_VBOOT_WORKBUF pointer to coreboot table | Yu-Ping Wu |
2019-11-28 | libpayload: Add BIT(x) macro definition | satya priya |
2019-11-20 | Remove MIPS architecture | Julius Werner |
2019-11-19 | mmio: Fix buffer_to_fifo32() order of arguments | Julius Werner |
2019-11-16 | libpayload: keyboard: Ignore special keys | Thejaswani Putta |
2019-10-18 | util/cbfstool: Add optional argument ibb | Philipp Deppenwiese |
2019-10-03 | libpayload: refactor fetching cbmem pointers | Patrick Georgi |
2019-10-02 | libpayload: Add fmap_cache to sysinfo_t | Furquan Shaikh |
2019-08-27 | libpayload/usb: add USB 3.1 GEN2 support | Eric Lai |
2019-08-22 | libpayload: usbmsc: Factor out usb_msc_force_init() function | Julius Werner |
2019-08-22 | Add buffer_to/from_fifo32(_prefix) helpers | Julius Werner |
2019-08-08 | libpayload: cbgfx: Allow rotation of the display | Nicolas Boichat |
2019-07-23 | vboot: deprecate vboot_handoff structure | Joel Kitching |
2019-07-23 | libpayload/libc: Tidy utf16le_to_ascii | Jacob Garber |
2019-07-02 | libpayload/usb: Increase USB request timeout to 5 s | Keith Short |
2019-06-18 | commonlib: define cbtable tags as enum to identify conflicts | Patrick Georgi |
2019-06-18 | libpayload: define cbtable tags as enum to identify conflicts | Patrick Georgi |
2019-05-23 | Renumber cbtable tag MMC_INFO | Patrick Georgi |
2019-05-23 | coreboot_tables: pass the early_mmc_wake_hw status to payload | Bora Guvendik |
2019-05-16 | libpayload: make log2 and clz work on signed values internally | Patrick Georgi |
2019-05-13 | libpayload: classify all keyboards | Matt Delco |
2019-04-10 | libpayload: Deduplicate strtol and strtoull | Julius Werner |
2019-04-10 | libpayload: limits.h: Provide reliable definitions for all XXX_MAX/MIN | Julius Werner |
2019-04-10 | libpayload: Fix CONFIG_LP_DEBUG_MALLOC for 64-bit archs | Julius Werner |
2019-04-04 | Make common macros double-evaluation safe | 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-03-07 | Add new CONFIG(XXX) macro to replace IS_ENABLED(CONFIG_XXX) | Julius Werner |
2019-03-04 | fmap: Add FMAP_AREA_PRESERVE | Hung-Te Lin |
2019-02-28 | libpayload: cbfs: Require input size and output size for cbfs_decompress | You-Cheng Syu |
2019-02-13 | libpayload/sys/types.h: Add definition for off_t | Nico Huber |
2019-02-11 | libpayload: add memchr to libc | Philipp Hug |
2018-10-12 | libpayload: gdb: Factor out gdb_handle_reentrant_exception() from arm32 | Julius Werner |
2018-10-12 | libpayload: arm64: Make exception handling closer to arm32 | Julius Werner |
2018-10-12 | libpayload: arm64: Conform to new coreboot lib_helpers.h and assume EL2 | Julius Werner |
2018-10-04 | libpayload/apic: Only ACK interrupts triggered by the APIC | Raul E Rangel |
2018-09-28 | src/*: normalize Google copyright headers | Patrick Georgi |
2018-09-12 | libpayload/libc/time: Add an arch_ndelay() | Raul E Rangel |
2018-09-12 | libpayload/x86/apic: Add an apic_delay method and calibrate the timer | Raul E Rangel |
2018-09-12 | libpayload/arch/x86: Add support for initializing the APIC | Raul E Rangel |
2018-09-10 | libpayload/x86/exception: Add ability to handle user defined interrupts | Raul E Rangel |
2018-09-04 | payloads: Remove/fix trailing whitespace | Martin Roth |
2018-08-23 | libpayload/x86/exception: Add methods to enable/disable interrupts | Raul E Rangel |
2018-08-23 | libpayload/x86/cpuid: Add a cpuid macro | 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 |
2018-07-17 | libpayload: Add UNKNOWN_SPEED to usb_speed enum | Raul E Rangel |
2018-06-15 | util/cbfstool: Support FIT payloads | Patrick Rudolph |
2018-05-31 | libpayload-x86: Export keyboard modifiers | Patrick Rudolph |
2018-05-31 | libpayload: Export usbhid_getmodifiers | Patrick Rudolph |
2018-05-15 | libpayload-x86: Add PS2 mouse driver | Patrick Rudolph |
2018-05-15 | libpayload-x86: Add common i8042 driver | Patrick Rudolph |
2018-05-04 | cbfs: Rename CBFS_TYPE_PAYLOAD to CBFS_TYPE_SELF | Patrick Rudolph |