summaryrefslogtreecommitdiffstats
path: root/src/lib/timestamp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* CBMEM: Always select CAR_MIGRATIONKyösti Mälkki2013-09-211-1/+4
* timestamps: Only collect from BSP CPUKyösti Mälkki2013-09-211-0/+10
* timestamps: Stash early timestamps in CAR_GLOBALKyösti Mälkki2013-09-211-8/+13
* timestamps: Use stash before CBMEM is usableKyösti Mälkki2013-09-211-19/+43
* Rename hardwaremain() to main()Stefan Reinauer2013-07-101-1/+1
* src/lib/timestamp.c: Fix spelling of tim*e*stampPaul Menzel2013-01-221-1/+1
* Add method for delaying adding of timestampsStefan Reinauer2012-11-131-0/+43
* Add timestamp collecting to coreboot.Vadim Bendebury2012-03-281-0/+74