diff options
| author | Chris Austen <austenc@us.ibm.com> | 2016-07-07 14:25:24 -0500 |
|---|---|---|
| committer | Jeremy Kerr <jk@ozlabs.org> | 2016-07-08 16:53:35 +0800 |
| commit | 6690c40861f314cab24d77e47911b02a4333309c (patch) | |
| tree | f685dc4cea36630d76e0a636f59f351ab8b48797 | |
| parent | 4cd993e2ebeeba49468f485fda6b3e9b6f1cec7b (diff) | |
| download | openbmc-docs-6690c40861f314cab24d77e47911b02a4333309c.tar.gz openbmc-docs-6690c40861f314cab24d77e47911b02a4333309c.zip | |
dbus-interfaces: Add org.openbmc.control.BmcFlash.update method
Signed-off-by: Chris Austen <austenc@us.ibm.com>
| -rw-r--r-- | dbus-interfaces.md | 2 |
1 files changed, 2 insertions, 0 deletions
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 | |

