diff options
| author | Stephen Cprek <smcprek@us.ibm.com> | 2014-10-17 14:27:39 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-11-13 09:58:07 -0600 |
| commit | 32796a39f1b46b27632b084066bcc504438f3dbb (patch) | |
| tree | 64eec73ed1d0b375d65d01042302665ad128f0a4 /src/include/usr/hwpf | |
| parent | a09cff943a1d12904de650f133a1b39a6de42f1e (diff) | |
| download | blackbird-hostboot-32796a39f1b46b27632b084066bcc504438f3dbb.tar.gz blackbird-hostboot-32796a39f1b46b27632b084066bcc504438f3dbb.zip | |
Separate attr override section of PNOR into 2 parts
New Sections: ATTR_TMP, ATTR_PERM
Change-Id: Id66495509076f9637e8720f3d2631e8db7456fb2
RTC:113615
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14168
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwpf')
| -rwxr-xr-x | src/include/usr/hwpf/plat/fapiPlatAttrOverrideSync.H | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/include/usr/hwpf/plat/fapiPlatAttrOverrideSync.H b/src/include/usr/hwpf/plat/fapiPlatAttrOverrideSync.H index fdcee3db8..fbc036eda 100755 --- a/src/include/usr/hwpf/plat/fapiPlatAttrOverrideSync.H +++ b/src/include/usr/hwpf/plat/fapiPlatAttrOverrideSync.H @@ -47,9 +47,8 @@ //****************************************************************************** namespace TARGETING { - errlHndl_t getAttrOverrides(PNOR::SectionId section, - AttributeTank* io_tanks[AttributeTank::TANK_LAYER_LAST], - uint32_t i_pnorSecOffset); + errlHndl_t getAttrOverrides(PNOR::SectionInfo_t &i_sectionInfo, + AttributeTank* io_tanks[AttributeTank::TANK_LAYER_LAST]); } namespace fapi @@ -89,9 +88,10 @@ public: /** * @brief Allow a attribute override to directly access the override tank */ - friend errlHndl_t TARGETING::getAttrOverrides(PNOR::SectionId section, - TARGETING::AttributeTank* io_tanks[TARGETING::AttributeTank::TANK_LAYER_LAST], - uint32_t i_pnorSecOffset); + friend errlHndl_t TARGETING::getAttrOverrides( + PNOR::SectionInfo_t &i_sectionInfo, + TARGETING::AttributeTank* + io_tanks[TARGETING::AttributeTank::TANK_LAYER_LAST]); /** * @brief Maximum size of a direct attribute override |

