44d6f25f | 18-Oct-2024 |
Zane Shelley <zshelle@us.ibm.com> |
Add more debug data on Hostboot TI with EID
On this path we don't create a log with FFDC because we assume Hostboot has created the correct log. Adding more traces to the journal for debug.
Change-
Add more debug data on Hostboot TI with EID
On this path we don't create a log with FFDC because we assume Hostboot has created the correct log. Adding more traces to the journal for debug.
Change-Id: I4721451425713c7671cb6abda2b9550e998612af Signed-off-by: Zane Shelley <zshelle@us.ibm.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 ...
|
e693e21f | 05-Aug-2024 |
George Liu <liuxiwei@ieisystem.com> |
attn/Attention_Handler.md: Fix MD025 warnings
The following warnings are generated by using markdownlint analysis: ``` attn/Attention_Handler.md:15 MD025/single-title/single-h1 Multiple top-level he
attn/Attention_Handler.md: Fix MD025 warnings
The following warnings are generated by using markdownlint analysis: ``` attn/Attention_Handler.md:15 MD025/single-title/single-h1 Multiple top-level headings in the same document [Context: "# Overview"] attn/Attention_Handler.md:41 MD025/single-title/single-h1 Multiple top-level headings in the same document [Context: "# Implementation Details"] ``` Refer to markdown-lint [1] to fix MD025 [1]: https://github.com/updownpress/markdown-lint/blob/master/rules/025-single-h1.md
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I6cd05ec398eabf39f6f870a58103f22530f2cb3b
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 ...
|
0c1487cb | 01-Jun-2024 |
Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> |
Option to override dump request D-Bus path
Added option for overriding the object path for requesting OpenPOWER dumps. On recent systems the object path is changed so adding option to override the p
Option to override dump request D-Bus path
Added option for overriding the object path for requesting OpenPOWER dumps. On recent systems the object path is changed so adding option to override the path in the recipe.
Change-Id: I457831630aa4208e0455082a8f0c4096b084d843 Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
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 ...
|
4d9adc0f | 11-Apr-2024 |
Caleb Palmer <cnpalmer@us.ibm.com> |
Fix primary SRC section size in PelMinimal size procedure
Signed-off-by: Caleb Palmer <cnpalmer@us.ibm.com> Change-Id: Iace36e530fdd514c196d9a42b449606bb200bd63 |
4d3f093a | 01-Apr-2024 |
Zane Shelley <zshelle@us.ibm.com> |
Revert "Add level 2 callout to TI logs"
This reverts commit 60cb2e4277759661f9054d263cc877dc7fa406ed.
Change-Id: I707dcb5502ac43c38ad80f13e60afb2d09cbf711 Signed-off-by: Zane Shelley <zshelle@us.ib
Revert "Add level 2 callout to TI logs"
This reverts commit 60cb2e4277759661f9054d263cc877dc7fa406ed.
Change-Id: I707dcb5502ac43c38ad80f13e60afb2d09cbf711 Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
show more ...
|
169c4d78 | 01-Apr-2024 |
Zane Shelley <zshelle@us.ibm.com> |
Revert "Fix TI level 2 callout to use FFDCFormat::JSON instead of Custom"
This reverts commit 216ff9f1e5b1563c571aa41ff7412420d00a0c01.
Change-Id: Ied752866f76a83b8da4d7577d363175a6f06c475 Signed-o
Revert "Fix TI level 2 callout to use FFDCFormat::JSON instead of Custom"
This reverts commit 216ff9f1e5b1563c571aa41ff7412420d00a0c01.
Change-Id: Ied752866f76a83b8da4d7577d363175a6f06c475 Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
show more ...
|
216ff9f1 | 26-Mar-2024 |
Caleb Palmer <cnpalmer@us.ibm.com> |
Fix TI level 2 callout to use FFDCFormat::JSON instead of Custom
Signed-off-by: Caleb Palmer <cnpalmer@us.ibm.com> Change-Id: Ia8f59f69a4e1fa76d38e6eed00cc3da9cc609d2e |
60cb2e42 | 28-Feb-2024 |
Zane Shelley <zshelle@us.ibm.com> |
Add level 2 callout to TI logs
Hostboot requested this just in case any of their log fail to produce a hidden SRC.
Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: Ifc7dc862b3f612cfc25d3
Add level 2 callout to TI logs
Hostboot requested this just in case any of their log fail to produce a hidden SRC.
Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: Ifc7dc862b3f612cfc25d339bf09b40a691c1b464
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 ...
|
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 ...
|
bdb8667c | 07-Jun-2023 |
Ben Tyner <ben.tyner@ibm.com> |
Attn: Added needed cstdint include
Moving to gcc13 requires explicitly including some previously indirectly resolved includes. In this case cstdint was needed to resolve uint32_t type.
Change-Id: I
Attn: Added needed cstdint include
Moving to gcc13 requires explicitly including some previously indirectly resolved includes. In this case cstdint was needed to resolve uint32_t type.
Change-Id: I0d2a20a4ccb2aaef6564f197be15bc2e26641976 Signed-off-by: Ben Tyner <ben.tyner@ibm.com>
show more ...
|
e043f954 | 09-May-2023 |
Andrew Geissler <geissonator@yahoo.com> |
systemd: no installation in templated targets
Upstream yocto introduced a change via e510222 (systemd-systemctl: fix instance template WantedBy symlink construction).
This fixes a bug that we in Op
systemd: no installation in templated targets
Upstream yocto introduced a change via e510222 (systemd-systemctl: fix instance template WantedBy symlink construction).
This fixes a bug that we in OpenBMC had been taking advantage of in that we were able to document our templated target dependencies without it actually doing anything. The real installation of services within targets occurs in our bitbake recipes due to the complexity of chassis and host instances on a per machine basis.
Leave the dependency information in the service files but comment them out. It's useful to be able to look at a service and understand which targets it's going to be installed into by the bitbake recipes.
In some cases, we had hard coded the target instance, which does install the service correctly, but only in that one target. All services should be installed via the bitbake recipe to ensure the service is properly installed in all instances of the target. Once the bump for this commit goes into openbmc/openbmc, I will ensure the recipe is updated to install all services correctly.
Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I182abdebeb8983ae11817025cf0466581a80546c
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 ...
|
41586007 | 12-Apr-2023 |
Patrick Williams <patrick@stwcx.xyz> |
meson: remove deprecated get_pkgconfig_variable
Since meson 0.56, the `get_pkgconfig_variable` has been deprecated. In meson 0.58 the `get_variable` was enhanced to no longer require the `pkgconfig
meson: remove deprecated get_pkgconfig_variable
Since meson 0.56, the `get_pkgconfig_variable` has been deprecated. In meson 0.58 the `get_variable` was enhanced to no longer require the `pkgconfig` keyword argument. Ensure meson 0.58 is required and update the usage of all `get_pkgconfig_variable` and `get_variable` to be the modern variant.
Change-Id: I72f4c91c762fa66ce749a93a77216cb4307ee7ca Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
0577c013 | 01-Mar-2023 |
Ed Tanous <edtanous@google.com> |
Change io_service to io_context
This was renamed a while back in boost to be compliant with the std::executors proposal.
Change-Id: I67eb15038f2aa6957738fa5e3f6c14fd66460b7a Signed-off-by: Ed Tanou
Change io_service to io_context
This was renamed a while back in boost to be compliant with the std::executors proposal.
Change-Id: I67eb15038f2aa6957738fa5e3f6c14fd66460b7a Signed-off-by: Ed Tanous <edtanous@google.com>
show more ...
|
26609630 | 14-Feb-2023 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
treewide: remove dependencies on mapper.target
The mapper is dbus activated now, so these explicit dependency declarations are unnecessary and redundant.
Change-Id: I0b5aa5d1748b0a3796438f8be0fd026
treewide: remove dependencies on mapper.target
The mapper is dbus activated now, so these explicit dependency declarations are unnecessary and redundant.
Change-Id: I0b5aa5d1748b0a3796438f8be0fd026cf3aa15ac Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
show more ...
|
90516851 | 14-Dec-2022 |
Ben Tyner <ben.tyner@ibm.com> |
Add SBE hreset support to SBE attention handler
When a SBE attention is being handled we will request a SBE hreset and try to clear the SBE attentions. If this is not successful we will request a SB
Add SBE hreset support to SBE attention handler
When a SBE attention is being handled we will request a SBE hreset and try to clear the SBE attentions. If this is not successful we will request a SBE dump and host re-IPL.
Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I5eb8e8728e92af54673cd3e37529eca9f6b03857
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 ...
|
8b10d699 | 08-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository.
prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository.
Change-Id: Ib936836ce0d698dc522bc047a78d4f1b0060c13c Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
3a80c983 | 21-Oct-2022 |
Ben Tyner <ben.tyner@ibm.com> |
Attn: Add ten second delay during SBE attention handling
A 10 second wait is introduced in the attention handler path when a SBE attention is detected. This wait has been shown to be adequate to all
Attn: Add ten second delay during SBE attention handling
A 10 second wait is introduced in the attention handler path when a SBE attention is detected. This wait has been shown to be adequate to allow the power fault handling logic to commit a PEL and gracefully power down the host before the SBE attention is handled. The SBE attention handling will be preempted by the host power down sequence. No SBE attention PEL will be committed.
Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I91a313712b67eec0ec10eb3f37e0c56fda64f200
show more ...
|
d04d6423 | 23-Mar-2022 |
Ben Tyner <ben.tyner@ibm.com> |
Attn: Update and revise attention handler markdown
Updated the markdown document to reflect more accurately and with more detail the attention handler design.
Signed-off-by: Ben Tyner <ben.tyner@ib
Attn: Update and revise attention handler markdown
Updated the markdown document to reflect more accurately and with more detail the attention handler design.
Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I8ac7aa9783e86893ba7dc3f6c0cb53c5a44481df
show more ...
|