All of lore.kernel.org
 help / color / mirror / Atom feed
From: 陈华才 <chenhuacai@loongson.cn>
To: "Xi Ruoyao" <xry111@xry111.site>
Cc: "Ard Biesheuvel" <ardb@kernel.org>,
	linux-efi@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	"James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>,
	"Matthew Garrett" <mjg59@srcf.ucam.org>,
	"Peter Jones" <pjones@redhat.com>,
	"Ilias Apalodimas" <ilias.apalodimas@linaro.org>,
	"Heinrich Schuchardt" <heinrich.schuchardt@canonical.com>,
	"AKASHI Takahiro" <takahiro.akashi@linaro.org>,
	"Palmer Dabbelt" <palmer@dabbelt.com>,
	"Atish Patra" <atishp@atishpatra.org>,
	"Arnd Bergmann" <arnd@arndb.de>,
	"Lennart Poettering" <lennart@poettering.net>,
	"Jeremy Linton" <jeremy.linton@arm.com>
Subject: Re: Re: [PATCH v4 9/9] loongarch: efi: enable generic EFI compressed boot
Date: Mon, 29 Aug 2022 16:13:33 +0800 (GMT+08:00)	[thread overview]
Message-ID: <34280140.3dda.182e8a9bb5a.Coremail.chenhuacai@loongson.cn> (raw)
In-Reply-To: <ec399503712be2d79bd1ab789452028c1fdcaa32.camel@xry111.site>

Hi, all,


> -----原始邮件-----
> 发件人: "Xi Ruoyao" <xry111@xry111.site>
> 发送时间:2022-08-28 17:52:20 (星期日)
> 收件人: "Ard Biesheuvel" <ardb@kernel.org>, linux-efi@vger.kernel.org
> 抄送: linux-arm-kernel@lists.infradead.org, "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>, "Matthew Garrett" <mjg59@srcf.ucam.org>, "Peter Jones" <pjones@redhat.com>, "Ilias Apalodimas" <ilias.apalodimas@linaro.org>, "Heinrich Schuchardt" <heinrich.schuchardt@canonical.com>, "AKASHI Takahiro" <takahiro.akashi@linaro.org>, "Palmer Dabbelt" <palmer@dabbelt.com>, "Atish
>  Patra" <atishp@atishpatra.org>, "Arnd Bergmann" <arnd@arndb.de>, "Huacai Chen" <chenhuacai@loongson.cn>, "Lennart Poettering" <lennart@poettering.net>, "Jeremy Linton" <jeremy.linton@arm.com>
> 主题: Re: [PATCH v4 9/9] loongarch: efi: enable generic EFI compressed boot
> 
> Hi Ard,
> 
> Should we also add
> 
> --
> 
> diff --git a/arch/loongarch/Makefile b/arch/loongarch/Makefile
> index 063a578bbdaa..6ee3d7826893 100644
> --- a/arch/loongarch/Makefile
> +++ b/arch/loongarch/Makefile
> @@ -9,10 +9,16 @@ KBUILD_DEFCONFIG := loongson3_defconfig
>  
>  ifndef CONFIG_EFI_STUB
>  KBUILD_IMAGE	:= $(boot)/vmlinux.elf
> -else
> +else # CONFIG_EFI_STUB
> +
> +ifndef CONFIG_EFI_ZBOOT
>  KBUILD_IMAGE	:= $(boot)/vmlinux.efi
> +else
> +KBUILD_IMAGE	:= $(boot)/vmlinuz.efi
>  endif
>  
> +endif # CONFIG_EFI_STUB
> +
>  #
>  # Select the object file format to substitute into the linker script.
>  #
> 
> --
> 
> or do we deliberately expect builders to run "make vmlinuz.efi"
> explicitly?
I prefer to add to KBUILD_IMAGE, we can even add to make install.

