com.ibm: Add SBE dump type

This commit extends the list of supported dumps by introducing the Self
Boot Engine (SBE) dump type to list of dump types in the
com.ibm.Dump.Create interface. The SBE is a microcontroller embedded
within the processor, responsible for initializing the boot processes
and acting as a secure conduit for accessing certain processor control
functions. During boot or hardware access operations, the SBE may
encounter errors and become unresponsive. In such instances, it's
crucial to collect debug data, which includes hardware state,
configuration, memory details, etc., from the affected SBE to diagnose
the root cause of the error. This gathered data is packaged into the
OpenPOWER dump format, referred to as the SBE dump.

Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
Change-Id: If10c6f7458532fbca6fbf95488df5f9885995a50
diff --git a/yaml/com/ibm/Dump/Create.interface.yaml b/yaml/com/ibm/Dump/Create.interface.yaml
index 9a50eaa..742eb72 100644
--- a/yaml/com/ibm/Dump/Create.interface.yaml
+++ b/yaml/com/ibm/Dump/Create.interface.yaml
@@ -48,3 +48,7 @@
             description: >
                 Resource Dump: A dump of host resources, created for various
                 host components. The content may vary accordingly.
+          - name: "SBE"
+            description: >
+                A dump collected from Self Boot Engine(SBE) when it encounters
+                an error and become unresponsive.