[P:linux-unstable][PATCH 2/7] UBUNTU: [Config] riscv64: Disable Andes vendor extensions

Emil Renner Berthing emil.renner.berthing at canonical.com
Mon Feb 17 10:15:25 UTC 2025


The only supported SoC with Andes cores is the Renesas RZ/Five which
unfortunately has a bug in the MMU which means it can't run the regular
Ubuntu.

Signed-off-by: Emil Renner Berthing <emil.renner.berthing at canonical.com>
---
 debian.master/config/annotations | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian.master/config/annotations b/debian.master/config/annotations
index cc917f136c0f..6b21a529492d 100644
--- a/debian.master/config/annotations
+++ b/debian.master/config/annotations
@@ -11470,7 +11470,7 @@ CONFIG_RISCV_ISA_SVNAPOT                        policy<{'riscv64': 'y'}>
 CONFIG_RISCV_ISA_SVPBMT                         policy<{'riscv64': 'n'}>
 CONFIG_RISCV_ISA_V                              policy<{'riscv64': 'y'}>
 CONFIG_RISCV_ISA_VENDOR_EXT                     policy<{'riscv64': 'y'}>
-CONFIG_RISCV_ISA_VENDOR_EXT_ANDES               policy<{'riscv64': 'y'}>
+CONFIG_RISCV_ISA_VENDOR_EXT_ANDES               policy<{'riscv64': 'n'}>
 CONFIG_RISCV_ISA_VENDOR_EXT_THEAD               policy<{'riscv64': 'y'}>
 CONFIG_RISCV_ISA_V_DEFAULT_ENABLE               policy<{'riscv64': 'y'}>
 CONFIG_RISCV_ISA_V_PREEMPTIVE                   policy<{'riscv64': 'y'}>
-- 
2.43.0




More information about the kernel-team mailing list