Paul Menzel has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/41997 )
Change subject: drivers/ipmi: Increase BMC timeout message level from INFO to ERR ......................................................................
drivers/ipmi: Increase BMC timeout message level from INFO to ERR
If the system is configured with a BMC, the user expects the BMC to be functional. If the initialization times out, than possible expected management features won’t work, so inform the user about that error.
It could also be debated, to make it a warning, but I chose to make it an error.
Change-Id: I282ea7547e0f5b3cf3b44e4d42977a825180393a Signed-off-by: Paul Menzel pmenzel@molgen.mpg.de --- M src/drivers/ipmi/ipmi_kcs_ops.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/97/41997/1
diff --git a/src/drivers/ipmi/ipmi_kcs_ops.c b/src/drivers/ipmi/ipmi_kcs_ops.c index 0b90fb2..a5a963e 100644 --- a/src/drivers/ipmi/ipmi_kcs_ops.c +++ b/src/drivers/ipmi/ipmi_kcs_ops.c @@ -96,7 +96,7 @@ mdelay(100); } if (stopwatch_expired(&sw)) { - printk(BIOS_INFO, "IPMI: Waiting for BMC timed out\n"); + printk(BIOS_WARN, "IPMI: Waiting for BMC timed out\n"); /* Don't write tables if communication failed */ dev->enabled = 0; return;
Michael Niewöhner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41997 )
Change subject: drivers/ipmi: Increase BMC timeout message level from INFO to ERR ......................................................................
Patch Set 1: Code-Review+2
(1 comment)
https://review.coreboot.org/c/coreboot/+/41997/1/src/drivers/ipmi/ipmi_kcs_o... File src/drivers/ipmi/ipmi_kcs_ops.c:
https://review.coreboot.org/c/coreboot/+/41997/1/src/drivers/ipmi/ipmi_kcs_o... PS1, Line 99: BIOS_WARN -> BIOS_WARNING
Hello build bot (Jenkins), Patrick Rudolph, Michael Niewöhner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/41997
to look at the new patch set (#2).
Change subject: drivers/ipmi: Increase BMC timeout message level from INFO to ERR ......................................................................
drivers/ipmi: Increase BMC timeout message level from INFO to ERR
If the system is configured with a BMC, the user expects the BMC to be functional. If the initialization times out, than possible expected management features won’t work, so inform the user about that error.
It could also be debated, to make it a warning, but I chose to make it an error.
Change-Id: I282ea7547e0f5b3cf3b44e4d42977a825180393a Signed-off-by: Paul Menzel pmenzel@molgen.mpg.de --- M src/drivers/ipmi/ipmi_kcs_ops.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/97/41997/2
Michael Niewöhner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41997 )
Change subject: drivers/ipmi: Increase BMC timeout message level from INFO to ERR ......................................................................
Patch Set 2: Code-Review+1
(1 comment)
https://review.coreboot.org/c/coreboot/+/41997/1/src/drivers/ipmi/ipmi_kcs_o... File src/drivers/ipmi/ipmi_kcs_ops.c:
https://review.coreboot.org/c/coreboot/+/41997/1/src/drivers/ipmi/ipmi_kcs_o... PS1, Line 99: BIOS_WARN
-> BIOS_WARNING
Done
Michael Niewöhner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41997 )
Change subject: drivers/ipmi: Increase BMC timeout message level from INFO to ERR ......................................................................
Patch Set 2: Code-Review+2
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41997 )
Change subject: drivers/ipmi: Increase BMC timeout message level from INFO to ERR ......................................................................
Patch Set 2:
(2 comments)
https://review.coreboot.org/c/coreboot/+/41997/2//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/41997/2//COMMIT_MSG@10 PS2, Line 10: than then
https://review.coreboot.org/c/coreboot/+/41997/2//COMMIT_MSG@13 PS2, Line 13: , remove comma
Hello build bot (Jenkins), Patrick Rudolph, Michael Niewöhner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/41997
to look at the new patch set (#3).
Change subject: drivers/ipmi: Increase BMC timeout message level from INFO to ERR ......................................................................
drivers/ipmi: Increase BMC timeout message level from INFO to ERR
If the system is configured with a BMC, the user expects the BMC to be functional. If the initialization times out, then possible expected management features won’t work, so inform the user about that error.
It could also be debated to make it a warning, but I chose to make it an error.
Change-Id: I282ea7547e0f5b3cf3b44e4d42977a825180393a Signed-off-by: Paul Menzel pmenzel@molgen.mpg.de --- M src/drivers/ipmi/ipmi_kcs_ops.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/97/41997/3
Martin L Roth has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/41997?usp=email )
Change subject: drivers/ipmi: Increase BMC timeout message level from INFO to ERR ......................................................................
Abandoned
This patch has not been touched in over 12 months. Anyone who wants to take over work on this patch, please feel free to restore it and do any work needed to get it merged. If you create a new patch based on this work, please credit the original author.