From 108c020e5d0746e9d53a70931709516cfe4367e8 Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Wed, 11 Oct 2023 06:51:53 +0200 Subject: [PATCH] buildroot/configs/litex_vexriscv_xx: fixed missing C library by replacing BR2_RISCV_ISA_CUSTOM to BR2_RISCV_ISA (buildroot's commit cbd91e89e4) --- buildroot/configs/litex_vexriscv_defconfig | 7 +++++++ buildroot/configs/litex_vexriscv_usbhost_defconfig | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/buildroot/configs/litex_vexriscv_defconfig b/buildroot/configs/litex_vexriscv_defconfig index 14f1c44c..ba340e00 100644 --- a/buildroot/configs/litex_vexriscv_defconfig +++ b/buildroot/configs/litex_vexriscv_defconfig @@ -4,11 +4,18 @@ BR2_RISCV_32=y # Instruction Set Extensions BR2_riscv_custom=y +# Backward compat (buildroot 2023.02.5 LTS). BR2_RISCV_ISA_CUSTOM_RVM=y BR2_RISCV_ISA_CUSTOM_RVA=y BR2_RISCV_ISA_CUSTOM_RVC=n #BR2_RISCV_ISA_CUSTOM_RVF=y # Uncomment to enable FPU #BR2_RISCV_ISA_CUSTOM_RVD=y # Uncomment to enable FPU +# Since commit cbd91e89e4 (2023-08-18 / 2023.11). +BR2_RISCV_ISA_RVM=y +BR2_RISCV_ISA_RVA=y +BR2_RISCV_ISA_RVC=n +#BR2_RISCV_ISA_RVF=y # Uncomment to enable FPU +#BR2_RISCV_ISA_RVD=y # Uncomment to enable FPU BR2_RISCV_ABI_ILP32=y # Patches diff --git a/buildroot/configs/litex_vexriscv_usbhost_defconfig b/buildroot/configs/litex_vexriscv_usbhost_defconfig index 24a837f2..9cfef187 100644 --- a/buildroot/configs/litex_vexriscv_usbhost_defconfig +++ b/buildroot/configs/litex_vexriscv_usbhost_defconfig @@ -4,11 +4,18 @@ BR2_RISCV_32=y # Instruction Set Extensions BR2_riscv_custom=y +# Backward compat (buildroot 2023.02.5 LTS). BR2_RISCV_ISA_CUSTOM_RVM=y BR2_RISCV_ISA_CUSTOM_RVA=y BR2_RISCV_ISA_CUSTOM_RVC=n #BR2_RISCV_ISA_CUSTOM_RVF=y # Uncomment to enable FPU #BR2_RISCV_ISA_CUSTOM_RVD=y # Uncomment to enable FPU +# Since commit cbd91e89e4 (2023-08-18 / 2023.11). +BR2_RISCV_ISA_RVM=y +BR2_RISCV_ISA_RVA=y +BR2_RISCV_ISA_RVC=n +#BR2_RISCV_ISA_RVF=y # Uncomment to enable FPU +#BR2_RISCV_ISA_RVD=y # Uncomment to enable FPU BR2_RISCV_ABI_ILP32=y # Patches