summaryrefslogtreecommitdiffstats
path: root/src/lib/timestamp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* timestamp: fix incremental linking error for !HAVE_MONOTONIC_TIMERAaron Durbin2015-05-071-0/+3
* timestamp: provide weak default implementation of timestamp_getAaron Durbin2015-05-051-0/+11
* timestamp: refine boot CPU testAaron Durbin2015-05-051-3/+17
* timestamps: You can never have enough of them!Julius Werner2015-04-141-1/+1
* timestamps: Switch from tsc_t to uint64_tStefan Reinauer2015-01-051-15/+10
* SMP: Add arch-agnostic boot_cpu()Kyösti Mälkki2014-02-111-1/+1
* timestamps: Fix some lost timestamps for romstageKyösti Mälkki2013-10-151-21/+29
* Rename cpu/x86/car.h to arch/early_variables.hStefan Reinauer2013-10-131-1/+1