summaryrefslogtreecommitdiffstats
path: root/src/include/usr/targeting/attrPlatOverride.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/targeting/attrPlatOverride.H')
-rw-r--r--src/include/usr/targeting/attrPlatOverride.H7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/include/usr/targeting/attrPlatOverride.H b/src/include/usr/targeting/attrPlatOverride.H
index 6461228ab..266f1976e 100644
--- a/src/include/usr/targeting/attrPlatOverride.H
+++ b/src/include/usr/targeting/attrPlatOverride.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2014 */
+/* Contributors Listed Below - COPYRIGHT 2014,2015 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -68,6 +68,9 @@ const std::pair<AttributeTank::TankLayer, PNOR::SectionId>
* permanent attribute overrides. Currently there are 3 attribute tanks,
* FAPI, Targeting, and Permanent.
*
+ * For runtime attribute updates, a PNOR::SectionInfo is set up to point to the
+ * passed attribute update binary blob instead of being a 'real' pnor section.
+ *
* @param[in] i_sectionInfo PNOR::SectionInfo_t to look for overrides
* @param[in] io_tanks Array of pointers to Attribute tanks, used for
* test cases, default set to NULL
@@ -79,4 +82,4 @@ errlHndl_t getAttrOverrides(PNOR::SectionInfo_t &i_sectionInfo,
} // end of namespace
-#endif \ No newline at end of file
+#endif
OpenPOWER on IntegriCloud