]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/Universal/BdsDxe/Bds.h
MdeModulePkg: Add BdsDxe driver and PlatformBootManagerNull library.
authorRuiyu Ni <ruiyu.ni@intel.com>
Wed, 6 May 2015 04:48:56 +0000 (04:48 +0000)
committerniruiyu <niruiyu@Edk2>
Wed, 6 May 2015 04:48:56 +0000 (04:48 +0000)
commitf4cd24da284adfbac2aa471ed5624cf5782c632a
treef41210e5c8dc4ca7c20241f852e518505e99c339
parent1d1122292572cbaf73d8e8d2d39d01a8a28da76a
MdeModulePkg: Add BdsDxe driver and PlatformBootManagerNull library.

BdsDxe driver links to UefiBootManagerLib and PlatformBootManager to
provide a pure UEFI boot manager conforming to the UEFI spec.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17328 6f19259b-4bc3-4df7-8a09-765794883524
12 files changed:
MdeModulePkg/Include/Library/PlatformBootManagerLib.h [new file with mode: 0644]
MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManager.c [new file with mode: 0644]
MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf [new file with mode: 0644]
MdeModulePkg/MdeModulePkg.dec
MdeModulePkg/MdeModulePkg.dsc
MdeModulePkg/Universal/BdsDxe/Bds.h [new file with mode: 0644]
MdeModulePkg/Universal/BdsDxe/BdsDxe.inf [new file with mode: 0644]
MdeModulePkg/Universal/BdsDxe/BdsEntry.c [new file with mode: 0644]
MdeModulePkg/Universal/BdsDxe/HwErrRecSupport.c [new file with mode: 0644]
MdeModulePkg/Universal/BdsDxe/HwErrRecSupport.h [new file with mode: 0644]
MdeModulePkg/Universal/BdsDxe/Language.c [new file with mode: 0644]
MdeModulePkg/Universal/BdsDxe/Language.h [new file with mode: 0644]