Huacai
> 
> On Sat, 2022-08-27 at 10:38 +0200, Ard Biesheuvel wrote:
> > Wire up the generic EFI zboot support for LoongArch64
> > 
> > Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
> > ---
> >  arch/loongarch/Makefile      | 2 +-
> >  arch/loongarch/boot/Makefile | 6 ++++++
> >  2 files changed, 7 insertions(+), 1 deletion(-)
> > 
> > diff --git a/arch/loongarch/Makefile b/arch/loongarch/Makefile
> > index 4bc47f47cfd8..7051a95f7f31 100644
> > --- a/arch/loongarch/Makefile
> > +++ b/arch/loongarch/Makefile
> > @@ -93,7 +93,7 @@ vdso_install:
> >  
> >  all:   $(notdir $(KBUILD_IMAGE))
> >  
> > -vmlinux.elf vmlinux.efi: vmlinux
> > +vmlinux.elf vmlinux.efi vmlinuz.efi: vmlinux
> >         $(Q)$(MAKE) $(build)=$(boot) $(bootvars-y) $(boot)/$@
> >  
> >  install:
> > diff --git a/arch/loongarch/boot/Makefile
> > b/arch/loongarch/boot/Makefile
> > index fecf34f50e56..4e1c374c5782 100644
> > --- a/arch/loongarch/boot/Makefile
> > +++ b/arch/loongarch/boot/Makefile
> > @@ -18,3 +18,9 @@ $(obj)/vmlinux.elf: vmlinux FORCE
> >  targets += vmlinux.efi
> >  $(obj)/vmlinux.efi: vmlinux FORCE
> >         $(call if_changed,objcopy)
> > +
> > +EFI_ZBOOT_PAYLOAD      := vmlinux.efi
> > +EFI_ZBOOT_BFD_TARGET   := elf64-loongarch
> > +EFI_ZBOOT_MACH_TYPE    := LOONGARCH64
> > +
> > +include $(srctree)/drivers/firmware/efi/libstub/Makefile.zboot
> 
> -- 
> Xi Ruoyao <xry111@xry111.site>
> School of Aerospace Science and Technology, Xidian University


本邮件及其附件含有龙芯中科的商业秘密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制或散发)本邮件及其附件中的信息。如果您错收本邮件,请您立即电话或邮件通知发件人并删除本邮件。 
This email and its attachments contain confidential information from Loongson Technology , which is intended only for the person or entity whose address is listed above. Any use of the information contained herein in any way (including, but not limited to, total or partial disclosure, reproduction or dissemination) by persons other than the intended recipient(s) is prohibited. If you receive this email in error, please notify the sender by phone or email immediately and delete it. 

WARNING: multiple messages have this Message-ID (diff)
From: 陈华才 <chenhuacai@loongson.cn>
To: "Xi Ruoyao" <xry111@xry111.site>
Cc: "Ard Biesheuvel" <ardb@kernel.org>,
	linux-efi@vger.kernel.org,  linux-arm-kernel@lists.infradead.org,
	 "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>,
	 "Matthew Garrett" <mjg59@srcf.ucam.org>,
	 "Peter Jones" <pjones@redhat.com>,
	 "Ilias Apalodimas" <ilias.apalodimas@linaro.org>,
	 "Heinrich Schuchardt" <heinrich.schuchardt@canonical.com>,
	 "AKASHI Takahiro" <takahiro.akashi@linaro.org>,
	 "Palmer Dabbelt" <palmer@dabbelt.com>,
	 "Atish Patra" <atishp@atishpatra.org>,
	 "Arnd Bergmann" <arnd@arndb.de>,
	 "Lennart Poettering" <lennart@poettering.net>,
	 "Jeremy Linton" <jeremy.linton@arm.com>
Subject: Re: Re: [PATCH v4 9/9] loongarch: efi: enable generic EFI compressed boot
Date: Mon, 29 Aug 2022 16:13:33 +0800 (GMT+08:00)	[thread overview]
Message-ID: <34280140.3dda.182e8a9bb5a.Coremail.chenhuacai@loongson.cn> (raw)
In-Reply-To: <ec399503712be2d79bd1ab789452028c1fdcaa32.camel@xry111.site>

Hi, all,


