]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg: Add Boot Logo 2 Protocol
authorKinney, Michael D <michael.d.kinney@intel.com>
Wed, 20 Dec 2017 20:43:50 +0000 (12:43 -0800)
committerMichael D Kinney <michael.d.kinney@intel.com>
Wed, 28 Feb 2018 19:57:02 +0000 (11:57 -0800)
commitb7c7ec8c178d4a6de7ee8d75be2cc505a72b56f6
tree41f2d38d86a8332518afec1f94d62b87b95a7dde
parent44d2e8d7cab3ee1be0cf02f604d833e6b75b04b2
MdeModulePkg: Add Boot Logo 2 Protocol

https://bugzilla.tianocore.org/show_bug.cgi?id=799

Based on content from the following branch/commit:
https://github.com/Microsoft/MS_UEFI/tree/share/MsCapsuleSupport
https://github.com/Microsoft/MS_UEFI/commit/33bab4031a417d7d5a7d356c15a14c2e60302b2d

Add new Boot Logo 2 Protocol that adds a GetBootLogo()
service that can be used to retrieve the GOP BLT buffer,
location, and size of the boot logo that was previously
registered with the SetBootLogo() service.

The Boot Logo 2 Protocol service GetBootLogo() is amended
to return the pointer to the GOP BLT buffer previously
registered with the SetBootLogo() service.

Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Sean Brogan <sean.brogan@microsoft.com>
MdeModulePkg/Include/Protocol/BootLogo2.h [new file with mode: 0644]
MdeModulePkg/MdeModulePkg.dec