open_power: add Host.Boot errors from openpower-debug-collector

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I9266fb0533481cb577a109ee2ebba20deebd690c
diff --git a/gen/org/open_power/Host/Boot/meson.build b/gen/org/open_power/Host/Boot/meson.build
new file mode 100644
index 0000000..6a86ba3
--- /dev/null
+++ b/gen/org/open_power/Host/Boot/meson.build
@@ -0,0 +1,15 @@
+# Generated file; do not modify.
+generated_sources += custom_target(
+    'org/open_power/Host/Boot__cpp'.underscorify(),
+    input: [ '../../../../../yaml/org/open_power/Host/Boot.errors.yaml',  ],
+    output: [ 'error.cpp', 'error.hpp',  ],
+    depend_files: sdbusplusplus_depfiles,
+    command: [
+        sdbuspp_gen_meson_prog, '--command', 'cpp',
+        '--output', meson.current_build_dir(),
+        '--tool', sdbusplusplus_prog,
+        '--directory', meson.current_source_dir() / '../../../../../yaml',
+        'org/open_power/Host/Boot',
+    ],
+)
+
diff --git a/gen/org/open_power/Host/meson.build b/gen/org/open_power/Host/meson.build
index fa48a68..7e7e890 100644
--- a/gen/org/open_power/Host/meson.build
+++ b/gen/org/open_power/Host/meson.build
@@ -28,3 +28,18 @@
     ],
 )
 
+subdir('Boot')
+generated_others += custom_target(
+    'org/open_power/Host/Boot__markdown'.underscorify(),
+    input: [ '../../../../yaml/org/open_power/Host/Boot.errors.yaml',  ],
+    output: [ 'Boot.md' ],
+    depend_files: sdbusplusplus_depfiles,
+    command: [
+        sdbuspp_gen_meson_prog, '--command', 'markdown',
+        '--output', meson.current_build_dir(),
+        '--tool', sdbusplusplus_prog,
+        '--directory', meson.current_source_dir() / '../../../../yaml',
+        'org/open_power/Host/Boot',
+    ],
+)
+
diff --git a/yaml/org/open_power/Host/Boot.errors.yaml b/yaml/org/open_power/Host/Boot.errors.yaml
new file mode 100644
index 0000000..ffd3aa3
--- /dev/null
+++ b/yaml/org/open_power/Host/Boot.errors.yaml
@@ -0,0 +1,5 @@
+- name: Checkstop
+  description: Host checkstop condition detected
+
+- name: WatchdogTimedOut
+  description: Host watchdog timed out