Introducing meta-aspeed

OE BSP layer supporting Aspeed SOCs for Phosphor.
diff --git a/meta-ast2400/conf/machine/include/ast2400.inc b/meta-ast2400/conf/machine/include/ast2400.inc
new file mode 100644
index 0000000..492b473
--- /dev/null
+++ b/meta-ast2400/conf/machine/include/ast2400.inc
@@ -0,0 +1,12 @@
+#@TYPE: Machine
+#@NAME: Aspeed AST2400
+#@DESCRIPTION: Common machine configuration for the Aspeed AST2400 Chip
+
+PREFERRED_PROVIDER_virtual/kernel ?= "linux-obmc"
+KERNEL_CONFIG_COMMAND ?= "oe_runmake aspeed_defconfig"
+
+UBOOT_MACHINE ?= "versatileab_config"
+UBOOT_ENTRYPOINT ?= "0x40001000"
+UBOOT_LOADADDRESS ?= "0x40001000"
+
+require conf/machine/include/tune-arm926ejs.inc