diff options
author | Johnny Lin <johnny_lin@wiwynn.com> | 2020-02-19 16:13:15 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-03-25 10:42:25 +0000 |
commit | a956063e5f9c19179e4bacd145e26e159f1982b2 (patch) | |
tree | 6b389233957e4af55a648a450130f87ac884597d /src/mainboard/ocp/tiogapass/Kconfig | |
parent | ebb7f54b1a107816e4f83bc31f1631acb85700d1 (diff) |
mb/ocp/tiogapass: Enable IPMI KCS
A bigger than zero value of bmc_boot_timeout must be set
for KCS ipmi_get_bmc_self_test_result() to run, otherwise
the self test result will be error and won't write SMBIOS
type 38 table. Here we set 60 seconds as the maximal self
test timeout.
Tested=Check if the BMC IPMI response data and SMBIOS type
38 on OCP Tioga Pass are correct or not.
Signed-off-by: Johnny Lin <johnny_lin@wiwynn.com>
Change-Id: I3678973736a675ed22b5bc9da20a2ca947220f4b
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38995
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/mainboard/ocp/tiogapass/Kconfig')
-rw-r--r-- | src/mainboard/ocp/tiogapass/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/ocp/tiogapass/Kconfig b/src/mainboard/ocp/tiogapass/Kconfig index b3b43fb20d..9dbc066f10 100644 --- a/src/mainboard/ocp/tiogapass/Kconfig +++ b/src/mainboard/ocp/tiogapass/Kconfig @@ -22,6 +22,7 @@ config BOARD_SPECIFIC_OPTIONS select SOC_INTEL_XEON_SP select MAINBOARD_USES_FSP2_0 select FSP_CAR + select IPMI_KCS config MAINBOARD_DIR string |