All of lore.kernel.org
 help / color / mirror / Atom feed
From: Atish Patra <Atish.Patra@wdc.com>
To: "ardb@kernel.org" <ardb@kernel.org>
Cc: "alexios.zavras@intel.com" <alexios.zavras@intel.com>,
	"tglx@linutronix.de" <tglx@linutronix.de>,
	"mchehab+samsung@kernel.org" <mchehab+samsung@kernel.org>,
	"pbonzini@redhat.com" <pbonzini@redhat.com>,
	"michal.simek@xilinx.com" <michal.simek@xilinx.com>,
	"linux@armlinux.org.uk" <linux@armlinux.org.uk>,
	"abner.chang@hpe.com" <abner.chang@hpe.com>,
	"linux-riscv@lists.infradead.org"
	<linux-riscv@lists.infradead.org>,
	"catalin.marinas@arm.com" <catalin.marinas@arm.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"daniel.schaefer@hpe.com" <daniel.schaefer@hpe.com>,
	Anup Patel <Anup.Patel@wdc.com>,
	"kstewart@linuxfoundation.org" <kstewart@linuxfoundation.org>,
	"palmer@dabbelt.com" <palmer@dabbelt.com>,
	"aou@eecs.berkeley.edu" <aou@eecs.berkeley.edu>,
	"arnd@arndb.de" <arnd@arndb.de>,
	"rppt@linux.ibm.com" <rppt@linux.ibm.com>,
	"linux-efi@vger.kernel.org" <linux-efi@vger.kernel.org>,
	"bp@suse.de" <bp@suse.de>,
	"greentime.hu@sifive.com" <greentime.hu@sifive.com>,
	"keescook@chromium.org" <keescook@chromium.org>,
	"agraf@csgraf.de" <agraf@csgraf.de>,
	"will@kernel.org" <will@kernel.org>,
	"gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org>,
	"mingo@kernel.org" <mingo@kernel.org>,
	"allison@lohutok.net" <allison@lohutok.net>,
	"han_mao@c-sky.com" <han_mao@c-sky.com>,
	"paul.walmsley@sifive.com" <paul.walmsley@sifive.com>,
	"linus.walleij@linaro.org" <linus.walleij@linaro.org>,
	"leif@nuviainc.com" <leif@nuviainc.com>,
	"akpm@linux-foundation.org" <akpm@linux-foundation.org>
Subject: Re: [RFC PATCH 2/5] include: pe.h: Add RISC-V related PE definition
Date: Thu, 27 Feb 2020 00:53:01 +0000	[thread overview]
Message-ID: <aec81e45ab5ee1104d2088513fe4ca668b83d04a.camel@wdc.com> (raw)
In-Reply-To: <CAKv+Gu-LAfcH5mLZNLk7=A3E43a93FK+8DPYNrx1FANnbo3J7g@mail.gmail.com>

On Wed, 2020-02-26 at 08:06 +0100, Ard Biesheuvel wrote:
> On Wed, 26 Feb 2020 at 02:10, Atish Patra <atish.patra@wdc.com>
> wrote:
> > Define RISC-V related machine types.
> > 
> > Signed-off-by: Atish Patra <atish.patra@wdc.com>
> 
> If you put them in alphabetical order wrt SH3:
> 

Done.

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

> 
> > ---
> >  include/linux/pe.h | 3 +++
> >  1 file changed, 3 insertions(+)
> > 
> > diff --git a/include/linux/pe.h b/include/linux/pe.h
> > index 8ad71d763a77..6a7c497e4b1f 100644
> > --- a/include/linux/pe.h
> > +++ b/include/linux/pe.h
> > @@ -56,6 +56,9 @@
> >  #define        IMAGE_FILE_MACHINE_POWERPCFP    0x01f1
> >  #define        IMAGE_FILE_MACHINE_R4000        0x0166
> >  #define        IMAGE_FILE_MACHINE_SH3          0x01a2
> > +#define        IMAGE_FILE_MACHINE_RISCV32      0x5032
> > +#define        IMAGE_FILE_MACHINE_RISCV64      0x5064
> > +#define        IMAGE_FILE_MACHINE_RISCV128     0x5128
> >  #define        IMAGE_FILE_MACHINE_SH3DSP       0x01a3
> >  #define        IMAGE_FILE_MACHINE_SH3E         0x01a4
> >  #define        IMAGE_FILE_MACHINE_SH4          0x01a6
> > --
> > 2.24.0
> > 

-- 
Regards,
Atish

