Age | Commit message (Expand) | Author |
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-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-15 | libpayload: Always set pciaddr | Patrick Rudolph |
2018-10-01 | libpayload/drivers/usb: Fix leaks | Patrick Rudolph |
2018-10-01 | libpayload/drivers/usb: Fix broken retry counter | Patrick Rudolph |
2018-09-28 | src/*: normalize Google copyright headers | Patrick Georgi |
2018-08-08 | libpayload/drivers/usb/xhci: Replace raw values with constants | Raul E Rangel |
2018-07-17 | libpayload/generic_hub: Detect port disconnect after reset | Raul E Rangel |
2018-07-17 | libpayload/xhci: Check noop return code when debugging | Raul E Rangel |
2018-07-17 | libpayload: Add UNKNOWN_SPEED to usb_speed enum | Raul E Rangel |
2018-07-16 | libpayload/xhci: Document struct offsets on xhci_t | Raul E Rangel |
2018-07-02 | payloads/libpayload/drivers/i8042: Disable scanning on disconnect | Furquan Shaikh |
2018-07-02 | payloads/libpayload/drivers/i8042: Add macros for i8042 commands | Furquan Shaikh |
2018-05-31 | libpayload-x86: Export keyboard modifiers | Patrick Rudolph |
2018-05-31 | libpayload: Export usbhid_getmodifiers | Patrick Rudolph |
2018-05-30 | libpayload-x86: i8042: fix i8042_data_ready_ps2 and i8042_data_ready_aux | Hannah Williams |
2018-05-15 | libpayload-x86: Add PS2 mouse driver | Patrick Rudolph |
2018-05-15 | libpayload-x86: keyboard: Use i8042 driver | Patrick Rudolph |
2018-05-15 | libpayload-x86: Move keyboard.c | Patrick Rudolph |
2018-05-15 | libpayload-x86: Add common i8042 driver | Patrick Rudolph |
2018-05-02 | payloads/libpayload: Add spaces around '==' | Elyes HAOUAS |
2018-05-01 | libpayload: Add Timer for sdm845 | T Michael Turney |
2018-04-29 | libpayload/drivers/usb/ohci_private.h: Add parentheses around macro | Elyes HAOUAS |
2018-02-16 | libpayload: usbhid: Zero-initialize all parts of usbhid instance struct | Julius Werner |
2018-01-26 | libpayload: allow x86 devices to provide non-tsc implementation | Aaron Durbin |
2017-09-02 | libpayload/storage: Add Sunrise Point AHCI PCI id | Nico Huber |
2017-08-10 | libpayload: Use a static copy of `font_glyph_filled()` | Paul Menzel |
2017-08-03 | libpayload: video: Add support for font scaling with a factor | Paul Kocialkowski |
2017-08-03 | libpayload: video: Introduce helpers for font access | Paul Kocialkowski |
2017-07-27 | libpayload/storage: Replace 1s AHCI reset delay with a timeout | Nico Huber |
2017-07-27 | libpayload/storage: Enable bus mastering for AHCI | Nico Huber |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-06-28 | libpayload: Add mouse cursor driver | Patrick Rudolph |
2017-06-28 | payloads: Add whitespace around '<<' | Elyes HAOUAS |
2017-06-27 | libpayload/drivers/usb/ehci_private.h: Add brackets around macro | Elyes HAOUAS |
2017-06-27 | libpayload/drivers/usb/xhci_private.h: Add parentheses around macro | Elyes HAOUAS |
2017-06-27 | libpayload/drivers/usb/ohci_private.h: Add brackets around macro | Elyes HAOUAS |
2017-06-27 | libpayload: corebootfb: Add null check for framebuffer address | Duncan Laurie |
2017-05-25 | detachables: Add invert parameter | Shelley Chen |
2017-05-01 | cbgfx: Add portrait screen support | Nickey Yang |
2017-04-20 | Turn CBMEM console into a ring buffer that can persist across reboots | Julius Werner |
2017-04-19 | libpayload/libc/console: Flush input driver buffer on init | Furquan Shaikh |
2017-04-17 | libpayload: cbgfx: Show square images on portrait displays | Julius Werner |
2017-03-15 | libpayload: usbhub: Force enumeration of all connected ports on init | Julius Werner |
2017-01-24 | libpayload: drivers/keyboard: report power button events | Shelley Chen |
2017-01-13 | libpayload: usb: Reset ohci controller when trying to shutdown ohci | Jeffy Chen |
2017-01-06 | libpayload: usb: handle situation with no free device address | Patrick Georgi |
2017-01-06 | libpayload: xhci: plug leak | Patrick Georgi |