summaryrefslogtreecommitdiff
path: root/payloads/libpayload/libc
AgeCommit message (Expand)Author
2015-03-21libpayload: Add RAM code to sysinfo_tDavid Hendricks
2015-03-21libpayload: Add support for parsing RAMOOPS range from corebootFurquan Shaikh
2015-03-21libpayload: make wifi calibration table available through sysinfoVadim Bendebury
2015-03-21libpayload: provide basic 64bit division implementationVadim Bendebury
2015-03-20libpayload: move MRC processing to x86 path and remove ACPI_GNVS duplicationVadim Bendebury
2015-03-20libpayload: cros: include mac addresses in coreboot tableVadim Bendebury
2015-03-20libpayload: Consolidate coreboot table parsingVadim Bendebury
2015-03-20libpayload console: Add check for already existing driverFurquan Shaikh
2015-03-20libpayload: UTF-16LE to ASCII conversionDan Ehrenberg
2015-03-20libpayload: special case large memalign() requestsAaron Durbin
2015-02-12Use ALIGN_UP instead of manual alignmentPatrick Georgi
2015-01-12libpayload: improve us timer accuracyVadim Bendebury
2015-01-09libpayload: Reorder default memcpy, speed up memset and memcmpJulius Werner
2015-01-09libpayload: Add ability to unregister output driverJulius Werner
2014-12-31libpayload: Fix pointer related castsFurquan Shaikh
2014-12-30libpayload: fix printf handling of unsigned long longPatrick Georgi
2014-12-22libpayload: console: Allow output drivers to print whole strings at onceJulius Werner
2014-12-19libpayload: hexdump: Use `p` as conversion specifier for pointersPaul Menzel
2014-12-19libpayload/libc/hexdump.c: Take `const void *memory` as argumentPaul Menzel
2014-09-15libpayload: Add a timer_us() function.Gabe Black
2014-09-15libpayload: Add a new "die" function to fatally signal programming errors.Gabe Black
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