PEL: update message registry for openpower-hw-diags

Adding "AdditionalDataPropSource" fields so that Hex Words 6-8 are
set properly.

Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
Change-Id: I4407a1f792b6d97981ce0188aa0f9c4af78afbe8
diff --git a/extensions/openpower-pels/registry/message_registry.json b/extensions/openpower-pels/registry/message_registry.json
index c8d58e9..307c48c 100644
--- a/extensions/openpower-pels/registry/message_registry.json
+++ b/extensions/openpower-pels/registry/message_registry.json
@@ -759,6 +759,18 @@
                 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
                 "Words6To9":
                 {
+                    "6":
+                    {
+                        "AdditionalDataPropSource": "SRC6"
+                    },
+                    "7":
+                    {
+                        "AdditionalDataPropSource": "SRC7"
+                    },
+                    "8":
+                    {
+                        "AdditionalDataPropSource": "SRC8"
+                    }
                 }
             },
 
@@ -766,7 +778,7 @@
             {
                 "Description": "A system checkstop attention has occurred",
                 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
-                "Message": "hw-diags signature: %1 %2 %3"
+                "Message": "Error Signature: %1 %2 %3"
             }
         },
 
@@ -781,6 +793,18 @@
                 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ],
                 "Words6To9":
                 {
+                    "6":
+                    {
+                        "AdditionalDataPropSource": "SRC6"
+                    },
+                    "7":
+                    {
+                        "AdditionalDataPropSource": "SRC7"
+                    },
+                    "8":
+                    {
+                        "AdditionalDataPropSource": "SRC8"
+                    }
                 }
             },
 
@@ -788,7 +812,7 @@
             {
                 "Description": "A hardware attention requiring service has occurred",
                 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ],
-                "Message": "hw-diags signature: %1 %2 %3"
+                "Message": "Error Signature: %1 %2 %3"
             }
         },