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 ...


# fa867966 07-Jun-2024 Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>

Add response code to system dump entry

Add new property in the system dump entry for storing the
response code returned by the host after requesting a new
non-disruptive system dump.

Change-Id: Ie

Add response code to system dump entry

Add new property in the system dump entry for storing the
response code returned by the host after requesting a new
non-disruptive system dump.

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

show more ...


# cb01cd40 10-Jul-2023 Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>

Dump: Add user-challenge to System Dump entry

This commit introduces a 'UserChallenge' field to the
xyz.openbmc_project.Dump.Entry.System interface. This update
specifically addresses the requiremen

Dump: Add user-challenge to System Dump entry

This commit introduces a 'UserChallenge' field to the
xyz.openbmc_project.Dump.Entry.System interface. This update
specifically addresses the requirement for non-disruptive system dumps.
Non-disruptive dumps are requested to the host and do not disrupt the
current system state. However, as they consume significant host
resources and involve the collection of host memory data, they must be
executed by authorized personnel.

To enforce this, the host requires user-challenge validation to process
the dump request. If the provided user-challenge is incorrect, the host
rejects the operation.

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

show more ...


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

Dump: Add 'SystemImpact' to System Dump entry

This commit introduces 'SystemImpact' to the system dump
entry. This new enum field indicates whether a system
dump is 'Disruptive' or 'NonDisruptive'.

Dump: Add 'SystemImpact' to System Dump entry

This commit introduces 'SystemImpact' to the system dump
entry. This new enum field indicates whether a system
dump is 'Disruptive' or 'NonDisruptive'.

'Disruptive' dumps alter the system state and capture
extensive data, making them useful for diagnosing system
crashes. In contrast, 'NonDisruptive' dumps do not
disturb the system state while still providing valuable
data for analysis.

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

show more ...


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

Dump: Add token to host dump entries

This commit introduces a token field to the
xyz.openbmc_project.Dump.Entry.System and
com.ibm.Dump.Entry.Resource interfaces. This token is
exchanged from the ho

Dump: Add token to host dump entries

This commit introduces a token field to the
xyz.openbmc_project.Dump.Entry.System and
com.ibm.Dump.Entry.Resource interfaces. This token is
exchanged from the host when a request to create a dump
is made. The token can be used to identify the dump
entry once the collection is completed. This addition
enhances the tracking of dump entries for the dumps
collected in the host.

Change-Id: Ic4ad9d10bb0b8afd73d2b8d58a920ae5d2b131b8
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 ...


# 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 tools that scan th

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 ...