Age | Commit message (Expand) | Author |
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-19 | arch/arm: Enable FIT payloads | Sam Lewis |
2020-08-18 | payloads/nvramcui: Fix `make clean` | Nico Huber |
2020-08-18 | payloads/coreinfo: Fix `make clean` | Nico Huber |
2020-08-17 | payloads/seabios: Update stable version to 1.14.0 | Elyes HAOUAS |
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-25 | payloads/external/tint/Makefile: 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-15 | payloads/depthcharge: Makefile: resolve fail of concurrent build | Michael Niewöhner |
2020-07-12 | payloads/external: fix depthcharge build from source | Selma BENSAID |
2020-07-12 | payloads/tianocore: Don't recurse submodules | Benjamin Doron |
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 | 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 |