summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines/meta-openpower
Commit message (Collapse)AuthorAgeFilesLines
* Enhance OCC communication failure error recoveryRaptor Engineering Development Team2018-04-141-0/+13
|
* Revup pdbgRaptor Engineering Development Team2018-04-141-1/+1
|
* 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
* Minimize chassis fan hunting with additional fan speed floor mappings in ↵Raptor Engineering Development Team2018-02-191-7/+13
| | | | common ambent temperature ranges
* Adjust floor threshold map to avoid chassis fan hunting at typical ambient ↵Raptor Engineering Development Team2018-02-191-7/+7
| | | | temperatures
* Loosen ambient temperature fan controls somewhatRaptor Engineering Development Team2018-02-191-3/+3
| | | | This lessens hunting due to coarse steps in the ambient sensor resolution
* Set chassis fan speeds based on on-board ambient temperature sensorRaptor Engineering Development Team2018-02-191-60/+11
| | | | Remove copypasted GPU temperature sensor blocks
* Use hardbeep instead of softbeep on Talos systemsRaptor Engineering Development Team2018-01-251-1/+1
|
* Split fan control zones for CPU0 and CPU1Raptor Engineering Development Team2018-01-233-22/+93
| | | | This allows fan control to function when only one CPU is installed
* Add softbeep packaging filesRaptor Engineering Development Team2018-01-221-1/+1
|
* 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-229-97/+2
|
* 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
* Fix incorrect Talos fan control settingsRaptor Engineering Development Team2018-01-213-21/+21
| | | | Fan control is now operational on Talos hardware
* Enable ambient temperature sensorRaptor Engineering Development Team2018-01-212-0/+2
|
* 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
|
* Enable the W83773G driver on Talos systemsRaptor Engineering Development Team2018-01-201-0/+1
|
* Enable Talos IPL monitor LED serviceRaptor Engineering Development Team2018-01-201-1/+1
|
* Add IPL status observerRaptor Engineering Development Team2018-01-201-0/+1
|
* Revup pdbgRaptor Engineering Development Team2018-01-171-1/+1
|
* Signal BMC ready when BMC has finished booting on Talos systemsRaptor Engineering Development Team2018-01-171-0/+3
|
* Initial port of Witherspoon fan control to TalosRaptor Engineering Development Team2018-01-1745-9/+2933
| | | | | 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-172-2/+2
| | | | Computing Systems GIT repositories
* Copy Romulus files to Talos for future developmentRaptor Engineering Development Team2018-01-1744-0/+3433
| | | | Apply initial renames and conversions to copied sources
* Add Witherspoon Layer READMEGunnar Mills2018-01-161-0/+8
| | | | | Change-Id: Ia2f1eda41b7b7af97deeb24743623fd7beecfadf Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* 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>
* meta-romulus: Remove vcs workaroundLei YU2018-01-167-75/+2
| | | | | | | | Romulus uses CPLD trigger for vcs workaround and it is not needed anymore for DD2.0 CPU. Change-Id: I21b3c15f81b1b7be9aaab03f5f951731fc686c38 Signed-off-by: Lei YU <mine260309@gmail.com>
* Organize OpenPOWER BMC support as featuresXo Wang2018-01-108-1/+46
| | | | | | | | | | | | | | | | | Add OBMC_MACHINE_FEATURES for OpenPOWER support under openpower.inc. Select OpenPOWER features in the POWER machines' DISTRO_FEATURES so that the features are built. The features are: obmc-openpower for required base support obmc-openpower-extra for non-essential tools obmc-openpower-legacy for deprecated packages like org.openbmc and skeleton packages Part of openbmc/openbmc#2652. Change-Id: Ib9f44a0c2e243eebb6594de6554cdc3fa0d076af Signed-off-by: Xo Wang <xow@google.com>
* Get Device ID - JSON for WitherspoonDavid Cobbley2018-01-052-1/+5
| | | | | | | | | This is a reference for how to use get device ID with the witherspoon platform. All other platforms that need get device ID should add dev_id.json in their own machine specific bbappend files. Change-Id: I0348748bfb9442d2de43b661cc291663f279efcb Signed-off-by: David Cobbley <david.j.cobbley@linux.intel.com>
* meta-romulus: Add fan tacho hwmon sensor configLei YU2018-01-052-0/+12
| | | | | Change-Id: I8d1540c7f44d268154a9ff415177e4f40e31b108 Signed-off-by: Lei YU <mine260309@gmail.com>
* meta-romulus: phosphor-hwmon workaround for fan speedLei YU2018-01-052-0/+42
| | | | | | | | | | | | Romulus uses aspeed pwm and fan tacho, and its driver returns ETIMEDOUT for fan speed when host is off, which causes phosphor-hwmon exit with excpetion for fan_tacho sensors. The workaround is to handle ETIMEDOUT and make it return -ETIMEDOUT value for the sensor. Change-Id: I1c6252c7f0ba1c932948397a9398ff80dfb71e9d Signed-off-by: Lei YU <mine260309@gmail.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>
* Witherspoon MRW XML revision bumpMatt Spinler2018-01-031-1/+1
| | | | | | | Pick up the change that adds the power button LED. Change-Id: Ifb09b91b591d4a5d0f964eae1a2cbf6db33b0a54 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* Change wspoon GPU overtemp polling to 500msMatt Spinler2017-12-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | For the Witherspoon system, reduce the polling interval for the GPU overtemp condition detected by the UCD90160 power sequencer from 1s to 500ms. This is done to improve fault isolation, as well as HW safety, as the the GPU will turn itself off after 1s of an overtemp so the code may detect a PGOOD fault instead if it doesn't catch it in time. The GPU spec also says to shut off all power on an overtemp as soon as possible to prevent HW damage caused by other connected GPUs still trying to talk to the faulted one. This change will shorten that time, as a hard power off is already issued after an overtemp is detected. Resolves openbmc/openbmc#2719 Change-Id: I1146abfd38e75ec9e9c9fd4f83fe3a9b68c0bd89 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* Change wspoon power sequencer units to msMatt Spinler2017-12-193-3/+3
| | | | | | | | | | | Change the units of time that the witherspoon-pseq-monitor application takes from seconds to milliseconds. An upcoming commit will reduce one of the values below one second. Change-Id: I7f65f008c3dd8e888e416a1ec240e2955d0b00de Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* Revert "pflash: bump version to v5.9.4"Gunnar Mills2017-12-151-2/+2
| | | | | | | | | | | | This reverts commit 9786fd849e89c62c60d5a9a219ab3a472f4a6595. Bumping skiboot to v5.9.4 introduced intermittent CI compile fails. open-power/skiboot#143 Change-Id: I2c75de877034036cb1552e2f5388a95ebe24eba0 Signed-off-by: Gunnar Mills <gmills@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* openpower-occ-control.inc: bump versionAndrew Geissler2017-12-131-1/+1
| | | | | Change-Id: I2be1cee439992b5ebdab46eff279be86d2b4afbc Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* Delete unused Witherspoon VCS workaround filesMatt Spinler2017-12-1310-267/+0
| | | | | | | Resolves openbmc/openbmc#2567 Change-Id: Ia64f359441cfe6e4fa64f2a2ff478db8f174b759 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* Remove wspoon P9 VCS Workaround from boot pathMatt Spinler2017-12-137-20/+7
| | | | | | | | | | | The level of hardware that required it is no longer supported by the hostboot firmware anyway so systems with those processors cannot boot up. A future commit will remove the newly unused files. Change-Id: Ifb92b697bbf3f7bdfc4fa0a1c6e296f7d9ec3ba6 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* witherspoon-pfault-analysis.inc: bump versionAndrew Geissler2017-12-131-1/+1
| | | | | Change-Id: I7076037af64a1b7381d34e2ef1e13de04b904026 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>
* witherspoon power script updatesMatt Spinler2017-12-122-6/+71
| | | | | | | | | Among other fixes, these changes allow the P9 DD1.X VCS workaround to be removed. That will be handled in a following commit. Change-Id: Ifc4bbf1ddb7cdd9e2a52d891b37aceb3622a04e7 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* meta-p8 systems: Fix phosphor-gpio-monitor crashLei YU2017-12-128-0/+20
| | | | | | | | | | | The P8 systems use different GPIOs for checkstop, and cause phosphor-gpio-monitor crash. Define correct GPIO key for each P8 systems to fix the issue. Fixes openbmc/openbmc#2349 Change-Id: I5f8dd79e17971091e799f9498959b307f03702b6 Signed-off-by: Lei YU <mine260309@gmail.com>
* openpower-occ-control.inc: bump versionAndrew Geissler2017-12-121-1/+1
| | | | | Change-Id: I361da3b3d80a380dbe09e6a778b9853519df2c18 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* wspoon: Update fan control to latest levelMatthew Barth2017-12-121-0/+119
| | | | | | | | | | | | Use the latest level of fan control without enabling service monitoring functionality to pick up all changes that allow enabling fan control on air cooled Witherspoons. Since no events are defined to use the service monitoring functionality, this should not impact active fan control. Change-Id: I51c3f8ed3cb8f0db6daa5385f410bce0d6ffd2b5 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
* wspoon: Enable air cooled fan controlMatthew Barth2017-12-121-4/+4
| | | | | | | Adjust fan floor values to allow full active fan control. Change-Id: Idbc243af25ae4e6196a1ea89b8d878a2ca651d84 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
* openpower-occ-control.inc: bump versionAndrew Geissler2017-12-121-1/+1
| | | | | Change-Id: If356922a0c8a27d82f0af4dc353122ff28175044 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
OpenPOWER on IntegriCloud