#
540521ed |
| 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: Ie029f7917035731dc2a3fd61c8bbd55685de6278 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
d48f8e34 |
| 01-Jun-2024 |
Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> |
Update the request dump methods
- Watchdog change The dump request path of OpenPOWER dumps are updated from /org/openpower/dump to /xyz/openbmc_project/dump/system
- Dump change The dump type param
Update the request dump methods
- Watchdog change The dump request path of OpenPOWER dumps are updated from /org/openpower/dump to /xyz/openbmc_project/dump/system
- Dump change The dump type parameter is added instead of dump path.
Change-Id: Ic08e3c5fc99eaed116b97ceaf6c41f05a3503859 Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
show more ...
|
#
9ae780d5 |
| 26-Apr-2024 |
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
Change-Id: Ifaeaafa5bbe57eb6c15803d63d0a9a176bd42f33 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
e74e9167 |
| 01-Apr-2024 |
Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> |
Support for hardware dump collection from OCMB
This commit introduces the capability to collect hardware dumps from Odyssey-based OCMB chips in addition to existing processor dump. This commit addre
Support for hardware dump collection from OCMB
This commit introduces the capability to collect hardware dumps from Odyssey-based OCMB chips in addition to existing processor dump. This commit addresses the need for additional failure data across both processors and their associated OCMB chips.
Key changes include: - Enabled hardware dump collection specifically for Odyssey OCMB chips. - Optimized the collection process to occur only when the chip clock is on to minimize overall dump collection time. - Sequential dump collection from OCMB chips associated with each processor.
Change-Id: Iea70912f9fef9c337ba5ca7c508728586be25af8 Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
show more ...
|
#
5f5c94d5 |
| 19-Oct-2021 |
Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> |
Collect SBE dump during chip-op timeouts
Add support for collecting SBE dump during dump chip-op failure. - Request SBE dump in the case of a chip-op timeout - Wait for the dump to complete the ti
Collect SBE dump during chip-op timeouts
Add support for collecting SBE dump during dump chip-op failure. - Request SBE dump in the case of a chip-op timeout - Wait for the dump to complete the timeout
Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I2f6693a3136803f3555d7e5dc00528bb9d004cdf
show more ...
|
#
858d1aaf |
| 27-Oct-2021 |
Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> |
dump-collect: Add application for SBE dump collection
This series of commits introduces the `dump-collect` application, a new command-line tool designed to facilitate the collection of dumps from th
dump-collect: Add application for SBE dump collection
This series of commits introduces the `dump-collect` application, a new command-line tool designed to facilitate the collection of dumps from the SBE. The tool is capable of asynchronous operation, allowing it to initiate dump collection from different SBEs at the same time.
Key Highlights: - The base implementation sets up the application to accept necessary parameters for dump collection, including dump type, dump ID, destination path for collected data, and the ID of the failing unit. - An implementation of the dump collection class and the initiation method enables the start of the dump collection process asynchronously. - The `dump-collect` application is designed to be invoked from scripts, which collect various data in the case of system failures.
Tests: Validated parameters passed Starting dump collection method
Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: If6f44075d33af20e09a442d7968d235dc6e8ea16
show more ...
|