public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Ard Biesheuvel" <ardb@kernel.org>
To: devel@edk2.groups.io, gaoliming@byosoft.com.cn
Cc: Sunil V L <sunilvl@ventanamicro.com>,
	Rebecca Cran <rebecca@bsdio.com>,
	 Bob Feng <bob.c.feng@intel.com>,
	Yuwei Chen <yuwei.chen@intel.com>,
	 Ard Biesheuvel <ardb+tianocore@kernel.org>,
	Jiewen Yao <jiewen.yao@intel.com>,
	 Jordan Justen <jordan.l.justen@intel.com>,
	Andrei Warkentin <andrei.warkentin@intel.com>,
	 Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Subject: Re: [edk2-devel] 回复: [PATCH v2 0/4] OvmfPkg/RiscVVirt: Add CLANGDWARF toolchain support
Date: Mon, 17 Jul 2023 11:38:31 +0200	[thread overview]
Message-ID: <CAMj1kXE5tXbZqOQrA_uqEoRJ2fb8GEYHzRVn_d4pJNyXM1d=Aw@mail.gmail.com> (raw)
In-Reply-To: <002601d9b851$39a75670$acf60350$@byosoft.com.cn>

On Mon, 17 Jul 2023 at 03:51, gaoliming via groups.io
<gaoliming=byosoft.com.cn@groups.io> wrote:
>
> Sunil:
>   Do you use which CLANG version is used to verify this change?
>

For the series,

Tested-by: Ard Biesheuvel <ardb@kernel.org> # Debian clang version 14.0.6


> > -----邮件原件-----
> > 发件人: Sunil V L <sunilvl@ventanamicro.com>
> > 发送时间: 2023年7月11日 23:44
> > 收件人: devel@edk2.groups.io
> > 抄送: Sunil V L <sunilvl@ventanamicro.com>; Rebecca Cran
> > <rebecca@bsdio.com>; Liming Gao <gaoliming@byosoft.com.cn>; Bob Feng
> > <bob.c.feng@intel.com>; Yuwei Chen <yuwei.chen@intel.com>; Ard
> > Biesheuvel <ardb+tianocore@kernel.org>; Jiewen Yao
> > <jiewen.yao@intel.com>; Jordan Justen <jordan.l.justen@intel.com>; Andrei
> > Warkentin <andrei.warkentin@intel.com>; Heinrich Schuchardt
> > <heinrich.schuchardt@canonical.com>
> > 主题: [PATCH v2 0/4] OvmfPkg/RiscVVirt: Add CLANGDWARF toolchain
> > support
> >
> > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4478
> >
> > This series adds support for building RiscVVirtQemu EDK2 using
> > CLANGDWARF toolchain. Adding this support helps people to use
> > the same toolchain to build EDK2 for different architectures.
> >
> > Cc: Rebecca Cran <rebecca@bsdio.com>
> > Cc: Liming Gao <gaoliming@byosoft.com.cn>
> > Cc: Bob Feng <bob.c.feng@intel.com>
> > Cc: Yuwei Chen <yuwei.chen@intel.com>
> > Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
> > Cc: Jiewen Yao <jiewen.yao@intel.com>
> > Cc: Jordan Justen <jordan.l.justen@intel.com>
> > Cc  Gerd Hoffmann <kraxel@redhat.com>
> > Cc: Andrei Warkentin <andrei.warkentin@intel.com>
> > Cc: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
> >
> > Changes since v1:
> >       1) Addressed Liming's comments in PATCH 3.
> >
> > Sunil V L (4):
> >   OvmfPkg/RiscVVirt: use 'auto' alignment and FIXED for XIP modules
> >   OvmfPkg/RiscVVirt: SecEntry: Remove unnecessary assembly directives
> >   BaseTools/tools_def: Add CLANGDWARF support for RISC-V
> >   OvmfPkg/RiscVVirt: Update README for CLANGDWARF support
> >
> >  OvmfPkg/RiscVVirt/RiscVVirtQemu.fdf | 34 ++++++------------
> >  BaseTools/Conf/tools_def.template   | 53
> > +++++++++++++++++++++++++++++
> >  OvmfPkg/RiscVVirt/README.md         | 28 +++++++++++++--
> >  OvmfPkg/RiscVVirt/Sec/SecEntry.S    |  3 --
> >  4 files changed, 88 insertions(+), 30 deletions(-)
> >
> > --
> > 2.34.1
>
>
>
>
>
> 
>
>


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#106961): https://edk2.groups.io/g/devel/message/106961
Mute This Topic: https://groups.io/mt/100187566/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



  parent reply	other threads:[~2023-07-17  9:38 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-11 15:43 [PATCH v2 0/4] OvmfPkg/RiscVVirt: Add CLANGDWARF toolchain support Sunil V L
2023-07-11 15:43 ` [PATCH v2 1/4] OvmfPkg/RiscVVirt: use 'auto' alignment and FIXED for XIP modules Sunil V L
2023-07-11 15:43 ` [PATCH v2 2/4] OvmfPkg/RiscVVirt: SecEntry: Remove unnecessary assembly directives Sunil V L
2023-07-11 15:43 ` [PATCH v2 3/4] BaseTools/tools_def: Add CLANGDWARF support for RISC-V Sunil V L
2023-07-31 11:28   ` [edk2-devel] " Rebecca Cran
2023-07-11 15:43 ` [PATCH v2 4/4] OvmfPkg/RiscVVirt: Update README for CLANGDWARF support Sunil V L
2023-07-17  1:51 ` 回复: [PATCH v2 0/4] OvmfPkg/RiscVVirt: Add CLANGDWARF toolchain support gaoliming
2023-07-17  4:07   ` [edk2-devel] " Sunil V L
2023-07-17  9:38   ` Ard Biesheuvel [this message]
2023-07-21  4:52     ` Sunil V L
2023-07-25 15:59       ` Ard Biesheuvel
2023-07-28  5:32         ` Sunil V L
2023-07-31 10:29           ` Ard Biesheuvel
2023-07-31 11:28             ` Rebecca Cran
2023-07-31 14:24               ` Ard Biesheuvel

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-list 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='CAMj1kXE5tXbZqOQrA_uqEoRJ2fb8GEYHzRVn_d4pJNyXM1d=Aw@mail.gmail.com' \
    --to=devel@edk2.groups.io \
    /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