mirror of
https://git.proxmox.com/git/mirror_edk2
synced 2025-10-17 22:07:17 +00:00
![]() UEFI Shell spec defines Shell Dynamic Command protocol which is just for the purpose to extend internal command. So tftp command is changed from NULL class library to be a driver producing DynamicCommand protocol. The guideline is: 1. Only use NULL class library for Shell spec defined commands. 2. New commands can be provided as not only a standalone application but also a dynamic command. So it can be used either as an internal command, but also as a standalone application. TftpApp.inf is to provide a standalone application. TftpDynamicCommand.inf is to provide a standalone driver producing Dynamic Command protocol. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> |
||
---|---|---|
.. | ||
Tftp.c | ||
Tftp.h | ||
Tftp.uni | ||
TftpApp.c | ||
TftpApp.inf | ||
TftpDynamicCommand.c | ||
TftpDynamicCommand.inf |