#
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>
|
#
f0f496c1 |
| 02-May-2017 |
Andrew Geissler <andrewg@us.ibm.com> |
Update softoff to support new host control interface The new host control design requires applications use its new dbus interfaces to interact with the host. This commit moves the s
Update softoff to support new host control interface The new host control design requires applications use its new dbus interfaces to interact with the host. This commit moves the softoff application over to this new interface. Change-Id: I3c6830a59d72df1f112ee7a63a08bfca53375bf7 Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
show more ...
|
#
12c2db79 |
| 14-May-2017 |
Lei YU <mine260309@gmail.com> |
Set init_priority attribute for global/static variables The initialization order of global/static variables and functions with constructor attribute is unspecified. Set init_pri
Set init_priority attribute for global/static variables The initialization order of global/static variables and functions with constructor attribute is unspecified. Set init_priority attribute to specify the initialization order. Resolves openbmc/openbmc#1581 Change-Id: Ia85804b3b9e537e0f32b712a3ce92e7d0be554b2 Signed-off-by: Lei YU <mine260309@gmail.com>
show more ...
|
#
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 ...
|
#
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 ...
|
#
b891a576 |
| 31-Mar-2017 |
Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> |
IPMI: Update the dbus object for soft power off with underscores Fixes openbmc/phosphor-host-ipmid#102 Change-Id: I3e7456401b7265a51578f9aa08bef2ae3f326849 Signed-off-by: Vishwa
IPMI: Update the dbus object for soft power off with underscores Fixes openbmc/phosphor-host-ipmid#102 Change-Id: I3e7456401b7265a51578f9aa08bef2ae3f326849 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
show more ...
|
#
83b5c1c0 |
| 25-Jan-2017 |
Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> |
Make IPMI changes to stop timer that is started by SoftPowerOff As part of Soft Power Off, there may be a timer that would be running. This patch will stop the timer when IPMI daemon rec
Make IPMI changes to stop timer that is started by SoftPowerOff As part of Soft Power Off, there may be a timer that would be running. This patch will stop the timer when IPMI daemon receives response from host for SoftPowerOff sequence of commands. Change-Id: Idacbff36444629623f8754de3d81d292ca19bb85 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
show more ...
|
#
0573237f |
| 06-Sep-2016 |
Tom <tomjoseph@in.ibm.com> |
Add privilege level for each IPMI command Change-Id: I07f160c6ea83dc91f46e21f263c4cf994aff081d Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
|
#
9e5232e5 |
| 07-Nov-2016 |
Tom <tomjoseph@in.ibm.com> |
Create library for System Interface Commands. There are IPMI commands like Read Event Message Buffer, Set BMC Global Enables and Get Message Flags which is to be executed from host i
Create library for System Interface Commands. There are IPMI commands like Read Event Message Buffer, Set BMC Global Enables and Get Message Flags which is to be executed from host interface only. So creating a separate library for these commands which would be used only by phosphor-host-ipmid. Change-Id: I14cb4019b9ab19c84e463e5a7820010f57f1c5eb Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
show more ...
|