Age | Commit message (Expand) | Author |
2020-02-04 | coreinfo/coreinfo.c: Correct main function signature | Jacob Garber |
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 | payloads/seabios: Update stable from 1.12.1 to 1.13.0 | Martin Kepplinger |
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-09 | payloads/bayou: remove unhooked payload | Angel Pons |
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-23 | Kconfig: comply to Linux 5.3's Kconfig language rules | Patrick Georgi |
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-14 | Fix sarien depthcharge make build | Selma BENSAID |
2019-11-12 | payloads/external/GRUB2: Check for existing grub2 directory | Werner Zeh |
2019-11-11 | libpayload: usbmsc: update return value of CSW transfer | Changqi Hu |
2019-11-04 | payloads/external/GRUB2: fix constantly rebuilding due to git checkout | Michael Niewöhner |
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-10-02 | coreinfo/coreinfo.c: Support both lower and upper case alphabets | Himanshu Sahdev |
2019-09-24 | depthcharge: add CONFIG_MAINBOARD_DEPTHCHARGE | Selma BENSAID |
2019-09-18 | libpayload: Use interrupt transfers for USB hubs | Nico Huber |
2019-09-15 | payloads/LinuxBoot: move kernel make flags into own variable | Alexander Couzens |
2019-09-02 | payloads/external/LinuxBoot: Add curl flag | Marcello Sylvester Bauer |
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-21 | payloads/tianocore: Enable UEFIPayload | Lijian Zhao |
2019-08-20 | Makefile.inc, payloads: Enable -Wvla | Jacob Garber |
2019-08-08 | arch/riscv: Enable FIT support | Jonathan Neuschäfer |
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-25 | payloads/external/Yabits: Pass XGCCPATH | Nico Huber |
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 |