#
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 ...
|
#
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 ...
|
#
c531268c |
| 21-Mar-2022 |
Matt Spinler <spinler@us.ibm.com> |
openpower: Add GetPELJSON method
This method returns a PEL in JSON format so it can be returned in Redfish via an OEM attachment.
It's a method and not a property on the PEL.Entry interface because
openpower: Add GetPELJSON method
This method returns a PEL in JSON format so it can be returned in Redfish via an OEM attachment.
It's a method and not a property on the PEL.Entry interface because it is fairly slow and it would bog down GetManagedObjects calls that don't care about it.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I6d04cd4e301980f95736c05dd5e5b027d400d49b
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
|
#
406e3d47 |
| 24-Jun-2021 |
Ramesh Iyyar <rameshi1@in.ibm.com> |
open_power: PEL: Added the GetBMCLogIdFromPELId method
In OpenPOWER based system, the application may need to get the BMC event log id by using the PEL id (aka Entry ID (EID) which is a unique id in
open_power: PEL: Added the GetBMCLogIdFromPELId method
In OpenPOWER based system, the application may need to get the BMC event log id by using the PEL id (aka Entry ID (EID) which is a unique id in the PEL) so added the interface for the same.
Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com> Change-Id: Ie0efdde3783b5e217779f01bfc654ce7199c381d
show more ...
|
#
e7f718fc |
| 24-Jun-2021 |
Ramesh Iyyar <rameshi1@in.ibm.com> |
open_power: PEL: Added the GetPELIdFromBMCLogId method
In OpenPOWER based system, the application may need to get the PEL id (aka Entry ID (EID) which is a unique id in the PEL) by using BMC event l
open_power: PEL: Added the GetPELIdFromBMCLogId method
In OpenPOWER based system, the application may need to get the PEL id (aka Entry ID (EID) which is a unique id in the PEL) by using BMC event log id so added the interface for the same.
Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com> Change-Id: I014fc885c9951af97a79957554e1aaa876f280c1
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 ...
|