From 2edb5ad38c9db213cc609ed55574504154fd2f52 Mon Sep 17 00:00:00 2001 From: oliviermartin Date: Tue, 12 Mar 2013 01:04:10 +0000 Subject: ArmPkg/BdsLib: Fixed TFTP and PXE Boot - An Ascii filename must be passed to the TFTP service (was a Unicode filename) - If the PXE service had already configured the connection we need to restart when we want to download a new file or do a do a PXE Boot. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14195 6f19259b-4bc3-4df7-8a09-765794883524 --- ArmPkg/Library/BdsLib/BdsLib.inf | 1 + 1 file changed, 1 insertion(+) (limited to 'ArmPkg/Library/BdsLib/BdsLib.inf') diff --git a/ArmPkg/Library/BdsLib/BdsLib.inf b/ArmPkg/Library/BdsLib/BdsLib.inf index 58708071a0..ccca39ab91 100644 --- a/ArmPkg/Library/BdsLib/BdsLib.inf +++ b/ArmPkg/Library/BdsLib/BdsLib.inf @@ -65,6 +65,7 @@ gEfiDiskIoProtocolGuid gEfiUsbIoProtocolGuid gEfiLoadedImageProtocolGuid + gEfiSimpleNetworkProtocolGuid [FeaturePcd] gArmTokenSpaceGuid.PcdArmPsciSupport -- cgit v1.2.3