diff options
author | Ilya Smirnov <ismirno@us.ibm.com> | 2017-05-16 09:14:07 -0500 |
---|---|---|
committer | Matthew A. Ploetz <maploetz@us.ibm.com> | 2017-05-22 15:32:12 -0400 |
commit | 70a6574915c7112f3f60a5550207ec499b578e40 (patch) | |
tree | 7834c92c18992815829079d66232f62e23965d2c /src/usr/targeting | |
parent | 9b5ffd0484a07bcfc71ce265783a8b61d80ac6ad (diff) | |
download | talos-hostboot-70a6574915c7112f3f60a5550207ec499b578e40.tar.gz talos-hostboot-70a6574915c7112f3f60a5550207ec499b578e40.zip |
Clean up of devdesc in hostboot code
Change-Id: I252b9bffe2ff66d700c82f090b2d3bb21c1e570f
RTC:118001
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40558
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com>
Diffstat (limited to 'src/usr/targeting')
-rw-r--r-- | src/usr/targeting/attrPlatOverride.C | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/usr/targeting/attrPlatOverride.C b/src/usr/targeting/attrPlatOverride.C index 2848c920b..a5f2a18c0 100644 --- a/src/usr/targeting/attrPlatOverride.C +++ b/src/usr/targeting/attrPlatOverride.C @@ -102,7 +102,8 @@ errlHndl_t getAttrOverrides(PNOR::SectionInfo_t &i_sectionInfo, * @userdata2 Size of AttrOverrideSection * @devdesc AttrOverrideSection too big to fit in remaining * chunck of pnor section - * @custdesc Invalid configuration data in firmware pnor + * @custdesc Invalid configuration data in firmware Processor + * NOR flash */ l_err = new ERRORLOG::ErrlEntry @@ -131,7 +132,8 @@ errlHndl_t getAttrOverrides(PNOR::SectionInfo_t &i_sectionInfo, * @userdata2 Size of Serialized attribute override * @devdesc Serialized attribute override chunk too big to * fit in remaining chunck of pnor section - * @custdesc Invalid configuration data in firmware pnor + * @custdesc Invalid configuration data in firmware Processor + * NOR flash */ l_err = new ERRORLOG::ErrlEntry @@ -159,7 +161,8 @@ errlHndl_t getAttrOverrides(PNOR::SectionInfo_t &i_sectionInfo, * @userdata2 Chunk location with no tank layer * @devdesc No tank layer was specified for attribute * override. - * @custdesc Invalid configuration data in firmware pnor + * @custdesc Invalid configuration data in firmware Processor + * NOR flash */ l_err = new ERRORLOG::ErrlEntry @@ -191,7 +194,8 @@ errlHndl_t getAttrOverrides(PNOR::SectionInfo_t &i_sectionInfo, * @devdesc Attribute override is in the wrong pnor section * needs to be moved to the section associated * with its attribute tank layer - * @custdesc Invalid configuration data in firmware pnor + * @custdesc Invalid configuration data in firmware Processor + * NOR flash */ l_err = new ERRORLOG::ErrlEntry |