We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf4e30f commit cfc885dCopy full SHA for cfc885d
src/Kconfig
@@ -229,7 +229,7 @@ config INCLUDE_CONFIG_FILE
229
230
config COLLECT_TIMESTAMPS
231
bool "Create a table of timestamps collected during boot"
232
- default y if ARCH_X86
+ default y if ARCH_X86 || ARCH_PPC64
233
help
234
Make coreboot create a table of timer-ID/timer-value pairs to
235
allow measuring time spent at different phases of the boot process.
0 commit comments