public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch 0/3] MdeModulePkg: Add Boot Logo 2 Protocol
@ 2018-02-14  2:07 Kinney, Michael D
  2018-02-14  2:07 ` [Patch 1/3] " Kinney, Michael D
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Kinney, Michael D @ 2018-02-14  2:07 UTC (permalink / raw)
  To: edk2-devel
  Cc: Sean Brogan, Bret Barkelew, Jiewen Yao, Star Zeng, Eric Dong,
	Michael D Kinney

Branch for review:
https://github.com/mdkinney/edk2/tree/Bug_799_BootLogo2Protocol_V3

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>

Kinney, Michael D (2):
  MdeModulePkg: Add Boot Logo 2 Protocol
  MdeModulePkg/BootLogoLib: Use Boot Logo 2 Protocol

Michael D Kinney (1):
  MdeModulePkg/BootGraphicsResourceDxe: Add Boot Logo 2 Protocol

 MdeModulePkg/Include/Protocol/BootLogo2.h          | 114 +++++++++++
 MdeModulePkg/Library/BootLogoLib/BootLogoLib.c     |  18 +-
 MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf   |   2 +
 MdeModulePkg/MdeModulePkg.dec                      |   3 +
 .../BootGraphicsResourceTableDxe.c                 | 208 +++++++++++++++++++--
 .../BootGraphicsResourceTableDxe.inf               |   2 +
 6 files changed, 332 insertions(+), 15 deletions(-)
 create mode 100644 MdeModulePkg/Include/Protocol/BootLogo2.h

-- 
2.14.2.windows.3



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-02-15 22:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-14  2:07 [Patch 0/3] MdeModulePkg: Add Boot Logo 2 Protocol Kinney, Michael D
2018-02-14  2:07 ` [Patch 1/3] " Kinney, Michael D
2018-02-14  2:07 ` [Patch 2/3] MdeModulePkg/BootGraphicsResourceDxe: " Kinney, Michael D
2018-02-14  2:07 ` [Patch 3/3] MdeModulePkg/BootLogoLib: Use " Kinney, Michael D
2018-02-14  3:20   ` Sean Brogan
2018-02-15 22:52     ` Kinney, Michael D

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox