coreboot-kgpe-d16/src
Kyösti Mälkki de09679c13 timestamps: COLLECT_TIMESTAMPS is mostly optional
It is a user-visible option and enabled by default for ARCH_X86,
some consider it as debugging aid only. Therefore platform design
should not depend on it.

It must remain selected with CHROMEOS and boards are allowed
to explicitly select it as well.

For siemens/mc_bdx1,mc_aplX boot time will be increased due
the use of get_us_since_boot() with COLLECT_TIMESTAMPS=n.
When unable to determine if N seconds has elapsed from boot,
this turns into a delay of N seconds.

Change-Id: I6ee4195d266440143344781d39db9578cd8bdcb3
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36527
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
2019-11-02 13:36:11 +00:00
..
acpi
arch arch/acpi.h: Use the predefined typedef acpi_addr_t 2019-11-01 11:47:51 +00:00
commonlib commonlib/helpers: Add alloca() macro 2019-10-30 08:20:39 +00:00
console console/kconfig: Move ONBOARD_VGA_IS_PRIMARY to 'devices' 2019-11-01 11:58:40 +00:00
cpu cpu/x86: Move calibrate_tsc_with_pit() to drivers/pc80 2019-11-02 06:28:28 +00:00
device console/kconfig: Move ONBOARD_VGA_IS_PRIMARY to 'devices' 2019-11-01 11:58:40 +00:00
drivers cpu/x86: Move calibrate_tsc_with_pit() to drivers/pc80 2019-11-02 06:28:28 +00:00
ec ec/google/chromeec: Add EC driver support for software sync 2019-10-31 10:36:47 +00:00
include cpu/x86: Move calibrate_tsc_with_pit() to drivers/pc80 2019-11-02 06:28:28 +00:00
lib lib/cbmem_top: Add a common cbmem_top implementation 2019-11-01 11:44:51 +00:00
mainboard mb/emulation/*-riscv: Initialize cbmem in romstage 2019-11-01 19:41:51 +00:00
northbridge lib/cbmem_top: Add a common cbmem_top implementation 2019-11-01 11:44:51 +00:00
security src/[northbridge,security]: change "unsigned" to "unsigned int" 2019-10-27 18:12:50 +00:00
soc timestamps: COLLECT_TIMESTAMPS is mostly optional 2019-11-02 13:36:11 +00:00
southbridge soc/intel/{IA-CPU/SOC}: Move sleepstates.asl into southbridge/intel/common/acpi 2019-11-01 11:50:03 +00:00
superio src: Remove unused 'include <string.h>' 2019-10-20 17:19:34 +00:00
vendorcode mb/facebook/fbg1701: Add public key to bootblock_verify_list 2019-11-01 13:56:21 +00:00
Kconfig src/Kconfig: Drop unused HAVE_POSTCAR 2019-11-01 11:58:59 +00:00