#
b35ea6e9 |
| 10-Mar-2022 |
Jian Zhang <zhangjian.3032@bytedance.com> |
net-ipmid: sol: Remove set/get sol conf command
Move set/get sol config parameter command from net-ipmid to host-ipmid, these commands could be set by other interface, not Lan only. In ipmi-host, wi
net-ipmid: sol: Remove set/get sol conf command
Move set/get sol config parameter command from net-ipmid to host-ipmid, these commands could be set by other interface, not Lan only. In ipmi-host, will be achieved in transporthandler.
Notice: In host-ipmid, will get/set the dbus properties only, need sol manager register the signal to update sol manager when properties changed.
Tested: Build OK, for details will describe in ipmi-host commit message.
Change-Id: Iae79aa02a483e983c212d8cd617685fc33c64c67 Signed-off-by: Jian Zhang <zhangjian.3032@bytedance.com>
show more ...
|
#
2085ae07 |
| 10-Jun-2021 |
Vernon Mauery <vernon.mauery@linux.intel.com> |
replace tuple-based singleton with individual singletons The tuple-based singletons did not actually enforce singleton behavior and the requirement of the accessor mechanism to include a
replace tuple-based singleton with individual singletons The tuple-based singletons did not actually enforce singleton behavior and the requirement of the accessor mechanism to include all of the member types at once was starting to cause a header prerequisite tangle. This removes the cross-dependencies and enforces actual singletons by making a single way to access the class. Tested: Run ipmitool to show that behavior has not changed Change-Id: Ie966e1142363d279365b1095066380c8383e9f9b Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
show more ...
|
#
29086950 |
| 09-Mar-2020 |
Cheng C Yang <cheng.c.yang@linux.intel.com> |
Add dbus interface for sol commands Add dbus interface for sol config parameters so that after move set/get sol config parameter command from net-ipmid to host-ipmid, the command can
Add dbus interface for sol commands Add dbus interface for sol config parameters so that after move set/get sol config parameter command from net-ipmid to host-ipmid, the command can send config parameters to net-ipmid sol service through the dbus interface. Tested by: busctl introspect xyz.openbmc_project.Settings /xyz/openbmc_project /network/host0/sol can show correct dbus properties of sol parameters. ipmitool -I lanplus -H x -U x -P x raw 0x0c 0x21 0x0e 0x00 0x01 ipmitool -I lanplus -H x -U x -P x raw 0x0c 0x21 0x0e 0x01 0x00 ipmitool -I lanplus -H x -U x -P x raw 0x0c 0x21 0x0e 0x02 0x83 ipmitool -I lanplus -H x -U x -P x raw 0x0c 0x21 0x0e 0x03 0x5 0x03 ipmitool -I lanplus -H x -U x -P x raw 0x0c 0x21 0x0e 0x04 0x5 0x03 all these commands can change the dbus properties as the value in above commands. Before and after run these commands, ipmitool -I lanplus -H x -U x -P x sol activate can start sol session correctly. After reboot BMC, "Progress" property in dbus interface change back to 0 and other properties will not reset to default value. Signed-off-by: Cheng C Yang <cheng.c.yang@linux.intel.com> Change-Id: Ib441b551a1559908c427be5378ff3414693e20dd
show more ...
|
#
9e801a2b |
| 12-Oct-2018 |
Vernon Mauery <vernon.mauery@linux.intel.com> |
netipmid: apply clang-format rules Lots of whitespace change. Let clang-format do its job and keep the code looking nice. Change-Id: Idfcad1a99cab8170d55a06163de8ad3f420b68b7
netipmid: apply clang-format rules Lots of whitespace change. Let clang-format do its job and keep the code looking nice. Change-Id: Idfcad1a99cab8170d55a06163de8ad3f420b68b7 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
show more ...
|
#
80938497 |
| 21-Mar-2018 |
Tom Joseph <tomjoseph@in.ibm.com> |
Implement get payload instance info command Resolves openbmc/openbmc#2892 Change-Id: Id5f95df64bcdc97646f11d6d3630eead062c4193 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
|
#
15771d18 |
| 27-Apr-2017 |
Tom Joseph <tomjoseph@in.ibm.com> |
Add Get/Set SOL configuration commands to registerCommands. Resolves openbmc/openbmc#858 Change-Id: I5ddca8a5166ae41764c74ae2a8da858de82a1f47 Signed-off-by: Tom Joseph <tomjosep
Add Get/Set SOL configuration commands to registerCommands. Resolves openbmc/openbmc#858 Change-Id: I5ddca8a5166ae41764c74ae2a8da858de82a1f47 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
show more ...
|
#
e088bf0f |
| 02-Apr-2017 |
Tom Joseph <tomjoseph@in.ibm.com> |
Provide API to hook SOL commands to the command table. Change-Id: Ib95ac064044f60e4cc90ea412b0992779e4b2469 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
|