
7 Feb
2018
7 Feb
'18
10:14 p.m.
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
--
2.14.2