Age | Commit message (Expand) | Author |
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-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-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-14 | libpayload/i8042/keyboard: Log errors during initialization | Furquan Shaikh |
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-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-09 | libpayload: Fix potential NULL pointer dereference | Francois Toguo |
2019-04-08 | libpayload/drivers/timer: Use 64 bits to prevent overflow | Jacob Garber |
2019-03-07 | payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
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 |
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 |
2017-01-06 | libpayload: timer: cast cpu_khz to make sure 64bit math is used | Patrick Georgi |
2016-12-21 | libpayload: Get current tick from high register in generic timer | Paul Kocialkowski |
2016-12-14 | libpayload/drivers/video: Improve check in if condition | Patrick Georgi |
2016-12-08 | libpayload: Add Cougar Point PCH's AHCI to whitelist | Nico Huber |
2016-10-17 | libpayload: Reintroduce CONFIG_LP_CHROMEOS to set suitable defaults | Julius Werner |
2016-10-17 | libpayload: Replace majority of timer drivers with a generic one | Julius Werner |
2016-10-09 | libpayload: mvmap2315: Introduce timer driver | Hakim Giydan |
2016-09-02 | Fix newlines at the end of files | Martin Roth |
2016-08-02 | libpayload: split "Drivers" config section in Kconfig | Antonello Dettori |
2016-07-31 | Remove extra newlines from the end of all coreboot files. | Martin Roth |
2016-07-02 | cbgfx: Use memset() for faster screen clearing if possible | Julius Werner |
2016-06-12 | libpayload: usb: xhci: Support rockchip xHCI controller | Liangfeng Wu |
2016-05-09 | libpayload: ipq40xx: Introduce timer and uart driver | Varadarajan Narayanan |
2016-05-09 | libpayload: xhci: Set MPS based on speed | Varadarajan Narayanan |
2016-04-16 | libpayload: Split off generic serial API from 8250 driver | Stefan Reinauer |
2016-02-09 | libpayload: use 32bit access when accessing 4byte wide uart registers | Patrick Georgi |
2016-02-04 | libpayload: Add timer driver for armada38x | Ruilin Hao |
2016-01-14 | cbgfx: add error code to cbgfx_init | Daisuke Nojiri |
2015-11-28 | libpayload: Remove redundant 8250 MMIO32 UART driver | Alexandru Gagniuc |
2015-11-13 | libpayload: udc/dwc2: Ignore setup packet in check for queue empty | Furquan Shaikh |
2015-11-10 | libpayload/udc: dwc2: Add handler for add_strings | Furquan Shaikh |
2015-11-10 | libpayload/udc: dwc2: Add timeout for shutdown operation | Furquan Shaikh |