efi_loader: re-enable GRUB workaround on 32bit ARM
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 22 Jul 2019 20:04:36 +0000 (22:04 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 30 Jul 2019 19:36:22 +0000 (21:36 +0200)
commit6f3badb67dcce2d67ac9abe35b10a04f560bbd08
treeea24b759fc7ba0c8b35859327cf941e7a9429625
parentd0d07ba86afc8074d79e436b1ba4478fa0f0c1b5
efi_loader: re-enable GRUB workaround on 32bit ARM

GRUB on ARM 32bit prior to version 2.04 lacks proper handling of caches.
In U-Boot v2019.04 a workaround for this was inadvertently removed.

The workaround is currently also needed for booting on systems with caches
that cannot be managed via CP15 (e.g. with an i.MX6 CPU).

Re-enable the workaround and make it customizable.

Fixes: f69d63fae281 ("efi_loader: use efi_start_image() for bootefi")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/Kconfig
lib/efi_loader/efi_boottime.c