From 826503c3f759897ae7f52c6fba432bb703b09424 Mon Sep 17 00:00:00 2001 From: Gunnar Mills Date: Wed, 29 Mar 2017 13:43:47 -0500 Subject: 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 --- xyz/openbmc_project/Common/TFTP.interface.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 xyz/openbmc_project/Common/TFTP.interface.yaml (limited to 'xyz/openbmc_project/Common') 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. -- cgit v1.2.1