mpreboot: introduce new distro feature

The memory preserving reboot is a feature utilized on IBM systems which
allows a system to be rebooted with its memory preserved. This is
utilized in situations where the host firmware has crashed and put the
processor in an unusable state. The processors are put back in a good
state by rebooting the system. Memory is preserved though so host
firmware can capture the relevant data from memory needed to debug the
cause of the failure.

This feature is implemented across a few different repositories within
OpenBMC so lets create a distro feature to enable it across all of the
software stacks.

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: Ia16626ba6e46aa8de642abef677735ed957f9f9e
diff --git a/meta-ibm/conf/distro/include/ibm-mpreboot.inc b/meta-ibm/conf/distro/include/ibm-mpreboot.inc
new file mode 100644
index 0000000..334db3a
--- /dev/null
+++ b/meta-ibm/conf/distro/include/ibm-mpreboot.inc
@@ -0,0 +1,3 @@
+# mpreboot is an ibm specific system reboot which preserves the host
+# memory. This is utilized to debug issues in the host software.
+DISTRO_FEATURES += "mpreboot"