2024-05-15 16:02:58

by Conor Dooley

[permalink] [raw]
Subject: [PATCH v1] RISC-V: fix Andes errata build issues

From: Conor Dooley <[email protected]>

Commit Fixes: 589e2fc85850 ("riscv: Convert xandespmu to use the vendor
extension framework") added includes for the new vendor_extensions.h
header in the T-Head and SiFive errata handling code but didn't do so
for Andes, resulting in allmodconfig build issues.

Fixes: 589e2fc85850 ("riscv: Convert xandespmu to use the vendor extension framework")
Signed-off-by: Conor Dooley <[email protected]>
---
CC: Paul Walmsley <[email protected]>
CC: Palmer Dabbelt <[email protected]>
CC: Conor Dooley <[email protected]>
CC: Charlie Jenkins <[email protected]>
CC: [email protected]
CC: [email protected]
---
arch/riscv/errata/andes/errata.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/riscv/errata/andes/errata.c b/arch/riscv/errata/andes/errata.c
index a5d96a7a4682..fc1a34faa5f3 100644
--- a/arch/riscv/errata/andes/errata.c
+++ b/arch/riscv/errata/andes/errata.c
@@ -17,6 +17,7 @@
#include <asm/processor.h>
#include <asm/sbi.h>
#include <asm/vendorid_list.h>
+#include <asm/vendor_extensions.h>

#define ANDES_AX45MP_MARCHID 0x8000000000008a45UL
#define ANDES_AX45MP_MIMPID 0x500UL
--
2.43.0



2024-05-15 16:06:28

by Conor Dooley

[permalink] [raw]
Subject: Re: [PATCH v1] RISC-V: fix Andes errata build issues

On Wed, May 15, 2024 at 05:02:28PM +0100, Conor Dooley wrote:
> From: Conor Dooley <[email protected]>
>
> Commit Fixes: 589e2fc85850 ("riscv: Convert xandespmu to use the vendor
> extension framework") added includes for the new vendor_extensions.h

This commit message is actually inaccurate, I'll spin out an immediate
v2..

> header in the T-Head and SiFive errata handling code but didn't do so
> for Andes, resulting in allmodconfig build issues.
>
> Fixes: 589e2fc85850 ("riscv: Convert xandespmu to use the vendor extension framework")
> Signed-off-by: Conor Dooley <[email protected]>
> ---
> CC: Paul Walmsley <[email protected]>
> CC: Palmer Dabbelt <[email protected]>
> CC: Conor Dooley <[email protected]>
> CC: Charlie Jenkins <[email protected]>
> CC: [email protected]
> CC: [email protected]
> ---
> arch/riscv/errata/andes/errata.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/riscv/errata/andes/errata.c b/arch/riscv/errata/andes/errata.c
> index a5d96a7a4682..fc1a34faa5f3 100644
> --- a/arch/riscv/errata/andes/errata.c
> +++ b/arch/riscv/errata/andes/errata.c
> @@ -17,6 +17,7 @@
> #include <asm/processor.h>
> #include <asm/sbi.h>
> #include <asm/vendorid_list.h>
> +#include <asm/vendor_extensions.h>
>
> #define ANDES_AX45MP_MARCHID 0x8000000000008a45UL
> #define ANDES_AX45MP_MIMPID 0x500UL
> --
> 2.43.0
>


Attachments:
(No filename) (1.43 kB)
signature.asc (235.00 B)
Download all attachments