mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
a83ab3f4c8
Buildroot commit [1] updated riscv-isa-sim (Spike), which now includes
a NS16550 uart emulation. This can be used by RV32 Linux Kernel. This
commit introduce a defconfig for running Linux on Spike RISC-V 32-bit
ISA simulator.
[1] 853b7661bf
Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
18 lines
555 B
Plaintext
18 lines
555 B
Plaintext
BR2_riscv=y
|
|
BR2_RISCV_32=y
|
|
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
|
|
BR2_GLOBAL_PATCH_DIR="board/spike/riscv32/patches"
|
|
BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
|
|
BR2_LINUX_KERNEL=y
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.35"
|
|
BR2_LINUX_KERNEL_DEFCONFIG="rv32"
|
|
BR2_TARGET_ROOTFS_CPIO=y
|
|
# BR2_TARGET_ROOTFS_TAR is not set
|
|
BR2_TARGET_OPENSBI=y
|
|
BR2_TARGET_OPENSBI_CUSTOM_VERSION=y
|
|
BR2_TARGET_OPENSBI_CUSTOM_VERSION_VALUE="1.4"
|
|
BR2_TARGET_OPENSBI_PLAT="generic"
|
|
BR2_TARGET_OPENSBI_LINUX_PAYLOAD=y
|
|
BR2_PACKAGE_HOST_RISCV_ISA_SIM=y
|