Age | Commit message (Expand) | Author |
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 |
2015-08-19 | Store the payload config and revision in CBFS | Martin Roth |
2015-08-19 | libpayload: usb: dwc2: fix usb plug/unplug bug | Yunzhi Li |
2015-08-15 | seabios integration: deal with ccache woes some more | Patrick Georgi |
2015-08-14 | libpayload: usb: xhci: Fix list of cleared port change bits | Julius Werner |
2015-08-14 | libpayload: Do not gate USB_DWC2 on USB_HID | David Hendricks |
2015-08-14 | libpayload: usb: xhci: Count new Max Scratchpad Bufs bits from XHCI 1.1 | Julius Werner |
2015-08-14 | libpayload: usb: dwc2: fix short packet transfer | Yunzhi Li |
2015-08-14 | libpayload: usb: Fixup wrong use of config | Chunfeng Yun |
2015-08-14 | libpayload: xhci: Carry over fixes from Chromium tree | Julius Werner |
2015-08-14 | cbfs: fix printf for 64bit architectures | Daisuke Nojiri |
2015-08-13 | libpayload: usb: don't prematurely free the usb device | Aaron Durbin |
2015-08-10 | libpayload: Kconfig include in lpgcc | Paul Kocialkowski |
2015-08-10 | seabios integration: fix interaction with ccache | Patrick Georgi |
2015-08-10 | libpayload: Fix compile error in time.c if nvram support is disabled | Patrick Georgi |
2015-08-09 | payloads: Move payloads logic to payloads directory | Stefan Reinauer |
2015-08-09 | libpayload: Use CONFIG_LP_CCACHE instead of CONFIG_CCACHE | Stefan Reinauer |
2015-08-09 | license headers: Drop FSF addresses again | Patrick Georgi |
2015-08-09 | libpayload: lpgcc: CFLAGS and CMDLINE order inversion | Paul Kocialkowski |
2015-08-04 | libpayload: .xcompile target is an actual file | Paul Kocialkowski |
2015-08-04 | libpayload: Veyron configs unification | Paul Kocialkowski |
2015-08-03 | libpayload: Allow for KBUILD_DEFCONFIG override | Paul Kocialkowski |
2015-07-21 | libpayload: lz4: Add output overrun check to incompressible case | Julius Werner |
2015-07-18 | libpayload: usb: Add support for SuperSpeed hubs | Julius Werner |
2015-07-18 | libpayload: usb: xhci: Prevent address reuse | Julius Werner |
2015-07-16 | libpayload: usb: dwc2: support split transaction | Yunzhi Li |