qemu_riscv64_virt_defconfig 619 B

123456789101112131415161718192021222324
  1. # Architecture
  2. BR2_riscv=y
  3. # System
  4. BR2_SYSTEM_DHCP="eth0"
  5. # Filesystem
  6. BR2_TARGET_ROOTFS_EXT2=y
  7. BR2_TARGET_GENERIC_GETTY=y
  8. BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
  9. # Linux headers same as kernel, a 4.15 series
  10. BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_15=y
  11. # Kernel
  12. BR2_LINUX_KERNEL=y
  13. BR2_LINUX_KERNEL_CUSTOM_GIT=y
  14. BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/riscv/riscv-linux.git"
  15. BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="fe92d7905c6ea0ebeabeb725b8040754ede7c220"
  16. BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
  17. BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/riscv64-virt/linux.config"
  18. # Bootloader
  19. BR2_TARGET_RISCV_PK=y