meta-inspur: Add meta-fp5280g2 machine layer

FP5280G2 is an openpower machine with onboard ast2500.

Tested: Built fp5280g2 and verified the bmc-image is generated

Signed-off-by: John Wang <wangzqbj@inspur.com>
Change-Id: I896b2256dec48f025d9c76e9b80ca2dd0f193fef
diff --git a/meta-fp5280g2/conf/machine/fp5280g2.conf b/meta-fp5280g2/conf/machine/fp5280g2.conf
new file mode 100644
index 0000000..2e754bc
--- /dev/null
+++ b/meta-fp5280g2/conf/machine/fp5280g2.conf
@@ -0,0 +1,11 @@
+KMACHINE = "aspeed"
+KERNEL_DEVICETREE = "${KMACHINE}-bmc-inspur-${MACHINE}.dtb"
+
+UBOOT_MACHINE = "ast_g5_ncsi_config"
+
+PREFERRED_PROVIDER_virtual/p9-vcs-workaround = ''
+
+require conf/machine/include/ast2500.inc
+require conf/machine/include/obmc-bsp-common.inc
+require conf/machine/include/openpower.inc
+require conf/machine/include/p9.inc