Age | Commit message (Expand) | Author |
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 | coreinfo: Fix build output (cosmetical) | Stefan Reinauer |
2015-07-13 | libpayload: Fix arithmetic precedence in div_round_up() | Julius Werner |
2015-07-13 | coreinfo: fix compilation | Stefan Reinauer |
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-07 | payloads: Reorganize Makefile.incs for external payloads | Stefan Reinauer |
2015-07-07 | payloads: Reorganize Kconfig for external payloads | Stefan Reinauer |
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 | SeaBIOS: Change clean to just 'rm -rf seabios/out' | Martin Roth |
2015-07-03 | libpayload: update xcompile script | Patrick Georgi |
2015-07-01 | coreinfo: use coreboot's kconfig | Stefan Reinauer |
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-07-01 | coreinfo: Use IS_ENABLED() to query Kconfig variables | Stefan Reinauer |
2015-06-30 | coreinfo: Drop local Kconfig copy | 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 | SeaBIOS: fix reproducible build by defining our own version string | Alexander Couzens |
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 |