audk/ArmPlatformPkg/Bds
oliviermartin ecc62d1390 ArmPlatformPkg/Bds: Fixed adding support for new boot entry when the generated DevicePath is bigger than one node
The initial support was only considering the added Device Path will be a single node.
TFTP for instance requires two new nodes on the top of the ethernet Device Path; a first
one for the IP address of the server and a second one for the file to download.

This change replace the return argument from a DevicePath node by a DevicePath.
It means the End Device Path node is now required.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>



git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14194 6f19259b-4bc3-4df7-8a09-765794883524
2013-03-12 01:03:23 +00:00
..
Bds.c ArmPkg: Introduce GetGlobalEnvironmentVariable() function. 2013-03-12 00:42:59 +00:00
Bds.inf ArmPlatformPkg/Bds/BootMenu.c: Set "Fdt" UEFI variable as local 2013-01-28 11:44:50 +00:00
BdsHelper.c ARM Packages: Fixed line endings 2013-01-25 11:28:06 +00:00
BdsInternal.h ArmPlatformPkg/Bds: Fixed adding support for new boot entry when the generated DevicePath is bigger than one node 2013-03-12 01:03:23 +00:00
BootMenu.c ArmPlatformPkg/Bds: Fixed adding support for new boot entry when the generated DevicePath is bigger than one node 2013-03-12 01:03:23 +00:00
BootOption.c ArmPkg: Introduce GetGlobalEnvironmentVariable() function. 2013-03-12 00:42:59 +00:00
BootOptionSupport.c ArmPlatformPkg/Bds: Fixed adding support for new boot entry when the generated DevicePath is bigger than one node 2013-03-12 01:03:23 +00:00