Johnny Lin has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/45104 )
Change subject: mb/ocp/deltalake: Set CONFIG_IPMI_KCS_IO_TIMEOUT to 20000 ......................................................................
mb/ocp/deltalake: Set CONFIG_IPMI_KCS_IO_TIMEOUT to 20000
Without it would see wait_ibf timeout and wait_obf timeout when log level is smaller than 8.
Change-Id: Ieb4af8c0888317df1ab4a1b668559b448e44ced9 Signed-off-by: Johnny Lin johnny_lin@wiwynn.com --- M src/mainboard/ocp/deltalake/Kconfig 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/45104/1
diff --git a/src/mainboard/ocp/deltalake/Kconfig b/src/mainboard/ocp/deltalake/Kconfig index b229c94..8167ed5 100644 --- a/src/mainboard/ocp/deltalake/Kconfig +++ b/src/mainboard/ocp/deltalake/Kconfig @@ -51,4 +51,7 @@ bool default y
+config IPMI_KCS_IO_TIMEOUT + int + default 20000 endif # BOARD_OCP_DELTALAKE
Johnny Lin has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/45104 )
Change subject: mb/ocp/deltalake: Set CONFIG_IPMI_KCS_IO_TIMEOUT to 20000 ......................................................................
Abandoned