Age | Commit message (Expand) | Author |
2021-12-08 | libpayload/Makefile: Improve object files list creation | Jakub Czapiga |
2021-12-08 | libpayload: Add include/commonlib/bsd to installed headers | Jakub Czapiga |
2021-12-07 | tests: Disable -Wmain-return-type for clang | Julius Werner |
2021-12-07 | tests: Disable -Wsource-mgr for clang | Julius Werner |
2021-12-06 | tests: Fix objcopy --add-symbol arguments creation | Jakub Czapiga |
2021-12-03 | libpayload: Add CBMEM_IMD_ENTRY support to coreboot tables parser | Jakub Czapiga |
2021-12-01 | libpayload: Add coreboot commonlib/bsd include path | Jakub Czapiga |
2021-11-24 | libpayload/tests: Fix mocks __real_<func> symbol creation | Jakub Czapiga |
2021-11-23 | libpayload: Add mock assert support for unit testing purposes | Jakub Czapiga |
2021-11-23 | libpayload/tests: remove tests/include/mocks include path | Jakub Czapiga |
2021-11-04 | tests: Move x86 I/O functions to include/mock/arch/io.h | Jakub Czapiga |
2021-10-18 | libpayload: Add unit-tests framework and first test case | Jakub Czapiga |
2021-10-11 | libpayload: Add mock architecture | Jakub Czapiga |
2021-10-07 | libpayload: cbgfx: Clear screen by memcpy | Yu-Ping Wu |
2021-10-06 | libpayload: Enable UART driver for sc7280 | Roja Rani Yarubandi |
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-09-01 | libpayload: Move EXTRA_CFLAGS to enable option override | Jakub Czapiga |
2021-08-27 | libpayload: cbgfx: Clear screen by sequential access | Yu-Ping Wu |
2021-08-12 | libpayload: Mark Intel 300 series AHCI as tested | Nico Huber |
2021-08-09 | payloads/libpayload: add MTK_TIMER_V2 config | Rex-BC Chen |
2021-07-14 | libpayload: curses: Only call `serial_set_color()` with initialized values | Paul Menzel |
2021-07-13 | util/kconfig: Uprev to Linux 5.13's kconfig | Patrick Georgi |
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-05-03 | libpayload: i8042: Enable keyboard translation by default on exit | Duncan Laurie |
2021-04-18 | libpayload/keyboard: Reset to scancode set #2 on exit | Nico Huber |
2021-04-18 | libpayload/keyboard: Add a detention state | Nico Huber |
2021-04-18 | libpayload/keyboard: Implement hot (un)plugging | Nico Huber |
2021-04-15 | libpayload: Support herobrine | T Michael Turney |
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-02-07 | libpayload: Add a Makefile for in-tree payloads | Nico Huber |
2021-02-05 | payloads/libpayload/arch/arm64/mmu.c: Fix typo in comment | Elyes HAOUAS |
2021-02-02 | treewide [Kconfig]: Remove useless comment | Elyes HAOUAS |
2021-01-30 | libpayload/arm*: Add 64bit memory access primitives | Patrick Georgi |
2021-01-11 | libpayload/lpgcc: Drop redundant linker path | Nico Huber |
2021-01-11 | libpayload/lpgcc: Set proper include paths for in-tree builds | Nico Huber |
2021-01-11 | libpayload/lpgcc: Add more variables to support in-tree builds | Nico Huber |
2021-01-01 | libpayload/lpgcc: Check for `libpayload.config` for in-tree builds | Nico Huber |
2021-01-01 | libpayload/lpgcc: Turn references to build dir into a variable | Nico Huber |
2021-01-01 | libpayload: Keep a copy of .config in the build dir | Nico Huber |
2021-01-01 | libpayload: Move .xcompile into $(obj) | Nico Huber |
2020-12-24 | libpayload/i8042: Add API to peek on keyboard input queue | Nico Huber |
2020-12-24 | libpayload/keyboard: Add debug output to all state transitions | Nico Huber |
2020-12-24 | libpayload/keyboard: Hide console output by default | Nico Huber |
2020-12-24 | libpayload/keyboard: Implement self-test | Nico Huber |
2020-12-24 | libpayload/keyboard: Add timestamp to track time spent in a state | Nico Huber |
2020-12-24 | libpayload/keyboard: Turn init sequence into a state machine | Nico Huber |
2020-12-24 | libpayload/keyboard: Avoid races around input draining | Nico Huber |
2020-12-24 | libpayload/keyboard: Introduce keyboard_drain_input() | Nico Huber |
2020-12-24 | libpayload/keyboard: Revise keyboard_cmd() error handling | Nico Huber |
2020-12-23 | libpayload/keyboard: Revise scancode set and translation config | 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-22 | libpayload/usb: Fix printf format string mismatches in debug messages | Caveh Jalali |
2020-11-16 | libpayload/i8042: Increase response timeout to 1.5s | Nico Huber |
2020-11-12 | Delete mainboard/google/cheza | Julius Werner |
2020-11-09 | libpayload: storage.c: remove unneeded #if CONFIG() | Thomas Heijligen |
2020-11-08 | libpayload: Make OHCI enums into types | Jacob Garber |
2020-11-08 | libpayload: Add compiler.h to compiler parameters | Jacob Garber |
2020-11-02 | libpayload: Add support for link time optimization | Jacob Garber |
2020-11-02 | libpayload/x86: Try to discover invariant TSC rate | Nico Huber |
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-30 | .gitignore: Split into subdirectory files | Patrick Georgi |
2020-10-26 | libpayload/keyboard: Use `bool` as return type | Nico Huber |
2020-10-26 | libpayload/curses: Use <stdbool.h> | 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-19 | libpayload/storage: Enable STORAGE_64BIT_LBA | Felix Singer |
2020-10-19 | libpayload/storage: Enable all AHCI controllers by default | Felix Singer |
2020-10-17 | libpayload/libpci: Introduce device class attribute in pci_dev | Felix Singer |
2020-10-17 | libpayload/libpci: Clean up pci_alloc() | 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-30 | libpayload: use PRIu64 type to print u64 | Jeremy Compostella |
2020-09-27 | libpayload: Fix file permissions | Kyösti Mälkki |
2020-09-21 | treewide/Kconfig: Drop unneeded empty lines | Elyes HAOUAS |
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-18 | libpayload: cbgfx: Fix 'equals' counter for Lanczos resampling | Yu-Ping Wu |
2020-09-13 | libpayload: malloc: Fix realloc for overlapping buffers | Yu-Ping Wu |
2020-09-04 | libpayload/xhci: Fix Slot State field width definition | Caveh Jalali |
2020-08-31 | xhci: Do not set the CRCR_CS bit | Caveh Jalali |
2020-08-31 | xhci: Fix Abort command event handling | Caveh Jalali |
2020-08-28 | libpayload: cbgfx: Support buffered I/O | Hung-Te Lin |
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 |