diff options
| author | Mike Baiocchi <mbaiocch@us.ibm.com> | 2019-03-19 11:54:39 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2019-03-20 09:45:55 -0500 |
| commit | 08d6bc305592be2382153c17823e64a0d059d100 (patch) | |
| tree | d1fd62bbd629389e278696388b8e964f7a957541 /src/include | |
| parent | 810394f870786da606ef3179315e6cbdaa35627b (diff) | |
| download | talos-hostboot-08d6bc305592be2382153c17823e64a0d059d100.tar.gz talos-hostboot-08d6bc305592be2382153c17823e64a0d059d100.zip | |
Update UCD class member variables and functions
This commit makes Ucd class member variables to hold the I2C
information stored in an attribute of the UCD. It also makes
updateUcdFlash() a member function.
Change-Id: I66221f0bd1b7dbe82ed4547c0635fbf99628471b
RTC:205979
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/74674
Reviewed-by: Ilya Smirnov <ismirno@us.ibm.com>
Reviewed-by: Matthew Raybuck <matthew.raybuck@ibm.com>
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/include')
| -rw-r--r-- | src/include/usr/isteps/ucd/updateUcdFlash.H | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/src/include/usr/isteps/ucd/updateUcdFlash.H b/src/include/usr/isteps/ucd/updateUcdFlash.H index 2cc7e8e84..ad14f149c 100644 --- a/src/include/usr/isteps/ucd/updateUcdFlash.H +++ b/src/include/usr/isteps/ucd/updateUcdFlash.H @@ -62,27 +62,11 @@ errlHndl_t updateAllUcdFlashImages( const TARGETING::TargetHandleList& i_powerSequencers, UtilMem& i_image); -/** - * @brief Updates a UCD target's flash image - * - * @param[in] i_pUcd UCD's target; must not be nullptr - * @param[in] i_pFlashImage pointer to the start of the data flash - * image (its table of contents). Must not be nullptr. - * - * @return errlHndl_t Error log handle - * @retval nullptr Successfully updated the UCD's data flash image - * @retval !nullptr Failed to update the UCD's data flash image. Handle - * points to valid error log - */ -errlHndl_t updateUcdFlash( - TARGETING::Target* i_pUcd, - const void* i_pFlashImage); - -} // End namespace POWER_SEQUENCER +} // End namespace UCD } // End namespace TI -} // End namespace UCD +} // End namespace POWER_SEQUENCER #endif // __UPDATE_UCD_FLASH_H |

