summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/libc
Commit message (Expand)AuthorAgeFilesLines
* libpayload: Make Kconfig bools use IS_ENABLED()Stefan Reinauer2015-06-306-27/+27
* libpayload: Parse MTC and fill mtc_start and mtc_sizeFurquan Shaikh2015-06-231-0/+11
* libpayload: retire LAR supportPatrick Georgi2015-06-082-353/+0
* Remove empty lines at end of fileElyes HAOUAS2015-06-083-3/+0
* lib: Unify log2() and related functionsJulius Werner2015-06-052-11/+37
* libpayload: cros: add serial number from coreboot tableStephen Barber2015-04-221-0/+3
* libpayload: Take flash parameters from corebootDan Ehrenberg2015-04-171-0/+12
* libpayload: Add RAM code to sysinfo_tDavid Hendricks2015-03-211-2/+13
* libpayload: Add support for parsing RAMOOPS range from corebootFurquan Shaikh2015-03-211-0/+11
* libpayload: make wifi calibration table available through sysinfoVadim Bendebury2015-03-211-0/+9
* libpayload: provide basic 64bit division implementationVadim Bendebury2015-03-212-0/+145
* libpayload: move MRC processing to x86 path and remove ACPI_GNVS duplicationVadim Bendebury2015-03-201-9/+0
* libpayload: cros: include mac addresses in coreboot tableVadim Bendebury2015-03-201-0/+17
* libpayload: Consolidate coreboot table parsingVadim Bendebury2015-03-202-0/+320
* libpayload console: Add check for already existing driverFurquan Shaikh2015-03-201-0/+32
* libpayload: UTF-16LE to ASCII conversionDan Ehrenberg2015-03-201-0/+19
* libpayload: special case large memalign() requestsAaron Durbin2015-03-201-31/+109
* Use ALIGN_UP instead of manual alignmentPatrick Georgi2015-02-121-1/+1
* libpayload: improve us timer accuracyVadim Bendebury2015-01-121-1/+1
* libpayload: Reorder default memcpy, speed up memset and memcmpJulius Werner2015-01-091-23/+40
* libpayload: Add ability to unregister output driverJulius Werner2015-01-091-0/+17
* libpayload: Fix pointer related castsFurquan Shaikh2014-12-311-4/+5
* libpayload: fix printf handling of unsigned long longPatrick Georgi2014-12-301-1/+1
* libpayload: console: Allow output drivers to print whole strings at onceJulius Werner2014-12-222-159/+137
* libpayload: hexdump: Use `p` as conversion specifier for pointersPaul Menzel2014-12-191-1/+1
* libpayload/libc/hexdump.c: Take `const void *memory` as argumentPaul Menzel2014-12-191-1/+1
* libpayload: Add a timer_us() function.Gabe Black2014-09-151-0/+17
* libpayload: Add a new "die" function to fatally signal programming errors.Gabe Black2014-09-152-0/+43
* libpayload: dma_malloc: Prevent warm reboot problems and add debuggingJulius Werner2014-08-141-34/+55
* libpayload: Make EHCI driver cache-awareJulius Werner2014-08-141-3/+14
* arm: libpayload: Add cache coherent DMA memory definition and managementJulius Werner2014-08-131-41/+85
* libpayload: hexdump.c: Change type of length argument to size_tPaul Menzel2014-08-101-1/+1
* serial: Separate the serial hardware init and the serial console init.Gabe Black2014-08-101-1/+1
* libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black2014-08-055-26/+26
* libpayload: find source of input charactersLuigi Semenzato2014-07-121-1/+9
* libpayload: Include hexdump.c in the Makefile so it gets builtGabe Black2013-12-211-0/+1
* libpayload: Add simple hexdump functionRonald G. Minnich2013-12-161-0/+64
* libpayload: Set heap's header size to 64-bitNico Huber2013-09-061-4/+1
* libpayload: Make heap code independent of its header sizeNico Huber2013-09-061-7/+6
* libpayload: Add strerrorStefan Tauner2013-06-281-0/+14
* libpayload: Fix whitespace errorsStefan Tauner2013-06-272-48/+44
* libpayload: fix size_t handlingStefan Reinauer2013-03-261-0/+3
* libpayload: Generalize and redistribute timekeeping codeGabe Black2013-03-141-14/+58
* libpayload: Stub out time keeping functions for ARM as wellGabe Black2013-03-131-14/+2
* libpayload: get time to compile cross-archRonald G. Minnich2013-02-151-6/+13
* libpayload: make functions static that are unused outside memory.cRonald G. Minnich2013-02-151-14/+15
* libpayload: Initial ARMv7 portStefan Reinauer2012-12-141-1/+1
* Change TARGET_I386 to ARCH_X86David Hendricks2012-11-302-4/+4
* libpayload: Remove unused FLAG_USED from memory allocatorNico Huber2012-11-301-5/+9
* libpayload: Fix memalign() for fragmented alignment regionsNico Huber2012-11-231-0/+3
OpenPOWER on IntegriCloud