Introducing meta-facebook

Initial introduction of Facebook TiogaPass family equipped
with Aspeed 2500 BMC SoC.

Tested: Build Facebook TiogaPass board and load on the
target hardware. Ensure that BMC boots to console.

(From meta-facebook rev: 92e80d2b576a8c57ae073a0284652d8ea39602e8)

Change-Id: Iefaf535e382b1e4fcfc212b5d29cd7166c90998e
Signed-off-by: Vijay Khemka <vijaykhemka@fb.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-facebook/meta-tiogapass/conf/machine/tiogapass.conf b/meta-facebook/meta-tiogapass/conf/machine/tiogapass.conf
new file mode 100644
index 0000000..d47dc49
--- /dev/null
+++ b/meta-facebook/meta-tiogapass/conf/machine/tiogapass.conf
@@ -0,0 +1,21 @@
+KMACHINE = "aspeed"
+KERNEL_DEVICETREE = "${KMACHINE}-bmc-facebook-${MACHINE}.dtb"
+
+UBOOT_MACHINE = "ast_g5_ncsi_config"
+
+require conf/machine/include/ast2500.inc
+require conf/machine/include/obmc-bsp-common.inc
+
+OBMC_MACHINE_FEATURES += "\
+        obmc-phosphor-fan-mgmt \
+        obmc-phosphor-chassis-mgmt \
+        obmc-phosphor-flash-mgmt \
+        obmc-host-ipmi \
+        obmc-host-ctl \
+        obmc-host-state-mgmt \
+        obmc-chassis-state-mgmt \
+        obmc-bmc-state-mgmt \
+        "
+FLASH_SIZE = "32768"
+VIRTUAL-RUNTIME_skeleton_workbook = "${MACHINE}-config"
+