summaryrefslogtreecommitdiff
path: root/src/lib/timestamp.c
AgeCommit message (Expand)Author
2020-08-27symbols: Change implementation details of DECLARE_OPTIONAL_REGION()Julius Werner
2020-08-18src: Remove unused 'include <stddef.h>Elyes HAOUAS
2020-06-17treewide: Replace CONFIG(ARCH_xx) testsKyösti Mälkki
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-04src/lib: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2020-01-10timestamps: Fix syncing, logging and commentsKyösti Mälkki
2020-01-10timestamps: Fix TIMESTAMPS_ON_CONSOLE behaviourKyösti Mälkki
2019-11-29lib/timestamp.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans
2019-09-13timestamps: Remove TIMESTAMP_CACHE_IN_BSSKyösti Mälkki
2019-09-13timestamps: Further simplify timestamp_reinit()Kyösti Mälkki
2019-09-12timestamps: Mostly remove struct timestamp_cacheKyösti Mälkki
2019-09-12timestamps: Refactor CBMEM hookKyösti Mälkki
2019-09-11timestamps: Improve collection for ENV_ROMSTAGE_OR_BEFOREKyösti Mälkki
2019-08-26Split MAYBE_STATIC to _BSS and _NONZERO variantsKyösti Mälkki
2019-08-10include, lib: Add <inttypes.h> printf macrosJacob Garber
2019-06-24Replace ENV_RAMSTAGE with ENV_PAYLOAD_LOADERSubrata Banik
2019-05-19timestamp: Update TIMESTAMP_CACHE_IN_BSS to include ENV_POSTCARFurquan Shaikh
2019-05-12lib/timestamp: Make timestamp_sync_cache_to_cbmem() in postcarSubrata Banik
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-02-22symbols.h: Add macro to define memlayout region symbolsJulius Werner
2019-02-21timestamp: Move timestamp_should_run() callKyösti Mälkki
2019-01-16buildsystem: Promote rules.h to default includeKyösti Mälkki
2018-12-22arch/x86 cbmem: Drop tests for LATE_CBMEM_INITKyösti Mälkki
2018-10-08Move compiler.h to commonlibNico Huber
2018-05-14timestamp: Increase max number of timestampsRaul E Rangel
2018-04-24compiler.h: add __weak macroAaron Durbin
2018-03-09Timestamps: Add option to print timestamps to debug consoleMartin Roth
2017-11-07src: Fix all Siemens copyrightsMario Scheithauer
2017-09-14timestamp: Add function to get time since bootWerner Zeh
2017-07-27timestamp: Apply factor to recorded stampsKyösti Mälkki
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2017-03-09src/lib: Fix space between type, * and variable nameLee Leahy
2016-08-23memlayout: Ensure TIMESTAMP() region is big enough to avoid BUG()Julius Werner
2016-08-04lib/timestamp: Add timestamps to CBMEM in POSTCAR stageFurquan Shaikh
2016-05-19lib/timestamp: Do not initialize cache in timestamp_cache_get()Alexandru Gagniuc
2016-02-12timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION KconfigJulius Werner
2016-02-11timestamp: Bump CBMEM timestamp count, make full use of pre-RAM regionsJulius Werner
2015-11-24lib/timestamp.c: only log "Timestamp table full" onceBen Gardner
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-08-31timestamp: add tick frequency to exported tableAaron Durbin
2015-07-14timestamps: clarify in ramstage when not to reinit the cacheAaron Durbin
2015-07-10timestamps: don't drop ramstage timestamps with EARLY_CBMEM_INITAaron Durbin
2015-07-07timestamp: add generic cache regionAaron Durbin
2015-06-09cbmem: add indicator to hooks if cbmem is being recoveredAaron Durbin
2015-06-09cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() APIKyösti Mälkki
2015-05-26timestamp: Fix collection without EARLY_CBMEM_INITKyösti Mälkki
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-07timestamp: fix incremental linking error for !HAVE_MONOTONIC_TIMERAaron Durbin
2015-05-05timestamp: provide weak default implementation of timestamp_getAaron Durbin