]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/MdeModulePkg.dec
MdeModulePkg: Add EDK2 Platform Boot Manager Protocol
authorAshish Singhal <ashishsingha@nvidia.com>
Tue, 24 Dec 2019 02:57:47 +0000 (10:57 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 8 Jan 2020 07:28:39 +0000 (07:28 +0000)
commit972d88726410e21b1fff1a528854202c67e97ef1
tree87c74dc4eb693acab30a4b1f604394648c8ad7d0
parentc9d72628432126cbce58a48b440e4944baa4beab
MdeModulePkg: Add EDK2 Platform Boot Manager Protocol

Add edk2 platform boot manager protocol which would have platform
specific refreshes to the auto enumerated as well as NV boot options
for the platform.

Signed-off-by: Ashish Singhal <ashishsingha@nvidia.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
MdeModulePkg/Include/Protocol/PlatformBootManager.h [new file with mode: 0644]
MdeModulePkg/Library/UefiBootManagerLib/BmBoot.c
MdeModulePkg/Library/UefiBootManagerLib/InternalBm.h
MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
MdeModulePkg/MdeModulePkg.dec