public inbox for linux-efi@vger.kernel.org
 help / color / mirror / Atom feed
From: <Conor.Dooley@microchip.com>
To: <ardb@kernel.org>, <linux-efi@vger.kernel.org>
Cc: <linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>,
	<James.Bottomley@HansenPartnership.com>, <mjg59@srcf.ucam.org>,
	<pjones@redhat.com>, <ilias.apalodimas@linaro.org>,
	<heinrich.schuchardt@canonical.com>, <takahiro.akashi@linaro.org>,
	<palmer@dabbelt.com>, <atishp@atishpatra.org>, <arnd@arndb.de>,
	<chenhuacai@loongson.cn>, <xry111@xry111.site>,
	<lennart@poettering.net>, <jeremy.linton@arm.com>,
	<will@kernel.org>, <catalin.marinas@arm.com>
Subject: Re: [PATCH v5 7/8] riscv: efi: enable generic EFI compressed boot
Date: Fri, 16 Sep 2022 07:09:48 +0000	[thread overview]
Message-ID: <13de0332-df33-f13c-bed8-334b0cb84214@microchip.com> (raw)
In-Reply-To: <20220910081152.2238369-8-ardb@kernel.org>

On 10/09/2022 09:11, Ard Biesheuvel wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> Wire up the generic EFI zboot support for RISC-V.
> 
> Signed-off-by: Ard Biesheuvel <ardb@kernel.org>

As promised:
Tested-by: Conor Dooley <conor.dooley@microchip.com>

> ---
>   arch/riscv/Makefile        | 6 +++++-
>   arch/riscv/boot/.gitignore | 1 +
>   arch/riscv/boot/Makefile   | 6 ++++++
>   3 files changed, 12 insertions(+), 1 deletion(-)
> 
> diff --git a/arch/riscv/Makefile b/arch/riscv/Makefile
> index 3fa8ef336822..d63295e21373 100644
> --- a/arch/riscv/Makefile
> +++ b/arch/riscv/Makefile
> @@ -136,10 +136,14 @@ ifneq ($(CONFIG_XIP_KERNEL),y)
>   ifeq ($(CONFIG_RISCV_M_MODE)$(CONFIG_SOC_CANAAN),yy)
>   KBUILD_IMAGE := $(boot)/loader.bin
>   else
> +ifeq ($(CONFIG_EFI_ZBOOT),)
>   KBUILD_IMAGE := $(boot)/Image.gz
> +else
> +KBUILD_IMAGE := $(boot)/vmlinuz.efi
> +endif
>   endif
>   endif
> -BOOT_TARGETS := Image Image.gz loader loader.bin xipImage
> +BOOT_TARGETS := Image Image.gz loader loader.bin xipImage vmlinuz.efi
> 
>   all:   $(notdir $(KBUILD_IMAGE))
> 
> diff --git a/arch/riscv/boot/.gitignore b/arch/riscv/boot/.gitignore
> index 0cea9f7fa9d5..e1bc507e8cb2 100644
> --- a/arch/riscv/boot/.gitignore
> +++ b/arch/riscv/boot/.gitignore
> @@ -4,4 +4,5 @@ Image.*
>   loader
>   loader.lds
>   loader.bin
> +vmlinuz*
>   xipImage
> diff --git a/arch/riscv/boot/Makefile b/arch/riscv/boot/Makefile
> index becd0621071c..d1a49adcb1d7 100644
> --- a/arch/riscv/boot/Makefile
> +++ b/arch/riscv/boot/Makefile
> @@ -58,3 +58,9 @@ $(obj)/Image.lzo: $(obj)/Image FORCE
> 
>   $(obj)/loader.bin: $(obj)/loader FORCE
>          $(call if_changed,objcopy)
> +
> +EFI_ZBOOT_PAYLOAD      := Image
> +EFI_ZBOOT_BFD_TARGET   := elf$(BITS)-littleriscv
> +EFI_ZBOOT_MACH_TYPE    := RISCV$(BITS)
> +
> +include $(srctree)/drivers/firmware/efi/libstub/Makefile.zboot
> --
> 2.35.1
> 


  reply	other threads:[~2022-09-16  7:10 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-10  8:11 [PATCH v5 0/8] efi: implement generic compressed boot support Ard Biesheuvel
2022-09-10  8:11 ` [PATCH v5 1/8] efi: name the ARCH-stub.c files uniformly Ard Biesheuvel
2022-09-10  8:11 ` [PATCH v5 2/8] efi/libstub: add some missing EFI prototypes Ard Biesheuvel
2022-09-10  8:11 ` [PATCH v5 3/8] efi/libstub: use EFI provided memcpy/memset routines Ard Biesheuvel
2022-09-20  9:54   ` Catalin Marinas
2022-09-10  8:11 ` [PATCH v5 4/8] efi/libstub: move efi_system_table global var into separate object Ard Biesheuvel
2022-09-10  8:11 ` [PATCH v5 5/8] efi/libstub: implement generic EFI zboot Ard Biesheuvel
2022-09-10  8:11 ` [PATCH v5 6/8] arm64: efi: enable generic EFI compressed boot Ard Biesheuvel
2022-09-17 16:36   ` Ard Biesheuvel
2022-09-20  9:55     ` Catalin Marinas
2022-09-10  8:11 ` [PATCH v5 7/8] riscv: " Ard Biesheuvel
2022-09-16  7:09   ` Conor.Dooley [this message]
2022-09-16  7:15     ` Ard Biesheuvel
2022-09-10  8:11 ` [PATCH v5 8/8] loongarch: " Ard Biesheuvel
2022-09-10 14:21   ` 陈华才
2022-09-10 14:28     ` Ard Biesheuvel
2022-09-11 15:02       ` 陈华才
2022-09-12 10:18         ` Ard Biesheuvel
2022-09-12 14:45           ` 陈华才
2022-09-19  2:22 ` [PATCH v5 0/8] efi: implement generic compressed boot support Jeremy Linton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=13de0332-df33-f13c-bed8-334b0cb84214@microchip.com \
    --to=conor.dooley@microchip.com \
    --cc=James.Bottomley@HansenPartnership.com \
    --cc=ardb@kernel.org \
    --cc=arnd@arndb.de \
    --cc=atishp@atishpatra.org \
    --cc=catalin.marinas@arm.com \
    --cc=chenhuacai@loongson.cn \
    --cc=heinrich.schuchardt@canonical.com \
    --cc=ilias.apalodimas@linaro.org \
    --cc=jeremy.linton@arm.com \
    --cc=lennart@poettering.net \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-efi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mjg59@srcf.ucam.org \
    --cc=palmer@dabbelt.com \
    --cc=pjones@redhat.com \
    --cc=takahiro.akashi@linaro.org \
    --cc=will@kernel.org \
    --cc=xry111@xry111.site \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox