diff options
| author | Mike Baiocchi <mbaiocch@us.ibm.com> | 2018-07-06 17:31:45 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-07-13 10:59:37 -0400 |
| commit | 8948f0196ab1bfdc6e2c4d45c2e77f9e430c4811 (patch) | |
| tree | 8cd616bae74dc1372729eab82fd6b546a5db89eb /src/usr/sbe | |
| parent | 0ee708e360e9e0d2136b455aed7e4f87dd22befb (diff) | |
| download | talos-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.C | 2 |
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 = |

