Skip to content

Commit

Permalink
Change "ALL EFDs have been exhausted" trace from error to info
Browse files Browse the repository at this point in the history
Change-Id: I95ed778a57cfbaf46bab3e972f84b2d735add93a
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/94076
Reviewed-by: Mark Pizzutillo <mark.pizzutillo@ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/94109
Tested-by: Jenkins OP Build CI <op-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
stermole authored and dcrowell77 committed Apr 3, 2020
1 parent e9687ad commit 6ed0290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/import/chips/p9/procedures/hwp/accessors/ddimm_get_efd.C
Expand Up @@ -997,9 +997,9 @@ extern "C"
io_vpdInfo.iv_omi_freq_mhz, l_freqMask,
io_vpdInfo.iv_rank, l_rankMask);

// If unable to collect FFDC and assert, at least trace out error
// If FFDC and assert are not desired, give an informational trace
// and exit with false
FAPI_ERR ("ddr4_get_efd: ALL EFDs have been exhausted. NO match "
FAPI_INF ("ddr4_get_efd: ALL EFDs have been exhausted. NO match "
"for frequency = %d (frequency bit mask = 0x%.4X) and "
"master rank = %d (master rank bit mask = 0x%.2X), or "
"there was a match but the block is not implemented.",
Expand Down

0 comments on commit 6ed0290

Please sign in to comment.