ice.conf 622 B

1234567891011121314151617181920
  1. #@TYPE: Machine
  2. #@NAME: xuantie
  3. #@SOC: XuanTie Light
  4. #@DESCRIPTION: Machine configuration for the HiFive Unleashed development board
  5. require conf/machine/include/thead-base.inc
  6. SERIAL_CONSOLES = "115200;ttySIF0"
  7. MACHINE_EXTRA_RRECOMMENDS += "kernel-modules"
  8. IMAGE_FSTYPES += "ext4"
  9. #KERNEL_DEVICETREE ?= "thead/light-c910.dtb"
  10. UBOOT_MACHINE = "ice_evb_c860_defconfig"
  11. UBOOT_ENTRYPOINT = "0x80200000"
  12. UBOOT_DTB_LOADADDRESS = "0x82200000"
  13. PREFERRED_PROVIDER_virtual/kernel ?= "linux-thead"
  14. PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot"
  15. PREFERRED_VERSION_linux-thead = "5.10.4"
  16. PREFERRED_VERSION_u-boot = "1:2020.10"