diff options
| author | Stephen Cprek <smcprek@us.ibm.com> | 2017-02-06 12:31:42 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-03-01 14:04:03 -0500 |
| commit | f0d7c809d23c2cf44c0be0ff594c14aff22d6f04 (patch) | |
| tree | bbb67150e4e1d2a6309c4bed69ab70473d02e7ce /src/include/usr/sbe | |
| parent | d3d4ae7c89e6b35fffa8857170762992dc3c6538 (diff) | |
| download | blackbird-hostboot-f0d7c809d23c2cf44c0be0ff594c14aff22d6f04.tar.gz blackbird-hostboot-f0d7c809d23c2cf44c0be0ff594c14aff22d6f04.zip | |
Add SecureROM version info and Change SBE update to use max HBBL size
The HBBL also contains the securerom code and hw keys' hash
for verification purposes. So looking for the end of the HBBL
code leaves out those sections
Change-Id: I73a1b5c50e3a5b3f642ca569b90e79dbe4c4ba1e
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35979
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/sbe')
| -rw-r--r-- | src/include/usr/sbe/sbeif.H | 15 | ||||
| -rw-r--r-- | src/include/usr/sbe/sbereasoncodes.H | 2 |
2 files changed, 0 insertions, 17 deletions
diff --git a/src/include/usr/sbe/sbeif.H b/src/include/usr/sbe/sbeif.H index 67937b9b4..be7924869 100644 --- a/src/include/usr/sbe/sbeif.H +++ b/src/include/usr/sbe/sbeif.H @@ -60,21 +60,6 @@ namespace SBE sbe_image_version_t* o_version = NULL); /** - * @brief Gets a pointer to the HBBL image in PNOR - * - * @param[out] o_imgPtr Pointer to HBBL Image mapped in PNOR - * Note: Pointer moved past any header(s) - * - * @param[out] o_imgSize Size of the HBBL Image in PNOR - * Note: Size does not include any header(s) - * - * @return errlHndl_t Error log handle on failure. - */ - errlHndl_t findHBBLInPnor(void*& o_imgPtr, - size_t& o_imgSize); - - - /** * @brief Iterates through all the functional processors and updates * the SBE Image in a SEEPROM, if necessary. * diff --git a/src/include/usr/sbe/sbereasoncodes.H b/src/include/usr/sbe/sbereasoncodes.H index 8126060e4..611c0153e 100644 --- a/src/include/usr/sbe/sbereasoncodes.H +++ b/src/include/usr/sbe/sbereasoncodes.H @@ -60,7 +60,6 @@ enum sbeModuleId SBE_READ_SBE_IMAGE = 0x0F, SBE_WRITE_SBE_IMAGE = 0x10, SBE_GET_SBE_IMAGE_SIZE = 0x11, - HBBL_FIND_IN_PNOR = 0x12, SBE_APPEND_HBBL = 0x13, }; @@ -101,7 +100,6 @@ enum sbeReasonCode SBE_MASTER_VERSION_DOWNLEVEL = SBE_COMP_ID | 0x15, SBE_IMAGE_GET_SET_SCALAR_FAIL = SBE_COMP_ID | 0x16, - HBBL_END_DATA_NOT_FOUND = SBE_COMP_ID | 0x17, ERROR_FROM_XIP_DELETE = SBE_COMP_ID | 0x18, ERROR_FROM_XIP_FIND = SBE_COMP_ID | 0x19, |

