X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2FKconfig;h=ba1af089cd7a080efd7679168b87b7f750e7f9ab;hb=b89a761a637996e730432a3a8383aaf636abe5c5;hp=845d26f29181191faedd42fac72e76b33882d758;hpb=6588802fa73d4b45c91e701807ad12d8fcef303e;p=coreboot.git diff --git a/src/Kconfig b/src/Kconfig index 845d26f29..ba1af089c 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -112,6 +112,21 @@ config INCLUDE_CONFIG_FILE help Include in CBFS the coreboot config file that was used to compile the ROM image +config EARLY_CBMEM_INIT + bool "Initialize CBMEM while in ROM stage" + default n + help + Make coreboot initialize the cbmem structures while running in rom + stage. This could be useful when the rom stage wants to communicate + some, for instance, execution timestamps. + +config COLLECT_TIMESTAMPS + bool "Create a table of timestamps collected during boot" + depends on EARLY_CBMEM_INIT + help + Make coreboot create a table of timer id/timer value pairs to + allow measuring time spent at different phases of the boot + process. endmenu source src/mainboard/Kconfig @@ -923,3 +938,4 @@ config POWER_BUTTON_IS_OPTIONAL Internal option that controls ENABLE_POWER_BUTTON visibility. source src/Kconfig.deprecated_options +source src/vendorcode/Kconfig