Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1279164 > unrolled thread
| Started by | Alan Ott <alan@softiron.co.uk> |
|---|---|
| First post | 2015-11-28 17:10 +0100 |
| Last post | 2015-12-02 10:30 +0100 |
| Articles | 6 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] doc: efi-stub.txt: Fix arm64 paths Alan Ott <alan@softiron.co.uk> - 2015-11-28 17:10 +0100
Re: [PATCH] doc: efi-stub.txt: Fix arm64 paths Alan Ott <alan@softiron.co.uk> - 2015-11-28 17:20 +0100
Re: [PATCH] doc: efi-stub.txt: Fix arm64 paths Matt Fleming <matt@codeblueprint.co.uk> - 2015-11-30 12:30 +0100
Re: [PATCH] doc: efi-stub.txt: Fix arm64 paths Matt Fleming <matt@codeblueprint.co.uk> - 2015-11-30 12:40 +0100
[PATCH v2] doc: efi-stub.txt: Fix arm64 paths Alan Ott <alan@softiron.co.uk> - 2015-11-30 15:40 +0100
Re: [PATCH v2] doc: efi-stub.txt: Fix arm64 paths Matt Fleming <matt@codeblueprint.co.uk> - 2015-12-02 10:30 +0100
| From | Alan Ott <alan@softiron.co.uk> |
|---|---|
| Date | 2015-11-28 17:10 +0100 |
| Subject | [PATCH] doc: efi-stub.txt: Fix arm64 paths |
| Message-ID | <qzQeu-2AU-9@gated-at.bofh.it> |
Update documented paths for arm64 files to match current tree. --- 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 7747024..e157469 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.5.0 -- 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/
[toc] | [next] | [standalone]
| From | Alan Ott <alan@softiron.co.uk> |
|---|---|
| Date | 2015-11-28 17:20 +0100 |
| Message-ID | <qzQoa-2Ef-13@gated-at.bofh.it> |
| In reply to | #1279164 |
On 11/28/2015 11:03 AM, Alan Ott wrote: > Update documented paths for arm64 files to match current tree. > --- > 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 7747024..e157469 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 To follow up on this one, it additionally appears that commit 719e284369d23c3feb02d02ad58b3a516df47806 [1] was premature, as ARM support for EFI never fully made it into mainline, and the files referenced[2] do not exist anywhere in the history. Alan. [1] https://lkml.org/lkml/2014/4/4/401 [2] arch/arm/boot/compressed/efi-header.S, and arch/arm/boot/compressed/efi-stub.c -- 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/
[toc] | [prev] | [next] | [standalone]
| From | Matt Fleming <matt@codeblueprint.co.uk> |
|---|---|
| Date | 2015-11-30 12:30 +0100 |
| Message-ID | <qAuOB-2S8-11@gated-at.bofh.it> |
| In reply to | #1279164 |
On Sat, 28 Nov, at 11:03:23AM, Alan Ott wrote: > Update documented paths for arm64 files to match current tree. > --- > 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 7747024..e157469 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 Thanks Alan, applied. -- 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/
[toc] | [prev] | [next] | [standalone]
| From | Matt Fleming <matt@codeblueprint.co.uk> |
|---|---|
| Date | 2015-11-30 12:40 +0100 |
| Message-ID | <qAuYi-2X2-29@gated-at.bofh.it> |
| In reply to | #1279779 |
On Mon, 30 Nov, at 11:28:59AM, Matt Fleming wrote: > On Sat, 28 Nov, at 11:03:23AM, Alan Ott wrote: > > Update documented paths for arm64 files to match current tree. > > --- > > 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 7747024..e157469 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 > > Thanks Alan, applied. Umm.. actually could you resend this with your Signed-off-by tag, please? Then I'll apply it. -- 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/
[toc] | [prev] | [next] | [standalone]
| From | Alan Ott <alan@softiron.co.uk> |
|---|---|
| Date | 2015-11-30 15:40 +0100 |
| Subject | [PATCH v2] doc: efi-stub.txt: Fix arm64 paths |
| Message-ID | <qAxMt-4Or-1@gated-at.bofh.it> |
| In reply to | #1279786 |
Update documented paths for arm64 files to match current tree. Signed-off-by: Alan Ott <alan@softiron.co.uk> --- 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 7747024..e157469 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.5.0 -- 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/
[toc] | [prev] | [next] | [standalone]
| From | Matt Fleming <matt@codeblueprint.co.uk> |
|---|---|
| Date | 2015-12-02 10:30 +0100 |
| Subject | Re: [PATCH v2] doc: efi-stub.txt: Fix arm64 paths |
| Message-ID | <qBbTA-5ig-3@gated-at.bofh.it> |
| In reply to | #1279937 |
On Mon, 30 Nov, at 09:36:54AM, Alan Ott wrote: > Update documented paths for arm64 files to match current tree. > > Signed-off-by: Alan Ott <alan@softiron.co.uk> > --- > 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 7747024..e157469 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 Thanks, applied for v4.5. -- 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/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web