> On Jan 9, 2015, at 7:09 AM, Ryan Harkin <ryan.har...@linaro.org> wrote:
> 
> I can't find a TFTP command in the shell on my ARM64 Juno platform.
> 
> Did I miss something?  (I think not)
> 
> Considering TFTP is already supported via the ARM BDS menus, I'm thinking 
> that a command can't be that hard to implement.  Although maybe I'm being 
> overly optimistic here!
> 

The EBL (edk2 Boot Loader) supports TFTP from the command line as  a volume 
name. 

The TFTP is implemented in this library, and it should be a good example of how 
to create a command (you might be able to just link the library and make the 
calls). 
https://svn.code.sf.net/p/edk2/code/trunk/edk2/EmbeddedPkg/Library/EfiFileLib/EfiFileLib.c

Thanks,

Andrew Fish

> Google shows that many Intel platforms already have a TFTP command in their 
> shell, so someone has certainly written one before, although I can't easily 
> find any source for it.
> 
> Cheers,
> Ryan.
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming! The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. 
> http://goparallel.sourceforge.net_______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/edk2-devel


------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to