summaryrefslogtreecommitdiffstats
path: root/src/usr/sbeio
diff options
context:
space:
mode:
authorMike Baiocchi <mbaiocch@us.ibm.com>2018-07-06 17:31:45 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-07-13 10:59:37 -0400
commit8948f0196ab1bfdc6e2c4d45c2e77f9e430c4811 (patch)
tree8cd616bae74dc1372729eab82fd6b546a5db89eb /src/usr/sbeio
parent0ee708e360e9e0d2136b455aed7e4f87dd22befb (diff)
downloadtalos-hostboot-8948f0196ab1bfdc6e2c4d45c2e77f9e430c4811.tar.gz
talos-hostboot-8948f0196ab1bfdc6e2c4d45c2e77f9e430c4811.zip
ABUS Node Communication: Add Support for Redundant Links
This commit adds redundancy to the ABUS Node Communication procedure by using the best possible link per connection rather than the default secure link. Change-Id: I051d316eacb05d59889d3f45fcb387e29877e1fe RTC:184518 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/62133 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/sbeio')
-rw-r--r--src/usr/sbeio/sbe_psuReadSeeprom.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/sbeio/sbe_psuReadSeeprom.C b/src/usr/sbeio/sbe_psuReadSeeprom.C
index bf8e59dac..bb8171716 100644
--- a/src/usr/sbeio/sbe_psuReadSeeprom.C
+++ b/src/usr/sbeio/sbe_psuReadSeeprom.C
@@ -69,7 +69,7 @@ namespace SBEIO
// Verify input parameters meet restrictions
assert(i_target!=nullptr,"sendPsuReadSeeprom: i_target was nullptr");
assert((i_readSize % CHIPOP_READ_SEEPROM_SIZE_ALIGNMENT_BYTES) == 0,"sendPsuReadSeeprom: i_readSize 0x%X is not 128B aligned", i_readSize);
- assert((i_destAddr % CHIPOP_READ_SEEPROM_DEST_ADDR_ALIGNMENT_BYTES) == 0,"sendPsuReadSeeprom: i_destAddr 0x%X is not 8B aligned", i_destAddr);
+ assert((i_destAddr % CHIPOP_READ_SEEPROM_DEST_ADDR_ALIGNMENT_BYTES) == 0,"sendPsuReadSeeprom: i_destAddr 0x%.16llX is not 8B aligned", i_destAddr);
// set up PSU command message
SbePsu::psuCommand l_psuCommand(
OpenPOWER on IntegriCloud