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


# f0d04c9d 02-Jun-2024 Jagpal Singh Gill <paligill@gmail.com>

code update: use applytime from existing interface

Use the ApplyTime type in Update interface from existing ApplyTime
interface.

Change-Id: I9360fa4424854becac9dd3a45961c4b4389e67b0
Signed-off-by:

code update: use applytime from existing interface

Use the ApplyTime type in Update interface from existing ApplyTime
interface.

Change-Id: I9360fa4424854becac9dd3a45961c4b4389e67b0
Signed-off-by: Jagpal Singh Gill <paligill@gmail.com>

show more ...


# 4206b1ac 05-Aug-2023 Jagpal Singh Gill <paligill@gmail.com>

code-update: simplified interface for code update

Current code update invocation flow has no explicit interface but
rather rely on discovery of a new file in tmpfs. This makes it more
involved and h

code-update: simplified interface for code update

Current code update invocation flow has no explicit interface but
rather rely on discovery of a new file in tmpfs. This makes it more
involved and hard to use. The intent of this proposal is to define an
explicit interface which is easy to use. For more details, please refer
to design doc -
https://gerrit.openbmc.org/c/openbmc/docs/+/65739

Change-Id: I65f186856c446cf7d957591c213054dc2d5c3861
Signed-off-by: Jagpal Singh Gill <paligill@gmail.com>

show more ...