summaryrefslogtreecommitdiff
path: root/meta-facebook/meta-tiogapass/recipes-kernel
diff options
context:
space:
mode:
authorVijay Khemka <vijaykhemka@fb.com>2018-09-24 22:34:53 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-09-26 22:02:24 +0300
commit40434ce56926a84b107548aeb54a6b1f59927dcb (patch)
treeab8b4e1af33df5ca9e6c98a9e91d010330eaaf4d /meta-facebook/meta-tiogapass/recipes-kernel
parent3d7262dca2d41b656cd63efcec38b7bcf81cc7ab (diff)
downloadopenbmc-40434ce56926a84b107548aeb54a6b1f59927dcb.tar.xz
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>
Diffstat (limited to 'meta-facebook/meta-tiogapass/recipes-kernel')
-rw-r--r--meta-facebook/meta-tiogapass/recipes-kernel/linux/linux-aspeed/tiogapass.cfg5
-rw-r--r--meta-facebook/meta-tiogapass/recipes-kernel/linux/linux-aspeed_%.bbappend2
2 files changed, 7 insertions, 0 deletions
diff --git a/meta-facebook/meta-tiogapass/recipes-kernel/linux/linux-aspeed/tiogapass.cfg b/meta-facebook/meta-tiogapass/recipes-kernel/linux/linux-aspeed/tiogapass.cfg
new file mode 100644
index 000000000..9fc33b300
--- /dev/null
+++ b/meta-facebook/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-facebook/meta-tiogapass/recipes-kernel/linux/linux-aspeed_%.bbappend b/meta-facebook/meta-tiogapass/recipes-kernel/linux/linux-aspeed_%.bbappend
new file mode 100644
index 000000000..0eb088404
--- /dev/null
+++ b/meta-facebook/meta-tiogapass/recipes-kernel/linux/linux-aspeed_%.bbappend
@@ -0,0 +1,2 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/linux-aspeed:"
+SRC_URI += "file://tiogapass.cfg"