summaryrefslogtreecommitdiff
path: root/payloads/libpayload/libc
AgeCommit message (Expand)Author
2016-04-06libpayload/libc: Fix memset/sizeof usageJonathan Neuschäfer
2016-03-15libpayload: Drop CONFIG_LP_CHROMEOSStefan Reinauer
2016-02-19libpayload: honor TSC information under CONFIG_LP_TIMER_RDTSCAaron Durbin
2015-08-19libpayload: Fix default_memmove() implementationNico Huber
2015-08-10libpayload: Fix compile error in time.c if nvram support is disabledPatrick Georgi
2015-07-14libpayload: store boot media information in sysinfoPatrick Georgi
2015-07-14libpayload: Add support for handling fmapsPatrick Georgi
2015-06-30libpayload: Make Kconfig bools use IS_ENABLED()Stefan Reinauer
2015-06-23libpayload: Parse MTC and fill mtc_start and mtc_sizeFurquan Shaikh
2015-06-08libpayload: retire LAR supportPatrick Georgi
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2015-06-05lib: Unify log2() and related functionsJulius Werner
2015-04-22libpayload: cros: add serial number from coreboot tableStephen Barber
2015-04-17libpayload: Take flash parameters from corebootDan Ehrenberg
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