summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorMike Jones <mjjones@us.ibm.com>2012-04-16 15:38:12 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-04-18 16:30:34 -0500
commit22a489a13ad5fde3d584b3c770178c9018a21e4f (patch)
tree70156a3b368b825270b18d709c16df81e295aea5 /src/include/usr
parent55401cde54ca769a382a9c64f1db13b87bc24ea0 (diff)
downloadtalos-hostboot-22a489a13ad5fde3d584b3c770178c9018a21e4f.tar.gz
talos-hostboot-22a489a13ad5fde3d584b3c770178c9018a21e4f.zip
HWPF: Pull in latest memory_attributes.xml file
The latest memory_attributes.xml from the memory HW team contains some changes that need to be pulled in. This has co-reqs to a few HWPs that have also been pulled in - but these changes are not significant enough to go through the full HWP review process (a simple type change and a typo fix) Change-Id: I2816aeab51efcefa819b1c971918edb5564f280e Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/903 Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/hwpf/fapi/fapiTarget.H9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/include/usr/hwpf/fapi/fapiTarget.H b/src/include/usr/hwpf/fapi/fapiTarget.H
index e09e8fd5d..c5043cb2b 100644
--- a/src/include/usr/hwpf/fapi/fapiTarget.H
+++ b/src/include/usr/hwpf/fapi/fapiTarget.H
@@ -220,7 +220,12 @@ public:
*/
const char * toEcmdString() const;
-private:
+// TODO
+// When eCMD releases the version of this file that has toString as private then
+// all users will be forced to switch to use the improved toEcmdString. Right
+// now, there is a new HWP that uses toString, therefore temporarily move
+// toString back to public.
+//private:
/**
* @brief Convert a target to an ecmd-format target string
@@ -237,6 +242,8 @@ private:
*/
void toString(char (&o_ecmdString)[MAX_ECMD_STRING_LEN]) const;
+private:
+
/**
* @brief Compare the handle
*
OpenPOWER on IntegriCloud