[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230212205506.1992714-1-Mr.Bossman075@gmail.com>
Date: Sun, 12 Feb 2023 15:55:03 -0500
From: Jesse Taube <mr.bossman075@...il.com>
To: linux-riscv@...ts.infradead.org
Cc: linux-kernel@...r.kernel.org,
Jesse Taube <Mr.Bossman075@...il.com>,
Yimin Gu <ustcymgu@...il.com>,
Waldemar Brodkorb <wbx@...nadk.org>,
Albert Ou <aou@...s.berkeley.edu>,
Palmer Dabbelt <palmer@...belt.com>,
Paul Walmsley <paul.walmsley@...ive.com>
Subject: [PATCH v2 0/3] Add RISC-V 32 NOMMU support
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 possible 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
---
V1->V2:
- Add Conor's clock patch for implicit div64
- Fix typo in commit title 3/3
- Fix typo in commit description 2/3
---
Conor Dooley (1):
clk: k210: remove an implicit 64-bit division
Jesse Taube (1):
riscv: configs: Add nommu defconfig 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 ++++++++++++++++
drivers/clk/clk-k210.c | 2 +-
3 files changed, 19 insertions(+), 4 deletions(-)
create mode 100644 arch/riscv/configs/rv32_nommu_virt_defconfig
--
2.39.0
Powered by blists - more mailing lists