]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg/BdsLib: Fixed TFTP when there are directories in the name
authorOlivier Martin <Olivier.Martin@arm.com>
Fri, 29 May 2015 14:00:39 +0000 (14:00 +0000)
committeroliviermartin <oliviermartin@Edk2>
Fri, 29 May 2015 14:00:39 +0000 (14:00 +0000)
commit9d8ee7815ca7ce02555e17b60b2672674a059ce4
treefee0b78cb2e4242da35b0c083316ec21b3a99229
parent90cd0f1ad713e46087aa7c3c81816fa2b17bcf1b
ArmPkg/BdsLib: Fixed TFTP when there are directories in the name

The TFTP Device Path might contain a list of File Path device
path nodes.
ConvertDevicePathToText() allows to concatenate these File Path
nodes.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <Olivier.Martin@arm.com>
Reviewed-by: Ronald Cron <Ronald.Cron@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17539 6f19259b-4bc3-4df7-8a09-765794883524
ArmPkg/Library/BdsLib/BdsFilePath.c