index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
timestamp.c
Age
Commit message (
Expand
)
Author
2018-05-14
timestamp: Increase max number of timestamps
Raul E Rangel
2018-04-24
compiler.h: add __weak macro
Aaron Durbin
2018-03-09
Timestamps: Add option to print timestamps to debug console
Martin Roth
2017-11-07
src: Fix all Siemens copyrights
Mario Scheithauer
2017-09-14
timestamp: Add function to get time since boot
Werner Zeh
2017-07-27
timestamp: Apply factor to recorded stamps
Kyösti Mälkki
2017-07-13
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-03-09
src/lib: Fix space between type, * and variable name
Lee Leahy
2016-08-23
memlayout: Ensure TIMESTAMP() region is big enough to avoid BUG()
Julius Werner
2016-08-04
lib/timestamp: Add timestamps to CBMEM in POSTCAR stage
Furquan Shaikh
2016-05-19
lib/timestamp: Do not initialize cache in timestamp_cache_get()
Alexandru Gagniuc
2016-02-12
timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION Kconfig
Julius Werner
2016-02-11
timestamp: Bump CBMEM timestamp count, make full use of pre-RAM regions
Julius Werner
2015-11-24
lib/timestamp.c: only log "Timestamp table full" once
Ben Gardner
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-08-31
timestamp: add tick frequency to exported table
Aaron Durbin
2015-07-14
timestamps: clarify in ramstage when not to reinit the cache
Aaron Durbin
2015-07-10
timestamps: don't drop ramstage timestamps with EARLY_CBMEM_INIT
Aaron Durbin
2015-07-07
timestamp: add generic cache region
Aaron Durbin
2015-06-09
cbmem: add indicator to hooks if cbmem is being recovered
Aaron Durbin
2015-06-09
cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() API
Kyösti Mälkki
2015-05-26
timestamp: Fix collection without EARLY_CBMEM_INIT
Kyösti Mälkki
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-05-07
timestamp: fix incremental linking error for !HAVE_MONOTONIC_TIMER
Aaron Durbin
2015-05-05
timestamp: provide weak default implementation of timestamp_get
Aaron Durbin
2015-05-05
timestamp: refine boot CPU test
Aaron Durbin
2015-04-14
timestamps: You can never have enough of them!
Julius Werner
2015-01-05
timestamps: Switch from tsc_t to uint64_t
Stefan Reinauer
2014-02-11
SMP: Add arch-agnostic boot_cpu()
Kyösti Mälkki
2013-10-15
timestamps: Fix some lost timestamps for romstage
Kyösti Mälkki
2013-10-13
Rename cpu/x86/car.h to arch/early_variables.h
Stefan Reinauer
2013-09-21
CBMEM: Always select CAR_MIGRATION
Kyösti Mälkki
2013-09-21
timestamps: Only collect from BSP CPU
Kyösti Mälkki
2013-09-21
timestamps: Stash early timestamps in CAR_GLOBAL
Kyösti Mälkki
2013-09-21
timestamps: Use stash before CBMEM is usable
Kyösti Mälkki
2013-07-10
Rename hardwaremain() to main()
Stefan Reinauer
2013-01-22
src/lib/timestamp.c: Fix spelling of tim*e*stamp
Paul Menzel
2012-11-13
Add method for delaying adding of timestamps
Stefan Reinauer
2012-03-28
Add timestamp collecting to coreboot.
Vadim Bendebury