summaryrefslogtreecommitdiff
path: root/payloads/libpayload/libc
AgeCommit message (Expand)Author
2014-08-14libpayload: dma_malloc: Prevent warm reboot problems and add debuggingJulius Werner
2014-08-14libpayload: Make EHCI driver cache-awareJulius Werner
2014-08-13arm: libpayload: Add cache coherent DMA memory definition and managementJulius Werner
2014-08-10libpayload: hexdump.c: Change type of length argument to size_tPaul Menzel
2014-08-10serial: Separate the serial hardware init and the serial console init.Gabe Black
2014-08-05libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black
2014-07-12libpayload: find source of input charactersLuigi Semenzato
2013-12-21libpayload: Include hexdump.c in the Makefile so it gets builtGabe Black
2013-12-16libpayload: Add simple hexdump functionRonald G. Minnich
2013-09-06libpayload: Set heap's header size to 64-bitNico Huber
2013-09-06libpayload: Make heap code independent of its header sizeNico Huber
2013-06-28libpayload: Add strerrorStefan Tauner
2013-06-27libpayload: Fix whitespace errorsStefan Tauner
2013-03-26libpayload: fix size_t handlingStefan Reinauer
2013-03-14libpayload: Generalize and redistribute timekeeping codeGabe Black
2013-03-13libpayload: Stub out time keeping functions for ARM as wellGabe Black
2013-02-15libpayload: get time to compile cross-archRonald G. Minnich
2013-02-15libpayload: make functions static that are unused outside memory.cRonald G. Minnich
2012-12-14libpayload: Initial ARMv7 portStefan Reinauer
2012-11-30Change TARGET_I386 to ARCH_X86David Hendricks
2012-11-30libpayload: Remove unused FLAG_USED from memory allocatorNico Huber
2012-11-23libpayload: Fix memalign() for fragmented alignment regionsNico Huber
2012-11-09libpayload: Add support for the CBMEM in memory console.Gabe Black
2012-11-08Refactor the endianness conversion functions and header files.Gabe Black
2012-11-07libpayload: Make the symbols in memory.c weak so they can be overridden.Gabe Black
2012-04-04libpayload: avoid excessive casts in printf.cMathias Krause
2012-04-04libpayload: minor cleanupsMathias Krause
2012-03-21Fix libpayload alloc() size and gcc pointer optimization problems.Marc Jones
2012-03-10Make libpayload alloc() memory pointers volatileMarc Jones
2011-11-01libpayload: remove trailing whitespace and run dos2unixStefan Reinauer
2011-08-17libpayload: Some more compatibility (for flashrom)Patrick Georgi
2011-08-04libpayload: Add liblzma, libcbfsPatrick Georgi
2011-07-20libpayload: Provide dummy getenv()Patrick Georgi
2011-07-11libpayload: Add qsort()Patrick Georgi
2011-07-07libpayload: Provide atol(), malloc.hPatrick Georgi
2011-07-07libpayload: Implement strlcpyPatrick Georgi
2011-06-30Reduce warnings/errors in libpayload when using picky compiler optionsPatrick Georgi
2011-06-30Use coreboot build system for libpayload, too.Patrick Georgi
2011-03-22libpayload: Fix documentationPatrick Georgi
2011-03-17libpayload: fix string-to-numeric functions for base > 10Patrick Georgi
2011-03-01libpayload: Implement ffs()Patrick Georgi
2011-02-24libpayload: Move stdin/stdout/stderr away from headersPatrick Georgi
2011-02-14Use fprintf(stderr, ...) in libraryPatrick Georgi
2011-02-14Stub out FILE*, stdout/stdin/stderr and implement fprintf on thesePatrick Georgi
2010-09-08Changes to str*cmp functions. Fixes a couple more corner cases.Liu Tao
2010-08-16Fix strcmp and strncmp. They failed in several important scenariosPatrick Georgi
2010-06-24Attached patch moves functions out of the huge libpayload.h into headersPatrick Georgi
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-03-25libpayload updateStefan Reinauer
2009-08-05fix buggy comment in libpayload's strncat functionStefan Reinauer