[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <160041785944.15536.6458913813753159065.tip-bot2@tip-bot2>
Date: Fri, 18 Sep 2020 08:30:59 -0000
From: "tip-bot2 for Atish Patra" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Atish Patra <atish.patra@....com>,
Palmer Dabbelt <palmerdabbelt@...gle.com>,
Ard Biesheuvel <ardb@...nel.org>, x86 <x86@...nel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: [tip: efi/core] include: pe.h: Add RISC-V related PE definition
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@....com>
AuthorDate: Fri, 28 Aug 2020 10:20:31 -07:00
Committer: Ard Biesheuvel <ardb@...nel.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@....com>
Reviewed-by: Palmer Dabbelt <palmerdabbelt@...gle.com>
Link: https://lore.kernel.org/r/20200415195422.19866-3-atish.patra@wdc.com
Signed-off-by: Ard Biesheuvel <ardb@...nel.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
Powered by blists - more mailing lists