summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* phosphor-watchdog.bb: bump versionv1.99.7Patrick Williams2017-06-151-1/+1
| | | | | Change-Id: I07969ac2b0ddc469020067b4fa2a1a66effdd997 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-ipmi-host.inc: bump versionPatrick Williams2017-06-151-1/+1
| | | | | Change-Id: Icf51277eef56627ff1376166c7bf9f554424243d Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* skeleton-rev.bbclass: bump versionPatrick Williams2017-06-141-1/+1
| | | | | Change-Id: I2a93386721795f6296e9eca2fc7c023e166f0e9a Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Add openpower-debug-collector-watchdog to host-timeout targetVishwanatha Subbanna2017-06-151-4/+5
| | | | | | | | When the host watchdog times out, we need some kind of debug data before it is taken to quiesce state. Change-Id: I3ca2ff033c2f0d9f5484b06c9ebe831b500d6df2 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* openpower-debug-collector: Define checkstop and watchdog servicesVishwanatha Subbanna2017-06-153-6/+26
| | | | | | | | | | | | openpower-debug-collector had the checkstop service which was getting invoked in host checkstop scenario. Now there is a need to get debug data in case of host watchdog timeout scenarios and this commit adds that support. Fixes openbmc/openbmc#1634 Change-Id: Iadb7ba516cbdd2d8010c66912bdcd647800aa198 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* Add host-timeout targetVishwanatha Subbanna2017-06-152-5/+13
| | | | | | | This target gets executed when the host watchdog times out. Change-Id: Id6711a1b7eab784189daf46bc225398b5cc1790f Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* Watchdog: Remove old host watchdogVishwanatha Subbanna2017-06-155-76/+0
| | | | | Change-Id: I44f248dbe23fe89512aab29da9a38fd56c793287 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* Watchdog: Add recipe for phosphor-watchdogVishwanatha Subbanna2017-06-156-0/+60
| | | | | Change-Id: I460e086e1e5d3d5db5405ac29927a7b460f56ff6 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* Check for ir35221 link presence prior to bind/unbindChristopher Bostic2017-06-141-4/+43
| | | | | | | | Check for /sys/bus/i2c/driversir35221/4-0070, 4-0071, 5-0070, 5-0071 on unbind. Change-Id: I3c64682bcceffc6313625be1afadd38e090bcc63 Signed-off-by: Christopher Bostic <cbostic@linux.vnet.ibm.com>
* openpower-occ-control.inc: bump versionPatrick Williams2017-06-141-1/+1
| | | | | Change-Id: I15858188d4c753bdeba65f3aeb5986b83cb579d5 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* openpower-debug-collector.inc: bump versionPatrick Williams2017-06-141-1/+1
| | | | | Change-Id: I6db18b04d91701400f10801bbfb94bdb29567830 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-hwmon.bb: bump versionPatrick Williams2017-06-141-1/+1
| | | | | Change-Id: I4a67904493c560861a16189ea5f6e4c56d106780 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-ipmi-fru.inc: bump versionPatrick Williams2017-06-141-1/+1
| | | | | Change-Id: Ibc6e121081a7e2f79707aa3507b063a93f11d8b0 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* openpower-software-manager.bb: bump versionPatrick Williams2017-06-141-1/+1
| | | | | Change-Id: I85465e48de59ba93e69e7c531ae8afcbbb7d1c07 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-mapper.bb: bump versionPatrick Williams2017-06-141-1/+1
| | | | | Change-Id: I8636f9314f0672a2f8f6b412cbef6e39c9530127 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Install witherspoon-reset-fan-watchdog serviceMatt Spinler2017-06-144-0/+31
| | | | | | | | | | | | | | | | | | | | This is a witherspoon only service that will reset the fan watchdog circuit on a poweron, which would bring the fans out of watchdog control if they previously were. The watchdog is reset by toggling a GPIO that feeds a latch that drives the watchdog signal to the fan controller. The GPIO parameters are obtained from an environment file. The witherspoon-fan-watchdog.bb recipe will have other watchdog related services added to it in the future. Resolves openbmc/openbmc#1687 Change-Id: I103ccf6cb69f8a98fc352fa2fa05e45ecbf2cd23 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* aspeed config: Add IR35221 sensorChristopher Bostic2017-06-141-0/+1
| | | | | | | Set IR35221 sensor config option to 'y' Change-Id: I15f6c0489432489e0491ee0423e5de5d5676b15b Signed-off-by: Christopher Bostic <cbostic@linux.vnet.ibm.com>
* mboxd.bb: Move repo from mboxbridge to phosphor-mboxdAdriana Kobylak2017-06-141-2/+2
| | | | | | | | | | The mboxbridge repo is a reference implementation which has been cloned into phosphor-mbox to be able to add functionality specific to openbmc. Any updates done to the mboxbridge are being merged into phosphor-mboxd as well. Change-Id: I0b8ef4290b043633921055fc60bffbb7f303144d Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* Add ir35221 bind/unbind service to vrm controlChristopher Bostic2017-06-146-5/+94
| | | | | | | | | | | Add service to bind and unbind ir35221 devices so that i2cset/get won't run into problems with device conflicts during power on/off script execution. Resolves openbmc/openbmc#1702 Change-Id: I77020313f11700acaecf0c04f2c67b7ea7b4da6b Signed-off-by: Christopher Bostic <cbostic@linux.vnet.ibm.com>
* phosphor-ipmi-host.inc: bump versionPatrick Williams2017-06-131-1/+1
| | | | | Change-Id: I935848fa745508615b2e23e3a2af1f0680119d42 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-rest.inc: bump versionPatrick Williams2017-06-131-1/+1
| | | | | Change-Id: I78cbb9ed78a9447b940ee54eeae2320cd673edbd Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* skeleton-rev.bbclass: bump versionPatrick Williams2017-06-131-1/+1
| | | | | Change-Id: Ida5499b5e6c11096aa2f8a655a8d3e91560bd7a7 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Fix bad path for phosphor-cooling-type\@.serviceBrandon Wyman2017-06-131-1/+1
| | | | | Change-Id: I584e3e64526d2a8fb2625297addb5c06ccb302cd Signed-off-by: Brandon Wyman <bjwyman@gmail.com>
* Remove attribute name from hwmon confAndrew Geissler2017-06-136-72/+72
| | | | | | | | | | The hwmon conf files should have the sensor mapping, not the attribute names Resolves openbmc/openbmc#1778 Signed-off-by: Andrew Geissler <andrewg@us.ibm.com> Change-Id: I84a367a7b7ae69243073b2bb3c4838c44abe8434
* fix sdk build broken issueMarri Devender Rao2017-06-132-2/+2
| | | | | | | | | | With recent changes done to path of the error yaml files in dbus-interfaces build is broken. Resolves openbmc/openbmc#1780 Change-Id: Ia296add2617433b05931a343046c2d059c20c4ff Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
* phosphor-fan.inc: bump versionPatrick Williams2017-06-131-1/+1
| | | | | Change-Id: Ic83c36f6e731cb6186725ec84ce45788234e8388 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Have openpower-debug-collector depend on state managerVishwanatha Subbanna2017-06-131-2/+4
| | | | | Change-Id: I9381c53b654990bf77621cd4f72d5a22d800e010 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* Add openpower-debug-collector as part of host-crash targetVishwanatha Subbanna2017-06-132-6/+8
| | | | | | | | | | When the host crashes, we need some kind of debug data before it is taken to quiesce state. Fixes openbmc/openbmc#1647 Change-Id: I853e9a6aa840e0811a5610f486b530b0f6dfe0a8 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* Replace old gpio-monitor with new oneVishwanatha Subbanna2017-06-136-38/+12
| | | | | Change-Id: I8f96987ab61d7657c3ccd3d665fa34ed6cb508ec Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* LEDS: Update udev rule to pass $name than $devpathVishwanatha Subbanna2017-06-131-1/+1
| | | | | | | | | | | | | | | | | | | Physical LED controller expects a sysfs path where it can find leds. Current UDEV rule is passing $devpath and that works fine. Because '-' is converted to '/' when systemd unit file processes it, application needs to put a workaround to fetch the name of LED correctly if the LED itself contains '-' in it. Although $devpath still works to apply that workaround, it becomes difficult for the workaround to look for a particular directory to go beyond looking for led-name since not all LEDs would be having /sys/devices/platform/leds/leds. However, all of those would share 'sys-class-leds' and hence passing 'sys-class-leds' with $name makes it appropriate. Change-Id: Iab5c71cf0c6f601a25b9b4470b46d7fc4d930223 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* lib/bs4: Fix imports from html5lib >= 0.9999999/1.0b8Daniel Lublin2017-06-131-5/+12
| | | | | | | | | | | | | | As of html5lib 0.9999999/1.0b8 (released on July 14, 2016), some modules have moved from _base to base. Handle this, while staying compatible with earlier versions. Fixes openbmc/openbmc#1766 Change-Id: I2d1957d06a697e32e5e5ca3f03da6655153cf370 Signed-off-by: Daniel Lublin <daniel@lublin.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from bitbake.git commit 1679188f9c55c615cae780f2b5e6852dea9cf2ec) Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
* phosphor-debug-collector.inc: bump versionPatrick Williams2017-06-121-1/+1
| | | | | Change-Id: Ic768db09a70b3d5f8f96d017986253cf18a58426 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-led-sysfs.bb: bump versionPatrick Williams2017-06-121-1/+1
| | | | | Change-Id: Ia4084f673f67364298b7c2d7d0a29f7d47b759d2 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Add in OCC hwmon config fileAndrew Geissler2017-06-123-2/+136
| | | | | | | | | | | | | | | | OCC hwmon sensor support is more complicated then other hwmon sensors. It requires that software look at the label and include that in the generated dbus sensor. A separate commit in phosphor-hwmon will handle this new function. The hwmon conf file indicates this new functionial requirement to hwmon by including a new MODE_*=label for each sensor that requires this function. Resolves openbmc/openbmc#1183 Change-Id: I55bff27d3eab478559ae42e290dfe74e2f627e12 Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
* Add in IR35221 hwon config fileAndrew Geissler2017-06-125-0/+12
| | | | | | | | The IR35221 is a new chip which provides temperature information on the VRMs installed in the system. Change-Id: I49e24e14f74400e948c2ed98132ebf5ef66346ff Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
* Add in DPS310 hwmon config fileAndrew Geissler2017-06-122-1/+6
| | | | | | | | | | The DPS310 is a new chip coming soon to provide ambient temperature to the openbmc. The config file may need a few tweaks when the chip arrives but this at least provides a base that will not hurt anything. Change-Id: Id5264ddcab7245f9ec9b3dbb5898f76ccf45e82b Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
* mboxd: Reduce logging verbosityAndrew Jeffery2017-06-121-1/+1
| | | | | | | | | | Andrew Geissler reported that mboxd was flooding the journal during boot, making it difficult to track other behaviours in the log. Fixes openbmc/openbmc#1752 Change-Id: I90d4da42b06fe5a56a399fb849b17f318d6247b5 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
* phosphor-ipmi-host.inc: bump versionPatrick Williams2017-06-121-1/+1
| | | | | Change-Id: Id20a460a68de79739f0c978d973f567a9ab29c59 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* op-proc-control.bb: bump versionPatrick Williams2017-06-121-1/+1
| | | | | Change-Id: Ia47331538b624955de2ee6f3b8547b18a6e3ffd1 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-mapper.bb: bump versionPatrick Williams2017-06-121-1/+1
| | | | | Change-Id: Ice8ad998ce7c0019fee488301e1208731676141a Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* MRW: avoid recursive install of hwmon configsBrad Bishop2017-06-121-3/+6
| | | | | | | | | | | | | | | | Fix an issue where any hwmon conf file under WORKDIR is installed in the image. If hwmon-config-mrw is run multiple times, subsequent bakes will install conf files under image, packages-split, etc into the image. Install MRW generated hwmon configs in a directory under WORKDIR. Point the config file search algorithm at this directory, rather than WORKDIR to avoid finding configuration files installed into image, packages-split, etc...from previous bakes. Change-Id: I569092af4033935cc6113e101c8ec7e37b5849c9 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Fix up recipes to address missing fan appsBrandon Wyman2017-06-123-11/+12
| | | | | | | | | | | Change to use the "softer" default value for PACKAGECONFIG by default. Change to append extra paths in bbappend for Witherspoon. Fix up/change some names in bbappend file for Witherspoon. Resolves openbmc/openbmc#1765 Change-Id: I316e1e857b008ccd67e922698ee7e0a9c5d222fc Signed-off-by: Brandon Wyman <bjwyman@gmail.com>
* fix duplicate yaml_dir config variable declaration and usageMarri Devender Rao2017-06-124-4/+1
| | | | | | | | | | | | yaml_dir is defined both in phosphor-dbus-interfaces.bbclass and phosphor-obmc-yaml.bbclass pointing to different locations. Fixed the same by removing usage of phosphor-dbus-interfaces Also removed unused openpower-dbus-interfaces.bbclass Change-Id: I74d06a0f7d635bd708f58611444061c6d48db858 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
* phosphor-inventory-manager.inc: bump versionPatrick Williams2017-06-121-1/+1
| | | | | Change-Id: Ic6f8d740b5d80240c1f6e10a72602231163aa93e Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Create a new package for the phosphor-dump-monitor.Jayanth Othayoth2017-06-126-9/+45
| | | | | Change-Id: I7f61a48b31d2997c1710c7d0bdde387e5c41a598 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
* skiboot.inc: Bump versionAdriana Kobylak2017-06-092-55/+2
| | | | | | | | | | Pick up the latest skiboot version (5.6.0) to pick among the fixes the pflash support for non-4K erase block partitions. Also remove the mtd labels patch since that's also included in the upstream version. Change-Id: If790c731c8b0e2d54e6b9faf09e92290e5bc84bd Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* phosphor-networkd-rev.bbclass: bump versionPatrick Williams2017-06-091-1/+1
| | | | | Change-Id: Ib2d48213a772508a6d4d700f508dfa63e9a2c449 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-networkd-rev.bbclass: bump versionPatrick Williams2017-06-091-1/+1
| | | | | Change-Id: I9fe9243c099f5ef6e8a7436bad21f0e69d38d24d Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-ipmi-host.inc: bump versionPatrick Williams2017-06-091-1/+1
| | | | | Change-Id: Icde6b64c05267a1d7dfebdac03ebb5904dda0fe9 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-fan.inc: bump versionPatrick Williams2017-06-091-1/+1
| | | | | Change-Id: I1399938297ee3d14b70f26e4d2253471e67264fb Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
OpenPOWER on IntegriCloud