meta-ieisystems: fp5280g3: Add new machine layer
The IEISystmes FP5280G3 is a power platform server with an
AST2600-based BMC.
Tested: Built fp5280g3 successfully.
Signed-off-by: George Liu <liuxiwei@ieisystem.com>
Change-Id: I5306b5c9959ad8da21b9e5b24b2fb6799ee795d3
diff --git a/meta-ieisystems/meta-fp5280g3/conf/machine/fp5280g3.conf b/meta-ieisystems/meta-fp5280g3/conf/machine/fp5280g3.conf
new file mode 100644
index 0000000..8eb26fc
--- /dev/null
+++ b/meta-ieisystems/meta-fp5280g3/conf/machine/fp5280g3.conf
@@ -0,0 +1,21 @@
+KMACHINE = "aspeed"
+KERNEL_DEVICETREE = " \
+ aspeed/${KMACHINE}-bmc-ieisystems-${MACHINE}.dtb \
+"
+
+UBOOT_MACHINE = "ast2600_openbmc_spl_emmc_defconfig"
+UBOOT_DEVICETREE = "ast2600-evb"
+#UBOOT_DEVICETREE = "ast2600-ieisystems-fp5280g3"
+SPL_BINARY = "spl/u-boot-spl.bin"
+
+require conf/distro/include/phosphor-mmc.inc
+require conf/machine/include/ast2600.inc
+require conf/machine/include/obmc-bsp-common.inc
+require conf/machine/include/openpower.inc
+
+DISTRO_FEATURES += "mpreboot"
+MACHINE_FEATURES += "phal"
+
+SOCSEC_SIGN_ENABLE = "0"
+
+FLASH_SIZE = "16777216"