grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 11/14] arm/efi: switch to arm64 linux loader


From: Leif Lindholm
Subject: Re: [PATCH v2 11/14] arm/efi: switch to arm64 linux loader
Date: Mon, 4 Sep 2017 15:35:35 +0100
User-agent: NeoMutt/20170113 (1.7.2)

On Mon, Aug 07, 2017 at 02:08:29PM +0000, Vladimir 'phcoder' Serbinenko wrote:
> Le Thu, Aug 3, 2017 à 12:10 PM, Leif Lindholm <address@hidden> a
> écrit :
> 
> > Switch over to the EFI-stub aware arm64 loader for 32-bit ARM platforms.
> >
> > Signed-off-by: Leif Lindholm <address@hidden>
> > ---
> >  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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]