All of lore.kernel.org
 help / color / mirror / Atom feed
From: "tip-bot2 for Atish Patra" <tip-bot2@linutronix.de>
To: linux-tip-commits@vger.kernel.org
Cc: Atish Patra <atish.patra@wdc.com>,
	Palmer Dabbelt <palmerdabbelt@google.com>,
	Ard Biesheuvel <ardb@kernel.org>, x86 <x86@kernel.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: [tip: efi/core] include: pe.h: Add RISC-V related PE definition
Date: Fri, 18 Sep 2020 08:30:59 -0000	[thread overview]
Message-ID: <160041785944.15536.6458913813753159065.tip-bot2@tip-bot2> (raw)
In-Reply-To: <20200415195422.19866-3-atish.patra@wdc.com>

The following commit has been merged into the efi/core branch of tip:

Commit-ID:     6d0fd536183034953bf84826fecb37e47779d24b
Gitweb:        https://git.kernel.org/tip/6d0fd536183034953bf84826fecb37e47779d24b
Author:        Atish Patra <atish.patra@wdc.com>
AuthorDate:    Fri, 28 Aug 2020 10:20:31 -07:00
Committer:     Ard Biesheuvel <ardb@kernel.org>
CommitterDate: Fri, 11 Sep 2020 09:30:01 +03:00

include: pe.h: Add RISC-V related PE definition

Define RISC-V related machine types.

Signed-off-by: Atish Patra <atish.patra@wdc.com>
Reviewed-by: Palmer Dabbelt <palmerdabbelt@google.com>
Link: https://lore.kernel.org/r/20200415195422.19866-3-atish.patra@wdc.com
Signed-off-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 8ad71d7..daf09ff 100644
--- a/include/linux/pe.h
+++ b/include/linux/pe.h
@@ -55,6 +55,9 @@
 #define	IMAGE_FILE_MACHINE_POWERPC	0x01f0
 #define	IMAGE_FILE_MACHINE_POWERPCFP	0x01f1
 #define	IMAGE_FILE_MACHINE_R4000	0x0166
+#define	IMAGE_FILE_MACHINE_RISCV32	0x5032
+#define	IMAGE_FILE_MACHINE_RISCV64	0x5064
+#define	IMAGE_FILE_MACHINE_RISCV128	0x5128
 #define	IMAGE_FILE_MACHINE_SH3		0x01a2
 #define	IMAGE_FILE_MACHINE_SH3DSP	0x01a3
 #define	IMAGE_FILE_MACHINE_SH3E		0x01a4

  reply	other threads:[~2020-09-18  8:31 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-15 19:54 [v3 PATCH 0/5] Add UEFI support for RISC-V Atish Patra
2020-04-15 19:54 ` Atish Patra
2020-04-15 19:54 ` Atish Patra
2020-04-15 19:54 ` [v3 PATCH 1/5] efi: Move arm-stub to a common file Atish Patra
2020-04-15 19:54   ` Atish Patra
2020-04-15 19:54   ` Atish Patra
2020-04-15 19:54 ` [v3 PATCH 2/5] include: pe.h: Add RISC-V related PE definition Atish Patra
2020-04-15 19:54   ` Atish Patra
2020-04-15 19:54   ` Atish Patra
2020-09-18  8:30   ` tip-bot2 for Atish Patra [this message]
2020-04-15 19:54 ` [v3 PATCH 3/5] RISC-V: Define fixmap bindings for generic early ioremap support Atish Patra
2020-04-15 19:54   ` Atish Patra
2020-04-15 19:54   ` Atish Patra
2020-04-15 19:54 ` [v3 PATCH 4/5] RISC-V: Add PE/COFF header for EFI stub Atish Patra
2020-04-15 19:54   ` Atish Patra
2020-04-15 19:54   ` Atish Patra
2020-04-15 19:54 ` [v3 PATCH 5/5] RISC-V: Add EFI stub support Atish Patra
2020-04-15 19:54   ` Atish Patra
2020-04-15 19:54   ` Atish Patra
2020-04-16  1:13   ` kbuild test robot
2020-04-16  1:13     ` kbuild test robot
2020-04-16  1:13     ` kbuild test robot
2020-04-16  1:13     ` kbuild test robot
2020-04-16  7:41   ` Ard Biesheuvel
2020-04-16  7:41     ` Ard Biesheuvel
2020-04-16  7:41     ` Ard Biesheuvel
2020-04-18  3:03     ` Atish Patra
2020-04-18  3:03       ` Atish Patra
2020-04-18  3:03       ` Atish Patra
2020-04-18 10:51       ` Ard Biesheuvel
2020-04-18 10:51         ` Ard Biesheuvel
2020-04-18 10:51         ` Ard Biesheuvel
2020-04-18 12:39         ` Ard Biesheuvel
2020-04-18 12:39           ` Ard Biesheuvel
2020-04-18 12:39           ` Ard Biesheuvel
2020-04-18 19:19           ` Atish Patra
2020-04-18 19:19             ` Atish Patra
2020-04-18 19:19             ` Atish Patra
2020-04-18 19:24             ` Ard Biesheuvel
2020-04-18 19:24               ` Ard Biesheuvel
2020-04-18 19:24               ` Ard Biesheuvel
2020-04-20  4:20               ` Atish Patra
2020-04-20  4:20                 ` Atish Patra
2020-04-20  7:03                 ` Ard Biesheuvel
2020-04-20  7:03                   ` Ard Biesheuvel
2020-04-20  7:59                   ` Atish Patra
2020-04-20  7:59                     ` Atish Patra
2020-04-20  8:02                     ` Ard Biesheuvel
2020-04-20  8:02                       ` Ard Biesheuvel
2020-04-21  5:06                       ` Atish Patra
2020-04-21  5:06                         ` Atish Patra
2020-04-16  7:44 ` [v3 PATCH 0/5] Add UEFI support for RISC-V Ard Biesheuvel
2020-04-16  7:44   ` Ard Biesheuvel
2020-04-16  7:44   ` 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-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=160041785944.15536.6458913813753159065.tip-bot2@tip-bot2 \
    --to=tip-bot2@linutronix.de \
    --cc=ardb@kernel.org \
    --cc=atish.patra@wdc.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tip-commits@vger.kernel.org \
    --cc=palmerdabbelt@google.com \
    --cc=x86@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.