Age | Commit message (Expand) | Author |
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 | libpayload: Fix compile error in time.c if nvram support is disabled | Patrick Georgi |
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 |
2015-07-15 | libpayload: assume cbfs file alignment is 64 byte | Patrick Georgi |
2015-07-14 | libpayload: store boot media information in sysinfo | Patrick Georgi |
2015-07-14 | libpayload: Add support for handling fmaps | Patrick Georgi |
2015-07-13 | libpayload: Fix arithmetic precedence in div_round_up() | Julius Werner |
2015-07-09 | libpayload: Have make install save .xcompile file | Stefan Reinauer |
2015-07-09 | libpayload: Use top level xcompile | Stefan Reinauer |
2015-07-09 | libpayload: Add LZ4 decompression algorithm | Julius Werner |
2015-07-08 | libpayload: update defconfigs | Patrick Georgi |
2015-07-06 | libpayload: don't overwrite CFLAGS | Patrick Georgi |
2015-07-06 | libpayload: architecture mapping is now done in xcompile | Patrick Georgi |
2015-07-06 | libpayload: drop LIBGCC_FILE_NAME variable | Patrick Georgi |
2015-07-06 | libpayload: defer including .xcompile | Patrick Georgi |
2015-07-06 | libpayload: Add compiler switch | Patrick Georgi |
2015-07-06 | libpayload: mark util/xcompile/xcompile executable | Patrick Georgi |
2015-07-06 | cbfs: define libpayload_init_default_cbfs_media weakly | Daisuke Nojiri |
2015-07-06 | sysinfo: remove unused tag for struct spi_flash | Daisuke Nojiri |
2015-07-06 | update common base header files | Daisuke Nojiri |
2015-07-06 | lzma: Return correct amount of decompressed bytes | Julius Werner |
2015-07-06 | libpayload: usb: dwc2: support interrupt transfer | Yunzhi Li |
2015-07-06 | libpayload: arm(64): add read8/16/32 and write8/16/32 | Daisuke Nojiri |
2015-07-06 | libpayload: udc: dwc2: support force_shutdown() routine | Yunzhi Li |
2015-07-03 | libpayload: update xcompile script | Patrick Georgi |
2015-07-01 | libpayload: always compile with -ffunction-sections | Stefan Reinauer |
2015-07-01 | libpayload: Fix compilation on ARM with GDB enabled | Stefan Reinauer |
2015-07-01 | libpayload: Keep stack boundary small on x86 | Stefan Reinauer |
2015-06-30 | libpayload: Makefile: Use variables defined for Kconfig | Stefan Reinauer |
2015-06-30 | libpayload: Drop duplicate copy of Kconfig | Stefan Reinauer |
2015-06-30 | libpayload: Make Kconfig bools use IS_ENABLED() | Stefan Reinauer |
2015-06-30 | libpayload: Swap the macros of VT100_CURSOR_ON and VT100_CURSOR_OFF | House Chou |
2015-06-30 | libpayload: add UDC driver for Designware controller | huang lin |
2015-06-30 | UDC: Correct cleaning out memory for string descriptors | Furquan Shaikh |
2015-06-30 | udc/chipidea: Allow force_shutdown of connection | Furquan Shaikh |
2015-06-23 | libpayload udc: add interface to add string descriptors | Patrick Georgi |
2015-06-23 | libpayload: Parse MTC and fill mtc_start and mtc_size | Furquan Shaikh |
2015-06-17 | stddef: Add macro for member_size | Furquan Shaikh |
2015-06-12 | libpayload: Rename Config.in -> Kconfig | Stefan Reinauer |
2015-06-08 | libpayload: retire LAR support | Patrick Georgi |
2015-06-08 | Remove empty lines at end of file | Elyes HAOUAS |
2015-06-05 | lib: Unify log2() and related functions | Julius Werner |
2015-06-03 | libpayload: usb: Support MTK xHCI host controller | Yidi Lin |
2015-06-03 | libpayload: usb: Max packet size of SuperSpeed control EPs should be 512. | Chunfeng Yun |
2015-06-02 | libpayload: Add div_round_up() function | Julius Werner |
2015-06-02 | arm64: Decouple MMU functions from memranges | Julius Werner |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-05-18 | libpayload: add mediatek timer driver | Yidi Lin |
2015-05-13 | libpayload: x86: correct types used for IO | Aaron Durbin |
2015-05-12 | libpayload: Fix passing BAR to EHCI driver | Patrick Georgi |
2015-05-04 | libpayload: Guard PCI using code appropriately in XHCI driver | Patrick Georgi |
2015-04-27 | libpayload arm64: update mmu translation table granule size, logic and macros | Jimmy Huang |
2015-04-22 | arm64: Add arch_program_segment_loaded call to arm64 | Furquan Shaikh |
2015-04-22 | libpayload: provide icache_invalidate_all() on ARM64 | Furquan Shaikh |
2015-04-22 | libpayload: Correct shareability mmu configuration on ARM64 | Furquan Shaikh |
2015-04-22 | libpayload: fix a mips memmove() bug | Vadim Bendebury |
2015-04-22 | libpayload: cros: add serial number from coreboot table | Stephen Barber |
2015-04-22 | libpayload: usb: fix compilation error in debug fuction | Harry Pan |
2015-04-21 | libpayload: add timer driver for cygnus | Daisuke Nojiri |
2015-04-21 | cygnus: enable serial driver for depthcharge | Daisuke Nojiri |
2015-04-21 | libpayload: mips: Do not set C0_EBase_WG | Andrew Bresticker |
2015-04-21 | libpayload: mips: Add macros to convert to/from KSEG{0,1} addresses | Andrew Bresticker |
2015-04-21 | libpayload: mips: Use KSEG1 to access DMA-coherent memory | Andrew Bresticker |
2015-04-21 | libpayload: mips: Set BASE_ADDRESS to 0 | Andrew Bresticker |
2015-04-18 | libpayload udc: Support legal edge case of GET_CONFIGURATION call | Patrick Georgi |
2015-04-18 | libpayload udc: Only enable configuration if it's valid | Patrick Georgi |
2015-04-18 | libpayload: Enforce strict packet handling order in ChipIdea driver | Patrick Georgi |
2015-04-18 | libpayload: More defensive ChipIdea initialization | Patrick Georgi |
2015-04-18 | libpayload udc: Clear bit when it needs clearing | Patrick Georgi |
2015-04-18 | libpayload udc: Deconfigure device when necessary | Patrick Georgi |
2015-04-18 | libpayload: Add zero length packet support to UDC framework | Patrick Georgi |
2015-04-18 | libpayload: Add USB device mode driver | Patrick Georgi |
2015-04-17 | purin: add basic set of files for libpayload | Daisuke Nojiri |
2015-04-17 | libpayload: read register width from coreboot table | Vadim Bendebury |
2015-04-17 | libpayload: sync arch/arm/cache.c with coreboot | David Hendricks |
2015-04-17 | libpayload: Take flash parameters from coreboot | Dan Ehrenberg |
2015-04-15 | Danger: Initial mainboard import | David Hendricks |
2015-04-15 | Brain: Initial mainboard import | David Hendricks |
2015-04-14 | libpayload: avoid hanging on make junit.xml | Patrick Georgi |
2015-04-14 | pistachio: modify timer to account for CPU counter overflow | Ionela Voinescu |
2015-04-14 | arm64: Increase dma region size to 32MiB | Furquan Shaikh |
2015-04-14 | libpayload dwc2: use bus addresses for buffers | Ionela Voinescu |
2015-04-14 | libpayload dwc2: Use a new FIFO allocation method | huang lin |
2015-04-14 | libpayload: Add dwc2 usb driver | huang lin |
2015-04-14 | CBFS: Automate ROM image layout and remove hardcoded offsets | Julius Werner |