Age | Commit message (Expand) | Author |
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 |
2015-10-17 | coreinfo: reboot when finished | Maxime de Roucy |
2015-10-17 | libpayload/Kconfig: Use official spelling for TinyCurses | Paul Menzel |
2015-10-17 | libpayload/configs: Add default configuration with TinyCurses enabled | Paul Menzel |
2015-10-11 | libpayload: Add data structures for hashes in file attributes | Patrick Georgi |
2015-10-05 | libpayload: Check for CBFS_DEFAULT_MEDIA in cbfs_get_file_content() | Nico Huber |
2015-10-02 | libpayload: Fix possible NULL deref in cbfs_get_file_content() | Nico Huber |
2015-09-28 | arm64: mmu: Prevent CPU prefetch instructions from device memory | Jimmy Huang |
2015-09-28 | cbfs: fix debug message | Daisuke Nojiri |
2015-09-17 | libpayload: provide cbfs_file_find_attr() | Patrick Georgi |
2015-09-17 | libpayload: allow compression at file header level | Daisuke Nojiri |
2015-09-17 | libpayload: rename cbfs variable from name to vardata | Daisuke Nojiri |
2015-09-17 | libpayload: bring in file attribute support from cbfstool | Patrick Georgi |
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: Revive ffs() | Nico Huber |
2015-09-10 | libpayload: Fix merge of PL011 UART support | Nico Huber |
2015-09-10 | libpayload: Add missing autoconf dependency | Nico Huber |
2015-09-08 | video_printf: align text | Daisuke Nojiri |
2015-09-08 | video: add video_printf | Daisuke Nojiri |
2015-09-07 | Drop "See file CREDITS..." comment | Stefan Reinauer |
2015-09-05 | SeaBIOS: update stable release from 1.7.5 to 1.8.2 | Alexander Couzens |
2015-08-30 | Kconfig: Remove EXPERT mode | Alexandru Gagniuc |
2015-08-28 | libpayload: x86: Add read/write{8,16,32} variants that match coreboot | Duncan Laurie |
2015-08-28 | libpayload: usb: dwc2: Always return 'size' transferred bytes for OUT | Julius Werner |
2015-08-28 | arm64: xcompile: Add support for A53 erratum 843419 | Julius Werner |
2015-08-19 | libpayload: Fix default_memmove() implementation | Nico Huber |