com.ibm: Add ErrorLogId to Hostboot dump

Adding the error log id field to the hostboot dump
which will help identifying the event caused to create
this particular dump

Change-Id: I5469ade25214c750ef3fa4bc7fd21a76a43a6cf8
Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
diff --git a/yaml/com/ibm/Dump/Entry/Hostboot.interface.yaml b/yaml/com/ibm/Dump/Entry/Hostboot.interface.yaml
index f2b5f2f..133cd2c 100644
--- a/yaml/com/ibm/Dump/Entry/Hostboot.interface.yaml
+++ b/yaml/com/ibm/Dump/Entry/Hostboot.interface.yaml
@@ -3,3 +3,11 @@
 
     Hostboot dump collects memory and hardware states in the case of a failure
     during hostboot booting phase.
+
+properties:
+    - name: ErrorLogId
+      type: uint32
+      description: >
+          The identifier of the log entry associated with the action which
+          triggered the dump. This is a 32-bit unsigned integer that links the
+          dump to a specific error log.