]> git.sur5r.net Git - u-boot/commit
efi_loader: correctly support parameter delta in Blt
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 14 Mar 2018 18:57:02 +0000 (19:57 +0100)
committerAlexander Graf <agraf@suse.de>
Wed, 4 Apr 2018 09:00:07 +0000 (11:00 +0200)
commit51a0f4512295429a8511d8fbce2e4d26d6bc1fcb
treeac52490acf0b8ecb90d887392534cd2461e32ad5
parent6fc901c538907f48d4253a6e23987df2268f75ae
efi_loader: correctly support parameter delta in Blt

In the Blt service of the EFI_GRAPHICS_OUTPUT_PROTOCOL the parameter delta
is measured in bytes and not in pixels.

The coding only supports delta being a multiple of four. The UEFI
specification does not explicitly require this but as pixels have a size of
four bytes we should be able to assume four byte alignment.

The corresponding unit test is corrected, too. It can be launched with

setenv efi_selftest block image transfer
bootefi selftest

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_gop.c
lib/efi_selftest/efi_selftest_bitblt.c