From 0abc43339ee8d4ada9bb3385d201179b81567f42 Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Fri, 23 Feb 2018 12:56:16 +1030 Subject: palmetto: Enable mboxd When we move to the 4.13 kernel tree, the LPC bus needs to be configured through the ASPEED_LPC_CTRL_IOCTL_MAP ioctl or else the BMC will not expose the boot firmware to the host. We enable it on Palmetto despite P8 host firmware not speaking the mbox protocol, as mboxd in that case sits there and doesn't do much aside from configure the LPC firmware mapping to point to flash. In the future if someone adds support to the host firmware, the BMC will not require any changes. Tested: Booted on Palmetto host up to Petitboot Change-Id: Ic6fa9b927b7bac400661ea73da9eb67ddb51028a Signed-off-by: Joel Stanley --- .../meta-palmetto/recipes-phosphor/images/obmc-phosphor-image.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/recipes-phosphor/images/obmc-phosphor-image.bbappend (limited to 'meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/recipes-phosphor/images/obmc-phosphor-image.bbappend') diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/recipes-phosphor/images/obmc-phosphor-image.bbappend b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/recipes-phosphor/images/obmc-phosphor-image.bbappend new file mode 100644 index 000000000..aa57bbfe6 --- /dev/null +++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/recipes-phosphor/images/obmc-phosphor-image.bbappend @@ -0,0 +1 @@ +OBMC_IMAGE_EXTRA_INSTALL_append = " mboxd" -- cgit v1.2.1