]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPkg/Include/Library/BdsLib.h
ArmPkg/BdsLib: Replaced BdsLoadApplication() by LocateEfiApplicationInFv()
authorOlivier Martin <Olivier.Martin@arm.com>
Tue, 14 Jul 2015 14:30:08 +0000 (14:30 +0000)
committeroliviermartin <oliviermartin@Edk2>
Tue, 14 Jul 2015 14:30:08 +0000 (14:30 +0000)
commit0c72676d371f8a2988f1fae958da696444e70672
tree63ae6fd8c12e65b6ff168989154ff1d73d9f7dfb
parent4fc18df9139bf5942249c77132d033a298b11c29
ArmPkg/BdsLib: Replaced BdsLoadApplication() by LocateEfiApplicationInFv()

Replaced the function BdsLoadApplication() by two explicit
functions that load the EFI application either by its GUID
or its Name.

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@17966 6f19259b-4bc3-4df7-8a09-765794883524
ArmPkg/Include/Library/BdsLib.h
ArmPkg/Library/BdsLib/BdsAppLoader.c
ArmPlatformPkg/Bds/Bds.inf
ArmPlatformPkg/Bds/BootMenu.c