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