summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Common
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2017-03-29 13:43:47 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-04-11 10:50:14 +0000
commit826503c3f759897ae7f52c6fba432bb703b09424 (patch)
treecd0bae8acb45c5b3add97b534bf16f7bf31b60b2 /xyz/openbmc_project/Common
parent2b1e8c6b3513d94c0b000f040ea54448c8fab7b8 (diff)
downloadphosphor-dbus-interfaces-826503c3f759897ae7f52c6fba432bb703b09424.tar.gz
phosphor-dbus-interfaces-826503c3f759897ae7f52c6fba432bb703b09424.zip
TFTP Interface
Added a TFTP.interface.yaml To be used at /xyz/openbmc_project/software to download software images. Part of openbmc/openbmc#1331 Change-Id: I87905ffe45efc2d50c7f14b5649ecce2b00d566f Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'xyz/openbmc_project/Common')
-rw-r--r--xyz/openbmc_project/Common/TFTP.interface.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Common/TFTP.interface.yaml b/xyz/openbmc_project/Common/TFTP.interface.yaml
new file mode 100644
index 0000000..0a4665a
--- /dev/null
+++ b/xyz/openbmc_project/Common/TFTP.interface.yaml
@@ -0,0 +1,15 @@
+description: >
+ Implement to provide TFTP (Trivial File Transfer Protocol).
+methods:
+ - name: DownloadViaTFTP
+ description: >
+ Download a file via TFTP.
+ parameters:
+ - name: FileName
+ type: string
+ description: >
+ The name of the file to transfer.
+ - name: ServerAddress
+ type: string
+ description: >
+ The TFTP Server IP Address.
OpenPOWER on IntegriCloud