Age | Commit message (Expand) | Author |
2016-01-18 | payloads: fix dependencies for seabios and filo | Patrick Georgi |
2016-01-14 | cbgfx: add error code to cbgfx_init | Daisuke Nojiri |
2015-12-20 | Makefile.inc: Move addition of payload rev & config to payload makefile | Martin Roth |
2015-12-16 | libpayload: add archive.h | Daisuke Nojiri |
2015-12-06 | libpayload/configs/config.veyron: Use CONFIG_LP_8250_SERIAL_CONSOLE | Martin Roth |
2015-12-06 | libpayload/configs/config.purin: Use CONFIG_LP_8250_SERIAL_CONSOLE | Martin Roth |
2015-12-06 | SeaBIOS: remove VERSION variable in coreboot Makefile | Alexander Couzens |
2015-12-05 | build system: add dependencies for GRUB2 and FILO | Patrick Georgi |
2015-12-05 | build system: Drop useless variable and dependency | Patrick Georgi |
2015-12-04 | external/Makefile.inc: Update SeaBIOS version file | Martin Roth |
2015-12-04 | SeaBIOS: update stable release from 1.8.2 to 1.9.0 | Alexander Couzens |
2015-12-03 | SeaBIOS/Kconfig: Remove SEABIOS_MALLOC_UPPERMEMORY option | Martin Roth |
2015-12-03 | payloads/external/SeaBIOS: Add option for saved SeaBIOS .config | Martin Roth |
2015-12-03 | libpayload: get cbfs offset & size for default media from lib_sysinfo | Daisuke Nojiri |
2015-12-02 | coreinfo: use coreboot crosscompiler | Martin Roth |
2015-11-30 | build system: add dependencies for SeaBIOS output | Patrick Georgi |
2015-11-28 | libpayload: Remove redundant 8250 MMIO32 UART driver | Alexandru Gagniuc |
2015-11-21 | coreinfo: Rewrite bootlog_module | Yasha Cherikovsky |
2015-11-20 | libpayload: PDCurses: Remove trailing whitespace | Stefan Reinauer |
2015-11-19 | coreinfo: Move screen dimensions to header | Yasha Cherikovsky |
2015-11-19 | coreinfo: Fix off-by-one in displayed month of year | Yasha Cherikovsky |
2015-11-19 | coreinfo: Hide blinking cursor | Yasha Cherikovsky |
2015-11-13 | libpayload: udc/dwc2: Ignore setup packet in check for queue empty | Furquan Shaikh |
2015-11-13 | libpayload: queue: Add a helper macro for checking singleton queue | Furquan Shaikh |
2015-11-11 | libpayload: Rename PDCurses-3.4 to PDCurses | Stefan Reinauer |
2015-11-11 | PDCurses: Don't hard code version number | Stefan Reinauer |
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-11-05 | libpayload: Allow non-default CBFS media | 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 | cbfs: read cbfs offset and size from sysinfo | Daisuke Nojiri |
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-10-20 | libpayload: Add ptrdiff_t typedef | Patrick Georgi |