summaryrefslogtreecommitdiff
path: root/meta-ibm/meta-witherspoon
AgeCommit message (Collapse)AuthorFilesLines
2018-10-09wspoon: Add IR35221 hwmon I/V/P monitoringMatt Spinler4-4/+148
Add the current, voltage, and power hwmon config file entries for the 4 IR35221 voltage regulator instances. (From meta-ibm rev: 1ee607b82cca6d6d065ffa1106a34ed60dfd3e20) Change-Id: Ibe4fa374efc925390ed8e47dc7b646c0b0fa6526 Signed-off-by: Matt Spinler <spinler@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-09meta-ibm: witherspoon: network: set version wildcardPatrick Venture1-0/+1
Set the wildcard for version for network.bbappend (From meta-ibm rev: f271aa4e0876ec67844df18f59acabf54d22f488) Change-Id: Ib239fb43148ebeddf23874d84e2d2c45a2be2499 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-09meta-ibm: witherspoon: gpio-monitor: set version wildcardPatrick Venture1-0/+1
Set the wildcard for version for phosphor-gpio-monitor.bbappend. (From meta-ibm rev: f894a447caf703b5955932bd2f04eda441ab64a5) Change-Id: I7b1355a514dc2b17b5d24c7fe429b3eefade8f9c Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-05witherspoon-pfault-analysis: srcrev bump cab4834210..f4d72d82a1Andrew Geissler1-1/+1
Vernon Mauery (1): witherspoon-pfault-analysis: use c++17 (From meta-ibm rev: 937b85da5843bee003a3282adc6deb1b92dfa959) Change-Id: I65f2401cc0b6fbf24652a9d0ab231d3ad5fdcf47 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-04wspoon: Error policy table version 1.7.5Matt Spinler1-6/+4710
Major changes: * fix OCC telemetry log text to say it isn't an error * add entries for specific device access fails with a dev path callout * Add unique Critical/Warning/Info hostboot callout entries (From meta-ibm rev: d7fa43eec256796ff25a35689b952b3bda4f7a41) Change-Id: Ia37536503ac31cd4004bdd7f52da5c250a31dc00 Signed-off-by: Matt Spinler <spinler@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-04meta-ibm: witherspoon: rename phosphor-hwmonPatrick Venture19-0/+0
Rename phosphor-hwmon%.bbappend to phosphor-hwmon_%.bbappend. Tested: Built witherspoon and verified confs in rootfs. (From meta-ibm rev: 8d8818d02a77c3bf1cd78e241e60f35668a6af51) Change-Id: Iec17ed4eee5867d95331778f64dd4f9adc1825cd Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-04wspoon: Start PSEQ monitor after power workaroundsMatt Spinler1-0/+2
This witherspoon-pseq-monitor-pgood service launches an instance of witherspoon-pseq-monitor to run during a power on to monitor for power faults during that sequence. It needs the hwmon driver for the ucd90160 bound when it starts so that it can find the path to some sysfs files it needs to access on failures. However, the power-workarounds@.service was running at about the same time, and it unbinds that device driver while it runs, so the pseq-monitor code can't find what it's looking for, as can be seen by a "Unable to find hwmon directory in device base path" trace. The fix is to just wait for the power-workaround service to be complete before starting this service. (From meta-ibm rev: 65da05ba33ac3b4bc2b46f1a58e05d1714221335) Change-Id: I04209d8765a63ec89546708b6af87f761cc6f73d Signed-off-by: Matt Spinler <spinler@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-27witherspoon: Require openbmc-openpower configurationAndrew Jeffery1-2/+1
This avoids some redundancy, and Witherspoon is an OpenPOWER platform after-all. (From meta-ibm rev: 2d4ab95b7464f35d84af49c10e3da153f77b8901) Change-Id: Iabde073c0118a3423c1f880aa848ddeba79e48b5 Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-26Remove mapper nice priorityAndrew Geissler2-9/+0
This is a revert of eff3d02a180ef60102f1f25d765b2ddf72831be3 A direct revert is not possible due to our subtree refactoring Prioritizing one application over another seems to cause more problems then it solves. In this case it appears that mapper can starve other process's in which mapper depends on responding. So that dependent process times out, restarts, which then causes the whole cycle to start over. Hoping this is the fix to openbmc/openbmc#3369 but will require some testing. Tested: George was kind enough to run this through some BMC reboot tests and a regression bucket. openbmc/openbmc#3369 did not recreate but not willing to declare success yet with that bug. (From meta-ibm rev: 9effdef83644fff90a2bcb6f4d6fb97ac28fcb28) Change-Id: I9af8ab369966a69c09d807d888b0bf5a0f0b3e07 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-26phosphor-ipmi-config: Refactor phosphor-ipmi-config providerTom Joseph7-100/+2
The phopshor-ipmi-config provider witherspoon-ipmi-config is removed to use the default configuration files. cipher_list.json and dcmi_cap.json for the witherspoon is the same as the default configuration file. dcmi_sensors.json, dev_id.json and power_reading.json is specific to witherspoon. do_patch populates the aux field in dev_id.json for witherspoon. (From meta-ibm rev: 5e794ec57243fd8aced04118d8f9fc90a5bbd3a4) Change-Id: Icd355780524b6104f89390dbe0017d2c667e963c Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-24meta-ibm: Rename bb file collectionsBrad Bishop1-3/+3
Typical upstream layers have a -layer suffix. Rename collections from foo to foo-layer to match this de-facto standard. Some existing layers that use this convention include: openembedded-layer networking-layer perl-layer virtualization-layer (From meta-ibm rev: 32478afb0f68ba711b816d1dbaecf379c67cc928) Change-Id: I5c22956cf289263d5cef1e3c1babb2d1f5a10a3d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-18witherspoon: REST: Move com.ibm to IBM layerBrad Bishop2-15/+0
Enable the com.ibm namespace whenever the IBM distro layer is included in the layer configuration. (From meta-ibm rev: f5ac5cb0791353f0153f882d6ad054d6ddaed009) Change-Id: I2568c1fcecc647b44d279d2a366e2e34abed41d1 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-18witherspoon: workbook: drop devtree-config recipeBrad Bishop2-71/+0
This is dead code. Drop. (From meta-ibm rev: d31fd052751fbb919727e2450fac5f7e6c2496ef) Change-Id: I00f47947328db75e23ceb8bc3d395e8857a6f2ea Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-10phosphor-tiny: Enable tiny distro on witherspoonAndrew Geissler1-0/+1
Witherspoon is flash space constrained so enable new tiny distro feature to help alleviate this (From meta-ibm rev: 49f2b5b31a21eb3dea2d83d2d13551475ef4bb27) Change-Id: Ia3e90281d4c5da1c95cddb1b802f20c614b25885 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-05SNMP error notification for error log entry objectsMarri Devender Rao1-0/+19
Made following changes to cater for raising SNMP traps 1) Add watch on error logging entry objects. 2) Add callback functions to call when new error log entries are created (From meta-ibm rev: 9854ba0949ab4b9bf12146c5e101830c993891d5) Change-Id: Icc80a24b65ca360f43f3f46eb19e9fa720bcb962 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-08-28Add Witherspoon GPIO JSONMatt Spinler2-0/+64
These GPIOs are used by the code in the skeleton repo. Resolves openbmc/openbmc#3332 (From meta-ibm rev: b11913ce2ee64a085fd69146eb76a3ebff94e7ab) Change-Id: Ic82d55bae6c7772cb8a5b836fb6138f429dd0346 Signed-off-by: Matt Spinler <spinler@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-08-28Increase witherspoon host console log to 256KAndrew Geissler1-0/+1
The host team has requested a bump in their allocated log size. Appears as if witherspoon has the filesystem space to spare so bump up from the default of 16K to 256K. Testing: Loaded on system and caused a lot of traffic in host console and verified /var/log/obmc-console.log did not grow beyond 256K and properly wrapped. (From meta-ibm rev: 50ba839a2ee314b06b21273ff4a4a9456baef6d2) Change-Id: Ie9a7f003778b3e38f7a444f32d69942bcfc1575b Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-08-23[Subtree] Bring openbmc machines to top levelDave Cobbley146-0/+23181
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>