Age | Commit message (Expand) | Author |
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 | payloads/external: s/PROMT/PROMPT/g | Angel Pons |
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-07 | payloads/external/Makefile.inc: Pass hardware IRQ option to SeaBIOS Makefile | Michał Żygowski |
2020-05-04 | libpayload/drivers/usb/xhci: Allow xHCI v1.2 in libpayload | Dossym Nurmukhanov |
2020-05-04 | payloads/external/GRUB2: Makefile: fix check for changed files again | Michael Niewöhner |
2020-05-04 | payloads/external/GRUB2: Makefile: fix checkout hint | Michael Niewöhner |
2020-05-04 | payloads/external/GRUB2: Makefile: fix check for changed files | Michael Niewöhner |
2020-05-02 | payloads/seabios: Add Hardware IRQ Kconfig | Matt DeVillier |
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 | payloads/tianocore: Fix check for custom bootsplash | Matt DeVillier |
2020-04-30 | payloads/ipxe: Enable HTTPS support | Felix Singer |
2020-04-30 | libpayload: xhci: Do not memcpy registers | Julius Werner |
2020-04-28 | payloads/tianocore: Allow custom boot splash for UefiPayloadPkg | Matt DeVillier |
2020-04-28 | payloads/tianocore: Init submodules | Matt DeVillier |
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-09 | payloads/nvramcui: Select USE_OPTION_TABLE | Matt DeVillier |
2020-04-03 | libpayload: malloc: Change memcpy() to memmove() in realloc | Julius Werner |
2020-04-01 | cros_ec: add chrome EC headers to include path | Caveh Jalali |
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-03 | payloads/ext/Makefile.inc: Fix SeaBIOS race condition | Angel Pons |
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-29 | payloads/tianocore: Enable PS2 keyboard module | Benjamin Doron |
2020-02-28 | payloads/ext/tianocore/Makefile: Enable quiet mode | Angel Pons |
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-22 | cbfs: allow uncompressed payloads | Ronald G. Minnich |
2020-02-17 | treewide: capitalize 'BIOS' | Elyes HAOUAS |
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-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 |