All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs: efi-stub: Fix paths for x86 / arm stubs
@ 2022-07-27 14:05 João Paulo Rechi Vita
  2022-07-27 15:43 ` Ard Biesheuvel
  0 siblings, 1 reply; 3+ messages in thread
From: João Paulo Rechi Vita @ 2022-07-27 14:05 UTC (permalink / raw)
  To: Ard Biesheuvel, Jonathan Corbet
  Cc: linux, João Paulo Rechi Vita, linux-efi, linux-doc, linux-kernel

This fixes the paths of x86 / arm efi-stub source files.

Signed-off-by: João Paulo Rechi Vita <jprvita@endlessos.org>
---
 Documentation/admin-guide/efi-stub.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/admin-guide/efi-stub.rst b/Documentation/admin-guide/efi-stub.rst
index 833edb0d0bc4..b24e7c40d832 100644
--- a/Documentation/admin-guide/efi-stub.rst
+++ b/Documentation/admin-guide/efi-stub.rst
@@ -7,10 +7,10 @@ as a PE/COFF image, thereby convincing EFI firmware loaders to load
 it as an EFI executable. The code that modifies the bzImage header,
 along with the EFI-specific entry point that the firmware loader
 jumps to are collectively known as the "EFI boot stub", and live in
-arch/x86/boot/header.S and arch/x86/boot/compressed/eboot.c,
+arch/x86/boot/header.S and drivers/firmware/efi/libstub/x86-stub.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
+drivers/firmware/efi/libstub/arm32-stub.c. EFI stub code that is shared
 between architectures is in drivers/firmware/efi/libstub.
 
 For arm64, there is no compressed kernel support, so the Image itself
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] docs: efi-stub: Fix paths for x86 / arm stubs
  2022-07-27 14:05 [PATCH] docs: efi-stub: Fix paths for x86 / arm stubs João Paulo Rechi Vita
@ 2022-07-27 15:43 ` Ard Biesheuvel
  2022-07-28 15:43   ` Jonathan Corbet
  0 siblings, 1 reply; 3+ messages in thread
From: Ard Biesheuvel @ 2022-07-27 15:43 UTC (permalink / raw)
  To: João Paulo Rechi Vita
  Cc: Jonathan Corbet, linux, João Paulo Rechi Vita, linux-efi,
	Linux Doc Mailing List, Linux Kernel Mailing List

On Wed, 27 Jul 2022 at 07:06, João Paulo Rechi Vita <jprvita@gmail.com> wrote:
>
> This fixes the paths of x86 / arm efi-stub source files.
>
> Signed-off-by: João Paulo Rechi Vita <jprvita@endlessos.org>

Reviewed-by: Ard Biesheuvel <ardb@kernel.org>

> ---
>  Documentation/admin-guide/efi-stub.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/admin-guide/efi-stub.rst b/Documentation/admin-guide/efi-stub.rst
> index 833edb0d0bc4..b24e7c40d832 100644
> --- a/Documentation/admin-guide/efi-stub.rst
> +++ b/Documentation/admin-guide/efi-stub.rst
> @@ -7,10 +7,10 @@ as a PE/COFF image, thereby convincing EFI firmware loaders to load
>  it as an EFI executable. The code that modifies the bzImage header,
>  along with the EFI-specific entry point that the firmware loader
>  jumps to are collectively known as the "EFI boot stub", and live in
> -arch/x86/boot/header.S and arch/x86/boot/compressed/eboot.c,
> +arch/x86/boot/header.S and drivers/firmware/efi/libstub/x86-stub.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
> +drivers/firmware/efi/libstub/arm32-stub.c. EFI stub code that is shared
>  between architectures is in drivers/firmware/efi/libstub.
>
>  For arm64, there is no compressed kernel support, so the Image itself
> --
> 2.20.1
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] docs: efi-stub: Fix paths for x86 / arm stubs
  2022-07-27 15:43 ` Ard Biesheuvel
@ 2022-07-28 15:43   ` Jonathan Corbet
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2022-07-28 15:43 UTC (permalink / raw)
  To: Ard Biesheuvel, João Paulo Rechi Vita
  Cc: linux, João Paulo Rechi Vita, linux-efi,
	Linux Doc Mailing List, Linux Kernel Mailing List

Ard Biesheuvel <ardb@kernel.org> writes:

> On Wed, 27 Jul 2022 at 07:06, João Paulo Rechi Vita <jprvita@gmail.com> wrote:
>>
>> This fixes the paths of x86 / arm efi-stub source files.
>>
>> Signed-off-by: João Paulo Rechi Vita <jprvita@endlessos.org>
>
> Reviewed-by: Ard Biesheuvel <ardb@kernel.org>

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-07-28 15:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-27 14:05 [PATCH] docs: efi-stub: Fix paths for x86 / arm stubs João Paulo Rechi Vita
2022-07-27 15:43 ` Ard Biesheuvel
2022-07-28 15:43   ` Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.