summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-07-10openpower-vpd-parser: srcrev bump 31970ded12..0859eb65d6Andrew Geissler1-1/+1
PriyangaRamasamy (3): VPD tool : dumpInventory & dumpObject VPD tool : Read Keyword option VPD Tool: Write keyword command line interface Santosh Puranik (2): Add Location Codes to Inventory Add support to copy records SunnySrivastava1984 (8): VPD-Manager app skeleton JSON parser for VPD manager app Common file to hold all constant values Editor implementation for VPD manager Editor implementation update for VPD-Manager app. Process json for Extra and Common Interfaces DBus calls to update VPD cache data for Interfaces Merge of vpd_manager meson script with repo meson (From meta-openpower rev: b8886fc8989149d3fdae2552f3f97a720f54bdd0) Change-Id: Ice6dbeee67e5834cd3d2d8aa8668c416b908bd64 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-10dbus-sensors: srcrev bump 8fb0a0138f..961bf09a2cAndrew Geissler1-1/+1
James Feist (2): ipmbsensor: simplify reading Standardize read errors (From meta-phosphor rev: ee67f60b52ce1cdfde74901001739614d2c6baa3) Change-Id: I49402d874ae471e0c46729c724d25f8f476bd479 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-10phosphor-ipmi-blobs-binarystore: srcrev bump 1a25e0d16e..e496b2bb47Andrew Geissler1-1/+1
Patrick Venture (3): test: fixup boost endian change splits objects into separate headers maxSize parameter to binarystore unused (From meta-phosphor rev: 3a355a3cc6a666614e4a0c608f9ecbbd8c91eee5) Change-Id: I1818e9d65f8022e2c05a2b80c114e9978759db5b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-10phosphor-pid-control: srcrev bump 8154e326e9..4b36f265a1Andrew Geissler1-1/+1
James Feist (2): Fix unit test Mark sensor failed if non-functional (From meta-phosphor rev: 842a6f768c7c7c704bdf63f910ca402c5c888bbb) Change-Id: I62b200169baa4b99cc1acc90f8579ce6a8c99e58 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-10phosphor-power: srcrev bump 1d7a7df893..833b8e07e8Andrew Geissler1-1/+1
Bob King (1): regulators: Add SensorMonitoring::execute() (From meta-phosphor rev: 8d0ee4f25857d753efbaedc058869fab92b11326) Change-Id: Iec693a72cd04642022f6b5bf947754e3331a5b1e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-10pldm: srcrev bump 6876f1222b..7246e0cdceAndrew Geissler1-1/+1
Chicago Duan (1): Implement the PLDM.Event interface Deepak Kodihalli (1): host-bmc PDR flow: support refreshEntireRepository (From meta-phosphor rev: fb7438b360145afc8126a30e8e2ab846cc02ea28) Change-Id: Iead06204d7240082cde3c55fcb62b9ec383f0ad2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-10bmcweb: srcrev bump b99fb1a9b8..faf1f433cdAndrew Geissler1-1/+1
James Feist (1): Fix Cmake Message Kuiying Wang (1): Fix -1 issue when fan collection size is 0. (From meta-phosphor rev: 4ab0dfed8d2e08ef43de0059bc64c92c51a1a308) Change-Id: I210b51117634a1069b7a6415d7c80cfeb2e008ef Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-10phosphor-host-ipmid: srcrev bump 785223a686..a5ae77282bAndrew Geissler1-1/+1
Jayaprakash Mutyala (2): apphandler: Fix for total session slots count Fix for get Channel Info cmd for reserved channels Patrick Venture (1): ipmi_fru_info_area: remove move calls Snehalatha V (1): apphandler: Fix for get system info command jayaprakash Mutyala (1): apphandler: Fix for set system Info parameter cmd (From meta-phosphor rev: 8dcc4e42eee391a19d63835139fb980ebb3aa1a8) Change-Id: I79059414185d635119c6218c8c37721facf3764d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-10webui-vue: srcrev bump 55888a1ca8..2f8bbbfe19Andrew Geissler1-1/+1
Sukanya Pandey (1): Add code for Serial Over LAN Yoshie Muranaka (1): Add server LED switch calls to Overview page (From meta-phosphor rev: fa8017385b26a5c0e36bae188711d18d6e61720d) Change-Id: I41212c4344023295ae9defe3a59a4c2dcc82503f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-10Add phosphor-image-signing if verify_signature is enabledAdriana Kobylak2-1/+1
The phosphor-image-signing adds the public key to the BMC rootfs and it was added if the UBI distro was enabled. The phosphor-software-manager supports signature verification regardless of the choice of BMC layout, so add it based if the signature verification config (verify_signture) is enabled. Otherwise the user would need to know that the package phosphor-image-signing needed to be added if the signature verification config was enabled, which is not intuitive. This way it's done automatically. Tested: Verified that adding verify_signature resulted in the /etc/activationdata/ directory being added to the BMC rootfs, and without it no directory was created. (From meta-phosphor rev: 379f327e91542e7b2c3c4fb6b41b325b1a0a3412) Change-Id: If0137b75f6de3b3087389c98229c85c346804912 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-10meta-facebook: meta-yosemitev2: add support for host console in SPLManikandan Elumalai2-2/+187
This feature adds four 1S server console through debug card connected to YosemiteV2 during boot. Tested: BMC and four 1 server uart console message getting through USB debug card by change position in the knob (Adaptor card). The YV2 needs to power ON after every change in the knob position to take effect and run time debug console handler will take care by application after boot. (From meta-facebook rev: bf07eebdca7175ded4c96185fe4b182e55d09772) Signed-off-by: Manikandan Elumalai <manikandan.hcl.ers.epl@gmail.com> Change-Id: I66939c8a04cd8fa97b6fdae91ed0b52086c8d0d5 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-10meta-quanta: gbs: add GBS Entity Association MapGeorge Hung2-0/+45
Add entity association map for Google OEM IPMI command (get entity name) Tested: For example, get entity name, "fan0": ~# ipmitool raw 0x2e 0x32 0x79 0x2b 0x00 0x06 0x1d 0x00 79 2b 00 06 05 2f 66 61 6e 30 (From meta-quanta rev: 52ce287bfcb8c7a4cdeb07fcd80903af5a0dd26b) Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I173da270c29745518293133597a5a389d17bf1ce Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-10meta-quanta: gbs: add hwmon sensorsGeorge Hung17-0/+1036
Define the configuration files of the related sensors and test pass 0001-lev-add-poweron-monitor-feature.patch In-Review: https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-hwmon/+/28181 0002-lev-add-sensors-slow-readings.patch In-Review: https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-hwmon/+/24337 (From meta-quanta rev: a66f2b941cede5fc15fe0d6d56ca2ac9352fdf77) Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: If7f767cbd952cde593e03d30c45572a21cc7c960 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-09pldm: srcrev bump 15bff55bf1..6876f1222bAndrew Geissler1-1/+1
Adriana Kobylak (1): file_io_type_lid.hpp: Support patch path Zach Clark (1): Add encoders for state sensor/effecter PDRs and sensor event data (From meta-phosphor rev: d2b5a981448c68d8d48161b6497fae4e5ab902f7) Change-Id: I4af97234dc784140c8781537ac010b3c8a9516ae Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-09webui-vue: srcrev bump 31bf55af57..55888a1ca8Andrew Geissler1-1/+1
Dixsie Wolmers (1): Add test hooks to network settings page Gunnar Mills (2): Spelling: sed -i 's/intial/initial/g' Codespell spelling fixes (From meta-phosphor rev: 758c420d9b450dce28fdc5d8148b2f0f50317dff) Change-Id: I041f1a6addd5e4f664df0414b874dec77b5a4be6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-09phosphor-net-ipmid: srcrev bump 5b114ed728..ecb32fbc69Andrew Geissler1-1/+1
AppaRao Puli (1): Add channel access mode check for ipmi commands. (From meta-phosphor rev: 5c9d4622cf75c7b7fd8406f2c58e226f2c5ffcc7) Change-Id: I2f8850f365f035628f9586b732a3d4ae78a7f2ba Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-09phosphor-led-manager: srcrev bump 937a0bde18..17fcb4d96aAndrew Geissler1-1/+1
George Liu (1): Validate the priority of an LED is same (From meta-phosphor rev: 5c79e2631176811ea26d2c502ef109d870c5c8b0) Change-Id: Icd2c9da880dc73210ea5100b457a898ce57cf3b1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-09service-config-manager: srcrev bump 83241c09ec..67d445d5daAndrew Geissler1-1/+1
Tom Joseph (2): Add .gitignore Remove support for CMakeLists.txt (From meta-phosphor rev: 0452b1a6f0a149c15595eb785aed451b1238fb88) Change-Id: Ic879a2b1947098b5cc7d727db7fbab7434d75d67 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-09bmcweb: srcrev bump 07941a881d..b99fb1a9b8Andrew Geissler1-1/+1
AppaRao Puli (1): Fix: ignore D-Bus error if not mandatory property Sunitha Harish (1): Update the DBus path for hypervisor ethernet interface (From meta-phosphor rev: 1c3ef19db949418c963a937fc8828966c0177a08) Change-Id: I38fdd612f884bba5c6e6e2fd0dbf2c9cae11055f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-09meta-phosphor: nuvoton-layer: postd: only set SNOOP_DEVICE for npcm7xxBenjamin Fair1-3/+1
This allows non-Nuvoton devices to build successfully, even if the Nuvoton layer is enabled. (From meta-phosphor rev: fa488de8cffc79be45cc069ca0b483abf9dfb04f) Change-Id: I1dd1833d4f6ea56c38ce021160cd6cc86f690b5f Signed-off-by: Benjamin Fair <benjaminfair@google.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-08pldm: srcrev bump c0c6054c33..15bff55bf1Andrew Geissler1-1/+1
George Liu (2): libpldmresponder: create PDR when the D-Bus object path exists configurations: add PDR relate to timed power on effecter to 11.json Pavithra Barithaya (2): oem-ibm/libpldm : Implement encode/decode for GetFileTable pldmtool : File table parsing Sridevi Ramesh (1): pldmtool: Implement GetFRURecordTable. Tom Joseph (4): pldmtool: Refactor the code for tracing the PDR header pldmtool: Add parser for State Sensor PDR pldmtool: Refactor printStateEffecterPDR sensor_event: Correct the D-Bus object path (From meta-phosphor rev: 22ee1bc9f6b3ce29da0c290734d6e715b9971363) Change-Id: I8ddfa798d4fc35f23d99e7c818861da223d06f83 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-08libmctp: srcrev bump b942e3a34d..3ac70d6257Andrew Geissler1-1/+1
Andrew Jeffery (1): core: Fix off-by-one assertion in mctp_pktbuf_alloc_end (From meta-phosphor rev: f27b5b27d4b573fbaac510c7455c3b5b80ba4466) Change-Id: Ic9e7a65e0b9f06cd2734c1b3bba29750a8125b54 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-08phosphor-host-ipmid: srcrev bump 65265369af..785223a686Andrew Geissler1-1/+1
srikanta mondal (1): Removal of OEM privilege setting for User (From meta-phosphor rev: c471136b00aec8c3a0367ed5caff919dd0000e2b) Change-Id: I286cd119975ab5df4be9656c4abb68cbc768c2bb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-08phosphor-bmc-code-mgmt: srcrev bump f7a69e1adf..ebcc194044Andrew Geissler1-1/+1
James Feist (1): Add new error types (From meta-phosphor rev: 9840b8aee78563ccf4bde3fc35db856706c47998) Change-Id: I5efc79a747106f30aad7b62a2d58ad92765a427e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-08disable warm reboot on witherspoonAndrew Geissler1-0/+1
The concept of warm reboot (reboot the host without removing chassis power) was added a while back as a part of clarifying support for the Redfish ComputerSystem.Reset Action. It has since been found that some IBM hardware, including Witherspoon, does not support warm reboots. The issue is intermittent and depends on the reboot being requested while the host is in the middle of some i2c transactions. If a warm reboot occurs during this window, then on the subsequent boot the i2c hardware will be in a bad state and the host firmware is unable to recover it. Given this issue, it has been requested that BMC software go back to doing cold reboots (cycling power to the chassis during any reboot request) on this hardware. The issue has only been reported on Witherspoon so for now only disable it on that platform. Tested: - Verified within QEMU that an image with this commit used the cold reboot target during a warm reboot request (From meta-ibm rev: 567a8dcf84dfb74e7bd27d6239be2878fcacdde6) Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I8d77c5e8bf7378a3d1accc79b510f14626a333e5 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-08Add DHCP D-Bus objects for Hypervisor Virtual Management InterfaceSunitha Harish2-1/+24
This commit adds the D-Bus objects to enable the DHCP on the hypervisor's virtual management interface. New attributes are : 1. DHCPEnabled - At Interface level. Values will be "v4/v6/both/none". Default is "none" 2. Enabled - At IPv4 object level : To indicate if the Virtual Management Interface has consumed the IP address or not. Tested By: 1. busctl introspect xyz.openbmc_project.Settings /xyz/openbmc_project/network/hypervisor 2. busctl introspect xyz.openbmc_project.Settings /xyz/openbmc_project/network/hypervisor/eth0 3. busctl introspect xyz.openbmc_project.Settings /xyz/openbmc_project/network/hypervisor/eth0/ipv4/addr0 4. On rainier : similar tests for eth1 (From meta-ibm rev: 988412a2463a58f85f50648f9497a8779203087e) Signed-off-by: Sunitha Harish <sunithaharish04@gmail.com> Change-Id: I734347a8953cd11955eeaacfd67b815810587046 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-08Add Hypervisor Virtual Management D-Bus interface objectsSunitha Harish3-0/+94
This commit adds a new yaml file for holding the Hypervisor's Virtual Management Interface's network objects. This models two ethernet interfaces to the hypervisor and its static IPv4 attributes. Tested by: busctl tree xyz.openbmc_project.Settings (From meta-ibm rev: ae4ab28128052a57f8ddd4c910e27e04f92305d6) Signed-off-by: Sunitha Harish <sunithaharish04@gmail.com> Change-Id: I9a32d943867d26fbf215f248ab944e6f8750f415 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-08Update phosphor-powr build for Rainier IBM VPDBrandon Wyman1-1/+2
The phosphor-power updates for Rainier power supply VPD collection introduces ibm-vpd configuration option. Use -Dibm-vpd=true for Rainier builds. See Change-Id: I431ae3ec8a9cb9c80a824029f110d5fd58a7d5d8 (From meta-ibm rev: 2f9e6a3b7be4ad5ff15344a6c63fa7577ccac6bf) Change-Id: I14f9e573cc905fad72ea23c1195cb685f4be8c4c Signed-off-by: Brandon Wyman <bjwyman@gmail.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-08meta-quanta: add Brandon Kim to MAINTAINERSBenjamin Fair1-0/+1
Brandon has done high quality reviews of many recent meta-quanta patches. (From meta-quanta rev: fc15e6cd74245f0af5e2ddc9d977a4cef78d21bf) Change-Id: I5db86aa1e87cf770a2a1556665b1b06afb79267d Signed-off-by: Benjamin Fair <benjaminfair@google.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-08MAINTAINERS: add benjaminfair@ as a maintainerWilliam A. Kennington III1-0/+1
(From meta-google rev: 37a453c144b531981c3affd0b55fffa1228afc14) Change-Id: Ia9ec69820ec2d1c52977a94ddcbea44f4f88e442 Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-08MAINTAINERS: add wak@ as a maintainerWilliam A. Kennington III1-0/+1
(From meta-google rev: 07857dbb7eee6d7992710e15eae7d2f013cf18c3) Change-Id: I49f02ea38f929f9dfbc0e5b059dd135cfeb3c047 Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-06meta-nicole: phosphor-ipmi-host: Add support for boot initiator mailboxIvan Mikhaylov2-0/+478
Add handlers to process the chassis system option 7 (boot initiator mailbox). The format of mailbox is specific to the machine/bootloader. This commit only adds generic handlers to process getting and setting of the mailbox data regardless of the content. Only the IANA Enterprise number is checked in the data block 0. Also checked are the data boundaries. It is expected that a machine-specific override for phosphor-settingsd sets the supported state and the IANA number according to the used bootloader. (From meta-yadro rev: ef10645f38d431598fe0a2bce98cb656354df01e) Signed-off-by: Alexander Amelkin <a.amelkin@yadro.com> Signed-off-by: Ivan Mikhaylov <i.mikhaylov@yadro.com> Change-Id: I819e2f8ef9d7ddfbadacc5d5bcb6c4fbf98271a0 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-06meta-nicole: phosphor-ipmi-host: Add support for persistent-only settingsIvan Mikhaylov2-0/+97
Some settings such as Boot Initiator Mailbox do not support one-time setting mode (as per IPMI 2.0 specification). This commit adds support for such persistent-only settings. (From meta-yadro rev: 10458e3a5362815e0f4dc45a103cbdda3165b856) Signed-off-by: Alexander Amelkin <a.amelkin@yadro.com> Signed-off-by: Ivan Mikhaylov <i.mikhaylov@yadro.com> Change-Id: I44a00b9c19e12e2165a311f6b2867509ee911c80 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-06meta-nicole: phosphor-settingsd: Add boot mailbox interfaceIvan Mikhaylov2-0/+18
Add defaults for Control/Boot/Mailbox interface so that phosphor-settingsd could implement and handle it. (From meta-yadro rev: 548286c74a67e8043679be69a47f00325947a327) Signed-off-by: Alexander Amelkin <a.amelkin@yadro.com> Signed-off-by: Ivan Mikhaylov <i.mikhaylov@yadro.com> Change-Id: I24e302fdcce21de7e570e4edc592dd97bf4a8df6 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-06meta-nicole: phosphor-dbus-interfaces: Add boot initiator mailbox interfaceIvan Mikhaylov2-0/+78
Add the xyz.openbmc_project.Control.Boot.Mailbox interface to allow for provision of the boot initiator (such as Petitboot or UEFI) with its specific parameters. This is based on IPMI 2.0 Table 28-14 'Boot Option Parameters' parameter 7 'Boot initiator mailbox'. (From meta-yadro rev: 8a37d4554c77f6b3b93fea17eae46b0124b42d28) Signed-off-by: Alexander Amelkin <a.amelkin@yadro.com> Signed-off-by: Ivan Mikhaylov <i.mikhaylov@yadro.com> Change-Id: I231b8658d47d331d0af665b8ccb86da5ea8b2845 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-06x86-power-control: srcrev bump 95f631c2f0..273d789718Andrew Geissler1-1/+1
Jason M. Bills (1): Remove shut down on VR watchdog timeout (From meta-phosphor rev: 6fa07f3279adc684f71b3ee6e5c3d8b8e39ca964) Change-Id: Ib90c248e5368ba77c960a82e1653aec75809e092 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-06bmcweb: srcrev bump 4bbf237f42..07941a881dAndrew Geissler1-1/+1
Ayushi Smriti (1): Support the $filter query params for SSE stream (From meta-phosphor rev: ae6573ed6f0edf7edc9c4fd3c003e630b6fb4b79) Change-Id: Ic4be0879c52426c9a9d7f6c5dc71c5ab9db10f7d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-06webui-vue: srcrev bump 6173bc6110..31bf55af57Andrew Geissler1-1/+1
Dixsie Wolmers (1): Add test hooks to overview page SurenNeware (1): Add Toast Notification to ServerLED page (From meta-phosphor rev: 33fdb3b6e8a06120d040fde73d7cddb6529a93fd) Change-Id: I21a84834bb3a7a5df64321d112dcb5550f5e504d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-06phosphor-logging: srcrev bump 01648f5a03..f61f292131Andrew Geissler1-1/+1
Matt Spinler (1): Support reading VERSION_ID without quotes (From meta-phosphor rev: 1b5b52869bbe0f17fba52b7e4b593797083b6477) Change-Id: I46f0190e3a683b092909ba1af8daacc28125d36a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-06phosphor-webui: srcrev bump 1578b87ebe..2e1eec80deAndrew Geissler1-1/+1
Zev Weiss (1): Fix SENSOR_SORT_ORDER array (From meta-phosphor rev: 39cc8ac5f0a9b7caabeadba6b77f611bc4e488ab) Change-Id: If0e044edb661995dbcd651abd61412e608babe42 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-06entity-manager: srcrev bump 4fa1d39954..ac09fe44dbAndrew Geissler1-1/+1
Josh Lehan (1): Add SBTSI device to i2c h2mon new_device list (From meta-phosphor rev: ea2799d2ff9d5d1d4f36279e49315494b9a9c239) Change-Id: Ifc8b436ab2d65be51d60e6fdfceebc49c603b87c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-06dbus-sensors: srcrev bump 0eee0c193d..8fb0a0138fAndrew Geissler1-1/+1
Josh Lehan (1): hwmontemp: Add SBTSI device to whitelist (From meta-phosphor rev: 55670f5b34c9ea111ec685c43d72f2b44d2ee35b) Change-Id: I8860a2d4b23be6be242d4e2878e7f7ce3874c731 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-06phosphor-led-manager: srcrev bump a6c18f8d8b..937a0bde18Andrew Geissler1-1/+1
George Liu (4): Update led-manager to use JSON build: check for JSON header Change the key [name] to [Name] in members property Fix: Use YAML config by default (From meta-phosphor rev: 05e3824092ca4daf5a639a47a3afd91f7791ff77) Change-Id: I8ebed280abbc62ab14ae87f9c1242d9138dc347c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-06pldm: srcrev bump fe4d88bb9e..c0c6054c33Andrew Geissler1-1/+1
Deepak Kodihalli (2): pldmtool: fixup uninitialized variable libpldmresponder: PDR: check config dir John Wang (3): libpldm: Add encode/decode APIs for GetFRURecordByOption libpldmresponder: Implement GetFRURecordByOption pldmtool: Implement GetFRURecordByOption Sampa Misra (1): pldmd: fix creation of HostEffecterParser object (From meta-phosphor rev: a853cff225be54574aa309a36e555780ecd04bef) Change-Id: Ie2759a0313c36b8cf043ae2ecc31730e6d92ac91 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-06sdbusplus: srcrev bump 1b7a58871c..738e45debaAndrew Geissler1-1/+1
Patrick Williams (1): sdbus++: server: fix PropertyVariant order (From meta-phosphor rev: 3cac56494f7c76057a3a0ac4c33f98554d1c503a) Change-Id: I926a996a6df12eb92f33959c39947eb5cecaa09a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-06pfr-manager: srcrev bump 019ad89d45..486b00ab8fAndrew Geissler1-1/+1
AppaRao Puli (1): Fix: remove "intel-" prefix for binary (From meta-intel rev: ff40bdeae15d0c5c46b2d3403943fb6326e80d4c) Change-Id: Ic4719ad1a62201cb6bd5b2056e3ff7a0ebf1a5b5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-06intel-ipmi-oem: srcrev bump e4f710d7d9..2030d7c8ebAndrew Geissler1-1/+1
srikanta mondal (1): oemcommands: Implement OEM Get Reading command (From meta-intel rev: 050750f3574bbf22b3a5d91f0bcc758571cef965) Change-Id: Iddcc7585c02c2e7f18ef677eeeb3ba3fdbdb32c2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-03fans:monitor:witherspoon: Enable JSON configMatthew Barth2-80/+4
Use the installed `config.json` as the fan monitoring configuration to load at runtime. This replaces the need of the build time YAML `monitor.yaml` configuration. Tested: `monitor.yaml` removed from build image staging location Built/powered on image using the `config.json` file (From meta-ibm rev: 27be42e03193352d7c7ee51784448cb06d1b8e2c) Change-Id: I80c268b26dddd820e7c9c640eab2d39452ab3a29 Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-03webui-vue: srcrev bump 74466b8529..6173bc6110Andrew Geissler1-1/+1
Derick Montague (1): Resolve LoadingBar accessibility issue Yoshie Muranaka (2): Add search input to event logs page Create separate LoginLayout component (From meta-phosphor rev: dcac0172984ba566a93c2b0b1eec99efd0337046) Change-Id: I207a80966da5a6a40c7e3a2350fc9bc2d53a3e5c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-03phosphor-dbus-interfaces: srcrev bump 39ceb2fbae..77a742627eAndrew Geissler1-1/+1
Suryakanth Sekar (1): Dbus Interface Remote BIOS configuration (From meta-phosphor rev: a378367c62b19e3f51da82f50236f1abd6013f7c) Change-Id: Iecbc888e2468c3d8693b7c95bed0756632b5ef89 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>