|
@@ -20,11 +20,6 @@ The boot is made with the standard RISC-V OpenSBI boot loader. In
|
|
order to keep the simulation simple, the rootfs is passed as an initrd
|
|
order to keep the simulation simple, the rootfs is passed as an initrd
|
|
ramfs.
|
|
ramfs.
|
|
|
|
|
|
-Note: at the time of this writing, Spike v1.1.0 and OpenSBI v1.0 does
|
|
|
|
-not support console input emulation for 32bit RISC-V systems. A 32bit
|
|
|
|
-Linux system can boot and reach the login, but it's not possible to
|
|
|
|
-login. See [4].
|
|
|
|
-
|
|
|
|
|
|
|
|
[1].
|
|
[1].
|
|
https://github.com/riscv-software-src/riscv-isa-sim/tree/v1.1.0#simulating-a-new-instruction
|
|
https://github.com/riscv-software-src/riscv-isa-sim/tree/v1.1.0#simulating-a-new-instruction
|
|
@@ -34,6 +29,3 @@ https://github.com/riscv-software-src/riscv-isa-sim/tree/v1.1.0#debugging-with-g
|
|
|
|
|
|
[3].
|
|
[3].
|
|
https://github.com/riscv/riscv-openocd
|
|
https://github.com/riscv/riscv-openocd
|
|
-
|
|
|
|
-[4].
|
|
|
|
-https://github.com/riscv-software-src/opensbi/blob/v1.0/lib/utils/sys/htif.c#L127
|
|
|