> -----原始邮件-----
> 发件人: "Xi Ruoyao" <xry111@xry111.site>
> 发送时间:2022-08-28 17:52:20 (星期日)
> 收件人: "Ard Biesheuvel" <ardb@kernel.org>, linux-efi@vger.kernel.org
> 抄送: linux-arm-kernel@lists.infradead.org, "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>, "Matthew Garrett" <mjg59@srcf.ucam.org>, "Peter Jones" <pjones@redhat.com>, "Ilias Apalodimas" <ilias.apalodimas@linaro.org>, "Heinrich Schuchardt" <heinrich.schuchardt@canonical.com>, "AKASHI Takahiro" <takahiro.akashi@linaro.org>, "Palmer Dabbelt" <palmer@dabbelt.com>, "Atish
>  Patra" <atishp@atishpatra.org>, "Arnd Bergmann" <arnd@arndb.de>, "Huacai Chen" <chenhuacai@loongson.cn>, "Lennart Poettering" <lennart@poettering.net>, "Jeremy Linton" <jeremy.linton@arm.com>
> 主题: Re: [PATCH v4 9/9] loongarch: efi: enable generic EFI compressed boot
> 
> Hi Ard,
> 
> Should we also add
> 
> --
> 
> diff --git a/arch/loongarch/Makefile b/arch/loongarch/Makefile
> index 063a578bbdaa..6ee3d7826893 100644
> --- a/arch/loongarch/Makefile
> +++ b/arch/loongarch/Makefile
> @@ -9,10 +9,16 @@ KBUILD_DEFCONFIG := loongson3_defconfig
>  
>  ifndef CONFIG_EFI_STUB
>  KBUILD_IMAGE	:= $(boot)/vmlinux.elf
> -else
> +else # CONFIG_EFI_STUB
> +
> +ifndef CONFIG_EFI_ZBOOT
>  KBUILD_IMAGE	:= $(boot)/vmlinux.efi
> +else
> +KBUILD_IMAGE	:= $(boot)/vmlinuz.efi
>  endif
>  
> +endif # CONFIG_EFI_STUB
> +
>  #
>  # Select the object file format to substitute into the linker script.
>  #
> 
> --
> 
> or do we deliberately expect builders to run "make vmlinuz.efi"
> explicitly?
I prefer to add to KBUILD_IMAGE, we can even add to make install.

Huacai
> 
> On Sat, 2022-08-27 at 10:38 +0200, Ard Biesheuvel wrote:
> > Wire up the generic EFI zboot support for LoongArch64
> > 
> > Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
> > ---
> >  arch/loongarch/Makefile      | 2 +-
> >  arch/loongarch/boot/Makefile | 6 ++++++
> >  2 files changed, 7 insertions(+), 1 deletion(-)
> > 
> > diff --git a/arch/loongarch/Makefile b/arch/loongarch/Makefile
> > index 4bc47f47cfd8..7051a95f7f31 100644
> > --- a/arch/loongarch/Makefile
> > +++ b/arch/loongarch/Makefile
> > @@ -93,7 +93,7 @@ vdso_install:
> >  
> >  all:   $(notdir $(KBUILD_IMAGE))
> >  
> > -vmlinux.elf vmlinux.efi: vmlinux
> > +vmlinux.elf vmlinux.efi vmlinuz.efi: vmlinux
> >         $(Q)$(MAKE) $(build)=$(boot) $(bootvars-y) $(boot)/$@
> >  
> >  install:
> > diff --git a/arch/loongarch/boot/Makefile
> > b/arch/loongarch/boot/Makefile
> > index fecf34f50e56..4e1c374c5782 100644
> > --- a/arch/loongarch/boot/Makefile
> > +++ b/arch/loongarch/boot/Makefile
> > @@ -18,3 +18,9 @@ $(obj)/vmlinux.elf: vmlinux FORCE
> >  targets += vmlinux.efi
> >  $(obj)/vmlinux.efi: vmlinux FORCE
> >         $(call if_changed,objcopy)
> > +
> > +EFI_ZBOOT_PAYLOAD      := vmlinux.efi
> > +EFI_ZBOOT_BFD_TARGET   := elf64-loongarch
> > +EFI_ZBOOT_MACH_TYPE    := LOONGARCH64
> > +
> > +include $(srctree)/drivers/firmware/efi/libstub/Makefile.zboot
> 
> -- 
> Xi Ruoyao <xry111@xry111.site>
> School of Aerospace Science and Technology, Xidian University


