Age | Commit message (Expand) | Author |
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 |
2019-12-20 | libpayload/drivers/i8042: add error messages to i8042_probe | Eric Lai |
2019-12-16 | libpayload: Implement reading from CBMEM console | Yu-Ping Wu |
2019-12-13 | libpayload/drivers/i8042: Add error handling | Eric Lai |
2019-12-12 | libpayload/drivers/i8042: Remove obsolete flag | Eric Lai |
2019-12-11 | libpayload/drivers/i8042: Add AT translated Keyboard support | Eric Lai |
2019-12-11 | printf: Automatically prefix %p with 0x | Julius Werner |
2019-12-06 | endian: Replace explicit byte swapping with compiler builtin | Julius Werner |
2019-12-05 | arm64: Bump exception stack size to 2KB | Julius Werner |
2019-12-05 | trogdor: libpayload USB support | T Michael Turney |
2019-12-04 | Change all clrsetbits_leXX() to clrsetbitsXX() | 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-20 | Remove imgtec/pistachio SoC | 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-11-11 | libpayload: usbmsc: update return value of CSW transfer | Changqi Hu |
2019-10-30 | libpayload: handle special-class-handlers before sources | Arthur Heymans |
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-09-18 | libpayload: Use interrupt transfers for USB hubs | Nico Huber |
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 | libpayload: usbmsc: Skip zero-length packets at end of data | Julius Werner |
2019-08-22 | Add buffer_to/from_fifo32(_prefix) helpers | Julius Werner |
2019-08-20 | Makefile.inc, payloads: Enable -Wvla | Jacob Garber |
2019-08-08 | libpayload: cbgfx: Allow rotation of the display | Nicolas Boichat |
2019-07-26 | libpayload/serial/qcs405: Mark uart console as such | Patrick Georgi |
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-07-13 | util/testing: Ensure coreboot-gerrit fails if libpayload build fails | Keith Short |
2019-07-09 | libpayload/usb: fix DWC2 driver | Patrick Georgi |
2019-07-02 | libpayload/usb: Increase USB request timeout to 5 s | Keith Short |
2019-06-29 | libpayload: cbgfx: Run cbgfx_init() before we need it for draw_box() | Julius Werner |
2019-06-27 | libpayload: Re-initialize UART RX | Prudhvi Yarlagadda |
2019-06-21 | payloads/libpayload: Update a Makefile for sample libpayload | Asami Doi |
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-06-14 | libpayload/i8042/keyboard: Log errors during initialization | Furquan Shaikh |
2019-06-13 | libpayload: Add USB support to mistral config | Patrick Georgi |
2019-06-06 | Revert "libpayload: Reset PS/2 keyboard" | Nico Huber |
2019-06-04 | libpayload: Add UART for qcs405 | Prudhvi Yarlagadda |
2019-06-04 | libpayload/i8042/keyboard: Fix return value check for keyboard_cmd | Furquan Shaikh |
2019-05-29 | libpayload/drivers/i8402/kbd: Fix qemu | Patrick Rudolph |
2019-05-27 | libpayload: Reset PS/2 keyboard | Paul Menzel |
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-15 | libpayload: ahci: Prevent memory leaks when failing on init | Jacob Garber |
2019-05-13 | libpayload/drivers/i8042: Add fallthrough comment | Jacob Garber |
2019-05-13 | libpayload: classify all keyboards | Matt Delco |
2019-04-17 | mediatek: Use the 64-bit timer | Tristan Shieh |
2019-04-11 | libpayload/option table: Don't pad string entries with garbage | Nico Huber |
2019-04-11 | libpayload/storage: Add Apollo Lake AHCI ID to tested controllers | Nico Huber |
2019-04-11 | libpayload: keyboard: Add F11 and F12 support | 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-09 | libpayload: Fix potential NULL pointer dereference | Francois Toguo |
2019-04-08 | libpayload/drivers/timer: Use 64 bits to prevent overflow | Jacob Garber |
2019-04-05 | libpayload: Align main() data types | Patrick Georgi |
2019-04-04 | Make common macros double-evaluation safe | 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-18 | libpayload: qcs405: Add new Configs | Nitheesh Sekar |
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-03-02 | libpayload: i8042: Only test PS/2 AUX port when enabled | Duncan Laurie |
2019-03-02 | libpayload: keyboard: Add option to ignore failures during init | Duncan Laurie |
2019-02-28 | libpayload: cbfs: Check decompressed size when loading files | You-Cheng Syu |
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-12-18 | Fix typos involving "the the" | Jonathan Neuschäfer |
2018-12-09 | libpayload: Don't try to use invalid row count | Martin Roth |
2018-12-05 | libpayload: Remove unused timer/serial drivers | Julius Werner |
2018-11-28 | payloads/libpayload/libcbfs: Remove duplicated ';' at end of line | Elyes HAOUAS |
2018-11-16 | payloads/libpayload/drivers/storage: Get rid of void pointer math | Richard Spiegel |
2018-10-23 | libpayload: Fill reg_base for debugging purposes | Patrick Rudolph |
2018-10-18 | libpayload/curses/PDCurses/doc/intro.txt: Remove unneeded whitespace | Elyes HAOUAS |