]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPkg/Include/Library/BdsLib.h
ArmPkg/BdsLib: Upgrade the library to use natively the Device Path
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 11 Jun 2011 11:56:30 +0000 (11:56 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 11 Jun 2011 11:56:30 +0000 (11:56 +0000)
commita355a3654f0af22db9f68d988dbb4c72b835f414
treeed34e67320d2f483270a79887138ea02a196c474
parente6b3b50834110bc796a3706d6de80de113f439d2
ArmPkg/BdsLib: Upgrade the library to use natively the Device Path

The previous version was using the string representation of the Device Path.
This new version takes as paramater the binary representation of the Device Path

It also tries to detect which kind of device support it refers by using the remaining
part of the Device Path after it has been loaded by gBS->ConnectController()

Lots of bug have been fixed as well in this new version.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11799 6f19259b-4bc3-4df7-8a09-765794883524
13 files changed:
ArmPkg/ArmPkg.dec
ArmPkg/Include/Library/BdsLib.h [new file with mode: 0644]
ArmPkg/Include/Library/BdsUnixLib.h
ArmPkg/Library/BdsLib/BdsAppLoader.c
ArmPkg/Library/BdsLib/BdsFilePath.c
ArmPkg/Library/BdsLib/BdsFilePathFs.c [deleted file]
ArmPkg/Library/BdsLib/BdsFilePathFv.c [deleted file]
ArmPkg/Library/BdsLib/BdsFilePathMem.c [deleted file]
ArmPkg/Library/BdsLib/BdsHelper.c
ArmPkg/Library/BdsLib/BdsInternal.h
ArmPkg/Library/BdsLib/BdsLib.inf
ArmPkg/Library/BdsLib/BdsLinuxLoader.c
ArmPkg/Library/BdsLib/BdsLinuxLoader.h