summaryrefslogtreecommitdiff
path: root/Platform/ARM/VExpressPkg/ArmVExpress-networking.fdf.inc
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2017-11-30 09:01:09 +0000
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2017-11-30 13:39:30 +0000
commit6ec048e346de7189918d2c3644b14d92fa93b6be (patch)
tree9e7ed4848ce7aac2d4275697745590fda9420fbb /Platform/ARM/VExpressPkg/ArmVExpress-networking.fdf.inc
parent53a3ad49a95e49dcadee216f99b9cdab789c0012 (diff)
downloadedk2-platforms-6ec048e346de7189918d2c3644b14d92fa93b6be.tar.xz
Platform/ARM: move to new TFTP Shell command implementation
Upstream EDK2 has refactored the implementation of the TFTP Shell command so update the ARM platforms accordingly. Instead of having to add the new module to all .FDF files under Platform/ARM, add it to the 'networking FDF' include file and include that everywhere. Also, add a build time option to omit the TFTP command. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Tested-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'Platform/ARM/VExpressPkg/ArmVExpress-networking.fdf.inc')
-rw-r--r--Platform/ARM/VExpressPkg/ArmVExpress-networking.fdf.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/Platform/ARM/VExpressPkg/ArmVExpress-networking.fdf.inc b/Platform/ARM/VExpressPkg/ArmVExpress-networking.fdf.inc
index 57af0f70ee..05809559cd 100644
--- a/Platform/ARM/VExpressPkg/ArmVExpress-networking.fdf.inc
+++ b/Platform/ARM/VExpressPkg/ArmVExpress-networking.fdf.inc
@@ -25,3 +25,10 @@
INF MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
INF MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
INF MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
+
+!if $(INCLUDE_TFTP_COMMAND) == TRUE
+ #
+ # TFTP Shell command
+ #
+ INF ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf
+!endif