Re: [U-Boot] [PATCH] efi_loader: Fix GOP 32bpp exposure

2018-06-21 Thread Anatolij Gustschin
Hi Heinrich, On Tue, 19 Jun 2018 19:01:06 +0200 Heinrich Schuchardt xypron.g...@gmx.de wrote: ... > @Anatolij: > Do you have an overview if we have blue in the low bits of the pixels in > all low endian U-Boot supported devices? No, I don't have such overview. -- Anatolij ___

Re: [U-Boot] [PATCH] efi_loader: Fix GOP 32bpp exposure

2018-06-19 Thread Heinrich Schuchardt
On 06/19/2018 01:47 PM, Alexander Graf wrote: > 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 > Signed-off-by: Alexander Graf > ---

Re: [U-Boot] [PATCH] efi_loader: Fix GOP 32bpp exposure

2018-06-19 Thread Peter Robinson
On Tue, Jun 19, 2018 at 12:47 PM, Alexander Graf wrote: > 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 > Signed-off-by: Alexander Gr

[U-Boot] [PATCH] efi_loader: Fix GOP 32bpp exposure

2018-06-19 Thread Alexander Graf
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 Signed-off-by: Alexander Graf --- lib/efi_loader/efi_gop.c | 2 +- 1 file changed, 1 insertio