[PATCH docs v3] Update dbus-interfaces.md

OpenBMC Patches openbmc-patches at stwcx.xyz
Fri Jul 8 05:40:12 AEST 2016


From: Chris Austen <austenc at us.ibm.com>

dbus-interfaces: Add org.openbmc.control.BmcFlash.update method
Signed-off-by: Chris Austen <austenc at us.ibm.com>
---
 dbus-interfaces.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dbus-interfaces.md b/dbus-interfaces.md
index 524bc3f..f4e043d 100644
--- a/dbus-interfaces.md
+++ b/dbus-interfaces.md
@@ -311,6 +311,8 @@ The control.BmcFlash interface allows applications update the BMC firmware.
 | `updateViaTftp` | `ss`         | `void`        | **Perform a BMC firmware update using a TFTP server.**|
 |                 | `s`          |               | The ipv4 address of the TFTP server hosting the firmware image file.|
 |                 | `s`          |               | The name of the file containing the BMC firmware image.|
+| `update`        | `s`          | `void`        | **Perform a BMC firmware update with a file already on the BMC.**|
+|                 | `s`          |               | The name of the file containing the BMC firmware image.|
 
 ### signals
 | name           | signature | description                              |
-- 
2.9.0




More information about the openbmc mailing list