summaryrefslogtreecommitdiffstats
path: root/src/usr/sbe
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/sbe
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/sbe')
-rw-r--r--src/usr/sbe/sbe_update.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/sbe/sbe_update.C b/src/usr/sbe/sbe_update.C
index a978d6a7e..7fad01142 100644
--- a/src/usr/sbe/sbe_update.C
+++ b/src/usr/sbe/sbe_update.C
@@ -5639,7 +5639,7 @@ errlHndl_t getHwKeyHashFromSbeImage(
uint8_t tmp_data_ECC[max_buffer_size] = {0};
- // For reading via ChipOp we need buffer on a 128 byte boundary, so get
+ // For reading via ChipOp we need the buffer on a 128 byte boundary, so get
// the right size for that boundary and then add 127 bytes to the buffer
// length so we can guarantee a 128 byte aligned addr
const size_t max_buffer_size_chipOp =
OpenPOWER on IntegriCloud