Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1291902
| From | Ard Biesheuvel <ard.biesheuvel@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/4] doc: efi-stub.txt: Fix arm64 paths |
| Date | 2015-12-15 08:40 +0100 |
| Message-ID | <qFSnf-Y3-1@gated-at.bofh.it> (permalink) |
| References | <qFG2K-1kV-3@gated-at.bofh.it> <qFG2K-1kV-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 14 December 2015 at 19:26, Matt Fleming <matt@codeblueprint.co.uk> wrote: > From: Alan Ott <alan@softiron.co.uk> > > Update documented paths for arm64 files to match current tree. > > Signed-off-by: Alan Ott <alan@softiron.co.uk> > Cc: Roy Franz <roy.franz@linaro.org> > Cc: Jonathan Corbet <corbet@lwn.net> > Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> > Cc: Leif Lindholm <leif.lindholm@linaro.org> > Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk> Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> > --- > Documentation/efi-stub.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/efi-stub.txt b/Documentation/efi-stub.txt > index 7747024d3bb7..e15746988261 100644 > --- a/Documentation/efi-stub.txt > +++ b/Documentation/efi-stub.txt > @@ -10,12 +10,12 @@ arch/x86/boot/header.S and arch/x86/boot/compressed/eboot.c, > respectively. For ARM the EFI stub is implemented in > arch/arm/boot/compressed/efi-header.S and > arch/arm/boot/compressed/efi-stub.c. EFI stub code that is shared > -between architectures is in drivers/firmware/efi/efi-stub-helper.c. > +between architectures is in drivers/firmware/efi/libstub. > > For arm64, there is no compressed kernel support, so the Image itself > masquerades as a PE/COFF image and the EFI stub is linked into the > kernel. The arm64 EFI stub lives in arch/arm64/kernel/efi-entry.S > -and arch/arm64/kernel/efi-stub.c. > +and drivers/firmware/efi/libstub/arm64-stub.c. > > By using the EFI boot stub it's possible to boot a Linux kernel > without the use of a conventional EFI boot loader, such as grub or > -- > 2.6.2 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[GIT PULL 0/4] EFI changes for v4.5 Matt Fleming <matt@codeblueprint.co.uk> - 2015-12-14 19:30 +0100
[PATCH 4/4] x86/efi-bgrt: Fix kernel panic when mapping BGRT data Matt Fleming <matt@codeblueprint.co.uk> - 2015-12-14 19:30 +0100
[PATCH 3/4] x86/efi: Preface all print statements with efi* tag Matt Fleming <matt@codeblueprint.co.uk> - 2015-12-14 19:30 +0100
[PATCH 2/4] doc: efi-stub.txt: Fix arm64 paths Matt Fleming <matt@codeblueprint.co.uk> - 2015-12-14 19:30 +0100
Re: [PATCH 2/4] doc: efi-stub.txt: Fix arm64 paths Ard Biesheuvel <ard.biesheuvel@linaro.org> - 2015-12-15 08:40 +0100
csiph-web