[PATCH v12 1/6] riscv: asm: vendorid_list: Add Andes Technology to the vendors list
Prabhakar
prabhakar.csengg at gmail.com
Fri Aug 18 06:57:18 PDT 2023
From: Lad Prabhakar <prabhakar.mahadev-lad.rj at bp.renesas.com>
Add Andes Technology to the vendors list.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj at bp.renesas.com>
Reviewed-by: Heiko Stuebner <heiko at sntech.de>
Reviewed-by: Conor Dooley <conor.dooley at microchip.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas at glider.be>
Tested-by: Conor Dooley <conor.dooley at microchip.com> # tyre-kicking on a d1
---
v11 -> v12
* No change
v10 -> v11
* No change
v9 -> v10
* Included TB tag from Conor
v8 -> v9
* Included RB tag from Geert
v7 -> v8
* No change
v6 -> v7
* No change
v5 -> v6
* No change
v4 -> v5
* Included RB tags
RFC v3 -> v4
* New patch
---
arch/riscv/include/asm/vendorid_list.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/riscv/include/asm/vendorid_list.h b/arch/riscv/include/asm/vendorid_list.h
index cb89af3f0704..e55407ace0c3 100644
--- a/arch/riscv/include/asm/vendorid_list.h
+++ b/arch/riscv/include/asm/vendorid_list.h
@@ -5,6 +5,7 @@
#ifndef ASM_VENDOR_LIST_H
#define ASM_VENDOR_LIST_H
+#define ANDESTECH_VENDOR_ID 0x31e
#define SIFIVE_VENDOR_ID 0x489
#define THEAD_VENDOR_ID 0x5b7
--
2.34.1
More information about the linux-riscv
mailing list