commit | 59a36b69b46c6e5ce964569a7780b289da76dbc0 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Aug 21 20:10:29 2017 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Aug 24 11:31:19 2017 +0000 |
tree | 3d992ef43f9f2ac90078c1978bcfd9a799431832 | |
parent | 25209a21b9d1e3a9be5ba000f922079573e010f2 [diff] [blame] |
wspoon: Run max31785 firmware revision checker Run the MAX31785 firmware revision checking MSL (minimum ship level) script on Witherspoon systems. MSL can be used to prevent downlevel fan cards escapes from manufacturing environments. The script is configured to run on the way to BMC standby and sets the MSL interfacee property on the configured fan inventory items. Validation of the fan MSL interface is beyond the scope of this commit. On Witherspoon, MSL enforcement is enabled by default. For information on disabling the MSL consult: https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/xyz/openbmc_project/Control/MinimumShipLevel.interface.yaml Change-Id: Iaf5dbf8fc29bd497c9b2e610ba23ee98ee749d24 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-witherspoon/recipes-phosphor/images/obmc-phosphor-image.bbappend b/meta-witherspoon/recipes-phosphor/images/obmc-phosphor-image.bbappend index aa57bbf..85c2843 100644 --- a/meta-witherspoon/recipes-phosphor/images/obmc-phosphor-image.bbappend +++ b/meta-witherspoon/recipes-phosphor/images/obmc-phosphor-image.bbappend
@@ -1 +1 @@ -OBMC_IMAGE_EXTRA_INSTALL_append = " mboxd" +OBMC_IMAGE_EXTRA_INSTALL_append = " mboxd max31785-msl"