coreboot/src
Johnny Lin d04c06b472 drivers/ipmi: Add CONFIG_IPMI_KCS_TIMEOUT_MS for IPMI KCS timeout value
With the current timeout of 1000 cycles of 100 microsecond would see
timeout occurs on OCP Delta Lake if the log level is set to values
smaller than 8. Because the prink(BIOS_SPEW, ..) in ipmi_kcs_status()
creates delay and avoid the problem, but after setting the log level
to 4 we see some timeout occurs.

The unit is millisecond and the default value is set to 5000 according
to IPMI spec v2.0 rev 1.1 Sec. 9.15, a five-second timeout or greater
is recommended.

Tested=On OCP Delta Lake, with log level 4 cannot observe timeout
occurs.

Change-Id: I42ede1d9200bb5d0dbb455d2ff66e2816f10e86b
Signed-off-by: Johnny Lin <johnny_lin@wiwynn.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45103
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-09-09 13:39:36 +00:00
..
acpi src/acpi: Drop unneeded empty lines 2020-08-24 09:16:59 +00:00
arch memory_info: add max_speed_mts and configured_speed_mts 2020-09-03 21:27:54 +00:00
commonlib src: Remove incorrect x86 exception not from TS_DONE_LOADING description 2020-08-28 06:07:37 +00:00
console ec/system76: Add console support 2020-09-07 21:46:34 +00:00
cpu cpu/intel/haswell: Set LT_LOCK_MEMORY MSR on finalize step 2020-08-30 19:25:43 +00:00
device device: Add method to configure bus mastering based on Kconfig 2020-08-31 18:34:22 +00:00
drivers drivers/ipmi: Add CONFIG_IPMI_KCS_TIMEOUT_MS for IPMI KCS timeout value 2020-09-09 13:39:36 +00:00
ec ec/system76: Add console support 2020-09-07 21:46:34 +00:00
include pci_ids: Add Alder Lake DTT PCI IDs 2020-09-08 12:56:58 +00:00
lib lib/Kconfig: Drop obsolete help text from GENERIC_SPD_BIN 2020-09-08 05:47:33 +00:00
mainboard mb/google/volteer/variants/eldrid: add memory.c for ddr4 support 2020-09-09 13:37:41 +00:00
northbridge nb/intel/ironlake: Use an enum for gpu_panel_port_select 2020-09-08 05:27:26 +00:00
security security/intel/txt/getsec.c: Do not check lock bit 2020-08-30 19:26:48 +00:00
soc soc/ti/am335x: Fix MLO build 2020-09-09 10:49:05 +00:00
southbridge {include,mb,soc,sb,vendorcode}: Make hexadecimal notation consistent 2020-09-01 03:06:04 +00:00
superio superio/winbond/wpcd376i: Resurrect the driver 2020-08-31 06:29:47 +00:00
vendorcode vendorcode/intel/fsp/fsp2_0/adl: Add FSP header file version 1332 2020-09-09 05:16:34 +00:00
Kconfig Kconfig: Update ASan config options 2020-08-21 07:42:21 +00:00