summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Jones <marcj303@gmail.com>2021-06-22 14:05:41 -0600
committerPatrick Georgi <pgeorgi@google.com>2021-06-25 06:30:11 +0000
commit40dccd9f36ba6e3c7014f28634cfb9f7d29a043b (patch)
tree267981f1d089a718ad393c7eb532df2a0da1d14a
parent2953527a677214637696a4bfe8298049b78ac09b (diff)
downloadcoreboot-40dccd9f36ba6e3c7014f28634cfb9f7d29a043b.tar.gz
coreboot-40dccd9f36ba6e3c7014f28634cfb9f7d29a043b.tar.bz2
coreboot-40dccd9f36ba6e3c7014f28634cfb9f7d29a043b.zip
mainboard/ocp/monolake: Give the BMC time to startup
Set bmc_boot_timeout and wait_for_bmc to give the BMC more time to respond before coreboot times out and moves on. Passes IPMI BMC selftest. Change-Id: I310a08b8c134cf839381675ade2fe7deee9b1909 Signed-off-by: Marc Jones <marcj303@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55770 Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Jay Talbott <JayTalbott@sysproconsulting.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/mainboard/ocp/monolake/devicetree.cb3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/ocp/monolake/devicetree.cb b/src/mainboard/ocp/monolake/devicetree.cb
index 0e3857b1de98..4f351b0c4c31 100644
--- a/src/mainboard/ocp/monolake/devicetree.cb
+++ b/src/mainboard/ocp/monolake/devicetree.cb
@@ -14,6 +14,9 @@ chip soc/intel/fsp_broadwell_de
chip drivers/ipmi # BMC KCS
device pnp ca2.0 on end
register "bmc_i2c_address" = "0x20"
+ # On cold boot it takes a while for the BMC to start the IPMI service
+ register "wait_for_bmc" = "1"
+ register "bmc_boot_timeout" = "60"
end
end # LPC Bridge
device pci 1f.2 on end # SATA Controller