[U-Boot] [PATCH v2 0/2] efi_loader: implement missing bit blit operations in gop
Heinrich Schuchardt
xypron.glpk at gmx.de
Wed Feb 7 21:14:21 UTC 2018
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
More information about the U-Boot
mailing list