WARNING: multiple messages have this Message-ID (diff)
From: Atish Patra <Atish.Patra@wdc.com>
To: "ardb@kernel.org" <ardb@kernel.org>
Cc: "kstewart@linuxfoundation.org" <kstewart@linuxfoundation.org>,
	"linux-efi@vger.kernel.org" <linux-efi@vger.kernel.org>,
	"catalin.marinas@arm.com" <catalin.marinas@arm.com>,
	"linus.walleij@linaro.org" <linus.walleij@linaro.org>,
	"linux@armlinux.org.uk" <linux@armlinux.org.uk>,
	"mchehab+samsung@kernel.org" <mchehab+samsung@kernel.org>,
	"linux-riscv@lists.infradead.org"
	<linux-riscv@lists.infradead.org>,
	"will@kernel.org" <will@kernel.org>,
	"mingo@kernel.org" <mingo@kernel.org>,
	"abner.chang@hpe.com" <abner.chang@hpe.com>,
	"michal.simek@xilinx.com" <michal.simek@xilinx.com>,
	"rppt@linux.ibm.com" <rppt@linux.ibm.com>,
	"greentime.hu@sifive.com" <greentime.hu@sifive.com>,
	"bp@suse.de" <bp@suse.de>,
	"han_mao@c-sky.com" <han_mao@c-sky.com>,
	"daniel.schaefer@hpe.com" <daniel.schaefer@hpe.com>,
	"aou@eecs.berkeley.edu" <aou@eecs.berkeley.edu>,
	"keescook@chromium.org" <keescook@chromium.org>,
	"arnd@arndb.de" <arnd@arndb.de>,
	"alexios.zavras@intel.com" <alexios.zavras@intel.com>,
	"agraf@csgraf.de" <agraf@csgraf.de>,
	"paul.walmsley@sifive.com" <paul.walmsley@sifive.com>,
	"tglx@linutronix.de" <tglx@linutronix.de>,
	"allison@lohutok.net" <allison@lohutok.net>,
	"leif@nuviainc.com" <leif@nuviainc.com>,
	"gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org>,
	Anup Patel <Anup.Patel@wdc.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"palmer@dabbelt.com" <palmer@dabbelt.com>,
	"pbonzini@redhat.com" <pbonzini@redhat.com>,
	"akpm@linux-foundation.org" <akpm@linux-foundation.org>
Subject: Re: [RFC PATCH 2/5] include: pe.h: Add RISC-V related PE definition
Date: Thu, 27 Feb 2020 00:53:01 +0000	[thread overview]
Message-ID: <aec81e45ab5ee1104d2088513fe4ca668b83d04a.camel@wdc.com> (raw)
In-Reply-To: <CAKv+Gu-LAfcH5mLZNLk7=A3E43a93FK+8DPYNrx1FANnbo3J7g@mail.gmail.com>

On Wed, 2020-02-26 at 08:06 +0100, Ard Biesheuvel wrote:
> On Wed, 26 Feb 2020 at 02:10, Atish Patra <atish.patra@wdc.com>
> wrote:
> > Define RISC-V related machine types.
> > 
> > Signed-off-by: Atish Patra <atish.patra@wdc.com>
> 
> If you put them in alphabetical order wrt SH3:
> 

Done.

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

> 
> > ---
> >  include/linux/pe.h | 3 +++
> >  1 file changed, 3 insertions(+)
> > 
> > diff --git a/include/linux/pe.h b/include/linux/pe.h
> > index 8ad71d763a77..6a7c497e4b1f 100644
> > --- a/include/linux/pe.h
> > +++ b/include/linux/pe.h
> > @@ -56,6 +56,9 @@
> >  #define        IMAGE_FILE_MACHINE_POWERPCFP    0x01f1
> >  #define        IMAGE_FILE_MACHINE_R4000        0x0166
> >  #define        IMAGE_FILE_MACHINE_SH3          0x01a2
> > +#define        IMAGE_FILE_MACHINE_RISCV32      0x5032
> > +#define        IMAGE_FILE_MACHINE_RISCV64      0x5064
> > +#define        IMAGE_FILE_MACHINE_RISCV128     0x5128
> >  #define        IMAGE_FILE_MACHINE_SH3DSP       0x01a3
> >  #define        IMAGE_FILE_MACHINE_SH3E         0x01a4
> >  #define        IMAGE_FILE_MACHINE_SH4          0x01a6
> > --
> > 2.24.0
> > 

