Age | Commit message (Expand) | Author |
2015-04-22 | libpayload: cros: add serial number from coreboot table | Stephen Barber |
2015-04-17 | libpayload: Take flash parameters from coreboot | Dan Ehrenberg |
2015-03-21 | libpayload: Add RAM code to sysinfo_t | David Hendricks |
2015-03-21 | libpayload: Add support for parsing RAMOOPS range from coreboot | Furquan Shaikh |
2015-03-21 | libpayload: make wifi calibration table available through sysinfo | Vadim Bendebury |
2015-03-21 | libpayload: provide basic 64bit division implementation | Vadim Bendebury |
2015-03-20 | libpayload: move MRC processing to x86 path and remove ACPI_GNVS duplication | Vadim Bendebury |
2015-03-20 | libpayload: cros: include mac addresses in coreboot table | Vadim Bendebury |
2015-03-20 | libpayload: Consolidate coreboot table parsing | Vadim Bendebury |
2015-03-20 | libpayload console: Add check for already existing driver | Furquan Shaikh |
2015-03-20 | libpayload: UTF-16LE to ASCII conversion | Dan Ehrenberg |
2015-03-20 | libpayload: special case large memalign() requests | Aaron Durbin |
2015-02-12 | Use ALIGN_UP instead of manual alignment | Patrick Georgi |
2015-01-12 | libpayload: improve us timer accuracy | Vadim Bendebury |
2015-01-09 | libpayload: Reorder default memcpy, speed up memset and memcmp | Julius Werner |
2015-01-09 | libpayload: Add ability to unregister output driver | Julius Werner |
2014-12-31 | libpayload: Fix pointer related casts | Furquan Shaikh |
2014-12-30 | libpayload: fix printf handling of unsigned long long | Patrick Georgi |
2014-12-22 | libpayload: console: Allow output drivers to print whole strings at once | Julius Werner |
2014-12-19 | libpayload: hexdump: Use `p` as conversion specifier for pointers | Paul Menzel |
2014-12-19 | libpayload/libc/hexdump.c: Take `const void *memory` as argument | Paul Menzel |
2014-09-15 | libpayload: Add a timer_us() function. | Gabe Black |
2014-09-15 | libpayload: Add a new "die" function to fatally signal programming errors. | Gabe Black |
2014-08-14 | libpayload: dma_malloc: Prevent warm reboot problems and add debugging | Julius Werner |
2014-08-14 | libpayload: Make EHCI driver cache-aware | Julius Werner |
2014-08-13 | arm: libpayload: Add cache coherent DMA memory definition and management | Julius Werner |
2014-08-10 | libpayload: hexdump.c: Change type of length argument to size_t | Paul Menzel |
2014-08-10 | serial: Separate the serial hardware init and the serial console init. | Gabe Black |
2014-08-05 | libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig. | Gabe Black |
2014-07-12 | libpayload: find source of input characters | Luigi Semenzato |
2013-12-21 | libpayload: Include hexdump.c in the Makefile so it gets built | Gabe Black |
2013-12-16 | libpayload: Add simple hexdump function | Ronald G. Minnich |
2013-09-06 | libpayload: Set heap's header size to 64-bit | Nico Huber |
2013-09-06 | libpayload: Make heap code independent of its header size | Nico Huber |
2013-06-28 | libpayload: Add strerror | Stefan Tauner |
2013-06-27 | libpayload: Fix whitespace errors | Stefan Tauner |
2013-03-26 | libpayload: fix size_t handling | Stefan Reinauer |
2013-03-14 | libpayload: Generalize and redistribute timekeeping code | Gabe Black |
2013-03-13 | libpayload: Stub out time keeping functions for ARM as well | Gabe Black |
2013-02-15 | libpayload: get time to compile cross-arch | Ronald G. Minnich |
2013-02-15 | libpayload: make functions static that are unused outside memory.c | Ronald G. Minnich |
2012-12-14 | libpayload: Initial ARMv7 port | Stefan Reinauer |
2012-11-30 | Change TARGET_I386 to ARCH_X86 | David Hendricks |
2012-11-30 | libpayload: Remove unused FLAG_USED from memory allocator | Nico Huber |
2012-11-23 | libpayload: Fix memalign() for fragmented alignment regions | Nico Huber |
2012-11-09 | libpayload: Add support for the CBMEM in memory console. | Gabe Black |
2012-11-08 | Refactor the endianness conversion functions and header files. | Gabe Black |
2012-11-07 | libpayload: Make the symbols in memory.c weak so they can be overridden. | Gabe Black |
2012-04-04 | libpayload: avoid excessive casts in printf.c | Mathias Krause |
2012-04-04 | libpayload: minor cleanups | Mathias Krause |
2012-03-21 | Fix libpayload alloc() size and gcc pointer optimization problems. | Marc Jones |
2012-03-10 | Make libpayload alloc() memory pointers volatile | Marc Jones |
2011-11-01 | libpayload: remove trailing whitespace and run dos2unix | Stefan Reinauer |
2011-08-17 | libpayload: Some more compatibility (for flashrom) | Patrick Georgi |
2011-08-04 | libpayload: Add liblzma, libcbfs | Patrick Georgi |
2011-07-20 | libpayload: Provide dummy getenv() | Patrick Georgi |
2011-07-11 | libpayload: Add qsort() | Patrick Georgi |
2011-07-07 | libpayload: Provide atol(), malloc.h | Patrick Georgi |
2011-07-07 | libpayload: Implement strlcpy | Patrick Georgi |
2011-06-30 | Reduce warnings/errors in libpayload when using picky compiler options | Patrick Georgi |
2011-06-30 | Use coreboot build system for libpayload, too. | Patrick Georgi |
2011-03-22 | libpayload: Fix documentation | Patrick Georgi |
2011-03-17 | libpayload: fix string-to-numeric functions for base > 10 | Patrick Georgi |
2011-03-01 | libpayload: Implement ffs() | Patrick Georgi |
2011-02-24 | libpayload: Move stdin/stdout/stderr away from headers | Patrick Georgi |
2011-02-14 | Use fprintf(stderr, ...) in library | Patrick Georgi |
2011-02-14 | Stub out FILE*, stdout/stdin/stderr and implement fprintf on these | Patrick Georgi |
2010-09-08 | Changes to str*cmp functions. Fixes a couple more corner cases. | Liu Tao |
2010-08-16 | Fix strcmp and strncmp. They failed in several important scenarios | Patrick Georgi |
2010-06-24 | Attached patch moves functions out of the huge libpayload.h into headers | Patrick Georgi |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-03-25 | libpayload update | Stefan Reinauer |
2009-08-05 | fix buggy comment in libpayload's strncat function | Stefan Reinauer |
2009-07-31 | oops, these two were missed in the last cleanup. | Stefan Reinauer |
2009-07-31 | Catch various cases in libpayload where malloc() or memalign() return NULL | Stefan Reinauer |
2009-05-21 | This change adds PPC support to libpayload, and hooks it up in the build | Patrick Georgi |
2009-04-29 | working memalign version for libpayload. This fixes problems with the USB stack | Stefan Reinauer |
2009-04-29 | don't initialize "in" as it is initialized again one line below. | Stefan Reinauer |
2009-04-29 | getopt for libpayload. in case someone wants to pass parameters to payloads and | Stefan Reinauer |
2009-03-06 | fix strstr. Seems the function never worked before, except the searched | Stefan Reinauer |
2009-01-26 | fix a potential null pointer reference in strdup (as found by Patrick Georgi) | Stefan Reinauer |
2008-11-24 | [PATCH] libpayload: rename config.h to libpayload-config.h | Jordan Crouse |
2008-11-11 | [PATCH] Add sysinfo_have_multiboot function | Jordan Crouse |
2008-10-21 | This patch removes most of the #ifdefs in libc/console.c, and | Patrick Georgi |
2008-10-20 | [PATCH] libpayload: Add a strtoul() function | Jordan Crouse |
2008-10-16 | - reduced memory requirements a lot (from >100kb/controller to | Patrick Georgi |
2008-09-26 | * Add strsep (since strtok is considered obsolete) | Stefan Reinauer |
2008-09-02 | Add memalign(align, size). | Patrick Georgi |
2008-08-31 | Various Doxygen-related fixes in libpayload (trivial). | Uwe Hermann |
2008-08-28 | [PATCH]: libpayload: Document time functions | Jordan Crouse |
2008-08-28 | [PATCH]: libpayload: Document readline | Jordan Crouse |
2008-08-26 | fix string function prototypes in libpayload according to sysv/4.3bsd. | Stefan Reinauer |
2008-08-26 | Fix some Doxygen warnings and/or typos (trivial). | Uwe Hermann |
2008-08-19 | trivial fix for memcpy return code in case someone uses it. | Stefan Reinauer |
2008-08-19 | * add readline() | Stefan Reinauer |
2008-08-19 | * add readline() | Stefan Reinauer |
2008-08-19 | libpayload: Fix the memcpy functions | Jordan Crouse |
2008-08-19 | fix typo in ctype.c | Stefan Reinauer |
2008-08-16 | trivial fix: ipchksum takes an unspecified input blob, not explicitly a numbe... | Stefan Reinauer |
2008-08-14 | * fix memory allocator bug that lead to freelist corruption on the first malloc | Stefan Reinauer |