summaryrefslogtreecommitdiffstats
path: root/src/usr/vfs
diff options
context:
space:
mode:
authorMike Jones <mjjones@us.ibm.com>2013-01-22 09:41:25 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-02-08 16:49:45 -0600
commitcaf328ccd931de4ce4e4d285d1a4e5ddd151abb5 (patch)
tree650c28362fef4b7fd3d8e727d2b13e25f119434b /src/usr/vfs
parent7c50ac8fa046052334326fd4f3c8447cb0c9514d (diff)
downloadtalos-hostboot-caf328ccd931de4ce4e4d285d1a4e5ddd151abb5.tar.gz
talos-hostboot-caf328ccd931de4ce4e4d285d1a4e5ddd151abb5.zip
ERRL: Create Hostboot error log SRC/UD parser and deliver to FSP bld
A new script called genErrlParsers will scan the Hostboot code for error log tags and create a SRC parser for each component. The script will also scan the Hostboot code for plugin directories containing User Detail Data parsers and will create a makefile that is used by the FSP to build each component's SRC/UD parser. Change-Id: I7113f6cd8069447a1caaa199aff199b663d59072 RTC: 47518 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2975 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/vfs')
-rw-r--r--src/usr/vfs/vfsrp.C12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/usr/vfs/vfsrp.C b/src/usr/vfs/vfsrp.C
index dd6f9617e..c08b10016 100644
--- a/src/usr/vfs/vfsrp.C
+++ b/src/usr/vfs/vfsrp.C
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2011,2012 */
+/* COPYRIGHT International Business Machines Corp. 2011,2013 */
/* */
/* p1 */
/* */
@@ -146,7 +146,7 @@ errlHndl_t VfsRp::_init()
* @userdata1 returncode from mm_alloc_block()
* @userdata2 0
*
- * @defdesc Could not allocate virtual memory.
+ * @devdesc Could not allocate virtual memory.
*
*/
err = new ERRORLOG::ErrlEntry
@@ -320,7 +320,7 @@ void VfsRp::_load_unload(msg_t * i_msg)
* @userdata1 returncode from mm_set_permission()
* @userdata2 0
*
- * @defdesc Could not set permissions on virtual memory.
+ * @devdesc Could not set permissions on virtual memory.
*
*/
err = new ERRORLOG::ErrlEntry
@@ -354,7 +354,7 @@ void VfsRp::_load_unload(msg_t * i_msg)
* @userdata1 first 8 bytes of module name
* @userdata2 next 8 bytes of module name
*
- * @defdesc Requested Module does not exist.
+ * @devdesc Requested Module does not exist.
*
*/
err = new ERRORLOG::ErrlEntry
@@ -520,7 +520,7 @@ errlHndl_t VFS::module_load_unload(const char * i_module, VfsMessages i_msgtype)
* @userdata1 returncode from msg_sendrecv()
* @userdata2 VfsMessages type [LOAD | UNLOAD]
*
- * @defdesc Could not load/unload module.
+ * @devdesc Could not load/unload module.
*
*/
err = new ERRORLOG::ErrlEntry
@@ -570,7 +570,7 @@ errlHndl_t VFS::module_address(const char * i_name, const char *& o_address, siz
* @userdata1 0
* @userdata2 0
*
- * @defdesc Module is not a data module
+ * @devdesc Module is not a data module
*
*/
err = new ERRORLOG::ErrlEntry
OpenPOWER on IntegriCloud