summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-08-14dbus-sensors: srcrev bump ffa07e254f..7fa475d3f2Andrew Geissler1-1/+1
Cheng C Yang (1): Add Configuration Error Event Patrick Venture (1): hwmontemp: add tmp441 (From meta-phosphor rev: 5c2b899eb13db951d071407cf57c5f0658386896) Change-Id: I836e5b4a375e36debad368ac878e01a2c3db264e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-14phosphor-logging: srcrev bump 3fb83b3787..c19ea65388Andrew Geissler1-1/+1
Matthew Barth (1): Add missing lookup mako for distribution (From meta-phosphor rev: 4dbf632d7eb0cae091cce6ddc03d91d5e3537655) Change-Id: I42c2bcc95c7fc8e115c65e68fdaf2a3011345412 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-14phosphor-networkd: srcrev bump 2dae96946b..5b023f5f77Andrew Geissler1-1/+1
Johnathan Mantey (1): Permit IPv6 Address Router Advertisement values to be changed (From meta-phosphor rev: db22a2154e493a49dfe70fe2ed1a9ad86a204196) Change-Id: If8cf6d37b55d7b16d3c74f525054ebd6d70baa7c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-14wspoon: hwmon: Use labels for finding VRM I/V/PMatt Spinler4-128/+200
A recent kernel update added a second input current/voltage/power reading to the hwmon sysfs attributes for the ir35221 VRMs, and it threw off the labels in the config files since they were hardcoded for the specific previous numbers. For example, curr2_input previously represented an output current but now represents an input current. Fix this by using the LABEL mode in hwmon to find which sysfs file to use for a particular sensor by the contents of its corresponding label file. For example, the p0_vdd_current sensor should look at the sysfs file that has a corresponding 'iout1' value in the currX_label file. Tested: Test that the voltages are back within thresholds again and not showing values around 12V. (From meta-ibm rev: bca7ed0127f9e82895fb60b66b325347970f0860) Change-Id: I9f28c9445daf9ce6206ff9e38e271ac805768fae Signed-off-by: Matt Spinler <spinler@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-14witherspoon-pfault-analysis: srcrev bump 5b2964fa8e..817f8a7a82Andrew Geissler1-1/+1
Aatir Manzur (1): Power supply input faults resolution (From meta-ibm rev: bc9be1c977fcea7543aab6f2ffd51372bb3e805f) Change-Id: I46d82875b474abe1af478e8bbfd7d1141d2d5c3d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-14linux-aspeed: Move to 5.2.8Joel Stanley1-2/+2
This includes security and bug fixes from the 5.2.8 stable release. (From meta-aspeed rev: ed265fd68672f724273fee1f40fe491dc864a9cb) Change-Id: Ifdb7f5c68f8175d69bd2c3716a240b0eb70d485d Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-14linux-aspeed: Add MihawkJoel Stanley1-1/+1
Ben Pai (1): ARM: dts: aspeed: Add Mihawk BMC platform (From meta-aspeed rev: 5d8277353761c4c371ff2512e5f4bebf0487f35a) Change-Id: I924f0479d58e544c04fd30bc1cd2da2a472f8ef7 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-13linux-aspeed: Move to 5.2.7Joel Stanley1-2/+2
This includes security and bug fixes from the 5.2.2 through to 5.2.7 stable releases. (From meta-aspeed rev: 69309da3d90ad2adb3daaffe848c3c34b783a760) Change-Id: I8a74bf7227b6c262973f874f62f1ca387c987b15 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-13linux-aspeed: Move to 5.2.1, fix Aspeed i2c and swift FSI GPIOsJoel Stanley1-2/+2
This includes security and bug fixes from the 5.2.1 stable release. The i2c fix removes is required to support existing Qemu models, as we do not yet have buffer mode support in qemu. Joel Stanley (2): i2c: aspeed: Update to v3 of buffer and dma support Revert "ARM: dts: aspeed: add I2C buffer mode support" Matt Spinler (1): ARM: dts: aspeed: swift: Fix FSI GPIOs (From meta-aspeed rev: 514754f760977d44f1131d908e4755c846f61745) Change-Id: Ie618b11b4cdea5a73d79eaefa0bb5b1adc55a05f Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-12phosphor-host-ipmid: srcrev bump f4a2085c17..9cf85627cfAndrew Geissler1-1/+1
Brandon Kim (1): sensordatahandler: Throw on sensor's OperationalStatus Patrick Venture (1): fru: support two time string formats (From meta-phosphor rev: 3f601be74e154ff07c7ccab1277fabdad8564438) Change-Id: I9250674a2d00bfc1fe2b8a7463bc621b160d7b47 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-12entity-manager: srcrev bump b295e1d838..ce66b3ae70Andrew Geissler1-1/+1
Patrick Venture (5): bugfix: frudevice: read entire fru contents style: frudevice: use lower camel for symbols entitymanager: flip logic to reduce indentation add .clang-ignore for checked-out dependencies .gitignore: add dependencies and output (From meta-phosphor rev: 006c733657f66ea87013b7a53c5e93c976489f45) Change-Id: Ie2056599b38cb75032c42c9bdaab06d1c3ae5aa6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-12phosphor-webui: srcrev bump c81cdd4acc..c652ed1889Andrew Geissler1-1/+1
Dixsie Wolmers (1): Update toggle component (From meta-phosphor rev: d0205d53f035483a89a3a569decbb55475936c08) Change-Id: Ib2dbfdc08e29264f6a9657ed4ced327cb503c713 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-12phosphor-host-ipmid: srcrev bump c26cc717a4..f4a2085c17Andrew Geissler1-1/+1
Patrick Venture (1): gitignore: add test and coverage artifacts (From meta-phosphor rev: 2f1c10e0f29680d0316b9dba379366d7b91de7cb) Change-Id: I46b44eea3c3fb0ce04f9b7c8b276db64b9e550d6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-12bmcweb: srcrev bump 41352c2412..b6a61a5ec6Andrew Geissler1-1/+1
Alpana Kumari (1): Fix "MemorySummary" status: Disabled on IBM systems Jason M. Bills (2): Fix getting individual journal entries with an underscore Don't return a 500 error for entries without priority metadata RAJESWARAN THILLAIGOVINDAN (1): Add CPU core count property (From meta-phosphor rev: 5490524ff7882c278b65a0893f6d40658db5544a) Change-Id: I7fc1777c04c9fbd6851784312e4377b8da8dea7f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-12phosphor-net-ipmid: srcrev bump 0a269046d0..35ca150bebAndrew Geissler1-1/+1
anil kumar appana (1): netipmid: Handle invalid length for getPayloadInfo (From meta-phosphor rev: 14133d9d5c82402b3d458e6f01820a4e2ea43e41) Change-Id: I645202409488f6bbaccdfaa68018b64956dfb09c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-12openpower-pnor-code-mgmt: srcrev bump abe862aae4..4d3d91262bAndrew Geissler1-1/+1
Jayashankar Padath (1): Code Update: Host ApplyTime support (From meta-openpower rev: b9501ff650720ef93b864e45d82e828c57ae0f84) Change-Id: I8dcfc59700a727e2ad96e82a87e1d40bac8ca30b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-12fp5280g2: Add recipe file for phosphor-gpio-monitorGeorge Liu5-1/+27
Add the power supply monitor application and configuration files Tested: Built phosphor-gpio-monitor and ran successfully on the fp5280g2 via dbus interfaces. (From meta-inspur rev: ea9932d3b56af3ff9a12689731bd8081b66af856) Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I5e365d7a979834f093b2a1b978ce22624be5bd8a Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-09entity-manager: srcrev bump dc906ab4a8..b295e1d838Andrew Geissler1-1/+1
Patrick Venture (1): frudevice: use non-magic maximum read value (From meta-phosphor rev: cb5fb10e5ae097328a3df6dc89f7d2e5f5adfeb4) Change-Id: I0b22c4f3b32825a5157a92683bed7716a3d67f10 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-09phosphor-snmp: srcrev bump 52b3ad2a60..85c11b9b5dAndrew Geissler1-1/+1
Andrew Jeffery (1): autotools: Fix autoconf-archive compatibility issues (From meta-phosphor rev: b47aa0aab22ced692c2a47ea0f25279ba28c7bc6) Change-Id: I717375a2177ee5a934682b4bfce314b18b68c569 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-09meta-openpower: first-boot-set-hostname: use BPNAdriana Kobylak1-4/+4
Avoid a new QA warning: SRC_URI uses PN not BPN [src-uri-bad] (From meta-openpower rev: b46a23a26760830e18f4813cbec8e143b9effd0c) Change-Id: Ie14704b132d684c4f8733b99ce2c44a0f4fab9f5 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-08Make `setup` show available targets in columnsAlexander Amelkin1-1/+8
The list of targets is getting longer and tends to not fit into one screen when displayed in one column. Filter it through `column` tool if available. If not available, then fall back to the old representation. Change-Id: I1e827d0835608d2e37ca58705e77a14b0667b170 Signed-off-by: Alexander Amelkin <a.amelkin@yadro.com>
2019-08-08entity-manager: srcrev bump 49b8251d2d..dc906ab4a8Andrew Geissler1-1/+1
Jae Hyun Yoo (1): Remove DIMM threshold configuration Patrick Venture (2): frudevice: add support for eeprom sysfs when found frudevice: debug: drop std::hex for bus (From meta-phosphor rev: bab0e27dfd9e8bdd329d3975edbcb2bb6d430e87) Change-Id: Idd3a599ff6cb052ca06eab58552217170137e4bd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-08ipmi-fru-parser: srcrev bump de0a59ee05..2cdb0e3fb4Andrew Geissler1-1/+1
Patrick Venture (2): debug: add details on notify failure writefrudata: variable rc scope reduction (From meta-phosphor rev: f4c94e4987228186308f4cdc259a2dcd1758e264) Change-Id: I679d5e9dd75410f3480902020d5fb61de6ecd618 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-08phosphor: pam: Fix credits to maintain minlen reqRichard Marian Thomaiyar1-1/+1
Default credit for pam-cracklib was used, causing issue in meeting minlen requirement for new password. i.e. 1 credit will be applied if the password containts, digits, upper case, or lower case etc, making minlen to be accepted. "fw6ev9" will pass pam_cracklib earlier for minlen as password length was 6, +2 credit got substitued for lower case & digits use in the password. Correcting the same now, by not providing any credit, and so the minlen of 8 chars in the password must be met. Tested 1. Tested password 'fw6ev9' fails to set 2. Tested password '0penBmc1' was accepted as it passes 8 character Note: With this commit, the current default passwd for root user '0penBmc' will work fine, but the same can't be used as password during password update. (From meta-phosphor rev: 0e67cd66f4f530b4ccccb2ab400ba2dabb3c0737) Change-Id: Ieeebef45a655563ac7779627b1cf38ef6080c046 Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-08op-proc-control: Depend on pdbg for libpdbgAndrew Jeffery1-0/+9
Subsequent patches will link against libpdbg. (From meta-openpower rev: 06513d650714e3d85fb35c53d5b3361096b1a012) Change-Id: I09d98752af5ffc62f9f6b89aeb8e171bd5ac56d6 Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-08Add pull request templateJoel Stanley1-0/+3
Inspired by u-boot, this tells developers who come across our repository on Github to use Gerrit instead of submitting pull requests. Signed-off-by: Joel Stanley <joel@jms.id.au> Change-Id: I57dfa346416d306075b530f318dd58134e6b39fa
2019-08-07phosphor-host-ipmid: srcrev bump 45e93cbae0..c26cc717a4Andrew Geissler1-1/+1
Patrick Venture (1): fru: remove assumption on object owner (From meta-phosphor rev: d5227821cb809c112499f302d0e22970a322eac8) Change-Id: Iaaa5e43bc6564b2c9978d91137d79114e6e202db Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-07mboxbridge: srcrev bump 4b8203d721..7e3f20d02fAndrew Geissler1-1/+1
Andrew Jeffery (1): autotools: Fix autoconf-archive compatibility issues (From meta-phosphor rev: 00a74fa5ab01ee1ad5cae10ee045206910744e9f) Change-Id: I2439061894126b7aab7da255eefe8d2c53dc7176 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-07phosphor-led-sysfs: srcrev bump 9e500aa81b..b6708c7e84Andrew Geissler1-1/+1
Andrew Jeffery (1): autotools: Fix autoconf-archive compatibility issues (From meta-phosphor rev: c804fb3b1428e628768237dd058dfef706e0e1a3) Change-Id: I200f7b2862e09a08a81fcd4b3aa1835dd1c3c81a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-07entity-manager: srcrev bump e375400291..49b8251d2dAndrew Geissler1-1/+1
Nikhil Potade (1): Add configuration files for NVMe drives Patrick Venture (1): frudevice: add missing debug space (From meta-phosphor rev: dab3643d28b15b61b62bf8bcc2e752df598b857a) Change-Id: I2ef1e3a6b41b71733fd27a15eef36b2fb86138b7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-07Enhance Discovery class infrastructureasmithakarun2-8/+14
The service files contains a 'txt' field, where service-specific data can be added. Addition of this text record facilitates unique identification of IBM BMCs in a network. The idea of this commit is to enhance the bbclass to append a new text record in the avahi static service files. This text record is added only for avahi and not slp. Tested By: The additional data should be in the form of 'Key=Value', else the build will be terminated with the corresponding error. The following possibilities are tested: 1. Key=Value => True 2. Key= => False 3. Key=Value| => True 4. =Value => False 5. Key=Value= => False 6. == => False (From meta-phosphor rev: 2d6aedfb652bc0e6c7657dae586349823e3fb26d) Signed-off-by: asmithakarun <asmithkr@in.ibm.com> Change-Id: Ie0b8466a10097d7fdbfd0c8849a0c0d7145e3923 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-07meta-gsj: phosphor-pid-control: Change fan read pathHank Liou2-12/+12
This commit changes fan read path so as not to trigger fan-fail utility in phosphor-pid-control but dual-rotor-fail service. (From meta-quanta rev: ccd4657416374d12b1b8bd1bf545cf9ba8527419) Signed-off-by: Hank Liou <Hank.Liou@quantatw.com> Change-Id: Ifbc868d751b0a6194c2768bcfdaa8a9e231819c3 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-06meta-quanta: gsj: remove gbmc-psu-hardreset.target from google-ipmi-sysP.K. Lee3-0/+9
Remove gbmc-psu-hardreset.target from google-ipmi-sys to get DelayHardReset to return the expected unspecified error. (From meta-quanta rev: c95abb8caea6e56de78f009338ed656518928566) Signed-off-by: P.K. Lee <p.k.lee@quantatw.com> Change-Id: I910d976c0b37b88523e3351ad83ce60124cd28df Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-06meta-ibm: witherspoon: Power sensor associationsShawn McCarney1-29/+29
BMCWeb uses ObjectMapper associations to find sensor information for Redfish. Due to BMCWeb enhancements for the Power and SensorCollection schemas, the following Witherspoon association changes are required: * Remove the "chassis" <-> "all_sensors" association for power supplies. Power supplies were considered chassis by BMCWeb as a short-term solution, but they have been moved to the Power schema. * Add the power supply sensors to the "chassis" <-> "all_sensors" association for the top level chassis. * Add other missing power sensors to the "chassis" <-> "all_sensors" association for the top level chassis. These associations were temporarily removed due to limitations in the BMCWeb support for power sensors. These limitations have been addressed. See https://github.com/openbmc/docs/blob/master/sensor-architecture.md for more information on sensor associations used by BMCWeb. (From meta-ibm rev: a1c35f612f58e5453fe988d59db21a8673fdcfa4) Change-Id: Ibea5bdea58711e96faff4937ecccedcc695d9ba4 Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-06Swift: Put in avsbus-enableMatt Spinler6-34/+15
As on Witherspoon, some VRMs on Swift need their AVS buses enabled as part of the power on sequence. The AVS bus connects those VRMs to the processors so the processors can set voltages. On Witherspoon, the sequence was 1. Disable the AVS bus 2. Manually set VRM voltages 3. Enable AVS bus Currently on Swift there is no need to manually set voltages, so the AVS bus disable service and script isn't required. Tested: Tested on swift, and ensured both witherspoon and witherspoon-128 still have all avs scripts and services installed. (From meta-ibm rev: f1ceece0b75a4522ef3089319b12d22fd83ed9ef) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: Ifd7ebdd5ec3dcdfef97c04e666d83fcb4991b452 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-06Avahi: Removing Inventory svc dependency from unique hostnameasmithakarun1-2/+0
xyz-openbmc-project-inventory.service dependency is removed from first-boot-set-hostname service. Unique hostname service may depend only on the VPD parser service, which has dependency on the Inventory service. (From meta-openpower rev: 3c830d7d08a729935e1ed9eece82a2a64ca693cc) Signed-off-by: asmithakarun <asmithkr@in.ibm.com> Change-Id: Ib4445d418ce5f64676b1758ba3d7b216f54d7964 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-06phosphor-state-manager: srcrev bump d6fe3150e1..27115aec88Andrew Geissler1-1/+1
Aatir Manzur (1): Blackout error logging (From meta-phosphor rev: a98b5c9b9616cc121ceecf5476777322ec7df2b8) Change-Id: Ica4e30e00b86a2cf0b351e72f268caa79ca35c1b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-06phosphor-ipmi-flash: srcrev bump 0caec99f78..9cce5a2672Andrew Geissler1-1/+1
Patrick Venture (6): bmc: move verify systemd mode to parameter bmc: add mode json option for verification systemd bmc: allow update to use systemd with path bmc: s/SystemdVerification/SystemdWithStatusFile/g bmc: cleanup verification language and symbols bmc: buildjson: provide helper for common filesystemd type (From meta-phosphor rev: be2168e29611d021036fdef0cf870c2e2c9312c7) Change-Id: Iff562a6251791623395b98ca66f39365060f754d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-06uart-render-controller: srcrev bump 14decab20f..26ac7f7bd6Jeremy Kerr1-1/+1
Jeremy Kerr (1): Fix error when VGA scratch register has high bits set (From meta-phosphor rev: 8be9b74f9b751d5335e1b51bd3683ff480231dc8) Change-Id: I3c4a8ccea764c9a477a0a8e3b245db489ffa1557 Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-06fp5280g2: Add ipmi configs for psuGeorge Liu1-1/+169
Tested: Manually verified sensor and sel are corrected on fp5280g2 for psu via ipmitool commands. (From meta-inspur rev: 74822749ef5e8a7197658af3eb1715cd85255d6d) Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I0a0fe8d837be3817b6dc7048d35ffda7892e62c7 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-06meta-phosphor: inarp: drop unused recipePatrick Venture2-30/+0
(From meta-phosphor rev: 2a567ce0937943244d8156e6c4fca80a43d8cbac) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I81bc4618795d3c2d22c74cb9423e94cde14d96a0 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-06entity-manager: srcrev bump 64fd7e2ac0..e375400291Andrew Geissler1-1/+1
Patrick Venture (2): devices: add i2c eeprom 24C64 type frudevice: include filesystem header explicitly (From meta-phosphor rev: e10007dcbdde8124497b343871cb0b0fa666c86d) Change-Id: Id697b5d8054efa62291a7e7c5a7623ea7f53ea76 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-06phosphor-logging: srcrev bump 0a2c1a2332..3fb83b3787Andrew Geissler1-1/+1
Matt Spinler (15): Add libstdc++fs to test_ldflags Makefile var PEL: Add class to wrap AdditionalData PEL: Add PEL Manager class PEL: Add Stream class to manipulate PEL data PEL: Add BCD time helpers for PELs PEL: Add PEL section header structure PEL: Add PrivateHeader class PEL: Add UserHeader class PEL: Add function to generate unique PEL IDs PEL: Add PEL class PEL: Add repository to save PELs PEL: Remove a PEL based on an ID PEL: New repository method to get PEL data Factor out log creation code common code. Implement Logging.Create interface (From meta-phosphor rev: d5d70cf023e723b6a0f9cd79679048546efc8a1f) Change-Id: Ic031986092bf8bfe36a8484769f0f3becebbc8b2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-06phosphor-ipmi-flash: srcrev bump cf0e5de3f8..0caec99f78Andrew Geissler1-1/+1
Patrick Venture (2): bugfix: bmc: update service requires mode bmc: json configuration: update: add mode parameter (From meta-phosphor rev: 237f7ff3f2c9769533d7cc5932168b1ba9205501) Change-Id: I60e460f3f68a8fbf6eed8c458e26056638304bf1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-06entity-manager: srcrev bump a39ff4bacf..64fd7e2ac0Andrew Geissler1-1/+1
Patrick Venture (2): frudevice: bail early on invalid header frudevice: bail on area_offset == 0 (From meta-phosphor rev: 04616bed77228078df2411564044b9380d799eb7) Change-Id: I220331ba20bc65fd938f0ff38acc89d669af4fcd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-06phosphor-webui: srcrev bump c9c8e67bce..c81cdd4accAndrew Geissler1-1/+1
Ed Tanous (1): Fix IE11 support Zbigniew Kurzynski (1): Extending certificate table with Issuer and Subject columns. (From meta-phosphor rev: caa3efedc509e8791340c8c8599b74c9593f230e) Change-Id: Ibe68cba9484cb2b4b458f55fa2e029c20a491e74 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-06phosphor-host-ipmid: srcrev bump c86045cb77..45e93cbae0Andrew Geissler1-1/+1
Patrick Venture (1): fru: use ipmifruproperty for property lookup (From meta-phosphor rev: b2ff60b5c06440bb3e510a61d0ad7d71e6f58c21) Change-Id: I5e06113370b3117fcf80f2c46ee2580428898b14 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-06zaius: phosphor-hwmon config: Add errnos to OCC REMOVERCSEddie James2-0/+2
Add errnos produced by the OCC driver stack to the REMOVERCS environment configuration. Zaius has a persistent issue with OCC unbind operations taking too long during host power off, resulting in hwmon errors as phosphor-hwmon attempts to poll the OCC. (From meta-ingrasys rev: b821af616c2bca5021bd28d80209341328371225) Signed-off-by: Eddie James <eajames@linux.ibm.com> Change-Id: Id010a7269e641d81f1b074565d2c684a2c8e04ea Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-05phosphor-led-sysfs: srcrev bump 97ddb72359..9e500aa81bAndrew Geissler1-1/+1
tony lee (1): Fix an issue and read Period from D-bus (From meta-phosphor rev: a9d42aca459cad4d5306fa5e00fd067d148531ec) Change-Id: I46dbb535c8b5c1d59d72cfb198684e07a7af88b5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-08-05entity-manager: srcrev bump 98e0cf346a..a39ff4bacfAndrew Geissler1-1/+1
Jae Hyun Yoo (1): Remove 'XeonCPU' from export template (From meta-phosphor rev: 764773d6711b1750a99b174db3742b1f2c0952b6) Change-Id: I507b2732599461f86cfb01c0f2b736dcbce9ec72 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>