Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753156AbbLOHcc (ORCPT ); Tue, 15 Dec 2015 02:32:32 -0500 Received: from mail-ig0-f170.google.com ([209.85.213.170]:38158 "EHLO mail-ig0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751356AbbLOHca (ORCPT ); Tue, 15 Dec 2015 02:32:30 -0500 MIME-Version: 1.0 In-Reply-To: <1450117613-15438-3-git-send-email-matt@codeblueprint.co.uk> References: <1450117613-15438-1-git-send-email-matt@codeblueprint.co.uk> <1450117613-15438-3-git-send-email-matt@codeblueprint.co.uk> Date: Tue, 15 Dec 2015 08:32:30 +0100 Message-ID: Subject: Re: [PATCH 2/4] doc: efi-stub.txt: Fix arm64 paths From: Ard Biesheuvel To: Matt Fleming Cc: Ingo Molnar , Thomas Gleixner , "H . Peter Anvin" , Alan Ott , "linux-kernel@vger.kernel.org" , "linux-efi@vger.kernel.org" , Roy Franz , Jonathan Corbet , Leif Lindholm Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1886 Lines: 46 On 14 December 2015 at 19:26, Matt Fleming wrote: > From: Alan Ott > > Update documented paths for arm64 files to match current tree. > > Signed-off-by: Alan Ott > Cc: Roy Franz > Cc: Jonathan Corbet > Cc: Ard Biesheuvel > Cc: Leif Lindholm > Signed-off-by: Matt Fleming Acked-by: Ard Biesheuvel > --- > 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/