commit | 6fc2c704d40255e418857b60e86cf8d76fbcda4b | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Tue Jun 19 13:34:54 2018 +0200 |
committer | Alexander Graf <agraf@suse.de> | Thu Jun 21 17:18:18 2018 +0200 |
tree | 7485dd780b7f19c1caad6c796b8284d809a9a831 | |
parent | a5742efa20384a27d51ee6c43d02c2025536c65d [diff] |
efi_loader: Fix GOP 32bpp exposure We store pixels as BGRA in memory, as can be seen from struct efi_gop_pixel. So we need to expose the same format to UEFI payloads to actually have them use the correct colors. Reported-by: Fabian Vogt <fvogt@suse.com> Tested-by: Peter Robinson <pbrobinson@gmail.com> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>