On Mon, Aug 07, 2017 at 02:08:29PM +0000, Vladimir 'phcoder' Serbinenko wrote: > Le Thu, Aug 3, 2017 à 12:10 PM, Leif Lindholm <leif.lindh...@linaro.org> a > écrit : > > > Switch over to the EFI-stub aware arm64 loader for 32-bit ARM platforms. > > > > Signed-off-by: Leif Lindholm <leif.lindh...@linaro.org> > > --- > > grub-core/Makefile.core.def | 6 +++--- > > grub-core/kern/efi/mm.c | 2 +- > > include/grub/efi/efi.h | 2 -- > > 3 files changed, 4 insertions(+), 6 deletions(-) > > > > diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def > > index a65c27f7f..87f80d316 100644 > > --- a/grub-core/Makefile.core.def > > +++ b/grub-core/Makefile.core.def > > @@ -229,7 +229,6 @@ kernel = { > > ia64_efi = kern/ia64/cache.c; > > > > arm_efi = kern/arm/efi/init.c; > > - arm_efi = kern/arm/efi/misc.c; > > arm_efi = kern/efi/fdt.c; > > > > arm64_efi = kern/arm64/efi/init.c; > > @@ -1698,7 +1697,8 @@ module = { > > powerpc_ieee1275 = loader/powerpc/ieee1275/linux.c; > > sparc64_ieee1275 = loader/sparc64/ieee1275/linux.c; > > ia64_efi = loader/ia64/efi/linux.c; > > - arm = loader/arm/linux.c; > > + arm_uboot = loader/arm/linux.c; > > + arm_efi = loader/arm64/linux.c; > > > This misses arm-coreboot
Ah, apologies, this set predated the coreboot support being merged, and I did not notice in the rebase. / Leif _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel