]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPlatformPkg/ArmShellCmdRunAxf: remove BdsLib dependency
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 29 Mar 2017 12:13:26 +0000 (13:13 +0100)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 5 Apr 2017 13:54:35 +0000 (14:54 +0100)
commit6677dfcd12bbb185d22367838f4401a01d92b6e5
treecc451cbcfae578579db42b1a32c69060531b3836
parent80c4b236389fb246dfd5c4f28e625600974a575d
ArmPlatformPkg/ArmShellCmdRunAxf: remove BdsLib dependency

Remove ArmShellCmdRunAxf's dependency on the deprecated BdsLib by
cloning the ShutdownUefiBootServices() routine into a local source
file; this is the only BdsLib feature 'runaxf' depends on.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Tested-by: Ryan Harkin <ryan.harkin@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
ArmPlatformPkg/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.inf
ArmPlatformPkg/Library/ArmShellCmdRunAxf/RunAxf.c