History log of /openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Dump/Create.interface.yaml (Results 1 – 9 of 9)
Revision Date Author Comments
# 921791c7 17-Jun-2024 Manojkiran Eda <manojkiran.eda@gmail.com>

Fix spelling mistakes using codespell

This commit corrects various spelling mistakes throughout the
repository. The corrections were made automatically using `codespell`[1]
tool.

[1]: https://githu

Fix spelling mistakes using codespell

This commit corrects various spelling mistakes throughout the
repository. The corrections were made automatically using `codespell`[1]
tool.

[1]: https://github.com/codespell-project/codespell

Change-Id: I965f52f9eae78bcad39a8d711f99bef7be4cbde0
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>

show more ...


# 70d227b6 10-Oct-2023 Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>

com.ibm: Add MemoryBufferSBE dump type

The Self Boot Engine (SBE) is contained on certain memory
buffers. When the SBE becomes unresponsive due to hardware
or software issues, there's a need to coll

com.ibm: Add MemoryBufferSBE dump type

The Self Boot Engine (SBE) is contained on certain memory
buffers. When the SBE becomes unresponsive due to hardware
or software issues, there's a need to collect diagnostic
dumps from it. To address this need and differentiate such
dumps from others, this commit adds the `MemoryBufferSBE`
type to the com.ibm.Dump.Create interface. The structure
and input to collect this dump is different from the
processor SBE dump so making it a new dump type.

Change-Id: Ib07a0caa1521c5ae5f6e0682029b5c9e497152e8
Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>

show more ...


# d1484a14 08-Sep-2021 Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>

com.ibm: Add SBE dump type

This commit extends the list of supported dumps by introducing the Self
Boot Engine (SBE) dump type to list of dump types in the
com.ibm.Dump.Create interface. The SBE is

com.ibm: Add SBE dump type

This commit extends the list of supported dumps by introducing the Self
Boot Engine (SBE) dump type to list of dump types in the
com.ibm.Dump.Create interface. The SBE is a microcontroller embedded
within the processor, responsible for initializing the boot processes
and acting as a secure conduit for accessing certain processor control
functions. During boot or hardware access operations, the SBE may
encounter errors and become unresponsive. In such instances, it's
crucial to collect debug data, which includes hardware state,
configuration, memory details, etc., from the affected SBE to diagnose
the root cause of the error. This gathered data is packaged into the
OpenPOWER dump format, referred to as the SBE dump.

Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
Change-Id: If10c6f7458532fbca6fbf95488df5f9885995a50

show more ...


# db265883 08-Jul-2023 Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>

com.ibm: Update dump types

This commit extends the DumpType enumeration in the
com.ibm.Dump.Create interface by adding two new types
of dumps: System and Resource. The System dump contains
certain h

com.ibm: Update dump types

This commit extends the DumpType enumeration in the
com.ibm.Dump.Create interface by adding two new types
of dumps: System and Resource. The System dump contains
certain hardware register data and host memory.
The Resource dump provides information about various
host components, with content varying based on the
component.

Change-Id: I8b2e441a0d258479be9f0990a5e21485d1886ac2
Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>

show more ...


# a1347418 06-Dec-2022 Patrick Williams <patrick@stwcx.xyz>

reformat with latest settings

Reformat with the latest settings from openbmc-build-scripts (and
copy latest config files where appropriate). Fix a few minor
markdownlint issues.

Signed-off-by: Pat

reformat with latest settings

Reformat with the latest settings from openbmc-build-scripts (and
copy latest config files where appropriate). Fix a few minor
markdownlint issues.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I55205817c29dc3f182a165ddf9cd5d4e07b90063

show more ...


# 8da396ca 14-Mar-2022 Patrick Williams <patrick@stwcx.xyz>

yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601


# a2eb94f6 05-May-2021 Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>

Add hardware dump entry interface and type

Hardware dumps get collected during a critical
failure on the hardware units like processor
chips.
This commits add following:
- T

Add hardware dump entry interface and type

Hardware dumps get collected during a critical
failure on the hardware units like processor
chips.
This commits add following:
- The interface for hardware dump entry.
- Updated the arguments list with following
- Hardware: A new dump type to list of supported
dumps
- FailingUnitId: Id of the hardware unit failed

Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
Change-Id: Id209cca5d4ff167d21c45c752a687280aa469830

show more ...


# c6f2d7a7 23-Jun-2021 Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>

In dump create add type uint64 for values in additional parameters

The additional parameters passed to the dump create interfaces
are accepting a key-value pair and the value should be a

In dump create add type uint64 for values in additional parameters

The additional parameters passed to the dump create interfaces
are accepting a key-value pair and the value should be a string.
In some of the dump use cases an integer error log id needs to be
passed, it was being passed as a string. But to make it
more readable and to reduce conversion errors, updating the dict
definition to accept 32 bit unsigned integer.

Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
Change-Id: Iefc3a49c2d569a4b179fc515938349f8f84bb3ae

show more ...


# b1b4d261 05-Jun-2021 William A. Kennington III <wak@google.com>

treewide: Create yaml directory

This allows the propagated yamldir paramter to work correctly in
subproject style builds. We don't want other files in the project
conflicting with to

treewide: Create yaml directory

This allows the propagated yamldir paramter to work correctly in
subproject style builds. We don't want other files in the project
conflicting with tools that scan the yamldir.

Change-Id: Ie2759c7f3baf399392cdda0e507055ceb262d2e1
Signed-off-by: William A. Kennington III <wak@google.com>

show more ...