meta-ieiesystems: nf5280m7: Add new machine layer
the IEISystmes NF5280M7 is an x86 platform server with an
AST2600-based BMC.
Tested: Built nf5280m7 and verified the image-bmc is generated.
Signed-off-by: George Liu <liuxiwei@ieisystem.com>
Change-Id: Id7de0a95757cfab3f4cf4c9b7f35cebfbc341e99
diff --git a/meta-ieisystems/meta-nf5280m7/conf/machine/nf5280m7.conf b/meta-ieisystems/meta-nf5280m7/conf/machine/nf5280m7.conf
new file mode 100644
index 0000000..2f020ad
--- /dev/null
+++ b/meta-ieisystems/meta-nf5280m7/conf/machine/nf5280m7.conf
@@ -0,0 +1,17 @@
+# Add a device tree for nf5280m7
+KMACHINE = "aspeed"
+KERNEL_DEVICETREE = " \
+ aspeed/${KMACHINE}-bmc-ieisystems-${MACHINE}.dtb \
+"
+
+UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig"
+UBOOT_DEVICETREE = "ast2600-evb"
+# UBOOT_DEVICETREE = "${UMACHINE}-ieisystems-${MACHINE}"
+SPL_BINARY = "spl/u-boot-spl.bin"
+
+require conf/machine/include/ast2600.inc
+require conf/machine/include/obmc-bsp-common.inc
+
+FLASH_SIZE = "65536"
+
+SOCSEC_SIGN_ENABLE = "0"