summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/phosphor-power-supply-1.conf
Commit message (Collapse)AuthorAgeFilesLines
* [Subtree] Bring openbmc machines to top levelDave Cobbley2018-08-231-5/+0
| | | | | | | | | The new subtree model brings the subtrees up from the openbmc-machines layer. Change-Id: I58a03ae1be374bc79ae1438e65e888375d12d0c0 Signed-off-by: Dave Cobbley <david.j.cobbley@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Update power supply inventory path to match MRWMatt Spinler2018-02-211-1/+1
| | | | | | | | | | | | | | | | | | | | I2C device access failures can lead to the correct FRU callouts only when the inventory path of the FRU matches in the inventory and the MRW, as a build time script parses the MRW to map device paths to inventory items. In the MRW it is not possible to hang a FRU off the chassis like the BMC currently has it, so adding the motherboard into the BMC inventory paths to match the MRW ones. With this change, device access failures by phosphor-hwmon-readd and witherspoon-psu-monitor will now lead to the proper inventory object callouts. Resolves openbmc/openbmc#2924 Change-Id: I7d76d1879ead48c95ec28c7536ae404f1fc9856d Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* Fix power supply presence informationBrandon Wyman2017-11-291-2/+2
| | | | | | | | | | | | | While testing missing power supply, the bottom power supply in the MRW is labeled as psu1, which would obviously map to powersupply1, but when that supply was removed and a power on attempted, the call out was for powerupply0. A simple rename of the labels does not work out right, due to the filenames, so swizzling the GPIO and I2C information. Resolves: openbmc/openbmc#2563 Change-Id: Iaed300becace2409e04c0097be9e2d7fa497dee3 Signed-off-by: Brandon Wyman <bjwyman@gmail.com>
* Change inventory string for power suppliesBrandon Wyman2017-11-271-2/+2
| | | | | | | | Change the hardcoded power supply inventory paths to match the ones in the MRW, which are used by the LED manager. Change-Id: I1ba52286233e27b95c7296137aa135bbb4ef2d62 Signed-off-by: Brandon Wyman <bjwyman@gmail.com>
* Pass driver names to gpio-presence serviceMatt Spinler2017-09-121-0/+1
| | | | | | | | | | | | | | New code in phosphor-gpio-presence has the ability to bind and unbind device drivers around card adds and removes if necessary. This commit passes in this driver information for the power supplies. Resolves openbmc/openbmc#2205 Change-Id: I7190219d549dc65cbb5498896b511a80a897aa8d Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* Enable BMC patching from the /usr/local pathMichael Tritz2017-08-241-1/+1
| | | | | | | | | | | | | | | | | This commit enables patches from the /usr/local path by replacing absolute paths to /usr/sbin or /usr/bin in every service file with "/usr/bin/env ". Additionally, SyslogIdentifier is added to each file to ensure that journal entries are still distinct. In two cases, service files also had to change due to references to ${{PATH}}, which doesn't work with /usr/bin/env. These references - and the corresponding definitions - were changed to ${{DEVPATH}}. Resolves openbmc/openbmc#2149 Change-Id: I12c5c6e5101eef6820b985a563313836250ff2c7 Signed-off-by: Michael Tritz <mtritz@us.ibm.com>
* Add GPIO PresenceGunnar Mills2017-07-311-0/+4
Add the GPIO Presence service file and needed Witherspoon conf files for power supply GPIO presence detection. Resolves openbmc/openbmc#1329 Change-Id: Ie8d5e3e6c2bda1c85fd10a4cffacfdd7ce9840ae Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
OpenPOWER on IntegriCloud