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-palmetto/recipes-phosphor/initfs/obmc-phosphor-initfs.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/recipes-phosphor/initfs/obmc-phosphor-initfs.bbappend (limited to 'meta-openbmc-machines') 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" -- cgit v1.2.3