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


# 7720dd64 12-Jun-2023 Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>

Add GetFileHandle method to dump entry

This commit introduces the GetFileHandle method in the dump entry
interface. This method provides direct access to the Unix file
handle of the dump entry, faci

Add GetFileHandle method to dump entry

This commit introduces the GetFileHandle method in the dump entry
interface. This method provides direct access to the Unix file
handle of the dump entry, facilitating more direct read operations
on the dump file.

The returned file descriptor will be read-only, ensuring the integrity
of the dump file.

This change is primarily introduced to support the PLDM for offloading
the dump to the host and bmcweb for offloading the dump to Redfish
clients. Previously, a direct file path was provided for these
operations. However, if the applications are running in a non-root
context, they may lack the necessary access to the file. By providing
a file handle, this access issue is resolved.

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


# 7311efe3 10-Aug-2022 Claire Weinan <cweinan@google.com>

Dump Entry: Recommend implementing DeleteAll

State in the description that the dump object manager should implement
xyz.openbmc_project.Collection.DeleteAll

Change-Id: I0acda3dc0bd61eb3780ed0315252

Dump Entry: Recommend implementing DeleteAll

State in the description that the dump object manager should implement
xyz.openbmc_project.Collection.DeleteAll

Change-Id: I0acda3dc0bd61eb3780ed03152521da772c95983
Signed-off-by: Claire Weinan <cweinan@google.com>

show more ...


# 3b99c185 29-Mar-2022 Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>

Dump: InitiateOffload: Add Unavailable error

The offload may not be available due to various resources
needed for offload is busy or not available in such cases
Unavailable error needs to be returne

Dump: InitiateOffload: Add Unavailable error

The offload may not be available due to various resources
needed for offload is busy or not available in such cases
Unavailable error needs to be returned.

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

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


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