]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg/PlatformBootManagerLib: Add EnableQuietBoot & DisableQuietBoot
authorRuiyu Ni <ruiyu.ni@intel.com>
Wed, 20 Apr 2016 10:28:39 +0000 (18:28 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Wed, 4 May 2016 00:47:44 +0000 (08:47 +0800)
commit817fb3ac2a781d4732d240ad69fb3fb9d44b0e29
treeabba76523b95a01377b4a07532791ca8a5e5adcf
parent9828cc24208cc43473deb3ca48eaa9f62789365b
OvmfPkg/PlatformBootManagerLib: Add EnableQuietBoot & DisableQuietBoot

EnableQuietBoot and DisableQuietBoot are copied from
IntelFrameworkModulePkg/Library/GenericBdsLib/BdsConsole.c.
Because these two functions are not in UefiBootManagerLib.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.h
OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
OvmfPkg/Library/PlatformBootManagerLib/QuietBoot.c [new file with mode: 0644]