ice.conf 399 B

123456789101112131415
  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_ENTRYPOINT = "0x80200000"
  11. UBOOT_DTB_LOADADDRESS = "0x82200000"