df9f8e40 | 18-Feb-2025 |
Zane Shelley <zshelle@us.ibm.com> |
Add xbus connections for new systems
Change-Id: I4e36c21a872a4e480095656ccc189c88f6f609c6 Signed-off-by: Zane Shelley <zshelle@us.ibm.com> |
316acdac | 20-Jan-2025 |
Pavithra Barithaya <pavithrabarithaya07@gmail.com> |
Add kernel MCTP (AF_MCTP) support and transport-implementation option
-Added support for kernel MCTP (AF_MCTP) to enable MCTP communication using AF_MCTP sockets. - Introduced a new configuration o
Add kernel MCTP (AF_MCTP) support and transport-implementation option
-Added support for kernel MCTP (AF_MCTP) to enable MCTP communication using AF_MCTP sockets. - Introduced a new configuration option 'transport-implementation'
The 'transport-implementation' option can be set to either: - 'mctp-demux': Uses the existing mctp-demux transport method. - 'af-mctp': Uses the new kernel AF_MCTP transport method.
Change-Id: Ib2f7b97d0a96ceaa0cb0fc8cd7313e84c03bbd61 Signed-off-by: Pavithra Barithaya <pavithrabarithaya07@gmail.com>
show more ...
|
9b1a0b6b | 14-Oct-2024 |
Pavithra Barithaya <pavithrabarithaya07@gmail.com> |
Move to libpldm pldm_transport APIs
Replaced pldm transport APIs with libpldm pldm_transport APIs to remove the dependency on pldm.
This change removes the dependency on pldm by utilizing the stand
Move to libpldm pldm_transport APIs
Replaced pldm transport APIs with libpldm pldm_transport APIs to remove the dependency on pldm.
This change removes the dependency on pldm by utilizing the standardized libpldm APIs for transport operations, improving maintainability and compatibility.
We don't currently have the infrastructure in place to get the correct TIDs, so to keep everything working as before use the EID as the TID in the EID-to-TID mapping.
***Testing in progress***
Change-Id: I2bb9927fea254fe5bf88e1181476d491e533cf20 Signed-off-by: Pavithra Barithaya <pavithrabarithaya07@gmail.com>
show more ...
|
36b043e9 | 14-Oct-2024 |
Pavithra Barithaya <pavithrabarithaya07@gmail.com> |
Move to libpldm instance id APIs
libpldm provides APIs for allocating instance IDs directly, which eliminates the need for remote dbus calls to the pldm daemon. Refactor the code to use these APIs
Move to libpldm instance id APIs
libpldm provides APIs for allocating instance IDs directly, which eliminates the need for remote dbus calls to the pldm daemon. Refactor the code to use these APIs and eliminate all the dbus operations.
Change-Id: Ie73a1abb30e12a40014b2d35209e6e90c38a148b Signed-off-by: Pavithra Barithaya <pavithrabarithaya07@gmail.com>
show more ...
|
c322c328 | 01-Feb-2025 |
Patrick Williams <patrick@stwcx.xyz> |
meson: reformat with meson formatter
Apply the `meson format` results.
Change-Id: I5893182e6f49b59f39785995afe06be116ec18ba Signed-off-by: Patrick Williams <patrick@stwcx.xyz> |
08f25b21 | 14-Oct-2024 |
Pavithra Barithaya <pavithrabarithaya07@gmail.com> |
Change "mctp instance id" to "pldm instance id"
Instance IDs are the ids given from the instanceID database to the PLDM request and response messages. Its not a MCTP thing but rather related to the
Change "mctp instance id" to "pldm instance id"
Instance IDs are the ids given from the instanceID database to the PLDM request and response messages. Its not a MCTP thing but rather related to the PLDM messages.
Change-Id: I6eda652ec86cba691b8b2b848ca0c9227e4c05dc Signed-off-by: Pavithra Barithaya <pavithrabarithaya07@gmail.com>
show more ...
|
a0c724d3 | 16-Aug-2024 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: re-format for clang-18
clang-format-18 isn't compatible with the clang-format-17 output, so we need to reformat the code with the latest version. The way clang-18 handles lambda forma
clang-format: re-format for clang-18
clang-format-18 isn't compatible with the clang-format-17 output, so we need to reformat the code with the latest version. The way clang-18 handles lambda formatting also changed, so we have made changes to the organization default style format to better handle lambda formatting.
See I5e08687e696dd240402a2780158664b7113def0e for updated style. See Iea0776aaa7edd483fa395e23de25ebf5a6288f71 for clang-18 enablement.
Change-Id: I1d204ff0a167c43688f2217e9dee5504c71cd4f0 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
9de0f649 | 27-Jun-2024 |
Andrew Jeffery <andrew@codeconstruct.com.au> |
meson: Add dependencies where required
Address issues such as the following, among others:
``` FAILED: attn/libattn_lib.a.p/attn_monitor.cpp.o ccache c++ -Iattn/libattn_lib.a.p -Iattn -I../attn -I.
meson: Add dependencies where required
Address issues such as the following, among others:
``` FAILED: attn/libattn_lib.a.p/attn_monitor.cpp.o ccache c++ -Iattn/libattn_lib.a.p -Iattn -I../attn -I. -I.. -I../subprojects/sdbusplus/include -I/usr/local/include -I/usr/include -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -Werror -std=c++23 -O0 -g -fPIC -DBOOST_ALL_NO_LIB -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_ASIO_DISABLE_THREADS -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -MD -MQ attn/libattn_lib.a.p/attn_monitor.cpp.o -MF attn/libattn_lib.a.p/attn_monitor.cpp.o.d -o attn/libattn_lib.a.p/attn_monitor.cpp.o -c ../attn/attn_monitor.cpp In file included from ../attn/attn_monitor.cpp:3: ../util/trace.hpp:6:10: fatal error: phosphor-logging/lg2.hpp: No such file or directory 6 | #include <phosphor-logging/lg2.hpp> | ^~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. ```
``` [11/238] Compiling C++ object util/libutil_lib.a.p/data_file.cpp.o FAILED: util/libutil_lib.a.p/data_file.cpp.o ccache c++ -Iutil/libutil_lib.a.p -Iutil -I../util -I. -I.. -I../subprojects/libhei/src -Isubprojects/phosphor-logging/lib/include -I../subprojects/phosphor-logging/lib/include -Isubprojects/phosphor-dbus-interfaces/gen -I../subprojects/phosphor-dbus-interfaces/gen -I../subprojects/sdbusplus/include -Isubprojects/libhei -Isubprojects/phosphor-logging/lib/include/phosphor-logging -Isubprojects/phosphor-dbus-interfaces/gen/com/google/gbmc/Hoth -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/Dump/Create -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/Dump/Entry/Hardware -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/Dump/Entry/Hostboot -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/Dump/Entry/Resource -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/Dump/Entry/SBE -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/Dump/Notify -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/Hardware/Chassis -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/Logging/Policy -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/VPD -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/VPD/Manager -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/CP00 -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/CRP0 -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/DINF -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP0 -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP1 -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP2 -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP3 -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP4 -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP5 -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP6 -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP7 -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP0 -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP1 -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP2 -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP3 -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP4 -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP5 -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP6 -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP7 -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LXR0 -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/Location -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/MER0 -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/PSPD -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/UTIL -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VCEN -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VCFG -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VEIR -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VER0 -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VINI -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VMPU -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VMSC -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VPRI -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VR10 -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VRML -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VRTN -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VSBK -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VSBP -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VSRC -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VSYS -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VW10 -Isubprojects/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VWML -Isubprojects/phosphor-dbus-interfaces/gen/com/intel/Control/NMISource -Isubprojects/phosphor-dbus-interfaces/gen/com/intel/Control/OCOTShutdownPolicy -Isubprojects/phosphor-dbus-interfaces/gen/com/intel/Protocol/PECI/Raw -Isubprojects/phosphor-dbus-interfaces/gen/com/meta/Hardware/BMC -Isubprojects/phosphor-dbus-interfaces/gen/com/meta/Inventory/ManufacturerExt -Isubprojects/phosphor-dbus-interfaces/gen/org/freedesktop/UPower/Device -Isubprojects/phosphor-dbus-interfaces/gen/org/open_power/Common/Callout -Isubprojects/phosphor-dbus-interfaces/gen/org/open_power/Control/Host -Isubprojects/phosphor-dbus-interfaces/gen/org/open_power/Control/TPM/SecurityKeys -Isubprojects/phosphor-dbus-interfaces/gen/org/open_power/Host -Isubprojects/phosphor-dbus-interfaces/gen/org/open_power/Host/Access -Isubprojects/phosphor-dbus-interfaces/gen/org/open_power/Host/Boot -Isubprojects/phosphor-dbus-interfaces/gen/org/open_power/Inventory/Decorator/Asset -Isubprojects/phosphor-dbus-interfaces/gen/org/open_power/Logging/PEL -Isubprojects/phosphor-dbus-interfaces/gen/org/open_power/Logging/PEL/Entry -Isubprojects/phosphor-dbus-interfaces/gen/org/open_power/OCC/Device -Isubprojects/phosphor-dbus-interfaces/gen/org/open_power/OCC/PassThrough -Isubprojects/phosphor-dbus-interfaces/gen/org/open_power/OCC/Status -Isubprojects/phosphor-dbus-interfaces/gen/org/open_power/Proc/FSI -Isubprojects/phosphor-dbus-interfaces/gen/org/open_power/Sensor/Aggregation/History/Average -Isubprojects/phosphor-dbus-interfaces/gen/org/open_power/Sensor/Aggregation/History/Maximum -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Association -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Association/Definitions -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Attestation/ComponentIntegrity -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Attestation/IdentityAuthentication -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Attestation/MeasurementSet -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/Common -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/Manager -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/Password -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/Authority -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/CSR -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/CSR/Create -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/Certificate -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/Entry -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/Install -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/InstallAll -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/Replace -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/ReplaceAll -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Channel/ChannelAccess -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/Button -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/HostSelector -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/ID -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/NMI -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/Power -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/Reset -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Common -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Control/NMISource -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Control/Power -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Intrusion -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Collection/DeleteAll -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/Callout -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/Device -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/FactoryReset -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/FaultLogType -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/File -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/FilePath -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/ObjectPath -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/OriginatedBy -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/Priority -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/Progress -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/TFTP -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/Threshold -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/UUID -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Condition/HostFirmware -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Console/Access -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Console/UART -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/Mode -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/RebootAttempts -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/RebootPolicy -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/Source -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/Type -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/CFMLimit -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/ChassisCapabilities -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Device -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/FanPwm -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/FanRedundancy -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/FanSpeed -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/FieldMode -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Host -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Host/NMI -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Host/TurboAllowed -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/MinimumShipLevel -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Mode -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/ACPIPowerState -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/Cap -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/CapLimits -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/IdlePowerSaver -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/Mode -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/RestorePolicy -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/Throttle -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/PowerSupplyAttributes -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/PowerSupplyRedundancy -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Processor/CurrentOperatingConfig -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Security/RestrictionMode -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Security/SpecialMode -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Service/Attributes -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Service/SocketAttributes -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/TPM/Policy -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/ThermalMode -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/VoltageRegulatorControl -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/VoltageRegulatorMode -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Debug/Pid/ThermalPower -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Debug/Pid/Zone -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Create -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Entry -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Entry/BMC -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Entry/FaultLog -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Entry/System -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/NewDump -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/HardwareIsolation -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/HardwareIsolation/Create -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/HardwareIsolation/Entry -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Connector/Embedded -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Connector/Port -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Connector/Slot -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Asset -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/AssetTag -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/CLEI -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Cacheable -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Compatible -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/CoolingType -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Dimension -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/I2CDevice -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/LocationCode -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/ManufacturerExt -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/MeetsMinimumShipLevel -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Replaceable -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Revision -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Slot -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/ThermalDirection -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/UniqueIdentifier -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/VendorInformation -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/VoltageControl -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Accelerator -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Battery -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Bmc -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Board -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Board/IOBoard -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Board/Motherboard -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Cable -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Chassis -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Connector -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Cpu -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Cpu/OperatingConfig -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/CpuCore -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Dimm -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Dimm/MemoryLocation -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/DiskBackplane -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Drive -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Ethernet -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/FabricAdapter -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Fan -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Global -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/NetworkInterface -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PCIeDevice -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PCIeSlot -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PCIeSwitch -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Panel -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PersistentMemory -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PersistentMemory/Partition -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PersistentMemory/PowerManagementPolicy -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PersistentMemory/SecurityCapabilities -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PowerSupply -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Rotor -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Storage -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/StorageController -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/System -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Tpm -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/TrustedComponent -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Volume -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Vrm -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Manager -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Source/PLDM/Entity -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Source/PLDM/FRU -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Ipmi/SOL -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Ipmi/SessionInfo -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Led/Group -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Led/Physical -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Create -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Entry -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/ErrorBlocksTransition -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Event -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/IPMI -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/SEL -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Settings -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Syslog/Destination/Mail -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Syslog/Destination/Mail/Create -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Syslog/Destination/Mail/Entry -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/MCTP/Endpoint -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Memory/MemoryECC -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Metric/Reset -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Metric/Value -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/Client -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/Client/Create -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/DHCPConfiguration -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/EthernetInterface -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/Experimental/Bond -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/Experimental/Tunnel -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/IP -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/MACAddress -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/Neighbor -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/StaticGateway -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/StaticGateway/Create -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/SystemConfiguration -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/VLAN -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Nvme/Status -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Object/Delete -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Object/Enable -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/ObjectMapper -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PFR/Attributes -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/Event -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/PDR -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/Provider/Certs/Authority/CSR -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/Requester -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/ScheduledTime -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Accuracy -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Device -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/Critical -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/HardShutdown -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/PerformanceLoss -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/SoftShutdown -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/Warning -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Value -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/ValueMutability -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Smbios/MDR_V2 -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/Activation -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ActivationBlocksTransition -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ActivationProgress -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ApplyOptions -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ApplyTime -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ExtendedVersion -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/Image -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/MinimumVersion -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/RedundancyPriority -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/RequestedRedundancyPriority -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/Settings -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/Update -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/Version -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/BMC -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/BMCRedundancy -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Boot/PostCode -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Boot/Progress -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Boot/Raw -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Chassis -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Decorator/Availability -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Decorator/OperationalStatus -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Decorator/PowerState -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Decorator/PowerSystemInputs -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Drive -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Host -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/OperatingSystem/Status -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/PowerOnHours -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/ScheduledHostTransition -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Shutdown/Inventory -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Shutdown/Power -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Shutdown/ThermalEvent -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/SystemdTarget -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Watchdog -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/Report -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/ReportManager -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/Trigger -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/TriggerManager -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Time -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Time/EpochTime -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Time/Synchronization -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/AccountPolicy -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Attributes -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Common -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Ldap/Config -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Ldap/Create -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Manager -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/PrivilegeMapper -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/PrivilegeMapperEntry -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/Legacy -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/MountPoint -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/Process -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/Proxy -Isubprojects/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/Stats -I/usr/local/include -I/usr/include -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -Werror -std=c++23 -O0 -g -fPIC -pthread -DBOOST_ASIO_DISABLE_THREADS -DBOOST_ALL_NO_LIB -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -isystem../subprojects/libpldm/include -isystemsubprojects/libpldm/include '-DPACKAGE_DIR="/usr/local/share/openpower-hw-diags/"' -MD -MQ util/libutil_lib.a.p/data_file.cpp.o -MF util/libutil_lib.a.p/data_file.cpp.o.d -o util/libutil_lib.a.p/data_file.cpp.o -c ../util/data_file.cpp In file included from ../util/data_file.cpp:1: ../util/data_file.hpp:1:10: fatal error: nlohmann/json.hpp: No such file or directory 1 | #include <nlohmann/json.hpp> | ^~~~~~~~~~~~~~~~~~~ compilation terminated. ```
Change-Id: I3f1b724952537efccc2030c4d03d5766e308ea78 Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
show more ...
|
a001020f | 27-Jun-2024 |
Andrew Jeffery <andrew@codeconstruct.com.au> |
util: pldm: Replace deprecated libpldm include path
More OEMs than IBM are contributing to libpldm and so the header structure was rearranged.
Patch was generated using:
``` $ spatch --sp-file sub
util: pldm: Replace deprecated libpldm include path
More OEMs than IBM are contributing to libpldm and so the header structure was rearranged.
Patch was generated using:
``` $ spatch --sp-file subprojects/libpldm/evolutions/current/oem-ibm-header-compat.cocci --in-place $(git ls-files -- ':/:*.[ch]'{,pp}) ```
Change-Id: I77273163edd9fa3072bde3499c3dbb529f2188b0 Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
show more ...
|
a92dc027 | 16-Apr-2024 |
Deepa Karthikeyan <deepakala.karthikeyan@ibm.com> |
Disable host watchdog during dump collection
Host watchdog to be disabled during hostboot and hardware dump collection.
During a checkstop attention, the system is not functioning normally. So a ha
Disable host watchdog during dump collection
Host watchdog to be disabled during hostboot and hardware dump collection.
During a checkstop attention, the system is not functioning normally. So a hardware or hostboot dump is collected and it could take a while to get completed. If the watchdog timer is active during that time, it may get triggered. As we already know the system is not functioning normally and are collecting dump, disable the watchdog when the dump collection is in progress.
Tested and ensured that one dump is created during a checkstop.
From the logs was able to identify that the host watchdog is disabled just when the dump collection starts and host watchdog resumes after the dump collection.
It is verified for both hardware dump and hostboot dump
Change-Id: I5f9df253594f9e858ca0477acb3ce1f3a4639785 Signed-off-by: deepakala-k <deepakala.karthikeyan@ibm.com>
show more ...
|
710101c0 | 13-Feb-2024 |
Patrick Williams <patrick@stwcx.xyz> |
prefer std::format over fmt
Switch to use std::format and remove the fmt dependency.
Change-Id: I321722ea3009350665549a065fc1cc1085b01ccd Signed-off-by: Patrick Williams <patrick@stwcx.xyz> |
7619ab78 | 29-Nov-2023 |
Patrick Williams <patrick@stwcx.xyz> |
build: use allowed over enabled
Meson feature options are typically in a tri-state of enabled, disabled, or auto. The enabled and disabled functions on an option (from `get_option`) no longer retur
build: use allowed over enabled
Meson feature options are typically in a tri-state of enabled, disabled, or auto. The enabled and disabled functions on an option (from `get_option`) no longer return true for auto features. Instead, the expectation is to use `allowed()` which is true for both enabled and auto.
Switch all uses of `enabled` to `allowed`.
Change-Id: I2253ebff36b49c4b79b803175dd76668f8ac2ba8 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
a7dc66ba | 06-Nov-2023 |
Zane Shelley <zshelle@us.ibm.com> |
Add SMP link support for Bonnell
Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: I69e9cec0e050fa207254d11ba3596858ed767432 |
7435fc0e | 20-Oct-2023 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: copy latest and re-format
clang-format-17 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest
clang-format: copy latest and re-format
clang-format-17 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest .clang-format from the docs repository and reformat the repository.
Change-Id: I70d77b859a4deb3153f2dd7b4def536140bb65f2 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
c62813d4 | 22-Aug-2023 |
Zane Shelley <zshelle@us.ibm.com> |
Odyssey PLL unlock analysis plugin
Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: Ia53910eecdcdeb836bd836039a509f00121a67f7 |
4414c517 | 03-May-2023 |
Andrew Geissler <geissonator@yahoo.com> |
remove OSStart as indication host is running
This function is checking whether PHYP is at standby or runtime. The OSStart was never implemented by PHYP so it should not be looked at to determine thi
remove OSStart as indication host is running
This function is checking whether PHYP is at standby or runtime. The OSStart was never implemented by PHYP so it should not be looked at to determine this state. The hostboot team is going to utilize this BootProgress to indicate when they are starting PHYP.
Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ieeaf69c812b54d00ce23d4e872a9e68a33439e0c
show more ...
|
27dd6368 | 10-May-2023 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest .clang-format from the docs repository and reformat the repository.
Change-Id: I27b0d1357211259edb6ec2776924729052f238d6 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
1ff926e0 | 26-Jan-2023 |
Andrew Geissler <geissonator@yahoo.com> |
power down when host fail detected in power off path
Some code was introduced recently within hw-diags to ensure it was still running while the host was in the process of powering off. Prior to this
power down when host fail detected in power off path
Some code was introduced recently within hw-diags to ensure it was still running while the host was in the process of powering off. Prior to this change, hw-diags was only ever running while either hostboot or PHYP was running. Now that hw-diags can be running in the power off path, a change in logic is needed on which systemd target to call on detection of a host error.
Both the quiesce and crash targets can only be called from a host running state. If the host is in the process of powering off when an error is detected then an appropriate error should be logged, and then the obmc-chassis-hard-poweroff@.target should be called. This will ensure the services waiting for the host to indicate it has shutdown are properly stopped and the system is powered off.
If more of these types of situation arise, it may be pertinent to revisit service directly calling systemd targets. An alternative to putting the responsibility on the calling service is to have a central authority that services call instead of the systemd target directly. This would be a large change requiring extensive changes and testing.
Tested: - Injected PHYP TI while graceful power off was in process - Verified hw-diags generate error with TI data - Verified hard-poweroff target was called and pldm soft power off service was stopped and system properly powered off - Injected error with dumps disabled and system at runtime, verified system went to Quiesced and auto rebooted - Injected error with dumps enabled and system at runtime, verified MPIPL was done and SYSDUMP generated
Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I13e2bc45a948930c31ede2728f9d78b9b8bff5b1
show more ...
|
bb90afc7 | 14-Dec-2022 |
Ben Tyner <ben.tyner@ibm.com> |
Add support for pldm based SBE hreset
Added functions for sending pldm requests and specifically for sending SBE hreset requests.
Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: If2e38954df
Add support for pldm based SBE hreset
Added functions for sending pldm requests and specifically for sending SBE hreset requests.
Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: If2e38954df80a0bee72c5c3020e5ee3d81493774
show more ...
|
2b26b2bb | 15-Dec-2022 |
Ben Tyner <ben.tyner@ibm.com> |
Add power fault check to checkstop handler
If a power fault is being reported during a checkstop condition we will not call the analyzer.
Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I98
Add power fault check to checkstop handler
If a power fault is being reported during a checkstop condition we will not call the analyzer.
Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I9813a55b80eb1b94c6ad2d5cddb2e56b1daa67f4
show more ...
|
88b10093 | 14-Dec-2022 |
Ben Tyner <ben.tyner@ibm.com> |
Add functions useful for pldm requests
Added functions for getting state effector PDRs, state sensor PDRs and MCTP instances.
Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: If7f0675c55c68c
Add functions useful for pldm requests
Added functions for getting state effector PDRs, state sensor PDRs and MCTP instances.
Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: If7f0675c55c68cb10402d50e4a2d2f3e7f4a793b
show more ...
|
e212fb06 | 22-Jul-2022 |
Patrick Williams <patrick@stwcx.xyz> |
sdbusplus: use shorter type aliases
The sdbusplus headers provide shortened aliases for many types. Switch to using them to provide better code clarity and shorter lines. Possible replacements are
sdbusplus: use shorter type aliases
The sdbusplus headers provide shortened aliases for many types. Switch to using them to provide better code clarity and shorter lines. Possible replacements are for: * bus_t * exception_t * manager_t * match_t * message_t * object_t * slot_t
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I9f166640fbf9d4ee3fb24b542a73237cdf54f775
show more ...
|
b82cbf75 | 27-Jun-2022 |
Zane Shelley <zshelle@us.ibm.com> |
Update to clang-format-14
Required because the Jenkins CI tools have moved to v14.
Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: I3cf4df1b45325545a423bdcb810040724a598ec5 |
cd6373d3 | 12-May-2022 |
Zane Shelley <zshelle@us.ibm.com> |
Ignore analysis of OCMBs that have been masked
Attentions from OCMBs chip will flow through their connected processor chips. We should not do analysis of those attentions if they are masked on the c
Ignore analysis of OCMBs that have been masked
Attentions from OCMBs chip will flow through their connected processor chips. We should not do analysis of those attentions if they are masked on the connected processor chip regardless if the OCMB chip shows any active attentions. This will take care of scenarios like a channel failure attention that has already been handled and masked by the host firmware.
Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: I2c170ea4770ad3a229c1c65fa50b056fc8a6e4b2
show more ...
|
20ed74db | 26-Mar-2022 |
Zane Shelley <zshelle@us.ibm.com> |
Enable `lg2` logs to be printed to stderr in test
Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: Ie4922b3bf6adeeb1e6dbe8db7e76ed8ae605d754 |