We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea59638 commit 7c4cd82Copy full SHA for 7c4cd82
2 files changed
buildroot/boards/naxriscv_sim/linux/linux_raw.config
@@ -17,6 +17,9 @@ CONFIG_FPU=y
17
#else
18
CONFIG_FPU=n
19
#endif
20
+#ifdef RVH
21
+CONFIG_KVM=y
22
+#endif
23
CONFIG_SMP=y
24
CONFIG_STRICT_KERNEL_RWX=n
25
CONFIG_EFI=n
buildroot/configs/rv64imafdch.sh
@@ -0,0 +1,11 @@
1
+#!/bin/bash
2
+
3
+FLAGS+=" -DISA=rv64imafdc"
4
+FLAGS+=" -DISA_STR=\"rv64imafdc\""
5
+FLAGS+=" -DXLEN=64"
6
+FLAGS+=" -DABI=lp64d"
7
+FLAGS+=" -DMMU_TYPE=\"riscv,sv39\""
8
+FLAGS+=" -DRV64"
9
+FLAGS+=" -DRVC=y"
10
+FLAGS+=" -DFPU=y"
11
+FLAGS+=" -DRVH=y"
0 commit comments