Home
last modified time | relevance | path

Searched full:msl (Results 1 – 25 of 48) sorted by relevance

12

/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/
H A Dphosphor-hwmon_git.bb16 # Meson configure option to enable/disable max31785-msl
17 PACKAGECONFIG[max31785-msl] = "-Denable-max31785-msl=true, -Denable-max31785-msl=false"
24 SYSTEMD_PACKAGES = "${PN} max31785-msl"
26 SYSTEMD_SERVICE:max31785-msl = "${@bb.utils.contains('PACKAGECONFIG', 'max31785-msl', 'phosphor-max…
37 RDEPENDS:max31785-msl = "${VIRTUAL-RUNTIME_base-utils} i2c-tools bash"
42 FILES:max31785-msl = "\
43 ${base_libdir}/systemd/system/phosphor-max31785-msl@.service \
44 ${bindir}/max31785-msl \
88 PACKAGE_BEFORE_PN = "max31785-msl"
/openbmc/phosphor-dbus-monitor/mslverify/
H A DREADME.md1 # phosphor-msl-verify
3 phosphor-msl-verify is a "oneshot" application for basic minimum ship level
4 [(MSL)](https://github.com/openbmc/phosphor-dbus-interfaces/xyz/openbmc_project/control/README.msl)
7 The application first determines if MSL validation is disabled and if not,
10 do not meet the MSL.
H A Dverify.cpp53 // that hosts the MSL interface meets the MSL. in operator ()()
H A D.gitignore1 phosphor-msl-verify
H A Dmeson.build10 'phosphor-msl-verify',
/openbmc/linux/arch/x86/math-emu/
Dmul_Xsig.S
Dwm_shrx.S
Dshr_Xsig.S
/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/
H A Dphosphor-dbus-monitor_git.bb25 SYSTEMD_PACKAGES = "${PN} phosphor-msl-verify"
27 SYSTEMD_SERVICE:phosphor-msl-verify = "phosphor-msl-verify.service"
40 FILES:phosphor-msl-verify = "${bindir}/phosphor-msl-verify"
42 PACKAGE_BEFORE_PN = "phosphor-msl-verify"
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dmsl_verify.cpp73 // If there is no msl or mslRegex return upgrade is needed. in verify()
82 std::string msl = getMinimumVersion(); in verify() local
84 parse(msl, mslVersion); in verify()
94 // Compare actualVersion vs MSL. in verify()
108 "MIN_VERSION", msl, "ACTUAL_VERSION", tmpStr, "VERSION_PURPOSE", in verify()
110 report<IncompatibleErr>(Incompatible::MIN_VERSION(msl.c_str()), in verify()
121 std::string msl = getMinimumVersion(); in enabled() local
123 return !msl.empty() && !mslRegex.empty(); in enabled()
H A Dmsl_verify.hpp47 * @return[out] msl - Minimum version string
/openbmc/phosphor-hwmon/msl/
H A Dmeson.build1 if get_option('enable-max31785-msl')
4 input: 'max31785-msl',
8 output: 'max31785-msl',
12 'phosphor-max31785-msl@.service',
H A Dphosphor-max31785-msl@.service2 Description=Phosphor MAX31785 MSL
9 ExecStart=/usr/bin/max31785-msl -p "${PATHS}" -b ${BUS} -r ${REVISION}
11 SyslogIdentifier=max31785-msl
/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/
H A Dphosphor-hwmon_%.bbappend49 # Enable and install the max31785-msl package
50 PACKAGECONFIG:append:ibm-ac-server = " max31785-msl"
51 SYSTEMD_ENVIRONMENT_FILE:max31785-msl:append:ibm-ac-server = " obmc/hwmon-max31785/max31785.conf"
52 SYSTEMD_LINK:max31785-msl:append:ibm-ac-server = " ../phosphor-max31785-msl@.service:multi-user.tar…
/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor/
H A Dphosphor-msl-verify.service2 Description=Phosphor MSL Verification
9 ExecStart=/usr/bin/env phosphor-msl-verify
10 SyslogIdentifier=phosphor-msl-verify
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/
H A Dphosphor-dbus-monitor_%.bbappend3 …MD_LINK:phosphor-msl-verify:append:ibm-ac-server = " ../phosphor-msl-verify.service:obmc-chassis-p…
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/
H A DREADME.msl.md1 # Minimum Ship Level (MSL)
26 Consider a server platform with an MSL requirement that a fan control card is a
35 To enable verification that MSL has been satisfied, the hypothetical platform
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/
H A DMeetsMinimumShipLevel.interface.yaml2 'Applications may implement the MeetsMinimumShipLevel (MSL) decorator on an
7 that do or do not meet the MSL. Typical reactions might be to prevent a
/openbmc/phosphor-bmc-code-mgmt/
H A Dmeson.options173 'bmc-msl',
180 'regex-bmc-msl',
183 description: 'The Regular expression to parse the MSL.',
/openbmc/openbmc/meta-ibm/recipes-phosphor/images/
H A Dobmc-phosphor-image.bbappend1 OBMC_IMAGE_EXTRA_INSTALL:append:ibm-ac-server = " mboxd max31785-msl phosphor-msl-verify liberation…
/openbmc/openpower-pnor-code-mgmt/
H A Dop-pnor-msl.service7 ExecStart=/usr/bin/openpower-pnor-msl
H A Dmeson.options21 option('msl', type: 'string', description: 'Minimum Ship Level')
H A Dmeson.build80 subs.set_quoted('PNOR_MSL', get_option('msl'))
194 'openpower-pnor-msl',
216 'op-pnor-msl.service',
/openbmc/openbmc/meta-ibm/recipes-phosphor/flash/
H A Dphosphor-software-manager_%.bbappend29 EXTRA_OEMESON:append:p10bmc = " -Dregex-bmc-msl='([a-z]+[0-9]{2})+([0-9]+).([0-9]+).([0-9]+)'"
/openbmc/phosphor-hwmon/
H A Dmeson.options26 'enable-max31785-msl',

12