2022-11-24 17:26:58

by Lad, Prabhakar

[permalink] [raw]
Subject: [PATCH v4 2/7] riscv: asm: vendorid_list: Add Andes Technology to the vendors list

From: Lad Prabhakar <[email protected]>

Add Andes Technology to the vendors list.

Signed-off-by: Lad Prabhakar <[email protected]>
---
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.25.1


2022-11-24 18:31:56

by Heiko Stuebner

[permalink] [raw]
Subject: Re: [PATCH v4 2/7] riscv: asm: vendorid_list: Add Andes Technology to the vendors list

Am Donnerstag, 24. November 2022, 18:22:02 CET schrieb Prabhakar:
> From: Lad Prabhakar <[email protected]>
>
> Add Andes Technology to the vendors list.
>
> Signed-off-by: Lad Prabhakar <[email protected]>

Reviewed-by: Heiko Stuebner <[email protected]>