summaryrefslogtreecommitdiffstats
path: root/src/lib/timestamp.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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