#
523e2d1b |
| 05-Sep-2023 |
Willy Tu <wltu@google.com> |
ipmid: Update sdbuspp namespaces
Fixed all errors when we remove `SDBUSPP_REMOVE_DEPRECATED_NAMESPACE` in sdbusplus.
Change-Id: I5607585b2709faa7aee347d26e458ef769ca1626 Signed-off-by: Willy Tu <wl
ipmid: Update sdbuspp namespaces
Fixed all errors when we remove `SDBUSPP_REMOVE_DEPRECATED_NAMESPACE` in sdbusplus.
Change-Id: I5607585b2709faa7aee347d26e458ef769ca1626 Signed-off-by: Willy Tu <wltu@google.com>
show more ...
|
#
fbc6c9d7 |
| 10-May-2023 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest .clang-format from the docs repository and reformat the repository.
Change-Id: I44441096113929ce96eb1439e2932e6ff3c87f27 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
5d82f474 |
| 22-Jul-2022 |
Patrick Williams <patrick@stwcx.xyz> |
sdbusplus: use shorter type aliases
The sdbusplus headers provide shortened aliases for many types. Switch to using them to provide better code clarity and shorter lines. Possible replacements are
sdbusplus: use shorter type aliases
The sdbusplus headers provide shortened aliases for many types. Switch to using them to provide better code clarity and shorter lines. Possible replacements are for: * bus_t * exception_t * manager_t * match_t * message_t * object_t * slot_t
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ibd2a0b512bfb7caf65bfab64b271d194da520aac
show more ...
|
#
c7021b86 |
| 28-Apr-2021 |
Andrew Geissler <geissonator@yahoo.com> |
host-condition: initial framework This commit lays the groundwork for supporting the new xyz.openbmc_project.Condition.HostFirmware interface and the CurrentFirmwareCondition propert
host-condition: initial framework This commit lays the groundwork for supporting the new xyz.openbmc_project.Condition.HostFirmware interface and the CurrentFirmwareCondition property within it. The goal is for phosphor-host-ipmid to support both the existing (but deprecated) Execute(Heartbeat) as well as the new CurrentFirmwareCondition. This new interface provides a more specific mechanism to check if the host firmware is up and alive, allowing for other protocols (i.e. PLDM) to also implement the interface easily. The reasoning behind this change can be found in the PDI commit: https://github.com/openbmc/phosphor-dbus-interfaces/commit/ec9fc42 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I39059c25a99f0c438748b6ad08e3bc936ba384ac
show more ...
|
#
0b02be92 |
| 31-Aug-2018 |
Patrick Venture <venture@google.com> |
add .clang-format Change-Id: I7c2a527b4751a560703a61fcbe9638b150546af5 Signed-off-by: Patrick Venture <venture@google.com>
|
#
3eb117a3 |
| 12-Jul-2017 |
Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> |
Use Host Command Manager in host interface implementation Change-Id: Icefce510a3a0022bf0288fa99518459b732a2e04 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
|
#
83159703 |
| 03-Apr-2017 |
Andrew Geissler <andrewg@us.ibm.com> |
Add timeout support to host control On timeout, send error signal for all commands within the queue Change-Id: Ic995fd4b057bd83f121a3deec405a26e0991e9a2 Signed-off-by: Andrew Ge
Add timeout support to host control On timeout, send error signal for all commands within the queue Change-Id: Ic995fd4b057bd83f121a3deec405a26e0991e9a2 Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
show more ...
|
#
0c07c320 |
| 22-Mar-2017 |
Andrew Geissler <andrewg@us.ibm.com> |
Enable multiple commands to be queued at once With this commit, the control host interface allows multiple commands to be queued up and sent in a FIFO order to the host Change-I
Enable multiple commands to be queued at once With this commit, the control host interface allows multiple commands to be queued up and sent in a FIFO order to the host Change-Id: I76908d988608ef6dcc1d7f945c6c4a1c5c29e44b Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
show more ...
|
#
12866370 |
| 21-Mar-2017 |
Andrew Geissler <andrewg@us.ibm.com> |
Implement basic queue for sending multiple commands Sends dbus signal upon completion of command Change-Id: Ic507f35af0b38305eecd5558c55738f2d283aac5 Signed-off-by: Andrew Geiss
Implement basic queue for sending multiple commands Sends dbus signal upon completion of command Change-Id: Ic507f35af0b38305eecd5558c55738f2d283aac5 Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
show more ...
|
#
1b9d4e5c |
| 21-Mar-2017 |
Andrew Geissler <andrewg@us.ibm.com> |
Send the SMS attention to host when Execute called Change-Id: Id523470fcabf59cf2bda592cf1fe687ac44c3328 Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
|
#
62817fa9 |
| 20-Mar-2017 |
Andrew Geissler <andrewg@us.ibm.com> |
Register new Control.Host bus in ipmid This sets up the framework for future commits to implement the required interfaces and signals in Control.Host Change-Id: I43cd7d3047ed9cf
Register new Control.Host bus in ipmid This sets up the framework for future commits to implement the required interfaces and signals in Control.Host Change-Id: I43cd7d3047ed9cfbf1a01e7ba3a0310e9d47c307 Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
show more ...
|
#
dd2c6fdc |
| 16-Mar-2017 |
Andrew Geissler <andrewg@us.ibm.com> |
Compile new control host code The purpose of this series of commits is to provide the ability for other services to communicate with the host. Specifically with this series, to
Compile new control host code The purpose of this series of commits is to provide the ability for other services to communicate with the host. Specifically with this series, to be able to request the host power itself down or to simply check if the host is running. Change-Id: I0136467cd3f258fbed3e40e4b7269ed4d8a23e46 Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
show more ...
|