-- 
Regards,
Atish

  reply	other threads:[~2020-02-27  0:53 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-26  1:10 [RFC PATCH 0/5] Add UEFI support for RISC-V Atish Patra
2020-02-26  1:10 ` Atish Patra
2020-02-26  1:10 ` [RFC PATCH 1/5] efi: Move arm-stub to a common file Atish Patra
2020-02-26  1:10   ` Atish Patra
2020-02-26  7:04   ` Ard Biesheuvel
2020-02-26  7:04     ` Ard Biesheuvel
2020-02-27  1:16     ` Atish Patra
2020-02-27  1:16       ` Atish Patra
2020-02-26  1:10 ` [RFC PATCH 2/5] include: pe.h: Add RISC-V related PE definition Atish Patra
2020-02-26  1:10   ` Atish Patra
2020-02-26  7:06   ` Ard Biesheuvel
2020-02-26  7:06     ` Ard Biesheuvel
2020-02-27  0:53     ` Atish Patra [this message]
2020-02-27  0:53       ` Atish Patra
2020-02-26  1:10 ` [RFC PATCH 3/5] RISC-V: Define fixmap bindings for generic early ioremap support Atish Patra
2020-02-26  1:10   ` Atish Patra
2020-02-26  7:08   ` Ard Biesheuvel
2020-02-26  7:08     ` Ard Biesheuvel
2020-02-27 19:58     ` Atish Patra
2020-02-27 19:58       ` Atish Patra
2020-02-27 20:00       ` Ard Biesheuvel
2020-02-27 20:00         ` Ard Biesheuvel
2020-02-26  1:10 ` [RFC PATCH 4/5] RISC-V: Add PE/COFF header for EFI stub Atish Patra
2020-02-26  1:10   ` Atish Patra
2020-02-26  7:14   ` Ard Biesheuvel
2020-02-26  7:14     ` Ard Biesheuvel
2020-02-27  1:29     ` Atish Patra
2020-02-27  1:29       ` Atish Patra
2020-02-27  7:44       ` Ard Biesheuvel
2020-02-27  7:44         ` Ard Biesheuvel
2020-02-26  1:10 ` [RFC PATCH 5/5] RISC-V: Add EFI stub support Atish Patra
2020-02-26  1:10   ` Atish Patra
2020-02-26  7:28   ` Ard Biesheuvel
2020-02-26  7:28     ` Ard Biesheuvel
2020-02-27 19:53     ` Atish Patra
2020-02-27 19:53       ` Atish Patra
2020-02-27 19:59       ` Ard Biesheuvel
2020-02-27 19:59         ` Ard Biesheuvel
2020-02-28  1:05         ` Atish Patra
2020-02-28  1:05           ` Atish Patra
2020-02-28  6:57           ` Ard Biesheuvel
2020-02-28  6:57             ` Ard Biesheuvel
2020-03-10  7:08             ` Atish Patra
2020-03-10  7:08               ` Atish Patra
2020-03-10  7:38               ` Anup Patel
2020-03-10  7:38                 ` Anup Patel
2020-03-10 13:18               ` Ard Biesheuvel
2020-03-10 13:18                 ` Ard Biesheuvel
2020-02-26 23:46 ` [RFC PATCH 0/5] Add UEFI support for RISC-V Palmer Dabbelt
2020-02-26 23:46   ` Palmer Dabbelt
2020-02-27  2:09   ` Atish Patra
2020-02-27  2:09     ` Atish Patra

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=aec81e45ab5ee1104d2088513fe4ca668b83d04a.camel@wdc.com \
    --to=atish.patra@wdc.com \
    --cc=Anup.Patel@wdc.com \
    --cc=abner.chang@hpe.com \
    --cc=agraf@csgraf.de \
    --cc=akpm@linux-foundation.org \
    --cc=alexios.zavras@intel.com \
    --cc=allison@lohutok.net \
    --cc=aou@eecs.berkeley.edu \
    --cc=ardb@kernel.org \
    --cc=arnd@arndb.de \
    --cc=bp@suse.de \
    --cc=catalin.marinas@arm.com \
    --cc=daniel.schaefer@hpe.com \
    --cc=greentime.hu@sifive.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=han_mao@c-sky.com \
    --cc=keescook@chromium.org \
    --cc=kstewart@linuxfoundation.org \
    --cc=leif@nuviainc.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-efi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=linux@armlinux.org.uk \
    --cc=mchehab+samsung@kernel.org \
    --cc=michal.simek@xilinx.com \
    --cc=mingo@kernel.org \
    --cc=palmer@dabbelt.com \
    --cc=paul.walmsley@sifive.com \
    --cc=pbonzini@redhat.com \
    --cc=rppt@linux.ibm.com \
    --cc=tglx@linutronix.de \
    --cc=will@kernel.org \
    /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.