]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
ArmPkg/PlatformBootManagerLib: implement new generic version
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 11 May 2016 12:46:05 +0000 (14:46 +0200)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 12 May 2016 11:56:50 +0000 (13:56 +0200)
commitc976f9cb7dbd0258697fb2dcd2e1a423ca2b94e0
treee44ab603f649e6e62488bdb5f56a470fedec7bcc
parentcf580da1bc4c16026cb1732f741a892b2d3d3d67
ArmPkg/PlatformBootManagerLib: implement new generic version

This implements the platform glue for the new generic BDS implementation.
It is based on the ArmVirtQemu version, with the QEMU references removed.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
ArmPkg/Library/PlatformBootManagerLib/PlatformBm.c [new file with mode: 0644]
ArmPkg/Library/PlatformBootManagerLib/PlatformBm.h [new file with mode: 0644]
ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf [new file with mode: 0644]
ArmPkg/Library/PlatformBootManagerLib/QuietBoot.c [new file with mode: 0644]