Age | Commit message (Expand) | Author |
2020-08-27 | symbols: Change implementation details of DECLARE_OPTIONAL_REGION() | Julius Werner |
2020-08-18 | src: Remove unused 'include <stddef.h> | Elyes HAOUAS |
2020-06-17 | treewide: Replace CONFIG(ARCH_xx) tests | Kyösti Mälkki |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-04-04 | src/lib: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-03-17 | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi |
2020-01-10 | timestamps: Fix syncing, logging and comments | Kyösti Mälkki |
2020-01-10 | timestamps: Fix TIMESTAMPS_ON_CONSOLE behaviour | Kyösti Mälkki |
2019-11-29 | lib/timestamp.c: Drop CAR_GLOBAL_MIGRATION support | Arthur Heymans |
2019-09-13 | timestamps: Remove TIMESTAMP_CACHE_IN_BSS | Kyösti Mälkki |
2019-09-13 | timestamps: Further simplify timestamp_reinit() | Kyösti Mälkki |
2019-09-12 | timestamps: Mostly remove struct timestamp_cache | Kyösti Mälkki |
2019-09-12 | timestamps: Refactor CBMEM hook | Kyösti Mälkki |
2019-09-11 | timestamps: Improve collection for ENV_ROMSTAGE_OR_BEFORE | Kyösti Mälkki |
2019-08-26 | Split MAYBE_STATIC to _BSS and _NONZERO variants | Kyösti Mälkki |
2019-08-10 | include, lib: Add <inttypes.h> printf macros | Jacob Garber |
2019-06-24 | Replace ENV_RAMSTAGE with ENV_PAYLOAD_LOADER | Subrata Banik |
2019-05-19 | timestamp: Update TIMESTAMP_CACHE_IN_BSS to include ENV_POSTCAR | Furquan Shaikh |
2019-05-12 | lib/timestamp: Make timestamp_sync_cache_to_cbmem() in postcar | Subrata Banik |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-02-22 | symbols.h: Add macro to define memlayout region symbols | Julius Werner |
2019-02-21 | timestamp: Move timestamp_should_run() call | Kyösti Mälkki |
2019-01-16 | buildsystem: Promote rules.h to default include | Kyösti Mälkki |
2018-12-22 | arch/x86 cbmem: Drop tests for LATE_CBMEM_INIT | Kyösti Mälkki |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
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 |