summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2018-08-03 17:08:48 +0930
committerAndrew Geissler <geissonator@yahoo.com>2018-08-16 15:34:35 +0000
commit64b38e7325694c160da9193348b8b3f545e551b2 (patch)
tree887c450b1456206dd9bb530ad731bf189546f41c
parent347ca073b24d41c37644d626bc045b305eebfaed (diff)
downloadtalos-openbmc-64b38e7325694c160da9193348b8b3f545e551b2.tar.gz
talos-openbmc-64b38e7325694c160da9193348b8b3f545e551b2.zip
Use ColdFire FSI interface on Palmetto (P8)
Moves Palmetto to use the kernel API, and the ColdFire master driver. This change bumps the kernel (with device tree changes) and the skeleton repository for a corresponding op-hostctl (host_control.exe) change. Palmetto is the only system in the tree using this code. Any out of tree systems (such as other P8s) must switch to using the kernel interface as well. Skeleton changes: Joel Stanley (1): hostctl: Move to kernel FSI interface Linux changes: Benjamin Herrenschmidt (2): ARM: dts: aspeed: Add Power8 CFAM description for use by Palmetto ARM: dts: aspeed: Palmetto system can use coprocessor for FSI Change-Id: I43aada22c9d7b21dc24bd5aae3c4dcb77bdaaa8f Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r--meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb2
-rw-r--r--meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/recipes-phosphor/initfs/obmc-phosphor-initfs.bbappend1
-rw-r--r--meta-phosphor/classes/skeleton-rev.bbclass2
3 files changed, 3 insertions, 2 deletions
diff --git a/meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb b/meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb
index f2a48dd55..fd32a7c72 100644
--- a/meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb
+++ b/meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb
@@ -1,6 +1,6 @@
KBRANCH ?= "dev-4.17"
LINUX_VERSION ?= "4.17.11"
-SRCREV="db64579331df4ff9d9c2706601fdb41978192a09"
+SRCREV="ac7c3c68902cfb387ad1868ba25f87c95aa20d1a"
require linux-aspeed.inc
diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/recipes-phosphor/initfs/obmc-phosphor-initfs.bbappend b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/recipes-phosphor/initfs/obmc-phosphor-initfs.bbappend
new file mode 100644
index 000000000..283f0b15c
--- /dev/null
+++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/recipes-phosphor/initfs/obmc-phosphor-initfs.bbappend
@@ -0,0 +1 @@
+RDEPENDS_${PN} += "cf-fsi-firmware"
diff --git a/meta-phosphor/classes/skeleton-rev.bbclass b/meta-phosphor/classes/skeleton-rev.bbclass
index ebbb73bbe..cb642e0c7 100644
--- a/meta-phosphor/classes/skeleton-rev.bbclass
+++ b/meta-phosphor/classes/skeleton-rev.bbclass
@@ -1,2 +1,2 @@
-SRCREV ?= "517b35ed92ad2c0df5e048711c175bacb632f6d0"
+SRCREV ?= "5da4f4fc1706ea5c12981e18778f42249591fe18"
SKELETON_URI ?= "git://github.com/openbmc/skeleton"
OpenPOWER on IntegriCloud