本邮件及其附件含有龙芯中科的商业秘密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制或散发)本邮件及其附件中的信息。如果您错收本邮件,请您立即电话或邮件通知发件人并删除本邮件。 
This email and its attachments contain confidential information from Loongson Technology , which is intended only for the person or entity whose address is listed above. Any use of the information contained herein in any way (including, but not limited to, total or partial disclosure, reproduction or dissemination) by persons other than the intended recipient(s) is prohibited. If you receive this email in error, please notify the sender by phone or email immediately and delete it. 
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2022-08-29  8:14 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-27  8:38 [PATCH v4 0/9] efi: implement generic compressed boot support Ard Biesheuvel
2022-08-27  8:38 ` Ard Biesheuvel
2022-08-27  8:38 ` [PATCH v4 1/9] efi: name the ARCH-stub.c files uniformly Ard Biesheuvel
2022-08-27  8:38   ` Ard Biesheuvel
2022-08-27  8:38 ` [PATCH v4 2/9] efi/libstub: add some missing EFI prototypes Ard Biesheuvel
2022-08-27  8:38   ` Ard Biesheuvel
2022-08-27  8:38 ` [PATCH v4 3/9] efi/libstub: use EFI provided memcpy/memset routines Ard Biesheuvel
2022-08-27  8:38   ` Ard Biesheuvel
2022-08-27  8:38 ` [PATCH v4 4/9] efi/libstub: move efi_system_table global var into separate object Ard Biesheuvel
2022-08-27  8:38   ` Ard Biesheuvel
2022-08-27  8:38 ` [PATCH v4 5/9] efi/libstub: implement generic EFI zboot Ard Biesheuvel
2022-08-27  8:38   ` Ard Biesheuvel
2022-08-27  8:38 ` [PATCH v4 6/9] arm64: efi: enable generic EFI compressed boot Ard Biesheuvel
2022-08-27  8:38   ` Ard Biesheuvel
2022-08-31 22:05   ` Jeremy Linton
2022-08-31 22:05     ` Jeremy Linton
2022-09-01  0:48     ` Xi Ruoyao
2022-09-01  0:48       ` Xi Ruoyao
2022-08-27  8:38 ` [PATCH v4 7/9] riscv: " Ard Biesheuvel
2022-08-27  8:38   ` Ard Biesheuvel
2022-08-27  8:38 ` [PATCH v4 8/9] loongarch: avoid orphan input sections Ard Biesheuvel
2022-08-27  8:38   ` Ard Biesheuvel
2022-08-27 10:15   ` 陈华才
2022-08-27 10:15     ` 陈华才
2022-08-27 13:27     ` Ard Biesheuvel
2022-08-27 13:27       ` Ard Biesheuvel
2022-08-28  3:31       ` Xi Ruoyao
2022-08-28  3:31         ` Xi Ruoyao
2022-08-28  9:36         ` Ard Biesheuvel
2022-08-28  9:36           ` Ard Biesheuvel
2022-08-28  9:44           ` Xi Ruoyao
2022-08-28  9:44             ` Xi Ruoyao
2022-08-29  3:59             ` 陈华才
2022-08-29  3:59               ` 陈华才
2022-08-27  8:38 ` [PATCH v4 9/9] loongarch: efi: enable generic EFI compressed boot Ard Biesheuvel
2022-08-27  8:38   ` Ard Biesheuvel
2022-08-28  9:52   ` Xi Ruoyao
2022-08-28  9:52     ` Xi Ruoyao
2022-08-28 10:57     ` Xi Ruoyao
2022-08-28 10:57       ` Xi Ruoyao
2022-08-29  8:13     ` 陈华才 [this message]
2022-08-29  8:13       ` 陈华才

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=34280140.3dda.182e8a9bb5a.Coremail.chenhuacai@loongson.cn \
    --to=chenhuacai@loongson.cn \
    --cc=James.Bottomley@HansenPartnership.com \
    --cc=ardb@kernel.org \
    --cc=arnd@arndb.de \
    --cc=atishp@atishpatra.org \
    --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=mjg59@srcf.ucam.org \
    --cc=palmer@dabbelt.com \
    --cc=pjones@redhat.com \
    --cc=takahiro.akashi@linaro.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 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.