X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2FKconfig;h=e9ceed5e106657d4b8dc259208123be9303ee6c3;hb=7f0e93060e720149bb59023d608a67cfc21542b1;hp=f96c903e69e5ae9d75ab9201877c583a330e81c8;hpb=f73535c089564864eb92628c351f76b0c556ab91;p=coreboot.git diff --git a/src/Kconfig b/src/Kconfig index f96c903e6..e9ceed5e1 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -845,6 +845,15 @@ config LLSHELL Put llshell() in your (romstage) code to start the shell. See src/arch/x86/llshell/llshell.inc for details. +config TRACE + bool "Trace function calls" + default n + help + If enabled, every function will print information to console once + the function is entered. The syntax is ~0xaaaabbbb(0xccccdddd) + the 0xaaaabbbb is the actual function and 0xccccdddd is EIP + of calling function. Please note some printk releated functions + are omitted from trace to have good looking console dumps. endmenu config LIFT_BSP_APIC_ID