Skip to content

Commit

Permalink
Improve SBE Update Console Messages
Browse files Browse the repository at this point in the history
Change-Id: Iac6785910f15dc6b67cf432a590288f70d86aa9e
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45488
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
wghoffa authored and dcrowell77 committed Sep 5, 2017
1 parent b80767a commit 9a2410a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/usr/sbe/sbe_update.C
Original file line number Diff line number Diff line change
Expand Up @@ -2402,6 +2402,13 @@ namespace SBE
TARGETING::get_huid(io_sbeState.target),
io_sbeState.seeprom_side_to_update);

#ifdef CONFIG_CONSOLE
CONSOLE::displayf(SBE_COMP_NAME,
"System Performing SBE Update for PROC %d, side %d",
io_sbeState.target->getAttr<TARGETING::ATTR_POSITION>(),
io_sbeState.seeprom_side_to_update);
#endif

errlHndl_t err = NULL;
int64_t rc = 0;

Expand Down Expand Up @@ -5142,7 +5149,7 @@ errlHndl_t sbeDoReboot( void )
else
{
CONSOLE::displayf(SBE_COMP_NAME, "System Rebooting To "
"Perform SBE Update\n");
"Complete SBE Update Process");
CONSOLE::flush();
}
#endif
Expand Down

0 comments on commit 9a2410a

Please sign in to comment.