Age | Commit message (Expand) | Author |
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 |
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-17 | libpayload/defconfig: Set default heap size to 1MiB | 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-25 | payloads/libpayload/drivers/usb/usb.c: Remove whitespace before tab | Elyes HAOUAS |
2020-07-25 | payloads/libpayload/curses/menu/eti.h: Remove unneeded whitespaces | Elyes HAOUAS |
2020-07-25 | payloads/libpayload/arch/arm/cpu.S: Remove whitespaces before tab | Elyes HAOUAS |
2020-07-23 | libpayload: cbgfx: Add draw_line() | Yu-Ping Wu |
2020-07-21 | libpayload/xhci: Try harder to read 32-bit caps at once | Nico Huber |
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: cbgfx: Replace bilinear resampling with Lanczos | Julius Werner |
2020-07-09 | libpayload: Add simple 32.32 fixed-point math API | Julius Werner |
2020-07-08 | libpayload: arm64: silence libpayload main entry | Michael Walle |
2020-07-08 | libpayload: arm64: fix OUTPUT_ARCH() | Michael Walle |
2020-07-06 | libpayload: cbgfx: Fix add_fractions() overflow reduction | Julius Werner |
2020-06-28 | libpayload/cbgfx: Fix overflow in transform_vector() | Yu-Ping Wu |
2020-06-22 | libpayload: gdb: Condition video console init on LP_VIDEO_CONSOLE | Yu-Ping Wu |
2020-06-06 | usb/xhci: Fix timeout logic | Caveh Jalali |
2020-06-06 | libpayload: drivers/usb: add a USB pre-poll hook | Caveh Jalali |
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-26 | libpayload/cbgfx: Remove gap between adjacent boxes | Yu-Ping Wu |
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-09 | payloads: Replace GPL boilerplate with SPDX headers | Patrick Georgi |
2020-05-04 | libpayload/drivers/usb/xhci: Allow xHCI v1.2 in libpayload | Dossym Nurmukhanov |
2020-05-02 | libpayload: xhci: Fix CAPREG address calculation | Julius Werner |
2020-05-01 | libpayload: Fix 16-bit read/write to PCI_COMMAND register | Elyes HAOUAS |
2020-05-01 | lp/drivers/usb: Add quirk for QEMU XHCI root hub | Duncan Laurie |
2020-04-30 | libpayload: xhci: Do not memcpy registers | Julius Werner |
2020-04-20 | libpayload: Make 8250 UART driver relocation safe | Nico Huber |
2020-04-15 | trogdor: add support for Bubs variant | T Michael Turney |
2020-04-14 | lp/drivers/usb: Work around QEMU XHCI register issue | Duncan Laurie |
2020-04-03 | libpayload: malloc: Change memcpy() to memmove() in realloc | Julius Werner |
2020-03-23 | libpayload/drivers/nvram: Fix coding style | Patrick Georgi |
2020-03-23 | libpayload/drivers/nvram: Add function to write RTC | Patrick Rudolph |
2020-03-10 | libpayload/corebootfb: Replace obsolete macros FI and CHARS | Nico Huber |
2020-03-09 | libpayload: Add uart/serial driver support for trogdor | T Michael Turney |
2020-03-09 | libpayload: Improve rtc functions | Patrick Rudolph |
2020-03-09 | libpayload/corebootfb: Add option to center a 80x25 console | Nico Huber |
2020-03-09 | libpayload/corebootfb: Keep local copy of framebuffer info | Nico Huber |
2020-03-04 | libpayload: add read64() and write64() | Thomas Heijligen |
2020-03-02 | lz4: Fix out-of-bounds reads | Alex Rebert |
2020-03-02 | libpayload: cbfs: fix infinite loop in cbfs_get_{handle,attr} | Alex Rebert |
2020-02-26 | treewide: capitalize 'USB' | Elyes HAOUAS |
2020-02-24 | treewide: Capitalize 'CMOS' | Elyes HAOUAS |
2020-02-24 | libpayload: cbgfx: Fix potential overflowing expression | Yu-Ping Wu |
2020-02-24 | libpayload: Fix out-of-bounds read | Alex Rebert |
2020-02-17 | payloads: Fix typos | Elyes HAOUAS |
2020-02-17 | libpayload/corebootfb: Fix character buffer relocation | Nico Huber |
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-02-05 | libpayload/xhci: Fix MPS handling in set_address | Kangheui Won |
2020-01-14 | libpayload: cbgfx: Support drawing a box with rounded corners | Yu-Ping Wu |
2019-12-27 | Makefile: Remove romcc | Elyes HAOUAS |