mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-27 07:01:24 +00:00
51a0f45122
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> |
||
---|---|---|
.. | ||
.gitignore | ||
efi_selftest.c | ||
efi_selftest_bitblt.c | ||
efi_selftest_block_device.c | ||
efi_selftest_console.c | ||
efi_selftest_controllers.c | ||
efi_selftest_devicepath.c | ||
efi_selftest_disk_image.h | ||
efi_selftest_event_groups.c | ||
efi_selftest_events.c | ||
efi_selftest_exitbootservices.c | ||
efi_selftest_fdt.c | ||
efi_selftest_gop.c | ||
efi_selftest_manageprotocols.c | ||
efi_selftest_miniapp_exit.c | ||
efi_selftest_miniapp_return.c | ||
efi_selftest_snp.c | ||
efi_selftest_startimage_exit.c | ||
efi_selftest_startimage_return.c | ||
efi_selftest_textinput.c | ||
efi_selftest_textoutput.c | ||
efi_selftest_tpl.c | ||
efi_selftest_util.c | ||
efi_selftest_watchdog.c | ||
Kconfig | ||
Makefile |