summaryrefslogtreecommitdiffstats
path: root/src/lib/timestamp.c
Commit message (Expand)AuthorAgeFilesLines
* CBMEM: Change declarations for initialization hooksKyösti Mälkki2022-05-201-5/+3
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-071-6/+6
* timestamp: Allow timestamp_add to accept a negative numberBora Guvendik2022-01-211-3/+3
* symbols: Change implementation details of DECLARE_OPTIONAL_REGION()Julius Werner2020-08-271-2/+0
* src: Remove unused 'include <stddef.h>Elyes HAOUAS2020-08-181-1/+0
* treewide: Replace CONFIG(ARCH_xx) testsKyösti Mälkki2020-06-171-1/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/lib: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-13/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-2/+0
* timestamps: Fix syncing, logging and commentsKyösti Mälkki2020-01-101-9/+6
* timestamps: Fix TIMESTAMPS_ON_CONSOLE behaviourKyösti Mälkki2020-01-101-3/+3
* lib/timestamp.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-291-11/+6
* timestamps: Remove TIMESTAMP_CACHE_IN_BSSKyösti Mälkki2019-09-131-37/+10
* timestamps: Further simplify timestamp_reinit()Kyösti Mälkki2019-09-131-14/+7
* timestamps: Mostly remove struct timestamp_cacheKyösti Mälkki2019-09-121-16/+13
* timestamps: Refactor CBMEM hookKyösti Mälkki2019-09-121-38/+44
* timestamps: Improve collection for ENV_ROMSTAGE_OR_BEFOREKyösti Mälkki2019-09-111-57/+38
* Split MAYBE_STATIC to _BSS and _NONZERO variantsKyösti Mälkki2019-08-261-1/+1
* include, lib: Add <inttypes.h> printf macrosJacob Garber2019-08-101-2/+1
* Replace ENV_RAMSTAGE with ENV_PAYLOAD_LOADERSubrata Banik2019-06-241-4/+7
* timestamp: Update TIMESTAMP_CACHE_IN_BSS to include ENV_POSTCARFurquan Shaikh2019-05-191-4/+7
* lib/timestamp: Make timestamp_sync_cache_to_cbmem() in postcarSubrata Banik2019-05-121-0/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-4/+4
* symbols.h: Add macro to define memlayout region symbolsJulius Werner2019-02-221-3/+3
* timestamp: Move timestamp_should_run() callKyösti Mälkki2019-02-211-3/+3
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-161-1/+0
* arch/x86 cbmem: Drop tests for LATE_CBMEM_INITKyösti Mälkki2018-12-221-14/+8
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* timestamp: Increase max number of timestampsRaul E Rangel2018-05-141-1/+1
* compiler.h: add __weak macroAaron Durbin2018-04-241-2/+2
* Timestamps: Add option to print timestamps to debug consoleMartin Roth2018-03-091-0/+16
* src: Fix all Siemens copyrightsMario Scheithauer2017-11-071-1/+1
* timestamp: Add function to get time since bootWerner Zeh2017-09-141-0/+14
* timestamp: Apply factor to recorded stampsKyösti Mälkki2017-07-271-0/+28
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-131-1/+2
* src/lib: Fix space between type, * and variable nameLee Leahy2017-03-091-1/+1
* memlayout: Ensure TIMESTAMP() region is big enough to avoid BUG()Julius Werner2016-08-231-0/+1
* lib/timestamp: Add timestamps to CBMEM in POSTCAR stageFurquan Shaikh2016-08-041-1/+1
* lib/timestamp: Do not initialize cache in timestamp_cache_get()Alexandru Gagniuc2016-05-191-3/+0
* timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION KconfigJulius Werner2016-02-121-14/+25
* timestamp: Bump CBMEM timestamp count, make full use of pre-RAM regionsJulius Werner2016-02-111-5/+10
* lib/timestamp.c: only log "Timestamp table full" onceBen Gardner2015-11-241-3/+4
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* timestamp: add tick frequency to exported tableAaron Durbin2015-08-311-0/+10
* timestamps: clarify in ramstage when not to reinit the cacheAaron Durbin2015-07-141-1/+1
* timestamps: don't drop ramstage timestamps with EARLY_CBMEM_INITAaron Durbin2015-07-101-1/+8
* timestamp: add generic cache regionAaron Durbin2015-07-071-79/+182
* cbmem: add indicator to hooks if cbmem is being recoveredAaron Durbin2015-06-091-1/+1
* cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() APIKyösti Mälkki2015-06-091-3/+4
* timestamp: Fix collection without EARLY_CBMEM_INITKyösti Mälkki2015-05-261-5/+5