Age | Commit message (Expand) | Author |
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 |
2015-11-05 | libpayload: xhci: Add delay to get reset working more reliably | Rajmohan Mani |
2015-11-05 | libpayload: Avoid confusing usb debug output in dwc2 driver | Patrick Georgi |
2015-11-05 | libpayload: Fix building dwc2 UDC driver with debug enabled | Patrick Georgi |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-29 | libpayload: usbmsc: Add small delay during initialization to fix CZ60 | Julius Werner |
2015-10-29 | libpayload: Fix building dwc2 UDC driver | Patrick Georgi |
2015-10-28 | cbgfx: Fix spelling of calculate_position() | Jason A. Donenfeld |
2015-10-27 | libpayload/libcbgfx: Add license headers | Patrick Georgi |
2015-10-27 | cbgfx: remove load_bitmap | Daisuke Nojiri |
2015-10-27 | cbgfx: add get_image_dimension | Daisuke Nojiri |
2015-10-27 | cbgfx: make the code more descriptive | Daisuke Nojiri |
2015-10-27 | cbgfx: add pivot option to draw_bitmap | Daisuke Nojiri |
2015-10-27 | cbgfx: use bilinear interpolation to scale bitmap | Daisuke Nojiri |
2015-10-27 | cbgfx: add load_bitmap | Daisuke Nojiri |
2015-10-27 | cbgfx: add clear_screen | Daisuke Nojiri |
2015-10-27 | cbgfx: allow draw_bitmap to render outside canvas | Daisuke Nojiri |
2015-10-27 | cbgfx: add draw_bitmap | Daisuke Nojiri |
2015-10-27 | cbgfx: coreboot graphics library | Daisuke Nojiri |
2015-10-27 | libpayload: usb: Retry get_descriptor() on failure | Shawn Nematbakhsh |
2015-09-17 | libpayload: usb: dwc2: check device connect state before enable channel | Yunzhi Li |
2015-09-17 | libpayload: usb: dwc2: fix hub hot-plug bug | Yunzhi Li |
2015-09-10 | libpayload: Fix merge of PL011 UART support | Nico Huber |
2015-09-08 | video_printf: align text | Daisuke Nojiri |
2015-09-08 | video: add video_printf | Daisuke Nojiri |
2015-08-28 | libpayload: usb: dwc2: Always return 'size' transferred bytes for OUT | Julius Werner |