[PATCH v1 0/2] Add RISC-V 32 NOMMU support

From: Jesse Taube
Date: Thu Jan 19 2023 - 00:26:56 EST


This patch-set aims to add NOMMU support to RV32.
Many people want to build simple emulators or HDL
models of RISC-V this patch makes it posible to
run linux on them.

Yimin Gu is the original author of this set.
Submitted here:
https://lists.buildroot.org/pipermail/buildroot/2022-November/656134.html

Though Jesse T rewrote the Dconf.

The new set:
https://lists.buildroot.org/pipermail/buildroot/2022-December/658258.html


Jesse Taube (1):
riscv: configs: Add nommu decfconfig for RV32

Yimin Gu (1):
riscv: Kconfig: Allow RV32 to build with no MMU

arch/riscv/Kconfig | 5 ++---
arch/riscv/configs/rv32_nommu_virt_defconfig | 16 ++++++++++++++++
2 files changed, 18 insertions(+), 3 deletions(-)
create mode 100644 arch/riscv/configs/rv32_nommu_virt_defconfig

--
2.39.0