summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-05-04 16:55:05 -0600
committerBin Meng <bmeng@tinylab.org>2023-05-11 10:25:29 +0800
commitea45ee1fc3fd3afdf242d5f141cd55df936751e3 (patch)
tree4b7595da18865952579bb3fac4fefc743f01a64c
parent2cbc6aa47e53b84c0c9301031bcdca581342db51 (diff)
downloadu-boot-ea45ee1fc3fd3afdf242d5f141cd55df936751e3.tar.gz
x86: coreboot: Log function names and line numbers
Turn these options on to make it easier to debug things. Also enable dhrystone so we can get some measure of performance. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
-rw-r--r--configs/coreboot_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/coreboot_defconfig b/configs/coreboot_defconfig
index 1bbb358a02..3030e5bf93 100644
--- a/configs/coreboot_defconfig
+++ b/configs/coreboot_defconfig
@@ -16,6 +16,9 @@ CONFIG_USE_BOOTCOMMAND=y
CONFIG_BOOTCOMMAND="ext2load scsi 0:3 01000000 /boot/vmlinuz; zboot 01000000"
CONFIG_PRE_CONSOLE_BUFFER=y
CONFIG_SYS_CONSOLE_INFO_QUIET=y
+CONFIG_LOG=y
+CONFIG_LOGF_LINE=y
+CONFIG_LOGF_FUNC=y
CONFIG_DISPLAY_BOARDINFO_LATE=y
CONFIG_LAST_STAGE_INIT=y
CONFIG_PCI_INIT_R=y
@@ -60,5 +63,6 @@ CONFIG_SYS_64BIT_LBA=y
CONFIG_SOUND=y
CONFIG_SOUND_I8254=y
CONFIG_CONSOLE_SCROLL_LINES=5
+CONFIG_CMD_DHRYSTONE=y
# CONFIG_GZIP is not set
CONFIG_SMBIOS_PARSER=y