| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
Gemini CLI experiments side effect.
|
| |
|
|
|
|
|
|
|
|
| |
The patch adding kcov support for riscv64 [1] was merged in the 5.9 merge
window (torvalds/linux@20d38f7c45a4). Adjust the docs accordingly to use
kernel 5.9-rc1.
[1] https://lore.kernel.org/linux-riscv/20200626124056.29708-1-tklauser@distanz.ch/
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
|
| |
|
|
|
|
|
|
| |
Use the OpenSBI "jump" firmware with the QEMU -bios parameter to boot
linux/riscv64. This will allow to boot the kernel directly without
having to recompile OpenSBI every time the kernel is recompiled.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
|
| |
|
|
|
|
|
|
| |
Mention the possibility to use `-bios default` to use OpenSBI provided
with QEMU. However, this might not work on all distributions yet, so
make it optional.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
|
| |
|
|
|
|
| |
buildroot already installs udhcpc as a DHCP client.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
|
| |
|
|
| |
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
|
| |
|
|
|
|
|
|
|
|
| |
OpenSBI seems to be the recommended boot method nowadays, see e.g. [1],
[2]
[1] https://riscv.org/2019/01/risc-v-community-releases-opensbi-to-foster-continued-ecosystem-growth/
[2] https://wiki.freebsd.org/riscv#OpenSBI
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
|
|
|
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
|