public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Bob Feng" <bob.c.feng@intel.com>
To: "devel@edk2.groups.io" <devel@edk2.groups.io>,
	"gaoliming@byosoft.com.cn" <gaoliming@byosoft.com.cn>,
	"'Chang, Abner (HPS SW/FW Technologist)'" <abner.chang@hpe.com>,
	"'Schaefer, Daniel'" <daniel.schaefer@hpe.com>
Cc: "Chen, Christine" <yuwei.chen@intel.com>
Subject: Re: [edk2-devel] 回复: [PATCH v1 1/1] BaseTools: Add DTCPP_FLAGS for GCC5 RISCV64 toolchain
Date: Mon, 17 May 2021 03:53:27 +0000	[thread overview]
Message-ID: <DM6PR11MB4073654B833E592E29084509C92D9@DM6PR11MB4073.namprd11.prod.outlook.com> (raw)
In-Reply-To: <00bb01d74a2a$5269db70$f73d9250$@byosoft.com.cn>

Create a PR for this patch. https://github.com/tianocore/edk2/pull/1649

Thanks,
Bob

-----Original Message-----
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of gaoliming
Sent: Sunday, May 16, 2021 4:06 PM
To: 'Chang, Abner (HPS SW/FW Technologist)' <abner.chang@hpe.com>; 'Schaefer, Daniel' <daniel.schaefer@hpe.com>; devel@edk2.groups.io
Cc: Feng, Bob C <bob.c.feng@intel.com>; Chen, Christine <yuwei.chen@intel.com>
Subject: [edk2-devel] 回复: [PATCH v1 1/1] BaseTools: Add DTCPP_FLAGS for GCC5 RISCV64 toolchain

Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>

> -----邮件原件-----
> 发件人: Chang, Abner (HPS SW/FW Technologist) <abner.chang@hpe.com>
> 发送时间: 2021年5月14日 14:55
> 收件人: Schaefer, Daniel <daniel.schaefer@hpe.com>; devel@edk2.groups.io
> 抄送: Bob Feng <bob.c.feng@intel.com>; Liming Gao 
> <gaoliming@byosoft.com.cn>; Yuwei Chen <yuwei.chen@intel.com>
> 主题: RE: [PATCH v1 1/1] BaseTools: Add DTCPP_FLAGS for GCC5 RISCV64 
> toolchain
> 
> Reviewed-by: Abner Chang <abner.chang@hpe.com>
> 
> > -----Original Message-----
> > From: Schaefer, Daniel
> > Sent: Friday, May 14, 2021 2:03 PM
> > To: devel@edk2.groups.io
> > Cc: Bob Feng <bob.c.feng@intel.com>; Liming Gao 
> > <gaoliming@byosoft.com.cn>; Yuwei Chen <yuwei.chen@intel.com>;
> Chang,
> > Abner (HPS SW/FW Technologist) <abner.chang@hpe.com>
> > Subject: [PATCH v1 1/1] BaseTools: Add DTCPP_FLAGS for GCC5 RISCV64 
> > toolchain
> >
> > Some/all platforms are going to require EDK2 to build a device tree 
> > and use it in the early stages of boot.
> >
> > Cc: Bob Feng <bob.c.feng@intel.com>
> > Cc: Liming Gao <gaoliming@byosoft.com.cn>
> > Cc: Yuwei Chen <yuwei.chen@intel.com>
> > Cc: Abner Chang <abner.chang@hpe.com>
> > Signed-off-by: Daniel Schaefer <daniel.schaefer@hpe.com>
> > ---
> >  BaseTools/Conf/tools_def.template | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/BaseTools/Conf/tools_def.template
> > b/BaseTools/Conf/tools_def.template
> > index 5db3f6119188..498696e583fc 100755
> > --- a/BaseTools/Conf/tools_def.template
> > +++ b/BaseTools/Conf/tools_def.template
> > @@ -2458,6 +2458,7 @@ RELEASE_GCC5_AARCH64_DLINK_XIPFLAGS = -z
> > common-page-size=0x20
> >  *_GCC5_RISCV64_DLINK2_FLAGS         =
> DEF(GCC5_RISCV64_DLINK2_FLAGS)
> >
> >  *_GCC5_RISCV64_RC_FLAGS             =
> DEF(GCC_RISCV64_RC_FLAGS)
> >
> >  *_GCC5_RISCV64_OBJCOPY_FLAGS        =
> >
> > +*_GCC5_RISCV64_DTCPP_FLAGS          = DEF(GCC_DTCPP_FLAGS)
> >
> >
> >
> >
> > ##########################################################
> > ##########################
> >
> >  #
> >
> > --
> > 2.30.1









  reply	other threads:[~2021-05-17  3:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-14  6:03 [PATCH v1 1/1] BaseTools: Add DTCPP_FLAGS for GCC5 RISCV64 toolchain Daniel Schaefer
2021-05-14  6:54 ` Abner Chang
2021-05-16  8:06   ` 回复: " gaoliming
2021-05-17  3:53     ` Bob Feng [this message]
2021-05-14 14:17 ` [edk2-devel] " Bob Feng

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=DM6PR11MB4073654B833E592E29084509C92D9@DM6PR11MB4073.namprd11.prod.outlook.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