Re: [U-Boot] [PATCH 2/2] efi_loader: Optimize GOP more

2018-03-16 Thread Heinrich Schuchardt
On 03/16/2018 11:55 AM, Heinrich Schuchardt wrote: On 03/15/2018 03:02 PM, Alexander Graf wrote: The GOP path was optimized, but still not as fast as it should be. Let's push it even further by trimming the hot path into simple 32bit load/store operations for buf->vid 32bpp operations. Si

Re: [U-Boot] [PATCH 2/2] efi_loader: Optimize GOP more

2018-03-16 Thread Heinrich Schuchardt
On 03/15/2018 03:02 PM, Alexander Graf wrote: The GOP path was optimized, but still not as fast as it should be. Let's push it even further by trimming the hot path into simple 32bit load/store operations for buf->vid 32bpp operations. Signed-off-by: Alexander Graf --- lib/efi_loader/efi_go

[U-Boot] [PATCH 2/2] efi_loader: Optimize GOP more

2018-03-15 Thread Alexander Graf
The GOP path was optimized, but still not as fast as it should be. Let's push it even further by trimming the hot path into simple 32bit load/store operations for buf->vid 32bpp operations. Signed-off-by: Alexander Graf --- lib/efi_loader/efi_gop.c | 176 ++---