mbox series

[U-Boot,v2,0/2] efi_loader: implement missing bit blit operations in gop

Message ID 20180207211423.15958-1-xypron.glpk@gmx.de
Headers show
Series efi_loader: implement missing bit blit operations in gop | expand

Message

Heinrich Schuchardt Feb. 7, 2018, 9:14 p.m. UTC
The patch series implements the missing block image transfer operations of
the graphical output protocol

A unit test is provided.

---
v2
	correct commit message
---
Heinrich Schuchardt (2):
  efi_loader: implement missing bit blit operations in gop
  efi_selftest: test gop bitblt

 include/efi_api.h                      |  10 +-
 lib/efi_loader/efi_gop.c               | 158 +++++++++++++----
 lib/efi_selftest/Makefile              |   1 +
 lib/efi_selftest/efi_selftest_bitblt.c | 311 +++++++++++++++++++++++++++++++++
 4 files changed, 443 insertions(+), 37 deletions(-)
 create mode 100644 lib/efi_selftest/efi_selftest_bitblt.c