efi_loader: Optimize GOP more
authorAlexander Graf <agraf@suse.de>
Thu, 15 Mar 2018 14:02:29 +0000 (15:02 +0100)
committerAlexander Graf <agraf@suse.de>
Wed, 4 Apr 2018 09:08:59 +0000 (11:08 +0200)
commit8e475064097d182191129e31846c585421f0f85a
tree2e0e586c767b8418f391dffb3cc0f4dae3a7777f
parentba718e67a27f036093d352af46b8ebcb1bbb8316
efi_loader: Optimize GOP more

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 <agraf@suse.de>
lib/efi_loader/efi_gop.c