diff options
| author | Christian Geddes <crgeddes@us.ibm.com> | 2018-07-03 12:30:42 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-07-12 19:13:52 -0400 |
| commit | 3d15e71d67bf08373bd347c8dbd04f5a1250c24a (patch) | |
| tree | 2637838525ba9acfd45e13292b532307b06d7fe7 /src/usr/sbe | |
| parent | d2c065d794cee00ff07f06d1909554df480b2111 (diff) | |
| download | talos-hostboot-3d15e71d67bf08373bd347c8dbd04f5a1250c24a.tar.gz talos-hostboot-3d15e71d67bf08373bd347c8dbd04f5a1250c24a.zip | |
Update comment in getSbeVersionViaChipop to be correct
Previously it was saying the size of the version read was 3*128 bytes
but it is actually 2*128 bytes.
Change-Id: I884da84f82f64de4d2562e77907b375cfbba23e3
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/62181
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: Michael Baiocchi <mbaiocch@us.ibm.com>
Reviewed-by: Matt Derksen <mderkse1@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 3d013b418..a978d6a7e 100644 --- a/src/usr/sbe/sbe_update.C +++ b/src/usr/sbe/sbe_update.C @@ -2624,7 +2624,7 @@ errlHndl_t getSeepromSideVersionViaChipOp(TARGETING::Target* i_target, //Set up the buffer which the SBE will copy the version info to //Add 127 bytes to the buffer length so we can guarantee a 128 byte aligned addr - //Note that the SBE_SEEPROM_VERSION_READ_SIZE is 3 * 128 Bytes to be cacheline aligned + //Note that the SBE_SEEPROM_VERSION_READ_SIZE is 2 * 128 Bytes to be cacheline aligned uint8_t * l_seepromReadBuffer = static_cast<uint8_t*>( malloc(SBE_SEEPROM_VERSION_READ_SIZE + 127 )); |

