summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-12-10phosphor-host-ipmid: srcrev bump d950f410b7..778f65973bAndrew Geissler1-1/+1
Konstantin Aladyshev (2): Don't throw exception if FRU inventory path is not present Add support for setting threshold comparison status Change-Id: Ia7513495682ba6b96fcf190d55ea1e8a3998b221 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-10phosphor-logging: srcrev bump c30f00a32f..dd4bd482f1Andrew Geissler1-1/+1
Zane Shelley (1): PEL: openpower-hw-diags informational registry entry Change-Id: Ib16ef1ea04c300372185fe1598a0c552a934cd07 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-10phosphor-networkd: srcrev bump afa4032d8f..b353ba0dcfAndrew Geissler1-1/+1
Johnathan Mantey (1): Fix missing line-feed for DHCPv6Client entry Change-Id: I642aa6a83442c772777177e38833cfdffbf7da07 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-10dbus-sensors: srcrev bump 57574ad52b..0e68f19968Andrew Geissler1-1/+1
Bruce Mitchell (1): DPS310 temperature pressure, SI7020 temperature Ed Tanous (1): Make list single line Howard Chiu (1): PSUSensor: Add MP5023 into whitelist Paul Fertser (1): Revert "Add beep support for PSU" Change-Id: I154914813834ec2cbb95e6f3880bf8f04a9f3057 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-10openpower-proc-control: srcrev bump 381c3e3449..f9152b91f2Andrew Geissler1-1/+1
Ramesh Iyyar (2): README: Updated the build steps PHAL: Set HardwareIsolation policy before start the host Change-Id: I843d7318baf5656f99a05c59609a5a1d0ed7742e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-10entity-manager: srcrev bump c1a4bb4a5e..a9c5892927Andrew Geissler1-1/+1
Andrew Jeffery (1): entity-manager: Search sysconfdir for configurations Bruce Mitchell (2): entity-manager: Support for DPS310 and SI7020 Rainier entity-manager: Support DPS310 and SI7020 Everest Change-Id: I5a48832cf0c3e1138cc5e142f751110fc5ea3ad8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-10pldm: srcrev bump 872f0f6938..27403f46dbAndrew Geissler1-1/+1
Brad Bishop (2): pldmtool: oem: ibm: add missing header pldmtool: oem: ibm: untangle header dependencies George Liu (1): Remove duplicate LID_STAGING_DIR Change-Id: I4addd1073f78ebc04636321764325a59cc07709b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-10phosphor-power: srcrev bump 9ba382357e..a169b0f9d2Andrew Geissler1-1/+1
Brandon Wyman (1): psu-ng: IBM FN goes to SparePartNumber Jim Wright (1): pseq: Retrieve compatible systems from EM Change-Id: I5286aec0866dd7b36766e1b3cc1adc87165a13d9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-10phosphor-dbus-interfaces: srcrev bump e0764cf41d..36ed8ad2b4Andrew Geissler1-1/+1
Carlos J. Mazieri (1): software: define multi-slot/multi-device update Jason M. Bills (1): Add interface for sending raw PECI commands Patrick Williams (2): software: remove old TODO software: leverage Compatible strings Shawn McCarney (1): Add UPower Device interface Change-Id: I0848a17e3338a3ccbcf1071df8918ed7b5f2b7e7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-10openpower-hw-diags: srcrev bump ebff0d375e..ec227c2cf9Andrew Geissler1-1/+1
Zane Shelley (4): Apply resolutions based on analysis type Set guard policy based on analysis type Add informational PEL for manual analysis change root cause filter based on analysis type Change-Id: I74d06977702bd2b233776a21a50a0084ab170abe Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-10openpower-pnor-code-mgmt: srcrev bump 3ce1a4cbd2..5e0b2375b2Andrew Geissler1-1/+1
Adriana Kobylak (1): openssl: stop using deprecated SHA512_* functions Change-Id: Ibe01f9a4b93de1303058365f7b2f1460f1d13370 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-10phosphor-bmc-code-mgmt: srcrev bump d75c869d07..0890ab9453Andrew Geissler1-1/+1
Patrick Williams (2): openssl: stop using deprecated SHA512_* functions openssl: test: stop using deprecated SHA512_* functions Change-Id: I311c37183df9ef9335d6d3adf69ffe008dcbfdf1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-10meta-yosemitev2: Fixing the u-boot console debugging.Logananth Sundararaj2-70/+48
Removed the debug uboot console prints. Initialized the baudrate to 57600. Signed-off-by: Logananth Sundararaj <logananth.s@hcl.com> Change-Id: Ia6cd59e3d6a8a0d73d6a6113c60e13bba0f90b22
2021-12-10gbmc-ncsi-config: Stop ncsid if special RA is receivedWilliam A. Kennington III1-0/+3
The receipt of the RA is indicative of a non-NCSI configuration so we can shut down the daemon in this instance. Change-Id: Iff958be408cff853973bd335f2459cd3d9bca0e0 Signed-off-by: William A. Kennington III <wak@google.com>
2021-12-09meta-ibm: Add partition SAI and platform SAI as fault indicator objectsLakshminarayana R. Kammath3-0/+54
phosphor-led-manager already has platform and partition system attention indicator D-Bus objects implementing xyz.openbmc_project.Led.Group. but, was not added to association json which this commit is doing. Signed-off-by: Lakshminarayana R. Kammath <lkammath@in.ibm.com> Change-Id: I3803cbb2d07626e3af6474ea8e74d987f4a963b0
2021-12-09meta-ampere: mtjade: don't configure OCP GPIO when BMC rebootedThang Q. Nguyen2-5/+7
Configure OCP_AUX_PWREN and/or OCP_MAIN_PWREN GPIOs, even without changing their values, make the OCP power glitched which consequently makes the Host OS generates many calltrace message. When BMC is rebooted, the ampere-gpio-poweron@service service is triggered that reconfigure these GPIOs. This comit prevents this case by checking if the Host is currently ON to skip the reconfiguration. Tested: 1. Boot the BMC and Host CPU. 2. Reboot BMC. Ensure no call trace for OCP Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com> Change-Id: I621e025adf72baf84bffd011ea0e04229f739755
2021-12-09x86-power-control: srcrev bump 6ce234ecae..85e111ed69Andrew Geissler1-1/+1
Logananth Sundararaj (1): Changes for dbus based gpio config. Change-Id: I071c72e0edb6626d2a58311fbdb589182c988f6e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-09openpower-proc-control: srcrev bump 0ac7c38f64..381c3e3449Andrew Geissler1-1/+1
Jayanth Othayoth (7): Add TemporaryFile class PHAL: reinitialize the devtree attributes PHAL: devtree file based attribute override support PHAL: enabled devtree attributes reinit during boot PHAL: threadStopall procedure support P9: threadStopall procedure support pdbg api based op-stop-instructions service updates Marri Devender Rao (1): PHAL: Add callout details for platform related errors Change-Id: I71d429ed84ef59af3adc08d183830cdeae7647ee Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-09phosphor-certificate-manager: srcrev bump 13eba41aab..83e6eab0f0Andrew Geissler1-1/+1
Patrick Williams (1): certificate: fix memory leak Change-Id: I3b7c75ca10667647c07fe21c90b40c9d408c8e63 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-09phosphor-bmc-code-mgmt: srcrev bump 58e18979f5..d75c869d07Andrew Geissler1-1/+1
Patrick Williams (1): openssl: stop using deprecated read_RSAPublicKey Change-Id: Ie541df96d855c2f0fcd88ddca252c6f69c9b43db Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-09openpower-pnor-code-mgmt: srcrev bump 9cbc06b10d..3ce1a4cbd2Andrew Geissler1-1/+1
Adriana Kobylak (1): openssl: stop using deprecated read_RSAPublicKey Change-Id: I988d63c064a4ec4eb1affd4c279a13b63ecd8f61 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-09sdbusplus: srcrev bump 6d83cf539a..4a46eb5aa0Andrew Geissler1-1/+1
Jonathan Doman (1): Make asio::object_server take const ptr to connection Patrick Williams (9): message: shorten message type bus: shorten bus type manager,interface: use shortened types vtable: shorten vtable type slot: shorten slot type slot: explicitly transfer pointer bus: reduce forward declaration for friendship slot: add friended get function object: handle diamond inheritance Change-Id: I9c08386ce8ff448c3ed40e89eba7544d3864bfac Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-09openpower-hw-diags: srcrev bump 611b344212..ebff0d375eAndrew Geissler1-1/+1
Zane Shelley (1): add analysis type to analyzer main function austinfcui (1): Add PDBG callback function for logging with log level Change-Id: I48cf16ae321cf1a21cfa0850dec2ffa3bb343225 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-09phosphor-logging: srcrev bump 002d8cfd20..c30f00a32fAndrew Geissler1-1/+1
Brandon Wyman (1): PEL: Add power supply fan fault Jayanth Othayoth (1): PEL: Add error message registry entry for devtree reinit Change-Id: I5bc87dc0855556882d48ab922c94397940aaf0f5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-09bmcweb: srcrev bump 116c184bd3..f5e29f33e6Andrew Geissler1-1/+1
JunLin Chen (1): Fix bmcweb crash problem when no-auth Patrick Williams (1): span: clean up stray boost headers. Change-Id: Ia0ca226af406ba89090776252d32f0147912c133 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-09phosphor-state-manager: srcrev bump 1e89e62283..68a8c31d82Andrew Geissler1-1/+1
Andrew Geissler (3): host-restart: ensure reason cleared on host stop host-restart: set restart reason on power policy use host-restart: set restart reason on scheduling use Change-Id: Ib4fb725feb3459b4bc34a6c15c30d84a07952b75 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-09entity-manager: srcrev bump 5468c6e953..c1a4bb4a5eAndrew Geissler1-1/+1
Andrew Jeffery (3): EntityManager: Split out PerformScan EntityManager: Split out PerformProbe EntityManager: Clean up use of probeTypes Rashmica Gupta (3): configurations: Add ambient virtual sensor to Blyth Add optional hysteresis field to Thresholds ambient virtual temp: add in thresholds Change-Id: Iff52753ac8800ed01e05d51c8224a3d9c532b07e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-08openpower: pdata devtree file based attribute override supportJayanth Othayoth1-1/+2
attributes tool enabled to track the updates to attributes done using "write" command. This features requires environment variable PDATA_ATTR_OVERRIDE is defined and is pointing to a file path that can be appended to. This commits add support for setting shell context environment variable to enable attribute override for devtree attributes. Refer gerrit review for details https://gerrit.openbmc-project.xyz/c/openbmc/openpower-proc-control/ +/49298 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I744b86018440b6626307d447934152c978f6bd4b
2021-12-08openpower: pdata srcrev bump ..b2c92eff16Jayanth Othayoth1-1/+1
Amitay Isaacs (1): attribute: export attribute to override file during write Jayanth Othayoth (1): Revert "Revert "data: p10: Changed default value as 1 for DISABLE_SECURITY"" Ramesh Iyyar (5): data: p10: Added the OSCREFCLK target data: p10: Added the POSITION attribute scripts: attribute: xml: Added notRequiredInDevTree tag support scripts: genDTS: Added the OSCREFCLK target under the I2C target data: p10: Added clock target support for Rainier system Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: Ib3bc7cd0d784ed009ef783d2ec6e0e2fa1aaeefe
2021-12-08bytedance: g220a: Modify power-control configLotus Xu1-9/+44
Tested: Test on qemu ipmi chassis status cmd work correct Signed-off-by: Lotus Xu <xuxiaohan@bytedance.com> Change-Id: I60d20bf58c21b5c81d5fbad7649c1e2b43351392
2021-12-08phosphor-settings-manager: add `inherit pkgconfig`Patrick Williams1-1/+1
The latest Yocto doesn't give us "pkgconfig" for free in many cases. This repository uses 'PKG_CHECK_MODULES', which relies on pkgconfig. Add the inherit so that it is available in the configure step. Change-Id: I1bcd78d11ec01f7724e3d22ea6812dfc223f2c9c Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2021-12-08webui-vue: srcrev bump cc79a53192..12dc20c370Andrew Geissler1-1/+1
Dixsie Wolmers (3): Network settings redesign - interface settings Network Settings: Add and Delete IPV4 and DNS address Network settings: Edit hostname and MAC address Change-Id: Ic5c428f01638a6c4dbf0cbc2a48869451cb2516f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-08phosphor-networkd: srcrev bump c7cf25f740..afa4032d8fAndrew Geissler1-1/+1
William A. Kennington III (3): ethernet_interface: Remove superfluous logging ethernet_interface: Disable opportunistic DHCPv6 if disabled ethernet_interface: Remove unused function Change-Id: I53720c6611fb742a1fd089979419335826532a4b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-08telemetry: srcrev bump e28aa53dc1..3eb5686571Andrew Geissler1-1/+1
Patrick Williams (3): sensor: add missing header for sdbusplus::bus::match build: fix deprecated meson function meson: fix phosphor-logging dependency Szymon Dompke (1): Add support for AppendLimit and ReportUpdates Change-Id: Idaa4881e5b93cdbbb5c838becea668aa3c3e2393 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-08phosphor-net-ipmid: srcrev bump 5819666c23..af23add2a2Andrew Geissler1-1/+1
Jayaprakash Mutyala (1): Fix for closeSession with invalid session ID Change-Id: Ib6f66a37c1731370d5c5398f0c91f5d3290b6467 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-08phosphor-host-ipmid: srcrev bump 5aae092cab..d950f410b7Andrew Geissler1-1/+1
JeffLin (1): dbus-sdr: Remove suffixs appended by dbus-sensors Willy Tu (1): ipmid: channel: add match function to reset config on network changes Change-Id: Ieb6a391abb62ca3df7e600b8404c44afbc84d7f4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-08dbus-sensors: srcrev bump 04d050669c..57574ad52bAndrew Geissler1-1/+1
Andrew Jeffery (11): NVMeSensorMain: Extract lambda body NVMeSensorMain: Define extractBusNumber() NVMeSensorMain: Define extractSensorName() NVMeSensorMain: Define deriveRootBusPath() NVMeSensorMain: Define deriveRootBus() NVMeSensorMain: Define provideRootBusContext() NVMeSensorMain: Move context definition to where it's used NVMeSensorMain: Make early exits contiguous NVMeSensorMain: Collapse continue conditions NVMeSensorMain: Drop use of baseConfiguration pointer NVMeSensorMain: Avoid context variable Change-Id: I70eff41b9fb80b9269af4c44d90993735b430580 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-08phosphor-fan-presence: srcrev bump 0cb48f3d9a..20afdda364Andrew Geissler1-1/+1
Matthew Barth (1): control: Support state parameter on net decrease target action Change-Id: Ic25fa85028166396630b11c966c1567068a003cc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-08bmcweb: srcrev bump 6afb06d91f..116c184bd3Andrew Geissler1-1/+1
Asmitha Karunanithi (1): Enhance logs for networkd, hypervisor networkd app Ed Tanous (4): /s/boost::beast::span/std::span Enable stringop warnings Remove copies from log services and virtual media Delete the copy constructor on the Request object Krzysztof Grobelny (1): fixed errors in EventService Patrick Williams (1): test: time_utils: fix negative test Change-Id: I0f5edebe1f49da4656740ba99ccc9fbf4046a6c2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-08phosphor-logging: srcrev bump 35e79a803c..002d8cfd20Andrew Geissler1-1/+1
Brandon Wyman (1): PEL: Add power supply PS_Kill fault Ramesh Iyyar (2): PEL: Added the new component id for the op-hw-isolation PEL: Added the new message registry for op-hw-isolation error Change-Id: I4a3ce3d069f9ede38a3fb0cab5f493bda9e10dfc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-08phosphor-led-manager: srcrev bump f178c0f26d..23d5408ba8Andrew Geissler1-1/+1
George Liu (1): Update the clang-format file with latest Change-Id: I5b729a2a3d0b5112047fa190f3a3fe24148158bd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-08openpower-hw-diags: srcrev bump 87cd2f5767..611b344212Andrew Geissler1-1/+1
Ben Tyner (2): attn: Add wait for power fault handling attn: Fix no PEL created when TI info unavailable Zane Shelley (1): change analyzerHardware() to return PEL PLID is created Change-Id: I3b6432213052d3f3763509d106a82ecbb24185df Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-08phosphor-power: srcrev bump 7945dd2763..9ba382357eAndrew Geissler1-1/+1
Adriana Kobylak (1): psu-ng: Run validation when PSU is plugged Brandon Wyman (2): psu-ng: INFO journal trace when pgoodFault clears psu-ng: Add DEGLITCH_LIMIT, deglitch pgoodFault Change-Id: I5b0bb69510dde4a466227d6467c7034f17336857 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-08pldm: srcrev bump a6bf120793..872f0f6938Andrew Geissler1-1/+1
George Liu (2): host-bmc: Fix D-Bus property signal of sendStateSensorEvent method utils: Add split method Manojkiran Eda (1): Change entity type of dimm from 142 to 66 Change-Id: Ie6b9880cb9baa50695935ca09a42a330fd2e58a7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-07meta-google: inplace-gbmc-update: Add dhcp hookWilliam A. Kennington III4-2/+134
This makes it possible for the BMC to fetch an upgraded image during DHCP time and perform an inplace update to the new version. Change-Id: I6d32af306180dd52d4235ba4edbb80c3e49756d7 Signed-off-by: William A. Kennington III <wak@google.com>
2021-12-07meta-google: gbmc-bridge: Request hostname via DHCPWilliam A. Kennington III2-1/+6
Change-Id: If3dacbfde966de337702b44b9b06b3eb21755546 Signed-off-by: William A. Kennington III <wak@google.com>
2021-12-07meta-google: gbmc-ncsi-config: Fix deprecated address nftWilliam A. Kennington III1-12/+17
The nft rules were not deleted in cases where the public addresses are removed from the gbmc-br interface. This would create broken rules. Change-Id: I22a88f1fb15ccbea49e586061ea8e93bbbfb1bc1 Signed-off-by: William A. Kennington III <wak@google.com>
2021-12-07meta-google: gbmc-bridge: Add stateless deprecated addressesWilliam A. Kennington III1-0/+5
We were missing this address but we want neighbor discovery from outside the BMC to work against this range. Change-Id: I6ef139486f382df21596c460626bfe2f692c7236 Signed-off-by: William A. Kennington III <wak@google.com>
2021-12-07meta-google: gbmc-ncsi-config: Fix missing includeWilliam A. Kennington III1-0/+2
We use functions from the network-sh library and need to include it. Change-Id: I7f78b7dd37c4e5d38342c4625c26c4b583133bf5 Signed-off-by: William A. Kennington III <wak@google.com>
2021-12-07meta-ibm:(PIM) Add altitude sensor associationBen Tyner3-0/+3
Make altitude sensor visible via redfish, chassis, all-sensors. Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I7e032e74ad8889e7e80e197dccc7b65a26482c0a