From 22a489a13ad5fde3d584b3c770178c9018a21e4f Mon Sep 17 00:00:00 2001 From: Mike Jones Date: Mon, 16 Apr 2012 15:38:12 -0500 Subject: 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 Reviewed-by: A. Patrick Williams III --- src/include/usr/hwpf/fapi/fapiTarget.H | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/include/usr') 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 * -- cgit v1.2.1