#
41dedad6 |
| 13-Jul-2023 |
Patrick Williams <patrick@stwcx.xyz> |
use std::move_only_function
C++23 has a replacement for function2 in std::move_only_function. Leverage that and remove the extra dependency.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Chan
use std::move_only_function
C++23 has a replacement for function2 in std::move_only_function. Leverage that and remove the extra dependency.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I69fa59627b91fc1f640f7a688926bed7f138ca19
show more ...
|
#
4175b4ca |
| 24-Dec-2020 |
William A. Kennington III <wak@google.com> |
Add callback support to triggerable actions
Change-Id: Icc27fbe9403eda418f41e12c76af7f3216f4b72a Signed-off-by: William A. Kennington III <wak@google.com>
|
Revision tags: v1.0 |
|
#
1d66fe6e |
| 03-Jun-2019 |
Patrick Venture <venture@google.com> |
merge Verification and Update Interfaces
Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I8c2548b9d6e15965cfdd49965bdc5dbe97d0dc94
|
#
da66fd84 |
| 03-Jun-2019 |
Patrick Venture <venture@google.com> |
merge Verification and Update statuses
Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Ibb9c1c9f9cb7e9cda18f4e8dddb31d57a12f0d90
|
#
8e801e18 |
| 20-May-2019 |
Patrick Venture <venture@google.com> |
bmc: add update mechanism interface
Add mechanism definition for an update interface. Does not provide an implementation.
Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I8d8f045385
bmc: add update mechanism interface
Add mechanism definition for an update interface. Does not provide an implementation.
Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I8d8f04538524ab42de19843844fef3eec6bbd140
show more ...
|
#
1d5a31c9 |
| 20-May-2019 |
Patrick Venture <venture@google.com> |
bmc: move away from blobs namespace
The blobs namespace is really owned by phosphor-ipmi-blobs. Move all phosphor-ipmi-flash objects into ipmi_flash namespace.
Signed-off-by: Patrick Venture <vent
bmc: move away from blobs namespace
The blobs namespace is really owned by phosphor-ipmi-blobs. Move all phosphor-ipmi-flash objects into ipmi_flash namespace.
Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I51b721ad4f3cdc4cc43846c942967ed2e5f16589
show more ...
|
#
3ecb3503 |
| 17-May-2019 |
Patrick Venture <venture@google.com> |
bmc: enable configuration of all verification
Enable verification configuration beyond the result file check. This patchset allows a developer to provide their own verification mechanisms by implem
bmc: enable configuration of all verification
Enable verification configuration beyond the result file check. This patchset allows a developer to provide their own verification mechanisms by implementing an interface and adding configuration to enable using their custom version.
Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Iba5d4be75bb49d9c4ab84be8578f0306c15b5be9
show more ...
|