From 64b38e7325694c160da9193348b8b3f545e551b2 Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Fri, 3 Aug 2018 17:08:48 +0930 Subject: 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 --- meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb | 2 +- .../meta-palmetto/recipes-phosphor/initfs/obmc-phosphor-initfs.bbappend | 1 + meta-phosphor/classes/skeleton-rev.bbclass | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/recipes-phosphor/initfs/obmc-phosphor-initfs.bbappend 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 f2a48dd55e..fd32a7c720 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 0000000000..283f0b15c2 --- /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 ebbb73bbe3..cb642e0c7a 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" -- cgit v1.2.3