[Subtree] Bring openbmc machines to top level

The new subtree model brings the subtrees up from the openbmc-machines
layer.

Change-Id: I58a03ae1be374bc79ae1438e65e888375d12d0c0
Signed-off-by: Dave Cobbley <david.j.cobbley@linux.intel.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-fsp2/conf/machine/include/fsp2.inc b/meta-fsp2/conf/machine/include/fsp2.inc
new file mode 100644
index 0000000..a053d37
--- /dev/null
+++ b/meta-fsp2/conf/machine/include/fsp2.inc
@@ -0,0 +1,13 @@
+#@TYPE: Machine
+#@NAME: fsp2
+#@DESCRIPTION: evaluation machine board configuration for the fsp2 ppc476
+
+PREFERRED_PROVIDER_virtual/kernel ?= "linux-fsp2"
+
+DEFAULTTUNE = "powerpc-nf"
+
+SERIAL_CONSOLES = "115200;ttyS0"
+
+MACHINEOVERRIDES .= ":fsp2"
+
+require conf/machine/include/powerpc/arch-powerpc.inc
diff --git a/meta-fsp2/conf/machine/sunray2.conf b/meta-fsp2/conf/machine/sunray2.conf
new file mode 100644
index 0000000..e61487f
--- /dev/null
+++ b/meta-fsp2/conf/machine/sunray2.conf
@@ -0,0 +1,11 @@
+MACHINE = "sunray2"
+KERNEL_DEVICETREE = "fsp2.dtb"
+KBUILD_DEFCONFIG = "44x/fsp2_defconfig"
+
+require conf/machine/include/fsp2.inc
+
+#dummy uboot settings
+UBOOT_MACHINE_sunray2 = "mpc8308_p1m_defconfig"
+UBOOT_ENTRYPOINT = "0x0"
+UBOOT_LOADADDRESS = "0x0"
+