Age | Commit message (Expand) | Author |
2020-09-30 | libpayload: use PRIu64 type to print u64 | Jeremy Compostella |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2019-03-07 | payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2018-09-12 | libpayload/libc/time: Add an arch_ndelay() | Raul E Rangel |
2017-08-21 | libpayload: add time() | Nicola Corna |
2015-08-10 | libpayload: Fix compile error in time.c if nvram support is disabled | Patrick Georgi |
2015-06-30 | libpayload: Make Kconfig bools use IS_ENABLED() | Stefan Reinauer |
2015-01-12 | libpayload: improve us timer accuracy | Vadim Bendebury |
2014-09-15 | libpayload: Add a timer_us() function. | Gabe Black |
2014-08-05 | libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig. | Gabe Black |
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 |
2012-12-14 | libpayload: Initial ARMv7 port | Stefan Reinauer |
2012-11-30 | Change TARGET_I386 to ARCH_X86 | David Hendricks |
2009-05-21 | This change adds PPC support to libpayload, and hooks it up in the build | Patrick Georgi |
2008-11-24 | [PATCH] libpayload: rename config.h to libpayload-config.h | Jordan Crouse |
2008-08-31 | Various Doxygen-related fixes in libpayload (trivial). | Uwe Hermann |
2008-08-28 | [PATCH]: libpayload: Document time functions | Jordan Crouse |
2008-08-11 | these use CONFIG_ variables, too. | Stefan Reinauer |
2008-04-25 | libpayload: Add gettimeofday() and friends | Jordan Crouse |