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.
Change-Id: Ia8448ac1b055ffb4b79470627a62693f406d73b0
Signed-off-by: Vijay Khemka <vijaykhemka@fb.com>
diff --git a/meta-tiogapass/recipes-kernel/linux/linux-aspeed/tiogapass.cfg b/meta-tiogapass/recipes-kernel/linux/linux-aspeed/tiogapass.cfg
new file mode 100644
index 0000000..9fc33b3
--- /dev/null
+++ b/meta-tiogapass/recipes-kernel/linux/linux-aspeed/tiogapass.cfg
@@ -0,0 +1,5 @@
+CONFIG_SENSORS_TMP421=y
+CONFIG_SENSORS_MAX31785=y
+CONFIG_RTC_DRV_RV8803=y
+CONFIG_TCG_TPM=y
+CONFIG_TCG_TIS_I2C_INFINEON=y
diff --git a/meta-tiogapass/recipes-kernel/linux/linux-aspeed_%.bbappend b/meta-tiogapass/recipes-kernel/linux/linux-aspeed_%.bbappend
new file mode 100644
index 0000000..0eb0884
--- /dev/null
+++ b/meta-tiogapass/recipes-kernel/linux/linux-aspeed_%.bbappend
@@ -0,0 +1,2 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/linux-aspeed:"
+SRC_URI += "file://tiogapass.cfg"