Add MRW tools and xml
diff --git a/openpower/package/habanero-xml/Config.in b/openpower/package/habanero-xml/Config.in
new file mode 100755
index 0000000..c6d945e
--- /dev/null
+++ b/openpower/package/habanero-xml/Config.in
@@ -0,0 +1,17 @@
+config BR2_PACKAGE_HABANERO_XML
+        bool "habanero_xml"
+        default y if (BR2_OPENPOWER_CONFIG_NAME = "habanero")
+        help
+            Utilites for building xml and the targeting binary image
+
+config BR2_HABANERO_SYSTEM_XML_FILENAME
+        string "Habanero targeting system xml filename"
+        default ""
+        help
+            Defines the name of the system XML filename to be used when creating targeting binary image
+
+config BR2_HABANERO_MRW_XML_FILENAME
+        string "Habanero targeting mrw xml filename"
+        default ""
+        help
+            Defines the name of the mrw XML filename to be used when creating targeting binary image