Hello Kyösti Mälkki, Patrick Rudolph, Arthur Heymans, Jacob Garber, Matt DeVillier, build bot (Jenkins), Nico Huber, Patrick Georgi,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/36591
to look at the new patch set (#2).
Change subject: console: serial: add optional delay to wait for BMC serial routing ......................................................................
console: serial: add optional delay to wait for BMC serial routing
Some mainboards with a BMC do the serial routing setup in the BMC boot phase on cold boot. This results in scrambled console output when this is not finished fast enough.
This adds a Kconfig-based delay that can be set at mainboard level to wait for the BMC to finish setup.
A user may set this delay to 0 when using another BMC firmware like OpenBMC, u-bmc or some custom BMC bootloader with fast serial setup.
Change-Id: I7d6599b76384fc94a00a9cfc1794ebfe34863ff9 Signed-off-by: Michael Niewöhner foss@mniewoehner.de --- M src/console/Kconfig M src/console/init.c 2 files changed, 15 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/91/36591/2