summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines/meta-openpower/common/recipes-phosphor
Commit message (Collapse)AuthorAgeFilesLines
* Enhance OCC communication failure error recoveryRaptor Engineering Development Team2018-04-141-0/+13
|
* Allow the on-board VGA device to be enabled or disabled based on FPGA jumper ↵Raptor Engineering Development Team2018-04-144-1/+60
| | | | | | setting readback This requires FPGA version 1.04 or higher to work
* Reset OCC on error detectionRaptor Engineering Development Team2018-01-221-2/+11
| | | | | This fixes a corner case where a hung OCC did not report rising core temperatures and the fans failed to react as a result
* Remove DD1 VCS workaround hackRaptor Engineering Development Team2018-01-222-20/+1
|
* Recover from loss of either OCCRaptor Engineering Development Team2018-01-221-3/+39
| | | | This fixes a corner case where the second OCC could drop off the bus undetected
* Restart OCC service before restarting fan controllerRaptor Engineering Development Team2018-01-211-2/+17
| | | | This fixes fan control failing on boot due to offline OCC services
* Add watchdog mode to OCC enable serviceRaptor Engineering Development Team2018-01-212-5/+20
| | | | This works around transient OCC communication failure disabling fan control
* Enable OCC service after IPL completionRaptor Engineering Development Team2018-01-212-5/+6
|
* Add IPL status observerRaptor Engineering Development Team2018-01-201-0/+1
|
* Initial port of Witherspoon fan control to TalosRaptor Engineering Development Team2018-01-172-2/+2
| | | | | NOTE: Not yet tested on hardware Mapping likely incorrect
* Redirect most of the Phosphor applications from GitHub to the Raptor ↵Raptor Engineering Development Team2018-01-171-1/+1
| | | | Computing Systems GIT repositories
* meta-openpower: Predicate packages on MACHINE_FEATURESXo Wang2018-01-168-17/+17
| | | | | | | | | | | | Change packages enabled by meta-openpower to be enabled if and only if both its corresponding feature string (obmc-openpower, obmc-openpower-extra, obmc-openpower-legacy) are present in both MACHINE_FEATURES and DISTRO_FEATURES. Fixes openbmc/openbmc#2652. Change-Id: Ife1a9b08e94bd85a888d584a0caa4dbfa6a172c0 Signed-off-by: Xo Wang <xow@google.com>
* openpower-software-manager.bb: bump versionAndrew Geissler2018-01-041-1/+1
| | | | | Change-Id: Icccb050bf0f34b0c95837ec948ea340c46ccf482 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* openpower-occ-control.inc: bump versionAndrew Geissler2018-01-041-1/+1
| | | | | Change-Id: If1f9a3aaf8672bad98b92cb88c3499c097df53dd Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* openpower-occ-control.inc: bump versionAndrew Geissler2017-12-131-1/+1
| | | | | Change-Id: I2be1cee439992b5ebdab46eff279be86d2b4afbc Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* openpower-occ-control.inc: bump versionAndrew Geissler2017-12-131-1/+1
| | | | | Change-Id: I8928d1e07fcdd4c66330d7e2e8a4c597fed32b46 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* openpower-occ-control.inc: bump versionAndrew Geissler2017-12-121-1/+1
| | | | | Change-Id: I361da3b3d80a380dbe09e6a778b9853519df2c18 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* openpower-occ-control.inc: bump versionAndrew Geissler2017-12-121-1/+1
| | | | | Change-Id: If356922a0c8a27d82f0af4dc353122ff28175044 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* Extend sleep time for debug collector checkstop serviceEdward A. James2017-12-111-3/+4
| | | | | | | | Needed to extend the time to allow OCC to wait for our drivers to stop using the SBEFIFO. Otherwise we get some contention on the FIFO. Change-Id: Ia8aa50a328e45089de1ef43a2e7f685e74f96730 Signed-off-by: Edward A. James <eajames@us.ibm.com>
* Add occ-disable dependency to host-crash and host-timeoutEdward A. James2017-12-111-0/+10
| | | | | | | | | | We need to unbind the occ-hmwon devices when either the host crashes or we get a watchdog timeout on the host. This is so that OCC code can start using the SBE FIFO without contention in the case of a checkstop or other host problem. Change-Id: I9ae3b1539a9eb4240cef74f2198c05b7a1b68380 Signed-off-by: Edward A. James <eajames@us.ibm.com>
* openpower-software-manager.bb: bump versionAndrew Geissler2017-12-091-1/+1
| | | | | Change-Id: I28f21c752952f482ff605c9b48581e1d962c926f Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* updatesymlinks: Add instantiated mbox serviceAdriana Kobylak2017-12-051-1/+1
| | | | | | | | | | | | | The Before directive had the template service mboxd-reload@.service but because it wasn't instantiated, the dependency was not taking place and the mboxd-reset service would not wait for the updatesymlinks service to finish, causing the host to read old data until the updatesymlinks completed. Resolves openbmc/openbmc#2695 Change-Id: I3669155f1c287d5f492f3400ab9d131913a2a93f Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* openpower-software-manager.bb: bump versionAndrew Geissler2017-11-281-1/+1
| | | | | Change-Id: I10a7352dfdb708bccf6af9863901226607c6121a Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* Move obmc-pydevtools to tools packageAdriana Kobylak2017-11-281-1/+1
| | | | | | | | | | | | | | | | Create a new development tools package and move the obmc-pydevtools there so they're no longer in the extrasdev development feature package. The reason is that the extrasdev contains features that are desirable to be removed from production systems, such as the rest-dbus. On the other hand the pydevtools are binaries that are useful to have even in production systems, so makes sense to put them in a separate tools category. Resolves openbmc/openbmc#2571 Change-Id: Ia66bf6e83d920818c8c355ec9d01a047583b82c0 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* openpower-occ-control.inc: bump versionAndrew Geissler2017-11-201-1/+1
| | | | | Change-Id: I3b8ff2e2ec6dcba3b19f32bbaaadcc267f75d913 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* openpower-software-manager.bb: bump versionAndrew Geissler2017-11-161-1/+1
| | | | | Change-Id: If7bc1ba9bffc4cbbbebb56be2e6588b8f8cd1a00 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* openpower-occ-control.inc: bump versionAndrew Geissler2017-11-141-1/+1
| | | | | Change-Id: I13b4f9067809f5e33d02df593ef87d627f365398 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* Block attempts to create a pnor-patch volume in field modeMichael Tritz2017-11-131-0/+3
| | | | | | | | | | | | | This patch improves the obmc-flash-bios script by blocking attempts to create and mount a pnor-patch volume when the system is in field mode. When this scenario is reached, the current behavior is to error out because the script tries to mount pnor-patch to /usr/local/share/pnor, which is inaccessible in field mode. This fix simply blocks these attempts to suppress the error message. Change-Id: I78b5171e66f194d7b8d2b1baa639ee29a1b11794 Signed-off-by: Michael Tritz <mtritz@us.ibm.com>
* openpower-software-manager.bb: bump versionAndrew Geissler2017-11-131-1/+1
| | | | | Change-Id: I6d825abdbf63bd4bca5c49a5aeab8d26123d43b0 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* updatesymlinks: Only run on host power onAdriana Kobylak2017-11-101-0/+2
| | | | | | | | | | | | | | | | | | | Add a dependency to the updatesymlinks.service to not run in the case that the BMC rebooted while the host was powered on, to prevent the PNOR version from being changed when the host is on. This situation would happen if the user performed a PNOR update at power on (the version is not activated), then rebooted the BMC, the expectation is that the host continues to run the old version until the host is powered off and powered back on. The op-reset-chassis-running@0.service is the one that creates the file in /run/openbmc/ to indicate that the host was on prior to BMC reboot. Resolves openbmc/openbmc#2533 Change-Id: I5169af00c1e992a6c72907733430087defbb48ed Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* openpower-dbus-interfaces.bb: bump versionAndrew Geissler2017-11-071-1/+1
| | | | | Change-Id: I3042f54f3e1fe9e11f8772e93f8f7e2eabd59f7d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* openpower-software-manager.bb: bump versionAndrew Geissler2017-11-071-1/+1
| | | | | Change-Id: Ia580de59264ec9fa85f4b05b26698ea273131d55 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* openpower-occ-control.inc: bump versionAndrew Geissler2017-11-071-1/+1
| | | | | Change-Id: I2f98c481b7abb2213b71b372ee6428b03076c1d8 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* openpower-occ-control.inc: bump versionAndrew Geissler2017-11-071-1/+1
| | | | | Change-Id: I7713619a306ec6f9672895e1556f7ea418fe228c Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* openpower-dbus-interfaces.bb: bump versionAndrew Geissler2017-11-031-1/+1
| | | | | Change-Id: I65c612edfded8749f4cff54a760a886681492c89 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* openpower-debug-collector.inc: bump versionAndrew Geissler2017-11-011-1/+1
| | | | | Change-Id: Id9862afcd019817d26005cd7384ba11ac8d730dd Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* openpower-fru-vpd.inc: bump versionAndrew Geissler2017-10-311-1/+1
| | | | | Change-Id: Ia814828f41083ae2cd9dd86ff9733f489ea03f0f Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* openpower-software-manager.bb: bump versionAndrew Geissler2017-10-311-1/+1
| | | | | Change-Id: I705b73b5e7d766e695a6e3f6c5f54bb63bc1cc65 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* openpower-occ-control.inc: bump versionAndrew Geissler2017-10-271-1/+1
| | | | | Change-Id: Iafe15227413b1936b87bb2a90192b60e5ead31f4 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* openpower-software-manager.bb: bump versionAndrew Geissler2017-10-271-1/+1
| | | | | Change-Id: Ie62f00a004e82710d1e206a50e81325770a3d0dd Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* Copy the error yaml's for logging manager parsingTom Joseph2017-10-262-0/+20
| | | | | | | Resolves openbmc/openbmc#2380 Change-Id: I9eb6a203e030d0e11141df2dcf099d9d23b9ebf1 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
* Move SRC_URI and SRC_REV to the .inc fileTom Joseph2017-10-262-4/+9
| | | | | | | Add suuport to run sdbus++ to generate code from error yaml. Change-Id: I5bc8e5d7c0d6f511e0022fea812bdab3e833f894 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
* Add openpower-debug-collector-watchdog-timeout unit filespashabk-in2017-10-262-0/+15
| | | | | | | | Trigger a service to capture SBE and HB istep info on watchdog timeout Change-Id: I44ef86960d022133a703cc8ec3dcc2955be44335 Signed-off-by: Shakeeb Pasha <shakeebbk@in.ibm.com>
* openpower-ipmi-oem.bb: bump versionAndrew Geissler2017-10-261-1/+1
| | | | | Change-Id: Iad35b57c3cd5b25efea42177474cc159062b8150 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* openpower-occ-control.inc: bump versionAndrew Geissler2017-10-261-1/+1
| | | | | Change-Id: Ia6ac3bd2e5e9c3026b28c16031725b6f48ca7c9a Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* Change the NetFn for Partial Add eSEL command.Tom Joseph2017-10-261-1/+1
| | | | | | | Resolves openbmc/openbmc#2510 Change-Id: I0b36c49c5fc0d6e6146ea499a9b2daf24dd95c10 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
* openpower-software-manager.bb: bump versionAndrew Geissler2017-10-261-1/+1
| | | | | Change-Id: Ib9ca373f556c137399cde1dd86c70b04439568f1 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* openpower-software-manager.bb: bump versionAndrew Geissler2017-10-251-1/+1
| | | | | Change-Id: I6a84a33cd55bcf3330f6ca5951ecb58d4ff97f8a Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* openpower-ipmi-oem.bb: bump versionAndrew Geissler2017-10-251-1/+1
| | | | | Change-Id: Id28a1a02dac4349a67bdb25ecbdbbf47cb290b1a Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* op-proc-control.bb: bump versionAndrew Geissler2017-10-251-1/+1
| | | | | Change-Id: Ia6594272c9b48e3a871d7bc304d026ed5f878f4b Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
OpenPOWER on IntegriCloud