]> git.sur5r.net Git - u-boot/commit
efi_selftest: test gop bitblt
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 7 Feb 2018 21:14:23 +0000 (22:14 +0100)
committerAlexander Graf <agraf@suse.de>
Wed, 4 Apr 2018 09:00:07 +0000 (11:00 +0200)
commitb944e4711137a60064ef353a7d5972e59fe66c97
treeb51d3ee70ea70e48d13360b76c1e6dd23f747a54
parent0e0a3ceb509b19af55c5064607d9057ec7d8c1c4
efi_selftest: test gop bitblt

The test checks all block image transfer operations of the graphical output
protocol. An animated submarine is shown.

To run the test:

setenv efi_selftest bock image transfer
bootefi selftest

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_selftest/Makefile
lib/efi_selftest/efi_selftest_bitblt.c [new file with mode: 0644]